@connectedxm/admin 3.3.11 → 3.3.13
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 +11 -0
- package/dist/index.d.cts +21 -4
- package/dist/index.d.ts +21 -4
- package/dist/index.js +10 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12780,6 +12780,12 @@ var OrganizationModuleType = /* @__PURE__ */ ((OrganizationModuleType2) => {
|
|
|
12780
12780
|
OrganizationModuleType2["streams"] = "streams";
|
|
12781
12781
|
return OrganizationModuleType2;
|
|
12782
12782
|
})(OrganizationModuleType || {});
|
|
12783
|
+
var LocationQuestionOption = /* @__PURE__ */ ((LocationQuestionOption2) => {
|
|
12784
|
+
LocationQuestionOption2["country"] = "country";
|
|
12785
|
+
LocationQuestionOption2["countryState"] = "countryState";
|
|
12786
|
+
LocationQuestionOption2["countryStateCity"] = "countryStateCity";
|
|
12787
|
+
return LocationQuestionOption2;
|
|
12788
|
+
})(LocationQuestionOption || {});
|
|
12783
12789
|
var Currency = /* @__PURE__ */ ((Currency2) => {
|
|
12784
12790
|
Currency2["USD"] = "USD";
|
|
12785
12791
|
return Currency2;
|
|
@@ -12931,6 +12937,7 @@ var RegistrationQuestionType = /* @__PURE__ */ ((RegistrationQuestionType2) => {
|
|
|
12931
12937
|
RegistrationQuestionType2["checkbox"] = "checkbox";
|
|
12932
12938
|
RegistrationQuestionType2["search"] = "search";
|
|
12933
12939
|
RegistrationQuestionType2["file"] = "file";
|
|
12940
|
+
RegistrationQuestionType2["location"] = "location";
|
|
12934
12941
|
return RegistrationQuestionType2;
|
|
12935
12942
|
})(RegistrationQuestionType || {});
|
|
12936
12943
|
var OrganizationTriggerType = /* @__PURE__ */ ((OrganizationTriggerType2) => {
|
|
@@ -13194,6 +13201,7 @@ var EventSessionQuestionType = /* @__PURE__ */ ((EventSessionQuestionType2) => {
|
|
|
13194
13201
|
EventSessionQuestionType2["search"] = "search";
|
|
13195
13202
|
EventSessionQuestionType2["file"] = "file";
|
|
13196
13203
|
EventSessionQuestionType2["quantity"] = "quantity";
|
|
13204
|
+
EventSessionQuestionType2["location"] = "location";
|
|
13197
13205
|
return EventSessionQuestionType2;
|
|
13198
13206
|
})(EventSessionQuestionType || {});
|
|
13199
13207
|
var MembershipPriceType = /* @__PURE__ */ ((MembershipPriceType2) => {
|
|
@@ -13297,6 +13305,7 @@ var SurveyQuestionType = /* @__PURE__ */ ((SurveyQuestionType2) => {
|
|
|
13297
13305
|
SurveyQuestionType2["checkbox"] = "checkbox";
|
|
13298
13306
|
SurveyQuestionType2["search"] = "search";
|
|
13299
13307
|
SurveyQuestionType2["file"] = "file";
|
|
13308
|
+
SurveyQuestionType2["location"] = "location";
|
|
13300
13309
|
return SurveyQuestionType2;
|
|
13301
13310
|
})(SurveyQuestionType || {});
|
|
13302
13311
|
var CustomModulePosition = /* @__PURE__ */ ((CustomModulePosition2) => {
|
|
@@ -38390,6 +38399,7 @@ export {
|
|
|
38390
38399
|
LOGIN_DEVICES_QUERY_KEY,
|
|
38391
38400
|
LOGIN_QUERY_KEY,
|
|
38392
38401
|
LeadStatus,
|
|
38402
|
+
LocationQuestionOption,
|
|
38393
38403
|
MEMBERSHIPS_QUERY_KEY,
|
|
38394
38404
|
MEMBERSHIP_PRICES_QUERY_KEY,
|
|
38395
38405
|
MEMBERSHIP_PRICE_QUERY_KEY,
|