@walkme/sdk
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -28,2 +28,4 @@ export declare type SettingsFile = { | ||
UserGuids: Array<string>; | ||
/** Account mfa */ | ||
AccountId: string; | ||
/** Environment id. example 3 */ | ||
@@ -30,0 +32,0 @@ Environment: number; |
@@ -57,2 +57,3 @@ export declare type SiteConfig = { | ||
TutorialCantPlayText: string; | ||
UserId: number; | ||
WelcomeStepButtonCancelText: string; | ||
@@ -59,0 +60,0 @@ WelcomeStepButtonStartText: string; |
@@ -18,2 +18,3 @@ import type { SiteConfig } from "../platform"; | ||
getThemeFileUrl(): string; | ||
getAccountId(): string; | ||
} | ||
@@ -20,0 +21,0 @@ export declare type EndUserSettings = { |
{ | ||
"name": "@walkme/sdk", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Player SDK", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"sdk-build-configs": "2.0.2", | ||
"sdk-types": "^2.1.0" | ||
"sdk-types": "^2.1.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "dependencies": { |
@@ -28,2 +28,4 @@ export declare type SettingsFile = { | ||
UserGuids: Array<string>; | ||
/** Account mfa */ | ||
AccountId: string; | ||
/** Environment id. example 3 */ | ||
@@ -30,0 +32,0 @@ Environment: number; |
@@ -57,2 +57,3 @@ export declare type SiteConfig = { | ||
TutorialCantPlayText: string; | ||
UserId: number; | ||
WelcomeStepButtonCancelText: string; | ||
@@ -59,0 +60,0 @@ WelcomeStepButtonStartText: string; |
@@ -18,2 +18,3 @@ import type { SiteConfig } from '../platform'; | ||
getThemeFileUrl(): string; | ||
getAccountId(): string; | ||
} | ||
@@ -20,0 +21,0 @@ export declare type EndUserSettings = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1683548
9673