first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,215 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Lat": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Long": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomField": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DefinitionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedByRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"ShipFromAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line2": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,266 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillEmail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomField": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DefinitionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemAccountRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastModifiedByRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"SalesTermRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ShipAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnTaxDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TaxLine": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PercentBased": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"TaxRateRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,260 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line2": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line3": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"BillEmail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerMemo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomField": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DefinitionId": {
|
||||
"type": "string"
|
||||
},
|
||||
"Name": {
|
||||
"type": "string"
|
||||
},
|
||||
"Type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"SalesTermRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ShipAddr": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"City": {
|
||||
"type": "string"
|
||||
},
|
||||
"CountrySubDivisionCode": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line1": {
|
||||
"type": "string"
|
||||
},
|
||||
"PostalCode": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnTaxDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TaxLine": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"TaxLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"PercentBased": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"TaxRateRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"TxnTaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"AllowIPNPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineACHPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlineCreditCardPayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"AllowOnlinePayment": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ApplyTaxAfterDiscount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"BillEmail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Address": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CurrencyRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomerRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DeliveryInfo": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"DeliveryTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"DeliveryType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DocNumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"domain": {
|
||||
"type": "string"
|
||||
},
|
||||
"DueDate": {
|
||||
"type": "string"
|
||||
},
|
||||
"EmailStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"Line": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Description": {
|
||||
"type": "string"
|
||||
},
|
||||
"DetailType": {
|
||||
"type": "string"
|
||||
},
|
||||
"Id": {
|
||||
"type": "string"
|
||||
},
|
||||
"LineNum": {
|
||||
"type": "integer"
|
||||
},
|
||||
"SalesItemLineDetail": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ItemRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"TaxCodeRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"LinkedTxn": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"TxnId": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnType": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"MetaData": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"CreateTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"LastUpdatedTime": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PrintStatus": {
|
||||
"type": "string"
|
||||
},
|
||||
"sparse": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"SyncToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"TxnDate": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user