@connectedxm/admin 2.3.17 → 2.3.19
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.cjs +0 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -34999,7 +34999,6 @@ var UpdateStream = async ({
|
|
|
34999
34999
|
id: void 0,
|
|
35000
35000
|
event: void 0,
|
|
35001
35001
|
session: void 0,
|
|
35002
|
-
connected: void 0,
|
|
35003
35002
|
cloudflareId: void 0,
|
|
35004
35003
|
createdAt: void 0
|
|
35005
35004
|
}
|
package/dist/index.d.cts
CHANGED
|
@@ -47,6 +47,7 @@ interface BaseOrganizationModule {
|
|
|
47
47
|
interface OrganizationModule extends BaseOrganizationModule {
|
|
48
48
|
enabledTiers: BaseTier[];
|
|
49
49
|
editableTiers: BaseTier[];
|
|
50
|
+
options: object | null;
|
|
50
51
|
createdAt: string;
|
|
51
52
|
updatedAt: string;
|
|
52
53
|
}
|
|
@@ -4584,6 +4585,7 @@ interface StreamInputUpdateInputs {
|
|
|
4584
4585
|
eventId?: string | null;
|
|
4585
4586
|
sessionId?: string | null;
|
|
4586
4587
|
details?: object | null;
|
|
4588
|
+
connected?: boolean;
|
|
4587
4589
|
}
|
|
4588
4590
|
interface StreamInputOutputCreateInputs {
|
|
4589
4591
|
enabled: boolean;
|
|
@@ -4834,6 +4836,7 @@ interface OrganizationModuleUpdateInputs {
|
|
|
4834
4836
|
requireAuth?: boolean;
|
|
4835
4837
|
enabled?: boolean;
|
|
4836
4838
|
editable?: boolean;
|
|
4839
|
+
options?: object | null;
|
|
4837
4840
|
}
|
|
4838
4841
|
interface PassTypePriceScheduleCreateInputs {
|
|
4839
4842
|
ticketId?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ interface BaseOrganizationModule {
|
|
|
47
47
|
interface OrganizationModule extends BaseOrganizationModule {
|
|
48
48
|
enabledTiers: BaseTier[];
|
|
49
49
|
editableTiers: BaseTier[];
|
|
50
|
+
options: object | null;
|
|
50
51
|
createdAt: string;
|
|
51
52
|
updatedAt: string;
|
|
52
53
|
}
|
|
@@ -4584,6 +4585,7 @@ interface StreamInputUpdateInputs {
|
|
|
4584
4585
|
eventId?: string | null;
|
|
4585
4586
|
sessionId?: string | null;
|
|
4586
4587
|
details?: object | null;
|
|
4588
|
+
connected?: boolean;
|
|
4587
4589
|
}
|
|
4588
4590
|
interface StreamInputOutputCreateInputs {
|
|
4589
4591
|
enabled: boolean;
|
|
@@ -4834,6 +4836,7 @@ interface OrganizationModuleUpdateInputs {
|
|
|
4834
4836
|
requireAuth?: boolean;
|
|
4835
4837
|
enabled?: boolean;
|
|
4836
4838
|
editable?: boolean;
|
|
4839
|
+
options?: object | null;
|
|
4837
4840
|
}
|
|
4838
4841
|
interface PassTypePriceScheduleCreateInputs {
|
|
4839
4842
|
ticketId?: string | null;
|
package/dist/index.js
CHANGED
|
@@ -32138,7 +32138,6 @@ var UpdateStream = async ({
|
|
|
32138
32138
|
id: void 0,
|
|
32139
32139
|
event: void 0,
|
|
32140
32140
|
session: void 0,
|
|
32141
|
-
connected: void 0,
|
|
32142
32141
|
cloudflareId: void 0,
|
|
32143
32142
|
createdAt: void 0
|
|
32144
32143
|
}
|