@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.js CHANGED
@@ -12762,6 +12762,11 @@ var ImportType = /* @__PURE__ */ ((ImportType2) => {
12762
12762
  ImportType2["accountTiers"] = "account-tiers";
12763
12763
  return ImportType2;
12764
12764
  })(ImportType || {});
12765
+ var TaxLocationType = /* @__PURE__ */ ((TaxLocationType2) => {
12766
+ TaxLocationType2["pointOfSale"] = "pointOfSale";
12767
+ TaxLocationType2["accountAddress"] = "accountAddress";
12768
+ return TaxLocationType2;
12769
+ })(TaxLocationType || {});
12765
12770
  var OrganizationModuleType = /* @__PURE__ */ ((OrganizationModuleType2) => {
12766
12771
  OrganizationModuleType2["activities"] = "activities";
12767
12772
  OrganizationModuleType2["events"] = "events";
@@ -39057,6 +39062,7 @@ export {
39057
39062
  TIER_QUERY_KEY,
39058
39063
  TIER_SUBSCRIBERS_QUERY_KEY,
39059
39064
  TaxIntegrationType,
39065
+ TaxLocationType,
39060
39066
  TestTaxIntegration,
39061
39067
  ThreadCircleAccountRole,
39062
39068
  ThreadCircleType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "3.3.13",
3
+ "version": "3.3.15",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",