@finverse/sdk-typescript 0.0.99 → 0.0.100
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 +0 -12
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -968,12 +968,6 @@ export interface CreateSenderAccountRequest {
|
|
|
968
968
|
* @memberof CreateSenderAccountRequest
|
|
969
969
|
*/
|
|
970
970
|
sender_id: string;
|
|
971
|
-
/**
|
|
972
|
-
* Customer App\'s internal ID for the recipient
|
|
973
|
-
* @type {string}
|
|
974
|
-
* @memberof CreateSenderAccountRequest
|
|
975
|
-
*/
|
|
976
|
-
user_id: string;
|
|
977
971
|
}
|
|
978
972
|
export declare const CreateSenderAccountRequestAccountTypeEnum: {
|
|
979
973
|
readonly ExternalAccount: "EXTERNAL_ACCOUNT";
|
|
@@ -4250,12 +4244,6 @@ export interface SenderAccountResponse {
|
|
|
4250
4244
|
* @memberof SenderAccountResponse
|
|
4251
4245
|
*/
|
|
4252
4246
|
sender_id?: string;
|
|
4253
|
-
/**
|
|
4254
|
-
* Customer App\'s internal ID for the recipient
|
|
4255
|
-
* @type {string}
|
|
4256
|
-
* @memberof SenderAccountResponse
|
|
4257
|
-
*/
|
|
4258
|
-
user_id?: string;
|
|
4259
4247
|
/**
|
|
4260
4248
|
* Timestamp of when the sender was created in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
|
|
4261
4249
|
* @type {string}
|