stigg-api-client 3.6.0 → 3.10.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: 4acea98ba6cd5ed13d984217c670dbea22d29eeecf275e5b761741ff678ea1d7
4
+ data.tar.gz: 499a00bc5fee7404f953be5d0c6e2d3fc323b5f3cc94cbfeb5b60c373479cb87
5
5
  SHA512:
6
- metadata.gz: a570f015fb13fe565cbefb16d3d519d7096706114af915dba5e2735b9e010bb5eefbcf1a11d1ac4943dc587eb781f1b0b5bf1a6b20ecc21a55897574810e8d2f
7
- data.tar.gz: 3853b983b9dd1cf5c50528b42a466e1f3b17e2bfd19fcf65563c54fde7249ecd83986533d30e0fab8f29e156bac2b510d41b84ffbf096c8500f6bab5c74c40a4
6
+ metadata.gz: 45b33de83b390d6a33706999f7153ad95cce64b7fcd736e6ae72fa087959eb02048adb330a516d2e67849346e1b021832f71b0f5c9a60b8be32a8a9632b44189
7
+ data.tar.gz: c87fc0ff1154d4fe6859d48d3da7223fcd409ea381999f367c931b64952d1a3ff531cfd61ebea434321b755915b8002fa9155574c1bdcb013dcc4ff61d31bb1d
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.10.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3643,6 +3643,18 @@
3643
3643
  "isDeprecated": false,
3644
3644
  "deprecationReason": null
3645
3645
  },
3646
+ {
3647
+ "name": "environmentId",
3648
+ "description": "The unique identifier for the environment",
3649
+ "type": {
3650
+ "kind": "SCALAR",
3651
+ "name": "UUID",
3652
+ "ofType": null
3653
+ },
3654
+ "defaultValue": null,
3655
+ "isDeprecated": false,
3656
+ "deprecationReason": null
3657
+ },
3646
3658
  {
3647
3659
  "name": "minimumSpend",
3648
3660
  "description": "The minimum spend configuration",
@@ -42782,6 +42794,85 @@
42782
42794
  "enumValues": null,
42783
42795
  "possibleTypes": null
42784
42796
  },
42797
+ {
42798
+ "kind": "INPUT_OBJECT",
42799
+ "name": "MigratePackageFeatureGroupsToLatestInput",
42800
+ "description": "Input for migrating package feature groups to latest version",
42801
+ "fields": null,
42802
+ "inputFields": [
42803
+ {
42804
+ "name": "accountId",
42805
+ "description": "The unique identifier for the account",
42806
+ "type": {
42807
+ "kind": "NON_NULL",
42808
+ "name": null,
42809
+ "ofType": {
42810
+ "kind": "SCALAR",
42811
+ "name": "UUID",
42812
+ "ofType": null
42813
+ }
42814
+ },
42815
+ "defaultValue": null,
42816
+ "isDeprecated": false,
42817
+ "deprecationReason": null
42818
+ },
42819
+ {
42820
+ "name": "entitlements",
42821
+ "description": "List of package entitlements that are new to the feature groups",
42822
+ "type": {
42823
+ "kind": "NON_NULL",
42824
+ "name": null,
42825
+ "ofType": {
42826
+ "kind": "LIST",
42827
+ "name": null,
42828
+ "ofType": {
42829
+ "kind": "NON_NULL",
42830
+ "name": null,
42831
+ "ofType": {
42832
+ "kind": "INPUT_OBJECT",
42833
+ "name": "PackageEntitlementInput",
42834
+ "ofType": null
42835
+ }
42836
+ }
42837
+ }
42838
+ },
42839
+ "defaultValue": null,
42840
+ "isDeprecated": false,
42841
+ "deprecationReason": null
42842
+ },
42843
+ {
42844
+ "name": "environmentId",
42845
+ "description": "The unique identifier for the environment",
42846
+ "type": {
42847
+ "kind": "SCALAR",
42848
+ "name": "UUID",
42849
+ "ofType": null
42850
+ },
42851
+ "defaultValue": null,
42852
+ "isDeprecated": false,
42853
+ "deprecationReason": null
42854
+ },
42855
+ {
42856
+ "name": "packageId",
42857
+ "description": "The unique identifier of the entitlement package",
42858
+ "type": {
42859
+ "kind": "NON_NULL",
42860
+ "name": null,
42861
+ "ofType": {
42862
+ "kind": "SCALAR",
42863
+ "name": "UUID",
42864
+ "ofType": null
42865
+ }
42866
+ },
42867
+ "defaultValue": null,
42868
+ "isDeprecated": false,
42869
+ "deprecationReason": null
42870
+ }
42871
+ ],
42872
+ "interfaces": null,
42873
+ "enumValues": null,
42874
+ "possibleTypes": null
42875
+ },
42785
42876
  {
42786
42877
  "kind": "OBJECT",
42787
42878
  "name": "MinimumSpend",
@@ -45209,6 +45300,39 @@
45209
45300
  "isDeprecated": false,
45210
45301
  "deprecationReason": null
45211
45302
  },
45303
+ {
45304
+ "name": "migratePackageFeatureGroupsToLatest",
45305
+ "description": "Migrate package feature groups to latest version",
45306
+ "args": [
45307
+ {
45308
+ "name": "input",
45309
+ "description": "Input for migrating package feature groups to latest version",
45310
+ "type": {
45311
+ "kind": "NON_NULL",
45312
+ "name": null,
45313
+ "ofType": {
45314
+ "kind": "INPUT_OBJECT",
45315
+ "name": "MigratePackageFeatureGroupsToLatestInput",
45316
+ "ofType": null
45317
+ }
45318
+ },
45319
+ "defaultValue": null,
45320
+ "isDeprecated": false,
45321
+ "deprecationReason": null
45322
+ }
45323
+ ],
45324
+ "type": {
45325
+ "kind": "NON_NULL",
45326
+ "name": null,
45327
+ "ofType": {
45328
+ "kind": "SCALAR",
45329
+ "name": "Boolean",
45330
+ "ofType": null
45331
+ }
45332
+ },
45333
+ "isDeprecated": false,
45334
+ "deprecationReason": null
45335
+ },
45212
45336
  {
45213
45337
  "name": "migrateSubscriptionToLatest",
45214
45338
  "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.10.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.10.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-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient