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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +35 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 870471dbd888f7cf70d24b94dfb050cb78bdebe654857618d144f31626194bce
|
|
4
|
+
data.tar.gz: 8550f1dd797e388a3760627e28caf17f56d9d653d621f07ab1a77c68699f7655
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53f73b2d02e88a5dfef0f1b8b1a37d6273bfe0446e98f2183e2848789b14e7fcb6e549ffb3451d2a5ca062073eeb57b69d380ff89075ea296e7fc93747d68b13
|
|
7
|
+
data.tar.gz: e9f27dcd776090d14a8212d4e235097c1838c8f6b1d17e33d32253c7475a32c82a4dcab7ca6f2b0f488d0468b42b31eb803456d3b25dc719bdb511af01455ba6
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2023-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|