stigg-api-client 1.132.0 → 1.134.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/schema.json +20 -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: 51e616d79aa4350411c74109096ee1449dd4e11b66f0e6939f05160aecc4018b
|
|
4
|
+
data.tar.gz: c6b135c77017ae108dbe743fe1a4dc782a45eb06716f8683a9465f97657a5e66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2714b1df16eb388c98786aa892a5fa9672327c5fd3b4cdbef498887395f59af44787f6c159a564a78fce9af190eb4c146bcb85d99427c8f3a6b66b48581ad969
|
|
7
|
+
data.tar.gz: d6e9d0dc4fe6ff2d75da4a08fc043f60c8dcaef948ccbb4d0264e087cd2d87422859d982b6a9fb903217ead10322ae81da806d955136051dd32aab4bfb76d3cd
|
data/Gemfile.lock
CHANGED
|
@@ -50247,6 +50247,26 @@
|
|
|
50247
50247
|
"isDeprecated": false,
|
|
50248
50248
|
"deprecationReason": null
|
|
50249
50249
|
},
|
|
50250
|
+
{
|
|
50251
|
+
"name": "minimumSpend",
|
|
50252
|
+
"description": "The minimum spend configuration per each billing period",
|
|
50253
|
+
"type": {
|
|
50254
|
+
"kind": "LIST",
|
|
50255
|
+
"name": null,
|
|
50256
|
+
"ofType": {
|
|
50257
|
+
"kind": "NON_NULL",
|
|
50258
|
+
"name": null,
|
|
50259
|
+
"ofType": {
|
|
50260
|
+
"kind": "INPUT_OBJECT",
|
|
50261
|
+
"name": "MinimumSpendInput",
|
|
50262
|
+
"ofType": null
|
|
50263
|
+
}
|
|
50264
|
+
}
|
|
50265
|
+
},
|
|
50266
|
+
"defaultValue": null,
|
|
50267
|
+
"isDeprecated": false,
|
|
50268
|
+
"deprecationReason": null
|
|
50269
|
+
},
|
|
50250
50270
|
{
|
|
50251
50271
|
"name": "parentPlanId",
|
|
50252
50272
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED