@livechat/moments-types
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -8,9 +8,5 @@ export type Data = { | ||
type CustomerToken = { | ||
accessToken: string | ||
creationDate: number | ||
entityId: string | ||
type TransferToken = { | ||
expiresIn: number | ||
licenseId: number | ||
tokenType: 'Bearer' | ||
identityTransferToken: string | ||
} | ||
@@ -28,3 +24,3 @@ | ||
setIsFragile?: (value: boolean) => void | ||
getIdentityTransferToken?: () => Promise<CustomerToken> | ||
getIdentityTransferToken?: () => Promise<TransferToken> | ||
} | ||
@@ -31,0 +27,0 @@ |
{ | ||
"name": "@livechat/moments-types", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1004
27