@finverse/sdk-typescript 0.0.187 → 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.
- package/dist/api.d.ts +12 -0
- 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}
|