@gooday_corp/gooday-api-client 1.1.12-delta-5 → 1.1.12-delta-6
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 +5 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -1952,7 +1952,7 @@ export interface UserSyncLocationDTO {
|
|
|
1952
1952
|
* @type {Array<number>}
|
|
1953
1953
|
* @memberof UserSyncLocationDTO
|
|
1954
1954
|
*/
|
|
1955
|
-
'location'
|
|
1955
|
+
'location': Array<number>;
|
|
1956
1956
|
}
|
|
1957
1957
|
/**
|
|
1958
1958
|
*
|
|
@@ -4899,6 +4899,10 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
4899
4899
|
const localVarHeaderParameter = {} as any;
|
|
4900
4900
|
const localVarQueryParameter = {} as any;
|
|
4901
4901
|
|
|
4902
|
+
// authentication bearer required
|
|
4903
|
+
// http bearer authentication required
|
|
4904
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
4905
|
+
|
|
4902
4906
|
|
|
4903
4907
|
|
|
4904
4908
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|