dodopayments 2.17.1 → 2.18.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.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/README.md +1 -1
  4. data/lib/dodopayments/models/attach_addon.rb +3 -1
  5. data/lib/dodopayments/models/checkout_session_flags.rb +12 -1
  6. data/lib/dodopayments/models/credit_entitlement.rb +2 -1
  7. data/lib/dodopayments/models/credit_entitlement_cart_response.rb +2 -1
  8. data/lib/dodopayments/models/credit_entitlements/credit_ledger_entry.rb +14 -1
  9. data/lib/dodopayments/models/entitlements/grant_fulfill_license_key_params.rb +53 -0
  10. data/lib/dodopayments/models/license_key_duration.rb +3 -1
  11. data/lib/dodopayments/models/metadata.rb +8 -0
  12. data/lib/dodopayments/models/payment.rb +2 -2
  13. data/lib/dodopayments/models/payment_method_types.rb +1 -0
  14. data/lib/dodopayments/models/product.rb +3 -17
  15. data/lib/dodopayments/models/product_create_params.rb +3 -16
  16. data/lib/dodopayments/models/product_list_response.rb +3 -17
  17. data/lib/dodopayments/models/product_update_params.rb +3 -16
  18. data/lib/dodopayments/models/products/list_localized_prices_response.rb +18 -0
  19. data/lib/dodopayments/models/products/localized_price.rb +75 -0
  20. data/lib/dodopayments/models/products/localized_price_archive_params.rb +28 -0
  21. data/lib/dodopayments/models/products/localized_price_create_params.rb +51 -0
  22. data/lib/dodopayments/models/products/localized_price_list_params.rb +22 -0
  23. data/lib/dodopayments/models/products/localized_price_retrieve_params.rb +28 -0
  24. data/lib/dodopayments/models/products/localized_price_update_params.rb +42 -0
  25. data/lib/dodopayments/models/products/pricing_mode.rb +17 -0
  26. data/lib/dodopayments/models/subscription_update_params.rb +12 -1
  27. data/lib/dodopayments/models/time_interval.rb +1 -0
  28. data/lib/dodopayments/models.rb +3 -0
  29. data/lib/dodopayments/resources/entitlements/grants.rb +35 -0
  30. data/lib/dodopayments/resources/products/localized_prices.rb +144 -0
  31. data/lib/dodopayments/resources/products.rb +6 -2
  32. data/lib/dodopayments/version.rb +1 -1
  33. data/lib/dodopayments.rb +11 -0
  34. data/rbi/dodopayments/models/attach_addon.rbi +6 -1
  35. data/rbi/dodopayments/models/checkout_session_flags.rbi +17 -0
  36. data/rbi/dodopayments/models/credit_entitlement.rbi +2 -0
  37. data/rbi/dodopayments/models/credit_entitlement_cart_response.rbi +2 -0
  38. data/rbi/dodopayments/models/credit_entitlements/credit_ledger_entry.rbi +12 -0
  39. data/rbi/dodopayments/models/entitlements/grant_fulfill_license_key_params.rbi +74 -0
  40. data/rbi/dodopayments/models/license_key_duration.rbi +6 -1
  41. data/rbi/dodopayments/models/metadata.rbi +11 -0
  42. data/rbi/dodopayments/models/payment.rbi +2 -2
  43. data/rbi/dodopayments/models/payment_method_types.rbi +2 -0
  44. data/rbi/dodopayments/models/product.rbi +4 -26
  45. data/rbi/dodopayments/models/product_create_params.rbi +3 -43
  46. data/rbi/dodopayments/models/product_list_response.rbi +3 -47
  47. data/rbi/dodopayments/models/product_update_params.rbi +3 -43
  48. data/rbi/dodopayments/models/products/list_localized_prices_response.rbi +36 -0
  49. data/rbi/dodopayments/models/products/localized_price.rbi +98 -0
  50. data/rbi/dodopayments/models/products/localized_price_archive_params.rbi +48 -0
  51. data/rbi/dodopayments/models/products/localized_price_create_params.rbi +72 -0
  52. data/rbi/dodopayments/models/products/localized_price_list_params.rbi +43 -0
  53. data/rbi/dodopayments/models/products/localized_price_retrieve_params.rbi +48 -0
  54. data/rbi/dodopayments/models/products/localized_price_update_params.rbi +62 -0
  55. data/rbi/dodopayments/models/products/pricing_mode.rbi +28 -0
  56. data/rbi/dodopayments/models/subscription_update_params.rbi +2 -0
  57. data/rbi/dodopayments/models/time_interval.rbi +1 -0
  58. data/rbi/dodopayments/models.rbi +6 -0
  59. data/rbi/dodopayments/resources/entitlements/grants.rbi +28 -0
  60. data/rbi/dodopayments/resources/products/localized_prices.rbi +103 -0
  61. data/rbi/dodopayments/resources/products.rbi +5 -2
  62. data/sig/dodopayments/models/checkout_session_flags.rbs +7 -0
  63. data/sig/dodopayments/models/checkout_session_request.rbs +4 -4
  64. data/sig/dodopayments/models/credit_entitlements/balance_create_ledger_entry_params.rbs +4 -4
  65. data/sig/dodopayments/models/credit_entitlements/balance_list_grants_response.rbs +4 -4
  66. data/sig/dodopayments/models/credit_entitlements/credit_ledger_entry.rbs +5 -0
  67. data/sig/dodopayments/models/customer.rbs +7 -5
  68. data/sig/dodopayments/models/customer_create_params.rbs +7 -5
  69. data/sig/dodopayments/models/customer_limited_details.rbs +7 -5
  70. data/sig/dodopayments/models/customer_update_params.rbs +4 -4
  71. data/sig/dodopayments/models/discount.rbs +4 -4
  72. data/sig/dodopayments/models/discount_create_params.rbs +7 -5
  73. data/sig/dodopayments/models/discount_detail.rbs +4 -4
  74. data/sig/dodopayments/models/discount_update_params.rbs +4 -4
  75. data/sig/dodopayments/models/entitlement.rbs +4 -4
  76. data/sig/dodopayments/models/entitlement_create_params.rbs +7 -5
  77. data/sig/dodopayments/models/entitlement_update_params.rbs +4 -4
  78. data/sig/dodopayments/models/entitlements/entitlement_grant.rbs +4 -4
  79. data/sig/dodopayments/models/entitlements/grant_fulfill_license_key_params.rbs +43 -0
  80. data/sig/dodopayments/models/metadata.rbs +7 -0
  81. data/sig/dodopayments/models/payment.rbs +4 -4
  82. data/sig/dodopayments/models/payment_create_params.rbs +7 -5
  83. data/sig/dodopayments/models/payment_create_response.rbs +4 -4
  84. data/sig/dodopayments/models/payment_list_response.rbs +4 -4
  85. data/sig/dodopayments/models/payment_method_types.rbs +2 -0
  86. data/sig/dodopayments/models/product.rbs +8 -19
  87. data/sig/dodopayments/models/product_create_params.rbs +11 -20
  88. data/sig/dodopayments/models/product_list_response.rbs +8 -19
  89. data/sig/dodopayments/models/product_update_params.rbs +8 -19
  90. data/sig/dodopayments/models/products/list_localized_prices_response.rbs +20 -0
  91. data/sig/dodopayments/models/products/localized_price.rbs +57 -0
  92. data/sig/dodopayments/models/products/localized_price_archive_params.rbs +30 -0
  93. data/sig/dodopayments/models/products/localized_price_create_params.rbs +43 -0
  94. data/sig/dodopayments/models/products/localized_price_list_params.rbs +26 -0
  95. data/sig/dodopayments/models/products/localized_price_retrieve_params.rbs +30 -0
  96. data/sig/dodopayments/models/products/localized_price_update_params.rbs +34 -0
  97. data/sig/dodopayments/models/products/pricing_mode.rbs +16 -0
  98. data/sig/dodopayments/models/refund.rbs +4 -4
  99. data/sig/dodopayments/models/refund_create_params.rbs +7 -5
  100. data/sig/dodopayments/models/subscription.rbs +4 -4
  101. data/sig/dodopayments/models/subscription_charge_params.rbs +4 -4
  102. data/sig/dodopayments/models/subscription_create_params.rbs +7 -5
  103. data/sig/dodopayments/models/subscription_create_response.rbs +4 -4
  104. data/sig/dodopayments/models/subscription_list_response.rbs +4 -4
  105. data/sig/dodopayments/models/subscription_update_params.rbs +4 -4
  106. data/sig/dodopayments/models/update_subscription_plan_req.rbs +4 -4
  107. data/sig/dodopayments/models.rbs +2 -0
  108. data/sig/dodopayments/resources/checkout_sessions.rbs +2 -2
  109. data/sig/dodopayments/resources/credit_entitlements/balances.rbs +1 -1
  110. data/sig/dodopayments/resources/customers.rbs +2 -2
  111. data/sig/dodopayments/resources/discounts.rbs +2 -2
  112. data/sig/dodopayments/resources/entitlements/grants.rbs +8 -0
  113. data/sig/dodopayments/resources/entitlements.rbs +2 -2
  114. data/sig/dodopayments/resources/payments.rbs +1 -1
  115. data/sig/dodopayments/resources/products/localized_prices.rbs +41 -0
  116. data/sig/dodopayments/resources/products.rbs +6 -4
  117. data/sig/dodopayments/resources/refunds.rbs +1 -1
  118. data/sig/dodopayments/resources/subscriptions.rbs +5 -5
  119. metadata +35 -2
@@ -269,6 +269,8 @@ module Dodopayments
269
269
 
270
270
  class LicenseValidateParams = Dodopayments::Models::LicenseValidateParams
271
271
 
272
+ Metadata: Dodopayments::Internal::Type::Converter
273
+
272
274
  class Meter = Dodopayments::Models::Meter
273
275
 
274
276
  class MeterAggregation = Dodopayments::Models::MeterAggregation
@@ -17,7 +17,7 @@ module Dodopayments
17
17
  ?feature_flags: Dodopayments::CheckoutSessionFlags,
18
18
  ?force_3ds: bool?,
19
19
  ?mandate_min_amount_inr_paise: Integer?,
20
- ?metadata: ::Hash[Symbol, String]?,
20
+ ?metadata: Dodopayments::Models::metadata?,
21
21
  ?minimal_address: bool,
22
22
  ?payment_method_id: String?,
23
23
  ?product_collection_id: String?,
@@ -50,7 +50,7 @@ module Dodopayments
50
50
  ?feature_flags: Dodopayments::CheckoutSessionFlags,
51
51
  ?force_3ds: bool?,
52
52
  ?mandate_min_amount_inr_paise: Integer?,
53
- ?metadata: ::Hash[Symbol, String]?,
53
+ ?metadata: Dodopayments::Models::metadata?,
54
54
  ?minimal_address: bool,
55
55
  ?payment_method_id: String?,
56
56
  ?product_collection_id: String?,
@@ -23,7 +23,7 @@ module Dodopayments
23
23
  entry_type: Dodopayments::Models::CreditEntitlements::ledger_entry_type,
24
24
  ?expires_at: Time?,
25
25
  ?idempotency_key: String?,
26
- ?metadata: ::Hash[Symbol, String]?,
26
+ ?metadata: Dodopayments::Models::metadata?,
27
27
  ?reason: String?,
28
28
  ?request_options: Dodopayments::request_opts
29
29
  ) -> Dodopayments::Models::CreditEntitlements::BalanceCreateLedgerEntryResponse
@@ -8,7 +8,7 @@ module Dodopayments
8
8
  def create: (
9
9
  email: String,
10
10
  name: String,
11
- ?metadata: ::Hash[Symbol, String],
11
+ ?metadata: Dodopayments::Models::metadata,
12
12
  ?phone_number: String?,
13
13
  ?request_options: Dodopayments::request_opts
14
14
  ) -> Dodopayments::Customer
@@ -21,7 +21,7 @@ module Dodopayments
21
21
  def update: (
22
22
  String customer_id,
23
23
  ?email: String?,
24
- ?metadata: ::Hash[Symbol, String]?,
24
+ ?metadata: Dodopayments::Models::metadata?,
25
25
  ?name: String?,
26
26
  ?phone_number: String?,
27
27
  ?request_options: Dodopayments::request_opts
@@ -6,7 +6,7 @@ module Dodopayments
6
6
  type: Dodopayments::Models::discount_type,
7
7
  ?code: String?,
8
8
  ?expires_at: Time?,
9
- ?metadata: ::Hash[Symbol, String],
9
+ ?metadata: Dodopayments::Models::metadata,
10
10
  ?name: String?,
11
11
  ?preserve_on_plan_change: bool,
12
12
  ?restricted_to: ::Array[String]?,
@@ -25,7 +25,7 @@ module Dodopayments
25
25
  ?amount: Integer?,
26
26
  ?code: String?,
27
27
  ?expires_at: Time?,
28
- ?metadata: ::Hash[Symbol, String]?,
28
+ ?metadata: Dodopayments::Models::metadata?,
29
29
  ?name: String?,
30
30
  ?preserve_on_plan_change: bool?,
31
31
  ?restricted_to: ::Array[String]?,
@@ -11,6 +11,14 @@ module Dodopayments
11
11
  ?request_options: Dodopayments::request_opts
12
12
  ) -> Dodopayments::Internal::DefaultPageNumberPagination[Dodopayments::Entitlements::EntitlementGrant]
13
13
 
14
+ def fulfill_license_key: (
15
+ String grant_id,
16
+ key: String,
17
+ ?activations_limit: Integer?,
18
+ ?expires_at: Time?,
19
+ ?request_options: Dodopayments::request_opts
20
+ ) -> Dodopayments::Entitlements::EntitlementGrant
21
+
14
22
  def revoke: (
15
23
  String grant_id,
16
24
  id: String,
@@ -10,7 +10,7 @@ module Dodopayments
10
10
  integration_type: Dodopayments::Models::entitlement_integration_type,
11
11
  name: String,
12
12
  ?description: String?,
13
- ?metadata: ::Hash[Symbol, String],
13
+ ?metadata: Dodopayments::Models::metadata,
14
14
  ?request_options: Dodopayments::request_opts
15
15
  ) -> Dodopayments::Entitlement
16
16
 
@@ -23,7 +23,7 @@ module Dodopayments
23
23
  String id,
24
24
  ?description: String?,
25
25
  ?integration_config: Dodopayments::Models::integration_config?,
26
- ?metadata: ::Hash[Symbol, String]?,
26
+ ?metadata: Dodopayments::Models::metadata?,
27
27
  ?name: String?,
28
28
  ?request_options: Dodopayments::request_opts
29
29
  ) -> Dodopayments::Entitlement
@@ -12,7 +12,7 @@ module Dodopayments
12
12
  ?discount_code: String?,
13
13
  ?discount_codes: ::Array[String]?,
14
14
  ?force_3ds: bool?,
15
- ?metadata: ::Hash[Symbol, String],
15
+ ?metadata: Dodopayments::Models::metadata,
16
16
  ?payment_link: bool?,
17
17
  ?payment_method_id: String?,
18
18
  ?redirect_immediately: bool,
@@ -0,0 +1,41 @@
1
+ module Dodopayments
2
+ module Resources
3
+ class Products
4
+ class LocalizedPrices
5
+ def create: (
6
+ String product_id,
7
+ amount: Integer,
8
+ currency: Dodopayments::Models::currency,
9
+ ?country_code: Dodopayments::Models::country_code?,
10
+ ?request_options: Dodopayments::request_opts
11
+ ) -> Dodopayments::Products::LocalizedPrice
12
+
13
+ def retrieve: (
14
+ String id,
15
+ product_id: String,
16
+ ?request_options: Dodopayments::request_opts
17
+ ) -> Dodopayments::Products::LocalizedPrice
18
+
19
+ def update: (
20
+ String id,
21
+ product_id: String,
22
+ ?amount: Integer?,
23
+ ?request_options: Dodopayments::request_opts
24
+ ) -> Dodopayments::Products::LocalizedPrice
25
+
26
+ def list: (
27
+ String product_id,
28
+ ?request_options: Dodopayments::request_opts
29
+ ) -> Dodopayments::Products::ListLocalizedPricesResponse
30
+
31
+ def archive: (
32
+ String id,
33
+ product_id: String,
34
+ ?request_options: Dodopayments::request_opts
35
+ ) -> nil
36
+
37
+ def initialize: (client: Dodopayments::Client) -> void
38
+ end
39
+ end
40
+ end
41
+ end
@@ -5,6 +5,8 @@ module Dodopayments
5
5
 
6
6
  attr_reader short_links: Dodopayments::Resources::Products::ShortLinks
7
7
 
8
+ attr_reader localized_prices: Dodopayments::Resources::Products::LocalizedPrices
9
+
8
10
  def create: (
9
11
  name: String,
10
12
  price: Dodopayments::Models::price,
@@ -19,8 +21,8 @@ module Dodopayments
19
21
  ?license_key_activations_limit: Integer?,
20
22
  ?license_key_duration: Dodopayments::LicenseKeyDuration?,
21
23
  ?license_key_enabled: bool?,
22
- ?metadata: ::Hash[Symbol, String],
23
- ?pricing_mode: Dodopayments::Models::ProductCreateParams::pricing_mode?,
24
+ ?metadata: Dodopayments::Models::metadata,
25
+ ?pricing_mode: Dodopayments::Models::Products::pricing_mode?,
24
26
  ?request_options: Dodopayments::request_opts
25
27
  ) -> Dodopayments::Product
26
28
 
@@ -42,10 +44,10 @@ module Dodopayments
42
44
  ?license_key_activations_limit: Integer?,
43
45
  ?license_key_duration: Dodopayments::LicenseKeyDuration?,
44
46
  ?license_key_enabled: bool?,
45
- ?metadata: ::Hash[Symbol, String]?,
47
+ ?metadata: Dodopayments::Models::metadata?,
46
48
  ?name: String?,
47
49
  ?price: Dodopayments::Models::price?,
48
- ?pricing_mode: Dodopayments::Models::ProductUpdateParams::pricing_mode?,
50
+ ?pricing_mode: Dodopayments::Models::Products::pricing_mode?,
49
51
  ?tax_category: Dodopayments::Models::tax_category?,
50
52
  ?request_options: Dodopayments::request_opts
51
53
  ) -> nil
@@ -4,7 +4,7 @@ module Dodopayments
4
4
  def create: (
5
5
  payment_id: String,
6
6
  ?items: ::Array[Dodopayments::RefundCreateParams::Item]?,
7
- ?metadata: ::Hash[Symbol, String],
7
+ ?metadata: Dodopayments::Models::metadata,
8
8
  ?reason: String?,
9
9
  ?request_options: Dodopayments::request_opts
10
10
  ) -> Dodopayments::Refund
@@ -14,7 +14,7 @@ module Dodopayments
14
14
  ?discount_codes: ::Array[String]?,
15
15
  ?force_3ds: bool?,
16
16
  ?mandate_min_amount_inr_paise: Integer?,
17
- ?metadata: ::Hash[Symbol, String],
17
+ ?metadata: Dodopayments::Models::metadata,
18
18
  ?on_demand: Dodopayments::OnDemandSubscription?,
19
19
  ?one_time_product_cart: ::Array[Dodopayments::OneTimeProductCartItem]?,
20
20
  ?payment_link: bool?,
@@ -45,7 +45,7 @@ module Dodopayments
45
45
  ?customer_business_name: String?,
46
46
  ?customer_name: String?,
47
47
  ?disable_on_demand: Dodopayments::SubscriptionUpdateParams::DisableOnDemand?,
48
- ?metadata: ::Hash[Symbol, String]?,
48
+ ?metadata: Dodopayments::Models::metadata?,
49
49
  ?next_billing_date: Time?,
50
50
  ?status: Dodopayments::Models::subscription_status?,
51
51
  ?tax_id: String?,
@@ -79,7 +79,7 @@ module Dodopayments
79
79
  ?discount_code: String?,
80
80
  ?discount_codes: ::Array[String]?,
81
81
  ?effective_at: Dodopayments::Models::UpdateSubscriptionPlanReq::effective_at,
82
- ?metadata: ::Hash[Symbol, String]?,
82
+ ?metadata: Dodopayments::Models::metadata?,
83
83
  ?on_payment_failure: Dodopayments::Models::UpdateSubscriptionPlanReq::on_payment_failure?,
84
84
  ?request_options: Dodopayments::request_opts
85
85
  ) -> nil
@@ -89,7 +89,7 @@ module Dodopayments
89
89
  product_price: Integer,
90
90
  ?adaptive_currency_fees_inclusive: bool?,
91
91
  ?customer_balance_config: Dodopayments::SubscriptionChargeParams::CustomerBalanceConfig?,
92
- ?metadata: ::Hash[Symbol, String]?,
92
+ ?metadata: Dodopayments::Models::metadata?,
93
93
  ?product_currency: Dodopayments::Models::currency?,
94
94
  ?product_description: String?,
95
95
  ?request_options: Dodopayments::request_opts
@@ -105,7 +105,7 @@ module Dodopayments
105
105
  ?discount_code: String?,
106
106
  ?discount_codes: ::Array[String]?,
107
107
  ?effective_at: Dodopayments::Models::UpdateSubscriptionPlanReq::effective_at,
108
- ?metadata: ::Hash[Symbol, String]?,
108
+ ?metadata: Dodopayments::Models::metadata?,
109
109
  ?on_payment_failure: Dodopayments::Models::UpdateSubscriptionPlanReq::on_payment_failure?,
110
110
  ?request_options: Dodopayments::request_opts
111
111
  ) -> Dodopayments::Models::SubscriptionPreviewChangePlanResponse
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dodopayments
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.17.1
4
+ version: 2.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dodo Payments
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-18 00:00:00.000000000 Z
11
+ date: 2026-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -221,6 +221,7 @@ files:
221
221
  - lib/dodopayments/models/entitlements/file_delete_params.rb
222
222
  - lib/dodopayments/models/entitlements/file_upload_params.rb
223
223
  - lib/dodopayments/models/entitlements/file_upload_response.rb
224
+ - lib/dodopayments/models/entitlements/grant_fulfill_license_key_params.rb
224
225
  - lib/dodopayments/models/entitlements/grant_list_params.rb
225
226
  - lib/dodopayments/models/entitlements/grant_revoke_params.rb
226
227
  - lib/dodopayments/models/entitlements/license_key_grant.rb
@@ -253,6 +254,7 @@ files:
253
254
  - lib/dodopayments/models/license_key_update_params.rb
254
255
  - lib/dodopayments/models/license_validate_params.rb
255
256
  - lib/dodopayments/models/license_validate_response.rb
257
+ - lib/dodopayments/models/metadata.rb
256
258
  - lib/dodopayments/models/meter.rb
257
259
  - lib/dodopayments/models/meter_aggregation.rb
258
260
  - lib/dodopayments/models/meter_archive_params.rb
@@ -326,6 +328,14 @@ files:
326
328
  - lib/dodopayments/models/product_update_params.rb
327
329
  - lib/dodopayments/models/products/image_update_params.rb
328
330
  - lib/dodopayments/models/products/image_update_response.rb
331
+ - lib/dodopayments/models/products/list_localized_prices_response.rb
332
+ - lib/dodopayments/models/products/localized_price.rb
333
+ - lib/dodopayments/models/products/localized_price_archive_params.rb
334
+ - lib/dodopayments/models/products/localized_price_create_params.rb
335
+ - lib/dodopayments/models/products/localized_price_list_params.rb
336
+ - lib/dodopayments/models/products/localized_price_retrieve_params.rb
337
+ - lib/dodopayments/models/products/localized_price_update_params.rb
338
+ - lib/dodopayments/models/products/pricing_mode.rb
329
339
  - lib/dodopayments/models/products/short_link_create_params.rb
330
340
  - lib/dodopayments/models/products/short_link_create_response.rb
331
341
  - lib/dodopayments/models/products/short_link_list_params.rb
@@ -426,6 +436,7 @@ files:
426
436
  - lib/dodopayments/resources/product_collections/groups/items.rb
427
437
  - lib/dodopayments/resources/products.rb
428
438
  - lib/dodopayments/resources/products/images.rb
439
+ - lib/dodopayments/resources/products/localized_prices.rb
429
440
  - lib/dodopayments/resources/products/short_links.rb
430
441
  - lib/dodopayments/resources/refunds.rb
431
442
  - lib/dodopayments/resources/subscriptions.rb
@@ -592,6 +603,7 @@ files:
592
603
  - rbi/dodopayments/models/entitlements/file_delete_params.rbi
593
604
  - rbi/dodopayments/models/entitlements/file_upload_params.rbi
594
605
  - rbi/dodopayments/models/entitlements/file_upload_response.rbi
606
+ - rbi/dodopayments/models/entitlements/grant_fulfill_license_key_params.rbi
595
607
  - rbi/dodopayments/models/entitlements/grant_list_params.rbi
596
608
  - rbi/dodopayments/models/entitlements/grant_revoke_params.rbi
597
609
  - rbi/dodopayments/models/entitlements/license_key_grant.rbi
@@ -624,6 +636,7 @@ files:
624
636
  - rbi/dodopayments/models/license_key_update_params.rbi
625
637
  - rbi/dodopayments/models/license_validate_params.rbi
626
638
  - rbi/dodopayments/models/license_validate_response.rbi
639
+ - rbi/dodopayments/models/metadata.rbi
627
640
  - rbi/dodopayments/models/meter.rbi
628
641
  - rbi/dodopayments/models/meter_aggregation.rbi
629
642
  - rbi/dodopayments/models/meter_archive_params.rbi
@@ -697,6 +710,14 @@ files:
697
710
  - rbi/dodopayments/models/product_update_params.rbi
698
711
  - rbi/dodopayments/models/products/image_update_params.rbi
699
712
  - rbi/dodopayments/models/products/image_update_response.rbi
713
+ - rbi/dodopayments/models/products/list_localized_prices_response.rbi
714
+ - rbi/dodopayments/models/products/localized_price.rbi
715
+ - rbi/dodopayments/models/products/localized_price_archive_params.rbi
716
+ - rbi/dodopayments/models/products/localized_price_create_params.rbi
717
+ - rbi/dodopayments/models/products/localized_price_list_params.rbi
718
+ - rbi/dodopayments/models/products/localized_price_retrieve_params.rbi
719
+ - rbi/dodopayments/models/products/localized_price_update_params.rbi
720
+ - rbi/dodopayments/models/products/pricing_mode.rbi
700
721
  - rbi/dodopayments/models/products/short_link_create_params.rbi
701
722
  - rbi/dodopayments/models/products/short_link_create_response.rbi
702
723
  - rbi/dodopayments/models/products/short_link_list_params.rbi
@@ -797,6 +818,7 @@ files:
797
818
  - rbi/dodopayments/resources/product_collections/groups/items.rbi
798
819
  - rbi/dodopayments/resources/products.rbi
799
820
  - rbi/dodopayments/resources/products/images.rbi
821
+ - rbi/dodopayments/resources/products/localized_prices.rbi
800
822
  - rbi/dodopayments/resources/products/short_links.rbi
801
823
  - rbi/dodopayments/resources/refunds.rbi
802
824
  - rbi/dodopayments/resources/subscriptions.rbi
@@ -962,6 +984,7 @@ files:
962
984
  - sig/dodopayments/models/entitlements/file_delete_params.rbs
963
985
  - sig/dodopayments/models/entitlements/file_upload_params.rbs
964
986
  - sig/dodopayments/models/entitlements/file_upload_response.rbs
987
+ - sig/dodopayments/models/entitlements/grant_fulfill_license_key_params.rbs
965
988
  - sig/dodopayments/models/entitlements/grant_list_params.rbs
966
989
  - sig/dodopayments/models/entitlements/grant_revoke_params.rbs
967
990
  - sig/dodopayments/models/entitlements/license_key_grant.rbs
@@ -994,6 +1017,7 @@ files:
994
1017
  - sig/dodopayments/models/license_key_update_params.rbs
995
1018
  - sig/dodopayments/models/license_validate_params.rbs
996
1019
  - sig/dodopayments/models/license_validate_response.rbs
1020
+ - sig/dodopayments/models/metadata.rbs
997
1021
  - sig/dodopayments/models/meter.rbs
998
1022
  - sig/dodopayments/models/meter_aggregation.rbs
999
1023
  - sig/dodopayments/models/meter_archive_params.rbs
@@ -1067,6 +1091,14 @@ files:
1067
1091
  - sig/dodopayments/models/product_update_params.rbs
1068
1092
  - sig/dodopayments/models/products/image_update_params.rbs
1069
1093
  - sig/dodopayments/models/products/image_update_response.rbs
1094
+ - sig/dodopayments/models/products/list_localized_prices_response.rbs
1095
+ - sig/dodopayments/models/products/localized_price.rbs
1096
+ - sig/dodopayments/models/products/localized_price_archive_params.rbs
1097
+ - sig/dodopayments/models/products/localized_price_create_params.rbs
1098
+ - sig/dodopayments/models/products/localized_price_list_params.rbs
1099
+ - sig/dodopayments/models/products/localized_price_retrieve_params.rbs
1100
+ - sig/dodopayments/models/products/localized_price_update_params.rbs
1101
+ - sig/dodopayments/models/products/pricing_mode.rbs
1070
1102
  - sig/dodopayments/models/products/short_link_create_params.rbs
1071
1103
  - sig/dodopayments/models/products/short_link_create_response.rbs
1072
1104
  - sig/dodopayments/models/products/short_link_list_params.rbs
@@ -1167,6 +1199,7 @@ files:
1167
1199
  - sig/dodopayments/resources/product_collections/groups/items.rbs
1168
1200
  - sig/dodopayments/resources/products.rbs
1169
1201
  - sig/dodopayments/resources/products/images.rbs
1202
+ - sig/dodopayments/resources/products/localized_prices.rbs
1170
1203
  - sig/dodopayments/resources/products/short_links.rbs
1171
1204
  - sig/dodopayments/resources/refunds.rbs
1172
1205
  - sig/dodopayments/resources/subscriptions.rbs