stigg-api-client 5.87.1 → 5.89.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 +26 -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: fa26c4e8cb368bd70b5939bf78da41469ed503853f0d6adc59229b26de98c438
|
|
4
|
+
data.tar.gz: 0d53660ae96911a12003383c63a34e03902a4499630be935908b3e2cd74d4757
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5cde782cf9ab3a8a213e3496cd31d27e82e7b1273042e9dabf239c2b10704098c47d729a26fa1cbc7a8f8ef58e26ccdb66cc8e262155828a68da938f1232df7
|
|
7
|
+
data.tar.gz: 53caf11681c697160128a0e7ea1bdfab6146a358e65d68733eb7056c2972c84576b4d70adc064d7115359a3c06727e5d7ba0ec02face6a35be858aced76d2688
|
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,
|
|
@@ -84662,6 +84668,26 @@
|
|
|
84662
84668
|
"isDeprecated": false,
|
|
84663
84669
|
"deprecationReason": null
|
|
84664
84670
|
},
|
|
84671
|
+
{
|
|
84672
|
+
"name": "taxIds",
|
|
84673
|
+
"description": "Tax IDs for the invoice.",
|
|
84674
|
+
"type": {
|
|
84675
|
+
"kind": "LIST",
|
|
84676
|
+
"name": null,
|
|
84677
|
+
"ofType": {
|
|
84678
|
+
"kind": "NON_NULL",
|
|
84679
|
+
"name": null,
|
|
84680
|
+
"ofType": {
|
|
84681
|
+
"kind": "INPUT_OBJECT",
|
|
84682
|
+
"name": "TaxExempt",
|
|
84683
|
+
"ofType": null
|
|
84684
|
+
}
|
|
84685
|
+
}
|
|
84686
|
+
},
|
|
84687
|
+
"defaultValue": null,
|
|
84688
|
+
"isDeprecated": false,
|
|
84689
|
+
"deprecationReason": null
|
|
84690
|
+
},
|
|
84665
84691
|
{
|
|
84666
84692
|
"name": "taxPercentage",
|
|
84667
84693
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED