stigg-api-client 1.85.2 → 1.90.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28098bf69d96782c283a6a8c3d7150f4b60d5d89b86ddca25039478080f9ff6f
4
- data.tar.gz: c24b4ca502fac0c8525d0c52f61195f83c2678f7aaa1c533cd39e207a055d61f
3
+ metadata.gz: 339bd1de0633880246df86d147bed0df734384d2ee2b93cf1ef2f50dfe4bf04b
4
+ data.tar.gz: ce3afe51767cebd2702dbca795a3448f7fce52bffb069ed87fb2b04db1e032e4
5
5
  SHA512:
6
- metadata.gz: 80ea7aabfdab606247a91fd8eb2eaeda85e2788ba9d6728416335c513adfd3230c6b5a78ffcd387990326f7e287a7f3795858043efbb77756161eb76e9f34dc3
7
- data.tar.gz: 1b9853d45984ed6a9407be6eb6d2463074f86df28f5f62e9c3ac3080ada6938ad541e4fd9b9518c0f52e21379a753dda7638478a32226b7289c6a45f0ea39b06
6
+ metadata.gz: 45af9fb2e125a609a6a9fc991dfe9f254e82c2d9345b2e59942351f8b4897d5a98048ac32b906ea8af75ac72c417afce7eef6ae6cc6b2f2393c07f4162c0769b
7
+ data.tar.gz: a7e5ae7b0dc86c5c7f40f1ae0fc8b765e358755d243d614e13317865de2f711c1eb223494c355957fb2a0f4b1c4606708fe134225f236bd1520005d38878db6f
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.90.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,
@@ -22309,6 +22389,12 @@
22309
22389
  "isDeprecated": false,
22310
22390
  "deprecationReason": null
22311
22391
  },
22392
+ {
22393
+ "name": "AddonDependencyMissingError",
22394
+ "description": "Addon dependency missing error",
22395
+ "isDeprecated": false,
22396
+ "deprecationReason": null
22397
+ },
22312
22398
  {
22313
22399
  "name": "AddonHasToHavePriceError",
22314
22400
  "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.90.0"
5
5
  end
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: 1.85.2
4
+ version: 1.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient