@connectedxm/admin 7.0.11 → 7.2.0
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 +6 -1
- package/dist/index.d.ts +6 -1
- package/openapi.json +35 -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": [
|
|
@@ -98967,6 +98979,10 @@
|
|
|
98967
98979
|
"type": "string",
|
|
98968
98980
|
"nullable": true
|
|
98969
98981
|
},
|
|
98982
|
+
"privacyPolicyLink": {
|
|
98983
|
+
"type": "string",
|
|
98984
|
+
"nullable": true
|
|
98985
|
+
},
|
|
98970
98986
|
"address1": {
|
|
98971
98987
|
"type": "string",
|
|
98972
98988
|
"nullable": true
|
|
@@ -99226,12 +99242,19 @@
|
|
|
99226
99242
|
"options": {
|
|
99227
99243
|
"type": "object",
|
|
99228
99244
|
"nullable": true
|
|
99245
|
+
},
|
|
99246
|
+
"modulesOrder": {
|
|
99247
|
+
"type": "array",
|
|
99248
|
+
"items": {
|
|
99249
|
+
"$ref": "#/components/schemas/ModulesOrder"
|
|
99250
|
+
}
|
|
99229
99251
|
}
|
|
99230
99252
|
},
|
|
99231
99253
|
"required": [
|
|
99232
99254
|
"email",
|
|
99233
99255
|
"description",
|
|
99234
99256
|
"phone",
|
|
99257
|
+
"privacyPolicyLink",
|
|
99235
99258
|
"address1",
|
|
99236
99259
|
"address2",
|
|
99237
99260
|
"city",
|
|
@@ -99290,7 +99313,8 @@
|
|
|
99290
99313
|
"inviteOnly",
|
|
99291
99314
|
"autoTranslate",
|
|
99292
99315
|
"googleTagManagerId",
|
|
99293
|
-
"options"
|
|
99316
|
+
"options",
|
|
99317
|
+
"modulesOrder"
|
|
99294
99318
|
]
|
|
99295
99319
|
}
|
|
99296
99320
|
]
|
|
@@ -117400,6 +117424,10 @@
|
|
|
117400
117424
|
"type": "string",
|
|
117401
117425
|
"nullable": true
|
|
117402
117426
|
},
|
|
117427
|
+
"privacyPolicyLink": {
|
|
117428
|
+
"type": "string",
|
|
117429
|
+
"nullable": true
|
|
117430
|
+
},
|
|
117403
117431
|
"address1": {
|
|
117404
117432
|
"type": "string",
|
|
117405
117433
|
"nullable": true
|
|
@@ -117551,6 +117579,12 @@
|
|
|
117551
117579
|
"options": {
|
|
117552
117580
|
"type": "object",
|
|
117553
117581
|
"nullable": true
|
|
117582
|
+
},
|
|
117583
|
+
"modulesOrder": {
|
|
117584
|
+
"type": "array",
|
|
117585
|
+
"items": {
|
|
117586
|
+
"$ref": "#/components/schemas/ModulesOrder"
|
|
117587
|
+
}
|
|
117554
117588
|
}
|
|
117555
117589
|
}
|
|
117556
117590
|
},
|