@finverse/sdk-typescript 0.0.172 → 0.0.174
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 +6 -6
- package/package.json +3 -3
package/dist/api.d.ts
CHANGED
|
@@ -4137,12 +4137,6 @@ export interface MandateSenderAccountRequest {
|
|
|
4137
4137
|
* @interface ManualPaymentConfirmationRequest
|
|
4138
4138
|
*/
|
|
4139
4139
|
export interface ManualPaymentConfirmationRequest {
|
|
4140
|
-
/**
|
|
4141
|
-
*
|
|
4142
|
-
* @type {string}
|
|
4143
|
-
* @memberof ManualPaymentConfirmationRequest
|
|
4144
|
-
*/
|
|
4145
|
-
accountholder_name: string;
|
|
4146
4140
|
/**
|
|
4147
4141
|
*
|
|
4148
4142
|
* @type {string}
|
|
@@ -4806,6 +4800,12 @@ export interface PaymentLinkTokenResponse {
|
|
|
4806
4800
|
* @memberof PaymentLinkTokenResponse
|
|
4807
4801
|
*/
|
|
4808
4802
|
link_url: string;
|
|
4803
|
+
/**
|
|
4804
|
+
* The FPS QR code in base64
|
|
4805
|
+
* @type {string}
|
|
4806
|
+
* @memberof PaymentLinkTokenResponse
|
|
4807
|
+
*/
|
|
4808
|
+
qr_code?: string;
|
|
4809
4809
|
/**
|
|
4810
4810
|
*
|
|
4811
4811
|
* @type {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finverse/sdk-typescript",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.174",
|
|
4
4
|
"description": "OpenAPI client for @finverse/sdk-typescript",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/chai": "^4.3.6",
|
|
25
|
-
"@types/mocha": "^10.0.
|
|
25
|
+
"@types/mocha": "^10.0.2",
|
|
26
26
|
"@types/node": "^12.11.5",
|
|
27
27
|
"axios-mock-adapter": "^1.21.2",
|
|
28
|
-
"chai": "^4.3.
|
|
28
|
+
"chai": "^4.3.9",
|
|
29
29
|
"mocha": "^10.2.0",
|
|
30
30
|
"ts-node": "^10.9.1",
|
|
31
31
|
"typescript": "^3.6.4"
|