stigg-api-client 3.6.0 → 3.9.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: 9c2abe643af338beec852999e5b5f1ccdc0e038b3ab208dd652492aeed3fc934
4
- data.tar.gz: 3cd42638f4c24b2e21af629d0e1a2320d06c82d1a37caf2713bf3cae3d55386c
3
+ metadata.gz: 5d4e91917d28fbe2e4f285401fa013827f9240b74906a7300afd3928c6f14658
4
+ data.tar.gz: c7ade2989ef1cd5ecbf45c816fcba12d130188c23b97cbcfc222d13827b7b7a3
5
5
  SHA512:
6
- metadata.gz: a570f015fb13fe565cbefb16d3d519d7096706114af915dba5e2735b9e010bb5eefbcf1a11d1ac4943dc587eb781f1b0b5bf1a6b20ecc21a55897574810e8d2f
7
- data.tar.gz: 3853b983b9dd1cf5c50528b42a466e1f3b17e2bfd19fcf65563c54fde7249ecd83986533d30e0fab8f29e156bac2b510d41b84ffbf096c8500f6bab5c74c40a4
6
+ metadata.gz: cd7776d7fd0b08229282636678e0928054a0d099f9f12ed8617e8448e73bc965c945d5701088a63a2071b59aa0b9f5efd316923c3dbf086c1bf2c8750f6c6889
7
+ data.tar.gz: f7746a22b8ffa45d80290ec3d0084aee0e23d72ed4d2e526b849da6b076964cc7a750d5f2558b7d7fc5ec695b6d851424df8ff7c7d6fc0ead45954b33a81d68c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.6.0)
4
+ stigg-api-client (3.9.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -42782,6 +42782,85 @@
42782
42782
  "enumValues": null,
42783
42783
  "possibleTypes": null
42784
42784
  },
42785
+ {
42786
+ "kind": "INPUT_OBJECT",
42787
+ "name": "MigratePackageFeatureGroupsToLatestInput",
42788
+ "description": "Input for migrating package feature groups to latest version",
42789
+ "fields": null,
42790
+ "inputFields": [
42791
+ {
42792
+ "name": "accountId",
42793
+ "description": "The unique identifier for the account",
42794
+ "type": {
42795
+ "kind": "NON_NULL",
42796
+ "name": null,
42797
+ "ofType": {
42798
+ "kind": "SCALAR",
42799
+ "name": "UUID",
42800
+ "ofType": null
42801
+ }
42802
+ },
42803
+ "defaultValue": null,
42804
+ "isDeprecated": false,
42805
+ "deprecationReason": null
42806
+ },
42807
+ {
42808
+ "name": "entitlements",
42809
+ "description": "List of package entitlements that are new to the feature groups",
42810
+ "type": {
42811
+ "kind": "NON_NULL",
42812
+ "name": null,
42813
+ "ofType": {
42814
+ "kind": "LIST",
42815
+ "name": null,
42816
+ "ofType": {
42817
+ "kind": "NON_NULL",
42818
+ "name": null,
42819
+ "ofType": {
42820
+ "kind": "INPUT_OBJECT",
42821
+ "name": "PackageEntitlementInput",
42822
+ "ofType": null
42823
+ }
42824
+ }
42825
+ }
42826
+ },
42827
+ "defaultValue": null,
42828
+ "isDeprecated": false,
42829
+ "deprecationReason": null
42830
+ },
42831
+ {
42832
+ "name": "environmentId",
42833
+ "description": "The unique identifier for the environment",
42834
+ "type": {
42835
+ "kind": "SCALAR",
42836
+ "name": "UUID",
42837
+ "ofType": null
42838
+ },
42839
+ "defaultValue": null,
42840
+ "isDeprecated": false,
42841
+ "deprecationReason": null
42842
+ },
42843
+ {
42844
+ "name": "packageId",
42845
+ "description": "The unique identifier of the entitlement package",
42846
+ "type": {
42847
+ "kind": "NON_NULL",
42848
+ "name": null,
42849
+ "ofType": {
42850
+ "kind": "SCALAR",
42851
+ "name": "UUID",
42852
+ "ofType": null
42853
+ }
42854
+ },
42855
+ "defaultValue": null,
42856
+ "isDeprecated": false,
42857
+ "deprecationReason": null
42858
+ }
42859
+ ],
42860
+ "interfaces": null,
42861
+ "enumValues": null,
42862
+ "possibleTypes": null
42863
+ },
42785
42864
  {
42786
42865
  "kind": "OBJECT",
42787
42866
  "name": "MinimumSpend",
@@ -45209,6 +45288,39 @@
45209
45288
  "isDeprecated": false,
45210
45289
  "deprecationReason": null
45211
45290
  },
45291
+ {
45292
+ "name": "migratePackageFeatureGroupsToLatest",
45293
+ "description": "Migrate package feature groups to latest version",
45294
+ "args": [
45295
+ {
45296
+ "name": "input",
45297
+ "description": "Input for migrating package feature groups to latest version",
45298
+ "type": {
45299
+ "kind": "NON_NULL",
45300
+ "name": null,
45301
+ "ofType": {
45302
+ "kind": "INPUT_OBJECT",
45303
+ "name": "MigratePackageFeatureGroupsToLatestInput",
45304
+ "ofType": null
45305
+ }
45306
+ },
45307
+ "defaultValue": null,
45308
+ "isDeprecated": false,
45309
+ "deprecationReason": null
45310
+ }
45311
+ ],
45312
+ "type": {
45313
+ "kind": "NON_NULL",
45314
+ "name": null,
45315
+ "ofType": {
45316
+ "kind": "SCALAR",
45317
+ "name": "Boolean",
45318
+ "ofType": null
45319
+ }
45320
+ },
45321
+ "isDeprecated": false,
45322
+ "deprecationReason": null
45323
+ },
45212
45324
  {
45213
45325
  "name": "migrateSubscriptionToLatest",
45214
45326
  "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 = "3.6.0"
4
+ VERSION = "3.9.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: 3.6.0
4
+ version: 3.9.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-08-06 00:00:00.000000000 Z
11
+ date: 2025-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient