@finverse/sdk-typescript 0.0.149 → 0.0.151

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 +6 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -4020,6 +4020,12 @@ export interface PaymentLinkCustomizations {
4020
4020
  * @memberof PaymentLinkCustomizations
4021
4021
  */
4022
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;
4023
4029
  }
4024
4030
  export declare const PaymentLinkCustomizationsUiModeEnum: {
4025
4031
  readonly Iframe: "iframe";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.149",
3
+ "version": "0.0.151",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [