@closerplatform/spinner-openapi 0.12.67 → 0.12.68
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/dist/api.js +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -16504,7 +16504,7 @@ exports.UsersApiFetchParamCreator = function (configuration) {
|
|
|
16504
16504
|
const localVarPath = `/users/guest/{customerId}/reinit`
|
|
16505
16505
|
.replace(`{${"customerId"}}`, encodeURIComponent(String(customerId)));
|
|
16506
16506
|
const localVarUrlObj = url.parse(localVarPath, true);
|
|
16507
|
-
const localVarRequestOptions = Object.assign({ method: '
|
|
16507
|
+
const localVarRequestOptions = Object.assign({ method: 'POST' }, options);
|
|
16508
16508
|
const localVarHeaderParameter = {};
|
|
16509
16509
|
const localVarQueryParameter = {};
|
|
16510
16510
|
// authentication apiKey required
|