@connectedxm/client 0.3.1 → 0.3.2
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1193,6 +1193,7 @@ interface BaseEventAddOn {
|
|
|
1193
1193
|
id: string;
|
|
1194
1194
|
name: string;
|
|
1195
1195
|
shortDescription: string;
|
|
1196
|
+
longDescription: string | null;
|
|
1196
1197
|
supply: number;
|
|
1197
1198
|
price: number;
|
|
1198
1199
|
sortOrder: number;
|
|
@@ -1203,7 +1204,6 @@ interface BaseEventAddOn {
|
|
|
1203
1204
|
updatedAt: string;
|
|
1204
1205
|
}
|
|
1205
1206
|
interface EventAddOn extends BaseEventAddOn {
|
|
1206
|
-
longDescription: string | null;
|
|
1207
1207
|
event: BaseEvent;
|
|
1208
1208
|
}
|
|
1209
1209
|
interface BaseEventReservationSection {
|
package/dist/index.d.ts
CHANGED
|
@@ -1193,6 +1193,7 @@ interface BaseEventAddOn {
|
|
|
1193
1193
|
id: string;
|
|
1194
1194
|
name: string;
|
|
1195
1195
|
shortDescription: string;
|
|
1196
|
+
longDescription: string | null;
|
|
1196
1197
|
supply: number;
|
|
1197
1198
|
price: number;
|
|
1198
1199
|
sortOrder: number;
|
|
@@ -1203,7 +1204,6 @@ interface BaseEventAddOn {
|
|
|
1203
1204
|
updatedAt: string;
|
|
1204
1205
|
}
|
|
1205
1206
|
interface EventAddOn extends BaseEventAddOn {
|
|
1206
|
-
longDescription: string | null;
|
|
1207
1207
|
event: BaseEvent;
|
|
1208
1208
|
}
|
|
1209
1209
|
interface BaseEventReservationSection {
|