@connectedxm/client 4.2.4 → 4.2.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.d.ts CHANGED
@@ -1791,6 +1791,7 @@ declare enum PaymentIntegrationType {
1791
1791
  stripe = "stripe",
1792
1792
  paypal = "paypal",
1793
1793
  braintree = "braintree",
1794
+ authorizenet = "authorizenet",
1794
1795
  manual = "manual"
1795
1796
  }
1796
1797
  interface OrganizationConfig {
package/dist/index.js CHANGED
@@ -463,6 +463,7 @@ var PaymentIntegrationType = /* @__PURE__ */ ((PaymentIntegrationType2) => {
463
463
  PaymentIntegrationType2["stripe"] = "stripe";
464
464
  PaymentIntegrationType2["paypal"] = "paypal";
465
465
  PaymentIntegrationType2["braintree"] = "braintree";
466
+ PaymentIntegrationType2["authorizenet"] = "authorizenet";
466
467
  PaymentIntegrationType2["manual"] = "manual";
467
468
  return PaymentIntegrationType2;
468
469
  })(PaymentIntegrationType || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",