stigg-api-client 0.556.0 → 0.557.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: 3bf4950938a35aa53f161af9fb5b527cb1140aa159fe3c77d38f15977c31554c
4
- data.tar.gz: 7273f7139c3a68b6e973d42266f14f42f25bfc8feb2aa2bd09d3b8f0d230f4a6
3
+ metadata.gz: 2b3344c66c09d45666219a0a6d118f86eadfaee676e2f50a59ae3ae6a952592d
4
+ data.tar.gz: 2979c383e270e89fc1f3351a1b2d2f9f9d5dcdbe25b905c80f0b208f42dd7557
5
5
  SHA512:
6
- metadata.gz: 2ae9fa4d9d77cebc954ca3c0acf177c62981855308e61492f9701df9ff312d89ee0b69a2c554dae43c9d4be1bd07ec95718a70359244c2baa307b4d9e85d3868
7
- data.tar.gz: 04fa7779030c03105b629fd459537619bc5bd2b278ee639f4b561477b6b94845d5458c756a9418231883376731ac1808e56ddcf0404c91ba18cc39757c90ded9
6
+ metadata.gz: e5e8746a73482fc693f7d3ee167787fd58350664f5a163449449b43750ee6dc07d20d3355560b2d81dedda849a05a0a253caf0fa0f6b793550304c7d6fe8943a
7
+ data.tar.gz: 5c751d690e7a369530841560ecc7f46473d4ec8397b6281e68a34b1546f5b3fcd0152fa6f7001d5a90a65b2e4b2181f5f0f38a13a75f47bb54b84d218a981636
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.557.0)
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.557.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.556.0
4
+ version: 0.557.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-04 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient