@finverse/sdk-typescript 0.0.247 → 0.0.248

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +12 -0
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -6228,6 +6228,12 @@ export interface RapidstorMetadataRequest {
6228
6228
  * @memberof RapidstorMetadataRequest
6229
6229
  */
6230
6230
  i_anniv_days?: number;
6231
+ /**
6232
+ *
6233
+ * @type {string}
6234
+ * @memberof RapidstorMetadataRequest
6235
+ */
6236
+ account_token?: string;
6231
6237
  }
6232
6238
  /**
6233
6239
  *
@@ -6265,6 +6271,12 @@ export interface RapidstorMetadataResponse {
6265
6271
  * @memberof RapidstorMetadataResponse
6266
6272
  */
6267
6273
  tenant_default_currency?: string;
6274
+ /**
6275
+ *
6276
+ * @type {string}
6277
+ * @memberof RapidstorMetadataResponse
6278
+ */
6279
+ account_token?: string;
6268
6280
  }
6269
6281
  /**
6270
6282
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.247",
3
+ "version": "0.0.248",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -26,7 +26,7 @@
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",
28
28
  "chai": "^5.1.1",
29
- "mocha": "^10.4.0",
29
+ "mocha": "^10.5.2",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^3.6.4"
32
32
  },