rebilly-js-sdk 56.21.6 → 56.22.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/CHANGELOG.md CHANGED
@@ -1 +1,6 @@
1
- ## [56.21.6](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.21.5...rebilly-js-sdk-v56.21.6) (2024-05-07)
1
+ ## [56.22.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.21.6...rebilly-js-sdk-v56.22.0) (2024-05-07)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#4880](https://github.com/Rebilly/rebilly/issues/4880)) ([02afdd3](https://github.com/Rebilly/rebilly/commit/02afdd3559cadda4e647a785647fc35f7fc29b01))
@@ -3445,7 +3445,7 @@ export interface corePaths {
3445
3445
  * To invert this behavior, place an all matching rule at the end of the `ready-to-pay-requested` event in the rules engine,
3446
3446
  * and include an empty `paymentMethods` property for the `adjust-ready-to-pay` action.
3447
3447
  *
3448
- * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/Rules#operation/PutEventRule) and [Gateway accounts](https://www.rebilly.com/catalog/all/Gateway-accounts).
3448
+ * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/rules#operation/PutEventRule) and [Gateway accounts](https://www.rebilly.com/catalog/all/gateway-accounts).
3449
3449
  */
3450
3450
  post: operations["PostReadyToPay"];
3451
3451
  };
@@ -5233,7 +5233,7 @@ export interface coreComponents {
5233
5233
  }[];
5234
5234
  /**
5235
5235
  * Use tags to organize and categorize customers or KYC documents based on keywords.
5236
- * For more information, see [Tags](https://www.rebilly.com/docs/dev-docs/api/Tags/).
5236
+ * For more information, see [Tags](https://www.rebilly.com/docs/dev-docs/api/tags/).
5237
5237
  */
5238
5238
  Tag: {
5239
5239
  /** ID of the tag. */
@@ -6458,7 +6458,7 @@ export interface coreComponents {
6458
6458
  VaultedInstrument: {
6459
6459
  /**
6460
6460
  * Payment method supported vault.
6461
- * For more information, see [Payment instrument](https://www.rebilly.com/catalog/all/Payment-instruments).
6461
+ * For more information, see [Payment instrument](https://www.rebilly.com/catalog/all/payment-instruments).
6462
6462
  */
6463
6463
  method: "payment-card" | "ach" | "paypal";
6464
6464
  /** ID of the payment instrument. */
@@ -6502,7 +6502,7 @@ export interface coreComponents {
6502
6502
  };
6503
6503
  /**
6504
6504
  * Use custom fields to extend a resource scheme to include custom data that is not provided as a common field.
6505
- * For more information, see [Custom fields](https://www.rebilly.com/catalog/all/Custom-fields).
6505
+ * For more information, see [Custom fields](https://www.rebilly.com/catalog/all/custom-fields).
6506
6506
  */
6507
6507
  ResourceCustomFields: { [key: string]: any };
6508
6508
  /** List of phone numbers associated with the contact. */
@@ -7212,7 +7212,7 @@ export interface coreComponents {
7212
7212
  status?: "enabling" | "enabled" | "disabling" | "disabled";
7213
7213
  /**
7214
7214
  * Determines if the configuration of the application instance is complete.
7215
- * Configuration is completed using the [Upsert an application instance configuration](https://www.rebilly.com/catalog/all/Application-users/PutApplicationInstanceConfiguration) operation.
7215
+ * Configuration is completed using the [Upsert an application instance configuration](https://www.rebilly.com/catalog/all/application-users/putapplicationinstanceconfiguration) operation.
7216
7216
  */
7217
7217
  isConfigured?: boolean;
7218
7218
  /** Configuration settings that are available during installation. */
@@ -7332,7 +7332,7 @@ export interface coreComponents {
7332
7332
  calculator: "rebilly";
7333
7333
  /** ID of the shipping rate. If unset the cheapest applicable shipping rate is chosen. */
7334
7334
  rateId?: string | null;
7335
- /** Shipping amount which is calculated from [Shipping rates](https://www.rebilly.com/catalog/all/Shipping-rates). */
7335
+ /** Shipping amount which is calculated from [Shipping rates](https://www.rebilly.com/catalog/all/shipping-rates). */
7336
7336
  amount?: number;
7337
7337
  };
7338
7338
  /** Shipping settings. */
@@ -7921,8 +7921,6 @@ export interface coreComponents {
7921
7921
  payPalMerchantSessionId?: string;
7922
7922
  /** Temporary identifier that is unique to the visitor's session and passed to ThreatMetrix. */
7923
7923
  threatMetrixSessionId?: string;
7924
- /** Unique identifier of the visitor's identification request. */
7925
- fingerprintJsRequestId?: string;
7926
7924
  } | null;
7927
7925
  /** Specifies if the customer's IP address is related to a proxy. */
7928
7926
  isProxy?: boolean;
@@ -7970,8 +7968,6 @@ export interface coreComponents {
7970
7968
  paymentInstrumentVelocity?: number;
7971
7969
  /** Number of declined transactions for this payment instrument fingerprint in the last 24 hours. */
7972
7970
  declinedPaymentInstrumentVelocity?: number;
7973
- /** Specifies if the visitor session is identified as a bot. */
7974
- isBot?: boolean;
7975
7971
  /** Number of transactions for this device, based on fingerprint, in the last 24 hours. */
7976
7972
  deviceVelocity?: number;
7977
7973
  /** Number of transactions for this IP address in the last 24 hours. */
@@ -11037,7 +11033,7 @@ export interface coreComponents {
11037
11033
  * If you set a tax category identifier, taxes are calculated at invoice generation.
11038
11034
  * If the product is shippable, shipping costs are calculated at invoice generation.
11039
11035
  * Pricing and variations are set within plans.
11040
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
11036
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
11041
11037
  */
11042
11038
  Product: {
11043
11039
  /** ID of the product. */
@@ -11056,7 +11052,7 @@ export interface coreComponents {
11056
11052
  /**
11057
11053
  * Product options such as color, size, and so forth.
11058
11054
  * Product option values are defined in plans.
11059
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
11055
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
11060
11056
  */
11061
11057
  options?: string[];
11062
11058
  /**
@@ -11081,7 +11077,7 @@ export interface coreComponents {
11081
11077
  /**
11082
11078
  * Use an existing plan without changes for the current order.
11083
11079
  *
11084
- * To create a new plan, see [Create a plan](https://www.rebilly.com/catalog/all/Plans/PostPlan).
11080
+ * To create a new plan, see [Create a plan](https://www.rebilly.com/catalog/all/plans/postplan).
11085
11081
  */
11086
11082
  OriginalPlan: {
11087
11083
  /** ID of the plan. */
@@ -12477,7 +12473,7 @@ export interface coreComponents {
12477
12473
  /**
12478
12474
  * Date and time when the pending order is automatically abandoned.
12479
12475
  * If this value is not passed during order creation,
12480
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
12476
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
12481
12477
  */
12482
12478
  abandonTime?: string | null;
12483
12479
  /**
@@ -12577,7 +12573,7 @@ export interface coreComponents {
12577
12573
  };
12578
12574
  };
12579
12575
  OneTimeSale: {
12580
- /** ID of the order. */
12576
+ /** ID of the one-time sale. */
12581
12577
  id?: string;
12582
12578
  /** ID of the order (experimental). */
12583
12579
  orderId?: string;
@@ -12629,7 +12625,7 @@ export interface coreComponents {
12629
12625
  /**
12630
12626
  * Date and time when the pending order is automatically abandoned.
12631
12627
  * If this value is not passed during order creation,
12632
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
12628
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
12633
12629
  */
12634
12630
  abandonTime?: string | null;
12635
12631
  /**
@@ -14085,9 +14081,9 @@ export interface coreComponents {
14085
14081
  * > **Important:** This value must be a verified email address.
14086
14082
  *
14087
14083
  * To verify an email address:
14088
- * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/Email-delivery-settings/PostEmailDeliverySetting/).
14084
+ * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/email-delivery-settings/postemaildeliverysetting/).
14089
14085
  * In the response, you receive the email and a token.
14090
- * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/Email-delivery-settings/PutEmailDeliverySettingsVerification/) by passing the token as the path parameter.
14086
+ * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/email-delivery-settings/putemaildeliverysettingsverification/) by passing the token as the path parameter.
14091
14087
  */
14092
14088
  from: string;
14093
14089
  /**
@@ -14148,14 +14144,14 @@ export interface coreComponents {
14148
14144
  * List of available deposit amounts.
14149
14145
  *
14150
14146
  * If `amounts` is not specified when a deposit is created, amounts are determined from the chosen strategy.
14151
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest/#!t=request&path=strategyId).
14147
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest/#!t=request&path=strategyId).
14152
14148
  */
14153
14149
  amounts?: number[];
14154
14150
  /**
14155
14151
  * Custom amount restrictions.
14156
14152
  * If this value is `null`, custom amounts are prohibited.
14157
14153
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
14158
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest/#!t=request&path=strategyId).
14154
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest/#!t=request&path=strategyId).
14159
14155
  */
14160
14156
  customAmount?: {
14161
14157
  /** Minimum custom amount. */
@@ -14239,7 +14235,7 @@ export interface coreComponents {
14239
14235
  * multipleOf: 1
14240
14236
  * maximum: 10000
14241
14237
  * ```
14242
- * For more information, see [Create a deposit strategy](https://www.rebilly.com/catalog/all/Deposits/PostDepositStrategy).
14238
+ * For more information, see [Create a deposit strategy](https://www.rebilly.com/catalog/all/deposits/postdepositstrategy).
14243
14239
  */
14244
14240
  strategyId?: string | null;
14245
14241
  currency: coreComponents["schemas"]["CurrencyCode"];
@@ -14247,7 +14243,7 @@ export interface coreComponents {
14247
14243
  * List of available deposit amounts.
14248
14244
  *
14249
14245
  * If `amounts` is not specified when a deposit request is created, amounts are determined from the chosen strategy.
14250
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
14246
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
14251
14247
  */
14252
14248
  amounts?: number[] | null;
14253
14249
  /**
@@ -14264,7 +14260,7 @@ export interface coreComponents {
14264
14260
  * Custom amount restrictions.
14265
14261
  * If this value is `null`, custom amounts are prohibited.
14266
14262
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
14267
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
14263
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
14268
14264
  */
14269
14265
  customAmount?: {
14270
14266
  /** Minimum custom amount. */
@@ -14329,12 +14325,12 @@ export interface coreComponents {
14329
14325
  /**
14330
14326
  * List of incremental amounts that are displayed to customer.
14331
14327
  *
14332
- * For more information, see the [`calculator` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositStrategy#!t=request&path=amounts/calculator).
14328
+ * For more information, see the [`calculator` property](https://www.rebilly.com/catalog/all/deposits/postdepositstrategy#!t=request&path=amounts/calculator).
14333
14329
  */
14334
14330
  increments: number[];
14335
14331
  /**
14336
14332
  * Specifies if the base amount must be adjusted based on the last deposit.
14337
- * If this value is `true`, the `baseAmount` is changed to the last successful deposit amount made using [Create a deposit request](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest).
14333
+ * If this value is `true`, the `baseAmount` is changed to the last successful deposit amount made using [Create a deposit request](https://www.rebilly.com/catalog/all/deposits/postdepositrequest).
14338
14334
  *
14339
14335
  * If the customer has no successful deposits, `baseAmount` is not adjusted.
14340
14336
  */
@@ -14344,7 +14340,7 @@ export interface coreComponents {
14344
14340
  * Custom amount restrictions.
14345
14341
  * If this value is `null`, custom amounts are prohibited.
14346
14342
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
14347
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
14343
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
14348
14344
  */
14349
14345
  customAmount: {
14350
14346
  /** Minimum custom amount. */
@@ -14423,7 +14419,7 @@ export interface coreComponents {
14423
14419
  customDomain?: string | null;
14424
14420
  /**
14425
14421
  * List of plans that are applied to a customer order by default.
14426
- * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
14422
+ * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
14427
14423
  */
14428
14424
  plans: coreComponents["schemas"]["CheckoutFormPlan"][];
14429
14425
  /**
@@ -15547,9 +15543,9 @@ export interface coreComponents {
15547
15543
  * > **Important:** This value must be a verified email address.
15548
15544
  *
15549
15545
  * To verify an email address:
15550
- * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/Email-delivery-settings/PostEmailDeliverySetting/).
15546
+ * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/email-delivery-settings/postemaildeliverysetting/).
15551
15547
  * In the response, you receive the email and a token.
15552
- * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/Email-delivery-settings/PutEmailDeliverySettingsVerification/) by passing the token as the path parameter.
15548
+ * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/email-delivery-settings/putemaildeliverysettingsverification/) by passing the token as the path parameter.
15553
15549
  *
15554
15550
  * Template placeholders are permitted.
15555
15551
  * If a placeholder does not resolve to a verified `from` address,
@@ -15847,7 +15843,7 @@ export interface coreComponents {
15847
15843
  | "authorize-and-void"
15848
15844
  | "sca"
15849
15845
  | "do-nothing";
15850
- /** Defines the mode of gateway payout behaviour for the [Ready to payout](https://www.rebilly.com/catalog/all/Storefront-purchases/StorefrontPostReadyToPayout) operation. */
15846
+ /** Defines the mode of gateway payout behaviour for the [Ready to payout](https://www.rebilly.com/catalog/all/storefront-purchases/storefrontpostreadytopayout) operation. */
15851
15847
  readyToPayoutInstruction?:
15852
15848
  | "all"
15853
15849
  | "covered-payout"
@@ -16208,6 +16204,10 @@ export interface coreComponents {
16208
16204
  Buckaroo: coreComponents["schemas"]["GatewayAccount"] & {
16209
16205
  /** Buckaroo credentials object. */
16210
16206
  credentials: {
16207
+ /** Debtor code. */
16208
+ debtorCode?: string;
16209
+ /** Scheme key. */
16210
+ schemeKey?: string;
16211
16211
  /** Website key. */
16212
16212
  websiteKey: string;
16213
16213
  /** Secret key. */
@@ -17308,10 +17308,10 @@ export interface coreComponents {
17308
17308
  /** MobilePay gateway configuration. */
17309
17309
  MobilePay: coreComponents["schemas"]["GatewayAccount"] & {
17310
17310
  credentials: {
17311
- /** ID of the MobilePay provider. */
17312
- providerId: string;
17313
- /** VAT number of the MobilePay merchant. */
17314
- merchantVat: string;
17311
+ /** Serial number of the MobilePay merchant. */
17312
+ merchantSerialNumber: string;
17313
+ /** Subscription key of the MobilePay merchant. */
17314
+ subscriptionKey: string;
17315
17315
  /** ID of the MobilePay client. */
17316
17316
  clientId: string;
17317
17317
  /** MobilePay client secret. */
@@ -21479,7 +21479,7 @@ export interface coreComponents {
21479
21479
  customDomain?: string | null;
21480
21480
  /**
21481
21481
  * List of plans that are applied to a customer order by default.
21482
- * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
21482
+ * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
21483
21483
  */
21484
21484
  plans: coreComponents["schemas"]["CheckoutFormPlan"][];
21485
21485
  /**
@@ -22007,7 +22007,7 @@ export interface coreComponents {
22007
22007
  /**
22008
22008
  * Date and time when the pending order is automatically abandoned.
22009
22009
  * If this value is not passed during order creation,
22010
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
22010
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
22011
22011
  */
22012
22012
  abandonTime?: string | null;
22013
22013
  /**
@@ -22229,7 +22229,7 @@ export interface coreComponents {
22229
22229
  };
22230
22230
  };
22231
22231
  StorefrontOneTimeSale: {
22232
- /** ID of the order. */
22232
+ /** ID of the one-time sale. */
22233
22233
  id?: string;
22234
22234
  /**
22235
22235
  * Specifies the type of order.
@@ -22275,7 +22275,7 @@ export interface coreComponents {
22275
22275
  /**
22276
22276
  * Date and time when the pending order is automatically abandoned.
22277
22277
  * If this value is not passed during order creation,
22278
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
22278
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
22279
22279
  */
22280
22280
  abandonTime?: string | null;
22281
22281
  /**
@@ -23376,7 +23376,7 @@ export interface coreComponents {
23376
23376
  * If you set a tax category identifier, taxes are calculated at invoice generation.
23377
23377
  * If the product is shippable, shipping costs are calculated at invoice generation.
23378
23378
  * Pricing and variations are set within plans.
23379
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
23379
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
23380
23380
  */
23381
23381
  StorefrontProduct: {
23382
23382
  /** ID of the product. */
@@ -23395,7 +23395,7 @@ export interface coreComponents {
23395
23395
  /**
23396
23396
  * Product options such as color, size, and so forth.
23397
23397
  * Product option values are defined in plans.
23398
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
23398
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
23399
23399
  */
23400
23400
  options?: string[];
23401
23401
  customFields?: coreComponents["schemas"]["ResourceCustomFields"];
@@ -23952,6 +23952,16 @@ export interface coreComponents {
23952
23952
  emailVelocity: coreComponents["schemas"]["RiskScoreBracket"];
23953
23953
  /** Number of transactions for this billing address in the last 24 hours. */
23954
23954
  billingAddressVelocity: coreComponents["schemas"]["RiskScoreBracket"];
23955
+ /** Specifies whether the transaction is one of a number of recurring payments in a subscription, excluding trials or setup fees. */
23956
+ isRebill: coreComponents["schemas"]["RiskScoreBoolean"];
23957
+ /** Specifies whether the transaction is a retry. */
23958
+ isRetry: coreComponents["schemas"]["RiskScoreBoolean"];
23959
+ /** Total revenue from the customer, in USD. */
23960
+ customerLifetimeValue: coreComponents["schemas"]["RiskScoreBracket"];
23961
+ /** Specifies whether an ad blocker was detected. */
23962
+ browserAdBlockEnabled: coreComponents["schemas"]["RiskScoreBoolean"];
23963
+ /** Number of approved transactions for this payment instrument. */
23964
+ paymentInstrumentApprovedTransactionCount: coreComponents["schemas"]["RiskScoreBracket"];
23955
23965
  };
23956
23966
  RiskScoreBlocklistType: {
23957
23967
  /** Pass and fail threshold for the blocklist. */
@@ -24862,7 +24872,7 @@ export interface coreComponents {
24862
24872
  billingAddress?: coreComponents["schemas"]["ContactObject"] | null;
24863
24873
  /** Details of items in the order and corresponding usage limits. */
24864
24874
  usageLimits?: {
24865
- /** ID of order item. */
24875
+ /** ID of the subscription item. */
24866
24876
  itemId: string;
24867
24877
  /**
24868
24878
  * Specifies the soft and hard usage limit thresholds for an item with a metered billing plan.
@@ -25359,7 +25369,7 @@ export interface coreComponents {
25359
25369
  "application/json": {
25360
25370
  /** ID of the order. */
25361
25371
  subscriptionId?: string;
25362
- /** ID of the order item. */
25372
+ /** ID of the subscription item. */
25363
25373
  subscriptionItemId?: string;
25364
25374
  /** ID of the plan. */
25365
25375
  planId?: string;
@@ -30528,7 +30538,7 @@ export interface operations {
30528
30538
  * To invert this behavior, place an all matching rule at the end of the `ready-to-pay-requested` event in the rules engine,
30529
30539
  * and include an empty `paymentMethods` property for the `adjust-ready-to-pay` action.
30530
30540
  *
30531
- * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/Rules#operation/PutEventRule) and [Gateway accounts](https://www.rebilly.com/catalog/all/Gateway-accounts).
30541
+ * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/rules#operation/PutEventRule) and [Gateway accounts](https://www.rebilly.com/catalog/all/gateway-accounts).
30532
30542
  */
30533
30543
  PostReadyToPay: {
30534
30544
  responses: {
@@ -38241,7 +38251,7 @@ export interface storefrontPaths {
38241
38251
  * To invert this behavior, place an all matching rule at the end of the `ready-to-pay-requested` event in the rules engine,
38242
38252
  * and include an empty `paymentMethods` property for the `adjust-ready-to-pay` action.
38243
38253
  *
38244
- * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/Rules/PutEventRule) and [Gateway accounts](https://www.rebilly.com/catalog/all/Gateway-accounts).
38254
+ * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/rules/puteventrule) and [Gateway accounts](https://www.rebilly.com/catalog/all/gateway-accounts).
38245
38255
  *
38246
38256
  * If this operation to pay is used with a transaction-scoped JSON Web Token (JWT), all fields are ignored except `riskMetadata`.
38247
38257
  */
@@ -38259,7 +38269,7 @@ export interface storefrontPaths {
38259
38269
  * To invert this behavior, place all matching rules at the end of the `ready-to-payout-requested` event in the rules engine,
38260
38270
  * and include an empty `paymentMethods` property for the `adjust-ready-to-payout` action.
38261
38271
  *
38262
- * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/Rules/PutEventRule/) and [Gateway accounts](https://www.rebilly.com/catalog/all/Gateway-accounts).
38272
+ * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/rules/puteventrule/) and [Gateway accounts](https://www.rebilly.com/catalog/all/gateway-accounts).
38263
38273
  */
38264
38274
  post: operations["StorefrontPostReadyToPayout"];
38265
38275
  };
@@ -38349,7 +38359,7 @@ export interface storefrontComponents {
38349
38359
  }[];
38350
38360
  /**
38351
38361
  * Use tags to organize and categorize customers or KYC documents based on keywords.
38352
- * For more information, see [Tags](https://www.rebilly.com/docs/dev-docs/api/Tags/).
38362
+ * For more information, see [Tags](https://www.rebilly.com/docs/dev-docs/api/tags/).
38353
38363
  */
38354
38364
  Tag: {
38355
38365
  /** ID of the tag. */
@@ -39574,7 +39584,7 @@ export interface storefrontComponents {
39574
39584
  VaultedInstrument: {
39575
39585
  /**
39576
39586
  * Payment method supported vault.
39577
- * For more information, see [Payment instrument](https://www.rebilly.com/catalog/all/Payment-instruments).
39587
+ * For more information, see [Payment instrument](https://www.rebilly.com/catalog/all/payment-instruments).
39578
39588
  */
39579
39589
  method: "payment-card" | "ach" | "paypal";
39580
39590
  /** ID of the payment instrument. */
@@ -39618,7 +39628,7 @@ export interface storefrontComponents {
39618
39628
  };
39619
39629
  /**
39620
39630
  * Use custom fields to extend a resource scheme to include custom data that is not provided as a common field.
39621
- * For more information, see [Custom fields](https://www.rebilly.com/catalog/all/Custom-fields).
39631
+ * For more information, see [Custom fields](https://www.rebilly.com/catalog/all/custom-fields).
39622
39632
  */
39623
39633
  ResourceCustomFields: { [key: string]: any };
39624
39634
  /** List of phone numbers associated with the contact. */
@@ -40328,7 +40338,7 @@ export interface storefrontComponents {
40328
40338
  status?: "enabling" | "enabled" | "disabling" | "disabled";
40329
40339
  /**
40330
40340
  * Determines if the configuration of the application instance is complete.
40331
- * Configuration is completed using the [Upsert an application instance configuration](https://www.rebilly.com/catalog/all/Application-users/PutApplicationInstanceConfiguration) operation.
40341
+ * Configuration is completed using the [Upsert an application instance configuration](https://www.rebilly.com/catalog/all/application-users/putapplicationinstanceconfiguration) operation.
40332
40342
  */
40333
40343
  isConfigured?: boolean;
40334
40344
  /** Configuration settings that are available during installation. */
@@ -40448,7 +40458,7 @@ export interface storefrontComponents {
40448
40458
  calculator: "rebilly";
40449
40459
  /** ID of the shipping rate. If unset the cheapest applicable shipping rate is chosen. */
40450
40460
  rateId?: string | null;
40451
- /** Shipping amount which is calculated from [Shipping rates](https://www.rebilly.com/catalog/all/Shipping-rates). */
40461
+ /** Shipping amount which is calculated from [Shipping rates](https://www.rebilly.com/catalog/all/shipping-rates). */
40452
40462
  amount?: number;
40453
40463
  };
40454
40464
  /** Shipping settings. */
@@ -41037,8 +41047,6 @@ export interface storefrontComponents {
41037
41047
  payPalMerchantSessionId?: string;
41038
41048
  /** Temporary identifier that is unique to the visitor's session and passed to ThreatMetrix. */
41039
41049
  threatMetrixSessionId?: string;
41040
- /** Unique identifier of the visitor's identification request. */
41041
- fingerprintJsRequestId?: string;
41042
41050
  } | null;
41043
41051
  /** Specifies if the customer's IP address is related to a proxy. */
41044
41052
  isProxy?: boolean;
@@ -41086,8 +41094,6 @@ export interface storefrontComponents {
41086
41094
  paymentInstrumentVelocity?: number;
41087
41095
  /** Number of declined transactions for this payment instrument fingerprint in the last 24 hours. */
41088
41096
  declinedPaymentInstrumentVelocity?: number;
41089
- /** Specifies if the visitor session is identified as a bot. */
41090
- isBot?: boolean;
41091
41097
  /** Number of transactions for this device, based on fingerprint, in the last 24 hours. */
41092
41098
  deviceVelocity?: number;
41093
41099
  /** Number of transactions for this IP address in the last 24 hours. */
@@ -44153,7 +44159,7 @@ export interface storefrontComponents {
44153
44159
  * If you set a tax category identifier, taxes are calculated at invoice generation.
44154
44160
  * If the product is shippable, shipping costs are calculated at invoice generation.
44155
44161
  * Pricing and variations are set within plans.
44156
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
44162
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
44157
44163
  */
44158
44164
  Product: {
44159
44165
  /** ID of the product. */
@@ -44172,7 +44178,7 @@ export interface storefrontComponents {
44172
44178
  /**
44173
44179
  * Product options such as color, size, and so forth.
44174
44180
  * Product option values are defined in plans.
44175
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
44181
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
44176
44182
  */
44177
44183
  options?: string[];
44178
44184
  /**
@@ -44197,7 +44203,7 @@ export interface storefrontComponents {
44197
44203
  /**
44198
44204
  * Use an existing plan without changes for the current order.
44199
44205
  *
44200
- * To create a new plan, see [Create a plan](https://www.rebilly.com/catalog/all/Plans/PostPlan).
44206
+ * To create a new plan, see [Create a plan](https://www.rebilly.com/catalog/all/plans/postplan).
44201
44207
  */
44202
44208
  OriginalPlan: {
44203
44209
  /** ID of the plan. */
@@ -45593,7 +45599,7 @@ export interface storefrontComponents {
45593
45599
  /**
45594
45600
  * Date and time when the pending order is automatically abandoned.
45595
45601
  * If this value is not passed during order creation,
45596
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
45602
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
45597
45603
  */
45598
45604
  abandonTime?: string | null;
45599
45605
  /**
@@ -45693,7 +45699,7 @@ export interface storefrontComponents {
45693
45699
  };
45694
45700
  };
45695
45701
  OneTimeSale: {
45696
- /** ID of the order. */
45702
+ /** ID of the one-time sale. */
45697
45703
  id?: string;
45698
45704
  /** ID of the order (experimental). */
45699
45705
  orderId?: string;
@@ -45745,7 +45751,7 @@ export interface storefrontComponents {
45745
45751
  /**
45746
45752
  * Date and time when the pending order is automatically abandoned.
45747
45753
  * If this value is not passed during order creation,
45748
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
45754
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
45749
45755
  */
45750
45756
  abandonTime?: string | null;
45751
45757
  /**
@@ -47201,9 +47207,9 @@ export interface storefrontComponents {
47201
47207
  * > **Important:** This value must be a verified email address.
47202
47208
  *
47203
47209
  * To verify an email address:
47204
- * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/Email-delivery-settings/PostEmailDeliverySetting/).
47210
+ * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/email-delivery-settings/postemaildeliverysetting/).
47205
47211
  * In the response, you receive the email and a token.
47206
- * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/Email-delivery-settings/PutEmailDeliverySettingsVerification/) by passing the token as the path parameter.
47212
+ * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/email-delivery-settings/putemaildeliverysettingsverification/) by passing the token as the path parameter.
47207
47213
  */
47208
47214
  from: string;
47209
47215
  /**
@@ -47264,14 +47270,14 @@ export interface storefrontComponents {
47264
47270
  * List of available deposit amounts.
47265
47271
  *
47266
47272
  * If `amounts` is not specified when a deposit is created, amounts are determined from the chosen strategy.
47267
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest/#!t=request&path=strategyId).
47273
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest/#!t=request&path=strategyId).
47268
47274
  */
47269
47275
  amounts?: number[];
47270
47276
  /**
47271
47277
  * Custom amount restrictions.
47272
47278
  * If this value is `null`, custom amounts are prohibited.
47273
47279
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
47274
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest/#!t=request&path=strategyId).
47280
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest/#!t=request&path=strategyId).
47275
47281
  */
47276
47282
  customAmount?: {
47277
47283
  /** Minimum custom amount. */
@@ -47355,7 +47361,7 @@ export interface storefrontComponents {
47355
47361
  * multipleOf: 1
47356
47362
  * maximum: 10000
47357
47363
  * ```
47358
- * For more information, see [Create a deposit strategy](https://www.rebilly.com/catalog/all/Deposits/PostDepositStrategy).
47364
+ * For more information, see [Create a deposit strategy](https://www.rebilly.com/catalog/all/deposits/postdepositstrategy).
47359
47365
  */
47360
47366
  strategyId?: string | null;
47361
47367
  currency: storefrontComponents["schemas"]["CurrencyCode"];
@@ -47363,7 +47369,7 @@ export interface storefrontComponents {
47363
47369
  * List of available deposit amounts.
47364
47370
  *
47365
47371
  * If `amounts` is not specified when a deposit request is created, amounts are determined from the chosen strategy.
47366
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
47372
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
47367
47373
  */
47368
47374
  amounts?: number[] | null;
47369
47375
  /**
@@ -47380,7 +47386,7 @@ export interface storefrontComponents {
47380
47386
  * Custom amount restrictions.
47381
47387
  * If this value is `null`, custom amounts are prohibited.
47382
47388
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
47383
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
47389
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
47384
47390
  */
47385
47391
  customAmount?: {
47386
47392
  /** Minimum custom amount. */
@@ -47445,12 +47451,12 @@ export interface storefrontComponents {
47445
47451
  /**
47446
47452
  * List of incremental amounts that are displayed to customer.
47447
47453
  *
47448
- * For more information, see the [`calculator` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositStrategy#!t=request&path=amounts/calculator).
47454
+ * For more information, see the [`calculator` property](https://www.rebilly.com/catalog/all/deposits/postdepositstrategy#!t=request&path=amounts/calculator).
47449
47455
  */
47450
47456
  increments: number[];
47451
47457
  /**
47452
47458
  * Specifies if the base amount must be adjusted based on the last deposit.
47453
- * If this value is `true`, the `baseAmount` is changed to the last successful deposit amount made using [Create a deposit request](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest).
47459
+ * If this value is `true`, the `baseAmount` is changed to the last successful deposit amount made using [Create a deposit request](https://www.rebilly.com/catalog/all/deposits/postdepositrequest).
47454
47460
  *
47455
47461
  * If the customer has no successful deposits, `baseAmount` is not adjusted.
47456
47462
  */
@@ -47460,7 +47466,7 @@ export interface storefrontComponents {
47460
47466
  * Custom amount restrictions.
47461
47467
  * If this value is `null`, custom amounts are prohibited.
47462
47468
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
47463
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
47469
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
47464
47470
  */
47465
47471
  customAmount: {
47466
47472
  /** Minimum custom amount. */
@@ -47539,7 +47545,7 @@ export interface storefrontComponents {
47539
47545
  customDomain?: string | null;
47540
47546
  /**
47541
47547
  * List of plans that are applied to a customer order by default.
47542
- * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
47548
+ * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
47543
47549
  */
47544
47550
  plans: storefrontComponents["schemas"]["CheckoutFormPlan"][];
47545
47551
  /**
@@ -48663,9 +48669,9 @@ export interface storefrontComponents {
48663
48669
  * > **Important:** This value must be a verified email address.
48664
48670
  *
48665
48671
  * To verify an email address:
48666
- * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/Email-delivery-settings/PostEmailDeliverySetting/).
48672
+ * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/email-delivery-settings/postemaildeliverysetting/).
48667
48673
  * In the response, you receive the email and a token.
48668
- * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/Email-delivery-settings/PutEmailDeliverySettingsVerification/) by passing the token as the path parameter.
48674
+ * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/email-delivery-settings/putemaildeliverysettingsverification/) by passing the token as the path parameter.
48669
48675
  *
48670
48676
  * Template placeholders are permitted.
48671
48677
  * If a placeholder does not resolve to a verified `from` address,
@@ -48963,7 +48969,7 @@ export interface storefrontComponents {
48963
48969
  | "authorize-and-void"
48964
48970
  | "sca"
48965
48971
  | "do-nothing";
48966
- /** Defines the mode of gateway payout behaviour for the [Ready to payout](https://www.rebilly.com/catalog/all/Storefront-purchases/StorefrontPostReadyToPayout) operation. */
48972
+ /** Defines the mode of gateway payout behaviour for the [Ready to payout](https://www.rebilly.com/catalog/all/storefront-purchases/storefrontpostreadytopayout) operation. */
48967
48973
  readyToPayoutInstruction?:
48968
48974
  | "all"
48969
48975
  | "covered-payout"
@@ -49324,6 +49330,10 @@ export interface storefrontComponents {
49324
49330
  Buckaroo: storefrontComponents["schemas"]["GatewayAccount"] & {
49325
49331
  /** Buckaroo credentials object. */
49326
49332
  credentials: {
49333
+ /** Debtor code. */
49334
+ debtorCode?: string;
49335
+ /** Scheme key. */
49336
+ schemeKey?: string;
49327
49337
  /** Website key. */
49328
49338
  websiteKey: string;
49329
49339
  /** Secret key. */
@@ -50424,10 +50434,10 @@ export interface storefrontComponents {
50424
50434
  /** MobilePay gateway configuration. */
50425
50435
  MobilePay: storefrontComponents["schemas"]["GatewayAccount"] & {
50426
50436
  credentials: {
50427
- /** ID of the MobilePay provider. */
50428
- providerId: string;
50429
- /** VAT number of the MobilePay merchant. */
50430
- merchantVat: string;
50437
+ /** Serial number of the MobilePay merchant. */
50438
+ merchantSerialNumber: string;
50439
+ /** Subscription key of the MobilePay merchant. */
50440
+ subscriptionKey: string;
50431
50441
  /** ID of the MobilePay client. */
50432
50442
  clientId: string;
50433
50443
  /** MobilePay client secret. */
@@ -54595,7 +54605,7 @@ export interface storefrontComponents {
54595
54605
  customDomain?: string | null;
54596
54606
  /**
54597
54607
  * List of plans that are applied to a customer order by default.
54598
- * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
54608
+ * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
54599
54609
  */
54600
54610
  plans: storefrontComponents["schemas"]["CheckoutFormPlan"][];
54601
54611
  /**
@@ -55123,7 +55133,7 @@ export interface storefrontComponents {
55123
55133
  /**
55124
55134
  * Date and time when the pending order is automatically abandoned.
55125
55135
  * If this value is not passed during order creation,
55126
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
55136
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
55127
55137
  */
55128
55138
  abandonTime?: string | null;
55129
55139
  /**
@@ -55345,7 +55355,7 @@ export interface storefrontComponents {
55345
55355
  };
55346
55356
  };
55347
55357
  StorefrontOneTimeSale: {
55348
- /** ID of the order. */
55358
+ /** ID of the one-time sale. */
55349
55359
  id?: string;
55350
55360
  /**
55351
55361
  * Specifies the type of order.
@@ -55391,7 +55401,7 @@ export interface storefrontComponents {
55391
55401
  /**
55392
55402
  * Date and time when the pending order is automatically abandoned.
55393
55403
  * If this value is not passed during order creation,
55394
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
55404
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
55395
55405
  */
55396
55406
  abandonTime?: string | null;
55397
55407
  /**
@@ -56492,7 +56502,7 @@ export interface storefrontComponents {
56492
56502
  * If you set a tax category identifier, taxes are calculated at invoice generation.
56493
56503
  * If the product is shippable, shipping costs are calculated at invoice generation.
56494
56504
  * Pricing and variations are set within plans.
56495
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
56505
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
56496
56506
  */
56497
56507
  StorefrontProduct: {
56498
56508
  /** ID of the product. */
@@ -56511,7 +56521,7 @@ export interface storefrontComponents {
56511
56521
  /**
56512
56522
  * Product options such as color, size, and so forth.
56513
56523
  * Product option values are defined in plans.
56514
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
56524
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
56515
56525
  */
56516
56526
  options?: string[];
56517
56527
  customFields?: storefrontComponents["schemas"]["ResourceCustomFields"];
@@ -57068,6 +57078,16 @@ export interface storefrontComponents {
57068
57078
  emailVelocity: storefrontComponents["schemas"]["RiskScoreBracket"];
57069
57079
  /** Number of transactions for this billing address in the last 24 hours. */
57070
57080
  billingAddressVelocity: storefrontComponents["schemas"]["RiskScoreBracket"];
57081
+ /** Specifies whether the transaction is one of a number of recurring payments in a subscription, excluding trials or setup fees. */
57082
+ isRebill: storefrontComponents["schemas"]["RiskScoreBoolean"];
57083
+ /** Specifies whether the transaction is a retry. */
57084
+ isRetry: storefrontComponents["schemas"]["RiskScoreBoolean"];
57085
+ /** Total revenue from the customer, in USD. */
57086
+ customerLifetimeValue: storefrontComponents["schemas"]["RiskScoreBracket"];
57087
+ /** Specifies whether an ad blocker was detected. */
57088
+ browserAdBlockEnabled: storefrontComponents["schemas"]["RiskScoreBoolean"];
57089
+ /** Number of approved transactions for this payment instrument. */
57090
+ paymentInstrumentApprovedTransactionCount: storefrontComponents["schemas"]["RiskScoreBracket"];
57071
57091
  };
57072
57092
  RiskScoreBlocklistType: {
57073
57093
  /** Pass and fail threshold for the blocklist. */
@@ -57978,7 +57998,7 @@ export interface storefrontComponents {
57978
57998
  billingAddress?: storefrontComponents["schemas"]["ContactObject"] | null;
57979
57999
  /** Details of items in the order and corresponding usage limits. */
57980
58000
  usageLimits?: {
57981
- /** ID of order item. */
58001
+ /** ID of the subscription item. */
57982
58002
  itemId: string;
57983
58003
  /**
57984
58004
  * Specifies the soft and hard usage limit thresholds for an item with a metered billing plan.
@@ -58475,7 +58495,7 @@ export interface storefrontComponents {
58475
58495
  "application/json": {
58476
58496
  /** ID of the order. */
58477
58497
  subscriptionId?: string;
58478
- /** ID of the order item. */
58498
+ /** ID of the subscription item. */
58479
58499
  subscriptionItemId?: string;
58480
58500
  /** ID of the plan. */
58481
58501
  planId?: string;
@@ -60356,7 +60376,7 @@ export interface operations {
60356
60376
  * To invert this behavior, place an all matching rule at the end of the `ready-to-pay-requested` event in the rules engine,
60357
60377
  * and include an empty `paymentMethods` property for the `adjust-ready-to-pay` action.
60358
60378
  *
60359
- * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/Rules/PutEventRule) and [Gateway accounts](https://www.rebilly.com/catalog/all/Gateway-accounts).
60379
+ * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/rules/puteventrule) and [Gateway accounts](https://www.rebilly.com/catalog/all/gateway-accounts).
60360
60380
  *
60361
60381
  * If this operation to pay is used with a transaction-scoped JSON Web Token (JWT), all fields are ignored except `riskMetadata`.
60362
60382
  */
@@ -60389,7 +60409,7 @@ export interface operations {
60389
60409
  * To invert this behavior, place all matching rules at the end of the `ready-to-payout-requested` event in the rules engine,
60390
60410
  * and include an empty `paymentMethods` property for the `adjust-ready-to-payout` action.
60391
60411
  *
60392
- * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/Rules/PutEventRule/) and [Gateway accounts](https://www.rebilly.com/catalog/all/Gateway-accounts).
60412
+ * For more information, see [Update event rules](https://www.rebilly.com/catalog/all/rules/puteventrule/) and [Gateway accounts](https://www.rebilly.com/catalog/all/gateway-accounts).
60393
60413
  */
60394
60414
  StorefrontPostReadyToPayout: {
60395
60415
  responses: {
@@ -60787,7 +60807,7 @@ export interface reportsComponents {
60787
60807
  }[];
60788
60808
  /**
60789
60809
  * Use tags to organize and categorize customers or KYC documents based on keywords.
60790
- * For more information, see [Tags](https://www.rebilly.com/docs/dev-docs/api/Tags/).
60810
+ * For more information, see [Tags](https://www.rebilly.com/docs/dev-docs/api/tags/).
60791
60811
  */
60792
60812
  Tag: {
60793
60813
  /** ID of the tag. */
@@ -62012,7 +62032,7 @@ export interface reportsComponents {
62012
62032
  VaultedInstrument: {
62013
62033
  /**
62014
62034
  * Payment method supported vault.
62015
- * For more information, see [Payment instrument](https://www.rebilly.com/catalog/all/Payment-instruments).
62035
+ * For more information, see [Payment instrument](https://www.rebilly.com/catalog/all/payment-instruments).
62016
62036
  */
62017
62037
  method: "payment-card" | "ach" | "paypal";
62018
62038
  /** ID of the payment instrument. */
@@ -62056,7 +62076,7 @@ export interface reportsComponents {
62056
62076
  };
62057
62077
  /**
62058
62078
  * Use custom fields to extend a resource scheme to include custom data that is not provided as a common field.
62059
- * For more information, see [Custom fields](https://www.rebilly.com/catalog/all/Custom-fields).
62079
+ * For more information, see [Custom fields](https://www.rebilly.com/catalog/all/custom-fields).
62060
62080
  */
62061
62081
  ResourceCustomFields: { [key: string]: any };
62062
62082
  /** List of phone numbers associated with the contact. */
@@ -62766,7 +62786,7 @@ export interface reportsComponents {
62766
62786
  status?: "enabling" | "enabled" | "disabling" | "disabled";
62767
62787
  /**
62768
62788
  * Determines if the configuration of the application instance is complete.
62769
- * Configuration is completed using the [Upsert an application instance configuration](https://www.rebilly.com/catalog/all/Application-users/PutApplicationInstanceConfiguration) operation.
62789
+ * Configuration is completed using the [Upsert an application instance configuration](https://www.rebilly.com/catalog/all/application-users/putapplicationinstanceconfiguration) operation.
62770
62790
  */
62771
62791
  isConfigured?: boolean;
62772
62792
  /** Configuration settings that are available during installation. */
@@ -62886,7 +62906,7 @@ export interface reportsComponents {
62886
62906
  calculator: "rebilly";
62887
62907
  /** ID of the shipping rate. If unset the cheapest applicable shipping rate is chosen. */
62888
62908
  rateId?: string | null;
62889
- /** Shipping amount which is calculated from [Shipping rates](https://www.rebilly.com/catalog/all/Shipping-rates). */
62909
+ /** Shipping amount which is calculated from [Shipping rates](https://www.rebilly.com/catalog/all/shipping-rates). */
62890
62910
  amount?: number;
62891
62911
  };
62892
62912
  /** Shipping settings. */
@@ -63475,8 +63495,6 @@ export interface reportsComponents {
63475
63495
  payPalMerchantSessionId?: string;
63476
63496
  /** Temporary identifier that is unique to the visitor's session and passed to ThreatMetrix. */
63477
63497
  threatMetrixSessionId?: string;
63478
- /** Unique identifier of the visitor's identification request. */
63479
- fingerprintJsRequestId?: string;
63480
63498
  } | null;
63481
63499
  /** Specifies if the customer's IP address is related to a proxy. */
63482
63500
  isProxy?: boolean;
@@ -63524,8 +63542,6 @@ export interface reportsComponents {
63524
63542
  paymentInstrumentVelocity?: number;
63525
63543
  /** Number of declined transactions for this payment instrument fingerprint in the last 24 hours. */
63526
63544
  declinedPaymentInstrumentVelocity?: number;
63527
- /** Specifies if the visitor session is identified as a bot. */
63528
- isBot?: boolean;
63529
63545
  /** Number of transactions for this device, based on fingerprint, in the last 24 hours. */
63530
63546
  deviceVelocity?: number;
63531
63547
  /** Number of transactions for this IP address in the last 24 hours. */
@@ -66591,7 +66607,7 @@ export interface reportsComponents {
66591
66607
  * If you set a tax category identifier, taxes are calculated at invoice generation.
66592
66608
  * If the product is shippable, shipping costs are calculated at invoice generation.
66593
66609
  * Pricing and variations are set within plans.
66594
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
66610
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
66595
66611
  */
66596
66612
  Product: {
66597
66613
  /** ID of the product. */
@@ -66610,7 +66626,7 @@ export interface reportsComponents {
66610
66626
  /**
66611
66627
  * Product options such as color, size, and so forth.
66612
66628
  * Product option values are defined in plans.
66613
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
66629
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
66614
66630
  */
66615
66631
  options?: string[];
66616
66632
  /**
@@ -66635,7 +66651,7 @@ export interface reportsComponents {
66635
66651
  /**
66636
66652
  * Use an existing plan without changes for the current order.
66637
66653
  *
66638
- * To create a new plan, see [Create a plan](https://www.rebilly.com/catalog/all/Plans/PostPlan).
66654
+ * To create a new plan, see [Create a plan](https://www.rebilly.com/catalog/all/plans/postplan).
66639
66655
  */
66640
66656
  OriginalPlan: {
66641
66657
  /** ID of the plan. */
@@ -68031,7 +68047,7 @@ export interface reportsComponents {
68031
68047
  /**
68032
68048
  * Date and time when the pending order is automatically abandoned.
68033
68049
  * If this value is not passed during order creation,
68034
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
68050
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
68035
68051
  */
68036
68052
  abandonTime?: string | null;
68037
68053
  /**
@@ -68131,7 +68147,7 @@ export interface reportsComponents {
68131
68147
  };
68132
68148
  };
68133
68149
  OneTimeSale: {
68134
- /** ID of the order. */
68150
+ /** ID of the one-time sale. */
68135
68151
  id?: string;
68136
68152
  /** ID of the order (experimental). */
68137
68153
  orderId?: string;
@@ -68183,7 +68199,7 @@ export interface reportsComponents {
68183
68199
  /**
68184
68200
  * Date and time when the pending order is automatically abandoned.
68185
68201
  * If this value is not passed during order creation,
68186
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
68202
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
68187
68203
  */
68188
68204
  abandonTime?: string | null;
68189
68205
  /**
@@ -69639,9 +69655,9 @@ export interface reportsComponents {
69639
69655
  * > **Important:** This value must be a verified email address.
69640
69656
  *
69641
69657
  * To verify an email address:
69642
- * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/Email-delivery-settings/PostEmailDeliverySetting/).
69658
+ * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/email-delivery-settings/postemaildeliverysetting/).
69643
69659
  * In the response, you receive the email and a token.
69644
- * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/Email-delivery-settings/PutEmailDeliverySettingsVerification/) by passing the token as the path parameter.
69660
+ * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/email-delivery-settings/putemaildeliverysettingsverification/) by passing the token as the path parameter.
69645
69661
  */
69646
69662
  from: string;
69647
69663
  /**
@@ -69702,14 +69718,14 @@ export interface reportsComponents {
69702
69718
  * List of available deposit amounts.
69703
69719
  *
69704
69720
  * If `amounts` is not specified when a deposit is created, amounts are determined from the chosen strategy.
69705
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest/#!t=request&path=strategyId).
69721
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest/#!t=request&path=strategyId).
69706
69722
  */
69707
69723
  amounts?: number[];
69708
69724
  /**
69709
69725
  * Custom amount restrictions.
69710
69726
  * If this value is `null`, custom amounts are prohibited.
69711
69727
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
69712
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest/#!t=request&path=strategyId).
69728
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest/#!t=request&path=strategyId).
69713
69729
  */
69714
69730
  customAmount?: {
69715
69731
  /** Minimum custom amount. */
@@ -69793,7 +69809,7 @@ export interface reportsComponents {
69793
69809
  * multipleOf: 1
69794
69810
  * maximum: 10000
69795
69811
  * ```
69796
- * For more information, see [Create a deposit strategy](https://www.rebilly.com/catalog/all/Deposits/PostDepositStrategy).
69812
+ * For more information, see [Create a deposit strategy](https://www.rebilly.com/catalog/all/deposits/postdepositstrategy).
69797
69813
  */
69798
69814
  strategyId?: string | null;
69799
69815
  currency: reportsComponents["schemas"]["CurrencyCode"];
@@ -69801,7 +69817,7 @@ export interface reportsComponents {
69801
69817
  * List of available deposit amounts.
69802
69818
  *
69803
69819
  * If `amounts` is not specified when a deposit request is created, amounts are determined from the chosen strategy.
69804
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
69820
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
69805
69821
  */
69806
69822
  amounts?: number[] | null;
69807
69823
  /**
@@ -69818,7 +69834,7 @@ export interface reportsComponents {
69818
69834
  * Custom amount restrictions.
69819
69835
  * If this value is `null`, custom amounts are prohibited.
69820
69836
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
69821
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
69837
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
69822
69838
  */
69823
69839
  customAmount?: {
69824
69840
  /** Minimum custom amount. */
@@ -69883,12 +69899,12 @@ export interface reportsComponents {
69883
69899
  /**
69884
69900
  * List of incremental amounts that are displayed to customer.
69885
69901
  *
69886
- * For more information, see the [`calculator` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositStrategy#!t=request&path=amounts/calculator).
69902
+ * For more information, see the [`calculator` property](https://www.rebilly.com/catalog/all/deposits/postdepositstrategy#!t=request&path=amounts/calculator).
69887
69903
  */
69888
69904
  increments: number[];
69889
69905
  /**
69890
69906
  * Specifies if the base amount must be adjusted based on the last deposit.
69891
- * If this value is `true`, the `baseAmount` is changed to the last successful deposit amount made using [Create a deposit request](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest).
69907
+ * If this value is `true`, the `baseAmount` is changed to the last successful deposit amount made using [Create a deposit request](https://www.rebilly.com/catalog/all/deposits/postdepositrequest).
69892
69908
  *
69893
69909
  * If the customer has no successful deposits, `baseAmount` is not adjusted.
69894
69910
  */
@@ -69898,7 +69914,7 @@ export interface reportsComponents {
69898
69914
  * Custom amount restrictions.
69899
69915
  * If this value is `null`, custom amounts are prohibited.
69900
69916
  * If `customAmount` is not specified when a deposit request is created, amount restrictions are determined from the chosen strategy.
69901
- * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/Deposits/PostDepositRequest#!t=request&path=strategyId).
69917
+ * For more information, see the [`strategyId` property](https://www.rebilly.com/catalog/all/deposits/postdepositrequest#!t=request&path=strategyId).
69902
69918
  */
69903
69919
  customAmount: {
69904
69920
  /** Minimum custom amount. */
@@ -69977,7 +69993,7 @@ export interface reportsComponents {
69977
69993
  customDomain?: string | null;
69978
69994
  /**
69979
69995
  * List of plans that are applied to a customer order by default.
69980
- * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
69996
+ * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
69981
69997
  */
69982
69998
  plans: reportsComponents["schemas"]["CheckoutFormPlan"][];
69983
69999
  /**
@@ -71101,9 +71117,9 @@ export interface reportsComponents {
71101
71117
  * > **Important:** This value must be a verified email address.
71102
71118
  *
71103
71119
  * To verify an email address:
71104
- * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/Email-delivery-settings/PostEmailDeliverySetting/).
71120
+ * 1. [Create an email delivery setting](https://www.rebilly.com/catalog/all/email-delivery-settings/postemaildeliverysetting/).
71105
71121
  * In the response, you receive the email and a token.
71106
- * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/Email-delivery-settings/PutEmailDeliverySettingsVerification/) by passing the token as the path parameter.
71122
+ * 1. [Verify the email delivery](https://www.rebilly.com/catalog/all/email-delivery-settings/putemaildeliverysettingsverification/) by passing the token as the path parameter.
71107
71123
  *
71108
71124
  * Template placeholders are permitted.
71109
71125
  * If a placeholder does not resolve to a verified `from` address,
@@ -71401,7 +71417,7 @@ export interface reportsComponents {
71401
71417
  | "authorize-and-void"
71402
71418
  | "sca"
71403
71419
  | "do-nothing";
71404
- /** Defines the mode of gateway payout behaviour for the [Ready to payout](https://www.rebilly.com/catalog/all/Storefront-purchases/StorefrontPostReadyToPayout) operation. */
71420
+ /** Defines the mode of gateway payout behaviour for the [Ready to payout](https://www.rebilly.com/catalog/all/storefront-purchases/storefrontpostreadytopayout) operation. */
71405
71421
  readyToPayoutInstruction?:
71406
71422
  | "all"
71407
71423
  | "covered-payout"
@@ -71762,6 +71778,10 @@ export interface reportsComponents {
71762
71778
  Buckaroo: reportsComponents["schemas"]["GatewayAccount"] & {
71763
71779
  /** Buckaroo credentials object. */
71764
71780
  credentials: {
71781
+ /** Debtor code. */
71782
+ debtorCode?: string;
71783
+ /** Scheme key. */
71784
+ schemeKey?: string;
71765
71785
  /** Website key. */
71766
71786
  websiteKey: string;
71767
71787
  /** Secret key. */
@@ -72862,10 +72882,10 @@ export interface reportsComponents {
72862
72882
  /** MobilePay gateway configuration. */
72863
72883
  MobilePay: reportsComponents["schemas"]["GatewayAccount"] & {
72864
72884
  credentials: {
72865
- /** ID of the MobilePay provider. */
72866
- providerId: string;
72867
- /** VAT number of the MobilePay merchant. */
72868
- merchantVat: string;
72885
+ /** Serial number of the MobilePay merchant. */
72886
+ merchantSerialNumber: string;
72887
+ /** Subscription key of the MobilePay merchant. */
72888
+ subscriptionKey: string;
72869
72889
  /** ID of the MobilePay client. */
72870
72890
  clientId: string;
72871
72891
  /** MobilePay client secret. */
@@ -77033,7 +77053,7 @@ export interface reportsComponents {
77033
77053
  customDomain?: string | null;
77034
77054
  /**
77035
77055
  * List of plans that are applied to a customer order by default.
77036
- * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
77056
+ * Plans describe how the customer must pay for products. For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
77037
77057
  */
77038
77058
  plans: reportsComponents["schemas"]["CheckoutFormPlan"][];
77039
77059
  /**
@@ -77561,7 +77581,7 @@ export interface reportsComponents {
77561
77581
  /**
77562
77582
  * Date and time when the pending order is automatically abandoned.
77563
77583
  * If this value is not passed during order creation,
77564
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
77584
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
77565
77585
  */
77566
77586
  abandonTime?: string | null;
77567
77587
  /**
@@ -77783,7 +77803,7 @@ export interface reportsComponents {
77783
77803
  };
77784
77804
  };
77785
77805
  StorefrontOneTimeSale: {
77786
- /** ID of the order. */
77806
+ /** ID of the one-time sale. */
77787
77807
  id?: string;
77788
77808
  /**
77789
77809
  * Specifies the type of order.
@@ -77829,7 +77849,7 @@ export interface reportsComponents {
77829
77849
  /**
77830
77850
  * Date and time when the pending order is automatically abandoned.
77831
77851
  * If this value is not passed during order creation,
77832
- * a [pending order TTL](https://www.rebilly.com/catalog/all/Organizations/PatchOrganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
77852
+ * a [pending order TTL](https://www.rebilly.com/catalog/all/organizations/patchorganization/#!t=request&path=settings/billing/pendingOrderTtl) setting is used to calculate the value.
77833
77853
  */
77834
77854
  abandonTime?: string | null;
77835
77855
  /**
@@ -78930,7 +78950,7 @@ export interface reportsComponents {
78930
78950
  * If you set a tax category identifier, taxes are calculated at invoice generation.
78931
78951
  * If the product is shippable, shipping costs are calculated at invoice generation.
78932
78952
  * Pricing and variations are set within plans.
78933
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
78953
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
78934
78954
  */
78935
78955
  StorefrontProduct: {
78936
78956
  /** ID of the product. */
@@ -78949,7 +78969,7 @@ export interface reportsComponents {
78949
78969
  /**
78950
78970
  * Product options such as color, size, and so forth.
78951
78971
  * Product option values are defined in plans.
78952
- * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/Plans/).
78972
+ * For more information, see [Plans](https://www.rebilly.com/docs/dev-docs/api/plans/).
78953
78973
  */
78954
78974
  options?: string[];
78955
78975
  customFields?: reportsComponents["schemas"]["ResourceCustomFields"];
@@ -79506,6 +79526,16 @@ export interface reportsComponents {
79506
79526
  emailVelocity: reportsComponents["schemas"]["RiskScoreBracket"];
79507
79527
  /** Number of transactions for this billing address in the last 24 hours. */
79508
79528
  billingAddressVelocity: reportsComponents["schemas"]["RiskScoreBracket"];
79529
+ /** Specifies whether the transaction is one of a number of recurring payments in a subscription, excluding trials or setup fees. */
79530
+ isRebill: reportsComponents["schemas"]["RiskScoreBoolean"];
79531
+ /** Specifies whether the transaction is a retry. */
79532
+ isRetry: reportsComponents["schemas"]["RiskScoreBoolean"];
79533
+ /** Total revenue from the customer, in USD. */
79534
+ customerLifetimeValue: reportsComponents["schemas"]["RiskScoreBracket"];
79535
+ /** Specifies whether an ad blocker was detected. */
79536
+ browserAdBlockEnabled: reportsComponents["schemas"]["RiskScoreBoolean"];
79537
+ /** Number of approved transactions for this payment instrument. */
79538
+ paymentInstrumentApprovedTransactionCount: reportsComponents["schemas"]["RiskScoreBracket"];
79509
79539
  };
79510
79540
  RiskScoreBlocklistType: {
79511
79541
  /** Pass and fail threshold for the blocklist. */
@@ -80416,7 +80446,7 @@ export interface reportsComponents {
80416
80446
  billingAddress?: reportsComponents["schemas"]["ContactObject"] | null;
80417
80447
  /** Details of items in the order and corresponding usage limits. */
80418
80448
  usageLimits?: {
80419
- /** ID of order item. */
80449
+ /** ID of the subscription item. */
80420
80450
  itemId: string;
80421
80451
  /**
80422
80452
  * Specifies the soft and hard usage limit thresholds for an item with a metered billing plan.
@@ -80913,7 +80943,7 @@ export interface reportsComponents {
80913
80943
  "application/json": {
80914
80944
  /** ID of the order. */
80915
80945
  subscriptionId?: string;
80916
- /** ID of the order item. */
80946
+ /** ID of the subscription item. */
80917
80947
  subscriptionItemId?: string;
80918
80948
  /** ID of the plan. */
80919
80949
  planId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebilly-js-sdk",
3
- "version": "56.21.6",
3
+ "version": "56.22.0",
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",