stigg-api-client 5.87.1 → 5.94.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 +38 -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: ad63f2603e53cfb5e12a4343d5b2b7f96a3a11bfde2e5d4114754cb1bf8696fe
|
|
4
|
+
data.tar.gz: d0f975c85a903786d2bf92f2ee42289e33042ba002521a3dfa53dd34bd214593
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d341973b94480a521deaea74f99bb16cd92729fc32f5fc3507b79490dbf6eea1a84033a03b9f8115ebb1120c8801a88616d31e7a3602db34f51856c3b8b85cc
|
|
7
|
+
data.tar.gz: e54aae05c55225cb746e51039911e0e7b8cb5faa0415f530e6afdfc7951451bdd3525550a2f5192c01907eb6fee04cd4697b3f84bb8376c5fa3f28590e5d2164
|
data/Gemfile.lock
CHANGED
|
@@ -31350,6 +31350,12 @@
|
|
|
31350
31350
|
"isDeprecated": false,
|
|
31351
31351
|
"deprecationReason": null
|
|
31352
31352
|
},
|
|
31353
|
+
{
|
|
31354
|
+
"name": "InvalidTaxId",
|
|
31355
|
+
"description": null,
|
|
31356
|
+
"isDeprecated": false,
|
|
31357
|
+
"deprecationReason": null
|
|
31358
|
+
},
|
|
31353
31359
|
{
|
|
31354
31360
|
"name": "InvalidUpdatePriceUnitAmountError",
|
|
31355
31361
|
"description": null,
|
|
@@ -33583,6 +33589,18 @@
|
|
|
33583
33589
|
"defaultValue": null,
|
|
33584
33590
|
"isDeprecated": false,
|
|
33585
33591
|
"deprecationReason": null
|
|
33592
|
+
},
|
|
33593
|
+
{
|
|
33594
|
+
"name": "like",
|
|
33595
|
+
"description": null,
|
|
33596
|
+
"type": {
|
|
33597
|
+
"kind": "SCALAR",
|
|
33598
|
+
"name": "String",
|
|
33599
|
+
"ofType": null
|
|
33600
|
+
},
|
|
33601
|
+
"defaultValue": null,
|
|
33602
|
+
"isDeprecated": false,
|
|
33603
|
+
"deprecationReason": null
|
|
33586
33604
|
}
|
|
33587
33605
|
],
|
|
33588
33606
|
"interfaces": null,
|
|
@@ -84662,6 +84680,26 @@
|
|
|
84662
84680
|
"isDeprecated": false,
|
|
84663
84681
|
"deprecationReason": null
|
|
84664
84682
|
},
|
|
84683
|
+
{
|
|
84684
|
+
"name": "taxIds",
|
|
84685
|
+
"description": "Customer’s tax identification number",
|
|
84686
|
+
"type": {
|
|
84687
|
+
"kind": "LIST",
|
|
84688
|
+
"name": null,
|
|
84689
|
+
"ofType": {
|
|
84690
|
+
"kind": "NON_NULL",
|
|
84691
|
+
"name": null,
|
|
84692
|
+
"ofType": {
|
|
84693
|
+
"kind": "INPUT_OBJECT",
|
|
84694
|
+
"name": "TaxExempt",
|
|
84695
|
+
"ofType": null
|
|
84696
|
+
}
|
|
84697
|
+
}
|
|
84698
|
+
},
|
|
84699
|
+
"defaultValue": null,
|
|
84700
|
+
"isDeprecated": false,
|
|
84701
|
+
"deprecationReason": null
|
|
84702
|
+
},
|
|
84665
84703
|
{
|
|
84666
84704
|
"name": "taxPercentage",
|
|
84667
84705
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED