stigg-api-client 0.481.0 → 0.486.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +24 -0
- 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: 0c9fa09e50c0a1f255afeea7468a1c675aff689a4030f8330a3b52670d42c43c
|
|
4
|
+
data.tar.gz: 8d213faf2a82e65a4bb9ce2194725bf461851d2c0feab464405655fb64df06ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92e97eb124b643f3f5bc10d2a3542dce9398e21dbb3319449d00ab121931096a78d025da15a34b80f43514917d4a858d09a45e14d49e38ecdcb33c43c3180c08
|
|
7
|
+
data.tar.gz: 77036973e3a063f429e7166fdf573037634e81ebc32b866d4e715634022ea704e45cf53c6299a40dbc5d0bcfe4268cea994e1b31d3b401b7b8e4841a6c6f2adf
|
data/Gemfile.lock
CHANGED
|
@@ -49670,6 +49670,30 @@
|
|
|
49670
49670
|
"defaultValue": "false",
|
|
49671
49671
|
"isDeprecated": false,
|
|
49672
49672
|
"deprecationReason": null
|
|
49673
|
+
},
|
|
49674
|
+
{
|
|
49675
|
+
"name": "lastCalculationBefore",
|
|
49676
|
+
"description": null,
|
|
49677
|
+
"type": {
|
|
49678
|
+
"kind": "SCALAR",
|
|
49679
|
+
"name": "DateTime",
|
|
49680
|
+
"ofType": null
|
|
49681
|
+
},
|
|
49682
|
+
"defaultValue": null,
|
|
49683
|
+
"isDeprecated": false,
|
|
49684
|
+
"deprecationReason": null
|
|
49685
|
+
},
|
|
49686
|
+
{
|
|
49687
|
+
"name": "maxBatches",
|
|
49688
|
+
"description": null,
|
|
49689
|
+
"type": {
|
|
49690
|
+
"kind": "SCALAR",
|
|
49691
|
+
"name": "Int",
|
|
49692
|
+
"ofType": null
|
|
49693
|
+
},
|
|
49694
|
+
"defaultValue": null,
|
|
49695
|
+
"isDeprecated": false,
|
|
49696
|
+
"deprecationReason": null
|
|
49673
49697
|
}
|
|
49674
49698
|
],
|
|
49675
49699
|
"interfaces": null,
|
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: 0.
|
|
4
|
+
version: 0.486.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-07-
|
|
11
|
+
date: 2023-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|