@gooday_corp/gooday-api-client 1.2.76 → 1.2.80

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 +7 -1
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -5122,7 +5122,7 @@ export interface PrepaidServicePayloadDTO {
5122
5122
  * @type {Array<PrepaidServiceDiscount>}
5123
5123
  * @memberof PrepaidServicePayloadDTO
5124
5124
  */
5125
- 'discounts': Array<PrepaidServiceDiscount>;
5125
+ 'discounts'?: Array<PrepaidServiceDiscount>;
5126
5126
  /**
5127
5127
  *
5128
5128
  * @type {Array<PrepaidServiceTimeDuration>}
@@ -6765,6 +6765,12 @@ export interface UserSyncDTO {
6765
6765
  * @memberof UserSyncDTO
6766
6766
  */
6767
6767
  'timezone'?: string;
6768
+ /**
6769
+ * User permissions
6770
+ * @type {UserPermissionDTO}
6771
+ * @memberof UserSyncDTO
6772
+ */
6773
+ 'permissions': UserPermissionDTO;
6768
6774
  }
6769
6775
  /**
6770
6776
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.2.76",
3
+ "version": "1.2.80",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},