stigg-api-client 5.13.0 → 5.14.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/operations.rb +2 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ce6cc279f24379db2689e91f0ace3f2c3cc6ecad2037fa54d8b0cd343fe0481
|
|
4
|
+
data.tar.gz: d89bd6bf928c39a80d6aa509a088964e1da8d36adf7a07b9a75e30419e0dba03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b56fe37e506923f69f4e436cb4e68f919b5492f3c1440532d54751b06fad5417b9182640e7f4ebf191dde972fdb4e10c85629510a913ea517010d0f65cd1eed
|
|
7
|
+
data.tar.gz: 032c325e4d9fc45703b48c3b83e66a78a2762ada491089c071501beb456276a41ab10acb2b7791c4c8316fd5a1899bbe993ffec5fa87d64a5266aee624c32da7
|
data/Gemfile.lock
CHANGED
|
@@ -216,6 +216,7 @@ module Stigg
|
|
|
216
216
|
}
|
|
217
217
|
trialEndBehavior
|
|
218
218
|
}
|
|
219
|
+
awsMarketplacePlanDimension
|
|
219
220
|
}
|
|
220
221
|
GRAPHQL
|
|
221
222
|
|
|
@@ -1059,6 +1060,7 @@ module Stigg
|
|
|
1059
1060
|
displayName
|
|
1060
1061
|
description
|
|
1061
1062
|
additionalMetaData
|
|
1063
|
+
awsMarketplaceProductId
|
|
1062
1064
|
productSettings {
|
|
1063
1065
|
downgradePlan {
|
|
1064
1066
|
refId
|
data/lib/stigg/version.rb
CHANGED