stigg-api-client 2.472.0 → 2.475.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/operations.rb +2 -0
- data/lib/stigg/generated/schema.json +126 -0
- 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: 799d9f4348511a8aa2f797e971d2b1e94a683a886c14c7502602a178e6593848
|
4
|
+
data.tar.gz: fbf5f6d3baae000ef77657c46413ad89ea90857a5d69917ac0572b7bae9a3478
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce6529173ffb806207b6f97d91eb078b47f1609cdd9a32e22efdb4f3dd61a1a556d41237f726caf50eb5e9f33f46cc85c5378fe11ef9d4c55913a59e6b05b564
|
7
|
+
data.tar.gz: 0223d129d4388d6b732d329036d82471b9d7597a1fba031c1b8df4f04674644a2ed41ba321243c9bdd157d541c43fe2491ccdeaa5cabef8c5b455890a04af61c
|
data/Gemfile.lock
CHANGED
@@ -72,6 +72,12 @@
|
|
72
72
|
"isDeprecated": false,
|
73
73
|
"deprecationReason": null
|
74
74
|
},
|
75
|
+
{
|
76
|
+
"name": "RequestedValuesMismatch",
|
77
|
+
"description": "The requested values do not match the expected values for the feature.",
|
78
|
+
"isDeprecated": false,
|
79
|
+
"deprecationReason": null
|
80
|
+
},
|
75
81
|
{
|
76
82
|
"name": "Unknown",
|
77
83
|
"description": "The access denial occurred for an unknown or unexpected reason.",
|
@@ -23041,6 +23047,26 @@
|
|
23041
23047
|
"isDeprecated": false,
|
23042
23048
|
"deprecationReason": null
|
23043
23049
|
},
|
23050
|
+
{
|
23051
|
+
"name": "requestedValues",
|
23052
|
+
"description": "The values requested by the customer, if applicable.",
|
23053
|
+
"args": [],
|
23054
|
+
"type": {
|
23055
|
+
"kind": "LIST",
|
23056
|
+
"name": null,
|
23057
|
+
"ofType": {
|
23058
|
+
"kind": "NON_NULL",
|
23059
|
+
"name": null,
|
23060
|
+
"ofType": {
|
23061
|
+
"kind": "SCALAR",
|
23062
|
+
"name": "String",
|
23063
|
+
"ofType": null
|
23064
|
+
}
|
23065
|
+
}
|
23066
|
+
},
|
23067
|
+
"isDeprecated": false,
|
23068
|
+
"deprecationReason": null
|
23069
|
+
},
|
23044
23070
|
{
|
23045
23071
|
"name": "resetPeriod",
|
23046
23072
|
"description": "The interval at which usage resets automatically, such as monthly or yearly.",
|
@@ -23244,6 +23270,26 @@
|
|
23244
23270
|
"isDeprecated": false,
|
23245
23271
|
"deprecationReason": null
|
23246
23272
|
},
|
23273
|
+
{
|
23274
|
+
"name": "requestedValues",
|
23275
|
+
"description": "The values requested by the customer, if applicable.",
|
23276
|
+
"type": {
|
23277
|
+
"kind": "LIST",
|
23278
|
+
"name": null,
|
23279
|
+
"ofType": {
|
23280
|
+
"kind": "NON_NULL",
|
23281
|
+
"name": null,
|
23282
|
+
"ofType": {
|
23283
|
+
"kind": "SCALAR",
|
23284
|
+
"name": "String",
|
23285
|
+
"ofType": null
|
23286
|
+
}
|
23287
|
+
}
|
23288
|
+
},
|
23289
|
+
"defaultValue": null,
|
23290
|
+
"isDeprecated": false,
|
23291
|
+
"deprecationReason": null
|
23292
|
+
},
|
23247
23293
|
{
|
23248
23294
|
"name": "resourceId",
|
23249
23295
|
"description": "The specific resource identifier scoped for the entitlement check.",
|
@@ -23291,6 +23337,26 @@
|
|
23291
23337
|
"isDeprecated": false,
|
23292
23338
|
"deprecationReason": null
|
23293
23339
|
},
|
23340
|
+
{
|
23341
|
+
"name": "enumValues",
|
23342
|
+
"description": "List of enum values applicable to this entitlement, if it is an enum feature.",
|
23343
|
+
"type": {
|
23344
|
+
"kind": "LIST",
|
23345
|
+
"name": null,
|
23346
|
+
"ofType": {
|
23347
|
+
"kind": "NON_NULL",
|
23348
|
+
"name": null,
|
23349
|
+
"ofType": {
|
23350
|
+
"kind": "SCALAR",
|
23351
|
+
"name": "String",
|
23352
|
+
"ofType": null
|
23353
|
+
}
|
23354
|
+
}
|
23355
|
+
},
|
23356
|
+
"defaultValue": null,
|
23357
|
+
"isDeprecated": false,
|
23358
|
+
"deprecationReason": null
|
23359
|
+
},
|
23294
23360
|
{
|
23295
23361
|
"name": "hasAccess",
|
23296
23362
|
"description": "Indicates whether the customer currently has access to the feature.",
|
@@ -23367,6 +23433,26 @@
|
|
23367
23433
|
"isDeprecated": false,
|
23368
23434
|
"deprecationReason": null
|
23369
23435
|
},
|
23436
|
+
{
|
23437
|
+
"name": "requestedValues",
|
23438
|
+
"description": "The values requested by the customer, if applicable.",
|
23439
|
+
"type": {
|
23440
|
+
"kind": "LIST",
|
23441
|
+
"name": null,
|
23442
|
+
"ofType": {
|
23443
|
+
"kind": "NON_NULL",
|
23444
|
+
"name": null,
|
23445
|
+
"ofType": {
|
23446
|
+
"kind": "SCALAR",
|
23447
|
+
"name": "String",
|
23448
|
+
"ofType": null
|
23449
|
+
}
|
23450
|
+
}
|
23451
|
+
},
|
23452
|
+
"defaultValue": null,
|
23453
|
+
"isDeprecated": false,
|
23454
|
+
"deprecationReason": null
|
23455
|
+
},
|
23370
23456
|
{
|
23371
23457
|
"name": "resetPeriod",
|
23372
23458
|
"description": "The interval at which usage resets automatically, such as monthly or yearly.",
|
@@ -23680,6 +23766,26 @@
|
|
23680
23766
|
"isDeprecated": false,
|
23681
23767
|
"deprecationReason": null
|
23682
23768
|
},
|
23769
|
+
{
|
23770
|
+
"name": "requestedValues",
|
23771
|
+
"description": "The values requested by the customer, if applicable.",
|
23772
|
+
"type": {
|
23773
|
+
"kind": "LIST",
|
23774
|
+
"name": null,
|
23775
|
+
"ofType": {
|
23776
|
+
"kind": "NON_NULL",
|
23777
|
+
"name": null,
|
23778
|
+
"ofType": {
|
23779
|
+
"kind": "SCALAR",
|
23780
|
+
"name": "String",
|
23781
|
+
"ofType": null
|
23782
|
+
}
|
23783
|
+
}
|
23784
|
+
},
|
23785
|
+
"defaultValue": null,
|
23786
|
+
"isDeprecated": false,
|
23787
|
+
"deprecationReason": null
|
23788
|
+
},
|
23683
23789
|
{
|
23684
23790
|
"name": "shouldTrack",
|
23685
23791
|
"description": "Not in use anymore",
|
@@ -24034,6 +24140,26 @@
|
|
24034
24140
|
"isDeprecated": false,
|
24035
24141
|
"deprecationReason": null
|
24036
24142
|
},
|
24143
|
+
{
|
24144
|
+
"name": "requestedValues",
|
24145
|
+
"description": "The values requested by the customer, if applicable.",
|
24146
|
+
"args": [],
|
24147
|
+
"type": {
|
24148
|
+
"kind": "LIST",
|
24149
|
+
"name": null,
|
24150
|
+
"ofType": {
|
24151
|
+
"kind": "NON_NULL",
|
24152
|
+
"name": null,
|
24153
|
+
"ofType": {
|
24154
|
+
"kind": "SCALAR",
|
24155
|
+
"name": "String",
|
24156
|
+
"ofType": null
|
24157
|
+
}
|
24158
|
+
}
|
24159
|
+
},
|
24160
|
+
"isDeprecated": false,
|
24161
|
+
"deprecationReason": null
|
24162
|
+
},
|
24037
24163
|
{
|
24038
24164
|
"name": "resetPeriod",
|
24039
24165
|
"description": "The interval at which usage resets automatically, such as monthly or yearly.",
|
data/lib/stigg/version.rb
CHANGED