stigg-api-client 2.481.0 → 2.486.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 +280 -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: ec2d8b11a88eacdd8e76e2568388fba017ed8357a071ea23fd055b57623e9980
|
4
|
+
data.tar.gz: b1d12d4130173326bf0a4f948ab2bfc1eb58cd74e4f71f1fe905a082e1dbead1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05da9ab29e7723c84e83bfadc87802a6f47cb35c73a53df6a8bd65b881cfbcaef2ed4e790aeebc33ad927232184fe7e75f11c95617aac4ea652a208d7bbd8bdb
|
7
|
+
data.tar.gz: dfd5af02aaa8b366c64347a5faea47ed87c1ab1d906a5f0e29d43adfcf6ca62e3a956f8da72ecb3f8089e4a232ab23677094cb205ba58dda5dc9f773f0402789
|
data/Gemfile.lock
CHANGED
@@ -25699,6 +25699,12 @@
|
|
25699
25699
|
"isDeprecated": false,
|
25700
25700
|
"deprecationReason": null
|
25701
25701
|
},
|
25702
|
+
{
|
25703
|
+
"name": "CanNotUpdateEntitlementsFeatureGroup",
|
25704
|
+
"description": "Cannot update entitlement feature group",
|
25705
|
+
"isDeprecated": false,
|
25706
|
+
"deprecationReason": null
|
25707
|
+
},
|
25702
25708
|
{
|
25703
25709
|
"name": "CannotAddOverrideEntitlementToPlan",
|
25704
25710
|
"description": "Cannot add override entitlement to a plan",
|
@@ -25969,12 +25975,24 @@
|
|
25969
25975
|
"isDeprecated": false,
|
25970
25976
|
"deprecationReason": null
|
25971
25977
|
},
|
25978
|
+
{
|
25979
|
+
"name": "FeatureGroupMissingFeaturesError",
|
25980
|
+
"description": "Feature group is missing required features",
|
25981
|
+
"isDeprecated": false,
|
25982
|
+
"deprecationReason": null
|
25983
|
+
},
|
25972
25984
|
{
|
25973
25985
|
"name": "FeatureGroupNotFoundError",
|
25974
25986
|
"description": null,
|
25975
25987
|
"isDeprecated": false,
|
25976
25988
|
"deprecationReason": null
|
25977
25989
|
},
|
25990
|
+
{
|
25991
|
+
"name": "FeatureNotBelongToFeatureGroupError",
|
25992
|
+
"description": "Feature does not belong to the specified feature group",
|
25993
|
+
"isDeprecated": false,
|
25994
|
+
"deprecationReason": null
|
25995
|
+
},
|
25978
25996
|
{
|
25979
25997
|
"name": "FeatureNotFound",
|
25980
25998
|
"description": null,
|
@@ -26461,6 +26479,12 @@
|
|
26461
26479
|
"isDeprecated": false,
|
26462
26480
|
"deprecationReason": null
|
26463
26481
|
},
|
26482
|
+
{
|
26483
|
+
"name": "UnsupportedParameter",
|
26484
|
+
"description": "Unsupported parameter",
|
26485
|
+
"isDeprecated": false,
|
26486
|
+
"deprecationReason": null
|
26487
|
+
},
|
26464
26488
|
{
|
26465
26489
|
"name": "UnsupportedSubscriptionScheduleType",
|
26466
26490
|
"description": null,
|
@@ -44691,6 +44715,47 @@
|
|
44691
44715
|
"isDeprecated": false,
|
44692
44716
|
"deprecationReason": null
|
44693
44717
|
},
|
44718
|
+
{
|
44719
|
+
"name": "removeFeatureGroupFromPackage",
|
44720
|
+
"description": "Remove feature group from package - remove all entitlements that only belong to this group, and unlink from entitlements that have different groups as well",
|
44721
|
+
"args": [
|
44722
|
+
{
|
44723
|
+
"name": "input",
|
44724
|
+
"description": "Input for removing a feature group and his related entitlements (if there are no other groups they are a part of) from a package",
|
44725
|
+
"type": {
|
44726
|
+
"kind": "NON_NULL",
|
44727
|
+
"name": null,
|
44728
|
+
"ofType": {
|
44729
|
+
"kind": "INPUT_OBJECT",
|
44730
|
+
"name": "RemoveFeatureGroupFromPackageInput",
|
44731
|
+
"ofType": null
|
44732
|
+
}
|
44733
|
+
},
|
44734
|
+
"defaultValue": null,
|
44735
|
+
"isDeprecated": false,
|
44736
|
+
"deprecationReason": null
|
44737
|
+
}
|
44738
|
+
],
|
44739
|
+
"type": {
|
44740
|
+
"kind": "NON_NULL",
|
44741
|
+
"name": null,
|
44742
|
+
"ofType": {
|
44743
|
+
"kind": "LIST",
|
44744
|
+
"name": null,
|
44745
|
+
"ofType": {
|
44746
|
+
"kind": "NON_NULL",
|
44747
|
+
"name": null,
|
44748
|
+
"ofType": {
|
44749
|
+
"kind": "OBJECT",
|
44750
|
+
"name": "PackageEntitlement",
|
44751
|
+
"ofType": null
|
44752
|
+
}
|
44753
|
+
}
|
44754
|
+
}
|
44755
|
+
},
|
44756
|
+
"isDeprecated": false,
|
44757
|
+
"deprecationReason": null
|
44758
|
+
},
|
44694
44759
|
{
|
44695
44760
|
"name": "removeMember",
|
44696
44761
|
"description": "Remove a member from the account",
|
@@ -45899,6 +45964,47 @@
|
|
45899
45964
|
"isDeprecated": false,
|
45900
45965
|
"deprecationReason": null
|
45901
45966
|
},
|
45967
|
+
{
|
45968
|
+
"name": "unlinkFeatureGroupFromPackage",
|
45969
|
+
"description": "Unlink feature group from package entitlement - remove group without removing the entitlements",
|
45970
|
+
"args": [
|
45971
|
+
{
|
45972
|
+
"name": "input",
|
45973
|
+
"description": "Unlink feature group from package entitlements input",
|
45974
|
+
"type": {
|
45975
|
+
"kind": "NON_NULL",
|
45976
|
+
"name": null,
|
45977
|
+
"ofType": {
|
45978
|
+
"kind": "INPUT_OBJECT",
|
45979
|
+
"name": "UnlinkFeatureGroupInput",
|
45980
|
+
"ofType": null
|
45981
|
+
}
|
45982
|
+
},
|
45983
|
+
"defaultValue": null,
|
45984
|
+
"isDeprecated": false,
|
45985
|
+
"deprecationReason": null
|
45986
|
+
}
|
45987
|
+
],
|
45988
|
+
"type": {
|
45989
|
+
"kind": "NON_NULL",
|
45990
|
+
"name": null,
|
45991
|
+
"ofType": {
|
45992
|
+
"kind": "LIST",
|
45993
|
+
"name": null,
|
45994
|
+
"ofType": {
|
45995
|
+
"kind": "NON_NULL",
|
45996
|
+
"name": null,
|
45997
|
+
"ofType": {
|
45998
|
+
"kind": "OBJECT",
|
45999
|
+
"name": "PackageEntitlement",
|
46000
|
+
"ofType": null
|
46001
|
+
}
|
46002
|
+
}
|
46003
|
+
}
|
46004
|
+
},
|
46005
|
+
"isDeprecated": false,
|
46006
|
+
"deprecationReason": null
|
46007
|
+
},
|
45902
46008
|
{
|
45903
46009
|
"name": "updateAccount",
|
45904
46010
|
"description": "Update account details",
|
@@ -47077,6 +47183,18 @@
|
|
47077
47183
|
"isDeprecated": false,
|
47078
47184
|
"deprecationReason": null
|
47079
47185
|
},
|
47186
|
+
{
|
47187
|
+
"name": "featureGroupId",
|
47188
|
+
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
47189
|
+
"type": {
|
47190
|
+
"kind": "SCALAR",
|
47191
|
+
"name": "UUID",
|
47192
|
+
"ofType": null
|
47193
|
+
},
|
47194
|
+
"defaultValue": null,
|
47195
|
+
"isDeprecated": false,
|
47196
|
+
"deprecationReason": null
|
47197
|
+
},
|
47080
47198
|
{
|
47081
47199
|
"name": "featureId",
|
47082
47200
|
"description": "The unique identifier of the entitlement feature",
|
@@ -48672,6 +48790,26 @@
|
|
48672
48790
|
"isDeprecated": false,
|
48673
48791
|
"deprecationReason": null
|
48674
48792
|
},
|
48793
|
+
{
|
48794
|
+
"name": "featureGroupIds",
|
48795
|
+
"description": "Feature group IDs associated with this entitlement",
|
48796
|
+
"args": [],
|
48797
|
+
"type": {
|
48798
|
+
"kind": "LIST",
|
48799
|
+
"name": null,
|
48800
|
+
"ofType": {
|
48801
|
+
"kind": "NON_NULL",
|
48802
|
+
"name": null,
|
48803
|
+
"ofType": {
|
48804
|
+
"kind": "SCALAR",
|
48805
|
+
"name": "String",
|
48806
|
+
"ofType": null
|
48807
|
+
}
|
48808
|
+
}
|
48809
|
+
},
|
48810
|
+
"isDeprecated": false,
|
48811
|
+
"deprecationReason": null
|
48812
|
+
},
|
48675
48813
|
{
|
48676
48814
|
"name": "featureId",
|
48677
48815
|
"description": "The unique identifier of the entitlement feature",
|
@@ -49231,6 +49369,26 @@
|
|
49231
49369
|
"isDeprecated": false,
|
49232
49370
|
"deprecationReason": null
|
49233
49371
|
},
|
49372
|
+
{
|
49373
|
+
"name": "featureGroupIds",
|
49374
|
+
"description": "Feature group IDs associated with this entitlement",
|
49375
|
+
"args": [],
|
49376
|
+
"type": {
|
49377
|
+
"kind": "LIST",
|
49378
|
+
"name": null,
|
49379
|
+
"ofType": {
|
49380
|
+
"kind": "NON_NULL",
|
49381
|
+
"name": null,
|
49382
|
+
"ofType": {
|
49383
|
+
"kind": "SCALAR",
|
49384
|
+
"name": "String",
|
49385
|
+
"ofType": null
|
49386
|
+
}
|
49387
|
+
}
|
49388
|
+
},
|
49389
|
+
"isDeprecated": false,
|
49390
|
+
"deprecationReason": null
|
49391
|
+
},
|
49234
49392
|
{
|
49235
49393
|
"name": "featureId",
|
49236
49394
|
"description": "The unique identifier of the entitlement feature",
|
@@ -50023,6 +50181,18 @@
|
|
50023
50181
|
"isDeprecated": false,
|
50024
50182
|
"deprecationReason": null
|
50025
50183
|
},
|
50184
|
+
{
|
50185
|
+
"name": "featureGroupId",
|
50186
|
+
"description": "Primary feature group ID (first in the array) associated with this entitlement",
|
50187
|
+
"type": {
|
50188
|
+
"kind": "SCALAR",
|
50189
|
+
"name": "UUID",
|
50190
|
+
"ofType": null
|
50191
|
+
},
|
50192
|
+
"defaultValue": null,
|
50193
|
+
"isDeprecated": false,
|
50194
|
+
"deprecationReason": null
|
50195
|
+
},
|
50026
50196
|
{
|
50027
50197
|
"name": "featureId",
|
50028
50198
|
"description": "The unique identifier of the entitlement feature",
|
@@ -69505,6 +69675,61 @@
|
|
69505
69675
|
"enumValues": null,
|
69506
69676
|
"possibleTypes": null
|
69507
69677
|
},
|
69678
|
+
{
|
69679
|
+
"kind": "INPUT_OBJECT",
|
69680
|
+
"name": "RemoveFeatureGroupFromPackageInput",
|
69681
|
+
"description": "Input for removing a feature group and his related entitlements (if there are no other groups they are a part of) from a package",
|
69682
|
+
"fields": null,
|
69683
|
+
"inputFields": [
|
69684
|
+
{
|
69685
|
+
"name": "environmentId",
|
69686
|
+
"description": "The unique identifier for the environment",
|
69687
|
+
"type": {
|
69688
|
+
"kind": "SCALAR",
|
69689
|
+
"name": "UUID",
|
69690
|
+
"ofType": null
|
69691
|
+
},
|
69692
|
+
"defaultValue": null,
|
69693
|
+
"isDeprecated": false,
|
69694
|
+
"deprecationReason": null
|
69695
|
+
},
|
69696
|
+
{
|
69697
|
+
"name": "featureGroupId",
|
69698
|
+
"description": "The group id to remove",
|
69699
|
+
"type": {
|
69700
|
+
"kind": "NON_NULL",
|
69701
|
+
"name": null,
|
69702
|
+
"ofType": {
|
69703
|
+
"kind": "SCALAR",
|
69704
|
+
"name": "UUID",
|
69705
|
+
"ofType": null
|
69706
|
+
}
|
69707
|
+
},
|
69708
|
+
"defaultValue": null,
|
69709
|
+
"isDeprecated": false,
|
69710
|
+
"deprecationReason": null
|
69711
|
+
},
|
69712
|
+
{
|
69713
|
+
"name": "packageId",
|
69714
|
+
"description": "The unique identifier of the entitlement package",
|
69715
|
+
"type": {
|
69716
|
+
"kind": "NON_NULL",
|
69717
|
+
"name": null,
|
69718
|
+
"ofType": {
|
69719
|
+
"kind": "SCALAR",
|
69720
|
+
"name": "UUID",
|
69721
|
+
"ofType": null
|
69722
|
+
}
|
69723
|
+
},
|
69724
|
+
"defaultValue": null,
|
69725
|
+
"isDeprecated": false,
|
69726
|
+
"deprecationReason": null
|
69727
|
+
}
|
69728
|
+
],
|
69729
|
+
"interfaces": null,
|
69730
|
+
"enumValues": null,
|
69731
|
+
"possibleTypes": null
|
69732
|
+
},
|
69508
69733
|
{
|
69509
69734
|
"kind": "INPUT_OBJECT",
|
69510
69735
|
"name": "ReportUsageBaseInput",
|
@@ -85763,6 +85988,61 @@
|
|
85763
85988
|
],
|
85764
85989
|
"possibleTypes": null
|
85765
85990
|
},
|
85991
|
+
{
|
85992
|
+
"kind": "INPUT_OBJECT",
|
85993
|
+
"name": "UnlinkFeatureGroupInput",
|
85994
|
+
"description": "Unlink feature group from package entitlements input",
|
85995
|
+
"fields": null,
|
85996
|
+
"inputFields": [
|
85997
|
+
{
|
85998
|
+
"name": "environmentId",
|
85999
|
+
"description": "The unique identifier for the environment",
|
86000
|
+
"type": {
|
86001
|
+
"kind": "SCALAR",
|
86002
|
+
"name": "UUID",
|
86003
|
+
"ofType": null
|
86004
|
+
},
|
86005
|
+
"defaultValue": null,
|
86006
|
+
"isDeprecated": false,
|
86007
|
+
"deprecationReason": null
|
86008
|
+
},
|
86009
|
+
{
|
86010
|
+
"name": "featureGroupId",
|
86011
|
+
"description": "The group id to unlink",
|
86012
|
+
"type": {
|
86013
|
+
"kind": "NON_NULL",
|
86014
|
+
"name": null,
|
86015
|
+
"ofType": {
|
86016
|
+
"kind": "SCALAR",
|
86017
|
+
"name": "UUID",
|
86018
|
+
"ofType": null
|
86019
|
+
}
|
86020
|
+
},
|
86021
|
+
"defaultValue": null,
|
86022
|
+
"isDeprecated": false,
|
86023
|
+
"deprecationReason": null
|
86024
|
+
},
|
86025
|
+
{
|
86026
|
+
"name": "packageId",
|
86027
|
+
"description": "The unique identifier of the entitlement package",
|
86028
|
+
"type": {
|
86029
|
+
"kind": "NON_NULL",
|
86030
|
+
"name": null,
|
86031
|
+
"ofType": {
|
86032
|
+
"kind": "SCALAR",
|
86033
|
+
"name": "UUID",
|
86034
|
+
"ofType": null
|
86035
|
+
}
|
86036
|
+
},
|
86037
|
+
"defaultValue": null,
|
86038
|
+
"isDeprecated": false,
|
86039
|
+
"deprecationReason": null
|
86040
|
+
}
|
86041
|
+
],
|
86042
|
+
"interfaces": null,
|
86043
|
+
"enumValues": null,
|
86044
|
+
"possibleTypes": null
|
86045
|
+
},
|
85766
86046
|
{
|
85767
86047
|
"kind": "OBJECT",
|
85768
86048
|
"name": "UnsupportedFeatureTypeError",
|
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: 2.
|
4
|
+
version: 2.486.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-07-
|
11
|
+
date: 2025-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|