stigg-api-client 0.540.2 → 0.541.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: d6d4d745efda0555defd2cc13f686a626894ac65b47eb34e6942f02957e24a01
4
- data.tar.gz: 4011029901d4b26b0f25e66ee36fd1878ae677dd2a192f7fa3b44e356029085d
3
+ metadata.gz: 870471dbd888f7cf70d24b94dfb050cb78bdebe654857618d144f31626194bce
4
+ data.tar.gz: 8550f1dd797e388a3760627e28caf17f56d9d653d621f07ab1a77c68699f7655
5
5
  SHA512:
6
- metadata.gz: 8d46f196b1f1e3a68c8228901f13b39b7733f5314c094c0235f7b481820fc87ab35a9918b8be846cc096728c857d80da39cd40cfdc74fb5aa97e69f45748f451
7
- data.tar.gz: b063bf93b0c5278453d3d1550fc2c9c4cfcbfd08b9cdaf727784488c47132b64aa90b5cccdbf3ba134cf6655d7e1d8d5ce742b336c63da4b591ef72bde02fecb
6
+ metadata.gz: 53f73b2d02e88a5dfef0f1b8b1a37d6273bfe0446e98f2183e2848789b14e7fcb6e549ffb3451d2a5ca062073eeb57b69d380ff89075ea296e7fc93747d68b13
7
+ data.tar.gz: e9f27dcd776090d14a8212d4e235097c1838c8f6b1d17e33d32253c7475a32c82a4dcab7ca6f2b0f488d0468b42b31eb803456d3b25dc719bdb511af01455ba6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.540.2)
4
+ stigg-api-client (0.541.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -54160,6 +54160,29 @@
54160
54160
  "enumValues": null,
54161
54161
  "possibleTypes": null
54162
54162
  },
54163
+ {
54164
+ "kind": "ENUM",
54165
+ "name": "SubscriptionCancellationAction",
54166
+ "description": "",
54167
+ "fields": null,
54168
+ "inputFields": null,
54169
+ "interfaces": null,
54170
+ "enumValues": [
54171
+ {
54172
+ "name": "DEFAULT",
54173
+ "description": null,
54174
+ "isDeprecated": false,
54175
+ "deprecationReason": null
54176
+ },
54177
+ {
54178
+ "name": "REVOKE_ENTITLEMENTS",
54179
+ "description": null,
54180
+ "isDeprecated": false,
54181
+ "deprecationReason": null
54182
+ }
54183
+ ],
54184
+ "possibleTypes": null
54185
+ },
54163
54186
  {
54164
54187
  "kind": "INPUT_OBJECT",
54165
54188
  "name": "SubscriptionCancellationInput",
@@ -54190,6 +54213,18 @@
54190
54213
  "isDeprecated": false,
54191
54214
  "deprecationReason": null
54192
54215
  },
54216
+ {
54217
+ "name": "subscriptionCancellationAction",
54218
+ "description": null,
54219
+ "type": {
54220
+ "kind": "ENUM",
54221
+ "name": "SubscriptionCancellationAction",
54222
+ "ofType": null
54223
+ },
54224
+ "defaultValue": null,
54225
+ "isDeprecated": false,
54226
+ "deprecationReason": null
54227
+ },
54193
54228
  {
54194
54229
  "name": "subscriptionCancellationTime",
54195
54230
  "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.540.2"
4
+ VERSION = "0.541.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.540.2
4
+ version: 0.541.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-15 00:00:00.000000000 Z
11
+ date: 2023-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient