@arkadiuminc/sdk
Advanced tools
Comparing version 2.17.0 to 2.18.1
@@ -14,5 +14,8 @@ import { Backend } from '../backend/backend.api'; | ||
avatar: Image; | ||
avatarFrame: Image; | ||
avatarBackground: string; | ||
avatarFrame?: Image; | ||
avatarBackground?: string; | ||
isUserSubscriber: boolean; | ||
aarpMembershipStatus?: boolean; | ||
coins?: number; | ||
level?: number; | ||
} | ||
@@ -19,0 +22,0 @@ interface UserProfileReaderContract { |
@@ -5,4 +5,4 @@ import { SessionStorage, SessionStorageInitParams } from '@arkadium/eagle-user-client'; | ||
export declare enum AARPUserEnv { | ||
DEV = "https://eagle-user-api-dev.arkadiumhosted.com/", | ||
PROD = "https://eagle-user-api-prod.arkadiumhosted.com/" | ||
DEV = "https://aarpcloud.cdn.arkadiumhosted.com/arenax-api-user-dev/api/v1/", | ||
PROD = "https://aarpcloud.cdn.arkadiumhosted.com/arenax-api-user/api/v1/" | ||
} | ||
@@ -9,0 +9,0 @@ export declare enum AARPCloudSaveEnv { |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "2.17.0", | ||
"version": "2.18.1", | ||
"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
47897
1119