@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.
Files changed (2) hide show
  1. package/api.ts +5 -1
  2. 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'?: Array<number>;
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.1.12-delta-5",
3
+ "version": "1.1.12-delta-6",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},