@connectedxm/client 0.5.33 → 0.5.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1561,6 +1561,8 @@ interface OrganizationConfig {
1561
1561
  COGNITO_USERPOOL_ID: string;
1562
1562
  COGNITO_CLIENT_ID: string;
1563
1563
  COGNITO_HOSTED_URL: string;
1564
+ BUNDLE_IDENTIFIER: string | null;
1565
+ EXPO_EXPO_PROJECT_ID: string | null;
1564
1566
  API_URL: "https://client-api.connectedxm.com" | "https://staging-client-api.connectedxm.com";
1565
1567
  OPENGRAPH_URL: "https://opengraph-api.connectedxm.com" | "https://staging-opengraph-api.connectedxm.com";
1566
1568
  CHAT_URL: "wss://chat.connectedxm.com" | "wss://staging-chat.connectedxm.com";
@@ -1579,6 +1581,9 @@ interface OrganizationConfig {
1579
1581
  LIGHT: string;
1580
1582
  DARK?: string;
1581
1583
  };
1584
+ APP_ICON: string | null;
1585
+ ADAPTIVE_ICON: string | null;
1586
+ SPLASH_SCREEN: string | null;
1582
1587
  DEFAULT_LOCALE: SupportedLocale;
1583
1588
  LANGUAGES: Record<SupportedLocale, Record<string, string>>;
1584
1589
  AUTH: {
package/dist/index.d.ts CHANGED
@@ -1561,6 +1561,8 @@ interface OrganizationConfig {
1561
1561
  COGNITO_USERPOOL_ID: string;
1562
1562
  COGNITO_CLIENT_ID: string;
1563
1563
  COGNITO_HOSTED_URL: string;
1564
+ BUNDLE_IDENTIFIER: string | null;
1565
+ EXPO_EXPO_PROJECT_ID: string | null;
1564
1566
  API_URL: "https://client-api.connectedxm.com" | "https://staging-client-api.connectedxm.com";
1565
1567
  OPENGRAPH_URL: "https://opengraph-api.connectedxm.com" | "https://staging-opengraph-api.connectedxm.com";
1566
1568
  CHAT_URL: "wss://chat.connectedxm.com" | "wss://staging-chat.connectedxm.com";
@@ -1579,6 +1581,9 @@ interface OrganizationConfig {
1579
1581
  LIGHT: string;
1580
1582
  DARK?: string;
1581
1583
  };
1584
+ APP_ICON: string | null;
1585
+ ADAPTIVE_ICON: string | null;
1586
+ SPLASH_SCREEN: string | null;
1582
1587
  DEFAULT_LOCALE: SupportedLocale;
1583
1588
  LANGUAGES: Record<SupportedLocale, Record<string, string>>;
1584
1589
  AUTH: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.5.33",
3
+ "version": "0.5.34",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {