@finverse/sdk-typescript 0.0.276 → 0.0.278

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 +13 -1
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -1044,6 +1044,18 @@ export interface CreateCardRequestCardDetails {
1044
1044
  * @memberof CreateCardRequestCardDetails
1045
1045
  */
1046
1046
  currency: string;
1047
+ /**
1048
+ *
1049
+ * @type {number}
1050
+ * @memberof CreateCardRequestCardDetails
1051
+ */
1052
+ expiry_month?: number;
1053
+ /**
1054
+ *
1055
+ * @type {number}
1056
+ * @memberof CreateCardRequestCardDetails
1057
+ */
1058
+ expiry_year?: number;
1047
1059
  }
1048
1060
  /**
1049
1061
  *
@@ -6640,7 +6652,7 @@ export interface RapidstorMetadataRequest {
6640
6652
  * @type {string}
6641
6653
  * @memberof RapidstorMetadataRequest
6642
6654
  */
6643
- account_token?: string;
6655
+ account_token: string;
6644
6656
  }
6645
6657
  /**
6646
6658
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.276",
3
+ "version": "0.0.278",
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.2",
29
- "mocha": "^10.8.2",
29
+ "mocha": "^11.0.1",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^3.6.4"
32
32
  },