@finverse/sdk-typescript 0.0.153 → 0.0.155

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 +24 -0
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -4637,6 +4637,30 @@ export interface Principal {
4637
4637
  * @memberof Principal
4638
4638
  */
4639
4639
  link_token_request?: LinkTokenRequest;
4640
+ /**
4641
+ *
4642
+ * @type {GetMandateAuthLinkRequest}
4643
+ * @memberof Principal
4644
+ */
4645
+ get_mandate_auth_link_request?: GetMandateAuthLinkRequest;
4646
+ /**
4647
+ *
4648
+ * @type {string}
4649
+ * @memberof Principal
4650
+ */
4651
+ redirect_uri?: string;
4652
+ /**
4653
+ *
4654
+ * @type {string}
4655
+ * @memberof Principal
4656
+ */
4657
+ payment_link_id?: string;
4658
+ /**
4659
+ *
4660
+ * @type {string}
4661
+ * @memberof Principal
4662
+ */
4663
+ unique_reference_id?: string;
4640
4664
  }
4641
4665
  /**
4642
4666
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.153",
3
+ "version": "0.0.155",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "@types/mocha": "^10.0.1",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",
28
- "chai": "^4.3.7",
28
+ "chai": "^4.3.8",
29
29
  "mocha": "^10.2.0",
30
30
  "ts-node": "^10.9.1",
31
31
  "typescript": "^3.6.4"