stigg-api-client 0.556.0 → 0.556.8

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: 3bf4950938a35aa53f161af9fb5b527cb1140aa159fe3c77d38f15977c31554c
4
- data.tar.gz: 7273f7139c3a68b6e973d42266f14f42f25bfc8feb2aa2bd09d3b8f0d230f4a6
3
+ metadata.gz: d726cef9e904b06ebed45a0c4231f5464baca62072fc07e482f61e5b03408021
4
+ data.tar.gz: bacfc3b96271f8a20a9692be4afe76626b493b3d0261d5dce54be26c64e486c5
5
5
  SHA512:
6
- metadata.gz: 2ae9fa4d9d77cebc954ca3c0acf177c62981855308e61492f9701df9ff312d89ee0b69a2c554dae43c9d4be1bd07ec95718a70359244c2baa307b4d9e85d3868
7
- data.tar.gz: 04fa7779030c03105b629fd459537619bc5bd2b278ee639f4b561477b6b94845d5458c756a9418231883376731ac1808e56ddcf0404c91ba18cc39757c90ded9
6
+ metadata.gz: fd235974ac316fdbb627a1db8bfd6b39ff230f6437b2568a30b98241871fd04833827a21605eab8124afbde28d411005da01bad26b1bb24887f5d6aefbe6288e
7
+ data.tar.gz: c821beb5677aaad62cdf8fe7a19314d371ab77324dc8039cd463c764cdd868a96f289e5d8d1f1f9092503434a6c076534e82e9a5ee57685297aa9bae25f27bc7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.556.0)
4
+ stigg-api-client (0.556.8)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -716,7 +716,6 @@ module Stigg
716
716
  textColor
717
717
  backgroundColor
718
718
  borderColor
719
- selectionColor
720
719
  summaryBackgroundColor
721
720
  __typename
722
721
  }
@@ -4523,18 +4523,6 @@
4523
4523
  "isDeprecated": false,
4524
4524
  "deprecationReason": null
4525
4525
  },
4526
- {
4527
- "name": "selectionColor",
4528
- "description": null,
4529
- "args": [],
4530
- "type": {
4531
- "kind": "SCALAR",
4532
- "name": "String",
4533
- "ofType": null
4534
- },
4535
- "isDeprecated": false,
4536
- "deprecationReason": null
4537
- },
4538
4526
  {
4539
4527
  "name": "summaryBackgroundColor",
4540
4528
  "description": null,
@@ -4917,18 +4905,6 @@
4917
4905
  "isDeprecated": false,
4918
4906
  "deprecationReason": null
4919
4907
  },
4920
- {
4921
- "name": "selectionColor",
4922
- "description": null,
4923
- "type": {
4924
- "kind": "SCALAR",
4925
- "name": "String",
4926
- "ofType": null
4927
- },
4928
- "defaultValue": null,
4929
- "isDeprecated": false,
4930
- "deprecationReason": null
4931
- },
4932
4908
  {
4933
4909
  "name": "summaryBackgroundColor",
4934
4910
  "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 = "0.556.0"
4
+ VERSION = "0.556.8"
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.556.0
4
+ version: 0.556.8
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-04 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient