stigg-api-client 2.334.0 → 2.336.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: 8992f82546096c990b1ad68707481dc484cb2039131def0fa5392178d206132e
|
4
|
+
data.tar.gz: 40df2bb8be252f03ee6f0e230372092439adda13383559f632e3768207219df2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07bcb73de6781ab81cc379e17a2a6fa1618d6ec33c8a9096546123e6786dbd4fd81369289e3b3a8ece08d4412cae2d14681cb0a212e0ea07fe511360e9d01eb4
|
7
|
+
data.tar.gz: fad5f31a138e712c669cfcb4305169399157745dfbc54e3af42306bfd5a69978aeacc6a443eaec32af1b60c133268f93ef965ca75ac2f897658e59ab805fc01c
|
data/Gemfile.lock
CHANGED
@@ -139,6 +139,22 @@
|
|
139
139
|
"name": "Account",
|
140
140
|
"description": null,
|
141
141
|
"fields": [
|
142
|
+
{
|
143
|
+
"name": "accessMethod",
|
144
|
+
"description": "Access method for new users to join this account. 'invite only' is the default.",
|
145
|
+
"args": [],
|
146
|
+
"type": {
|
147
|
+
"kind": "NON_NULL",
|
148
|
+
"name": null,
|
149
|
+
"ofType": {
|
150
|
+
"kind": "ENUM",
|
151
|
+
"name": "AccountAccessMethod",
|
152
|
+
"ofType": null
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"isDeprecated": false,
|
156
|
+
"deprecationReason": null
|
157
|
+
},
|
142
158
|
{
|
143
159
|
"name": "accountEmailDomain",
|
144
160
|
"description": null,
|
@@ -261,6 +277,35 @@
|
|
261
277
|
"enumValues": null,
|
262
278
|
"possibleTypes": null
|
263
279
|
},
|
280
|
+
{
|
281
|
+
"kind": "ENUM",
|
282
|
+
"name": "AccountAccessMethod",
|
283
|
+
"description": "different methods to control how new users can join an account",
|
284
|
+
"fields": null,
|
285
|
+
"inputFields": null,
|
286
|
+
"interfaces": null,
|
287
|
+
"enumValues": [
|
288
|
+
{
|
289
|
+
"name": "AUTHORIZED_DOMAIN",
|
290
|
+
"description": "when a user with the same email-domain as the account authorized domain is registered, it will be automatically added to this account (an accountEmailDomain need to be configured)",
|
291
|
+
"isDeprecated": false,
|
292
|
+
"deprecationReason": null
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"name": "INVITE_ONLY",
|
296
|
+
"description": "new users can only be added to the account if they are invited",
|
297
|
+
"isDeprecated": false,
|
298
|
+
"deprecationReason": null
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"name": "SSO",
|
302
|
+
"description": "an identity provider will be used to provide new users access to this account (an accountEmailDomain need to be configured)",
|
303
|
+
"isDeprecated": false,
|
304
|
+
"deprecationReason": null
|
305
|
+
}
|
306
|
+
],
|
307
|
+
"possibleTypes": null
|
308
|
+
},
|
264
309
|
{
|
265
310
|
"kind": "ENUM",
|
266
311
|
"name": "AccountAccessRole",
|
@@ -66189,6 +66234,30 @@
|
|
66189
66234
|
"isDeprecated": false,
|
66190
66235
|
"deprecationReason": null
|
66191
66236
|
},
|
66237
|
+
{
|
66238
|
+
"name": "verifiedAccountDomains",
|
66239
|
+
"description": "Returns a list of email-domains of verified account members ",
|
66240
|
+
"args": [],
|
66241
|
+
"type": {
|
66242
|
+
"kind": "NON_NULL",
|
66243
|
+
"name": null,
|
66244
|
+
"ofType": {
|
66245
|
+
"kind": "LIST",
|
66246
|
+
"name": null,
|
66247
|
+
"ofType": {
|
66248
|
+
"kind": "NON_NULL",
|
66249
|
+
"name": null,
|
66250
|
+
"ofType": {
|
66251
|
+
"kind": "SCALAR",
|
66252
|
+
"name": "String",
|
66253
|
+
"ofType": null
|
66254
|
+
}
|
66255
|
+
}
|
66256
|
+
}
|
66257
|
+
},
|
66258
|
+
"isDeprecated": false,
|
66259
|
+
"deprecationReason": null
|
66260
|
+
},
|
66192
66261
|
{
|
66193
66262
|
"name": "widgetConfiguration",
|
66194
66263
|
"description": null,
|
@@ -81024,6 +81093,30 @@
|
|
81024
81093
|
"description": null,
|
81025
81094
|
"fields": null,
|
81026
81095
|
"inputFields": [
|
81096
|
+
{
|
81097
|
+
"name": "accessMethod",
|
81098
|
+
"description": "The method of adding new members to this account",
|
81099
|
+
"type": {
|
81100
|
+
"kind": "ENUM",
|
81101
|
+
"name": "AccountAccessMethod",
|
81102
|
+
"ofType": null
|
81103
|
+
},
|
81104
|
+
"defaultValue": null,
|
81105
|
+
"isDeprecated": false,
|
81106
|
+
"deprecationReason": null
|
81107
|
+
},
|
81108
|
+
{
|
81109
|
+
"name": "accountEmailDomain",
|
81110
|
+
"description": "Email domain to be used for sso and authorized domain configuration",
|
81111
|
+
"type": {
|
81112
|
+
"kind": "SCALAR",
|
81113
|
+
"name": "String",
|
81114
|
+
"ofType": null
|
81115
|
+
},
|
81116
|
+
"defaultValue": null,
|
81117
|
+
"isDeprecated": false,
|
81118
|
+
"deprecationReason": null
|
81119
|
+
},
|
81027
81120
|
{
|
81028
81121
|
"name": "defaultSSORoles",
|
81029
81122
|
"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: 2.
|
4
|
+
version: 2.336.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-
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|