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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +124 -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: 4acea98ba6cd5ed13d984217c670dbea22d29eeecf275e5b761741ff678ea1d7
|
4
|
+
data.tar.gz: 499a00bc5fee7404f953be5d0c6e2d3fc323b5f3cc94cbfeb5b60c373479cb87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45b33de83b390d6a33706999f7153ad95cce64b7fcd736e6ae72fa087959eb02048adb330a516d2e67849346e1b021832f71b0f5c9a60b8be32a8a9632b44189
|
7
|
+
data.tar.gz: c87fc0ff1154d4fe6859d48d3da7223fcd409ea381999f367c931b64952d1a3ff531cfd61ebea434321b755915b8002fa9155574c1bdcb013dcc4ff61d31bb1d
|
data/Gemfile.lock
CHANGED
@@ -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
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.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-
|
11
|
+
date: 2025-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|