stigg-api-client 1.150.1 → 1.151.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: 74cf18344d499f7a15c97267dffe83ccbc4e72089c0af367d8446a23da2545a4
|
|
4
|
+
data.tar.gz: 7b5c3a7b1d558a6188ad2f9d6b0042d857af4d3f5ec5f8daeaee7811a92615d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2e29cb69347d996e06cab2a26e816a9b57e0574eb80942ec00fb211f158042632002be640a7165e79c2b45e24913c0c3b5c36c804e75626fa279793cde93778
|
|
7
|
+
data.tar.gz: d81ae63a6e123713b8125e4227594efe3da9b8c10bce2abc799b8a1dae54e032bf944a7af007e07752f428ce82402aa74a15f7660efb524f823a3fb8bef1b331
|
data/Gemfile.lock
CHANGED
|
@@ -46847,6 +46847,26 @@
|
|
|
46847
46847
|
"isDeprecated": false,
|
|
46848
46848
|
"deprecationReason": null
|
|
46849
46849
|
},
|
|
46850
|
+
{
|
|
46851
|
+
"name": "minimumSpend",
|
|
46852
|
+
"description": "Minimum spend configuration",
|
|
46853
|
+
"args": [],
|
|
46854
|
+
"type": {
|
|
46855
|
+
"kind": "LIST",
|
|
46856
|
+
"name": null,
|
|
46857
|
+
"ofType": {
|
|
46858
|
+
"kind": "NON_NULL",
|
|
46859
|
+
"name": null,
|
|
46860
|
+
"ofType": {
|
|
46861
|
+
"kind": "OBJECT",
|
|
46862
|
+
"name": "MinimumSpend",
|
|
46863
|
+
"ofType": null
|
|
46864
|
+
}
|
|
46865
|
+
}
|
|
46866
|
+
},
|
|
46867
|
+
"isDeprecated": false,
|
|
46868
|
+
"deprecationReason": null
|
|
46869
|
+
},
|
|
46850
46870
|
{
|
|
46851
46871
|
"name": "prices",
|
|
46852
46872
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED