rebilly-js-sdk 62.97.0 → 62.97.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,6 +1,6 @@
|
|
|
1
|
-
## [62.97.
|
|
1
|
+
## [62.97.1](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v62.97.0...rebilly-js-sdk-v62.97.1) (2026-04-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **js-sdk
|
|
6
|
+
* **rebilly-js-sdk:** Remove payout-requests-v-2-resource resource manually ([#21036](https://github.com/Rebilly/rebilly/issues/21036)) ([0d6e864](https://github.com/Rebilly/rebilly/commit/0d6e86490a90a25df3f8dcef7252525ca05581fb))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -95573,18 +95573,6 @@ declare module "resources/payout-requests-resource" {
|
|
|
95573
95573
|
}): any;
|
|
95574
95574
|
};
|
|
95575
95575
|
}
|
|
95576
|
-
declare module "resources/payout-requests-v-2-resource" {
|
|
95577
|
-
export default function PayoutRequestsV2Resource({ apiHandler }: {
|
|
95578
|
-
apiHandler: any;
|
|
95579
|
-
}): {
|
|
95580
|
-
getV2({ id }: {
|
|
95581
|
-
id: any;
|
|
95582
|
-
}): rebilly.GetPayoutRequestV2ResponsePromise;
|
|
95583
|
-
getPaymentInstrumentsV2({ id }: {
|
|
95584
|
-
id: any;
|
|
95585
|
-
}): rebilly.GetPayoutRequestV2PaymentInstrumentsResponsePromise;
|
|
95586
|
-
};
|
|
95587
|
-
}
|
|
95588
95576
|
declare module "resources/payouts-resource" {
|
|
95589
95577
|
export default function PayoutsResource({ apiHandler }: {
|
|
95590
95578
|
apiHandler: any;
|
|
@@ -97348,14 +97336,6 @@ declare module "resources/api-instance" {
|
|
|
97348
97336
|
messageId: any;
|
|
97349
97337
|
}): any;
|
|
97350
97338
|
};
|
|
97351
|
-
payoutRequestsV2: {
|
|
97352
|
-
getV2({ id }: {
|
|
97353
|
-
id: any;
|
|
97354
|
-
}): rebilly.GetPayoutRequestV2ResponsePromise;
|
|
97355
|
-
getPaymentInstrumentsV2({ id }: {
|
|
97356
|
-
id: any;
|
|
97357
|
-
}): rebilly.GetPayoutRequestV2PaymentInstrumentsResponsePromise;
|
|
97358
|
-
};
|
|
97359
97339
|
payouts: {
|
|
97360
97340
|
create({ data }: {
|
|
97361
97341
|
data: any;
|