@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 +1 -3
- package/dist/index.d.ts +1 -3
- package/package.json +1 -1
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
|
}
|