@types/clevertap-web-sdk
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
type Region = "sg1" | "in1" | "us1" | "aps3" | "mec1"; | ||
type Region = "sg1" | "in1" | "us1" | "aps3" | "mec1" | "eu1"; | ||
@@ -108,3 +108,3 @@ interface PrivacyData { | ||
session: Session; | ||
setLogLevel(logLevel: 0 | 1 | 2 | 3): void; | ||
setLogLevel(logLevel: 0 | 1 | 2 | 3 | 4): void; | ||
getCleverTapID(): string | null; | ||
@@ -142,4 +142,4 @@ logout(): void; | ||
defineVariable: (name: string, defaultValue: string | number | boolean) => any; | ||
syncVariables(onSyncSuccess: () => void, onSyncFailure: (error: Error) => void): Promise<void>; | ||
fetchVariables(onFetchCallback: () => void): void; | ||
syncVariables(onSyncSuccess?: () => void, onSyncFailure?: (error: Error) => void): Promise<void>; | ||
fetchVariables(onFetchCallback?: () => void): void; | ||
addVariablesChangedCallback(callback: () => void): void; | ||
@@ -146,0 +146,0 @@ addOneTimeVariablesChangedCallback(callback: () => void): void; |
{ | ||
"name": "@types/clevertap-web-sdk", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "TypeScript definitions for clevertap-web-sdk", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clevertap-web-sdk", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7b4335ad06833100276214ef14366d1df53123e8ed7016803b8abc3bf6043b84", | ||
"typeScriptVersion": "4.7" | ||
"typesPublisherContentHash": "29cf4949c0baadc552a698b94f961a5ad6db41a527ce0143e35f36d1994ef64f", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 05 Apr 2024 08:07:57 GMT | ||
* Last updated: Fri, 06 Sep 2024 18:09:14 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
7645
0.21%