stigg-api-client 0.678.0 → 0.682.9
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: e425a06ba31d50309deb925093193637c85edcfc4c8593c4134d085fcceb177f
|
4
|
+
data.tar.gz: 93fa05fe8800179afc59a454ad5c1a9ac7d38c080683a9383383d9e52803f183
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8963246132a6a4ff64bd8b6341400b3c17c2152b62f9192da0f794eff86fe2a0e0b8b8738f7d1d6cdeeee6cbfd727935bc33908d408f794ffa875440ddfb0aa5
|
7
|
+
data.tar.gz: c9606dbcc7da1142047f51f2095e1b3ba9a71a57554fa2ba3d4ec4d551960c576c4c479320c9d575a61f3144425191630fa6c4a73604d4bc0918e4106e3aca46
|
data/Gemfile.lock
CHANGED
@@ -9275,6 +9275,18 @@
|
|
9275
9275
|
"isDeprecated": false,
|
9276
9276
|
"deprecationReason": null
|
9277
9277
|
},
|
9278
|
+
{
|
9279
|
+
"name": "awsMarketplaceCustomerId",
|
9280
|
+
"description": null,
|
9281
|
+
"args": [],
|
9282
|
+
"type": {
|
9283
|
+
"kind": "SCALAR",
|
9284
|
+
"name": "String",
|
9285
|
+
"ofType": null
|
9286
|
+
},
|
9287
|
+
"isDeprecated": false,
|
9288
|
+
"deprecationReason": null
|
9289
|
+
},
|
9278
9290
|
{
|
9279
9291
|
"name": "billingCurrency",
|
9280
9292
|
"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.682.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-11-
|
11
|
+
date: 2023-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|