@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 +0 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/openapi.json +0 -1
- package/package.json +1 -1
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
package/dist/index.d.ts
CHANGED
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
|
},
|