@connectedxm/admin 7.1.0 → 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/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": [
@@ -99230,6 +99242,12 @@
99230
99242
  "options": {
99231
99243
  "type": "object",
99232
99244
  "nullable": true
99245
+ },
99246
+ "modulesOrder": {
99247
+ "type": "array",
99248
+ "items": {
99249
+ "$ref": "#/components/schemas/ModulesOrder"
99250
+ }
99233
99251
  }
99234
99252
  },
99235
99253
  "required": [
@@ -99295,7 +99313,8 @@
99295
99313
  "inviteOnly",
99296
99314
  "autoTranslate",
99297
99315
  "googleTagManagerId",
99298
- "options"
99316
+ "options",
99317
+ "modulesOrder"
99299
99318
  ]
99300
99319
  }
99301
99320
  ]
@@ -117560,6 +117579,12 @@
117560
117579
  "options": {
117561
117580
  "type": "object",
117562
117581
  "nullable": true
117582
+ },
117583
+ "modulesOrder": {
117584
+ "type": "array",
117585
+ "items": {
117586
+ "$ref": "#/components/schemas/ModulesOrder"
117587
+ }
117563
117588
  }
117564
117589
  }
117565
117590
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "7.1.0",
3
+ "version": "7.2.0",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",