stigg-api-client 0.487.0 → 0.488.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 +18 -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: f173ae94a5b7adfe0a8d13d6cfeac516a9ab8c023a3bdda7363f691109ad2a32
|
|
4
|
+
data.tar.gz: 46a668f6b1b0ea1fdedc598c65832aa43fdb3d519de41bce4764ce4c806aef36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: becb1195f1f52ec4cce46effa7a72d8dfb4680972a625749af1b3c7d63fd712db0c007d7869f91971b21222a4f27b2094805fb3b10858481992aeeba4286dc43
|
|
7
|
+
data.tar.gz: 77d259417f55d61da15306655c39b27e2e820094ffeb6668fc6ece72ce58cc4a6a2f84cbb857c4d94d5d3c65dd01c6e84684330811f8d7a5ee16bcf2aff21f25
|
data/Gemfile.lock
CHANGED
|
@@ -8564,6 +8564,18 @@
|
|
|
8564
8564
|
"isDeprecated": false,
|
|
8565
8565
|
"deprecationReason": null
|
|
8566
8566
|
},
|
|
8567
|
+
{
|
|
8568
|
+
"name": "metadata",
|
|
8569
|
+
"description": null,
|
|
8570
|
+
"type": {
|
|
8571
|
+
"kind": "SCALAR",
|
|
8572
|
+
"name": "JSON",
|
|
8573
|
+
"ofType": null
|
|
8574
|
+
},
|
|
8575
|
+
"defaultValue": null,
|
|
8576
|
+
"isDeprecated": false,
|
|
8577
|
+
"deprecationReason": null
|
|
8578
|
+
},
|
|
8567
8579
|
{
|
|
8568
8580
|
"name": "paymentMethodId",
|
|
8569
8581
|
"description": null,
|
|
@@ -19201,6 +19213,12 @@
|
|
|
19201
19213
|
"isDeprecated": false,
|
|
19202
19214
|
"deprecationReason": null
|
|
19203
19215
|
},
|
|
19216
|
+
{
|
|
19217
|
+
"name": "InvalidMetadataError",
|
|
19218
|
+
"description": null,
|
|
19219
|
+
"isDeprecated": false,
|
|
19220
|
+
"deprecationReason": null
|
|
19221
|
+
},
|
|
19204
19222
|
{
|
|
19205
19223
|
"name": "InvalidQuantity",
|
|
19206
19224
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED