stigg-api-client 0.729.0 → 0.735.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: f611661060c5c0e8f9af954fb562be607d41f6ffc65f77987d2e9831ce972aa1
4
- data.tar.gz: 5d76c73d6d507ec67140e04bded42b87ddba8c912db85312f68619aa17330206
3
+ metadata.gz: '09b4558c15c3f5f6b82489f97b4d25c33ddbb780d03053bfa7bd5bbab298c5a9'
4
+ data.tar.gz: d19bd5897ddee4daa04fe8a76e3b487593557b779f76b2524b1b6f52980cee42
5
5
  SHA512:
6
- metadata.gz: 8909ee6106b8bacf891f96568227c77dbdf688c988bbaa656e72b99ddc1a1929167ee74ffb2b58ef275ec7fec3ffe69f2540e5921a636a306388a2d18d0b1925
7
- data.tar.gz: 2c7688a95b66c41390486ab38c4be67625a597121dcc3248073409aaadfffb2b14f6f141bb86a54b000eb46ffce224130d889935c591d02d0c2b0f8dc157129e
6
+ metadata.gz: 7adfc324e12eff6d027b6ac717c534170dc8c6e1a6341fb49b9dc5b4a5dde6851a295fa4e726619c507a9ad62255f4735bd569072bc9287341ac7afb27037dcb
7
+ data.tar.gz: 1474188f3c38e60df1c6317461eb00510cab8d33d3791acbb5c88cee452f88abb9eb3760830eb4a027d99e90f8ba588816fc3663fc2ad2fca315fb1c5dfee43a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.729.0)
4
+ stigg-api-client (0.735.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -54259,18 +54259,6 @@
54259
54259
  "defaultValue": "false",
54260
54260
  "isDeprecated": false,
54261
54261
  "deprecationReason": null
54262
- },
54263
- {
54264
- "name": "lastCalculationBefore",
54265
- "description": null,
54266
- "type": {
54267
- "kind": "SCALAR",
54268
- "name": "DateTime",
54269
- "ofType": null
54270
- },
54271
- "defaultValue": null,
54272
- "isDeprecated": false,
54273
- "deprecationReason": null
54274
54262
  }
54275
54263
  ],
54276
54264
  "interfaces": null,
@@ -64689,6 +64677,12 @@
64689
64677
  "isDeprecated": false,
64690
64678
  "deprecationReason": null
64691
64679
  },
64680
+ {
64681
+ "name": "RECALCULATE_BATCH_ENTITLEMENTS",
64682
+ "description": null,
64683
+ "isDeprecated": false,
64684
+ "deprecationReason": null
64685
+ },
64692
64686
  {
64693
64687
  "name": "RECALCULATE_ENTITLEMENTS",
64694
64688
  "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.729.0"
4
+ VERSION = "0.735.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.729.0
4
+ version: 0.735.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-01-06 00:00:00.000000000 Z
11
+ date: 2024-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient