lago-ruby-client 0.47.0.pre.beta → 0.48.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1cdb77cda34cce9253e6346276881fdaadeacfdd35d53ab7989ec9429bb66c16
4
- data.tar.gz: 3f090677a5bda43b49803fa806bc125a32548884911b7d83181063096c0cc844
3
+ metadata.gz: b827eefb8b303238ec2a42e5cc5d485530d63671c3afe9e6af5c6a5aabb45859
4
+ data.tar.gz: 8aca6b61ce1ae31df5df9146ccf6a5ecf5397e2be62da93bc45ca1f6b84bf45b
5
5
  SHA512:
6
- metadata.gz: 22bb546383f575dba754bcbeaf62f7a09a5eb2a01adcc4417226ae5bcbb0d03e6fe6568439444eba6cfffafe0c99c2dc051aff5b5fb0c631c9be9d34922280c3
7
- data.tar.gz: b9a13ab8d440f7baf0be609b7442a01bfe9cf6ab5a64e24c3afece9aecbb84ed8191c5e5a4caf3f2342cb1a3ce05c61c17233f631c67a979281082f1e1d633b2
6
+ metadata.gz: 5f7a685eb3ebe1c763e394afc74e254fe4a8af9a9c7d043a887d4556a22b27bd655ecd5e3c443441805744aa461d3382ab1caaa5887d3d0ed03a1f5d96b93b80
7
+ data.tar.gz: e7622705cca16d224615da1b3665d85dfb614e9c6742d21d657bdc3ff8cc9aa4bccaf64f544a34b1926e1d1bf6dbdbf58b90cc8d0f2dc205ffe3dde0e4d5673a
@@ -20,6 +20,7 @@ module Lago
20
20
  description: params[:description],
21
21
  recurring: params[:recurring],
22
22
  aggregation_type: params[:aggregation_type],
23
+ weighted_interval: params[:weighted_interval],
23
24
  field_name: params[:field_name],
24
25
  group: params[:group],
25
26
  }.compact,
@@ -26,6 +26,7 @@ module Lago
26
26
  frequency_duration: params[:frequency_duration],
27
27
  expiration: params[:expiration],
28
28
  expiration_at: params[:expiration_at],
29
+ terminated_at: params[:terminated_at],
29
30
  }.compact
30
31
 
31
32
  whitelist_limitations(params[:applies_to]).tap do |limitations|
@@ -21,6 +21,7 @@ module Lago
21
21
  external_id: params[:external_id],
22
22
  billing_time: params[:billing_time],
23
23
  subscription_at: params[:subscription_at],
24
+ ending_at: params[:ending_at],
24
25
  subscription_date: params[:subscription_date], # Deprecated
25
26
  }.compact
26
27
  }
data/lib/lago/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lago
4
- VERSION = '0.47.0-beta'
4
+ VERSION = '0.48.0-beta'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lago-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0.pre.beta
4
+ version: 0.48.0.pre.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lovro Colic
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-14 00:00:00.000000000 Z
11
+ date: 2023-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description:
125
+ description:
126
126
  email:
127
127
  - lovro@getlago.com
128
128
  executables: []
@@ -160,7 +160,7 @@ metadata:
160
160
  homepage_uri: https://www.getlago.com/
161
161
  source_code_uri: https://github.com/getlago/lago-ruby-client
162
162
  documentation_uri: https://doc.getlago.com
163
- post_install_message:
163
+ post_install_message:
164
164
  rdoc_options: []
165
165
  require_paths:
166
166
  - lib
@@ -175,8 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  - !ruby/object:Gem::Version
176
176
  version: 1.3.1
177
177
  requirements: []
178
- rubygems_version: 3.4.6
179
- signing_key:
178
+ rubygems_version: 3.3.3
179
+ signing_key:
180
180
  specification_version: 4
181
181
  summary: Lago Rest API client
182
182
  test_files: []