stigg-api-client 2.294.0 → 2.296.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 +83 -12
- 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: 7630345684f6c8e9958df310f57de8db1f335c8bd37b9f7b936132e940a4d2fa
|
|
4
|
+
data.tar.gz: b562a12be5f537c9906840fa63c86cfe62925a84130ac714e6620192b5697f45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0946c8afdc1e033cdcb6840ccad9d15d7f4ff18812feec2572b8571cb5174e6a5c351258505552750374d483a578d5992c6b6945afa3b93d3abe314f1c4a386f'
|
|
7
|
+
data.tar.gz: db9c60b450e7607b6054374c6c65cf3fd71cf21daeb6d781d5a8ed9c95894114908db251cfddc544f4aed17eb8bffd4aaa8759bfb4f24e76a7e558d62d94f4d8
|
data/Gemfile.lock
CHANGED
|
@@ -163,6 +163,18 @@
|
|
|
163
163
|
"isDeprecated": false,
|
|
164
164
|
"deprecationReason": null
|
|
165
165
|
},
|
|
166
|
+
{
|
|
167
|
+
"name": "defaultSSORoles",
|
|
168
|
+
"description": null,
|
|
169
|
+
"args": [],
|
|
170
|
+
"type": {
|
|
171
|
+
"kind": "OBJECT",
|
|
172
|
+
"name": "AccessRoles",
|
|
173
|
+
"ofType": null
|
|
174
|
+
},
|
|
175
|
+
"isDeprecated": false,
|
|
176
|
+
"deprecationReason": null
|
|
177
|
+
},
|
|
166
178
|
{
|
|
167
179
|
"name": "displayName",
|
|
168
180
|
"description": null,
|
|
@@ -20874,6 +20886,65 @@
|
|
|
20874
20886
|
"enumValues": null,
|
|
20875
20887
|
"possibleTypes": null
|
|
20876
20888
|
},
|
|
20889
|
+
{
|
|
20890
|
+
"kind": "INPUT_OBJECT",
|
|
20891
|
+
"name": "DefaultSSORolesInput",
|
|
20892
|
+
"description": null,
|
|
20893
|
+
"fields": null,
|
|
20894
|
+
"inputFields": [
|
|
20895
|
+
{
|
|
20896
|
+
"name": "accountRole",
|
|
20897
|
+
"description": "Account level access of the user",
|
|
20898
|
+
"type": {
|
|
20899
|
+
"kind": "NON_NULL",
|
|
20900
|
+
"name": null,
|
|
20901
|
+
"ofType": {
|
|
20902
|
+
"kind": "ENUM",
|
|
20903
|
+
"name": "AccountAccessRole",
|
|
20904
|
+
"ofType": null
|
|
20905
|
+
}
|
|
20906
|
+
},
|
|
20907
|
+
"defaultValue": null,
|
|
20908
|
+
"isDeprecated": false,
|
|
20909
|
+
"deprecationReason": null
|
|
20910
|
+
},
|
|
20911
|
+
{
|
|
20912
|
+
"name": "nonProductionRole",
|
|
20913
|
+
"description": "Environment level access of the user",
|
|
20914
|
+
"type": {
|
|
20915
|
+
"kind": "NON_NULL",
|
|
20916
|
+
"name": null,
|
|
20917
|
+
"ofType": {
|
|
20918
|
+
"kind": "ENUM",
|
|
20919
|
+
"name": "EnvironmentAccessRole",
|
|
20920
|
+
"ofType": null
|
|
20921
|
+
}
|
|
20922
|
+
},
|
|
20923
|
+
"defaultValue": null,
|
|
20924
|
+
"isDeprecated": false,
|
|
20925
|
+
"deprecationReason": null
|
|
20926
|
+
},
|
|
20927
|
+
{
|
|
20928
|
+
"name": "productionRole",
|
|
20929
|
+
"description": "Environment level access of the user",
|
|
20930
|
+
"type": {
|
|
20931
|
+
"kind": "NON_NULL",
|
|
20932
|
+
"name": null,
|
|
20933
|
+
"ofType": {
|
|
20934
|
+
"kind": "ENUM",
|
|
20935
|
+
"name": "EnvironmentAccessRole",
|
|
20936
|
+
"ofType": null
|
|
20937
|
+
}
|
|
20938
|
+
},
|
|
20939
|
+
"defaultValue": null,
|
|
20940
|
+
"isDeprecated": false,
|
|
20941
|
+
"deprecationReason": null
|
|
20942
|
+
}
|
|
20943
|
+
],
|
|
20944
|
+
"interfaces": null,
|
|
20945
|
+
"enumValues": null,
|
|
20946
|
+
"possibleTypes": null
|
|
20947
|
+
},
|
|
20877
20948
|
{
|
|
20878
20949
|
"kind": "OBJECT",
|
|
20879
20950
|
"name": "DefaultTrialConfig",
|
|
@@ -80043,28 +80114,28 @@
|
|
|
80043
80114
|
"fields": null,
|
|
80044
80115
|
"inputFields": [
|
|
80045
80116
|
{
|
|
80046
|
-
"name": "
|
|
80117
|
+
"name": "defaultSSORoles",
|
|
80047
80118
|
"description": null,
|
|
80048
80119
|
"type": {
|
|
80049
|
-
"kind": "
|
|
80050
|
-
"name":
|
|
80051
|
-
"ofType":
|
|
80052
|
-
"kind": "SCALAR",
|
|
80053
|
-
"name": "String",
|
|
80054
|
-
"ofType": null
|
|
80055
|
-
}
|
|
80120
|
+
"kind": "INPUT_OBJECT",
|
|
80121
|
+
"name": "DefaultSSORolesInput",
|
|
80122
|
+
"ofType": null
|
|
80056
80123
|
},
|
|
80057
80124
|
"defaultValue": null,
|
|
80058
80125
|
"isDeprecated": false,
|
|
80059
80126
|
"deprecationReason": null
|
|
80060
80127
|
},
|
|
80061
80128
|
{
|
|
80062
|
-
"name": "
|
|
80129
|
+
"name": "displayName",
|
|
80063
80130
|
"description": null,
|
|
80064
80131
|
"type": {
|
|
80065
|
-
"kind": "
|
|
80066
|
-
"name":
|
|
80067
|
-
"ofType":
|
|
80132
|
+
"kind": "NON_NULL",
|
|
80133
|
+
"name": null,
|
|
80134
|
+
"ofType": {
|
|
80135
|
+
"kind": "SCALAR",
|
|
80136
|
+
"name": "String",
|
|
80137
|
+
"ofType": null
|
|
80138
|
+
}
|
|
80068
80139
|
},
|
|
80069
80140
|
"defaultValue": null,
|
|
80070
80141
|
"isDeprecated": false,
|
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.296.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-01-
|
|
11
|
+
date: 2025-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|