@gooday_corp/gooday-api-client 1.2.112 → 1.2.114

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.
Files changed (2) hide show
  1. package/api.ts +1 -1
  2. 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: 'GET', ...baseOptions, ...options};
15928
+ const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
15929
15929
  const localVarHeaderParameter = {} as any;
15930
15930
  const localVarQueryParameter = {} as any;
15931
15931
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.112",
3
+ "version": "1.2.114",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},