stigg-api-client 2.331.1 → 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 +210 -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",
|
@@ -25130,6 +25175,12 @@
|
|
25130
25175
|
"isDeprecated": false,
|
25131
25176
|
"deprecationReason": null
|
25132
25177
|
},
|
25178
|
+
{
|
25179
|
+
"name": "FailedToResolveBillingIntegration",
|
25180
|
+
"description": "Failed to resolve billing integration",
|
25181
|
+
"isDeprecated": false,
|
25182
|
+
"deprecationReason": null
|
25183
|
+
},
|
25133
25184
|
{
|
25134
25185
|
"name": "FeatureNotFound",
|
25135
25186
|
"description": null,
|
@@ -43954,6 +44005,39 @@
|
|
43954
44005
|
},
|
43955
44006
|
"isDeprecated": false,
|
43956
44007
|
"deprecationReason": null
|
44008
|
+
},
|
44009
|
+
{
|
44010
|
+
"name": "workflowsLogin",
|
44011
|
+
"description": null,
|
44012
|
+
"args": [
|
44013
|
+
{
|
44014
|
+
"name": "input",
|
44015
|
+
"description": null,
|
44016
|
+
"type": {
|
44017
|
+
"kind": "NON_NULL",
|
44018
|
+
"name": null,
|
44019
|
+
"ofType": {
|
44020
|
+
"kind": "INPUT_OBJECT",
|
44021
|
+
"name": "WorkflowsLoginInput",
|
44022
|
+
"ofType": null
|
44023
|
+
}
|
44024
|
+
},
|
44025
|
+
"defaultValue": null,
|
44026
|
+
"isDeprecated": false,
|
44027
|
+
"deprecationReason": null
|
44028
|
+
}
|
44029
|
+
],
|
44030
|
+
"type": {
|
44031
|
+
"kind": "NON_NULL",
|
44032
|
+
"name": null,
|
44033
|
+
"ofType": {
|
44034
|
+
"kind": "OBJECT",
|
44035
|
+
"name": "WorkflowsLoginDTO",
|
44036
|
+
"ofType": null
|
44037
|
+
}
|
44038
|
+
},
|
44039
|
+
"isDeprecated": false,
|
44040
|
+
"deprecationReason": null
|
43957
44041
|
}
|
43958
44042
|
],
|
43959
44043
|
"inputFields": null,
|
@@ -66150,6 +66234,30 @@
|
|
66150
66234
|
"isDeprecated": false,
|
66151
66235
|
"deprecationReason": null
|
66152
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
|
+
},
|
66153
66261
|
{
|
66154
66262
|
"name": "widgetConfiguration",
|
66155
66263
|
"description": null,
|
@@ -70611,6 +70719,18 @@
|
|
70611
70719
|
"isDeprecated": false,
|
70612
70720
|
"deprecationReason": null
|
70613
70721
|
},
|
70722
|
+
{
|
70723
|
+
"name": "integrationId",
|
70724
|
+
"description": "The billing integration to use for this subscription",
|
70725
|
+
"type": {
|
70726
|
+
"kind": "SCALAR",
|
70727
|
+
"name": "String",
|
70728
|
+
"ofType": null
|
70729
|
+
},
|
70730
|
+
"defaultValue": null,
|
70731
|
+
"isDeprecated": false,
|
70732
|
+
"deprecationReason": null
|
70733
|
+
},
|
70614
70734
|
{
|
70615
70735
|
"name": "invoiceDaysUntilDue",
|
70616
70736
|
"description": null,
|
@@ -80973,6 +81093,30 @@
|
|
80973
81093
|
"description": null,
|
80974
81094
|
"fields": null,
|
80975
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
|
+
},
|
80976
81120
|
{
|
80977
81121
|
"name": "defaultSSORoles",
|
80978
81122
|
"description": null,
|
@@ -86112,6 +86256,72 @@
|
|
86112
86256
|
],
|
86113
86257
|
"possibleTypes": null
|
86114
86258
|
},
|
86259
|
+
{
|
86260
|
+
"kind": "OBJECT",
|
86261
|
+
"name": "WorkflowsLoginDTO",
|
86262
|
+
"description": "Workflow login",
|
86263
|
+
"fields": [
|
86264
|
+
{
|
86265
|
+
"name": "projectId",
|
86266
|
+
"description": "Current project id",
|
86267
|
+
"args": [],
|
86268
|
+
"type": {
|
86269
|
+
"kind": "NON_NULL",
|
86270
|
+
"name": null,
|
86271
|
+
"ofType": {
|
86272
|
+
"kind": "SCALAR",
|
86273
|
+
"name": "String",
|
86274
|
+
"ofType": null
|
86275
|
+
}
|
86276
|
+
},
|
86277
|
+
"isDeprecated": false,
|
86278
|
+
"deprecationReason": null
|
86279
|
+
},
|
86280
|
+
{
|
86281
|
+
"name": "token",
|
86282
|
+
"description": "Workflow token",
|
86283
|
+
"args": [],
|
86284
|
+
"type": {
|
86285
|
+
"kind": "NON_NULL",
|
86286
|
+
"name": null,
|
86287
|
+
"ofType": {
|
86288
|
+
"kind": "SCALAR",
|
86289
|
+
"name": "String",
|
86290
|
+
"ofType": null
|
86291
|
+
}
|
86292
|
+
},
|
86293
|
+
"isDeprecated": false,
|
86294
|
+
"deprecationReason": null
|
86295
|
+
}
|
86296
|
+
],
|
86297
|
+
"inputFields": null,
|
86298
|
+
"interfaces": [],
|
86299
|
+
"enumValues": null,
|
86300
|
+
"possibleTypes": null
|
86301
|
+
},
|
86302
|
+
{
|
86303
|
+
"kind": "INPUT_OBJECT",
|
86304
|
+
"name": "WorkflowsLoginInput",
|
86305
|
+
"description": "Workflow login input",
|
86306
|
+
"fields": null,
|
86307
|
+
"inputFields": [
|
86308
|
+
{
|
86309
|
+
"name": "environmentId",
|
86310
|
+
"description": "Environment id",
|
86311
|
+
"type": {
|
86312
|
+
"kind": "SCALAR",
|
86313
|
+
"name": "String",
|
86314
|
+
"ofType": null
|
86315
|
+
},
|
86316
|
+
"defaultValue": null,
|
86317
|
+
"isDeprecated": false,
|
86318
|
+
"deprecationReason": null
|
86319
|
+
}
|
86320
|
+
],
|
86321
|
+
"interfaces": null,
|
86322
|
+
"enumValues": null,
|
86323
|
+
"possibleTypes": null
|
86324
|
+
},
|
86115
86325
|
{
|
86116
86326
|
"kind": "ENUM",
|
86117
86327
|
"name": "YearlyAccordingTo",
|
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
|