stigg-api-client 1.95.0 → 1.95.3

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: 928cc7e1fbe151ead9d85942c98573fd46d8b4af46bd0677bdefaa0fe82922a6
4
- data.tar.gz: bac503f53fd8de3598634244274166330d8f1be3371f600e962b0a0b347db16b
3
+ metadata.gz: 6d8c959efcedb539b0127cfe9e6ba480c8aa1065792d9e7e60cb092d42ab53fd
4
+ data.tar.gz: ebf4657e1af87bfbcd7ae6f83ebbb7d96e598ad4d188b3295dbcb8776fcab445
5
5
  SHA512:
6
- metadata.gz: 8e9d72a775c6d6a5aff5cfb312c3f4674e0b0651159dade8427a80423da0eb494c6bfaf5541339df572751208471fed3adc7eb77dfe78fd40b74a8bee18b96fe
7
- data.tar.gz: ae7c75f15f2edca96e858255a14d865a0382dddb509c3feea4759ad45a97e895ad386ab3faeb425fc308a7faa5739c9d363e005b13d43aa2c8bff84605d3e9ba
6
+ metadata.gz: f4a6889a5b71acda396aa0cb16216f718f07bc3168e72e7f31358d0e81da0130d6c935d587652aa6daa494d6f6466e88d17d01c510d7d5aafd34b41b56f319b1
7
+ data.tar.gz: b437896b5d2375e543250028379c3ce9d9b0e2ca566a00f4a4e4b49c503531c935ac91641bd84501a5b8922b6fdda5bcfabc7e8eb78dd126b57e9dcc1b262e3e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.95.0)
4
+ stigg-api-client (1.95.3)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -38758,6 +38758,53 @@
38758
38758
  "enumValues": null,
38759
38759
  "possibleTypes": null
38760
38760
  },
38761
+ {
38762
+ "kind": "OBJECT",
38763
+ "name": "NumberChange",
38764
+ "description": null,
38765
+ "fields": [
38766
+ {
38767
+ "name": "after",
38768
+ "description": null,
38769
+ "args": [],
38770
+ "type": {
38771
+ "kind": "SCALAR",
38772
+ "name": "Float",
38773
+ "ofType": null
38774
+ },
38775
+ "isDeprecated": false,
38776
+ "deprecationReason": null
38777
+ },
38778
+ {
38779
+ "name": "before",
38780
+ "description": null,
38781
+ "args": [],
38782
+ "type": {
38783
+ "kind": "SCALAR",
38784
+ "name": "Float",
38785
+ "ofType": null
38786
+ },
38787
+ "isDeprecated": false,
38788
+ "deprecationReason": null
38789
+ },
38790
+ {
38791
+ "name": "changeType",
38792
+ "description": null,
38793
+ "args": [],
38794
+ "type": {
38795
+ "kind": "ENUM",
38796
+ "name": "ChangeType",
38797
+ "ofType": null
38798
+ },
38799
+ "isDeprecated": false,
38800
+ "deprecationReason": null
38801
+ }
38802
+ ],
38803
+ "inputFields": null,
38804
+ "interfaces": [],
38805
+ "enumValues": null,
38806
+ "possibleTypes": null
38807
+ },
38761
38808
  {
38762
38809
  "kind": "INPUT_OBJECT",
38763
38810
  "name": "NumberFieldComparison",
@@ -39448,7 +39495,7 @@
39448
39495
  "args": [],
39449
39496
  "type": {
39450
39497
  "kind": "OBJECT",
39451
- "name": "StringChangeDTO",
39498
+ "name": "NumberChange",
39452
39499
  "ofType": null
39453
39500
  },
39454
39501
  "isDeprecated": false,
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.95.0"
4
+ VERSION = "1.95.3"
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.95.0
4
+ version: 1.95.3
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-27 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient