@connectedxm/client 1.3.4 → 1.3.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.mts CHANGED
@@ -1760,8 +1760,8 @@ interface OrganizationConfig {
1760
1760
  discord: string | null;
1761
1761
  };
1762
1762
  PAYMENT: {
1763
- TYPE: PaymentIntegrationType;
1764
- CONNECTION_ID: string;
1763
+ TYPE: PaymentIntegrationType | "none";
1764
+ CONNECTION_ID: string | null;
1765
1765
  };
1766
1766
  INTEGRATIONS: Integration[];
1767
1767
  }
package/dist/index.d.ts CHANGED
@@ -1760,8 +1760,8 @@ interface OrganizationConfig {
1760
1760
  discord: string | null;
1761
1761
  };
1762
1762
  PAYMENT: {
1763
- TYPE: PaymentIntegrationType;
1764
- CONNECTION_ID: string;
1763
+ TYPE: PaymentIntegrationType | "none";
1764
+ CONNECTION_ID: string | null;
1765
1765
  };
1766
1766
  INTEGRATIONS: Integration[];
1767
1767
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {