@gooday_corp/gooday-api-client 1.3.2 → 1.3.4

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 +6 -0
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -4435,6 +4435,12 @@ export interface IntegrationEntity {
4435
4435
  * @memberof IntegrationEntity
4436
4436
  */
4437
4437
  'isActive': boolean;
4438
+ /**
4439
+ * Expiry time of token
4440
+ * @type {number}
4441
+ * @memberof IntegrationEntity
4442
+ */
4443
+ 'expiryTime': number;
4438
4444
  /**
4439
4445
  * refreshToken
4440
4446
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.3.2",
3
+ "version": "1.3.4",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},