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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a22843d14761c2c368f91cde9b5605111f69e1f591040677ac3e76c4826e06e
4
- data.tar.gz: 17b28e3680a224fdc3ce5e90589d33cf7dc1512fdf55153075a40c5aec470478
3
+ metadata.gz: 0c9fa09e50c0a1f255afeea7468a1c675aff689a4030f8330a3b52670d42c43c
4
+ data.tar.gz: 8d213faf2a82e65a4bb9ce2194725bf461851d2c0feab464405655fb64df06ba
5
5
  SHA512:
6
- metadata.gz: b335406f21f1bfd489b8f3ea1d6489c6c80e523aeaa38007fea2d4a467cd33cfa4c9e0de07146a26cdc2a385b338638ca23ae21784293d2e6a00f1fe0f26fc75
7
- data.tar.gz: f8c9d7c4b9b8fd17a2343db119e3afae085d4fd0b97f17ae2f5205bc142de1c02ccd54ab7ea55d6ff7ac34c4d369e7bf669c0fd460319f5f7a89d8458e1ee029
6
+ metadata.gz: 92e97eb124b643f3f5bc10d2a3542dce9398e21dbb3319449d00ab121931096a78d025da15a34b80f43514917d4a858d09a45e14d49e38ecdcb33c43c3180c08
7
+ data.tar.gz: 77036973e3a063f429e7166fdf573037634e81ebc32b866d4e715634022ea704e45cf53c6299a40dbc5d0bcfe4268cea994e1b31d3b401b7b8e4841a6c6f2adf
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.481.0)
4
+ stigg-api-client (0.486.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.481.0"
4
+ VERSION = "0.486.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.481.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 00:00:00.000000000 Z
11
+ date: 2023-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient