@gooday_corp/gooday-api-client 1.2.112 → 1.2.113
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.
- package/api.ts +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -15925,7 +15925,7 @@ export const PlansApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
15925
15925
|
baseOptions = configuration.baseOptions;
|
|
15926
15926
|
}
|
|
15927
15927
|
|
|
15928
|
-
const localVarRequestOptions = { method: '
|
|
15928
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
15929
15929
|
const localVarHeaderParameter = {} as any;
|
|
15930
15930
|
const localVarQueryParameter = {} as any;
|
|
15931
15931
|
|