@connectedxm/client 0.2.4 → 0.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.mts CHANGED
@@ -1158,9 +1158,7 @@ interface Invoice extends BaseInvoice {
1158
1158
  intentId?: string;
1159
1159
  connectionId?: string;
1160
1160
  secret?: string;
1161
- account: ({
1162
- email: string;
1163
- } & BaseAccount) | null;
1161
+ account: Self | null;
1164
1162
  organization: BaseOrganization;
1165
1163
  notes: string | null;
1166
1164
  }
package/dist/index.d.ts CHANGED
@@ -1158,9 +1158,7 @@ interface Invoice extends BaseInvoice {
1158
1158
  intentId?: string;
1159
1159
  connectionId?: string;
1160
1160
  secret?: string;
1161
- account: ({
1162
- email: string;
1163
- } & BaseAccount) | null;
1161
+ account: Self | null;
1164
1162
  organization: BaseOrganization;
1165
1163
  notes: string | null;
1166
1164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {