stigg-api-client 0.571.0 → 0.577.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: be059056c3cdaf285f5dfbb29ff41601e1ae528a231bf778fa992687c8823dc7
4
- data.tar.gz: cbb86e3a58c3181d42771d2e6ca4442faca525bc686f0217b450acd1efcb91b7
3
+ metadata.gz: cb6f0b396c28b4826515979cb642af0a4d091b4f544610e3b335e86f83bd75b5
4
+ data.tar.gz: 8d2968c5437306e4449d2da0803eb287678e8e37ac77faed3509f1f4812e96b4
5
5
  SHA512:
6
- metadata.gz: 0c0e9bf064f6efa0612b7fa5426fcea6c5ee763ed0af98b9024448a15e9d69025a7bf2e50424e6e97bcc0197fa004cab8165963d250037c5a22a891b16565ac1
7
- data.tar.gz: 39f78b24377797104adc84cb05554a172cd8ba4f3c0b3216b76f24d0b76f3d381658f2ff8b3b113b8d489edeea21fac54d8a163a81b6a5ffeafffd20b035f5cc
6
+ metadata.gz: '038b9f3a9f37cb7a1309d949b34e8a1f9c617c35467f567b048753ec65141b6f59f066f4b934dd555106e73b9302460c04ea9f06e6ec01abfdf5e7a0b19851a8'
7
+ data.tar.gz: 73cf3686b8e3cc4b417a5c3bbaf49b728c2b33646ea2ac5f165d7d5d231e5debddf23425c5a716694ff174e12a963009d4ef34299fc8c5914adf8ddec8954fdf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.571.0)
4
+ stigg-api-client (0.577.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -63466,6 +63466,18 @@
63466
63466
  "defaultValue": null,
63467
63467
  "isDeprecated": false,
63468
63468
  "deprecationReason": null
63469
+ },
63470
+ {
63471
+ "name": "shouldWaitSync",
63472
+ "description": null,
63473
+ "type": {
63474
+ "kind": "SCALAR",
63475
+ "name": "Boolean",
63476
+ "ofType": null
63477
+ },
63478
+ "defaultValue": "false",
63479
+ "isDeprecated": false,
63480
+ "deprecationReason": null
63469
63481
  }
63470
63482
  ],
63471
63483
  "interfaces": 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 = "0.571.0"
4
+ VERSION = "0.577.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: 0.571.0
4
+ version: 0.577.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-19 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient