stigg-api-client 1.176.0 → 1.177.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 +93 -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: 7ae5dc04bd3caf2847eba084a91332f580583ed4392f53e9f0f0bccca085a8a1
|
|
4
|
+
data.tar.gz: 68e981f7abf51f1d9a616cd884a56e9742900d6f76113d327faa3381757eb6e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22c3439d68163e056df281b4df41a9c8fb05c4aa799123433d3b15055fa3f96b81b43b04df954b51a068541de576b841ef4391ded6f5c2d257258c8a3781be26
|
|
7
|
+
data.tar.gz: 43c6e9f5a00986c5699f141b740faae0a439a2c12104753fdec96895f5ca75ca41f62f46b211ec7e893f0a91c16a6a180a68103a671edd1922dff185b84d1400
|
data/Gemfile.lock
CHANGED
|
@@ -21152,6 +21152,29 @@
|
|
|
21152
21152
|
"enumValues": null,
|
|
21153
21153
|
"possibleTypes": null
|
|
21154
21154
|
},
|
|
21155
|
+
{
|
|
21156
|
+
"kind": "ENUM",
|
|
21157
|
+
"name": "EntitlementBehavior",
|
|
21158
|
+
"description": "The behavior of the entitlement",
|
|
21159
|
+
"fields": null,
|
|
21160
|
+
"inputFields": null,
|
|
21161
|
+
"interfaces": null,
|
|
21162
|
+
"enumValues": [
|
|
21163
|
+
{
|
|
21164
|
+
"name": "Increment",
|
|
21165
|
+
"description": "Increment the value of the entitlement",
|
|
21166
|
+
"isDeprecated": false,
|
|
21167
|
+
"deprecationReason": null
|
|
21168
|
+
},
|
|
21169
|
+
{
|
|
21170
|
+
"name": "Override",
|
|
21171
|
+
"description": "Override the value of the entitlement",
|
|
21172
|
+
"isDeprecated": false,
|
|
21173
|
+
"deprecationReason": null
|
|
21174
|
+
}
|
|
21175
|
+
],
|
|
21176
|
+
"possibleTypes": null
|
|
21177
|
+
},
|
|
21155
21178
|
{
|
|
21156
21179
|
"kind": "INPUT_OBJECT",
|
|
21157
21180
|
"name": "EntitlementCheckRequested",
|
|
@@ -23279,6 +23302,12 @@
|
|
|
23279
23302
|
"isDeprecated": false,
|
|
23280
23303
|
"deprecationReason": null
|
|
23281
23304
|
},
|
|
23305
|
+
{
|
|
23306
|
+
"name": "CannotAddOverrideEntitlementToPlan",
|
|
23307
|
+
"description": "Cannot add override entitlement to a plan",
|
|
23308
|
+
"isDeprecated": false,
|
|
23309
|
+
"deprecationReason": null
|
|
23310
|
+
},
|
|
23282
23311
|
{
|
|
23283
23312
|
"name": "CannotArchiveFeatureError",
|
|
23284
23313
|
"description": null,
|
|
@@ -40510,6 +40539,18 @@
|
|
|
40510
40539
|
"description": null,
|
|
40511
40540
|
"fields": null,
|
|
40512
40541
|
"inputFields": [
|
|
40542
|
+
{
|
|
40543
|
+
"name": "behavior",
|
|
40544
|
+
"description": "The behavior of the entitlement",
|
|
40545
|
+
"type": {
|
|
40546
|
+
"kind": "ENUM",
|
|
40547
|
+
"name": "EntitlementBehavior",
|
|
40548
|
+
"ofType": null
|
|
40549
|
+
},
|
|
40550
|
+
"defaultValue": "Increment",
|
|
40551
|
+
"isDeprecated": false,
|
|
40552
|
+
"deprecationReason": null
|
|
40553
|
+
},
|
|
40513
40554
|
{
|
|
40514
40555
|
"name": "description",
|
|
40515
40556
|
"description": null,
|
|
@@ -41989,6 +42030,22 @@
|
|
|
41989
42030
|
"name": "PackageEntitlement",
|
|
41990
42031
|
"description": null,
|
|
41991
42032
|
"fields": [
|
|
42033
|
+
{
|
|
42034
|
+
"name": "behavior",
|
|
42035
|
+
"description": "The behavior of the entitlement",
|
|
42036
|
+
"args": [],
|
|
42037
|
+
"type": {
|
|
42038
|
+
"kind": "NON_NULL",
|
|
42039
|
+
"name": null,
|
|
42040
|
+
"ofType": {
|
|
42041
|
+
"kind": "ENUM",
|
|
42042
|
+
"name": "EntitlementBehavior",
|
|
42043
|
+
"ofType": null
|
|
42044
|
+
}
|
|
42045
|
+
},
|
|
42046
|
+
"isDeprecated": false,
|
|
42047
|
+
"deprecationReason": null
|
|
42048
|
+
},
|
|
41992
42049
|
{
|
|
41993
42050
|
"name": "createdAt",
|
|
41994
42051
|
"description": null,
|
|
@@ -42512,6 +42569,18 @@
|
|
|
42512
42569
|
"name": "PackageEntitlementDeleteResponse",
|
|
42513
42570
|
"description": null,
|
|
42514
42571
|
"fields": [
|
|
42572
|
+
{
|
|
42573
|
+
"name": "behavior",
|
|
42574
|
+
"description": "The behavior of the entitlement",
|
|
42575
|
+
"args": [],
|
|
42576
|
+
"type": {
|
|
42577
|
+
"kind": "ENUM",
|
|
42578
|
+
"name": "EntitlementBehavior",
|
|
42579
|
+
"ofType": null
|
|
42580
|
+
},
|
|
42581
|
+
"isDeprecated": false,
|
|
42582
|
+
"deprecationReason": null
|
|
42583
|
+
},
|
|
42515
42584
|
{
|
|
42516
42585
|
"name": "createdAt",
|
|
42517
42586
|
"description": null,
|
|
@@ -43280,6 +43349,18 @@
|
|
|
43280
43349
|
"description": null,
|
|
43281
43350
|
"fields": null,
|
|
43282
43351
|
"inputFields": [
|
|
43352
|
+
{
|
|
43353
|
+
"name": "behavior",
|
|
43354
|
+
"description": "The behavior of the entitlement",
|
|
43355
|
+
"type": {
|
|
43356
|
+
"kind": "ENUM",
|
|
43357
|
+
"name": "EntitlementBehavior",
|
|
43358
|
+
"ofType": null
|
|
43359
|
+
},
|
|
43360
|
+
"defaultValue": "Increment",
|
|
43361
|
+
"isDeprecated": false,
|
|
43362
|
+
"deprecationReason": null
|
|
43363
|
+
},
|
|
43283
43364
|
{
|
|
43284
43365
|
"name": "description",
|
|
43285
43366
|
"description": null,
|
|
@@ -43729,6 +43810,18 @@
|
|
|
43729
43810
|
"description": null,
|
|
43730
43811
|
"fields": null,
|
|
43731
43812
|
"inputFields": [
|
|
43813
|
+
{
|
|
43814
|
+
"name": "behavior",
|
|
43815
|
+
"description": "The behavior of the entitlement",
|
|
43816
|
+
"type": {
|
|
43817
|
+
"kind": "ENUM",
|
|
43818
|
+
"name": "EntitlementBehavior",
|
|
43819
|
+
"ofType": null
|
|
43820
|
+
},
|
|
43821
|
+
"defaultValue": null,
|
|
43822
|
+
"isDeprecated": false,
|
|
43823
|
+
"deprecationReason": null
|
|
43824
|
+
},
|
|
43732
43825
|
{
|
|
43733
43826
|
"name": "description",
|
|
43734
43827
|
"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: 1.
|
|
4
|
+
version: 1.177.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|