stigg-api-client 1.148.0 → 1.150.1
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 +12 -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: b1d1fa6b652d8c6ed1b5a6f7d3dc2cee880dce8a60dcd6fd286d021e26c54b82
|
|
4
|
+
data.tar.gz: 1cf29c5a68e403fa0e29abba5815c9927366969b1e995d472eaa41fb578c1afa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12f2ef08ae79b82876140e18cfb962fc013ea858b3eb7318fdd7085569211c692b0b4114a81a1f406bd6504abcb9538fc1c84e4007a3aa580ad5f0f27f2ed1b0
|
|
7
|
+
data.tar.gz: '02813c6ba78f6c933129a966eade64838cd60820f56eb7eb82dac5d3058e561deabe16361d9a6ce73932dfab6c8bafcb450669aba614ce087640692cadd74150'
|
data/Gemfile.lock
CHANGED
|
@@ -75369,6 +75369,18 @@
|
|
|
75369
75369
|
"isDeprecated": false,
|
|
75370
75370
|
"deprecationReason": null
|
|
75371
75371
|
},
|
|
75372
|
+
{
|
|
75373
|
+
"name": "minimumSpend",
|
|
75374
|
+
"description": "The minimum spend configuration",
|
|
75375
|
+
"type": {
|
|
75376
|
+
"kind": "INPUT_OBJECT",
|
|
75377
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
75378
|
+
"ofType": null
|
|
75379
|
+
},
|
|
75380
|
+
"defaultValue": null,
|
|
75381
|
+
"isDeprecated": false,
|
|
75382
|
+
"deprecationReason": null
|
|
75383
|
+
},
|
|
75372
75384
|
{
|
|
75373
75385
|
"name": "priceOverrides",
|
|
75374
75386
|
"description": "Override the price of the subscription",
|
data/lib/stigg/version.rb
CHANGED