stigg-api-client 1.85.2 → 1.87.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28098bf69d96782c283a6a8c3d7150f4b60d5d89b86ddca25039478080f9ff6f
4
- data.tar.gz: c24b4ca502fac0c8525d0c52f61195f83c2678f7aaa1c533cd39e207a055d61f
3
+ metadata.gz: 518b10d05ef3907333e8f7b502a28a8a176c1b0556d9928c26335ddd1db281f7
4
+ data.tar.gz: 04604ca97cc6bb41454be0f59efefd33d8901053431b9cc308a18eacfc6dc489
5
5
  SHA512:
6
- metadata.gz: 80ea7aabfdab606247a91fd8eb2eaeda85e2788ba9d6728416335c513adfd3230c6b5a78ffcd387990326f7e287a7f3795858043efbb77756161eb76e9f34dc3
7
- data.tar.gz: 1b9853d45984ed6a9407be6eb6d2463074f86df28f5f62e9c3ac3080ada6938ad541e4fd9b9518c0f52e21379a753dda7638478a32226b7289c6a45f0ea39b06
6
+ metadata.gz: 4e1eb9723838cf66f7f930715c10ff61559f82b74379a4152f20a27add32492022a8b8ac751c38f85c788cb2f083104f66a4f5916e3ea5f2ec4ad23bfccf4a97
7
+ data.tar.gz: 16e58972dd13fc3133e22d275ad71a3ad16948d8532b95b3f3c98e0c7ccc078d0828ea070ce2a80b07551c4c4373dffac3df7347cb18014c4e12a124d7042a23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.85.2)
4
+ stigg-api-client (1.87.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.85.2"
4
+ VERSION = "1.87.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.2
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg