@finverse/sdk-typescript 0.0.224 → 0.0.226

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 +4 -4
package/dist/api.d.ts CHANGED
@@ -5155,6 +5155,12 @@ export interface PaymentMethodFvLinkResponse {
5155
5155
  * @memberof PaymentMethodFvLinkResponse
5156
5156
  */
5157
5157
  payment_method_type?: string;
5158
+ /**
5159
+ *
5160
+ * @type {string}
5161
+ * @memberof PaymentMethodFvLinkResponse
5162
+ */
5163
+ recipient_entity_name?: string;
5158
5164
  /**
5159
5165
  *
5160
5166
  * @type {MandateFvLinkResponse}
@@ -5825,6 +5831,12 @@ export interface RapidstorMetadataResponse {
5825
5831
  * @memberof RapidstorMetadataResponse
5826
5832
  */
5827
5833
  i_anniv_days?: number;
5834
+ /**
5835
+ *
5836
+ * @type {string}
5837
+ * @memberof RapidstorMetadataResponse
5838
+ */
5839
+ tenant_default_currency?: string;
5828
5840
  }
5829
5841
  /**
5830
5842
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.224",
3
+ "version": "0.0.226",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -21,12 +21,12 @@
21
21
  "axios": "^0.21.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/chai": "^4.3.11",
24
+ "@types/chai": "^4.3.12",
25
25
  "@types/mocha": "^10.0.6",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",
28
- "chai": "^5.0.3",
29
- "mocha": "^10.2.0",
28
+ "chai": "^5.1.0",
29
+ "mocha": "^10.3.0",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^3.6.4"
32
32
  },