lago_ruby 0.46.0.pre.beta → 0.46.1.pre.beta
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +10 -14
- data/docs/AddOnsApi.md +0 -70
- data/docs/EventInputEvent.md +2 -2
- data/docs/EventInputEventProperties.md +18 -0
- data/docs/EventObject.md +1 -1
- data/docs/EventObjectProperties.md +18 -0
- data/lago_ruby.gemspec +1 -1
- data/lib/lago_ruby/api/add_ons_api.rb +1 -69
- data/lib/lago_ruby/api/billable_metrics_api.rb +1 -1
- data/lib/lago_ruby/api/coupons_api.rb +1 -1
- data/lib/lago_ruby/api/credit_notes_api.rb +1 -1
- data/lib/lago_ruby/api/customers_api.rb +1 -1
- data/lib/lago_ruby/api/events_api.rb +1 -1
- data/lib/lago_ruby/api/fees_api.rb +1 -1
- data/lib/lago_ruby/api/invoices_api.rb +1 -1
- data/lib/lago_ruby/api/organizations_api.rb +1 -1
- data/lib/lago_ruby/api/plans_api.rb +1 -1
- data/lib/lago_ruby/api/subscriptions_api.rb +1 -1
- data/lib/lago_ruby/api/taxes_api.rb +1 -1
- data/lib/lago_ruby/api/wallets_api.rb +1 -1
- data/lib/lago_ruby/api/webhook_endpoints_api.rb +1 -1
- data/lib/lago_ruby/api/webhooks_api.rb +1 -1
- data/lib/lago_ruby/api_client.rb +1 -1
- data/lib/lago_ruby/api_error.rb +1 -1
- data/lib/lago_ruby/configuration.rb +1 -1
- data/lib/lago_ruby/models/add_on.rb +1 -1
- data/lib/lago_ruby/models/add_on_base_input.rb +1 -1
- data/lib/lago_ruby/models/add_on_create_input.rb +1 -1
- data/lib/lago_ruby/models/add_on_create_input_add_on.rb +1 -1
- data/lib/lago_ruby/models/add_on_object.rb +1 -1
- data/lib/lago_ruby/models/add_on_update_input.rb +1 -1
- data/lib/lago_ruby/models/add_ons_paginated.rb +1 -1
- data/lib/lago_ruby/models/api_error_bad_request.rb +1 -1
- data/lib/lago_ruby/models/api_error_forbidden.rb +1 -1
- data/lib/lago_ruby/models/api_error_not_allowed.rb +1 -1
- data/lib/lago_ruby/models/api_error_not_found.rb +1 -1
- data/lib/lago_ruby/models/api_error_unauthorized.rb +1 -1
- data/lib/lago_ruby/models/api_error_unprocessable_entity.rb +1 -1
- data/lib/lago_ruby/models/applied_add_on.rb +1 -1
- data/lib/lago_ruby/models/applied_add_on_input.rb +1 -1
- data/lib/lago_ruby/models/applied_add_on_input_applied_add_on.rb +1 -1
- data/lib/lago_ruby/models/applied_add_on_object.rb +1 -1
- data/lib/lago_ruby/models/applied_coupon.rb +1 -1
- data/lib/lago_ruby/models/applied_coupon_input.rb +1 -1
- data/lib/lago_ruby/models/applied_coupon_input_applied_coupon.rb +1 -1
- data/lib/lago_ruby/models/applied_coupon_object.rb +1 -1
- data/lib/lago_ruby/models/applied_coupon_object_extended.rb +1 -1
- data/lib/lago_ruby/models/applied_coupons_paginated.rb +1 -1
- data/lib/lago_ruby/models/base_applied_tax.rb +1 -1
- data/lib/lago_ruby/models/billable_metric.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_base_input.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_create_input.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_create_input_billable_metric.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_group.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_group_values_inner.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_group_values_inner_one_of.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_object.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_update_input.rb +1 -1
- data/lib/lago_ruby/models/billable_metrics_paginated.rb +1 -1
- data/lib/lago_ruby/models/charge_object.rb +1 -1
- data/lib/lago_ruby/models/charge_object_properties.rb +1 -1
- data/lib/lago_ruby/models/charge_properties.rb +1 -1
- data/lib/lago_ruby/models/charge_properties_graduated_percentage_ranges_inner.rb +1 -1
- data/lib/lago_ruby/models/charge_properties_graduated_ranges_inner.rb +1 -1
- data/lib/lago_ruby/models/charge_properties_volume_ranges_inner.rb +1 -1
- data/lib/lago_ruby/models/country.rb +1 -1
- data/lib/lago_ruby/models/coupon.rb +1 -1
- data/lib/lago_ruby/models/coupon_base_input.rb +1 -1
- data/lib/lago_ruby/models/coupon_base_input_applies_to.rb +1 -1
- data/lib/lago_ruby/models/coupon_create_input.rb +1 -1
- data/lib/lago_ruby/models/coupon_create_input_coupon.rb +1 -1
- data/lib/lago_ruby/models/coupon_object.rb +1 -1
- data/lib/lago_ruby/models/coupon_update_input.rb +1 -1
- data/lib/lago_ruby/models/coupons_paginated.rb +1 -1
- data/lib/lago_ruby/models/create_webhook_endpoint200_response.rb +1 -1
- data/lib/lago_ruby/models/create_webhook_endpoint200_response_webhook_endpoint.rb +1 -1
- data/lib/lago_ruby/models/create_webhook_endpoint_request.rb +1 -1
- data/lib/lago_ruby/models/create_webhook_endpoint_request_webhook_endpoint.rb +1 -1
- data/lib/lago_ruby/models/credit_note.rb +1 -1
- data/lib/lago_ruby/models/credit_note_applied_tax_object.rb +1 -1
- data/lib/lago_ruby/models/credit_note_create_input.rb +1 -1
- data/lib/lago_ruby/models/credit_note_create_input_credit_note.rb +1 -1
- data/lib/lago_ruby/models/credit_note_create_input_credit_note_items_inner.rb +1 -1
- data/lib/lago_ruby/models/credit_note_item_object.rb +1 -1
- data/lib/lago_ruby/models/credit_note_item_object_fee.rb +1 -1
- data/lib/lago_ruby/models/credit_note_object.rb +1 -1
- data/lib/lago_ruby/models/credit_note_update_input.rb +1 -1
- data/lib/lago_ruby/models/credit_note_update_input_credit_note.rb +1 -1
- data/lib/lago_ruby/models/credit_notes.rb +1 -1
- data/lib/lago_ruby/models/credit_object.rb +1 -1
- data/lib/lago_ruby/models/credit_object_invoice.rb +1 -1
- data/lib/lago_ruby/models/credit_object_item.rb +1 -1
- data/lib/lago_ruby/models/currency.rb +1 -1
- data/lib/lago_ruby/models/customer.rb +1 -1
- data/lib/lago_ruby/models/customer_billing_configuration.rb +1 -1
- data/lib/lago_ruby/models/customer_charge_usage_object.rb +1 -1
- data/lib/lago_ruby/models/customer_charge_usage_object_billable_metric.rb +1 -1
- data/lib/lago_ruby/models/customer_charge_usage_object_charge.rb +1 -1
- data/lib/lago_ruby/models/customer_charge_usage_object_groups_inner.rb +1 -1
- data/lib/lago_ruby/models/customer_create_input.rb +1 -1
- data/lib/lago_ruby/models/customer_create_input_customer.rb +1 -1
- data/lib/lago_ruby/models/customer_create_input_customer_metadata_inner.rb +1 -1
- data/lib/lago_ruby/models/customer_metadata.rb +1 -1
- data/lib/lago_ruby/models/customer_object.rb +1 -1
- data/lib/lago_ruby/models/customer_object_extended.rb +1 -1
- data/lib/lago_ruby/models/customer_usage.rb +1 -1
- data/lib/lago_ruby/models/customer_usage_object.rb +1 -1
- data/lib/lago_ruby/models/customers_paginated.rb +1 -1
- data/lib/lago_ruby/models/event.rb +1 -1
- data/lib/lago_ruby/models/event_batch_input.rb +1 -1
- data/lib/lago_ruby/models/event_batch_input_event.rb +1 -1
- data/lib/lago_ruby/models/event_batch_input_event_properties.rb +1 -1
- data/lib/lago_ruby/models/event_estimate_fees_input.rb +1 -1
- data/lib/lago_ruby/models/event_estimate_fees_input_event.rb +1 -1
- data/lib/lago_ruby/models/event_input.rb +1 -1
- data/lib/lago_ruby/models/event_input_event.rb +6 -3
- data/lib/lago_ruby/models/event_object.rb +2 -2
- data/lib/lago_ruby/models/event_object_properties.rb +250 -0
- data/lib/lago_ruby/models/fee.rb +1 -1
- data/lib/lago_ruby/models/fee_applied_tax_object.rb +1 -1
- data/lib/lago_ruby/models/fee_object.rb +1 -1
- data/lib/lago_ruby/models/fee_object_item.rb +1 -1
- data/lib/lago_ruby/models/fee_update_input.rb +1 -1
- data/lib/lago_ruby/models/fee_update_input_fee.rb +1 -1
- data/lib/lago_ruby/models/fees.rb +1 -1
- data/lib/lago_ruby/models/fees_paginated.rb +1 -1
- data/lib/lago_ruby/models/find_all_webhook_endpoints200_response.rb +1 -1
- data/lib/lago_ruby/models/get_customer_portal_url200_response.rb +1 -1
- data/lib/lago_ruby/models/get_customer_portal_url200_response_customer.rb +1 -1
- data/lib/lago_ruby/models/group_object.rb +1 -1
- data/lib/lago_ruby/models/group_properties_object.rb +1 -1
- data/lib/lago_ruby/models/group_properties_object_values.rb +1 -1
- data/lib/lago_ruby/models/groups_paginated.rb +1 -1
- data/lib/lago_ruby/models/invoice.rb +1 -1
- data/lib/lago_ruby/models/invoice_applied_tax_object.rb +1 -1
- data/lib/lago_ruby/models/invoice_metadata_object.rb +1 -1
- data/lib/lago_ruby/models/invoice_object.rb +1 -1
- data/lib/lago_ruby/models/invoice_object_customer.rb +1 -1
- data/lib/lago_ruby/models/invoice_object_extended.rb +1 -1
- data/lib/lago_ruby/models/invoice_one_off_create_input.rb +1 -1
- data/lib/lago_ruby/models/invoice_one_off_create_input_invoice.rb +1 -1
- data/lib/lago_ruby/models/invoice_one_off_create_input_invoice_fees_inner.rb +1 -1
- data/lib/lago_ruby/models/invoice_update_input.rb +1 -1
- data/lib/lago_ruby/models/invoice_update_input_invoice.rb +1 -1
- data/lib/lago_ruby/models/invoice_update_input_invoice_metadata_inner.rb +1 -1
- data/lib/lago_ruby/models/invoices_paginated.rb +1 -1
- data/lib/lago_ruby/models/organization.rb +1 -1
- data/lib/lago_ruby/models/organization_billing_configuration.rb +1 -1
- data/lib/lago_ruby/models/organization_object.rb +1 -1
- data/lib/lago_ruby/models/organization_update_input.rb +1 -1
- data/lib/lago_ruby/models/organization_update_input_organization.rb +1 -1
- data/lib/lago_ruby/models/pagination_meta.rb +1 -1
- data/lib/lago_ruby/models/plan.rb +1 -1
- data/lib/lago_ruby/models/plan_create_input.rb +1 -1
- data/lib/lago_ruby/models/plan_create_input_plan.rb +1 -1
- data/lib/lago_ruby/models/plan_create_input_plan_charges_inner.rb +1 -1
- data/lib/lago_ruby/models/plan_create_input_plan_charges_inner_group_properties_inner.rb +1 -1
- data/lib/lago_ruby/models/plan_object.rb +1 -1
- data/lib/lago_ruby/models/plan_update_input.rb +1 -1
- data/lib/lago_ruby/models/plan_update_input_plan.rb +1 -1
- data/lib/lago_ruby/models/plan_update_input_plan_charges_inner.rb +1 -1
- data/lib/lago_ruby/models/plans_paginated.rb +1 -1
- data/lib/lago_ruby/models/subscription.rb +1 -1
- data/lib/lago_ruby/models/subscription_create_input.rb +1 -1
- data/lib/lago_ruby/models/subscription_create_input_subscription.rb +1 -1
- data/lib/lago_ruby/models/subscription_object.rb +1 -1
- data/lib/lago_ruby/models/subscription_update_input.rb +1 -1
- data/lib/lago_ruby/models/subscription_update_input_subscription.rb +1 -1
- data/lib/lago_ruby/models/subscriptions_paginated.rb +1 -1
- data/lib/lago_ruby/models/tax.rb +1 -1
- data/lib/lago_ruby/models/tax_base_input.rb +1 -1
- data/lib/lago_ruby/models/tax_create_input.rb +1 -1
- data/lib/lago_ruby/models/tax_create_input_tax.rb +1 -1
- data/lib/lago_ruby/models/tax_object.rb +1 -1
- data/lib/lago_ruby/models/tax_update_input.rb +1 -1
- data/lib/lago_ruby/models/taxes_paginated.rb +1 -1
- data/lib/lago_ruby/models/timezone.rb +1 -1
- data/lib/lago_ruby/models/wallet.rb +1 -1
- data/lib/lago_ruby/models/wallet_create_input.rb +1 -1
- data/lib/lago_ruby/models/wallet_create_input_wallet.rb +1 -1
- data/lib/lago_ruby/models/wallet_object.rb +1 -1
- data/lib/lago_ruby/models/wallet_transaction_create_input.rb +1 -1
- data/lib/lago_ruby/models/wallet_transaction_create_input_wallet_transaction.rb +1 -1
- data/lib/lago_ruby/models/wallet_transaction_object.rb +1 -1
- data/lib/lago_ruby/models/wallet_transactions.rb +1 -1
- data/lib/lago_ruby/models/wallet_transactions_paginated.rb +1 -1
- data/lib/lago_ruby/models/wallet_update_input.rb +1 -1
- data/lib/lago_ruby/models/wallet_update_input_wallet.rb +1 -1
- data/lib/lago_ruby/models/wallets_paginated.rb +1 -1
- data/lib/lago_ruby/version.rb +2 -2
- data/lib/lago_ruby.rb +2 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/event_object_properties_spec.rb +38 -0
- data/spec/spec_helper.rb +1 -1
- metadata +7 -10
- data/spec/models/applied_add_on_input_applied_add_on_spec.rb +0 -52
- data/spec/models/applied_add_on_input_spec.rb +0 -34
- data/spec/models/applied_add_on_object_spec.rb +0 -76
- data/spec/models/applied_add_on_spec.rb +0 -34
|
@@ -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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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
|
data/lib/lago_ruby/models/tax.rb
CHANGED
|
@@ -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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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,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.
|
|
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
|
data/lib/lago_ruby/version.rb
CHANGED
|
@@ -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.
|
|
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
|
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module LagoAPI
|
|
14
|
-
VERSION = '0.46.
|
|
14
|
+
VERSION = '0.46.1-beta'
|
|
15
15
|
end
|
data/lib/lago_ruby.rb
CHANGED
|
@@ -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.
|
|
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
|
|
@@ -30,10 +30,6 @@ require 'lago_ruby/models/api_error_not_allowed'
|
|
|
30
30
|
require 'lago_ruby/models/api_error_not_found'
|
|
31
31
|
require 'lago_ruby/models/api_error_unauthorized'
|
|
32
32
|
require 'lago_ruby/models/api_error_unprocessable_entity'
|
|
33
|
-
require 'lago_ruby/models/applied_add_on'
|
|
34
|
-
require 'lago_ruby/models/applied_add_on_input'
|
|
35
|
-
require 'lago_ruby/models/applied_add_on_input_applied_add_on'
|
|
36
|
-
require 'lago_ruby/models/applied_add_on_object'
|
|
37
33
|
require 'lago_ruby/models/applied_coupon'
|
|
38
34
|
require 'lago_ruby/models/applied_coupon_input'
|
|
39
35
|
require 'lago_ruby/models/applied_coupon_input_applied_coupon'
|
|
@@ -109,6 +105,7 @@ require 'lago_ruby/models/event_estimate_fees_input_event'
|
|
|
109
105
|
require 'lago_ruby/models/event_input'
|
|
110
106
|
require 'lago_ruby/models/event_input_event'
|
|
111
107
|
require 'lago_ruby/models/event_object'
|
|
108
|
+
require 'lago_ruby/models/event_object_properties'
|
|
112
109
|
require 'lago_ruby/models/fee'
|
|
113
110
|
require 'lago_ruby/models/fee_applied_tax_object'
|
|
114
111
|
require 'lago_ruby/models/fee_object'
|
data/spec/api_client_spec.rb
CHANGED
|
@@ -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.
|
|
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
|
data/spec/configuration_spec.rb
CHANGED
|
@@ -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.
|
|
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
|