stigg-api-client 1.16.0 → 1.19.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: bdac10ffd90a05f65ef39d632550e56755812195b55999e37033e359f38ab5fa
4
- data.tar.gz: 5ca104cdf59e7043c76a7c72cc81f331d8c6310da6d3467175f254987380e50d
3
+ metadata.gz: d5e02657857e04f6d0ca3b5eef6364996eb35e322c4691d9ad1ba28c9fc721be
4
+ data.tar.gz: 51c3556d469523761efaf2bae934d8e02f53833939746c4baf327308d4e093d0
5
5
  SHA512:
6
- metadata.gz: 8f01e60eb3d85ab787b9e2076d08e25f0639e85a53bcd053c6eefaa385588f17641c044a8aef195f7764fd05647088a895bd6d92f01b886c515e6e7da1aa0c7d
7
- data.tar.gz: 49a0129f218d46e3b17557c83264d4e02eed0acd7853dc6c9710c64b4cf6d37a34a691124a08b591c6385536b982b26699ffbf7c0ebd8db872263149dc20029f
6
+ metadata.gz: 0e71aff76a371a0024a76fcaf555138e312164b8fba3cca83aef083ed9e0e56d7d947153607b04e2eaf6e970caf148a84cdf366322b28a254c31e12efa77312e
7
+ data.tar.gz: 3b34339984862951856bd7c442487ca9e7f0ade97de17b30e7790d7541030f96049a88966998c8af35c6a8c9b2ec3c41d010f5890fe6edc18b84aeeb84b9c184
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.16.0)
4
+ stigg-api-client (1.19.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -19358,6 +19358,22 @@
19358
19358
  "isDeprecated": false,
19359
19359
  "deprecationReason": null
19360
19360
  },
19361
+ {
19362
+ "name": "hasSoftLimit",
19363
+ "description": null,
19364
+ "args": [],
19365
+ "type": {
19366
+ "kind": "NON_NULL",
19367
+ "name": null,
19368
+ "ofType": {
19369
+ "kind": "SCALAR",
19370
+ "name": "Boolean",
19371
+ "ofType": null
19372
+ }
19373
+ },
19374
+ "isDeprecated": false,
19375
+ "deprecationReason": null
19376
+ },
19361
19377
  {
19362
19378
  "name": "hasUnlimitedUsage",
19363
19379
  "description": null,
@@ -20216,6 +20232,22 @@
20216
20232
  "isDeprecated": false,
20217
20233
  "deprecationReason": null
20218
20234
  },
20235
+ {
20236
+ "name": "hasSoftLimit",
20237
+ "description": null,
20238
+ "args": [],
20239
+ "type": {
20240
+ "kind": "NON_NULL",
20241
+ "name": null,
20242
+ "ofType": {
20243
+ "kind": "SCALAR",
20244
+ "name": "Boolean",
20245
+ "ofType": null
20246
+ }
20247
+ },
20248
+ "isDeprecated": false,
20249
+ "deprecationReason": null
20250
+ },
20219
20251
  {
20220
20252
  "name": "hasUnlimitedUsage",
20221
20253
  "description": null,
@@ -46427,6 +46459,22 @@
46427
46459
  "isDeprecated": false,
46428
46460
  "deprecationReason": null
46429
46461
  },
46462
+ {
46463
+ "name": "hasSoftLimit",
46464
+ "description": null,
46465
+ "args": [],
46466
+ "type": {
46467
+ "kind": "NON_NULL",
46468
+ "name": null,
46469
+ "ofType": {
46470
+ "kind": "SCALAR",
46471
+ "name": "Boolean",
46472
+ "ofType": null
46473
+ }
46474
+ },
46475
+ "isDeprecated": false,
46476
+ "deprecationReason": null
46477
+ },
46430
46478
  {
46431
46479
  "name": "hasUnlimitedUsage",
46432
46480
  "description": null,
@@ -49853,6 +49901,22 @@
49853
49901
  "isDeprecated": false,
49854
49902
  "deprecationReason": null
49855
49903
  },
49904
+ {
49905
+ "name": "hasSoftLimit",
49906
+ "description": null,
49907
+ "args": [],
49908
+ "type": {
49909
+ "kind": "NON_NULL",
49910
+ "name": null,
49911
+ "ofType": {
49912
+ "kind": "SCALAR",
49913
+ "name": "Boolean",
49914
+ "ofType": null
49915
+ }
49916
+ },
49917
+ "isDeprecated": false,
49918
+ "deprecationReason": null
49919
+ },
49856
49920
  {
49857
49921
  "name": "hasUnlimitedUsage",
49858
49922
  "description": null,
@@ -50297,6 +50361,18 @@
50297
50361
  "isDeprecated": false,
50298
50362
  "deprecationReason": null
50299
50363
  },
50364
+ {
50365
+ "name": "hasSoftLimit",
50366
+ "description": null,
50367
+ "args": [],
50368
+ "type": {
50369
+ "kind": "SCALAR",
50370
+ "name": "Boolean",
50371
+ "ofType": null
50372
+ },
50373
+ "isDeprecated": false,
50374
+ "deprecationReason": null
50375
+ },
50300
50376
  {
50301
50377
  "name": "hasUnlimitedUsage",
50302
50378
  "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.16.0"
4
+ VERSION = "1.19.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.16.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg