@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.
- package/api.ts +6 -0
- 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}
|