@delopay/sdk 0.33.2 → 0.35.0
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/README.md +102 -0
- package/dist/{chunk-ET3F5U37.js → chunk-45OPT3EW.js} +1 -1
- package/dist/chunk-45OPT3EW.js.map +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-ET3F5U37.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -3229,7 +3229,7 @@ declare class RoutingDecisionManager {
|
|
|
3229
3229
|
}
|
|
3230
3230
|
|
|
3231
3231
|
/** Index discriminator returned for each search result group. */
|
|
3232
|
-
type SearchIndex = 'payment_attempts' | 'payment_intents' | 'refunds' | 'disputes' | 'payouts' | 'sessionizer_payment_attempts' | 'sessionizer_payment_intents' | 'sessionizer_refunds' | 'sessionizer_disputes';
|
|
3232
|
+
type SearchIndex = 'payment_attempts' | 'payment_intents' | 'refunds' | 'disputes' | 'payouts' | 'sessionizer_payment_attempts' | 'sessionizer_payment_intents' | 'sessionizer_refunds' | 'sessionizer_disputes' | 'routing_rules' | 'webhook_events' | 'audit_logs' | 'subscriptions';
|
|
3233
3233
|
type SearchStatus = 'Success' | 'Failure';
|
|
3234
3234
|
/** One result group (per index) in the response array. */
|
|
3235
3235
|
interface SearchGroupResponse {
|
package/dist/index.d.ts
CHANGED
|
@@ -3229,7 +3229,7 @@ declare class RoutingDecisionManager {
|
|
|
3229
3229
|
}
|
|
3230
3230
|
|
|
3231
3231
|
/** Index discriminator returned for each search result group. */
|
|
3232
|
-
type SearchIndex = 'payment_attempts' | 'payment_intents' | 'refunds' | 'disputes' | 'payouts' | 'sessionizer_payment_attempts' | 'sessionizer_payment_intents' | 'sessionizer_refunds' | 'sessionizer_disputes';
|
|
3232
|
+
type SearchIndex = 'payment_attempts' | 'payment_intents' | 'refunds' | 'disputes' | 'payouts' | 'sessionizer_payment_attempts' | 'sessionizer_payment_intents' | 'sessionizer_refunds' | 'sessionizer_disputes' | 'routing_rules' | 'webhook_events' | 'audit_logs' | 'subscriptions';
|
|
3233
3233
|
type SearchStatus = 'Success' | 'Failure';
|
|
3234
3234
|
/** One result group (per index) in the response array. */
|
|
3235
3235
|
interface SearchGroupResponse {
|