stigg-api-client 6.10.0 → 6.12.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 +8 -0
- data/lib/stigg/generated/schema.json +3882 -59
- data/lib/stigg/version.rb +1 -1
- data/package.json +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: afd79ff8751d30c7d406d886860a5abf079737c3b8235c72cab342d252e9dc90
|
|
4
|
+
data.tar.gz: 0e5159a1c29f5fc9ca63fecf4b0dfc26d71ec566cd08c0ac5bf59b381f69d345
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6300596f8406899ead475ee177b3e7cf9535ed1a7cfb135b91104f23fce3fc6d8662905bb7201627351df4a8c19f908beaa4a30fc2d512fd7aced1beda3cc0bd
|
|
7
|
+
data.tar.gz: 390cf18fb951b770af8a4c0c531b2ae835b0fda67c5ed795701c58504aaaec528e3a83c0ff6acb1f56fb3b554736eecf581264cb5caba800032d05bfa7bed9ab
|
data/Gemfile.lock
CHANGED
|
@@ -185,6 +185,7 @@ module Stigg
|
|
|
185
185
|
customCurrencyId
|
|
186
186
|
description
|
|
187
187
|
displayNameOverride
|
|
188
|
+
hasSoftLimit
|
|
188
189
|
hiddenFromWidgets
|
|
189
190
|
isCustom
|
|
190
191
|
isGranted
|
|
@@ -1829,6 +1830,12 @@ module Stigg
|
|
|
1829
1830
|
customerId
|
|
1830
1831
|
resourceId
|
|
1831
1832
|
currentUsage
|
|
1833
|
+
credit {
|
|
1834
|
+
currencyId
|
|
1835
|
+
currentUsage
|
|
1836
|
+
usagePeriodEnd
|
|
1837
|
+
timestamp
|
|
1838
|
+
}
|
|
1832
1839
|
usagePeriodStart
|
|
1833
1840
|
usagePeriodEnd
|
|
1834
1841
|
nextResetDate
|
|
@@ -2093,6 +2100,7 @@ module Stigg
|
|
|
2093
2100
|
}
|
|
2094
2101
|
usageLimit
|
|
2095
2102
|
currentUsage
|
|
2103
|
+
hasSoftLimit
|
|
2096
2104
|
usageUpdatedAt
|
|
2097
2105
|
entitlementUpdatedAt
|
|
2098
2106
|
usagePeriodEnd
|