@connectedxm/admin 6.14.5 → 6.14.6
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 +10 -0
- package/dist/index.d.ts +10 -0
- package/openapi.json +44 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3765,6 +3765,8 @@ interface BaseBookingSpace {
|
|
|
3765
3765
|
interface BookingSpace extends BaseBookingSpace {
|
|
3766
3766
|
confirmationBody: string | null;
|
|
3767
3767
|
confirmationReplyTo: string | null;
|
|
3768
|
+
cancellationBody: string | null;
|
|
3769
|
+
cancellationReplyTo: string | null;
|
|
3768
3770
|
createdAt: string;
|
|
3769
3771
|
updatedAt: string;
|
|
3770
3772
|
}
|
|
@@ -3781,6 +3783,8 @@ interface BookingSpaceTranslation {
|
|
|
3781
3783
|
locale: string;
|
|
3782
3784
|
name: string | null;
|
|
3783
3785
|
description: string | null;
|
|
3786
|
+
confirmationBody: string | null;
|
|
3787
|
+
cancellationBody: string | null;
|
|
3784
3788
|
createdAt: string;
|
|
3785
3789
|
updatedAt: string;
|
|
3786
3790
|
}
|
|
@@ -6518,6 +6522,8 @@ interface BookingSpaceCreateInputs {
|
|
|
6518
6522
|
visible?: boolean;
|
|
6519
6523
|
confirmationBody?: string | null;
|
|
6520
6524
|
confirmationReplyTo?: string | null;
|
|
6525
|
+
cancellationBody?: string | null;
|
|
6526
|
+
cancellationReplyTo?: string | null;
|
|
6521
6527
|
taxCode?: string | null;
|
|
6522
6528
|
taxIncluded?: boolean;
|
|
6523
6529
|
taxLocation?: keyof typeof TaxLocationType;
|
|
@@ -6534,6 +6540,8 @@ interface BookingSpaceUpdateInputs {
|
|
|
6534
6540
|
visible?: boolean;
|
|
6535
6541
|
confirmationBody?: string | null;
|
|
6536
6542
|
confirmationReplyTo?: string | null;
|
|
6543
|
+
cancellationBody?: string | null;
|
|
6544
|
+
cancellationReplyTo?: string | null;
|
|
6537
6545
|
taxCode?: string | null;
|
|
6538
6546
|
taxIncluded?: boolean;
|
|
6539
6547
|
taxLocation?: keyof typeof TaxLocationType;
|
|
@@ -6541,6 +6549,8 @@ interface BookingSpaceUpdateInputs {
|
|
|
6541
6549
|
interface BookingSpaceTranslationUpdateInputs {
|
|
6542
6550
|
name?: string | null;
|
|
6543
6551
|
description?: string | null;
|
|
6552
|
+
confirmationBody?: string | null;
|
|
6553
|
+
cancellationBody?: string | null;
|
|
6544
6554
|
}
|
|
6545
6555
|
interface BookingSpaceAvailabilityCreateInputs {
|
|
6546
6556
|
dayOfWeek: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -3765,6 +3765,8 @@ interface BaseBookingSpace {
|
|
|
3765
3765
|
interface BookingSpace extends BaseBookingSpace {
|
|
3766
3766
|
confirmationBody: string | null;
|
|
3767
3767
|
confirmationReplyTo: string | null;
|
|
3768
|
+
cancellationBody: string | null;
|
|
3769
|
+
cancellationReplyTo: string | null;
|
|
3768
3770
|
createdAt: string;
|
|
3769
3771
|
updatedAt: string;
|
|
3770
3772
|
}
|
|
@@ -3781,6 +3783,8 @@ interface BookingSpaceTranslation {
|
|
|
3781
3783
|
locale: string;
|
|
3782
3784
|
name: string | null;
|
|
3783
3785
|
description: string | null;
|
|
3786
|
+
confirmationBody: string | null;
|
|
3787
|
+
cancellationBody: string | null;
|
|
3784
3788
|
createdAt: string;
|
|
3785
3789
|
updatedAt: string;
|
|
3786
3790
|
}
|
|
@@ -6518,6 +6522,8 @@ interface BookingSpaceCreateInputs {
|
|
|
6518
6522
|
visible?: boolean;
|
|
6519
6523
|
confirmationBody?: string | null;
|
|
6520
6524
|
confirmationReplyTo?: string | null;
|
|
6525
|
+
cancellationBody?: string | null;
|
|
6526
|
+
cancellationReplyTo?: string | null;
|
|
6521
6527
|
taxCode?: string | null;
|
|
6522
6528
|
taxIncluded?: boolean;
|
|
6523
6529
|
taxLocation?: keyof typeof TaxLocationType;
|
|
@@ -6534,6 +6540,8 @@ interface BookingSpaceUpdateInputs {
|
|
|
6534
6540
|
visible?: boolean;
|
|
6535
6541
|
confirmationBody?: string | null;
|
|
6536
6542
|
confirmationReplyTo?: string | null;
|
|
6543
|
+
cancellationBody?: string | null;
|
|
6544
|
+
cancellationReplyTo?: string | null;
|
|
6537
6545
|
taxCode?: string | null;
|
|
6538
6546
|
taxIncluded?: boolean;
|
|
6539
6547
|
taxLocation?: keyof typeof TaxLocationType;
|
|
@@ -6541,6 +6549,8 @@ interface BookingSpaceUpdateInputs {
|
|
|
6541
6549
|
interface BookingSpaceTranslationUpdateInputs {
|
|
6542
6550
|
name?: string | null;
|
|
6543
6551
|
description?: string | null;
|
|
6552
|
+
confirmationBody?: string | null;
|
|
6553
|
+
cancellationBody?: string | null;
|
|
6544
6554
|
}
|
|
6545
6555
|
interface BookingSpaceAvailabilityCreateInputs {
|
|
6546
6556
|
dayOfWeek: string;
|
package/openapi.json
CHANGED
|
@@ -90198,6 +90198,14 @@
|
|
|
90198
90198
|
"type": "string",
|
|
90199
90199
|
"nullable": true
|
|
90200
90200
|
},
|
|
90201
|
+
"cancellationBody": {
|
|
90202
|
+
"type": "string",
|
|
90203
|
+
"nullable": true
|
|
90204
|
+
},
|
|
90205
|
+
"cancellationReplyTo": {
|
|
90206
|
+
"type": "string",
|
|
90207
|
+
"nullable": true
|
|
90208
|
+
},
|
|
90201
90209
|
"createdAt": {
|
|
90202
90210
|
"type": "string"
|
|
90203
90211
|
},
|
|
@@ -90208,6 +90216,8 @@
|
|
|
90208
90216
|
"required": [
|
|
90209
90217
|
"confirmationBody",
|
|
90210
90218
|
"confirmationReplyTo",
|
|
90219
|
+
"cancellationBody",
|
|
90220
|
+
"cancellationReplyTo",
|
|
90211
90221
|
"createdAt",
|
|
90212
90222
|
"updatedAt"
|
|
90213
90223
|
]
|
|
@@ -90264,6 +90274,14 @@
|
|
|
90264
90274
|
"type": "string",
|
|
90265
90275
|
"nullable": true
|
|
90266
90276
|
},
|
|
90277
|
+
"confirmationBody": {
|
|
90278
|
+
"type": "string",
|
|
90279
|
+
"nullable": true
|
|
90280
|
+
},
|
|
90281
|
+
"cancellationBody": {
|
|
90282
|
+
"type": "string",
|
|
90283
|
+
"nullable": true
|
|
90284
|
+
},
|
|
90267
90285
|
"createdAt": {
|
|
90268
90286
|
"type": "string"
|
|
90269
90287
|
},
|
|
@@ -90276,6 +90294,8 @@
|
|
|
90276
90294
|
"locale",
|
|
90277
90295
|
"name",
|
|
90278
90296
|
"description",
|
|
90297
|
+
"confirmationBody",
|
|
90298
|
+
"cancellationBody",
|
|
90279
90299
|
"createdAt",
|
|
90280
90300
|
"updatedAt"
|
|
90281
90301
|
]
|
|
@@ -101836,6 +101856,14 @@
|
|
|
101836
101856
|
"type": "string",
|
|
101837
101857
|
"nullable": true
|
|
101838
101858
|
},
|
|
101859
|
+
"cancellationBody": {
|
|
101860
|
+
"type": "string",
|
|
101861
|
+
"nullable": true
|
|
101862
|
+
},
|
|
101863
|
+
"cancellationReplyTo": {
|
|
101864
|
+
"type": "string",
|
|
101865
|
+
"nullable": true
|
|
101866
|
+
},
|
|
101839
101867
|
"taxCode": {
|
|
101840
101868
|
"type": "string",
|
|
101841
101869
|
"nullable": true
|
|
@@ -101917,6 +101945,14 @@
|
|
|
101917
101945
|
"type": "string",
|
|
101918
101946
|
"nullable": true
|
|
101919
101947
|
},
|
|
101948
|
+
"cancellationBody": {
|
|
101949
|
+
"type": "string",
|
|
101950
|
+
"nullable": true
|
|
101951
|
+
},
|
|
101952
|
+
"cancellationReplyTo": {
|
|
101953
|
+
"type": "string",
|
|
101954
|
+
"nullable": true
|
|
101955
|
+
},
|
|
101920
101956
|
"taxCode": {
|
|
101921
101957
|
"type": "string",
|
|
101922
101958
|
"nullable": true
|
|
@@ -101939,6 +101975,14 @@
|
|
|
101939
101975
|
"description": {
|
|
101940
101976
|
"type": "string",
|
|
101941
101977
|
"nullable": true
|
|
101978
|
+
},
|
|
101979
|
+
"confirmationBody": {
|
|
101980
|
+
"type": "string",
|
|
101981
|
+
"nullable": true
|
|
101982
|
+
},
|
|
101983
|
+
"cancellationBody": {
|
|
101984
|
+
"type": "string",
|
|
101985
|
+
"nullable": true
|
|
101942
101986
|
}
|
|
101943
101987
|
}
|
|
101944
101988
|
},
|