lago_ruby 0.46.0.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 (231) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +17 -19
  4. data/docs/AddOnsApi.md +0 -70
  5. data/docs/BillableMetricBaseInput.md +2 -0
  6. data/docs/BillableMetricCreateInputBillableMetric.md +2 -0
  7. data/docs/BillableMetricObject.md +2 -0
  8. data/docs/CouponObject.md +3 -1
  9. data/docs/CreditObjectItem.md +2 -2
  10. data/docs/EventInputEvent.md +4 -4
  11. data/docs/EventInputEventProperties.md +18 -0
  12. data/docs/EventInputEventTimestamp.md +15 -0
  13. data/docs/EventObject.md +2 -2
  14. data/docs/EventObjectProperties.md +18 -0
  15. data/docs/SubscriptionCreateInputSubscription.md +2 -0
  16. data/docs/SubscriptionObject.md +2 -0
  17. data/docs/SubscriptionUpdateInputSubscription.md +2 -0
  18. data/docs/WebhookEndpoint.md +18 -0
  19. data/docs/WebhookEndpointCreateInput.md +18 -0
  20. data/docs/WebhookEndpointCreateInputWebhookEndpoint.md +20 -0
  21. data/docs/WebhookEndpointObject.md +26 -0
  22. data/docs/WebhookEndpointUpdateInput.md +18 -0
  23. data/docs/WebhookEndpointsApi.md +28 -28
  24. data/docs/WebhookEndpointsPaginated.md +20 -0
  25. data/lago_ruby.gemspec +2 -2
  26. data/lib/lago_ruby/api/add_ons_api.rb +2 -70
  27. data/lib/lago_ruby/api/billable_metrics_api.rb +2 -2
  28. data/lib/lago_ruby/api/coupons_api.rb +2 -2
  29. data/lib/lago_ruby/api/credit_notes_api.rb +2 -2
  30. data/lib/lago_ruby/api/customers_api.rb +2 -2
  31. data/lib/lago_ruby/api/events_api.rb +2 -2
  32. data/lib/lago_ruby/api/fees_api.rb +2 -2
  33. data/lib/lago_ruby/api/invoices_api.rb +2 -2
  34. data/lib/lago_ruby/api/organizations_api.rb +2 -2
  35. data/lib/lago_ruby/api/plans_api.rb +2 -2
  36. data/lib/lago_ruby/api/subscriptions_api.rb +2 -2
  37. data/lib/lago_ruby/api/taxes_api.rb +2 -2
  38. data/lib/lago_ruby/api/wallets_api.rb +2 -2
  39. data/lib/lago_ruby/api/webhook_endpoints_api.rb +35 -35
  40. data/lib/lago_ruby/api/webhooks_api.rb +2 -2
  41. data/lib/lago_ruby/api_client.rb +2 -2
  42. data/lib/lago_ruby/api_error.rb +2 -2
  43. data/lib/lago_ruby/configuration.rb +2 -2
  44. data/lib/lago_ruby/models/add_on.rb +2 -2
  45. data/lib/lago_ruby/models/add_on_base_input.rb +2 -2
  46. data/lib/lago_ruby/models/add_on_create_input.rb +2 -2
  47. data/lib/lago_ruby/models/add_on_create_input_add_on.rb +2 -2
  48. data/lib/lago_ruby/models/add_on_object.rb +2 -2
  49. data/lib/lago_ruby/models/add_on_update_input.rb +2 -2
  50. data/lib/lago_ruby/models/add_ons_paginated.rb +2 -2
  51. data/lib/lago_ruby/models/api_error_bad_request.rb +2 -2
  52. data/lib/lago_ruby/models/api_error_forbidden.rb +2 -2
  53. data/lib/lago_ruby/models/api_error_not_allowed.rb +2 -2
  54. data/lib/lago_ruby/models/api_error_not_found.rb +2 -2
  55. data/lib/lago_ruby/models/api_error_unauthorized.rb +2 -2
  56. data/lib/lago_ruby/models/api_error_unprocessable_entity.rb +2 -2
  57. data/lib/lago_ruby/models/applied_add_on.rb +1 -1
  58. data/lib/lago_ruby/models/applied_add_on_input.rb +1 -1
  59. data/lib/lago_ruby/models/applied_add_on_input_applied_add_on.rb +1 -1
  60. data/lib/lago_ruby/models/applied_add_on_object.rb +1 -1
  61. data/lib/lago_ruby/models/applied_coupon.rb +2 -2
  62. data/lib/lago_ruby/models/applied_coupon_input.rb +2 -2
  63. data/lib/lago_ruby/models/applied_coupon_input_applied_coupon.rb +2 -2
  64. data/lib/lago_ruby/models/applied_coupon_object.rb +2 -2
  65. data/lib/lago_ruby/models/applied_coupon_object_extended.rb +2 -2
  66. data/lib/lago_ruby/models/applied_coupons_paginated.rb +2 -2
  67. data/lib/lago_ruby/models/base_applied_tax.rb +2 -2
  68. data/lib/lago_ruby/models/billable_metric.rb +2 -2
  69. data/lib/lago_ruby/models/billable_metric_base_input.rb +28 -5
  70. data/lib/lago_ruby/models/billable_metric_create_input.rb +2 -2
  71. data/lib/lago_ruby/models/billable_metric_create_input_billable_metric.rb +28 -5
  72. data/lib/lago_ruby/models/billable_metric_group.rb +2 -2
  73. data/lib/lago_ruby/models/billable_metric_group_values_inner.rb +2 -2
  74. data/lib/lago_ruby/models/billable_metric_group_values_inner_one_of.rb +2 -2
  75. data/lib/lago_ruby/models/billable_metric_object.rb +28 -5
  76. data/lib/lago_ruby/models/billable_metric_update_input.rb +2 -2
  77. data/lib/lago_ruby/models/billable_metrics_paginated.rb +2 -2
  78. data/lib/lago_ruby/models/charge_object.rb +2 -2
  79. data/lib/lago_ruby/models/charge_object_properties.rb +2 -2
  80. data/lib/lago_ruby/models/charge_properties.rb +2 -2
  81. data/lib/lago_ruby/models/charge_properties_graduated_percentage_ranges_inner.rb +2 -2
  82. data/lib/lago_ruby/models/charge_properties_graduated_ranges_inner.rb +2 -2
  83. data/lib/lago_ruby/models/charge_properties_volume_ranges_inner.rb +2 -2
  84. data/lib/lago_ruby/models/country.rb +2 -2
  85. data/lib/lago_ruby/models/coupon.rb +2 -2
  86. data/lib/lago_ruby/models/coupon_base_input.rb +2 -2
  87. data/lib/lago_ruby/models/coupon_base_input_applies_to.rb +2 -2
  88. data/lib/lago_ruby/models/coupon_create_input.rb +2 -2
  89. data/lib/lago_ruby/models/coupon_create_input_coupon.rb +2 -2
  90. data/lib/lago_ruby/models/coupon_object.rb +16 -6
  91. data/lib/lago_ruby/models/coupon_update_input.rb +2 -2
  92. data/lib/lago_ruby/models/coupons_paginated.rb +2 -2
  93. data/lib/lago_ruby/models/create_webhook_endpoint200_response.rb +1 -1
  94. data/lib/lago_ruby/models/create_webhook_endpoint200_response_webhook_endpoint.rb +1 -1
  95. data/lib/lago_ruby/models/create_webhook_endpoint_request.rb +1 -1
  96. data/lib/lago_ruby/models/create_webhook_endpoint_request_webhook_endpoint.rb +1 -1
  97. data/lib/lago_ruby/models/credit_note.rb +2 -2
  98. data/lib/lago_ruby/models/credit_note_applied_tax_object.rb +2 -2
  99. data/lib/lago_ruby/models/credit_note_create_input.rb +2 -2
  100. data/lib/lago_ruby/models/credit_note_create_input_credit_note.rb +2 -2
  101. data/lib/lago_ruby/models/credit_note_create_input_credit_note_items_inner.rb +2 -2
  102. data/lib/lago_ruby/models/credit_note_item_object.rb +2 -2
  103. data/lib/lago_ruby/models/credit_note_item_object_fee.rb +2 -2
  104. data/lib/lago_ruby/models/credit_note_object.rb +2 -2
  105. data/lib/lago_ruby/models/credit_note_update_input.rb +2 -2
  106. data/lib/lago_ruby/models/credit_note_update_input_credit_note.rb +2 -2
  107. data/lib/lago_ruby/models/credit_notes.rb +2 -2
  108. data/lib/lago_ruby/models/credit_object.rb +2 -2
  109. data/lib/lago_ruby/models/credit_object_invoice.rb +2 -2
  110. data/lib/lago_ruby/models/credit_object_item.rb +13 -13
  111. data/lib/lago_ruby/models/currency.rb +2 -2
  112. data/lib/lago_ruby/models/customer.rb +2 -2
  113. data/lib/lago_ruby/models/customer_billing_configuration.rb +2 -2
  114. data/lib/lago_ruby/models/customer_charge_usage_object.rb +2 -2
  115. data/lib/lago_ruby/models/customer_charge_usage_object_billable_metric.rb +2 -2
  116. data/lib/lago_ruby/models/customer_charge_usage_object_charge.rb +2 -2
  117. data/lib/lago_ruby/models/customer_charge_usage_object_groups_inner.rb +2 -2
  118. data/lib/lago_ruby/models/customer_create_input.rb +2 -2
  119. data/lib/lago_ruby/models/customer_create_input_customer.rb +2 -2
  120. data/lib/lago_ruby/models/customer_create_input_customer_metadata_inner.rb +2 -2
  121. data/lib/lago_ruby/models/customer_metadata.rb +2 -2
  122. data/lib/lago_ruby/models/customer_object.rb +2 -2
  123. data/lib/lago_ruby/models/customer_object_extended.rb +2 -2
  124. data/lib/lago_ruby/models/customer_usage.rb +2 -2
  125. data/lib/lago_ruby/models/customer_usage_object.rb +2 -2
  126. data/lib/lago_ruby/models/customers_paginated.rb +2 -2
  127. data/lib/lago_ruby/models/event.rb +2 -2
  128. data/lib/lago_ruby/models/event_batch_input.rb +2 -2
  129. data/lib/lago_ruby/models/event_batch_input_event.rb +2 -2
  130. data/lib/lago_ruby/models/event_batch_input_event_properties.rb +2 -2
  131. data/lib/lago_ruby/models/event_estimate_fees_input.rb +2 -2
  132. data/lib/lago_ruby/models/event_estimate_fees_input_event.rb +2 -2
  133. data/lib/lago_ruby/models/event_input.rb +2 -2
  134. data/lib/lago_ruby/models/event_input_event.rb +8 -6
  135. data/lib/lago_ruby/models/event_input_event_timestamp.rb +105 -0
  136. data/lib/lago_ruby/models/event_object.rb +3 -3
  137. data/lib/lago_ruby/models/event_object_properties.rb +250 -0
  138. data/lib/lago_ruby/models/fee.rb +2 -2
  139. data/lib/lago_ruby/models/fee_applied_tax_object.rb +2 -2
  140. data/lib/lago_ruby/models/fee_object.rb +2 -2
  141. data/lib/lago_ruby/models/fee_object_item.rb +2 -2
  142. data/lib/lago_ruby/models/fee_update_input.rb +2 -2
  143. data/lib/lago_ruby/models/fee_update_input_fee.rb +2 -2
  144. data/lib/lago_ruby/models/fees.rb +2 -2
  145. data/lib/lago_ruby/models/fees_paginated.rb +2 -2
  146. data/lib/lago_ruby/models/find_all_webhook_endpoints200_response.rb +1 -1
  147. data/lib/lago_ruby/models/get_customer_portal_url200_response.rb +2 -2
  148. data/lib/lago_ruby/models/get_customer_portal_url200_response_customer.rb +2 -2
  149. data/lib/lago_ruby/models/group_object.rb +2 -2
  150. data/lib/lago_ruby/models/group_properties_object.rb +2 -2
  151. data/lib/lago_ruby/models/group_properties_object_values.rb +2 -2
  152. data/lib/lago_ruby/models/groups_paginated.rb +2 -2
  153. data/lib/lago_ruby/models/invoice.rb +2 -2
  154. data/lib/lago_ruby/models/invoice_applied_tax_object.rb +2 -2
  155. data/lib/lago_ruby/models/invoice_metadata_object.rb +2 -2
  156. data/lib/lago_ruby/models/invoice_object.rb +2 -2
  157. data/lib/lago_ruby/models/invoice_object_customer.rb +2 -2
  158. data/lib/lago_ruby/models/invoice_object_extended.rb +2 -2
  159. data/lib/lago_ruby/models/invoice_one_off_create_input.rb +2 -2
  160. data/lib/lago_ruby/models/invoice_one_off_create_input_invoice.rb +2 -2
  161. data/lib/lago_ruby/models/invoice_one_off_create_input_invoice_fees_inner.rb +2 -2
  162. data/lib/lago_ruby/models/invoice_update_input.rb +2 -2
  163. data/lib/lago_ruby/models/invoice_update_input_invoice.rb +2 -2
  164. data/lib/lago_ruby/models/invoice_update_input_invoice_metadata_inner.rb +2 -2
  165. data/lib/lago_ruby/models/invoices_paginated.rb +2 -2
  166. data/lib/lago_ruby/models/organization.rb +2 -2
  167. data/lib/lago_ruby/models/organization_billing_configuration.rb +2 -2
  168. data/lib/lago_ruby/models/organization_object.rb +2 -2
  169. data/lib/lago_ruby/models/organization_update_input.rb +2 -2
  170. data/lib/lago_ruby/models/organization_update_input_organization.rb +2 -2
  171. data/lib/lago_ruby/models/pagination_meta.rb +2 -2
  172. data/lib/lago_ruby/models/plan.rb +2 -2
  173. data/lib/lago_ruby/models/plan_create_input.rb +2 -2
  174. data/lib/lago_ruby/models/plan_create_input_plan.rb +2 -2
  175. data/lib/lago_ruby/models/plan_create_input_plan_charges_inner.rb +2 -2
  176. data/lib/lago_ruby/models/plan_create_input_plan_charges_inner_group_properties_inner.rb +2 -2
  177. data/lib/lago_ruby/models/plan_object.rb +2 -2
  178. data/lib/lago_ruby/models/plan_update_input.rb +2 -2
  179. data/lib/lago_ruby/models/plan_update_input_plan.rb +2 -2
  180. data/lib/lago_ruby/models/plan_update_input_plan_charges_inner.rb +2 -2
  181. data/lib/lago_ruby/models/plans_paginated.rb +2 -2
  182. data/lib/lago_ruby/models/subscription.rb +2 -2
  183. data/lib/lago_ruby/models/subscription_create_input.rb +2 -2
  184. data/lib/lago_ruby/models/subscription_create_input_subscription.rb +13 -3
  185. data/lib/lago_ruby/models/subscription_object.rb +13 -3
  186. data/lib/lago_ruby/models/subscription_update_input.rb +2 -2
  187. data/lib/lago_ruby/models/subscription_update_input_subscription.rb +13 -3
  188. data/lib/lago_ruby/models/subscriptions_paginated.rb +2 -2
  189. data/lib/lago_ruby/models/tax.rb +2 -2
  190. data/lib/lago_ruby/models/tax_base_input.rb +2 -2
  191. data/lib/lago_ruby/models/tax_create_input.rb +2 -2
  192. data/lib/lago_ruby/models/tax_create_input_tax.rb +2 -2
  193. data/lib/lago_ruby/models/tax_object.rb +2 -2
  194. data/lib/lago_ruby/models/tax_update_input.rb +2 -2
  195. data/lib/lago_ruby/models/taxes_paginated.rb +2 -2
  196. data/lib/lago_ruby/models/timezone.rb +2 -2
  197. data/lib/lago_ruby/models/wallet.rb +2 -2
  198. data/lib/lago_ruby/models/wallet_create_input.rb +2 -2
  199. data/lib/lago_ruby/models/wallet_create_input_wallet.rb +2 -2
  200. data/lib/lago_ruby/models/wallet_object.rb +2 -2
  201. data/lib/lago_ruby/models/wallet_transaction_create_input.rb +2 -2
  202. data/lib/lago_ruby/models/wallet_transaction_create_input_wallet_transaction.rb +2 -2
  203. data/lib/lago_ruby/models/wallet_transaction_object.rb +2 -2
  204. data/lib/lago_ruby/models/wallet_transactions.rb +2 -2
  205. data/lib/lago_ruby/models/wallet_transactions_paginated.rb +2 -2
  206. data/lib/lago_ruby/models/wallet_update_input.rb +2 -2
  207. data/lib/lago_ruby/models/wallet_update_input_wallet.rb +2 -2
  208. data/lib/lago_ruby/models/wallets_paginated.rb +2 -2
  209. data/lib/lago_ruby/models/webhook_endpoint.rb +221 -0
  210. data/lib/lago_ruby/models/webhook_endpoint_create_input.rb +214 -0
  211. data/lib/lago_ruby/models/webhook_endpoint_create_input_webhook_endpoint.rb +267 -0
  212. data/lib/lago_ruby/models/webhook_endpoint_object.rb +317 -0
  213. data/lib/lago_ruby/models/webhook_endpoint_update_input.rb +214 -0
  214. data/lib/lago_ruby/models/webhook_endpoints_paginated.rb +239 -0
  215. data/lib/lago_ruby/version.rb +3 -3
  216. data/lib/lago_ruby.rb +10 -11
  217. data/spec/api_client_spec.rb +2 -2
  218. data/spec/configuration_spec.rb +2 -2
  219. data/spec/models/event_input_event_timestamp_spec.rb +21 -0
  220. data/spec/models/event_object_properties_spec.rb +38 -0
  221. data/spec/models/{create_webhook_endpoint_request_spec.rb → webhook_endpoint_create_input_spec.rb} +8 -8
  222. data/spec/models/{create_webhook_endpoint_request_webhook_endpoint_spec.rb → webhook_endpoint_create_input_webhook_endpoint_spec.rb} +8 -8
  223. data/spec/models/{create_webhook_endpoint200_response_webhook_endpoint_spec.rb → webhook_endpoint_object_spec.rb} +8 -8
  224. data/spec/models/{applied_add_on_spec.rb → webhook_endpoint_spec.rb} +9 -9
  225. data/spec/models/{create_webhook_endpoint200_response_spec.rb → webhook_endpoint_update_input_spec.rb} +8 -8
  226. data/spec/models/{find_all_webhook_endpoints200_response_spec.rb → webhook_endpoints_paginated_spec.rb} +8 -8
  227. data/spec/spec_helper.rb +2 -2
  228. metadata +176 -161
  229. data/spec/models/applied_add_on_input_applied_add_on_spec.rb +0 -52
  230. data/spec/models/applied_add_on_input_spec.rb +0 -34
  231. data/spec/models/applied_add_on_object_spec.rb +0 -76
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -27,9 +27,9 @@ module LagoAPI
27
27
  # 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.
28
28
  attr_accessor :code
29
29
 
30
- # 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.
31
30
  attr_accessor :timestamp
32
31
 
32
+ # 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.
33
33
  attr_accessor :properties
34
34
 
35
35
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -56,8 +56,8 @@ module LagoAPI
56
56
  :'external_customer_id' => :'String',
57
57
  :'external_subscription_id' => :'String',
58
58
  :'code' => :'String',
59
- :'timestamp' => :'Integer',
60
- :'properties' => :'EventBatchInputEventProperties'
59
+ :'timestamp' => :'EventInputEventTimestamp',
60
+ :'properties' => :'Hash<String, String>'
61
61
  }
62
62
  end
63
63
 
@@ -107,7 +107,9 @@ module LagoAPI
107
107
  end
108
108
 
109
109
  if attributes.key?(:'properties')
110
- self.properties = attributes[:'properties']
110
+ if (value = attributes[:'properties']).is_a?(Hash)
111
+ self.properties = value
112
+ end
111
113
  end
112
114
  end
113
115
 
@@ -0,0 +1,105 @@
1
+ =begin
2
+ #Lago API documentation
3
+
4
+ #Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
5
+
6
+ The version of the OpenAPI document: 0.48.0-beta
7
+ Contact: tech@getlago.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module LagoAPI
17
+ # 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. You can also provide miliseconds precision by appending decimals to the timestamp.
18
+ module EventInputEventTimestamp
19
+ class << self
20
+ # List of class defined in anyOf (OpenAPI v3)
21
+ def openapi_any_of
22
+ [
23
+ :'Integer',
24
+ :'String'
25
+ ]
26
+ end
27
+
28
+ # Builds the object
29
+ # @param [Mixed] Data to be matched against the list of anyOf items
30
+ # @return [Object] Returns the model or the data itself
31
+ def build(data)
32
+ # Go through the list of anyOf items and attempt to identify the appropriate one.
33
+ # Note:
34
+ # - No advanced validation of types in some cases (e.g. "x: { type: string }" will happily match { x: 123 })
35
+ # due to the way the deserialization is made in the base_object template (it just casts without verifying).
36
+ # - TODO: scalar values are de facto behaving as if they were nullable.
37
+ # - TODO: logging when debugging is set.
38
+ openapi_any_of.each do |klass|
39
+ begin
40
+ next if klass == :AnyType # "nullable: true"
41
+ typed_data = find_and_cast_into_type(klass, data)
42
+ return typed_data if typed_data
43
+ rescue # rescue all errors so we keep iterating even if the current item lookup raises
44
+ end
45
+ end
46
+
47
+ openapi_any_of.include?(:AnyType) ? data : nil
48
+ end
49
+
50
+ private
51
+
52
+ SchemaMismatchError = Class.new(StandardError)
53
+
54
+ # Note: 'File' is missing here because in the regular case we get the data _after_ a call to JSON.parse.
55
+ def find_and_cast_into_type(klass, data)
56
+ return if data.nil?
57
+
58
+ case klass.to_s
59
+ when 'Boolean'
60
+ return data if data.instance_of?(TrueClass) || data.instance_of?(FalseClass)
61
+ when 'Float'
62
+ return data if data.instance_of?(Float)
63
+ when 'Integer'
64
+ return data if data.instance_of?(Integer)
65
+ when 'Time'
66
+ return Time.parse(data)
67
+ when 'Date'
68
+ return Date.parse(data)
69
+ when 'String'
70
+ return data if data.instance_of?(String)
71
+ when 'Object' # "type: object"
72
+ return data if data.instance_of?(Hash)
73
+ when /\AArray<(?<sub_type>.+)>\z/ # "type: array"
74
+ if data.instance_of?(Array)
75
+ sub_type = Regexp.last_match[:sub_type]
76
+ return data.map { |item| find_and_cast_into_type(sub_type, item) }
77
+ end
78
+ when /\AHash<String, (?<sub_type>.+)>\z/ # "type: object" with "additionalProperties: { ... }"
79
+ if data.instance_of?(Hash) && data.keys.all? { |k| k.instance_of?(Symbol) || k.instance_of?(String) }
80
+ sub_type = Regexp.last_match[:sub_type]
81
+ return data.each_with_object({}) { |(k, v), hsh| hsh[k] = find_and_cast_into_type(sub_type, v) }
82
+ end
83
+ else # model
84
+ const = LagoAPI.const_get(klass)
85
+ if const
86
+ if const.respond_to?(:openapi_any_of) # nested anyOf model
87
+ model = const.build(data)
88
+ return model if model
89
+ else
90
+ # raise if data contains keys that are not known to the model
91
+ raise unless (data.keys - const.acceptable_attributes).empty?
92
+ model = const.build_from_hash(data)
93
+ return model if model
94
+ end
95
+ end
96
+ end
97
+
98
+ raise # if no match by now, raise
99
+ rescue
100
+ raise SchemaMismatchError, "#{data} doesn't match the #{klass} type"
101
+ end
102
+ end
103
+ end
104
+
105
+ end
@@ -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.0-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
 
@@ -74,7 +74,7 @@ module LagoAPI
74
74
  :'external_customer_id' => :'String',
75
75
  :'code' => :'String',
76
76
  :'timestamp' => :'Time',
77
- :'properties' => :'EventBatchInputEventProperties',
77
+ :'properties' => :'EventObjectProperties',
78
78
  :'lago_subscription_id' => :'String',
79
79
  :'external_subscription_id' => :'String',
80
80
  :'created_at' => :'Time'
@@ -0,0 +1,250 @@
1
+ =begin
2
+ #Lago API documentation
3
+
4
+ #Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
5
+
6
+ The version of the OpenAPI document: 0.48.0-beta
7
+ Contact: tech@getlago.com
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module LagoAPI
17
+ # 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.
18
+ class EventObjectProperties
19
+ # The `operation_type` field is only necessary when adding or removing a specific unit when the targeted billable metric adopts a `unique_count_agg` aggregation method. In other cases, the `operation_type` field is not required. The valid values for the `operation_type` field are `add` or `remove`, which indicate whether the unit is being added or removed from the unique count aggregation, respectively.
20
+ attr_accessor :operation_type
21
+
22
+ class EnumAttributeValidator
23
+ attr_reader :datatype
24
+ attr_reader :allowable_values
25
+
26
+ def initialize(datatype, allowable_values)
27
+ @allowable_values = allowable_values.map do |value|
28
+ case datatype.to_s
29
+ when /Integer/i
30
+ value.to_i
31
+ when /Float/i
32
+ value.to_f
33
+ else
34
+ value
35
+ end
36
+ end
37
+ end
38
+
39
+ def valid?(value)
40
+ !value || allowable_values.include?(value)
41
+ end
42
+ end
43
+
44
+ # Attribute mapping from ruby-style variable name to JSON key.
45
+ def self.attribute_map
46
+ {
47
+ :'operation_type' => :'operation_type'
48
+ }
49
+ end
50
+
51
+ # Returns all the JSON keys this model knows about
52
+ def self.acceptable_attributes
53
+ attribute_map.values
54
+ end
55
+
56
+ # Attribute type mapping.
57
+ def self.openapi_types
58
+ {
59
+ :'operation_type' => :'String'
60
+ }
61
+ end
62
+
63
+ # List of attributes with nullable: true
64
+ def self.openapi_nullable
65
+ Set.new([
66
+ ])
67
+ end
68
+
69
+ # Initializes the object
70
+ # @param [Hash] attributes Model attributes in the form of hash
71
+ def initialize(attributes = {})
72
+ if (!attributes.is_a?(Hash))
73
+ fail ArgumentError, "The input argument (attributes) must be a hash in `LagoAPI::EventObjectProperties` initialize method"
74
+ end
75
+
76
+ # check to see if the attribute exists and convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}) { |(k, v), h|
78
+ if (!self.class.attribute_map.key?(k.to_sym))
79
+ fail ArgumentError, "`#{k}` is not a valid attribute in `LagoAPI::EventObjectProperties`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
80
+ end
81
+ h[k.to_sym] = v
82
+ }
83
+
84
+ if attributes.key?(:'operation_type')
85
+ self.operation_type = attributes[:'operation_type']
86
+ end
87
+ end
88
+
89
+ # Show invalid properties with the reasons. Usually used together with valid?
90
+ # @return Array for valid properties with the reasons
91
+ def list_invalid_properties
92
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
93
+ invalid_properties = Array.new
94
+ invalid_properties
95
+ end
96
+
97
+ # Check to see if the all the properties in the model are valid
98
+ # @return true if the model is valid
99
+ def valid?
100
+ warn '[DEPRECATED] the `valid?` method is obsolete'
101
+ operation_type_validator = EnumAttributeValidator.new('String', ["add", "remove"])
102
+ return false unless operation_type_validator.valid?(@operation_type)
103
+ true
104
+ end
105
+
106
+ # Custom attribute writer method checking allowed values (enum).
107
+ # @param [Object] operation_type Object to be assigned
108
+ def operation_type=(operation_type)
109
+ validator = EnumAttributeValidator.new('String', ["add", "remove"])
110
+ unless validator.valid?(operation_type)
111
+ fail ArgumentError, "invalid value for \"operation_type\", must be one of #{validator.allowable_values}."
112
+ end
113
+ @operation_type = operation_type
114
+ end
115
+
116
+ # Checks equality by comparing each attribute.
117
+ # @param [Object] Object to be compared
118
+ def ==(o)
119
+ return true if self.equal?(o)
120
+ self.class == o.class &&
121
+ operation_type == o.operation_type
122
+ end
123
+
124
+ # @see the `==` method
125
+ # @param [Object] Object to be compared
126
+ def eql?(o)
127
+ self == o
128
+ end
129
+
130
+ # Calculates hash code according to all attributes.
131
+ # @return [Integer] Hash code
132
+ def hash
133
+ [operation_type].hash
134
+ end
135
+
136
+ # Builds the object from hash
137
+ # @param [Hash] attributes Model attributes in the form of hash
138
+ # @return [Object] Returns the model itself
139
+ def self.build_from_hash(attributes)
140
+ return nil unless attributes.is_a?(Hash)
141
+ attributes = attributes.transform_keys(&:to_sym)
142
+ transformed_hash = {}
143
+ openapi_types.each_pair do |key, type|
144
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
145
+ transformed_hash["#{key}"] = nil
146
+ elsif type =~ /\AArray<(.*)>/i
147
+ # check to ensure the input is an array given that the attribute
148
+ # is documented as an array but the input is not
149
+ if attributes[attribute_map[key]].is_a?(Array)
150
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
151
+ end
152
+ elsif !attributes[attribute_map[key]].nil?
153
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
154
+ end
155
+ end
156
+ new(transformed_hash)
157
+ end
158
+
159
+ # Deserializes the data based on type
160
+ # @param string type Data type
161
+ # @param string value Value to be deserialized
162
+ # @return [Object] Deserialized data
163
+ def self._deserialize(type, value)
164
+ case type.to_sym
165
+ when :Time
166
+ Time.parse(value)
167
+ when :Date
168
+ Date.parse(value)
169
+ when :String
170
+ value.to_s
171
+ when :Integer
172
+ value.to_i
173
+ when :Float
174
+ value.to_f
175
+ when :Boolean
176
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
177
+ true
178
+ else
179
+ false
180
+ end
181
+ when :Object
182
+ # generic object (usually a Hash), return directly
183
+ value
184
+ when /\AArray<(?<inner_type>.+)>\z/
185
+ inner_type = Regexp.last_match[:inner_type]
186
+ value.map { |v| _deserialize(inner_type, v) }
187
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
188
+ k_type = Regexp.last_match[:k_type]
189
+ v_type = Regexp.last_match[:v_type]
190
+ {}.tap do |hash|
191
+ value.each do |k, v|
192
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
193
+ end
194
+ end
195
+ else # model
196
+ # models (e.g. Pet) or oneOf
197
+ klass = LagoAPI.const_get(type)
198
+ klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
199
+ end
200
+ end
201
+
202
+ # Returns the string representation of the object
203
+ # @return [String] String presentation of the object
204
+ def to_s
205
+ to_hash.to_s
206
+ end
207
+
208
+ # to_body is an alias to to_hash (backward compatibility)
209
+ # @return [Hash] Returns the object in the form of hash
210
+ def to_body
211
+ to_hash
212
+ end
213
+
214
+ # Returns the object in the form of hash
215
+ # @return [Hash] Returns the object in the form of hash
216
+ def to_hash
217
+ hash = {}
218
+ self.class.attribute_map.each_pair do |attr, param|
219
+ value = self.send(attr)
220
+ if value.nil?
221
+ is_nullable = self.class.openapi_nullable.include?(attr)
222
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
223
+ end
224
+
225
+ hash[param] = _to_hash(value)
226
+ end
227
+ hash
228
+ end
229
+
230
+ # Outputs non-array value in the form of hash
231
+ # For object, use to_hash. Otherwise, just return the value
232
+ # @param [Object] value Any valid value
233
+ # @return [Hash] Returns the value in the form of hash
234
+ def _to_hash(value)
235
+ if value.is_a?(Array)
236
+ value.compact.map { |v| _to_hash(v) }
237
+ elsif value.is_a?(Hash)
238
+ {}.tap do |hash|
239
+ value.each { |k, v| hash[k] = _to_hash(v) }
240
+ end
241
+ elsif value.respond_to? :to_hash
242
+ value.to_hash
243
+ else
244
+ value
245
+ end
246
+ end
247
+
248
+ end
249
+
250
+ end
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -3,7 +3,7 @@
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.0-beta
6
+ The version of the OpenAPI document: 0.46.1-beta
7
7
  Contact: tech@getlago.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.1-SNAPSHOT
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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
 
@@ -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.0-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