@finverse/sdk-typescript 0.0.154 → 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 +6 -0
  2. package/package.json +2 -2
package/dist/api.d.ts CHANGED
@@ -4637,6 +4637,12 @@ 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;
4640
4646
  /**
4641
4647
  *
4642
4648
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.154",
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"