stigg-api-client 2.235.0 → 2.241.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +414 -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: 41f4bdec8ca0119a4a9fbb0895d62fccfafa24b62ef226856dc7ef24e90f9f20
|
4
|
+
data.tar.gz: f3a567737ffa991dd83b0f0603f5f794bb9713099696028f332dd7e355b655f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc793ffeb9f1e8bc6411a5d11e73421f56c62d0da38ad8b9d62798e9abfbb9db28916f75afa269b3455299e7b4f6f144b97945c8c2b5c4013f2b612b5cc8af60
|
7
|
+
data.tar.gz: ebea7fa16d2a04271071234894ac3c9e404c54dda3628006b31565e8562ae668caa424948902bb432aa4ac92a6d7e2950ec77bbadad333c3d4036f443e70f5aa
|
data/Gemfile.lock
CHANGED
@@ -75,6 +75,65 @@
|
|
75
75
|
],
|
76
76
|
"possibleTypes": null
|
77
77
|
},
|
78
|
+
{
|
79
|
+
"kind": "OBJECT",
|
80
|
+
"name": "AccessRoles",
|
81
|
+
"description": "access roles",
|
82
|
+
"fields": [
|
83
|
+
{
|
84
|
+
"name": "accountRole",
|
85
|
+
"description": "Account level access of the user",
|
86
|
+
"args": [],
|
87
|
+
"type": {
|
88
|
+
"kind": "NON_NULL",
|
89
|
+
"name": null,
|
90
|
+
"ofType": {
|
91
|
+
"kind": "ENUM",
|
92
|
+
"name": "AccountAccessRole",
|
93
|
+
"ofType": null
|
94
|
+
}
|
95
|
+
},
|
96
|
+
"isDeprecated": false,
|
97
|
+
"deprecationReason": null
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"name": "nonProductionRole",
|
101
|
+
"description": "Non-production environment level access of the user",
|
102
|
+
"args": [],
|
103
|
+
"type": {
|
104
|
+
"kind": "NON_NULL",
|
105
|
+
"name": null,
|
106
|
+
"ofType": {
|
107
|
+
"kind": "ENUM",
|
108
|
+
"name": "EnvironmentAccessRole",
|
109
|
+
"ofType": null
|
110
|
+
}
|
111
|
+
},
|
112
|
+
"isDeprecated": false,
|
113
|
+
"deprecationReason": null
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"name": "productionRole",
|
117
|
+
"description": "Production environment level access of the user",
|
118
|
+
"args": [],
|
119
|
+
"type": {
|
120
|
+
"kind": "NON_NULL",
|
121
|
+
"name": null,
|
122
|
+
"ofType": {
|
123
|
+
"kind": "ENUM",
|
124
|
+
"name": "EnvironmentAccessRole",
|
125
|
+
"ofType": null
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"isDeprecated": false,
|
129
|
+
"deprecationReason": null
|
130
|
+
}
|
131
|
+
],
|
132
|
+
"inputFields": null,
|
133
|
+
"interfaces": [],
|
134
|
+
"enumValues": null,
|
135
|
+
"possibleTypes": null
|
136
|
+
},
|
78
137
|
{
|
79
138
|
"kind": "OBJECT",
|
80
139
|
"name": "Account",
|
@@ -190,6 +249,29 @@
|
|
190
249
|
"enumValues": null,
|
191
250
|
"possibleTypes": null
|
192
251
|
},
|
252
|
+
{
|
253
|
+
"kind": "ENUM",
|
254
|
+
"name": "AccountAccessRole",
|
255
|
+
"description": "Account access role of the user",
|
256
|
+
"fields": null,
|
257
|
+
"inputFields": null,
|
258
|
+
"interfaces": null,
|
259
|
+
"enumValues": [
|
260
|
+
{
|
261
|
+
"name": "MEMBER",
|
262
|
+
"description": null,
|
263
|
+
"isDeprecated": false,
|
264
|
+
"deprecationReason": null
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"name": "OWNER",
|
268
|
+
"description": null,
|
269
|
+
"isDeprecated": false,
|
270
|
+
"deprecationReason": null
|
271
|
+
}
|
272
|
+
],
|
273
|
+
"possibleTypes": null
|
274
|
+
},
|
193
275
|
{
|
194
276
|
"kind": "OBJECT",
|
195
277
|
"name": "AccountNotFoundError",
|
@@ -23671,6 +23753,41 @@
|
|
23671
23753
|
"enumValues": null,
|
23672
23754
|
"possibleTypes": null
|
23673
23755
|
},
|
23756
|
+
{
|
23757
|
+
"kind": "ENUM",
|
23758
|
+
"name": "EnvironmentAccessRole",
|
23759
|
+
"description": "Environment access role of the user",
|
23760
|
+
"fields": null,
|
23761
|
+
"inputFields": null,
|
23762
|
+
"interfaces": null,
|
23763
|
+
"enumValues": [
|
23764
|
+
{
|
23765
|
+
"name": "ADMIN",
|
23766
|
+
"description": null,
|
23767
|
+
"isDeprecated": false,
|
23768
|
+
"deprecationReason": null
|
23769
|
+
},
|
23770
|
+
{
|
23771
|
+
"name": "NONE",
|
23772
|
+
"description": null,
|
23773
|
+
"isDeprecated": false,
|
23774
|
+
"deprecationReason": null
|
23775
|
+
},
|
23776
|
+
{
|
23777
|
+
"name": "SUPPORT",
|
23778
|
+
"description": null,
|
23779
|
+
"isDeprecated": false,
|
23780
|
+
"deprecationReason": null
|
23781
|
+
},
|
23782
|
+
{
|
23783
|
+
"name": "VIEWER",
|
23784
|
+
"description": null,
|
23785
|
+
"isDeprecated": false,
|
23786
|
+
"deprecationReason": null
|
23787
|
+
}
|
23788
|
+
],
|
23789
|
+
"possibleTypes": null
|
23790
|
+
},
|
23674
23791
|
{
|
23675
23792
|
"kind": "OBJECT",
|
23676
23793
|
"name": "EnvironmentAggregateGroupBy",
|
@@ -37025,6 +37142,18 @@
|
|
37025
37142
|
"name": "Member",
|
37026
37143
|
"description": null,
|
37027
37144
|
"fields": [
|
37145
|
+
{
|
37146
|
+
"name": "accessRoles",
|
37147
|
+
"description": "Get the access roles assigned to the member",
|
37148
|
+
"args": [],
|
37149
|
+
"type": {
|
37150
|
+
"kind": "OBJECT",
|
37151
|
+
"name": "AccessRoles",
|
37152
|
+
"ofType": null
|
37153
|
+
},
|
37154
|
+
"isDeprecated": false,
|
37155
|
+
"deprecationReason": null
|
37156
|
+
},
|
37028
37157
|
{
|
37029
37158
|
"name": "account",
|
37030
37159
|
"description": null,
|
@@ -37160,6 +37289,22 @@
|
|
37160
37289
|
},
|
37161
37290
|
"isDeprecated": false,
|
37162
37291
|
"deprecationReason": null
|
37292
|
+
},
|
37293
|
+
{
|
37294
|
+
"name": "userId",
|
37295
|
+
"description": "The id of the user associated with this member",
|
37296
|
+
"args": [],
|
37297
|
+
"type": {
|
37298
|
+
"kind": "NON_NULL",
|
37299
|
+
"name": null,
|
37300
|
+
"ofType": {
|
37301
|
+
"kind": "SCALAR",
|
37302
|
+
"name": "String",
|
37303
|
+
"ofType": null
|
37304
|
+
}
|
37305
|
+
},
|
37306
|
+
"isDeprecated": false,
|
37307
|
+
"deprecationReason": null
|
37163
37308
|
}
|
37164
37309
|
],
|
37165
37310
|
"inputFields": null,
|
@@ -37184,6 +37329,18 @@
|
|
37184
37329
|
"isDeprecated": false,
|
37185
37330
|
"deprecationReason": null
|
37186
37331
|
},
|
37332
|
+
{
|
37333
|
+
"name": "email",
|
37334
|
+
"description": null,
|
37335
|
+
"args": [],
|
37336
|
+
"type": {
|
37337
|
+
"kind": "SCALAR",
|
37338
|
+
"name": "String",
|
37339
|
+
"ofType": null
|
37340
|
+
},
|
37341
|
+
"isDeprecated": false,
|
37342
|
+
"deprecationReason": null
|
37343
|
+
},
|
37187
37344
|
{
|
37188
37345
|
"name": "id",
|
37189
37346
|
"description": null,
|
@@ -37286,6 +37443,18 @@
|
|
37286
37443
|
"isDeprecated": false,
|
37287
37444
|
"deprecationReason": null
|
37288
37445
|
},
|
37446
|
+
{
|
37447
|
+
"name": "email",
|
37448
|
+
"description": null,
|
37449
|
+
"args": [],
|
37450
|
+
"type": {
|
37451
|
+
"kind": "SCALAR",
|
37452
|
+
"name": "Int",
|
37453
|
+
"ofType": null
|
37454
|
+
},
|
37455
|
+
"isDeprecated": false,
|
37456
|
+
"deprecationReason": null
|
37457
|
+
},
|
37289
37458
|
{
|
37290
37459
|
"name": "id",
|
37291
37460
|
"description": null,
|
@@ -37385,6 +37554,18 @@
|
|
37385
37554
|
"isDeprecated": false,
|
37386
37555
|
"deprecationReason": null
|
37387
37556
|
},
|
37557
|
+
{
|
37558
|
+
"name": "email",
|
37559
|
+
"description": null,
|
37560
|
+
"type": {
|
37561
|
+
"kind": "INPUT_OBJECT",
|
37562
|
+
"name": "StringFieldComparison",
|
37563
|
+
"ofType": null
|
37564
|
+
},
|
37565
|
+
"defaultValue": null,
|
37566
|
+
"isDeprecated": false,
|
37567
|
+
"deprecationReason": null
|
37568
|
+
},
|
37388
37569
|
{
|
37389
37570
|
"name": "id",
|
37390
37571
|
"description": null,
|
@@ -37416,6 +37597,105 @@
|
|
37416
37597
|
"defaultValue": null,
|
37417
37598
|
"isDeprecated": false,
|
37418
37599
|
"deprecationReason": null
|
37600
|
+
},
|
37601
|
+
{
|
37602
|
+
"name": "user",
|
37603
|
+
"description": null,
|
37604
|
+
"type": {
|
37605
|
+
"kind": "INPUT_OBJECT",
|
37606
|
+
"name": "MemberFilterUserFilter",
|
37607
|
+
"ofType": null
|
37608
|
+
},
|
37609
|
+
"defaultValue": null,
|
37610
|
+
"isDeprecated": false,
|
37611
|
+
"deprecationReason": null
|
37612
|
+
}
|
37613
|
+
],
|
37614
|
+
"interfaces": null,
|
37615
|
+
"enumValues": null,
|
37616
|
+
"possibleTypes": null
|
37617
|
+
},
|
37618
|
+
{
|
37619
|
+
"kind": "INPUT_OBJECT",
|
37620
|
+
"name": "MemberFilterUserFilter",
|
37621
|
+
"description": null,
|
37622
|
+
"fields": null,
|
37623
|
+
"inputFields": [
|
37624
|
+
{
|
37625
|
+
"name": "and",
|
37626
|
+
"description": null,
|
37627
|
+
"type": {
|
37628
|
+
"kind": "LIST",
|
37629
|
+
"name": null,
|
37630
|
+
"ofType": {
|
37631
|
+
"kind": "NON_NULL",
|
37632
|
+
"name": null,
|
37633
|
+
"ofType": {
|
37634
|
+
"kind": "INPUT_OBJECT",
|
37635
|
+
"name": "MemberFilterUserFilter",
|
37636
|
+
"ofType": null
|
37637
|
+
}
|
37638
|
+
}
|
37639
|
+
},
|
37640
|
+
"defaultValue": null,
|
37641
|
+
"isDeprecated": false,
|
37642
|
+
"deprecationReason": null
|
37643
|
+
},
|
37644
|
+
{
|
37645
|
+
"name": "email",
|
37646
|
+
"description": null,
|
37647
|
+
"type": {
|
37648
|
+
"kind": "INPUT_OBJECT",
|
37649
|
+
"name": "StringFieldComparison",
|
37650
|
+
"ofType": null
|
37651
|
+
},
|
37652
|
+
"defaultValue": null,
|
37653
|
+
"isDeprecated": false,
|
37654
|
+
"deprecationReason": null
|
37655
|
+
},
|
37656
|
+
{
|
37657
|
+
"name": "id",
|
37658
|
+
"description": null,
|
37659
|
+
"type": {
|
37660
|
+
"kind": "INPUT_OBJECT",
|
37661
|
+
"name": "StringFieldComparison",
|
37662
|
+
"ofType": null
|
37663
|
+
},
|
37664
|
+
"defaultValue": null,
|
37665
|
+
"isDeprecated": false,
|
37666
|
+
"deprecationReason": null
|
37667
|
+
},
|
37668
|
+
{
|
37669
|
+
"name": "name",
|
37670
|
+
"description": null,
|
37671
|
+
"type": {
|
37672
|
+
"kind": "INPUT_OBJECT",
|
37673
|
+
"name": "StringFieldComparison",
|
37674
|
+
"ofType": null
|
37675
|
+
},
|
37676
|
+
"defaultValue": null,
|
37677
|
+
"isDeprecated": false,
|
37678
|
+
"deprecationReason": null
|
37679
|
+
},
|
37680
|
+
{
|
37681
|
+
"name": "or",
|
37682
|
+
"description": null,
|
37683
|
+
"type": {
|
37684
|
+
"kind": "LIST",
|
37685
|
+
"name": null,
|
37686
|
+
"ofType": {
|
37687
|
+
"kind": "NON_NULL",
|
37688
|
+
"name": null,
|
37689
|
+
"ofType": {
|
37690
|
+
"kind": "INPUT_OBJECT",
|
37691
|
+
"name": "MemberFilterUserFilter",
|
37692
|
+
"ofType": null
|
37693
|
+
}
|
37694
|
+
}
|
37695
|
+
},
|
37696
|
+
"defaultValue": null,
|
37697
|
+
"isDeprecated": false,
|
37698
|
+
"deprecationReason": null
|
37419
37699
|
}
|
37420
37700
|
],
|
37421
37701
|
"interfaces": null,
|
@@ -37482,6 +37762,18 @@
|
|
37482
37762
|
"isDeprecated": false,
|
37483
37763
|
"deprecationReason": null
|
37484
37764
|
},
|
37765
|
+
{
|
37766
|
+
"name": "email",
|
37767
|
+
"description": null,
|
37768
|
+
"args": [],
|
37769
|
+
"type": {
|
37770
|
+
"kind": "SCALAR",
|
37771
|
+
"name": "String",
|
37772
|
+
"ofType": null
|
37773
|
+
},
|
37774
|
+
"isDeprecated": false,
|
37775
|
+
"deprecationReason": null
|
37776
|
+
},
|
37485
37777
|
{
|
37486
37778
|
"name": "id",
|
37487
37779
|
"description": null,
|
@@ -37517,6 +37809,18 @@
|
|
37517
37809
|
"isDeprecated": false,
|
37518
37810
|
"deprecationReason": null
|
37519
37811
|
},
|
37812
|
+
{
|
37813
|
+
"name": "email",
|
37814
|
+
"description": null,
|
37815
|
+
"args": [],
|
37816
|
+
"type": {
|
37817
|
+
"kind": "SCALAR",
|
37818
|
+
"name": "String",
|
37819
|
+
"ofType": null
|
37820
|
+
},
|
37821
|
+
"isDeprecated": false,
|
37822
|
+
"deprecationReason": null
|
37823
|
+
},
|
37520
37824
|
{
|
37521
37825
|
"name": "id",
|
37522
37826
|
"description": null,
|
@@ -37631,6 +37935,12 @@
|
|
37631
37935
|
"isDeprecated": false,
|
37632
37936
|
"deprecationReason": null
|
37633
37937
|
},
|
37938
|
+
{
|
37939
|
+
"name": "email",
|
37940
|
+
"description": null,
|
37941
|
+
"isDeprecated": false,
|
37942
|
+
"deprecationReason": null
|
37943
|
+
},
|
37634
37944
|
{
|
37635
37945
|
"name": "id",
|
37636
37946
|
"description": null,
|
@@ -41632,6 +41942,35 @@
|
|
41632
41942
|
"isDeprecated": false,
|
41633
41943
|
"deprecationReason": null
|
41634
41944
|
},
|
41945
|
+
{
|
41946
|
+
"name": "setAccessRoles",
|
41947
|
+
"description": null,
|
41948
|
+
"args": [
|
41949
|
+
{
|
41950
|
+
"name": "setAccessRolesInput",
|
41951
|
+
"description": null,
|
41952
|
+
"type": {
|
41953
|
+
"kind": "NON_NULL",
|
41954
|
+
"name": null,
|
41955
|
+
"ofType": {
|
41956
|
+
"kind": "INPUT_OBJECT",
|
41957
|
+
"name": "SetAccessRolesInput",
|
41958
|
+
"ofType": null
|
41959
|
+
}
|
41960
|
+
},
|
41961
|
+
"defaultValue": null,
|
41962
|
+
"isDeprecated": false,
|
41963
|
+
"deprecationReason": null
|
41964
|
+
}
|
41965
|
+
],
|
41966
|
+
"type": {
|
41967
|
+
"kind": "SCALAR",
|
41968
|
+
"name": "String",
|
41969
|
+
"ofType": null
|
41970
|
+
},
|
41971
|
+
"isDeprecated": false,
|
41972
|
+
"deprecationReason": null
|
41973
|
+
},
|
41635
41974
|
{
|
41636
41975
|
"name": "setBasePlanOnPlan",
|
41637
41976
|
"description": null,
|
@@ -66061,6 +66400,81 @@
|
|
66061
66400
|
"enumValues": null,
|
66062
66401
|
"possibleTypes": null
|
66063
66402
|
},
|
66403
|
+
{
|
66404
|
+
"kind": "INPUT_OBJECT",
|
66405
|
+
"name": "SetAccessRolesInput",
|
66406
|
+
"description": null,
|
66407
|
+
"fields": null,
|
66408
|
+
"inputFields": [
|
66409
|
+
{
|
66410
|
+
"name": "accountRole",
|
66411
|
+
"description": "Account level access of the user",
|
66412
|
+
"type": {
|
66413
|
+
"kind": "NON_NULL",
|
66414
|
+
"name": null,
|
66415
|
+
"ofType": {
|
66416
|
+
"kind": "ENUM",
|
66417
|
+
"name": "AccountAccessRole",
|
66418
|
+
"ofType": null
|
66419
|
+
}
|
66420
|
+
},
|
66421
|
+
"defaultValue": null,
|
66422
|
+
"isDeprecated": false,
|
66423
|
+
"deprecationReason": null
|
66424
|
+
},
|
66425
|
+
{
|
66426
|
+
"name": "nonProductionRole",
|
66427
|
+
"description": "Environment level access of the user",
|
66428
|
+
"type": {
|
66429
|
+
"kind": "NON_NULL",
|
66430
|
+
"name": null,
|
66431
|
+
"ofType": {
|
66432
|
+
"kind": "ENUM",
|
66433
|
+
"name": "EnvironmentAccessRole",
|
66434
|
+
"ofType": null
|
66435
|
+
}
|
66436
|
+
},
|
66437
|
+
"defaultValue": null,
|
66438
|
+
"isDeprecated": false,
|
66439
|
+
"deprecationReason": null
|
66440
|
+
},
|
66441
|
+
{
|
66442
|
+
"name": "productionRole",
|
66443
|
+
"description": "Environment level access of the user",
|
66444
|
+
"type": {
|
66445
|
+
"kind": "NON_NULL",
|
66446
|
+
"name": null,
|
66447
|
+
"ofType": {
|
66448
|
+
"kind": "ENUM",
|
66449
|
+
"name": "EnvironmentAccessRole",
|
66450
|
+
"ofType": null
|
66451
|
+
}
|
66452
|
+
},
|
66453
|
+
"defaultValue": null,
|
66454
|
+
"isDeprecated": false,
|
66455
|
+
"deprecationReason": null
|
66456
|
+
},
|
66457
|
+
{
|
66458
|
+
"name": "userId",
|
66459
|
+
"description": "The id of the user associated with this member",
|
66460
|
+
"type": {
|
66461
|
+
"kind": "NON_NULL",
|
66462
|
+
"name": null,
|
66463
|
+
"ofType": {
|
66464
|
+
"kind": "SCALAR",
|
66465
|
+
"name": "String",
|
66466
|
+
"ofType": null
|
66467
|
+
}
|
66468
|
+
},
|
66469
|
+
"defaultValue": null,
|
66470
|
+
"isDeprecated": false,
|
66471
|
+
"deprecationReason": null
|
66472
|
+
}
|
66473
|
+
],
|
66474
|
+
"interfaces": null,
|
66475
|
+
"enumValues": null,
|
66476
|
+
"possibleTypes": null
|
66477
|
+
},
|
66064
66478
|
{
|
66065
66479
|
"kind": "INPUT_OBJECT",
|
66066
66480
|
"name": "SetBasePlanOnPlanInput",
|
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.241.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-12-
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|