stigg-api-client 0.522.0 → 0.523.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: 7463a00a3839cb8480685da2067f62255155e27a1f8525bee0f69e3528d88d91
4
- data.tar.gz: c1155637098f30ce401f3932c62c6096da5ce33f444e46fe833bf65c3bccb407
3
+ metadata.gz: e44d0768bfd55cfec691c3e975b45aa2e3a29e22bb78c2a0bda0ece33e4ebf6a
4
+ data.tar.gz: a9e9d20820aabcee1ca09792546327c784c051804bf3314f0b4786a7b12360eb
5
5
  SHA512:
6
- metadata.gz: c36addefc2af936c1b3e71957747ae2cbf8d122ff9804acae0948cdf4d123782037b71c1d4790e8c99fc77afcfa92ca901be786953aa97da6033d9585dd90e37
7
- data.tar.gz: a65fb3bb304117b707f9ae132c2d4204eed1a07cc610b6ade807c03a0c7379aa3fe1ded636634b448c50516f662415e9882a1873f25ada05c0161108507c9c57
6
+ metadata.gz: b571fa7e98d6361f979f9a91ac388617143428cc71444b47e39f2ef95461166f35b6f903cd0abf9e217d17023fc31424771161cbeb229467a7791b733e0be74a
7
+ data.tar.gz: 621815c775da5d7ff05ff1629e79ddc4ce07bf28ca8b83083553228cc2012ff6abd398fa2b56cbcdaaf74608a11765647bd27b1a21095239be460294ff4d7969
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.522.0)
4
+ stigg-api-client (0.523.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -8328,6 +8328,22 @@
8328
8328
  "isDeprecated": false,
8329
8329
  "deprecationReason": null
8330
8330
  },
8331
+ {
8332
+ "name": "totalActivePromotionalEntitlements",
8333
+ "description": null,
8334
+ "args": [],
8335
+ "type": {
8336
+ "kind": "NON_NULL",
8337
+ "name": null,
8338
+ "ofType": {
8339
+ "kind": "SCALAR",
8340
+ "name": "Float",
8341
+ "ofType": null
8342
+ }
8343
+ },
8344
+ "isDeprecated": false,
8345
+ "deprecationReason": null
8346
+ },
8331
8347
  {
8332
8348
  "name": "totalActiveSubscription",
8333
8349
  "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.522.0"
4
+ VERSION = "0.523.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.522.0
4
+ version: 0.523.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-08-03 00:00:00.000000000 Z
11
+ date: 2023-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient