@connectedxm/client 1.7.2 → 1.7.3
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1762,7 +1762,6 @@ interface OrganizationConfig {
|
|
|
1762
1762
|
API_URL: "https://client-api.connected.dev" | "https://staging-client-api.connected.dev";
|
|
1763
1763
|
OPENGRAPH_URL: "https://opengraph-api.connected.dev" | "https://staging-opengraph-api.connected.dev";
|
|
1764
1764
|
CHAT_URL: "wss://websocket.connected.dev" | "wss://staging-websocket.connected.dev";
|
|
1765
|
-
SHOP_URL: string | null;
|
|
1766
1765
|
APPLE_APPSTORE_LINK: string | null;
|
|
1767
1766
|
GOOGLE_PLAYSTORE_LINK: string | null;
|
|
1768
1767
|
NAME: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1762,7 +1762,6 @@ interface OrganizationConfig {
|
|
|
1762
1762
|
API_URL: "https://client-api.connected.dev" | "https://staging-client-api.connected.dev";
|
|
1763
1763
|
OPENGRAPH_URL: "https://opengraph-api.connected.dev" | "https://staging-opengraph-api.connected.dev";
|
|
1764
1764
|
CHAT_URL: "wss://websocket.connected.dev" | "wss://staging-websocket.connected.dev";
|
|
1765
|
-
SHOP_URL: string | null;
|
|
1766
1765
|
APPLE_APPSTORE_LINK: string | null;
|
|
1767
1766
|
GOOGLE_PLAYSTORE_LINK: string | null;
|
|
1768
1767
|
NAME: string;
|