@finverse/sdk-typescript 0.0.65 → 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 CHANGED
@@ -217,7 +217,6 @@ 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 Checking: "CHECKING";
221
220
  readonly Current: "CURRENT";
222
221
  readonly Savings: "SAVINGS";
223
222
  readonly TimeDeposit: "TIME_DEPOSIT";
package/dist/api.js CHANGED
@@ -37,7 +37,6 @@ exports.AccountTypeTypeEnum = {
37
37
  Unknown: 'UNKNOWN',
38
38
  };
39
39
  exports.AccountTypeSubtypeEnum = {
40
- Checking: 'CHECKING',
41
40
  Current: 'CURRENT',
42
41
  Savings: 'SAVINGS',
43
42
  TimeDeposit: 'TIME_DEPOSIT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [