@connectedxm/client 5.0.6 → 5.0.7
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.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -350,6 +350,7 @@ interface Event extends BaseEvent {
|
|
|
350
350
|
reservationDescription: string | null;
|
|
351
351
|
backgroundImage: BaseImage | null;
|
|
352
352
|
media: EventMediaItem[];
|
|
353
|
+
options: object | null;
|
|
353
354
|
_count: {
|
|
354
355
|
activations: number;
|
|
355
356
|
sessions: number;
|
|
@@ -1832,6 +1833,7 @@ interface OrganizationConfig {
|
|
|
1832
1833
|
CHAT_URL: "wss://websocket.connected.dev" | "wss://staging-websocket.connected.dev";
|
|
1833
1834
|
APPLE_APPSTORE_LINK: string | null;
|
|
1834
1835
|
GOOGLE_PLAYSTORE_LINK: string | null;
|
|
1836
|
+
GOOGLE_TAG_MANAGER_ID: string | null;
|
|
1835
1837
|
NAME: string;
|
|
1836
1838
|
DESCRIPTION: string;
|
|
1837
1839
|
PRIMARY_MODULE: PrimaryModule;
|