@connectedxm/admin 3.3.13 → 3.3.15
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 +7 -0
- package/dist/index.d.cts +44 -10
- package/dist/index.d.ts +44 -10
- package/dist/index.js +6 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1881,6 +1881,7 @@ __export(index_exports, {
|
|
|
1881
1881
|
TIER_QUERY_KEY: () => TIER_QUERY_KEY,
|
|
1882
1882
|
TIER_SUBSCRIBERS_QUERY_KEY: () => TIER_SUBSCRIBERS_QUERY_KEY,
|
|
1883
1883
|
TaxIntegrationType: () => TaxIntegrationType,
|
|
1884
|
+
TaxLocationType: () => TaxLocationType,
|
|
1884
1885
|
TestTaxIntegration: () => TestTaxIntegration,
|
|
1885
1886
|
ThreadCircleAccountRole: () => ThreadCircleAccountRole,
|
|
1886
1887
|
ThreadCircleType: () => ThreadCircleType,
|
|
@@ -15887,6 +15888,11 @@ var ImportType = /* @__PURE__ */ ((ImportType2) => {
|
|
|
15887
15888
|
ImportType2["accountTiers"] = "account-tiers";
|
|
15888
15889
|
return ImportType2;
|
|
15889
15890
|
})(ImportType || {});
|
|
15891
|
+
var TaxLocationType = /* @__PURE__ */ ((TaxLocationType2) => {
|
|
15892
|
+
TaxLocationType2["pointOfSale"] = "pointOfSale";
|
|
15893
|
+
TaxLocationType2["accountAddress"] = "accountAddress";
|
|
15894
|
+
return TaxLocationType2;
|
|
15895
|
+
})(TaxLocationType || {});
|
|
15890
15896
|
var OrganizationModuleType = /* @__PURE__ */ ((OrganizationModuleType2) => {
|
|
15891
15897
|
OrganizationModuleType2["activities"] = "activities";
|
|
15892
15898
|
OrganizationModuleType2["events"] = "events";
|
|
@@ -42178,6 +42184,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
42178
42184
|
TIER_QUERY_KEY,
|
|
42179
42185
|
TIER_SUBSCRIBERS_QUERY_KEY,
|
|
42180
42186
|
TaxIntegrationType,
|
|
42187
|
+
TaxLocationType,
|
|
42181
42188
|
TestTaxIntegration,
|
|
42182
42189
|
ThreadCircleAccountRole,
|
|
42183
42190
|
ThreadCircleType,
|