@finverse/sdk-typescript 0.0.64 → 0.0.65

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 CHANGED
@@ -218,6 +218,7 @@ export declare const AccountTypeTypeEnum: {
218
218
  export declare type AccountTypeTypeEnum = typeof AccountTypeTypeEnum[keyof typeof AccountTypeTypeEnum];
219
219
  export declare const AccountTypeSubtypeEnum: {
220
220
  readonly Checking: "CHECKING";
221
+ readonly Current: "CURRENT";
221
222
  readonly Savings: "SAVINGS";
222
223
  readonly TimeDeposit: "TIME_DEPOSIT";
223
224
  readonly Other: "OTHER";
package/dist/api.js CHANGED
@@ -38,6 +38,7 @@ exports.AccountTypeTypeEnum = {
38
38
  };
39
39
  exports.AccountTypeSubtypeEnum = {
40
40
  Checking: 'CHECKING',
41
+ Current: 'CURRENT',
41
42
  Savings: 'SAVINGS',
42
43
  TimeDeposit: 'TIME_DEPOSIT',
43
44
  Other: 'OTHER',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [