@connectedxm/client 1.4.18 → 1.4.20
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -467,6 +467,7 @@ declare enum TicketEventAccessLevel {
|
|
|
467
467
|
interface BasePassType {
|
|
468
468
|
id: string;
|
|
469
469
|
slug: string;
|
|
470
|
+
cancelable: boolean;
|
|
470
471
|
transferable: boolean;
|
|
471
472
|
name: string;
|
|
472
473
|
shortDescription: string;
|
|
@@ -1863,6 +1864,7 @@ interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
|
|
|
1863
1864
|
interface BaseEventRoomTypePassTypeDetails {
|
|
1864
1865
|
id: string;
|
|
1865
1866
|
passTypeId: string;
|
|
1867
|
+
passType: BasePassType;
|
|
1866
1868
|
enabled: boolean;
|
|
1867
1869
|
premium: number;
|
|
1868
1870
|
includedNights: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -467,6 +467,7 @@ declare enum TicketEventAccessLevel {
|
|
|
467
467
|
interface BasePassType {
|
|
468
468
|
id: string;
|
|
469
469
|
slug: string;
|
|
470
|
+
cancelable: boolean;
|
|
470
471
|
transferable: boolean;
|
|
471
472
|
name: string;
|
|
472
473
|
shortDescription: string;
|
|
@@ -1863,6 +1864,7 @@ interface EventRoomTypeReservation extends BaseEventRoomTypeReservation {
|
|
|
1863
1864
|
interface BaseEventRoomTypePassTypeDetails {
|
|
1864
1865
|
id: string;
|
|
1865
1866
|
passTypeId: string;
|
|
1867
|
+
passType: BasePassType;
|
|
1866
1868
|
enabled: boolean;
|
|
1867
1869
|
premium: number;
|
|
1868
1870
|
includedNights: number;
|