@rest-vir/define-service 0.22.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -73,7 +73,7 @@ export type FetchEndpointParams<EndpointToFetch extends SelectFrom<EndpointDefin
|
|
|
73
73
|
method?: never;
|
|
74
74
|
} : {
|
|
75
75
|
method: FetchMethod<EndpointToFetch>;
|
|
76
|
-
}) & (AllowFetchMock extends true ? Pick<GenericFetchEndpointParams, 'options' | 'fetch'> : Pick<GenericFetchEndpointParams, 'options'>)> : GenericFetchEndpointParams;
|
|
76
|
+
}) & (AllowFetchMock extends true ? Pick<GenericFetchEndpointParams, 'options' | 'fetch' | 'bypassResponseValidation'> : Pick<GenericFetchEndpointParams, 'options' | 'bypassResponseValidation'>)> : GenericFetchEndpointParams;
|
|
77
77
|
/**
|
|
78
78
|
* Type safe output from sending a request to an endpoint definition. Used by {@link fetchEndpoint}.
|
|
79
79
|
*
|