stigg-api-client 5.200.0 → 5.201.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: 8de68add3669ad9e89a546fd2ccfba0e9868fb920712da13197ce30228291b73
4
- data.tar.gz: 0136b49acb85d6f9b059845c62c0356ce228fccc956c0cd15b2cd8c642e313e3
3
+ metadata.gz: b0cd6933eec27299aaeb76e9942c01050b6b1638a3189f547ed11cb7e1b34648
4
+ data.tar.gz: 6b89be6a4f739d99b2d996c37ce5ae882dbd4ff74e5cdbd480c86e0e8f7e6ea4
5
5
  SHA512:
6
- metadata.gz: d7c0b055ef8a959543746ec746c111b282024589ca01ac94bd4ea56ab6365bffa934d480195ee54ddf89c4ae52c2890b99ec8e64bc30806d679f2f31dd0f7484
7
- data.tar.gz: 39ef176456b4c588cf1c051e1bb2f4495c385963a0ef45112c20be74576f77f456556311f51509774f880960997a300a77431897ad7581c74cd1bebbb311c1e8
6
+ metadata.gz: 29fc218e20a18666808ce7932cb29e460009daf0a857b0a7bc26998489af561e463894dcf08d70bdeda4ee2d16938892a69e5bfb2c4d19bb7dc73c2756815554
7
+ data.tar.gz: 2c8a38aa589d486b63b604b479f7a27cb068eafaa5a86bc0f162adb40309e2070e01a4ea4c07afe484dfba52b8fc25eafee3c9226dd310a847ace191bc8005ec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.200.0)
4
+ stigg-api-client (5.201.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -66737,6 +66737,26 @@
66737
66737
  "isDeprecated": false,
66738
66738
  "deprecationReason": null
66739
66739
  },
66740
+ {
66741
+ "name": "packageEntitlements",
66742
+ "description": "List of package entitlements for the addon",
66743
+ "args": [],
66744
+ "type": {
66745
+ "kind": "LIST",
66746
+ "name": null,
66747
+ "ofType": {
66748
+ "kind": "NON_NULL",
66749
+ "name": null,
66750
+ "ofType": {
66751
+ "kind": "UNION",
66752
+ "name": "PackageEntitlementUnion",
66753
+ "ofType": null
66754
+ }
66755
+ }
66756
+ },
66757
+ "isDeprecated": false,
66758
+ "deprecationReason": null
66759
+ },
66740
66760
  {
66741
66761
  "name": "prices",
66742
66762
  "description": "List of prices for the addon",
@@ -67420,6 +67440,26 @@
67420
67440
  "isDeprecated": false,
67421
67441
  "deprecationReason": null
67422
67442
  },
67443
+ {
67444
+ "name": "inheritedPackageEntitlements",
67445
+ "description": "List of inherited package entitlements for the plan",
67446
+ "args": [],
67447
+ "type": {
67448
+ "kind": "LIST",
67449
+ "name": null,
67450
+ "ofType": {
67451
+ "kind": "NON_NULL",
67452
+ "name": null,
67453
+ "ofType": {
67454
+ "kind": "UNION",
67455
+ "name": "PackageEntitlementUnion",
67456
+ "ofType": null
67457
+ }
67458
+ }
67459
+ },
67460
+ "isDeprecated": false,
67461
+ "deprecationReason": null
67462
+ },
67423
67463
  {
67424
67464
  "name": "minimumSpend",
67425
67465
  "description": "Minimum spend configuration",
@@ -67440,6 +67480,26 @@
67440
67480
  "isDeprecated": false,
67441
67481
  "deprecationReason": null
67442
67482
  },
67483
+ {
67484
+ "name": "packageEntitlements",
67485
+ "description": "List of package entitlements for the plan",
67486
+ "args": [],
67487
+ "type": {
67488
+ "kind": "LIST",
67489
+ "name": null,
67490
+ "ofType": {
67491
+ "kind": "NON_NULL",
67492
+ "name": null,
67493
+ "ofType": {
67494
+ "kind": "UNION",
67495
+ "name": "PackageEntitlementUnion",
67496
+ "ofType": null
67497
+ }
67498
+ }
67499
+ },
67500
+ "isDeprecated": false,
67501
+ "deprecationReason": null
67502
+ },
67443
67503
  {
67444
67504
  "name": "prices",
67445
67505
  "description": "List of prices for the plan",
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.200.0"
4
+ VERSION = "5.201.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.200.0
4
+ version: 5.201.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg