stigg-api-client 0.522.0 → 0.524.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7463a00a3839cb8480685da2067f62255155e27a1f8525bee0f69e3528d88d91
4
- data.tar.gz: c1155637098f30ce401f3932c62c6096da5ce33f444e46fe833bf65c3bccb407
3
+ metadata.gz: dd60cc365a65a0f32e3a5e0dcc8c8381db66287806b1138267a176858e36abf3
4
+ data.tar.gz: dd936e7dcdac5c5f87cbb1b19a4295f013c00872081194cece0f1b9ef65217c7
5
5
  SHA512:
6
- metadata.gz: c36addefc2af936c1b3e71957747ae2cbf8d122ff9804acae0948cdf4d123782037b71c1d4790e8c99fc77afcfa92ca901be786953aa97da6033d9585dd90e37
7
- data.tar.gz: a65fb3bb304117b707f9ae132c2d4204eed1a07cc610b6ade807c03a0c7379aa3fe1ded636634b448c50516f662415e9882a1873f25ada05c0161108507c9c57
6
+ metadata.gz: 4868c5a6337dc39ed031405cc9453e631b32ee6b43502aa332f5b623fff57eb4957b47292260182997c33fc8abaddb02460440684909c14fe259618347195953
7
+ data.tar.gz: 6b4f9ddc9be531ee8a51a1999bcda066209573a7e0efbdc7f9de8a40ed92fb2d49cbaa69d43be468ed2373e3d0287babc33ef7260e230cac55f9ec0c71f2d8c0
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.524.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,
@@ -55730,6 +55746,22 @@
55730
55746
  "isDeprecated": false,
55731
55747
  "deprecationReason": null
55732
55748
  },
55749
+ {
55750
+ "name": "requiresAction",
55751
+ "description": null,
55752
+ "args": [],
55753
+ "type": {
55754
+ "kind": "NON_NULL",
55755
+ "name": null,
55756
+ "ofType": {
55757
+ "kind": "SCALAR",
55758
+ "name": "Boolean",
55759
+ "ofType": null
55760
+ }
55761
+ },
55762
+ "isDeprecated": false,
55763
+ "deprecationReason": null
55764
+ },
55733
55765
  {
55734
55766
  "name": "status",
55735
55767
  "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.524.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.524.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient