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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +112 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d4e91917d28fbe2e4f285401fa013827f9240b74906a7300afd3928c6f14658
|
4
|
+
data.tar.gz: c7ade2989ef1cd5ecbf45c816fcba12d130188c23b97cbcfc222d13827b7b7a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd7776d7fd0b08229282636678e0928054a0d099f9f12ed8617e8448e73bc965c945d5701088a63a2071b59aa0b9f5efd316923c3dbf086c1bf2c8750f6c6889
|
7
|
+
data.tar.gz: f7746a22b8ffa45d80290ec3d0084aee0e23d72ed4d2e526b849da6b076964cc7a750d5f2558b7d7fc5ec695b6d851424df8ff7c7d6fc0ead45954b33a81d68c
|
data/Gemfile.lock
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2025-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|