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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +48 -1
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d8c959efcedb539b0127cfe9e6ba480c8aa1065792d9e7e60cb092d42ab53fd
|
4
|
+
data.tar.gz: ebf4657e1af87bfbcd7ae6f83ebbb7d96e598ad4d188b3295dbcb8776fcab445
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4a6889a5b71acda396aa0cb16216f718f07bc3168e72e7f31358d0e81da0130d6c935d587652aa6daa494d6f6466e88d17d01c510d7d5aafd34b41b56f319b1
|
7
|
+
data.tar.gz: b437896b5d2375e543250028379c3ce9d9b0e2ca566a00f4a4e4b49c503531c935ac91641bd84501a5b8922b6fdda5bcfabc7e8eb78dd126b57e9dcc1b262e3e
|
data/Gemfile.lock
CHANGED
@@ -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": "
|
39498
|
+
"name": "NumberChange",
|
39452
39499
|
"ofType": null
|
39453
39500
|
},
|
39454
39501
|
"isDeprecated": false,
|
data/lib/stigg/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|