lago_ruby 0.46.1.pre.beta → 0.48.0.pre.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (215) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +12 -10
  4. data/docs/BillableMetricBaseInput.md +2 -0
  5. data/docs/BillableMetricCreateInputBillableMetric.md +2 -0
  6. data/docs/BillableMetricObject.md +2 -0
  7. data/docs/CouponObject.md +3 -1
  8. data/docs/CreditObjectItem.md +2 -2
  9. data/docs/EventInputEvent.md +2 -2
  10. data/docs/EventInputEventTimestamp.md +15 -0
  11. data/docs/EventObject.md +1 -1
  12. data/docs/SubscriptionCreateInputSubscription.md +2 -0
  13. data/docs/SubscriptionObject.md +2 -0
  14. data/docs/SubscriptionUpdateInputSubscription.md +2 -0
  15. data/docs/WebhookEndpoint.md +18 -0
  16. data/docs/WebhookEndpointCreateInput.md +18 -0
  17. data/docs/WebhookEndpointCreateInputWebhookEndpoint.md +20 -0
  18. data/docs/WebhookEndpointObject.md +26 -0
  19. data/docs/WebhookEndpointUpdateInput.md +18 -0
  20. data/docs/WebhookEndpointsApi.md +28 -28
  21. data/docs/WebhookEndpointsPaginated.md +20 -0
  22. data/lago_ruby.gemspec +2 -2
  23. data/lib/lago_ruby/api/add_ons_api.rb +2 -2
  24. data/lib/lago_ruby/api/billable_metrics_api.rb +2 -2
  25. data/lib/lago_ruby/api/coupons_api.rb +2 -2
  26. data/lib/lago_ruby/api/credit_notes_api.rb +2 -2
  27. data/lib/lago_ruby/api/customers_api.rb +2 -2
  28. data/lib/lago_ruby/api/events_api.rb +2 -2
  29. data/lib/lago_ruby/api/fees_api.rb +2 -2
  30. data/lib/lago_ruby/api/invoices_api.rb +2 -2
  31. data/lib/lago_ruby/api/organizations_api.rb +2 -2
  32. data/lib/lago_ruby/api/plans_api.rb +2 -2
  33. data/lib/lago_ruby/api/subscriptions_api.rb +2 -2
  34. data/lib/lago_ruby/api/taxes_api.rb +2 -2
  35. data/lib/lago_ruby/api/wallets_api.rb +2 -2
  36. data/lib/lago_ruby/api/webhook_endpoints_api.rb +35 -35
  37. data/lib/lago_ruby/api/webhooks_api.rb +2 -2
  38. data/lib/lago_ruby/api_client.rb +2 -2
  39. data/lib/lago_ruby/api_error.rb +2 -2
  40. data/lib/lago_ruby/configuration.rb +2 -2
  41. data/lib/lago_ruby/models/add_on.rb +2 -2
  42. data/lib/lago_ruby/models/add_on_base_input.rb +2 -2
  43. data/lib/lago_ruby/models/add_on_create_input.rb +2 -2
  44. data/lib/lago_ruby/models/add_on_create_input_add_on.rb +2 -2
  45. data/lib/lago_ruby/models/add_on_object.rb +2 -2
  46. data/lib/lago_ruby/models/add_on_update_input.rb +2 -2
  47. data/lib/lago_ruby/models/add_ons_paginated.rb +2 -2
  48. data/lib/lago_ruby/models/api_error_bad_request.rb +2 -2
  49. data/lib/lago_ruby/models/api_error_forbidden.rb +2 -2
  50. data/lib/lago_ruby/models/api_error_not_allowed.rb +2 -2
  51. data/lib/lago_ruby/models/api_error_not_found.rb +2 -2
  52. data/lib/lago_ruby/models/api_error_unauthorized.rb +2 -2
  53. data/lib/lago_ruby/models/api_error_unprocessable_entity.rb +2 -2
  54. data/lib/lago_ruby/models/applied_coupon.rb +2 -2
  55. data/lib/lago_ruby/models/applied_coupon_input.rb +2 -2
  56. data/lib/lago_ruby/models/applied_coupon_input_applied_coupon.rb +2 -2
  57. data/lib/lago_ruby/models/applied_coupon_object.rb +2 -2
  58. data/lib/lago_ruby/models/applied_coupon_object_extended.rb +2 -2
  59. data/lib/lago_ruby/models/applied_coupons_paginated.rb +2 -2
  60. data/lib/lago_ruby/models/base_applied_tax.rb +2 -2
  61. data/lib/lago_ruby/models/billable_metric.rb +2 -2
  62. data/lib/lago_ruby/models/billable_metric_base_input.rb +28 -5
  63. data/lib/lago_ruby/models/billable_metric_create_input.rb +2 -2
  64. data/lib/lago_ruby/models/billable_metric_create_input_billable_metric.rb +28 -5
  65. data/lib/lago_ruby/models/billable_metric_group.rb +2 -2
  66. data/lib/lago_ruby/models/billable_metric_group_values_inner.rb +2 -2
  67. data/lib/lago_ruby/models/billable_metric_group_values_inner_one_of.rb +2 -2
  68. data/lib/lago_ruby/models/billable_metric_object.rb +28 -5
  69. data/lib/lago_ruby/models/billable_metric_update_input.rb +2 -2
  70. data/lib/lago_ruby/models/billable_metrics_paginated.rb +2 -2
  71. data/lib/lago_ruby/models/charge_object.rb +2 -2
  72. data/lib/lago_ruby/models/charge_object_properties.rb +2 -2
  73. data/lib/lago_ruby/models/charge_properties.rb +2 -2
  74. data/lib/lago_ruby/models/charge_properties_graduated_percentage_ranges_inner.rb +2 -2
  75. data/lib/lago_ruby/models/charge_properties_graduated_ranges_inner.rb +2 -2
  76. data/lib/lago_ruby/models/charge_properties_volume_ranges_inner.rb +2 -2
  77. data/lib/lago_ruby/models/country.rb +2 -2
  78. data/lib/lago_ruby/models/coupon.rb +2 -2
  79. data/lib/lago_ruby/models/coupon_base_input.rb +2 -2
  80. data/lib/lago_ruby/models/coupon_base_input_applies_to.rb +2 -2
  81. data/lib/lago_ruby/models/coupon_create_input.rb +2 -2
  82. data/lib/lago_ruby/models/coupon_create_input_coupon.rb +2 -2
  83. data/lib/lago_ruby/models/coupon_object.rb +16 -6
  84. data/lib/lago_ruby/models/coupon_update_input.rb +2 -2
  85. data/lib/lago_ruby/models/coupons_paginated.rb +2 -2
  86. data/lib/lago_ruby/models/credit_note.rb +2 -2
  87. data/lib/lago_ruby/models/credit_note_applied_tax_object.rb +2 -2
  88. data/lib/lago_ruby/models/credit_note_create_input.rb +2 -2
  89. data/lib/lago_ruby/models/credit_note_create_input_credit_note.rb +2 -2
  90. data/lib/lago_ruby/models/credit_note_create_input_credit_note_items_inner.rb +2 -2
  91. data/lib/lago_ruby/models/credit_note_item_object.rb +2 -2
  92. data/lib/lago_ruby/models/credit_note_item_object_fee.rb +2 -2
  93. data/lib/lago_ruby/models/credit_note_object.rb +2 -2
  94. data/lib/lago_ruby/models/credit_note_update_input.rb +2 -2
  95. data/lib/lago_ruby/models/credit_note_update_input_credit_note.rb +2 -2
  96. data/lib/lago_ruby/models/credit_notes.rb +2 -2
  97. data/lib/lago_ruby/models/credit_object.rb +2 -2
  98. data/lib/lago_ruby/models/credit_object_invoice.rb +2 -2
  99. data/lib/lago_ruby/models/credit_object_item.rb +13 -13
  100. data/lib/lago_ruby/models/currency.rb +2 -2
  101. data/lib/lago_ruby/models/customer.rb +2 -2
  102. data/lib/lago_ruby/models/customer_billing_configuration.rb +2 -2
  103. data/lib/lago_ruby/models/customer_charge_usage_object.rb +2 -2
  104. data/lib/lago_ruby/models/customer_charge_usage_object_billable_metric.rb +2 -2
  105. data/lib/lago_ruby/models/customer_charge_usage_object_charge.rb +2 -2
  106. data/lib/lago_ruby/models/customer_charge_usage_object_groups_inner.rb +2 -2
  107. data/lib/lago_ruby/models/customer_create_input.rb +2 -2
  108. data/lib/lago_ruby/models/customer_create_input_customer.rb +2 -2
  109. data/lib/lago_ruby/models/customer_create_input_customer_metadata_inner.rb +2 -2
  110. data/lib/lago_ruby/models/customer_metadata.rb +2 -2
  111. data/lib/lago_ruby/models/customer_object.rb +2 -2
  112. data/lib/lago_ruby/models/customer_object_extended.rb +2 -2
  113. data/lib/lago_ruby/models/customer_usage.rb +2 -2
  114. data/lib/lago_ruby/models/customer_usage_object.rb +2 -2
  115. data/lib/lago_ruby/models/customers_paginated.rb +2 -2
  116. data/lib/lago_ruby/models/event.rb +2 -2
  117. data/lib/lago_ruby/models/event_batch_input.rb +2 -2
  118. data/lib/lago_ruby/models/event_batch_input_event.rb +2 -2
  119. data/lib/lago_ruby/models/event_batch_input_event_properties.rb +2 -2
  120. data/lib/lago_ruby/models/event_estimate_fees_input.rb +2 -2
  121. data/lib/lago_ruby/models/event_estimate_fees_input_event.rb +2 -2
  122. data/lib/lago_ruby/models/event_input.rb +2 -2
  123. data/lib/lago_ruby/models/event_input_event.rb +3 -4
  124. data/lib/lago_ruby/models/event_input_event_timestamp.rb +105 -0
  125. data/lib/lago_ruby/models/event_object.rb +2 -2
  126. data/lib/lago_ruby/models/event_object_properties.rb +2 -2
  127. data/lib/lago_ruby/models/fee.rb +2 -2
  128. data/lib/lago_ruby/models/fee_applied_tax_object.rb +2 -2
  129. data/lib/lago_ruby/models/fee_object.rb +2 -2
  130. data/lib/lago_ruby/models/fee_object_item.rb +2 -2
  131. data/lib/lago_ruby/models/fee_update_input.rb +2 -2
  132. data/lib/lago_ruby/models/fee_update_input_fee.rb +2 -2
  133. data/lib/lago_ruby/models/fees.rb +2 -2
  134. data/lib/lago_ruby/models/fees_paginated.rb +2 -2
  135. data/lib/lago_ruby/models/get_customer_portal_url200_response.rb +2 -2
  136. data/lib/lago_ruby/models/get_customer_portal_url200_response_customer.rb +2 -2
  137. data/lib/lago_ruby/models/group_object.rb +2 -2
  138. data/lib/lago_ruby/models/group_properties_object.rb +2 -2
  139. data/lib/lago_ruby/models/group_properties_object_values.rb +2 -2
  140. data/lib/lago_ruby/models/groups_paginated.rb +2 -2
  141. data/lib/lago_ruby/models/invoice.rb +2 -2
  142. data/lib/lago_ruby/models/invoice_applied_tax_object.rb +2 -2
  143. data/lib/lago_ruby/models/invoice_metadata_object.rb +2 -2
  144. data/lib/lago_ruby/models/invoice_object.rb +2 -2
  145. data/lib/lago_ruby/models/invoice_object_customer.rb +2 -2
  146. data/lib/lago_ruby/models/invoice_object_extended.rb +2 -2
  147. data/lib/lago_ruby/models/invoice_one_off_create_input.rb +2 -2
  148. data/lib/lago_ruby/models/invoice_one_off_create_input_invoice.rb +2 -2
  149. data/lib/lago_ruby/models/invoice_one_off_create_input_invoice_fees_inner.rb +2 -2
  150. data/lib/lago_ruby/models/invoice_update_input.rb +2 -2
  151. data/lib/lago_ruby/models/invoice_update_input_invoice.rb +2 -2
  152. data/lib/lago_ruby/models/invoice_update_input_invoice_metadata_inner.rb +2 -2
  153. data/lib/lago_ruby/models/invoices_paginated.rb +2 -2
  154. data/lib/lago_ruby/models/organization.rb +2 -2
  155. data/lib/lago_ruby/models/organization_billing_configuration.rb +2 -2
  156. data/lib/lago_ruby/models/organization_object.rb +2 -2
  157. data/lib/lago_ruby/models/organization_update_input.rb +2 -2
  158. data/lib/lago_ruby/models/organization_update_input_organization.rb +2 -2
  159. data/lib/lago_ruby/models/pagination_meta.rb +2 -2
  160. data/lib/lago_ruby/models/plan.rb +2 -2
  161. data/lib/lago_ruby/models/plan_create_input.rb +2 -2
  162. data/lib/lago_ruby/models/plan_create_input_plan.rb +2 -2
  163. data/lib/lago_ruby/models/plan_create_input_plan_charges_inner.rb +2 -2
  164. data/lib/lago_ruby/models/plan_create_input_plan_charges_inner_group_properties_inner.rb +2 -2
  165. data/lib/lago_ruby/models/plan_object.rb +2 -2
  166. data/lib/lago_ruby/models/plan_update_input.rb +2 -2
  167. data/lib/lago_ruby/models/plan_update_input_plan.rb +2 -2
  168. data/lib/lago_ruby/models/plan_update_input_plan_charges_inner.rb +2 -2
  169. data/lib/lago_ruby/models/plans_paginated.rb +2 -2
  170. data/lib/lago_ruby/models/subscription.rb +2 -2
  171. data/lib/lago_ruby/models/subscription_create_input.rb +2 -2
  172. data/lib/lago_ruby/models/subscription_create_input_subscription.rb +13 -3
  173. data/lib/lago_ruby/models/subscription_object.rb +13 -3
  174. data/lib/lago_ruby/models/subscription_update_input.rb +2 -2
  175. data/lib/lago_ruby/models/subscription_update_input_subscription.rb +13 -3
  176. data/lib/lago_ruby/models/subscriptions_paginated.rb +2 -2
  177. data/lib/lago_ruby/models/tax.rb +2 -2
  178. data/lib/lago_ruby/models/tax_base_input.rb +2 -2
  179. data/lib/lago_ruby/models/tax_create_input.rb +2 -2
  180. data/lib/lago_ruby/models/tax_create_input_tax.rb +2 -2
  181. data/lib/lago_ruby/models/tax_object.rb +2 -2
  182. data/lib/lago_ruby/models/tax_update_input.rb +2 -2
  183. data/lib/lago_ruby/models/taxes_paginated.rb +2 -2
  184. data/lib/lago_ruby/models/timezone.rb +2 -2
  185. data/lib/lago_ruby/models/wallet.rb +2 -2
  186. data/lib/lago_ruby/models/wallet_create_input.rb +2 -2
  187. data/lib/lago_ruby/models/wallet_create_input_wallet.rb +2 -2
  188. data/lib/lago_ruby/models/wallet_object.rb +2 -2
  189. data/lib/lago_ruby/models/wallet_transaction_create_input.rb +2 -2
  190. data/lib/lago_ruby/models/wallet_transaction_create_input_wallet_transaction.rb +2 -2
  191. data/lib/lago_ruby/models/wallet_transaction_object.rb +2 -2
  192. data/lib/lago_ruby/models/wallet_transactions.rb +2 -2
  193. data/lib/lago_ruby/models/wallet_transactions_paginated.rb +2 -2
  194. data/lib/lago_ruby/models/wallet_update_input.rb +2 -2
  195. data/lib/lago_ruby/models/wallet_update_input_wallet.rb +2 -2
  196. data/lib/lago_ruby/models/wallets_paginated.rb +2 -2
  197. data/lib/lago_ruby/models/webhook_endpoint.rb +221 -0
  198. data/lib/lago_ruby/models/webhook_endpoint_create_input.rb +214 -0
  199. data/lib/lago_ruby/models/webhook_endpoint_create_input_webhook_endpoint.rb +267 -0
  200. data/lib/lago_ruby/models/webhook_endpoint_object.rb +317 -0
  201. data/lib/lago_ruby/models/webhook_endpoint_update_input.rb +214 -0
  202. data/lib/lago_ruby/models/webhook_endpoints_paginated.rb +239 -0
  203. data/lib/lago_ruby/version.rb +3 -3
  204. data/lib/lago_ruby.rb +9 -7
  205. data/spec/api_client_spec.rb +2 -2
  206. data/spec/configuration_spec.rb +2 -2
  207. data/spec/models/event_input_event_timestamp_spec.rb +21 -0
  208. data/spec/models/{create_webhook_endpoint_request_spec.rb → webhook_endpoint_create_input_spec.rb} +8 -8
  209. data/spec/models/{create_webhook_endpoint_request_webhook_endpoint_spec.rb → webhook_endpoint_create_input_webhook_endpoint_spec.rb} +8 -8
  210. data/spec/models/{create_webhook_endpoint200_response_webhook_endpoint_spec.rb → webhook_endpoint_object_spec.rb} +8 -8
  211. data/spec/models/{create_webhook_endpoint200_response_spec.rb → webhook_endpoint_spec.rb} +8 -8
  212. data/spec/models/webhook_endpoint_update_input_spec.rb +34 -0
  213. data/spec/models/{find_all_webhook_endpoints200_response_spec.rb → webhook_endpoints_paginated_spec.rb} +8 -8
  214. data/spec/spec_helper.rb +2 -2
  215. metadata +172 -154
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3c651739a6a86ad79395baafc83008ecde44521484923eb79e69e88ceec65c72
4
- data.tar.gz: d2e50e3a2e4e5eb9370e7eed9f60f8c7e2ba7a566bc5d467482558ac21514055
3
+ metadata.gz: e5738b2715145b3c82ebcd9bb48424256348c7758b1c2f814472bfa977e4aac1
4
+ data.tar.gz: 2a40ead695be008af06dbb38628ba5581995845b4ce9990924363e2ae4dc7d3e
5
5
  SHA512:
6
- metadata.gz: 8b883b38524192caba38358bbf4a97961305ee8f4d6065f3fab61a5f080bc3a1a84423a73d5cb402f929f51bdcda423a59107e2e317dee3085d81b242d50662f
7
- data.tar.gz: b80b9c7e2e39a42b6d6206f168a233850815582b21b4c438addf37d79bf91574e2484df20432d53a09349fa2a63ca78ad89d1e714fa6c43a764256b4cfa7ba3c
6
+ metadata.gz: aca1397ab9360755c7caca7cf53d7f694944708efebfc67a1bff17a1a3efca70ef2a10b22f85e41a27d14b4e7379732961569e432b1e68da0e99fbfa998d765b
7
+ data.tar.gz: 735d0d793eb29856d91e763758dda5316a0d337aacb0df78f98b2563b57f096314f4790cf0045c569b762f517722b16d3df966c8abc08a63631c6b6d5c05d140
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lago_ruby (0.46.1.pre.beta)
4
+ lago_ruby (0.48.0.pre.beta)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -6,8 +6,8 @@ Lago API allows your application to push customer information and metrics (event
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 0.46.1-beta
10
- - Package version: 0.46.1-beta
9
+ - API version: 0.48.0-beta
10
+ - Package version: 0.48.0-beta
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  [![Gem Version](https://badge.fury.io/rb/lago-ruby.svg)](https://badge.fury.io/rb/lago-ruby)
@@ -26,16 +26,16 @@ gem build lago_ruby.gemspec
26
26
  Then either install the gem locally:
27
27
 
28
28
  ```shell
29
- gem install ./lago_ruby-0.46.1-beta.gem
29
+ gem install ./lago_ruby-0.48.0-beta.gem
30
30
  ```
31
31
 
32
- (for development, run `gem install --dev ./lago_ruby-0.46.1-beta.gem` to install the development dependencies)
32
+ (for development, run `gem install --dev ./lago_ruby-0.48.0-beta.gem` to install the development dependencies)
33
33
 
34
34
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
35
35
 
36
36
  Finally add this to the Gemfile:
37
37
 
38
- gem 'lago_ruby', '~> 0.46.1-beta'
38
+ gem 'lago_ruby', '~> 0.48.0-beta'
39
39
 
40
40
  ### Install from Git
41
41
 
@@ -212,10 +212,6 @@ Class | Method | HTTP request | Description
212
212
  - [LagoAPI::CouponObject](docs/CouponObject.md)
213
213
  - [LagoAPI::CouponUpdateInput](docs/CouponUpdateInput.md)
214
214
  - [LagoAPI::CouponsPaginated](docs/CouponsPaginated.md)
215
- - [LagoAPI::CreateWebhookEndpoint200Response](docs/CreateWebhookEndpoint200Response.md)
216
- - [LagoAPI::CreateWebhookEndpoint200ResponseWebhookEndpoint](docs/CreateWebhookEndpoint200ResponseWebhookEndpoint.md)
217
- - [LagoAPI::CreateWebhookEndpointRequest](docs/CreateWebhookEndpointRequest.md)
218
- - [LagoAPI::CreateWebhookEndpointRequestWebhookEndpoint](docs/CreateWebhookEndpointRequestWebhookEndpoint.md)
219
215
  - [LagoAPI::CreditNote](docs/CreditNote.md)
220
216
  - [LagoAPI::CreditNoteAppliedTaxObject](docs/CreditNoteAppliedTaxObject.md)
221
217
  - [LagoAPI::CreditNoteCreateInput](docs/CreditNoteCreateInput.md)
@@ -254,6 +250,7 @@ Class | Method | HTTP request | Description
254
250
  - [LagoAPI::EventEstimateFeesInputEvent](docs/EventEstimateFeesInputEvent.md)
255
251
  - [LagoAPI::EventInput](docs/EventInput.md)
256
252
  - [LagoAPI::EventInputEvent](docs/EventInputEvent.md)
253
+ - [LagoAPI::EventInputEventTimestamp](docs/EventInputEventTimestamp.md)
257
254
  - [LagoAPI::EventObject](docs/EventObject.md)
258
255
  - [LagoAPI::EventObjectProperties](docs/EventObjectProperties.md)
259
256
  - [LagoAPI::Fee](docs/Fee.md)
@@ -264,7 +261,6 @@ Class | Method | HTTP request | Description
264
261
  - [LagoAPI::FeeUpdateInputFee](docs/FeeUpdateInputFee.md)
265
262
  - [LagoAPI::Fees](docs/Fees.md)
266
263
  - [LagoAPI::FeesPaginated](docs/FeesPaginated.md)
267
- - [LagoAPI::FindAllWebhookEndpoints200Response](docs/FindAllWebhookEndpoints200Response.md)
268
264
  - [LagoAPI::GetCustomerPortalUrl200Response](docs/GetCustomerPortalUrl200Response.md)
269
265
  - [LagoAPI::GetCustomerPortalUrl200ResponseCustomer](docs/GetCustomerPortalUrl200ResponseCustomer.md)
270
266
  - [LagoAPI::GroupObject](docs/GroupObject.md)
@@ -327,6 +323,12 @@ Class | Method | HTTP request | Description
327
323
  - [LagoAPI::WalletUpdateInput](docs/WalletUpdateInput.md)
328
324
  - [LagoAPI::WalletUpdateInputWallet](docs/WalletUpdateInputWallet.md)
329
325
  - [LagoAPI::WalletsPaginated](docs/WalletsPaginated.md)
326
+ - [LagoAPI::WebhookEndpoint](docs/WebhookEndpoint.md)
327
+ - [LagoAPI::WebhookEndpointCreateInput](docs/WebhookEndpointCreateInput.md)
328
+ - [LagoAPI::WebhookEndpointCreateInputWebhookEndpoint](docs/WebhookEndpointCreateInputWebhookEndpoint.md)
329
+ - [LagoAPI::WebhookEndpointObject](docs/WebhookEndpointObject.md)
330
+ - [LagoAPI::WebhookEndpointUpdateInput](docs/WebhookEndpointUpdateInput.md)
331
+ - [LagoAPI::WebhookEndpointsPaginated](docs/WebhookEndpointsPaginated.md)
330
332
 
331
333
 
332
334
  ## Documentation for Authorization
@@ -10,6 +10,7 @@
10
10
  | **recurring** | **Boolean** | Defines if the billable metric is persisted billing period over billing period. - If set to `true`: the accumulated number of units calculated from the previous billing period is persisted to the next billing period. - If set to `false`: the accumulated number of units is reset to 0 at the end of the billing period. - If not defined in the request, default value is `false`. | [optional] |
11
11
  | **field_name** | **String** | Property of the billable metric used for aggregating usage data. This field is not required for `count_agg`. | [optional] |
12
12
  | **aggregation_type** | **String** | Aggregation method used to compute usage for this billable metric. Possible values are `count_agg`, `sum_agg`, `max_agg` or `unique_count_agg`. | [optional] |
13
+ | **weighted_interval** | **String** | Parameter exclusively utilized in conjunction with the `weighted_sum` aggregation type. It serves to adjust the aggregation result by assigning weights and proration to the result based on time intervals. When this field is not provided, the default time interval is assumed to be in `seconds`. | [optional] |
13
14
  | **group** | [**BillableMetricGroup**](BillableMetricGroup.md) | | [optional] |
14
15
 
15
16
  ## Example
@@ -24,6 +25,7 @@ instance = LagoAPI::BillableMetricBaseInput.new(
24
25
  recurring: false,
25
26
  field_name: gb,
26
27
  aggregation_type: sum_agg,
28
+ weighted_interval: seconds,
27
29
  group: null
28
30
  )
29
31
  ```
@@ -10,6 +10,7 @@
10
10
  | **recurring** | **Boolean** | Defines if the billable metric is persisted billing period over billing period. - If set to `true`: the accumulated number of units calculated from the previous billing period is persisted to the next billing period. - If set to `false`: the accumulated number of units is reset to 0 at the end of the billing period. - If not defined in the request, default value is `false`. | [optional] |
11
11
  | **field_name** | **String** | Property of the billable metric used for aggregating usage data. This field is not required for `count_agg`. | [optional] |
12
12
  | **aggregation_type** | **String** | Aggregation method used to compute usage for this billable metric. Possible values are `count_agg`, `sum_agg`, `max_agg` or `unique_count_agg`. | |
13
+ | **weighted_interval** | **String** | Parameter exclusively utilized in conjunction with the `weighted_sum` aggregation type. It serves to adjust the aggregation result by assigning weights and proration to the result based on time intervals. When this field is not provided, the default time interval is assumed to be in `seconds`. | [optional] |
13
14
  | **group** | [**BillableMetricGroup**](BillableMetricGroup.md) | | [optional] |
14
15
 
15
16
  ## Example
@@ -24,6 +25,7 @@ instance = LagoAPI::BillableMetricCreateInputBillableMetric.new(
24
25
  recurring: false,
25
26
  field_name: gb,
26
27
  aggregation_type: sum_agg,
28
+ weighted_interval: seconds,
27
29
  group: null
28
30
  )
29
31
  ```
@@ -12,6 +12,7 @@
12
12
  | **created_at** | **Time** | Creation date of the billable metric. | |
13
13
  | **field_name** | **String** | Property of the billable metric used for aggregating usage data. This field is not required for `count_agg`. | [optional] |
14
14
  | **aggregation_type** | **String** | Aggregation method used to compute usage for this billable metric. Possible values are `count_agg`, `sum_agg`, `max_agg` or `unique_count_agg`. | |
15
+ | **weighted_interval** | **String** | Parameter exclusively utilized in conjunction with the `weighted_sum` aggregation type. It serves to adjust the aggregation result by assigning weights and proration to the result based on time intervals. When this field is not provided, the default time interval is assumed to be in `seconds`. | [optional] |
15
16
  | **group** | [**BillableMetricGroup**](BillableMetricGroup.md) | | [optional] |
16
17
  | **active_subscriptions_count** | **Integer** | Number of active subscriptions using this billable metric. | |
17
18
  | **draft_invoices_count** | **Integer** | Number of draft invoices for which this billable metric is listed as an invoice item. | |
@@ -31,6 +32,7 @@ instance = LagoAPI::BillableMetricObject.new(
31
32
  created_at: 2022-09-14T16:35:31Z,
32
33
  field_name: gb,
33
34
  aggregation_type: sum_agg,
35
+ weighted_interval: seconds,
34
36
  group: null,
35
37
  active_subscriptions_count: 4,
36
38
  draft_invoices_count: 10,
data/docs/CouponObject.md CHANGED
@@ -22,6 +22,7 @@
22
22
  | **expiration** | **String** | Specifies the type of expiration for the coupon. It can have two possible values: `time_limit` or `no_expiration`. - If set to `time_limit`, the coupon has an expiration based on a specified time limit. - If set to `no_expiration`, the coupon does not have an expiration date and remains valid indefinitely. | |
23
23
  | **expiration_at** | **Time** | The expiration date and time of the coupon. This field is required only for coupons with `expiration` set to `time_limit`. The expiration date and time should be specified in UTC format according to the ISO 8601 datetime standard. It indicates the exact moment when the coupon will expire and is no longer valid. | [optional] |
24
24
  | **created_at** | **Time** | The date and time when the coupon was created. It is expressed in UTC format according to the ISO 8601 datetime standard. This field provides the timestamp for the exact moment when the coupon was initially created. | |
25
+ | **terminated_at** | **Time** | This field indicates if the coupon has been terminated and is no longer usable. If it's not null, it won't be removed for existing customers using it, but it prevents the coupon from being applied in the future. | [optional] |
25
26
 
26
27
  ## Example
27
28
 
@@ -46,7 +47,8 @@ instance = LagoAPI::CouponObject.new(
46
47
  frequency_duration: 6,
47
48
  expiration: time_limit,
48
49
  expiration_at: 2022-08-08T23:59:59Z,
49
- created_at: 2022-04-29T08:59:51Z
50
+ created_at: 2022-04-29T08:59:51Z,
51
+ terminated_at: 2022-08-08T23:59:59Z
50
52
  )
51
53
  ```
52
54
 
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **lago_id** | **String** | Unique identifier assigned to the credit item within the Lago application. | |
7
+ | **lago_item_id** | **String** | Unique identifier assigned to the credit item within the Lago application. | |
8
8
  | **type** | **String** | The type of credit applied. Possible values are `coupon` or `credit_note`. | |
9
9
  | **code** | **String** | The code of the credit applied. It can be the code of the coupon attached to the credit or the credit note's number. | |
10
10
  | **name** | **String** | The name of the credit applied. It can be the name of the coupon attached to the credit or the initial invoice's number linked to the credit note. | |
@@ -15,7 +15,7 @@
15
15
  require 'lago_ruby'
16
16
 
17
17
  instance = LagoAPI::CreditObjectItem.new(
18
- lago_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
18
+ lago_item_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
19
19
  type: coupon,
20
20
  code: startup_deal,
21
21
  name: Startup Deal
@@ -8,7 +8,7 @@
8
8
  | **external_customer_id** | **String** | The customer external unique identifier (provided by your own application). This field is optional if you send the `external_subscription_id`, targeting a specific subscription. | [optional] |
9
9
  | **external_subscription_id** | **String** | The unique identifier of the subscription within your application. It is a mandatory field when the customer possesses multiple subscriptions or when the `external_customer_id` is not provided. | [optional] |
10
10
  | **code** | **String** | The code that identifies a targeted billable metric. It is essential that this code matches the `code` property of one of your active billable metrics. If the provided code does not correspond to any active billable metric, it will be ignored during the process. | |
11
- | **timestamp** | **Integer** | This field captures the Unix timestamp in seconds indicating the occurrence of the event in Coordinated Universal Time (UTC). If this timestamp is not provided, the API will automatically set it to the time of event reception. | [optional] |
11
+ | **timestamp** | [**EventInputEventTimestamp**](EventInputEventTimestamp.md) | | [optional] |
12
12
  | **properties** | **Hash<String, String>** | This field represents additional properties associated with the event, which are utilized in the calculation of the final fee. This object becomes mandatory when the targeted billable metric employs a `sum_agg`, `max_agg`, or `unique_count_agg` aggregation method. However, when using a simple `count_agg`, this object is not required. | [optional] |
13
13
 
14
14
  ## Example
@@ -21,7 +21,7 @@ instance = LagoAPI::EventInputEvent.new(
21
21
  external_customer_id: 5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba,
22
22
  external_subscription_id: sub_1234567890,
23
23
  code: storage,
24
- timestamp: 1651240791,
24
+ timestamp: null,
25
25
  properties: {"gb":10}
26
26
  )
27
27
  ```
@@ -0,0 +1,15 @@
1
+ # LagoAPI::EventInputEventTimestamp
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'lago_ruby'
12
+
13
+ instance = LagoAPI::EventInputEventTimestamp.new()
14
+ ```
15
+
data/docs/EventObject.md CHANGED
@@ -26,7 +26,7 @@ instance = LagoAPI::EventObject.new(
26
26
  lago_customer_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
27
27
  external_customer_id: 5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba,
28
28
  code: storage,
29
- timestamp: 2022-04-29T08:59:51Z,
29
+ timestamp: 2022-04-29T08:59:51.123Z,
30
30
  properties: null,
31
31
  lago_subscription_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
32
32
  external_subscription_id: sub_1234567890,
@@ -9,6 +9,7 @@
9
9
  | **name** | **String** | The display name of the subscription on an invoice. This field allows for customization of the subscription's name for billing purposes, especially useful when a single customer has multiple subscriptions using the same plan. | [optional] |
10
10
  | **external_id** | **String** | The unique external identifier for the subscription. This identifier serves as an idempotency key, ensuring that each subscription is unique. | |
11
11
  | **billing_time** | **String** | The billing time for the subscription, which can be set as either `anniversary` or `calendar`. If not explicitly provided, it will default to `calendar`. The billing time determines the timing of recurring billing cycles for the subscription. By specifying `anniversary`, the billing cycle will be based on the specific date the subscription started (billed fully), while `calendar` sets the billing cycle at the first day of the week/month/year (billed with proration). | [optional] |
12
+ | **ending_at** | **Time** | The effective end date of the subscription. If this field is set to null, the subscription will automatically renew. This date should be provided in ISO 8601 datetime format, and use Coordinated Universal Time (UTC). | [optional] |
12
13
  | **subscription_at** | **Time** | The start date for the subscription, allowing for the creation of subscriptions that can begin in the past or future. Please note that it cannot be used to update the start date of a pending subscription or schedule an upgrade/downgrade. The start_date should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). | [optional] |
13
14
 
14
15
  ## Example
@@ -22,6 +23,7 @@ instance = LagoAPI::SubscriptionCreateInputSubscription.new(
22
23
  name: Repository A,
23
24
  external_id: my_sub_1234567890,
24
25
  billing_time: anniversary,
26
+ ending_at: 2022-10-08T00:00Z,
25
27
  subscription_at: 2022-08-08T00:00Z
26
28
  )
27
29
  ```
@@ -15,6 +15,7 @@
15
15
  | **created_at** | **Time** | The creation date of the subscription, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). This date provides a timestamp indicating when the subscription was initially created. | |
16
16
  | **canceled_at** | **Time** | The cancellation date of the subscription. This field is not null when the subscription is `canceled`. This date should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). | [optional] |
17
17
  | **started_at** | **Time** | The effective start date of the subscription. This field can be null if the subscription is `pending` or `canceled`. This date should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). | [optional] |
18
+ | **ending_at** | **Time** | The effective end date of the subscription. If this field is set to null, the subscription will automatically renew. This date should be provided in ISO 8601 datetime format, and use Coordinated Universal Time (UTC). | [optional] |
18
19
  | **subscription_at** | **Time** | The anniversary date and time of the initial subscription. This date serves as the basis for billing subscriptions with `anniversary` billing time. The `anniversary_date` should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). | |
19
20
  | **terminated_at** | **Time** | The termination date of the subscription. This field is not null when the subscription is `terminated`. This date should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC) | [optional] |
20
21
  | **previous_plan_code** | **String** | The code identifying the previous plan associated with this subscription. | [optional] |
@@ -38,6 +39,7 @@ instance = LagoAPI::SubscriptionObject.new(
38
39
  created_at: 2022-08-08T00:00Z,
39
40
  canceled_at: 2022-09-14T16:35:31Z,
40
41
  started_at: 2022-08-08T00:00Z,
42
+ ending_at: 2022-10-08T00:00Z,
41
43
  subscription_at: 2022-08-08T00:00Z,
42
44
  terminated_at: 2022-09-14T16:35:31Z,
43
45
  previous_plan_code: null,
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **name** | **String** | The display name of the subscription on an invoice. This field allows for customization of the subscription's name for billing purposes, especially useful when a single customer has multiple subscriptions using the same plan. | [optional] |
8
+ | **ending_at** | **Time** | The effective end date of the subscription. If this field is set to null, the subscription will automatically renew. This date should be provided in ISO 8601 datetime format, and use Coordinated Universal Time (UTC). | [optional] |
8
9
  | **subscription_at** | **Time** | The start date and time of the subscription. This field can only be modified for pending subscriptions that have not yet started. This date should be provided in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). | [optional] |
9
10
 
10
11
  ## Example
@@ -14,6 +15,7 @@ require 'lago_ruby'
14
15
 
15
16
  instance = LagoAPI::SubscriptionUpdateInputSubscription.new(
16
17
  name: Repository B,
18
+ ending_at: 2022-10-08T00:00Z,
17
19
  subscription_at: 2022-08-08T00:00Z
18
20
  )
19
21
  ```
@@ -0,0 +1,18 @@
1
+ # LagoAPI::WebhookEndpoint
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **webhook_endpoint** | [**WebhookEndpointObject**](WebhookEndpointObject.md) | | |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'lago_ruby'
13
+
14
+ instance = LagoAPI::WebhookEndpoint.new(
15
+ webhook_endpoint: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ # LagoAPI::WebhookEndpointCreateInput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **webhook_endpoint** | [**WebhookEndpointCreateInputWebhookEndpoint**](WebhookEndpointCreateInputWebhookEndpoint.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'lago_ruby'
13
+
14
+ instance = LagoAPI::WebhookEndpointCreateInput.new(
15
+ webhook_endpoint: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,20 @@
1
+ # LagoAPI::WebhookEndpointCreateInputWebhookEndpoint
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **webhook_url** | **String** | The URL of the webhook endpoint. | |
8
+ | **signature_algo** | **String** | The signature used for the webhook. If no value is passed, | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'lago_ruby'
14
+
15
+ instance = LagoAPI::WebhookEndpointCreateInputWebhookEndpoint.new(
16
+ webhook_url: https://foo.bar,
17
+ signature_algo: hmac
18
+ )
19
+ ```
20
+
@@ -0,0 +1,26 @@
1
+ # LagoAPI::WebhookEndpointObject
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **lago_id** | **String** | Unique identifier assigned to the wallet within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the webhook endpoint's record within the Lago system. | |
8
+ | **lago_organization_id** | **String** | Unique identifier assigned to the organization attached to the webhook endpoint within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the organization’s record within the Lago system. | |
9
+ | **webhook_url** | **String** | The name of the wallet. | |
10
+ | **signature_algo** | **String** | The signature algo for the webhook. | [optional] |
11
+ | **created_at** | **Time** | The date of the webhook endpoint creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). | |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'lago_ruby'
17
+
18
+ instance = LagoAPI::WebhookEndpointObject.new(
19
+ lago_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
20
+ lago_organization_id: 1a901a90-1a90-1a90-1a90-1a901a901a90,
21
+ webhook_url: Prepaid,
22
+ signature_algo: hmac,
23
+ created_at: 2022-04-29T08:59:51Z
24
+ )
25
+ ```
26
+
@@ -0,0 +1,18 @@
1
+ # LagoAPI::WebhookEndpointUpdateInput
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **webhook_endpoint** | [**WebhookEndpointCreateInputWebhookEndpoint**](WebhookEndpointCreateInputWebhookEndpoint.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'lago_ruby'
13
+
14
+ instance = LagoAPI::WebhookEndpointUpdateInput.new(
15
+ webhook_endpoint: null
16
+ )
17
+ ```
18
+
@@ -13,7 +13,7 @@ All URIs are relative to *https://api.getlago.com/api/v1*
13
13
 
14
14
  ## create_webhook_endpoint
15
15
 
16
- > <CreateWebhookEndpoint200Response> create_webhook_endpoint(create_webhook_endpoint_request)
16
+ > <WebhookEndpoint> create_webhook_endpoint(webhook_endpoint_create_input)
17
17
 
18
18
  Create a webhook_endpoint
19
19
 
@@ -31,11 +31,11 @@ LagoAPI.configure do |config|
31
31
  end
32
32
 
33
33
  api_instance = LagoAPI::WebhookEndpointsApi.new
34
- create_webhook_endpoint_request = LagoAPI::CreateWebhookEndpointRequest.new # CreateWebhookEndpointRequest | Webhook Endpoint payload
34
+ webhook_endpoint_create_input = LagoAPI::WebhookEndpointCreateInput.new # WebhookEndpointCreateInput | Webhook Endpoint payload
35
35
 
36
36
  begin
37
37
  # Create a webhook_endpoint
38
- result = api_instance.create_webhook_endpoint(create_webhook_endpoint_request)
38
+ result = api_instance.create_webhook_endpoint(webhook_endpoint_create_input)
39
39
  p result
40
40
  rescue LagoAPI::ApiError => e
41
41
  puts "Error when calling WebhookEndpointsApi->create_webhook_endpoint: #{e}"
@@ -46,15 +46,15 @@ end
46
46
 
47
47
  This returns an Array which contains the response data, status code and headers.
48
48
 
49
- > <Array(<CreateWebhookEndpoint200Response>, Integer, Hash)> create_webhook_endpoint_with_http_info(create_webhook_endpoint_request)
49
+ > <Array(<WebhookEndpoint>, Integer, Hash)> create_webhook_endpoint_with_http_info(webhook_endpoint_create_input)
50
50
 
51
51
  ```ruby
52
52
  begin
53
53
  # Create a webhook_endpoint
54
- data, status_code, headers = api_instance.create_webhook_endpoint_with_http_info(create_webhook_endpoint_request)
54
+ data, status_code, headers = api_instance.create_webhook_endpoint_with_http_info(webhook_endpoint_create_input)
55
55
  p status_code # => 2xx
56
56
  p headers # => { ... }
57
- p data # => <CreateWebhookEndpoint200Response>
57
+ p data # => <WebhookEndpoint>
58
58
  rescue LagoAPI::ApiError => e
59
59
  puts "Error when calling WebhookEndpointsApi->create_webhook_endpoint_with_http_info: #{e}"
60
60
  end
@@ -64,11 +64,11 @@ end
64
64
 
65
65
  | Name | Type | Description | Notes |
66
66
  | ---- | ---- | ----------- | ----- |
67
- | **create_webhook_endpoint_request** | [**CreateWebhookEndpointRequest**](CreateWebhookEndpointRequest.md) | Webhook Endpoint payload | |
67
+ | **webhook_endpoint_create_input** | [**WebhookEndpointCreateInput**](WebhookEndpointCreateInput.md) | Webhook Endpoint payload | |
68
68
 
69
69
  ### Return type
70
70
 
71
- [**CreateWebhookEndpoint200Response**](CreateWebhookEndpoint200Response.md)
71
+ [**WebhookEndpoint**](WebhookEndpoint.md)
72
72
 
73
73
  ### Authorization
74
74
 
@@ -82,7 +82,7 @@ end
82
82
 
83
83
  ## destroy_webhook_endpoint
84
84
 
85
- > Object destroy_webhook_endpoint(lago_id)
85
+ > <WebhookEndpoint> destroy_webhook_endpoint(lago_id)
86
86
 
87
87
  Delete a webhook endpoint
88
88
 
@@ -115,7 +115,7 @@ end
115
115
 
116
116
  This returns an Array which contains the response data, status code and headers.
117
117
 
118
- > <Array(Object, Integer, Hash)> destroy_webhook_endpoint_with_http_info(lago_id)
118
+ > <Array(<WebhookEndpoint>, Integer, Hash)> destroy_webhook_endpoint_with_http_info(lago_id)
119
119
 
120
120
  ```ruby
121
121
  begin
@@ -123,7 +123,7 @@ begin
123
123
  data, status_code, headers = api_instance.destroy_webhook_endpoint_with_http_info(lago_id)
124
124
  p status_code # => 2xx
125
125
  p headers # => { ... }
126
- p data # => Object
126
+ p data # => <WebhookEndpoint>
127
127
  rescue LagoAPI::ApiError => e
128
128
  puts "Error when calling WebhookEndpointsApi->destroy_webhook_endpoint_with_http_info: #{e}"
129
129
  end
@@ -137,7 +137,7 @@ end
137
137
 
138
138
  ### Return type
139
139
 
140
- **Object**
140
+ [**WebhookEndpoint**](WebhookEndpoint.md)
141
141
 
142
142
  ### Authorization
143
143
 
@@ -151,7 +151,7 @@ end
151
151
 
152
152
  ## find_all_webhook_endpoints
153
153
 
154
- > <FindAllWebhookEndpoints200Response> find_all_webhook_endpoints(opts)
154
+ > <WebhookEndpointsPaginated> find_all_webhook_endpoints(opts)
155
155
 
156
156
  List all webhook endpoints
157
157
 
@@ -187,7 +187,7 @@ end
187
187
 
188
188
  This returns an Array which contains the response data, status code and headers.
189
189
 
190
- > <Array(<FindAllWebhookEndpoints200Response>, Integer, Hash)> find_all_webhook_endpoints_with_http_info(opts)
190
+ > <Array(<WebhookEndpointsPaginated>, Integer, Hash)> find_all_webhook_endpoints_with_http_info(opts)
191
191
 
192
192
  ```ruby
193
193
  begin
@@ -195,7 +195,7 @@ begin
195
195
  data, status_code, headers = api_instance.find_all_webhook_endpoints_with_http_info(opts)
196
196
  p status_code # => 2xx
197
197
  p headers # => { ... }
198
- p data # => <FindAllWebhookEndpoints200Response>
198
+ p data # => <WebhookEndpointsPaginated>
199
199
  rescue LagoAPI::ApiError => e
200
200
  puts "Error when calling WebhookEndpointsApi->find_all_webhook_endpoints_with_http_info: #{e}"
201
201
  end
@@ -210,7 +210,7 @@ end
210
210
 
211
211
  ### Return type
212
212
 
213
- [**FindAllWebhookEndpoints200Response**](FindAllWebhookEndpoints200Response.md)
213
+ [**WebhookEndpointsPaginated**](WebhookEndpointsPaginated.md)
214
214
 
215
215
  ### Authorization
216
216
 
@@ -224,7 +224,7 @@ end
224
224
 
225
225
  ## find_webhook_endpoint
226
226
 
227
- > Object find_webhook_endpoint(lago_id)
227
+ > <WebhookEndpoint> find_webhook_endpoint(lago_id)
228
228
 
229
229
  Retrieve a webhook endpoint
230
230
 
@@ -257,7 +257,7 @@ end
257
257
 
258
258
  This returns an Array which contains the response data, status code and headers.
259
259
 
260
- > <Array(Object, Integer, Hash)> find_webhook_endpoint_with_http_info(lago_id)
260
+ > <Array(<WebhookEndpoint>, Integer, Hash)> find_webhook_endpoint_with_http_info(lago_id)
261
261
 
262
262
  ```ruby
263
263
  begin
@@ -265,7 +265,7 @@ begin
265
265
  data, status_code, headers = api_instance.find_webhook_endpoint_with_http_info(lago_id)
266
266
  p status_code # => 2xx
267
267
  p headers # => { ... }
268
- p data # => Object
268
+ p data # => <WebhookEndpoint>
269
269
  rescue LagoAPI::ApiError => e
270
270
  puts "Error when calling WebhookEndpointsApi->find_webhook_endpoint_with_http_info: #{e}"
271
271
  end
@@ -279,7 +279,7 @@ end
279
279
 
280
280
  ### Return type
281
281
 
282
- **Object**
282
+ [**WebhookEndpoint**](WebhookEndpoint.md)
283
283
 
284
284
  ### Authorization
285
285
 
@@ -293,7 +293,7 @@ end
293
293
 
294
294
  ## update_webhook_endpoint
295
295
 
296
- > Object update_webhook_endpoint(lago_id, create_webhook_endpoint_request)
296
+ > <WebhookEndpoint> update_webhook_endpoint(lago_id, webhook_endpoint_update_input)
297
297
 
298
298
  Update a webhook endpoint
299
299
 
@@ -312,11 +312,11 @@ end
312
312
 
313
313
  api_instance = LagoAPI::WebhookEndpointsApi.new
314
314
  lago_id = '1a901a90-1a90-1a90-1a90-1a901a901a90' # String | Unique identifier assigned to the webhook endpoint within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the webhook endpoint's record within the Lago system.
315
- create_webhook_endpoint_request = LagoAPI::CreateWebhookEndpointRequest.new # CreateWebhookEndpointRequest | Webhook Endpoint update payload
315
+ webhook_endpoint_update_input = LagoAPI::WebhookEndpointUpdateInput.new # WebhookEndpointUpdateInput | Webhook Endpoint update payload
316
316
 
317
317
  begin
318
318
  # Update a webhook endpoint
319
- result = api_instance.update_webhook_endpoint(lago_id, create_webhook_endpoint_request)
319
+ result = api_instance.update_webhook_endpoint(lago_id, webhook_endpoint_update_input)
320
320
  p result
321
321
  rescue LagoAPI::ApiError => e
322
322
  puts "Error when calling WebhookEndpointsApi->update_webhook_endpoint: #{e}"
@@ -327,15 +327,15 @@ end
327
327
 
328
328
  This returns an Array which contains the response data, status code and headers.
329
329
 
330
- > <Array(Object, Integer, Hash)> update_webhook_endpoint_with_http_info(lago_id, create_webhook_endpoint_request)
330
+ > <Array(<WebhookEndpoint>, Integer, Hash)> update_webhook_endpoint_with_http_info(lago_id, webhook_endpoint_update_input)
331
331
 
332
332
  ```ruby
333
333
  begin
334
334
  # Update a webhook endpoint
335
- data, status_code, headers = api_instance.update_webhook_endpoint_with_http_info(lago_id, create_webhook_endpoint_request)
335
+ data, status_code, headers = api_instance.update_webhook_endpoint_with_http_info(lago_id, webhook_endpoint_update_input)
336
336
  p status_code # => 2xx
337
337
  p headers # => { ... }
338
- p data # => Object
338
+ p data # => <WebhookEndpoint>
339
339
  rescue LagoAPI::ApiError => e
340
340
  puts "Error when calling WebhookEndpointsApi->update_webhook_endpoint_with_http_info: #{e}"
341
341
  end
@@ -346,11 +346,11 @@ end
346
346
  | Name | Type | Description | Notes |
347
347
  | ---- | ---- | ----------- | ----- |
348
348
  | **lago_id** | **String** | Unique identifier assigned to the webhook endpoint within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the webhook endpoint&#39;s record within the Lago system. | |
349
- | **create_webhook_endpoint_request** | [**CreateWebhookEndpointRequest**](CreateWebhookEndpointRequest.md) | Webhook Endpoint update payload | |
349
+ | **webhook_endpoint_update_input** | [**WebhookEndpointUpdateInput**](WebhookEndpointUpdateInput.md) | Webhook Endpoint update payload | |
350
350
 
351
351
  ### Return type
352
352
 
353
- **Object**
353
+ [**WebhookEndpoint**](WebhookEndpoint.md)
354
354
 
355
355
  ### Authorization
356
356
 
@@ -0,0 +1,20 @@
1
+ # LagoAPI::WebhookEndpointsPaginated
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **webhook_endpoints** | [**Array&lt;WebhookEndpointObject&gt;**](WebhookEndpointObject.md) | | |
8
+ | **meta** | [**PaginationMeta**](PaginationMeta.md) | | |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'lago_ruby'
14
+
15
+ instance = LagoAPI::WebhookEndpointsPaginated.new(
16
+ webhook_endpoints: null,
17
+ meta: null
18
+ )
19
+ ```
20
+
data/lago_ruby.gemspec CHANGED
@@ -5,10 +5,10 @@
5
5
 
6
6
  #Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
7
7
 
8
- The version of the OpenAPI document: 0.46.1-beta
8
+ The version of the OpenAPI document: 0.48.0-beta
9
9
  Contact: tech@getlago.com
10
10
  Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 7.0.1-SNAPSHOT
11
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
12
12
 
13
13
  =end
14
14
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
5
5
 
6
- The version of the OpenAPI document: 0.46.1-beta
6
+ The version of the OpenAPI document: 0.48.0-beta
7
7
  Contact: tech@getlago.com
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 7.0.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12