@connectedxm/client 0.2.2 → 0.2.3

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
@@ -1142,6 +1142,7 @@ declare enum InvoiceStatus {
1142
1142
  }
1143
1143
  interface BaseInvoice {
1144
1144
  id: string;
1145
+ alternateId: number;
1145
1146
  title: string;
1146
1147
  description: string | null;
1147
1148
  sentDate: string | null;
package/dist/index.d.ts CHANGED
@@ -1142,6 +1142,7 @@ declare enum InvoiceStatus {
1142
1142
  }
1143
1143
  interface BaseInvoice {
1144
1144
  id: string;
1145
+ alternateId: number;
1145
1146
  title: string;
1146
1147
  description: string | null;
1147
1148
  sentDate: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {