@connectedxm/admin 6.23.4 → 6.23.5

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.cjs CHANGED
@@ -4158,7 +4158,6 @@ var EventSessionQuestionType = /* @__PURE__ */ ((EventSessionQuestionType2) => {
4158
4158
  EventSessionQuestionType2["checkbox"] = "checkbox";
4159
4159
  EventSessionQuestionType2["search"] = "search";
4160
4160
  EventSessionQuestionType2["file"] = "file";
4161
- EventSessionQuestionType2["quantity"] = "quantity";
4162
4161
  EventSessionQuestionType2["location"] = "location";
4163
4162
  return EventSessionQuestionType2;
4164
4163
  })(EventSessionQuestionType || {});
package/dist/index.d.cts CHANGED
@@ -2502,7 +2502,6 @@ declare enum EventSessionQuestionType {
2502
2502
  checkbox = "checkbox",
2503
2503
  search = "search",
2504
2504
  file = "file",
2505
- quantity = "quantity",
2506
2505
  location = "location"
2507
2506
  }
2508
2507
  interface BaseEventSessionQuestionChoice {
package/dist/index.d.ts CHANGED
@@ -2502,7 +2502,6 @@ declare enum EventSessionQuestionType {
2502
2502
  checkbox = "checkbox",
2503
2503
  search = "search",
2504
2504
  file = "file",
2505
- quantity = "quantity",
2506
2505
  location = "location"
2507
2506
  }
2508
2507
  interface BaseEventSessionQuestionChoice {
package/dist/index.js CHANGED
@@ -601,7 +601,6 @@ var EventSessionQuestionType = /* @__PURE__ */ ((EventSessionQuestionType2) => {
601
601
  EventSessionQuestionType2["checkbox"] = "checkbox";
602
602
  EventSessionQuestionType2["search"] = "search";
603
603
  EventSessionQuestionType2["file"] = "file";
604
- EventSessionQuestionType2["quantity"] = "quantity";
605
604
  EventSessionQuestionType2["location"] = "location";
606
605
  return EventSessionQuestionType2;
607
606
  })(EventSessionQuestionType || {});
package/openapi.json CHANGED
@@ -101967,7 +101967,6 @@
101967
101967
  "checkbox",
101968
101968
  "search",
101969
101969
  "file",
101970
- "quantity",
101971
101970
  "location"
101972
101971
  ]
101973
101972
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "6.23.4",
3
+ "version": "6.23.5",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",