@finverse/sdk-typescript 0.0.115 → 0.0.116

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 +1 -1
package/dist/api.d.ts CHANGED
@@ -1749,6 +1749,18 @@ export interface GetMandateAuthResponse {
1749
1749
  * @memberof GetMandateAuthResponse
1750
1750
  */
1751
1751
  error?: FvErrorModelV2;
1752
+ /**
1753
+ *
1754
+ * @type {MandateDetails}
1755
+ * @memberof GetMandateAuthResponse
1756
+ */
1757
+ mandate_details?: MandateDetails;
1758
+ /**
1759
+ *
1760
+ * @type {MandateRecipient}
1761
+ * @memberof GetMandateAuthResponse
1762
+ */
1763
+ recipient?: MandateRecipient;
1752
1764
  }
1753
1765
  export declare const GetMandateAuthResponseMandateStatusEnum: {
1754
1766
  readonly Created: "CREATED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [