@finverse/sdk-typescript 0.0.186 → 0.0.188

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 +18 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -919,6 +919,12 @@ export interface CreateMandateRequest {
919
919
  * @interface CreateMandateResponse
920
920
  */
921
921
  export interface CreateMandateResponse {
922
+ /**
923
+ * Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
924
+ * @type {string}
925
+ * @memberof CreateMandateResponse
926
+ */
927
+ created_at?: string;
922
928
  /**
923
929
  * Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
924
930
  * @type {string}
@@ -2148,6 +2154,12 @@ export declare type GetMandateAuthResponseSenderTypeEnum = (typeof GetMandateAut
2148
2154
  * @interface GetMandateResponse
2149
2155
  */
2150
2156
  export interface GetMandateResponse {
2157
+ /**
2158
+ * Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
2159
+ * @type {string}
2160
+ * @memberof GetMandateResponse
2161
+ */
2162
+ created_at?: string;
2151
2163
  /**
2152
2164
  * Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
2153
2165
  * @type {string}
@@ -5186,6 +5198,12 @@ export interface PayoutSnapshotResponse {
5186
5198
  * @memberof PayoutSnapshotResponse
5187
5199
  */
5188
5200
  fees?: Array<Fee>;
5201
+ /**
5202
+ * Whether this payout is live or not
5203
+ * @type {boolean}
5204
+ * @memberof PayoutSnapshotResponse
5205
+ */
5206
+ live: boolean;
5189
5207
  /**
5190
5208
  *
5191
5209
  * @type {FvErrorModelV2}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.186",
3
+ "version": "0.0.188",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [