sowhat-types 2.0.100 → 2.0.101
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -710,7 +710,7 @@ interface PowensConnectionInSynchronizationErrorResponse {
|
|
|
710
710
|
id: string;
|
|
711
711
|
state: PowensConnectionStateEnum;
|
|
712
712
|
errorMessage: string | null;
|
|
713
|
-
accounts:
|
|
713
|
+
accounts: BankAccountResponse[];
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
interface PowensWebviewConnectionResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -710,7 +710,7 @@ interface PowensConnectionInSynchronizationErrorResponse {
|
|
|
710
710
|
id: string;
|
|
711
711
|
state: PowensConnectionStateEnum;
|
|
712
712
|
errorMessage: string | null;
|
|
713
|
-
accounts:
|
|
713
|
+
accounts: BankAccountResponse[];
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
interface PowensWebviewConnectionResponse {
|