stigg-api-client 5.100.1 → 5.106.0

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: '0874d5b470b2a595f63f580a4b53a83c2dbb076df92714f2f280d87858a41f45'
4
- data.tar.gz: 6fb97d78ebcc7103318c515f6317ac2d0992accacebf427453640244af0a4ab4
3
+ metadata.gz: 53ac6b6beb08144f0a3ef15fbbb05889b070febb53e2310f52393660445ea9b6
4
+ data.tar.gz: 9f28949e494cfa942715645ec5f37ad52913f0f0eb0bf01a658951131f4afaa7
5
5
  SHA512:
6
- metadata.gz: 90f2ca3c96c61b778ecf84f78e11d698bae50b1594ab79d074dc0bcf1035c803d34467600b0d3ee31dbb4f3ab86bde56628a6fe2e71a37bbb35fcfc95857706f
7
- data.tar.gz: 3bcb16438bf6ca1015c2335c981428a1c69827a5892e1d3bd9fc1fbc43d94b20f1b9c09011dcbfd791eb2c99198d8f7b02b04d71005057d7404333551b140f9a
6
+ metadata.gz: 42929e8dc6665b81a52318966b70ba2d7dffcdae364ee98370277be101e06ebc4b7b24deb7f449287a92c72e559326fac6872fb8f07196237fe948f8bbb3513a
7
+ data.tar.gz: 905edd04fe89cf41561a975ff8b0cc75494686fede715aee66e893ca78729fff69866fe489927d1d1b71c5a5d492b2fce16486316c1bac6da75775fb683479fb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.100.1)
4
+ stigg-api-client (5.106.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -289,12 +289,15 @@ module Stigg
289
289
  pricingType
290
290
  startDate
291
291
  cancellationDate
292
+ effectiveEndDate
292
293
  currentBillingPeriodEnd
293
294
  customer {
294
295
  customerId
296
+ email
295
297
  }
296
298
  payingCustomer {
297
299
  customerId
300
+ email
298
301
  }
299
302
  resource {
300
303
  resourceId
@@ -309,6 +312,16 @@ module Stigg
309
312
  addonId: refId
310
313
  }
311
314
  }
315
+ prices {
316
+ billingModel
317
+ price {
318
+ billingPeriod
319
+ price {
320
+ amount
321
+ currency
322
+ }
323
+ }
324
+ }
312
325
  trialConfiguration {
313
326
  trialEndBehavior
314
327
  }
@@ -31568,6 +31568,12 @@
31568
31568
  "isDeprecated": false,
31569
31569
  "deprecationReason": null
31570
31570
  },
31571
+ {
31572
+ "name": "ProductNotPublishedError",
31573
+ "description": null,
31574
+ "isDeprecated": false,
31575
+ "deprecationReason": null
31576
+ },
31571
31577
  {
31572
31578
  "name": "PromotionCodeCustomerNotFirstPurchase",
31573
31579
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.100.1"
4
+ VERSION = "5.106.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.100.1
4
+ version: 5.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-12-24 00:00:00.000000000 Z
11
+ date: 2025-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient