stigg-api-client 2.462.2 → 2.463.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d31f2fb5f89cd629193762ff21700aebb372882f0cb18a03d1c489a7688592c8
4
- data.tar.gz: 99d4e46182e6a0d318fd284d918ae304b735a2904aaeba8a642defc46d41c4a6
3
+ metadata.gz: 874b8eac3223d0662d8fb963cb22c6bb9e124fe30a0966e16e7cefab40087f50
4
+ data.tar.gz: 0a32b7c8805a9c4e1daee9bae2f6354f220b6adb0c86b3cd8f7d27bc8e4aaf40
5
5
  SHA512:
6
- metadata.gz: da5d396ef53d5bee6fcddadaa8799dd827e7b187e317dd60467ab09e5302d77772fab7a1c599a9d775979f00ec324ce38f96029a65e82bb592066303cd9a9161
7
- data.tar.gz: 3590b4859d83824d79034887a8699e42863ea8759546429b84a91341020e3773edc088626528798a7d90591397ed86ba74e81395cc47c4b9e0f3d85f37f3b054
6
+ metadata.gz: 59d32f8b809ef8ea695a1749c39184f94703d520cf607fc50a71d2214e07ffe6904796dcd2a9b256b8cda0486df2f9affabcb28eb4b9d5e3d298f7cc79de323c
7
+ data.tar.gz: 0ffccec49500ab7bd2c1c5da7e320b0c2246be717dff52a1e95e83e22bc252a520aad0998a22cdbdcc721df154bd0cfbd85d05608ef8eeaae68c78895f90ba39
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.462.2)
4
+ stigg-api-client (2.463.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -23301,6 +23301,26 @@
23301
23301
  "isDeprecated": false,
23302
23302
  "deprecationReason": null
23303
23303
  },
23304
+ {
23305
+ "name": "enumConfiguration",
23306
+ "description": "The configuration data for the enum feature",
23307
+ "args": [],
23308
+ "type": {
23309
+ "kind": "LIST",
23310
+ "name": null,
23311
+ "ofType": {
23312
+ "kind": "NON_NULL",
23313
+ "name": null,
23314
+ "ofType": {
23315
+ "kind": "OBJECT",
23316
+ "name": "EnumConfigurationEntity",
23317
+ "ofType": null
23318
+ }
23319
+ }
23320
+ },
23321
+ "isDeprecated": false,
23322
+ "deprecationReason": null
23323
+ },
23304
23324
  {
23305
23325
  "name": "featureStatus",
23306
23326
  "description": "The current status of the feature.",
@@ -24070,6 +24090,104 @@
24070
24090
  ],
24071
24091
  "possibleTypes": null
24072
24092
  },
24093
+ {
24094
+ "kind": "OBJECT",
24095
+ "name": "EnumConfigurationEntity",
24096
+ "description": "Feature enum configuration entity",
24097
+ "fields": [
24098
+ {
24099
+ "name": "deletedAt",
24100
+ "description": "The deletion date for soft-deleted enum configuration entities",
24101
+ "args": [],
24102
+ "type": {
24103
+ "kind": "SCALAR",
24104
+ "name": "DateTime",
24105
+ "ofType": null
24106
+ },
24107
+ "isDeprecated": false,
24108
+ "deprecationReason": null
24109
+ },
24110
+ {
24111
+ "name": "displayName",
24112
+ "description": "The display name for the enum configuration entity",
24113
+ "args": [],
24114
+ "type": {
24115
+ "kind": "NON_NULL",
24116
+ "name": null,
24117
+ "ofType": {
24118
+ "kind": "SCALAR",
24119
+ "name": "String",
24120
+ "ofType": null
24121
+ }
24122
+ },
24123
+ "isDeprecated": false,
24124
+ "deprecationReason": null
24125
+ },
24126
+ {
24127
+ "name": "value",
24128
+ "description": "The unique value identifier for the enum configuration entity",
24129
+ "args": [],
24130
+ "type": {
24131
+ "kind": "NON_NULL",
24132
+ "name": null,
24133
+ "ofType": {
24134
+ "kind": "SCALAR",
24135
+ "name": "String",
24136
+ "ofType": null
24137
+ }
24138
+ },
24139
+ "isDeprecated": false,
24140
+ "deprecationReason": null
24141
+ }
24142
+ ],
24143
+ "inputFields": null,
24144
+ "interfaces": [],
24145
+ "enumValues": null,
24146
+ "possibleTypes": null
24147
+ },
24148
+ {
24149
+ "kind": "INPUT_OBJECT",
24150
+ "name": "EnumConfigurationEntityInput",
24151
+ "description": "Feature enum configuration entity",
24152
+ "fields": null,
24153
+ "inputFields": [
24154
+ {
24155
+ "name": "displayName",
24156
+ "description": "The display name for the enum configuration entity",
24157
+ "type": {
24158
+ "kind": "NON_NULL",
24159
+ "name": null,
24160
+ "ofType": {
24161
+ "kind": "SCALAR",
24162
+ "name": "String",
24163
+ "ofType": null
24164
+ }
24165
+ },
24166
+ "defaultValue": null,
24167
+ "isDeprecated": false,
24168
+ "deprecationReason": null
24169
+ },
24170
+ {
24171
+ "name": "value",
24172
+ "description": "The unique value identifier for the enum configuration entity",
24173
+ "type": {
24174
+ "kind": "NON_NULL",
24175
+ "name": null,
24176
+ "ofType": {
24177
+ "kind": "SCALAR",
24178
+ "name": "String",
24179
+ "ofType": null
24180
+ }
24181
+ },
24182
+ "defaultValue": null,
24183
+ "isDeprecated": false,
24184
+ "deprecationReason": null
24185
+ }
24186
+ ],
24187
+ "interfaces": null,
24188
+ "enumValues": null,
24189
+ "possibleTypes": null
24190
+ },
24073
24191
  {
24074
24192
  "kind": "OBJECT",
24075
24193
  "name": "Environment",
@@ -25523,6 +25641,12 @@
25523
25641
  "isDeprecated": false,
25524
25642
  "deprecationReason": null
25525
25643
  },
25644
+ {
25645
+ "name": "FeatureConfigurationExceededLimitError",
25646
+ "description": null,
25647
+ "isDeprecated": false,
25648
+ "deprecationReason": null
25649
+ },
25526
25650
  {
25527
25651
  "name": "FeatureNotFound",
25528
25652
  "description": null,
@@ -30201,6 +30325,26 @@
30201
30325
  "isDeprecated": false,
30202
30326
  "deprecationReason": null
30203
30327
  },
30328
+ {
30329
+ "name": "enumConfiguration",
30330
+ "description": "The configuration data for the enum feature",
30331
+ "args": [],
30332
+ "type": {
30333
+ "kind": "LIST",
30334
+ "name": null,
30335
+ "ofType": {
30336
+ "kind": "NON_NULL",
30337
+ "name": null,
30338
+ "ofType": {
30339
+ "kind": "OBJECT",
30340
+ "name": "EnumConfigurationEntity",
30341
+ "ofType": null
30342
+ }
30343
+ }
30344
+ },
30345
+ "isDeprecated": false,
30346
+ "deprecationReason": null
30347
+ },
30204
30348
  {
30205
30349
  "name": "environment",
30206
30350
  "description": null,
@@ -31031,6 +31175,26 @@
31031
31175
  "isDeprecated": false,
31032
31176
  "deprecationReason": null
31033
31177
  },
31178
+ {
31179
+ "name": "enumConfiguration",
31180
+ "description": "The configuration data for the feature",
31181
+ "type": {
31182
+ "kind": "LIST",
31183
+ "name": null,
31184
+ "ofType": {
31185
+ "kind": "NON_NULL",
31186
+ "name": null,
31187
+ "ofType": {
31188
+ "kind": "INPUT_OBJECT",
31189
+ "name": "EnumConfigurationEntityInput",
31190
+ "ofType": null
31191
+ }
31192
+ }
31193
+ },
31194
+ "defaultValue": null,
31195
+ "isDeprecated": false,
31196
+ "deprecationReason": null
31197
+ },
31034
31198
  {
31035
31199
  "name": "environmentId",
31036
31200
  "description": "The unique identifier for the environment",
@@ -31841,6 +32005,12 @@
31841
32005
  "isDeprecated": false,
31842
32006
  "deprecationReason": null
31843
32007
  },
32008
+ {
32009
+ "name": "ENUM",
32010
+ "description": "Enum feature type",
32011
+ "isDeprecated": false,
32012
+ "deprecationReason": null
32013
+ },
31844
32014
  {
31845
32015
  "name": "NUMBER",
31846
32016
  "description": "Numeric feature type",
@@ -45184,6 +45354,26 @@
45184
45354
  "isDeprecated": false,
45185
45355
  "deprecationReason": null
45186
45356
  },
45357
+ {
45358
+ "name": "enumValues",
45359
+ "description": "The enum values of the entitlement",
45360
+ "type": {
45361
+ "kind": "LIST",
45362
+ "name": null,
45363
+ "ofType": {
45364
+ "kind": "NON_NULL",
45365
+ "name": null,
45366
+ "ofType": {
45367
+ "kind": "SCALAR",
45368
+ "name": "String",
45369
+ "ofType": null
45370
+ }
45371
+ }
45372
+ },
45373
+ "defaultValue": null,
45374
+ "isDeprecated": false,
45375
+ "deprecationReason": null
45376
+ },
45187
45377
  {
45188
45378
  "name": "featureId",
45189
45379
  "description": "The unique identifier of the entitlement feature",
@@ -46703,6 +46893,26 @@
46703
46893
  "isDeprecated": false,
46704
46894
  "deprecationReason": null
46705
46895
  },
46896
+ {
46897
+ "name": "enumValues",
46898
+ "description": "The enum values of the entitlement",
46899
+ "args": [],
46900
+ "type": {
46901
+ "kind": "LIST",
46902
+ "name": null,
46903
+ "ofType": {
46904
+ "kind": "NON_NULL",
46905
+ "name": null,
46906
+ "ofType": {
46907
+ "kind": "SCALAR",
46908
+ "name": "String",
46909
+ "ofType": null
46910
+ }
46911
+ }
46912
+ },
46913
+ "isDeprecated": false,
46914
+ "deprecationReason": null
46915
+ },
46706
46916
  {
46707
46917
  "name": "environmentId",
46708
46918
  "description": "The unique identifier for the environment",
@@ -47238,6 +47448,26 @@
47238
47448
  "isDeprecated": false,
47239
47449
  "deprecationReason": null
47240
47450
  },
47451
+ {
47452
+ "name": "enumValues",
47453
+ "description": "The enum values of the entitlement",
47454
+ "args": [],
47455
+ "type": {
47456
+ "kind": "LIST",
47457
+ "name": null,
47458
+ "ofType": {
47459
+ "kind": "NON_NULL",
47460
+ "name": null,
47461
+ "ofType": {
47462
+ "kind": "SCALAR",
47463
+ "name": "String",
47464
+ "ofType": null
47465
+ }
47466
+ }
47467
+ },
47468
+ "isDeprecated": false,
47469
+ "deprecationReason": null
47470
+ },
47241
47471
  {
47242
47472
  "name": "environmentId",
47243
47473
  "description": "The unique identifier for the environment",
@@ -48006,6 +48236,26 @@
48006
48236
  "isDeprecated": false,
48007
48237
  "deprecationReason": null
48008
48238
  },
48239
+ {
48240
+ "name": "enumValues",
48241
+ "description": "The enum values of the entitlement",
48242
+ "type": {
48243
+ "kind": "LIST",
48244
+ "name": null,
48245
+ "ofType": {
48246
+ "kind": "NON_NULL",
48247
+ "name": null,
48248
+ "ofType": {
48249
+ "kind": "SCALAR",
48250
+ "name": "String",
48251
+ "ofType": null
48252
+ }
48253
+ }
48254
+ },
48255
+ "defaultValue": null,
48256
+ "isDeprecated": false,
48257
+ "deprecationReason": null
48258
+ },
48009
48259
  {
48010
48260
  "name": "environmentId",
48011
48261
  "description": "The unique identifier for the environment",
@@ -48467,6 +48717,26 @@
48467
48717
  "isDeprecated": false,
48468
48718
  "deprecationReason": null
48469
48719
  },
48720
+ {
48721
+ "name": "enumValues",
48722
+ "description": "The enum values of the entitlement",
48723
+ "type": {
48724
+ "kind": "LIST",
48725
+ "name": null,
48726
+ "ofType": {
48727
+ "kind": "NON_NULL",
48728
+ "name": null,
48729
+ "ofType": {
48730
+ "kind": "SCALAR",
48731
+ "name": "String",
48732
+ "ofType": null
48733
+ }
48734
+ }
48735
+ },
48736
+ "defaultValue": null,
48737
+ "isDeprecated": false,
48738
+ "deprecationReason": null
48739
+ },
48470
48740
  {
48471
48741
  "name": "hasSoftLimit",
48472
48742
  "description": "Whether the entitlement has a soft limit",
@@ -84240,6 +84510,26 @@
84240
84510
  "isDeprecated": false,
84241
84511
  "deprecationReason": null
84242
84512
  },
84513
+ {
84514
+ "name": "enumConfiguration",
84515
+ "description": "The configuration data for the feature",
84516
+ "type": {
84517
+ "kind": "LIST",
84518
+ "name": null,
84519
+ "ofType": {
84520
+ "kind": "NON_NULL",
84521
+ "name": null,
84522
+ "ofType": {
84523
+ "kind": "INPUT_OBJECT",
84524
+ "name": "EnumConfigurationEntityInput",
84525
+ "ofType": null
84526
+ }
84527
+ }
84528
+ },
84529
+ "defaultValue": null,
84530
+ "isDeprecated": false,
84531
+ "deprecationReason": null
84532
+ },
84243
84533
  {
84244
84534
  "name": "environmentId",
84245
84535
  "description": "The unique identifier for the environment",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.462.2"
4
+ VERSION = "2.463.0"
5
5
  end
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.462.2
4
+ version: 2.463.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-09 00:00:00.000000000 Z
11
+ date: 2025-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient