stigg-api-client 2.475.1 → 2.479.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: fb84ce40322a0108f07dd7cb8996e711c9ae23bc737297ecd99805429fc64542
4
- data.tar.gz: ad37ec262d4907f1fa5efbf7bf1bdb7e7296a24f74b36327d0c540d5bec74a84
3
+ metadata.gz: d2501bbaa400bce5ae6d2014d68ce925276e7632a9da64fc0e2005506133760f
4
+ data.tar.gz: 99f48aacdab964ce3d4a0ea0ad1a6227ea74c4f2a0e1de01d2d0e0f3e1ac0f08
5
5
  SHA512:
6
- metadata.gz: edda1a6f207d148e84896081775cdb83c926a3635b086af9e54f5941a8035f8509c4f27edbc21f0b11519c887c5795f90721ee11570738904dcb6ab9bd80d132
7
- data.tar.gz: 3a31c0ef3bde1fc3ebe2e7ee46f1fcf70106aa3de7815e6f8ba1dbd2b25289dd807fa3f15fb69dc491803cfec9775a45aab38bafa990171981569b3019e2c4e4
6
+ metadata.gz: 352570e871120d5e4f0f4f282fefa3ab11291b00b473c5abb7181741aec66dcff189871a330026104d285c2edb6baccdb2f5c02a6d42f942d196e44e5889a6c5
7
+ data.tar.gz: 9461cc9275a16ba8a46c2b6cff0549a52265cfb7855d65d26dfcefa2584f2ed2c0f1e986c838ff33aac889161c508a46d8a4bfedeea7c7c64216b85d2a9162d7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.475.1)
4
+ stigg-api-client (2.479.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -280,6 +280,7 @@ module Stigg
280
280
  status
281
281
  pricingType
282
282
  startDate
283
+ cancellationDate
283
284
  currentBillingPeriodEnd
284
285
  customer {
285
286
  customerId
@@ -317,6 +318,7 @@ module Stigg
317
318
  billingId
318
319
  billingLinkUrl
319
320
  effectiveEndDate
321
+ cancellationDate
320
322
  currentBillingPeriodEnd
321
323
  pricingType
322
324
  latestInvoice {
@@ -48622,6 +48622,30 @@
48622
48622
  "isDeprecated": false,
48623
48623
  "deprecationReason": null
48624
48624
  },
48625
+ {
48626
+ "name": "featureGroup",
48627
+ "description": "Primary feature group (first in the array) associated with this entitlement",
48628
+ "args": [],
48629
+ "type": {
48630
+ "kind": "OBJECT",
48631
+ "name": "FeatureGroup",
48632
+ "ofType": null
48633
+ },
48634
+ "isDeprecated": false,
48635
+ "deprecationReason": null
48636
+ },
48637
+ {
48638
+ "name": "featureGroupId",
48639
+ "description": "Primary feature group ID (first in the array) associated with this entitlement",
48640
+ "args": [],
48641
+ "type": {
48642
+ "kind": "SCALAR",
48643
+ "name": "String",
48644
+ "ofType": null
48645
+ },
48646
+ "isDeprecated": false,
48647
+ "deprecationReason": null
48648
+ },
48625
48649
  {
48626
48650
  "name": "featureId",
48627
48651
  "description": "The unique identifier of the entitlement feature",
@@ -49157,6 +49181,30 @@
49157
49181
  "isDeprecated": false,
49158
49182
  "deprecationReason": null
49159
49183
  },
49184
+ {
49185
+ "name": "featureGroup",
49186
+ "description": "Primary feature group (first in the array) associated with this entitlement",
49187
+ "args": [],
49188
+ "type": {
49189
+ "kind": "OBJECT",
49190
+ "name": "FeatureGroup",
49191
+ "ofType": null
49192
+ },
49193
+ "isDeprecated": false,
49194
+ "deprecationReason": null
49195
+ },
49196
+ {
49197
+ "name": "featureGroupId",
49198
+ "description": "Primary feature group ID (first in the array) associated with this entitlement",
49199
+ "args": [],
49200
+ "type": {
49201
+ "kind": "SCALAR",
49202
+ "name": "String",
49203
+ "ofType": null
49204
+ },
49205
+ "isDeprecated": false,
49206
+ "deprecationReason": null
49207
+ },
49160
49208
  {
49161
49209
  "name": "featureId",
49162
49210
  "description": "The unique identifier of the entitlement feature",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.475.1"
4
+ VERSION = "2.479.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: 2.475.1
4
+ version: 2.479.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-07-17 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient