stigg-api-client 0.586.0 → 0.591.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 +12 -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: 0ae4323a8eb2c48ce24389d35ad64825443a19036279c94d80ce950602985621
|
|
4
|
+
data.tar.gz: f23412b19b92fad1589a7144743ebec7a3d58bf7133bda75ef3bbbb4ce7d4262
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc1ae549a1f9643a6675bc2583e184433f3c25a2c2f0cae77acaabf1694bce0c97f4553083f0a43201e0a5cfd9ff1a0d602eee54e66816c4a77b2451a57e9c36
|
|
7
|
+
data.tar.gz: e158abfae2fe15b985138e740e5d4307a0af47e12bfcdb4b13cd775b630cfe356e09fe6aa2c963ea8490a71711472193b32cc69709ab3084d7f2975f34136448
|
data/Gemfile.lock
CHANGED
|
@@ -55652,6 +55652,18 @@
|
|
|
55652
55652
|
"isDeprecated": false,
|
|
55653
55653
|
"deprecationReason": null
|
|
55654
55654
|
},
|
|
55655
|
+
{
|
|
55656
|
+
"name": "couponId",
|
|
55657
|
+
"description": null,
|
|
55658
|
+
"type": {
|
|
55659
|
+
"kind": "SCALAR",
|
|
55660
|
+
"name": "String",
|
|
55661
|
+
"ofType": null
|
|
55662
|
+
},
|
|
55663
|
+
"defaultValue": null,
|
|
55664
|
+
"isDeprecated": false,
|
|
55665
|
+
"deprecationReason": null
|
|
55666
|
+
},
|
|
55655
55667
|
{
|
|
55656
55668
|
"name": "metadata",
|
|
55657
55669
|
"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.591.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-10-
|
|
11
|
+
date: 2023-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|