@connectedxm/admin 6.28.1 → 6.28.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.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/openapi.json +10 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -802,6 +802,7 @@ interface BaseCoupon {
|
|
|
802
802
|
applyToPassType: boolean;
|
|
803
803
|
applyToAddOns: boolean;
|
|
804
804
|
applyToReservation: boolean;
|
|
805
|
+
applyToSessions: boolean;
|
|
805
806
|
registrationId: string | null;
|
|
806
807
|
registration: {
|
|
807
808
|
accountId: string;
|
|
@@ -5185,6 +5186,7 @@ interface EventCouponCreateInputs {
|
|
|
5185
5186
|
applyToPassType?: boolean;
|
|
5186
5187
|
applyToAddOns?: boolean;
|
|
5187
5188
|
applyToReservation?: boolean;
|
|
5189
|
+
applyToSessions?: boolean;
|
|
5188
5190
|
}
|
|
5189
5191
|
interface EventCouponUpdateInputs {
|
|
5190
5192
|
code?: string | null;
|
|
@@ -5205,6 +5207,7 @@ interface EventCouponUpdateInputs {
|
|
|
5205
5207
|
applyToPassType?: boolean;
|
|
5206
5208
|
applyToAddOns?: boolean;
|
|
5207
5209
|
applyToReservation?: boolean;
|
|
5210
|
+
applyToSessions?: boolean;
|
|
5208
5211
|
}
|
|
5209
5212
|
interface EventVariantCouponCreateInputs {
|
|
5210
5213
|
quantity?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -802,6 +802,7 @@ interface BaseCoupon {
|
|
|
802
802
|
applyToPassType: boolean;
|
|
803
803
|
applyToAddOns: boolean;
|
|
804
804
|
applyToReservation: boolean;
|
|
805
|
+
applyToSessions: boolean;
|
|
805
806
|
registrationId: string | null;
|
|
806
807
|
registration: {
|
|
807
808
|
accountId: string;
|
|
@@ -5185,6 +5186,7 @@ interface EventCouponCreateInputs {
|
|
|
5185
5186
|
applyToPassType?: boolean;
|
|
5186
5187
|
applyToAddOns?: boolean;
|
|
5187
5188
|
applyToReservation?: boolean;
|
|
5189
|
+
applyToSessions?: boolean;
|
|
5188
5190
|
}
|
|
5189
5191
|
interface EventCouponUpdateInputs {
|
|
5190
5192
|
code?: string | null;
|
|
@@ -5205,6 +5207,7 @@ interface EventCouponUpdateInputs {
|
|
|
5205
5207
|
applyToPassType?: boolean;
|
|
5206
5208
|
applyToAddOns?: boolean;
|
|
5207
5209
|
applyToReservation?: boolean;
|
|
5210
|
+
applyToSessions?: boolean;
|
|
5208
5211
|
}
|
|
5209
5212
|
interface EventVariantCouponCreateInputs {
|
|
5210
5213
|
quantity?: number;
|
package/openapi.json
CHANGED
|
@@ -95650,6 +95650,9 @@
|
|
|
95650
95650
|
"applyToReservation": {
|
|
95651
95651
|
"type": "boolean"
|
|
95652
95652
|
},
|
|
95653
|
+
"applyToSessions": {
|
|
95654
|
+
"type": "boolean"
|
|
95655
|
+
},
|
|
95653
95656
|
"registrationId": {
|
|
95654
95657
|
"type": "string",
|
|
95655
95658
|
"nullable": true
|
|
@@ -95689,6 +95692,7 @@
|
|
|
95689
95692
|
"applyToPassType",
|
|
95690
95693
|
"applyToAddOns",
|
|
95691
95694
|
"applyToReservation",
|
|
95695
|
+
"applyToSessions",
|
|
95692
95696
|
"registrationId",
|
|
95693
95697
|
"registration"
|
|
95694
95698
|
]
|
|
@@ -114187,6 +114191,9 @@
|
|
|
114187
114191
|
},
|
|
114188
114192
|
"applyToReservation": {
|
|
114189
114193
|
"type": "boolean"
|
|
114194
|
+
},
|
|
114195
|
+
"applyToSessions": {
|
|
114196
|
+
"type": "boolean"
|
|
114190
114197
|
}
|
|
114191
114198
|
},
|
|
114192
114199
|
"required": [
|
|
@@ -114312,6 +114319,9 @@
|
|
|
114312
114319
|
},
|
|
114313
114320
|
"applyToReservation": {
|
|
114314
114321
|
"type": "boolean"
|
|
114322
|
+
},
|
|
114323
|
+
"applyToSessions": {
|
|
114324
|
+
"type": "boolean"
|
|
114315
114325
|
}
|
|
114316
114326
|
}
|
|
114317
114327
|
},
|