@connectedxm/admin 7.1.0 → 7.2.1
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 +16 -1
- package/dist/index.d.ts +16 -1
- package/openapi.json +75 -1
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -92647,6 +92647,18 @@
|
|
|
92647
92647
|
"meetings"
|
|
92648
92648
|
]
|
|
92649
92649
|
},
|
|
92650
|
+
"ModulesOrder": {
|
|
92651
|
+
"type": "string",
|
|
92652
|
+
"enum": [
|
|
92653
|
+
"activities",
|
|
92654
|
+
"events",
|
|
92655
|
+
"groups",
|
|
92656
|
+
"channels",
|
|
92657
|
+
"threads",
|
|
92658
|
+
"accounts",
|
|
92659
|
+
"bookings"
|
|
92660
|
+
]
|
|
92661
|
+
},
|
|
92650
92662
|
"LocationQuestionOption": {
|
|
92651
92663
|
"type": "string",
|
|
92652
92664
|
"enum": [
|
|
@@ -98367,6 +98379,9 @@
|
|
|
98367
98379
|
"eventReminderEmail": {
|
|
98368
98380
|
"type": "boolean"
|
|
98369
98381
|
},
|
|
98382
|
+
"bookingReminderEmail": {
|
|
98383
|
+
"type": "boolean"
|
|
98384
|
+
},
|
|
98370
98385
|
"chatPush": {
|
|
98371
98386
|
"type": "boolean"
|
|
98372
98387
|
},
|
|
@@ -98405,6 +98420,7 @@
|
|
|
98405
98420
|
"transferPush",
|
|
98406
98421
|
"transferEmail",
|
|
98407
98422
|
"eventReminderEmail",
|
|
98423
|
+
"bookingReminderEmail",
|
|
98408
98424
|
"chatPush",
|
|
98409
98425
|
"chatUnreadEmail",
|
|
98410
98426
|
"chatUnreadPush",
|
|
@@ -99230,6 +99246,12 @@
|
|
|
99230
99246
|
"options": {
|
|
99231
99247
|
"type": "object",
|
|
99232
99248
|
"nullable": true
|
|
99249
|
+
},
|
|
99250
|
+
"modulesOrder": {
|
|
99251
|
+
"type": "array",
|
|
99252
|
+
"items": {
|
|
99253
|
+
"$ref": "#/components/schemas/ModulesOrder"
|
|
99254
|
+
}
|
|
99233
99255
|
}
|
|
99234
99256
|
},
|
|
99235
99257
|
"required": [
|
|
@@ -99295,7 +99317,8 @@
|
|
|
99295
99317
|
"inviteOnly",
|
|
99296
99318
|
"autoTranslate",
|
|
99297
99319
|
"googleTagManagerId",
|
|
99298
|
-
"options"
|
|
99320
|
+
"options",
|
|
99321
|
+
"modulesOrder"
|
|
99299
99322
|
]
|
|
99300
99323
|
}
|
|
99301
99324
|
]
|
|
@@ -108228,6 +108251,17 @@
|
|
|
108228
108251
|
"type": "string",
|
|
108229
108252
|
"nullable": true
|
|
108230
108253
|
},
|
|
108254
|
+
"reminderBody": {
|
|
108255
|
+
"type": "string",
|
|
108256
|
+
"nullable": true
|
|
108257
|
+
},
|
|
108258
|
+
"reminderReplyTo": {
|
|
108259
|
+
"type": "string",
|
|
108260
|
+
"nullable": true
|
|
108261
|
+
},
|
|
108262
|
+
"reminderEnabled": {
|
|
108263
|
+
"type": "boolean"
|
|
108264
|
+
},
|
|
108231
108265
|
"meetingId": {
|
|
108232
108266
|
"type": "string",
|
|
108233
108267
|
"nullable": true
|
|
@@ -108262,6 +108296,9 @@
|
|
|
108262
108296
|
"confirmationReplyTo",
|
|
108263
108297
|
"cancellationBody",
|
|
108264
108298
|
"cancellationReplyTo",
|
|
108299
|
+
"reminderBody",
|
|
108300
|
+
"reminderReplyTo",
|
|
108301
|
+
"reminderEnabled",
|
|
108265
108302
|
"meetingId",
|
|
108266
108303
|
"meeting",
|
|
108267
108304
|
"joinBeforeTime",
|
|
@@ -108330,6 +108367,10 @@
|
|
|
108330
108367
|
"type": "string",
|
|
108331
108368
|
"nullable": true
|
|
108332
108369
|
},
|
|
108370
|
+
"reminderBody": {
|
|
108371
|
+
"type": "string",
|
|
108372
|
+
"nullable": true
|
|
108373
|
+
},
|
|
108333
108374
|
"createdAt": {
|
|
108334
108375
|
"type": "string"
|
|
108335
108376
|
},
|
|
@@ -108344,6 +108385,7 @@
|
|
|
108344
108385
|
"description",
|
|
108345
108386
|
"confirmationBody",
|
|
108346
108387
|
"cancellationBody",
|
|
108388
|
+
"reminderBody",
|
|
108347
108389
|
"createdAt",
|
|
108348
108390
|
"updatedAt"
|
|
108349
108391
|
]
|
|
@@ -117560,6 +117602,12 @@
|
|
|
117560
117602
|
"options": {
|
|
117561
117603
|
"type": "object",
|
|
117562
117604
|
"nullable": true
|
|
117605
|
+
},
|
|
117606
|
+
"modulesOrder": {
|
|
117607
|
+
"type": "array",
|
|
117608
|
+
"items": {
|
|
117609
|
+
"$ref": "#/components/schemas/ModulesOrder"
|
|
117610
|
+
}
|
|
117563
117611
|
}
|
|
117564
117612
|
}
|
|
117565
117613
|
},
|
|
@@ -120476,6 +120524,17 @@
|
|
|
120476
120524
|
"type": "string",
|
|
120477
120525
|
"nullable": true
|
|
120478
120526
|
},
|
|
120527
|
+
"reminderBody": {
|
|
120528
|
+
"type": "string",
|
|
120529
|
+
"nullable": true
|
|
120530
|
+
},
|
|
120531
|
+
"reminderReplyTo": {
|
|
120532
|
+
"type": "string",
|
|
120533
|
+
"nullable": true
|
|
120534
|
+
},
|
|
120535
|
+
"reminderEnabled": {
|
|
120536
|
+
"type": "boolean"
|
|
120537
|
+
},
|
|
120479
120538
|
"taxCode": {
|
|
120480
120539
|
"type": "string",
|
|
120481
120540
|
"nullable": true
|
|
@@ -120573,6 +120632,17 @@
|
|
|
120573
120632
|
"type": "string",
|
|
120574
120633
|
"nullable": true
|
|
120575
120634
|
},
|
|
120635
|
+
"reminderBody": {
|
|
120636
|
+
"type": "string",
|
|
120637
|
+
"nullable": true
|
|
120638
|
+
},
|
|
120639
|
+
"reminderReplyTo": {
|
|
120640
|
+
"type": "string",
|
|
120641
|
+
"nullable": true
|
|
120642
|
+
},
|
|
120643
|
+
"reminderEnabled": {
|
|
120644
|
+
"type": "boolean"
|
|
120645
|
+
},
|
|
120576
120646
|
"taxCode": {
|
|
120577
120647
|
"type": "string",
|
|
120578
120648
|
"nullable": true
|
|
@@ -120611,6 +120681,10 @@
|
|
|
120611
120681
|
"cancellationBody": {
|
|
120612
120682
|
"type": "string",
|
|
120613
120683
|
"nullable": true
|
|
120684
|
+
},
|
|
120685
|
+
"reminderBody": {
|
|
120686
|
+
"type": "string",
|
|
120687
|
+
"nullable": true
|
|
120614
120688
|
}
|
|
120615
120689
|
}
|
|
120616
120690
|
},
|