rebilly-js-sdk 56.49.4 → 56.50.1

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/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [56.49.4](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.49.3...rebilly-js-sdk-v56.49.4) (2024-08-26)
1
+ ## [56.50.1](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.50.0...rebilly-js-sdk-v56.50.1) (2024-08-27)
@@ -4873,6 +4873,9 @@ export interface corePaths {
4873
4873
  * Creates a payout request.
4874
4874
  * In the response, the `selectPaymentInstrumentUrl` field is used to redirect the customer to select a preferred payment instrument.
4875
4875
  * After a payment instrument is selected, the customer is redirected to the `selectedPaymentInstrumentRedirectUrl` value.
4876
+ *
4877
+ * > **Important:** The selected payment gateway must be configured to support payout requests.
4878
+ * > For more information, see the [readyToPayoutInstruction](https://www.rebilly.com/catalog/all/gateway-accounts/getgatewayaccountcollection#gateway-accounts/getgatewayaccountcollection/t=response&c=200&path=&d=0/readytopayoutinstruction) field.
4876
4879
  */
4877
4880
  post: operations["PostPayoutRequest"];
4878
4881
  };
@@ -36764,6 +36767,9 @@ export interface operations {
36764
36767
  * Creates a payout request.
36765
36768
  * In the response, the `selectPaymentInstrumentUrl` field is used to redirect the customer to select a preferred payment instrument.
36766
36769
  * After a payment instrument is selected, the customer is redirected to the `selectedPaymentInstrumentRedirectUrl` value.
36770
+ *
36771
+ * > **Important:** The selected payment gateway must be configured to support payout requests.
36772
+ * > For more information, see the [readyToPayoutInstruction](https://www.rebilly.com/catalog/all/gateway-accounts/getgatewayaccountcollection#gateway-accounts/getgatewayaccountcollection/t=response&c=200&path=&d=0/readytopayoutinstruction) field.
36767
36773
  */
36768
36774
  PostPayoutRequest: {
36769
36775
  responses: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebilly-js-sdk",
3
- "version": "56.49.4",
3
+ "version": "56.50.1",
4
4
  "description": "Official Rebilly API JS library for the browser and Node",
5
5
  "types": "./dist/rebilly-js-sdk.d.ts",
6
6
  "main": "./dist/rebilly-js-sdk.umd.js",