@delopay/sdk 0.33.2 → 0.34.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/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 {
package/dist/index.js CHANGED
@@ -41,7 +41,7 @@ import {
41
41
  shadowFor,
42
42
  surfacePadValue,
43
43
  verticalGapValue
44
- } from "./chunk-ET3F5U37.js";
44
+ } from "./chunk-45OPT3EW.js";
45
45
  export {
46
46
  Analytics,
47
47
  AnalyticsDashboard,