stigg-api-client 5.100.1 → 5.107.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: e5c14fa957bc139a4044570ff4f603d5712ea8dc625d142a670a0e9b28ebbb52
4
+ data.tar.gz: 2881a365a61122a8b144ab6acc65306ac97c3fab9670036ad8f73fff94b4740a
5
5
  SHA512:
6
- metadata.gz: 90f2ca3c96c61b778ecf84f78e11d698bae50b1594ab79d074dc0bcf1035c803d34467600b0d3ee31dbb4f3ab86bde56628a6fe2e71a37bbb35fcfc95857706f
7
- data.tar.gz: 3bcb16438bf6ca1015c2335c981428a1c69827a5892e1d3bd9fc1fbc43d94b20f1b9c09011dcbfd791eb2c99198d8f7b02b04d71005057d7404333551b140f9a
6
+ metadata.gz: 020a644a0cdcb47233f9ef5f534eafadf0403ef805b88d7044a38162b356184c238bde1c13ba26cdbf6af063a45f6e735d31fc3b1e5ba91ef3dba4dd2838c3fa
7
+ data.tar.gz: 763e787ac5476b25b25a9c83b113ea12b3c0708c85447c95b1ad6b83fee298088e47549c5202abe256a69f3ab6ba8e56bfd44e2560a59bcac6191afaf3fdcecd
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.107.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
  }
@@ -29452,6 +29452,12 @@
29452
29452
  "inputFields": null,
29453
29453
  "interfaces": null,
29454
29454
  "enumValues": [
29455
+ {
29456
+ "name": "CustomerIsArchived",
29457
+ "description": "The customer is archived and no longer eligible for entitlements.",
29458
+ "isDeprecated": false,
29459
+ "deprecationReason": null
29460
+ },
29455
29461
  {
29456
29462
  "name": "CustomerNotFound",
29457
29463
  "description": "The customer making the request could not be found.",
@@ -31568,6 +31574,12 @@
31568
31574
  "isDeprecated": false,
31569
31575
  "deprecationReason": null
31570
31576
  },
31577
+ {
31578
+ "name": "ProductNotPublishedError",
31579
+ "description": null,
31580
+ "isDeprecated": false,
31581
+ "deprecationReason": null
31582
+ },
31571
31583
  {
31572
31584
  "name": "PromotionCodeCustomerNotFirstPurchase",
31573
31585
  "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.107.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.107.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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient