zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

refactor(#zimic): simplify http schema type names #333

Closed diego-aquino closed 2 months ago

diego-aquino commented 2 months ago

Refactoring

Current (now deprecated) Renamed to
HttpServiceSchema HttpSchema
HttpServiceMethodsSchema HttpMethodsSchema
HttpServiceMethodsSchema HttpMethodsSchema
HttpServiceMethodSchema HttpMethodSchema
HttpServiceRequestSchema HttpRequestSchema
HttpServiceResponseSchemaByStatusCode HttpResponseSchemaByStatusCode
HttpServiceResponseSchema HttpResponseSchema
HttpServiceResponseSchemaStatusCode HttpResponseSchemaStatusCode
HttpServiceSchemaMethod HttpSchemaMethod
HttpServiceSchemaPath HttpSchemaPath
LiteralHttpServiceSchemaPath HttpSchemaPath.Literal
NonLiteralHttpServiceSchemaPath HttpSchemaPath.NonLiteral
PathParamsSchemaFromPath InferPathParams
ExtractHttpInterceptorSchema InferHttpInterceptorSchema
github-actions[bot] commented 2 months ago

Released in v0.9.0 :tada: