stigg-api-client 1.85.2 → 1.87.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 +80 -0
- 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: 518b10d05ef3907333e8f7b502a28a8a176c1b0556d9928c26335ddd1db281f7
|
|
4
|
+
data.tar.gz: 04604ca97cc6bb41454be0f59efefd33d8901053431b9cc308a18eacfc6dc489
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e1eb9723838cf66f7f930715c10ff61559f82b74379a4152f20a27add32492022a8b8ac751c38f85c788cb2f083104f66a4f5916e3ea5f2ec4ad23bfccf4a97
|
|
7
|
+
data.tar.gz: 16e58972dd13fc3133e22d275ad71a3ad16948d8532b95b3f3c98e0c7ccc078d0828ea070ce2a80b07551c4c4373dffac3df7347cb18014c4e12a124d7042a23
|
data/Gemfile.lock
CHANGED
|
@@ -401,6 +401,26 @@
|
|
|
401
401
|
"isDeprecated": false,
|
|
402
402
|
"deprecationReason": null
|
|
403
403
|
},
|
|
404
|
+
{
|
|
405
|
+
"name": "dependencies",
|
|
406
|
+
"description": "List of addon ids this addon is dependant on",
|
|
407
|
+
"args": [],
|
|
408
|
+
"type": {
|
|
409
|
+
"kind": "LIST",
|
|
410
|
+
"name": null,
|
|
411
|
+
"ofType": {
|
|
412
|
+
"kind": "NON_NULL",
|
|
413
|
+
"name": null,
|
|
414
|
+
"ofType": {
|
|
415
|
+
"kind": "OBJECT",
|
|
416
|
+
"name": "Addon",
|
|
417
|
+
"ofType": null
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"isDeprecated": false,
|
|
422
|
+
"deprecationReason": null
|
|
423
|
+
},
|
|
404
424
|
{
|
|
405
425
|
"name": "description",
|
|
406
426
|
"description": null,
|
|
@@ -1337,6 +1357,26 @@
|
|
|
1337
1357
|
"isDeprecated": false,
|
|
1338
1358
|
"deprecationReason": null
|
|
1339
1359
|
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "dependencies",
|
|
1362
|
+
"description": "List of addon ids this addon should be dependant on",
|
|
1363
|
+
"type": {
|
|
1364
|
+
"kind": "LIST",
|
|
1365
|
+
"name": null,
|
|
1366
|
+
"ofType": {
|
|
1367
|
+
"kind": "NON_NULL",
|
|
1368
|
+
"name": null,
|
|
1369
|
+
"ofType": {
|
|
1370
|
+
"kind": "SCALAR",
|
|
1371
|
+
"name": "String",
|
|
1372
|
+
"ofType": null
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"defaultValue": null,
|
|
1377
|
+
"isDeprecated": false,
|
|
1378
|
+
"deprecationReason": null
|
|
1379
|
+
},
|
|
1340
1380
|
{
|
|
1341
1381
|
"name": "description",
|
|
1342
1382
|
"description": null,
|
|
@@ -1519,6 +1559,26 @@
|
|
|
1519
1559
|
"isDeprecated": false,
|
|
1520
1560
|
"deprecationReason": null
|
|
1521
1561
|
},
|
|
1562
|
+
{
|
|
1563
|
+
"name": "dependencies",
|
|
1564
|
+
"description": "List of addons this addon is dependant on",
|
|
1565
|
+
"args": [],
|
|
1566
|
+
"type": {
|
|
1567
|
+
"kind": "LIST",
|
|
1568
|
+
"name": null,
|
|
1569
|
+
"ofType": {
|
|
1570
|
+
"kind": "NON_NULL",
|
|
1571
|
+
"name": null,
|
|
1572
|
+
"ofType": {
|
|
1573
|
+
"kind": "OBJECT",
|
|
1574
|
+
"name": "Addon",
|
|
1575
|
+
"ofType": null
|
|
1576
|
+
}
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
"isDeprecated": false,
|
|
1580
|
+
"deprecationReason": null
|
|
1581
|
+
},
|
|
1522
1582
|
{
|
|
1523
1583
|
"name": "description",
|
|
1524
1584
|
"description": null,
|
|
@@ -2616,6 +2676,26 @@
|
|
|
2616
2676
|
"isDeprecated": false,
|
|
2617
2677
|
"deprecationReason": null
|
|
2618
2678
|
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "dependencies",
|
|
2681
|
+
"description": "List of addon ids this addon should be dependant on",
|
|
2682
|
+
"type": {
|
|
2683
|
+
"kind": "LIST",
|
|
2684
|
+
"name": null,
|
|
2685
|
+
"ofType": {
|
|
2686
|
+
"kind": "NON_NULL",
|
|
2687
|
+
"name": null,
|
|
2688
|
+
"ofType": {
|
|
2689
|
+
"kind": "SCALAR",
|
|
2690
|
+
"name": "String",
|
|
2691
|
+
"ofType": null
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
"defaultValue": null,
|
|
2696
|
+
"isDeprecated": false,
|
|
2697
|
+
"deprecationReason": null
|
|
2698
|
+
},
|
|
2619
2699
|
{
|
|
2620
2700
|
"name": "description",
|
|
2621
2701
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED