stigg-api-client 6.9.0 → 6.11.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/generated/schema.json +3464 -83
- 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: ed75c80e732fb6b7d5e341d5ece16c920f7740e08b2da30ba012901948700afa
|
|
4
|
+
data.tar.gz: c1228f5394cc535b1946663bf7520f41d17179b087f98e4f16d323def99f4a0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daf5f2493fc03d69507b83bb87a65d9e8eac249a097d436538b05fe41f0d23e66eb7cbcf7383c8a3556dd242d9bbdaf9ab63086a68c1547e027a05a7112792f5
|
|
7
|
+
data.tar.gz: b10a594b19923936f64e71dbbc5782feebbed92577f5551f0edbb75bf56e2b76e69c02bf759c74039b0ca7aa312be749630c7435f0165582dd9104184724632e
|
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
|
|
@@ -2093,6 +2094,7 @@ module Stigg
|
|
|
2093
2094
|
}
|
|
2094
2095
|
usageLimit
|
|
2095
2096
|
currentUsage
|
|
2097
|
+
hasSoftLimit
|
|
2096
2098
|
usageUpdatedAt
|
|
2097
2099
|
entitlementUpdatedAt
|
|
2098
2100
|
usagePeriodEnd
|