stigg-api-client 2.488.0 → 2.492.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 +42 -44
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea02f9dbd4bc8554f3805b05ea19ab13aa1fdf45435e315faee6c0687540719b
|
4
|
+
data.tar.gz: 0e5655187f09e4bafa58874937740365afd0bf8e2560207b945d8bb528999e7b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2aa1d9e870d36c44f40f562909054aa1f9d8d50d93d23cbf6d67de626b9102a8b54f004255eade45f69fb89652eee9815e82e2263a1b7791c9b2e6db15bd8980
|
7
|
+
data.tar.gz: fb38ff1185a8aa056b8f56f50203811c329c67adc1dd707d7368d73eccfe38942ad080d04d505fea0dfc8fe365557ae47ca77c3a4d42eaa3095fc0b847a68312
|
data/Gemfile.lock
CHANGED
@@ -25891,6 +25891,12 @@
|
|
25891
25891
|
"isDeprecated": false,
|
25892
25892
|
"deprecationReason": null
|
25893
25893
|
},
|
25894
|
+
{
|
25895
|
+
"name": "EntitlementBelongsToFeatureGroupError",
|
25896
|
+
"description": "Entitlement belongs to feature groups and cannot be deleted",
|
25897
|
+
"isDeprecated": false,
|
25898
|
+
"deprecationReason": null
|
25899
|
+
},
|
25894
25900
|
{
|
25895
25901
|
"name": "EntitlementLimitExceededError",
|
25896
25902
|
"description": null,
|
@@ -45996,7 +46002,7 @@
|
|
45996
46002
|
"name": null,
|
45997
46003
|
"ofType": {
|
45998
46004
|
"kind": "INPUT_OBJECT",
|
45999
|
-
"name": "
|
46005
|
+
"name": "UnlinkFeatureGroupFromPackageInput",
|
46000
46006
|
"ofType": null
|
46001
46007
|
}
|
46002
46008
|
},
|
@@ -48787,32 +48793,28 @@
|
|
48787
48793
|
"deprecationReason": null
|
48788
48794
|
},
|
48789
48795
|
{
|
48790
|
-
"name": "
|
48791
|
-
"description": "
|
48792
|
-
"args": [],
|
48793
|
-
"type": {
|
48794
|
-
"kind": "OBJECT",
|
48795
|
-
"name": "FeatureGroup",
|
48796
|
-
"ofType": null
|
48797
|
-
},
|
48798
|
-
"isDeprecated": false,
|
48799
|
-
"deprecationReason": null
|
48800
|
-
},
|
48801
|
-
{
|
48802
|
-
"name": "featureGroupId",
|
48803
|
-
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
48796
|
+
"name": "featureGroupIds",
|
48797
|
+
"description": "Feature group IDs associated with this entitlement",
|
48804
48798
|
"args": [],
|
48805
48799
|
"type": {
|
48806
|
-
"kind": "
|
48807
|
-
"name":
|
48808
|
-
"ofType":
|
48800
|
+
"kind": "LIST",
|
48801
|
+
"name": null,
|
48802
|
+
"ofType": {
|
48803
|
+
"kind": "NON_NULL",
|
48804
|
+
"name": null,
|
48805
|
+
"ofType": {
|
48806
|
+
"kind": "SCALAR",
|
48807
|
+
"name": "String",
|
48808
|
+
"ofType": null
|
48809
|
+
}
|
48810
|
+
}
|
48809
48811
|
},
|
48810
48812
|
"isDeprecated": false,
|
48811
48813
|
"deprecationReason": null
|
48812
48814
|
},
|
48813
48815
|
{
|
48814
|
-
"name": "
|
48815
|
-
"description": "Feature
|
48816
|
+
"name": "featureGroups",
|
48817
|
+
"description": "Feature groups associated with this entitlement",
|
48816
48818
|
"args": [],
|
48817
48819
|
"type": {
|
48818
48820
|
"kind": "LIST",
|
@@ -48821,8 +48823,8 @@
|
|
48821
48823
|
"kind": "NON_NULL",
|
48822
48824
|
"name": null,
|
48823
48825
|
"ofType": {
|
48824
|
-
"kind": "
|
48825
|
-
"name": "
|
48826
|
+
"kind": "OBJECT",
|
48827
|
+
"name": "FeatureGroup",
|
48826
48828
|
"ofType": null
|
48827
48829
|
}
|
48828
48830
|
}
|
@@ -49366,32 +49368,28 @@
|
|
49366
49368
|
"deprecationReason": null
|
49367
49369
|
},
|
49368
49370
|
{
|
49369
|
-
"name": "
|
49370
|
-
"description": "
|
49371
|
-
"args": [],
|
49372
|
-
"type": {
|
49373
|
-
"kind": "OBJECT",
|
49374
|
-
"name": "FeatureGroup",
|
49375
|
-
"ofType": null
|
49376
|
-
},
|
49377
|
-
"isDeprecated": false,
|
49378
|
-
"deprecationReason": null
|
49379
|
-
},
|
49380
|
-
{
|
49381
|
-
"name": "featureGroupId",
|
49382
|
-
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
49371
|
+
"name": "featureGroupIds",
|
49372
|
+
"description": "Feature group IDs associated with this entitlement",
|
49383
49373
|
"args": [],
|
49384
49374
|
"type": {
|
49385
|
-
"kind": "
|
49386
|
-
"name":
|
49387
|
-
"ofType":
|
49375
|
+
"kind": "LIST",
|
49376
|
+
"name": null,
|
49377
|
+
"ofType": {
|
49378
|
+
"kind": "NON_NULL",
|
49379
|
+
"name": null,
|
49380
|
+
"ofType": {
|
49381
|
+
"kind": "SCALAR",
|
49382
|
+
"name": "String",
|
49383
|
+
"ofType": null
|
49384
|
+
}
|
49385
|
+
}
|
49388
49386
|
},
|
49389
49387
|
"isDeprecated": false,
|
49390
49388
|
"deprecationReason": null
|
49391
49389
|
},
|
49392
49390
|
{
|
49393
|
-
"name": "
|
49394
|
-
"description": "Feature
|
49391
|
+
"name": "featureGroups",
|
49392
|
+
"description": "Feature groups associated with this entitlement",
|
49395
49393
|
"args": [],
|
49396
49394
|
"type": {
|
49397
49395
|
"kind": "LIST",
|
@@ -49400,8 +49398,8 @@
|
|
49400
49398
|
"kind": "NON_NULL",
|
49401
49399
|
"name": null,
|
49402
49400
|
"ofType": {
|
49403
|
-
"kind": "
|
49404
|
-
"name": "
|
49401
|
+
"kind": "OBJECT",
|
49402
|
+
"name": "FeatureGroup",
|
49405
49403
|
"ofType": null
|
49406
49404
|
}
|
49407
49405
|
}
|
@@ -86090,7 +86088,7 @@
|
|
86090
86088
|
},
|
86091
86089
|
{
|
86092
86090
|
"kind": "INPUT_OBJECT",
|
86093
|
-
"name": "
|
86091
|
+
"name": "UnlinkFeatureGroupFromPackageInput",
|
86094
86092
|
"description": "Unlink feature group from package entitlements input",
|
86095
86093
|
"fields": null,
|
86096
86094
|
"inputFields": [
|
data/lib/stigg/version.rb
CHANGED