@connectedxm/admin 3.3.12 → 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 +8 -0
- package/dist/index.d.cts +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +7 -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;
|
|
@@ -38393,6 +38399,7 @@ export {
|
|
|
38393
38399
|
LOGIN_DEVICES_QUERY_KEY,
|
|
38394
38400
|
LOGIN_QUERY_KEY,
|
|
38395
38401
|
LeadStatus,
|
|
38402
|
+
LocationQuestionOption,
|
|
38396
38403
|
MEMBERSHIPS_QUERY_KEY,
|
|
38397
38404
|
MEMBERSHIP_PRICES_QUERY_KEY,
|
|
38398
38405
|
MEMBERSHIP_PRICE_QUERY_KEY,
|