@finverse/sdk-typescript 0.0.172 → 0.0.173
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 -0
- package/package.json +3 -3
package/dist/api.d.ts
CHANGED
|
@@ -4806,6 +4806,12 @@ export interface PaymentLinkTokenResponse {
|
|
|
4806
4806
|
* @memberof PaymentLinkTokenResponse
|
|
4807
4807
|
*/
|
|
4808
4808
|
link_url: string;
|
|
4809
|
+
/**
|
|
4810
|
+
* The FPS QR code in base64
|
|
4811
|
+
* @type {string}
|
|
4812
|
+
* @memberof PaymentLinkTokenResponse
|
|
4813
|
+
*/
|
|
4814
|
+
qr_code?: string;
|
|
4809
4815
|
/**
|
|
4810
4816
|
*
|
|
4811
4817
|
* @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.173",
|
|
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"
|