@finverse/sdk-typescript 0.0.150 → 0.0.152
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 -12
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -957,12 +957,6 @@ export interface CreatePaymentLinkRequest {
|
|
|
957
957
|
metadata?: {
|
|
958
958
|
[key: string]: string;
|
|
959
959
|
};
|
|
960
|
-
/**
|
|
961
|
-
* URI to redirect to. Only needed if ui_mode = redirect
|
|
962
|
-
* @type {string}
|
|
963
|
-
* @memberof CreatePaymentLinkRequest
|
|
964
|
-
*/
|
|
965
|
-
redirect_uri?: string;
|
|
966
960
|
}
|
|
967
961
|
export declare const CreatePaymentLinkRequestModeEnum: {
|
|
968
962
|
readonly Payment: "PAYMENT";
|
|
@@ -4026,6 +4020,12 @@ export interface PaymentLinkCustomizations {
|
|
|
4026
4020
|
* @memberof PaymentLinkCustomizations
|
|
4027
4021
|
*/
|
|
4028
4022
|
ui_mode?: PaymentLinkCustomizationsUiModeEnum;
|
|
4023
|
+
/**
|
|
4024
|
+
* URI to redirect to. Only needed if ui_mode = redirect
|
|
4025
|
+
* @type {string}
|
|
4026
|
+
* @memberof PaymentLinkCustomizations
|
|
4027
|
+
*/
|
|
4028
|
+
redirect_uri?: string;
|
|
4029
4029
|
}
|
|
4030
4030
|
export declare const PaymentLinkCustomizationsUiModeEnum: {
|
|
4031
4031
|
readonly Iframe: "iframe";
|
|
@@ -4157,12 +4157,6 @@ export interface PaymentLinkResponse {
|
|
|
4157
4157
|
* @memberof PaymentLinkResponse
|
|
4158
4158
|
*/
|
|
4159
4159
|
sender?: PaymentLinkSenderResponse;
|
|
4160
|
-
/**
|
|
4161
|
-
*
|
|
4162
|
-
* @type {string}
|
|
4163
|
-
* @memberof PaymentLinkResponse
|
|
4164
|
-
*/
|
|
4165
|
-
redirect_uri?: string;
|
|
4166
4160
|
}
|
|
4167
4161
|
export declare const PaymentLinkResponseModeEnum: {
|
|
4168
4162
|
readonly Payment: "PAYMENT";
|
|
@@ -4625,6 +4619,12 @@ export interface Principal {
|
|
|
4625
4619
|
* @memberof Principal
|
|
4626
4620
|
*/
|
|
4627
4621
|
payment_attempt_id?: string;
|
|
4622
|
+
/**
|
|
4623
|
+
*
|
|
4624
|
+
* @type {string}
|
|
4625
|
+
* @memberof Principal
|
|
4626
|
+
*/
|
|
4627
|
+
product_flow?: string;
|
|
4628
4628
|
/**
|
|
4629
4629
|
*
|
|
4630
4630
|
* @type {Array<string>}
|