@finverse/sdk-typescript 0.0.64 → 0.0.66
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/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -217,7 +217,7 @@ export declare const AccountTypeTypeEnum: {
|
|
|
217
217
|
};
|
|
218
218
|
export declare type AccountTypeTypeEnum = typeof AccountTypeTypeEnum[keyof typeof AccountTypeTypeEnum];
|
|
219
219
|
export declare const AccountTypeSubtypeEnum: {
|
|
220
|
-
readonly
|
|
220
|
+
readonly Current: "CURRENT";
|
|
221
221
|
readonly Savings: "SAVINGS";
|
|
222
222
|
readonly TimeDeposit: "TIME_DEPOSIT";
|
|
223
223
|
readonly Other: "OTHER";
|
package/dist/api.js
CHANGED