stigg-api-client 1.57.0 → 1.58.2
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 +6 -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: 8e055917f41d3b7ffc9efe68553b3c2aee2b6f3514b440ad3a631ed69d9f2159
|
|
4
|
+
data.tar.gz: 5625e3989983a52e39b95ad2f5c094adfc521a4c51630eeb0979eed6efaa4104
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94fe3f6e2008c6b4c2db93039c15508c54248b6221bfc6318fe9be7bdeac708c06a60499aa1c4ff55bb0076d58fa1eb3352aecca9aaa75a4c424535e96aa6589
|
|
7
|
+
data.tar.gz: 29dcef6bde70a713c60f39aedfc59d52d80e8f2f85f615137c2a6bdeb45fc0b086cba14ba09f739457aa80ff9cc25a9e89e0c80943ff8c0f0728201ee3a376cd
|
data/Gemfile.lock
CHANGED
|
@@ -22100,6 +22100,12 @@
|
|
|
22100
22100
|
"isDeprecated": false,
|
|
22101
22101
|
"deprecationReason": null
|
|
22102
22102
|
},
|
|
22103
|
+
{
|
|
22104
|
+
"name": "DuplicateAddonProvisionedError",
|
|
22105
|
+
"description": "Duplicate addons provisioned error",
|
|
22106
|
+
"isDeprecated": false,
|
|
22107
|
+
"deprecationReason": null
|
|
22108
|
+
},
|
|
22103
22109
|
{
|
|
22104
22110
|
"name": "DuplicateProductValidationError",
|
|
22105
22111
|
"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: 1.
|
|
4
|
+
version: 1.58.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|