@arkadiuminc/sdk
Advanced tools
Comparing version 2.20.0 to 2.21.0
@@ -5,3 +5,5 @@ /** | ||
*/ | ||
export declare type DimensionsObject = Partial<Record<Dimension, string | number>>; | ||
export declare type DimensionsObject = { | ||
[key: string]: any; | ||
}; | ||
export declare enum Dimension { | ||
@@ -8,0 +10,0 @@ action = "action", |
@@ -41,2 +41,3 @@ import { DimensionsObject } from '../dimensions'; | ||
private onceLoaded; | ||
private validateProperties; | ||
sendEventImpl(eventCategory: string, eventAction: string, dimensions: DimensionsObject): void; | ||
@@ -43,0 +44,0 @@ sendPageViewImpl(pageName: string, dimensions: DimensionsObject): void; |
@@ -14,2 +14,3 @@ import { ApiGateway as UserApiGateway } from '@arkadium/eagle-user-client'; | ||
} | ||
export declare function getEnv(): ApiEnv; | ||
export interface BackendEndpoints { | ||
@@ -16,0 +17,0 @@ getUserEndpoint: (env: ApiEnv) => string; |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "2.20.0", | ||
"version": "2.21.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
49922
1179