@gooday_corp/gooday-api-client 1.1.53 → 1.1.54

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 +2 -2
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -3118,10 +3118,10 @@ export interface ResetPasswordResponseDTO {
3118
3118
  export interface SendCollaborateInvitePayload {
3119
3119
  /**
3120
3120
  * identifier of the collaborator
3121
- * @type {string}
3121
+ * @type {Array<string>}
3122
3122
  * @memberof SendCollaborateInvitePayload
3123
3123
  */
3124
- 'collaborator': string;
3124
+ 'collaborator': Array<string>;
3125
3125
  /**
3126
3126
  * The calendar identifier
3127
3127
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},