Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

misc(ruby): Version v0.53.0-beta #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions ruby/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -407,16 +407,6 @@ lib/lago_ruby/models/webhook_endpoint_object.rb
lib/lago_ruby/models/webhook_endpoint_update_input.rb
lib/lago_ruby/models/webhook_endpoints_paginated.rb
lib/lago_ruby/version.rb
spec/api/analytics_api_spec.rb
spec/api_client_spec.rb
spec/configuration_spec.rb
spec/models/generate_customer_checkout_url200_response_spec.rb
spec/models/gross_revenue_object_spec.rb
spec/models/gross_revenues_spec.rb
spec/models/invoiced_usage_object_spec.rb
spec/models/invoiced_usages_spec.rb
spec/models/mrr_object_spec.rb
spec/models/mrrs_spec.rb
spec/models/outstanding_invoice_object_spec.rb
spec/models/outstanding_invoices_spec.rb
spec/spec_helper.rb
2 changes: 1 addition & 1 deletion ruby/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build lago_ruby.gemspec
- gem install ./lago_ruby-0.52.0-beta.gem
- gem install ./lago_ruby-0.53.0-beta.gem
10 changes: 5 additions & 5 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Lago API allows your application to push customer information and metrics (event

This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.51.0-beta
- Package version: 0.52.0-beta
- API version: 0.52.0-beta
- Package version: 0.53.0-beta
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

[![Gem Version](https://badge.fury.io/rb/lago-ruby.svg)](https://badge.fury.io/rb/lago-ruby)
Expand All @@ -26,16 +26,16 @@ gem build lago_ruby.gemspec
Then either install the gem locally:

```shell
gem install ./lago_ruby-0.52.0-beta.gem
gem install ./lago_ruby-0.53.0-beta.gem
```

(for development, run `gem install --dev ./lago_ruby-0.52.0-beta.gem` to install the development dependencies)
(for development, run `gem install --dev ./lago_ruby-0.53.0-beta.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'lago_ruby', '~> 0.52.0-beta'
gem 'lago_ruby', '~> 0.53.0-beta'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion ruby/generator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ additionalProperties:
gemLicense: MIT
gemName: lago_ruby
gemSummary: Ruby wrapper for the Lago API
gemVersion: API_VERSION
gemVersion: 0.53.0-beta

appName: Lago API
docHomepage: https://doc.getlago.com
Expand Down
2 changes: 1 addition & 1 deletion ruby/lago_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/add_ons_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/analytics_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/billable_metrics_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/coupons_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/credit_notes_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/customers_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/events_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/fees_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/invoices_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/organizations_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/plans_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/subscriptions_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/taxes_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/wallets_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/webhook_endpoints_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api/webhooks_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/api_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_on.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_on_base_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_on_create_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_on_create_input_add_on.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_on_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_on_update_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/add_ons_paginated.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/api_error_bad_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/api_error_forbidden.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/api_error_not_allowed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/api_error_not_found.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/api_error_unauthorized.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/applied_coupon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/models/applied_coupon_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

The version of the OpenAPI document: 0.51.0-beta
The version of the OpenAPI document: 0.52.0-beta
Contact: [email protected]
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.2.0-SNAPSHOT
Expand Down
Loading