stigg-api-client 3.62.0 → 3.64.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 +136 -4
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d09696dbb1feb8fc66c3691de4f37ddb092ba01ec676f9e55ba9cfce70316c6
|
4
|
+
data.tar.gz: '085d32fc48530be4d34d79a9ee92268052f286915c5dd20bf5e0baceadba17f8'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 428c8966fb2f00d9febe28715a77c33394a43487cb250ee951bc42ffe2dd373a5ce9184ffdd3a9b26daaf7eb084f3000c4874e584e9be87ddca399dc16f80d3c
|
7
|
+
data.tar.gz: 63e5fd84f8e32eb24a7a8d66a839b800f608b767f3c784b9cda7c1da1344fa409d7c4cd602e911491a48e1915a23d4996bda967645d8b85e9532fc8e1eab04ae
|
data/Gemfile.lock
CHANGED
@@ -188,8 +188,8 @@
|
|
188
188
|
"name": "String",
|
189
189
|
"ofType": null
|
190
190
|
},
|
191
|
-
"isDeprecated":
|
192
|
-
"deprecationReason":
|
191
|
+
"isDeprecated": true,
|
192
|
+
"deprecationReason": "This field is deprecated and replaced by EmailDomains to support multiple domains. Please use the emailDomains field instead."
|
193
193
|
},
|
194
194
|
{
|
195
195
|
"name": "accountStatus",
|
@@ -231,6 +231,26 @@
|
|
231
231
|
"isDeprecated": false,
|
232
232
|
"deprecationReason": null
|
233
233
|
},
|
234
|
+
{
|
235
|
+
"name": "emailDomains",
|
236
|
+
"description": "Email domains to be used for SSO and authorized domain configuration",
|
237
|
+
"args": [],
|
238
|
+
"type": {
|
239
|
+
"kind": "LIST",
|
240
|
+
"name": null,
|
241
|
+
"ofType": {
|
242
|
+
"kind": "NON_NULL",
|
243
|
+
"name": null,
|
244
|
+
"ofType": {
|
245
|
+
"kind": "OBJECT",
|
246
|
+
"name": "AccountEmailDomain",
|
247
|
+
"ofType": null
|
248
|
+
}
|
249
|
+
}
|
250
|
+
},
|
251
|
+
"isDeprecated": false,
|
252
|
+
"deprecationReason": null
|
253
|
+
},
|
234
254
|
{
|
235
255
|
"name": "id",
|
236
256
|
"description": "Unique identifier for the entity",
|
@@ -353,6 +373,65 @@
|
|
353
373
|
],
|
354
374
|
"possibleTypes": null
|
355
375
|
},
|
376
|
+
{
|
377
|
+
"kind": "OBJECT",
|
378
|
+
"name": "AccountEmailDomain",
|
379
|
+
"description": "An account email domain object",
|
380
|
+
"fields": [
|
381
|
+
{
|
382
|
+
"name": "accountId",
|
383
|
+
"description": "The unique identifier for the account",
|
384
|
+
"args": [],
|
385
|
+
"type": {
|
386
|
+
"kind": "NON_NULL",
|
387
|
+
"name": null,
|
388
|
+
"ofType": {
|
389
|
+
"kind": "SCALAR",
|
390
|
+
"name": "UUID",
|
391
|
+
"ofType": null
|
392
|
+
}
|
393
|
+
},
|
394
|
+
"isDeprecated": false,
|
395
|
+
"deprecationReason": null
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"name": "domain",
|
399
|
+
"description": "I18n.Accounts.AccountEmailDomainDTO.domain",
|
400
|
+
"args": [],
|
401
|
+
"type": {
|
402
|
+
"kind": "NON_NULL",
|
403
|
+
"name": null,
|
404
|
+
"ofType": {
|
405
|
+
"kind": "SCALAR",
|
406
|
+
"name": "String",
|
407
|
+
"ofType": null
|
408
|
+
}
|
409
|
+
},
|
410
|
+
"isDeprecated": false,
|
411
|
+
"deprecationReason": null
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"name": "id",
|
415
|
+
"description": "Unique identifier for the entity",
|
416
|
+
"args": [],
|
417
|
+
"type": {
|
418
|
+
"kind": "NON_NULL",
|
419
|
+
"name": null,
|
420
|
+
"ofType": {
|
421
|
+
"kind": "SCALAR",
|
422
|
+
"name": "UUID",
|
423
|
+
"ofType": null
|
424
|
+
}
|
425
|
+
},
|
426
|
+
"isDeprecated": false,
|
427
|
+
"deprecationReason": null
|
428
|
+
}
|
429
|
+
],
|
430
|
+
"inputFields": null,
|
431
|
+
"interfaces": [],
|
432
|
+
"enumValues": null,
|
433
|
+
"possibleTypes": null
|
434
|
+
},
|
356
435
|
{
|
357
436
|
"kind": "OBJECT",
|
358
437
|
"name": "AccountNotFoundError",
|
@@ -70631,6 +70710,39 @@
|
|
70631
70710
|
"isDeprecated": false,
|
70632
70711
|
"deprecationReason": null
|
70633
70712
|
},
|
70713
|
+
{
|
70714
|
+
"name": "isAccountEmailDomainTaken",
|
70715
|
+
"description": "Check if an email domain is already in use by another account",
|
70716
|
+
"args": [
|
70717
|
+
{
|
70718
|
+
"name": "domain",
|
70719
|
+
"description": null,
|
70720
|
+
"type": {
|
70721
|
+
"kind": "NON_NULL",
|
70722
|
+
"name": null,
|
70723
|
+
"ofType": {
|
70724
|
+
"kind": "SCALAR",
|
70725
|
+
"name": "String",
|
70726
|
+
"ofType": null
|
70727
|
+
}
|
70728
|
+
},
|
70729
|
+
"defaultValue": null,
|
70730
|
+
"isDeprecated": false,
|
70731
|
+
"deprecationReason": null
|
70732
|
+
}
|
70733
|
+
],
|
70734
|
+
"type": {
|
70735
|
+
"kind": "NON_NULL",
|
70736
|
+
"name": null,
|
70737
|
+
"ofType": {
|
70738
|
+
"kind": "SCALAR",
|
70739
|
+
"name": "Boolean",
|
70740
|
+
"ofType": null
|
70741
|
+
}
|
70742
|
+
},
|
70743
|
+
"isDeprecated": false,
|
70744
|
+
"deprecationReason": null
|
70745
|
+
},
|
70634
70746
|
{
|
70635
70747
|
"name": "listAwsProductDimensions",
|
70636
70748
|
"description": "List AWS Marketplace product dimensions",
|
@@ -89096,7 +89208,7 @@
|
|
89096
89208
|
},
|
89097
89209
|
{
|
89098
89210
|
"name": "accountEmailDomain",
|
89099
|
-
"description": "
|
89211
|
+
"description": "This field is deprecated and replaced by EmailDomains to support multiple domains. Please use the emailDomains field instead.",
|
89100
89212
|
"type": {
|
89101
89213
|
"kind": "SCALAR",
|
89102
89214
|
"name": "String",
|
@@ -89134,6 +89246,26 @@
|
|
89134
89246
|
"isDeprecated": false,
|
89135
89247
|
"deprecationReason": null
|
89136
89248
|
},
|
89249
|
+
{
|
89250
|
+
"name": "emailDomains",
|
89251
|
+
"description": "Email domains to be used for sso and authorized domain configuration",
|
89252
|
+
"type": {
|
89253
|
+
"kind": "LIST",
|
89254
|
+
"name": null,
|
89255
|
+
"ofType": {
|
89256
|
+
"kind": "NON_NULL",
|
89257
|
+
"name": null,
|
89258
|
+
"ofType": {
|
89259
|
+
"kind": "SCALAR",
|
89260
|
+
"name": "String",
|
89261
|
+
"ofType": null
|
89262
|
+
}
|
89263
|
+
}
|
89264
|
+
},
|
89265
|
+
"defaultValue": null,
|
89266
|
+
"isDeprecated": false,
|
89267
|
+
"deprecationReason": null
|
89268
|
+
},
|
89137
89269
|
{
|
89138
89270
|
"name": "subscriptionBillingAnchor",
|
89139
89271
|
"description": "The billing anchor for the subscription, e.g. \"START_OF_THE_MONTH\"",
|
@@ -89160,7 +89292,7 @@
|
|
89160
89292
|
},
|
89161
89293
|
{
|
89162
89294
|
"name": "timezone",
|
89163
|
-
"description": "The timezone of the
|
89295
|
+
"description": "The timezone of the aaccount, e.g. \"America/New_York\"",
|
89164
89296
|
"type": {
|
89165
89297
|
"kind": "SCALAR",
|
89166
89298
|
"name": "String",
|
data/lib/stigg/version.rb
CHANGED