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 CHANGED
@@ -710,7 +710,7 @@ interface PowensConnectionInSynchronizationErrorResponse {
710
710
  id: string;
711
711
  state: PowensConnectionStateEnum;
712
712
  errorMessage: string | null;
713
- accounts: BankAccountsResponse[];
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: BankAccountsResponse[];
713
+ accounts: BankAccountResponse[];
714
714
  }
715
715
 
716
716
  interface PowensWebviewConnectionResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.100",
3
+ "version": "2.0.101",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",