|
1008 | 1008 | "title" : "", |
1009 | 1009 | "type" : "string", |
1010 | 1010 | "description" : "The Object Group that the object is in. These roughly correlate to the endpoints that can be used to retrieve the object via the core accounting API.", |
1011 | | - "enum" : [ "Account", "BankTransaction", "Contact", "CreditNote", "Invoice", "Item", "ManualJournal", "Overpayment", "Payment", "Prepayment", "Receipt" ] |
| 1011 | + "enum" : [ "Account", "BankTransaction", "Contact", "CreditNote", "Invoice", "Item", "ManualJournal", "Overpayment", "Payment", "Prepayment", "Quote", "Receipt" ] |
1012 | 1012 | }; |
1013 | 1013 | defs["ObjectType"] = { |
1014 | 1014 | "title" : "", |
1015 | 1015 | "type" : "string", |
1016 | 1016 | "description" : "The Object Type", |
1017 | | - "enum" : [ "Unknown", "Accpay", "AccPayCredit", "AccPayPayment", "AccRec", "AccRecCredit", "AccRecPayment", "Adjustment", "ApCreditPayment", "ApOverPayment", "ApOverPaymentPayment", "ApOverPaymentSourcePayment", "ApPrepayment", "ApPrepaymentPayment", "ApPrepaymentSourcePayment", "ArCreditPayment", "ArOverPayment", "ArOverpaymentPayment", "ArOverpaymentSourcePayment", "ArPrepayment", "ArPrepaymentPayment", "ArPrepaymentSourcePayment", "CashPaid", "CashRec", "ExpPayment", "ManJournal", "PurchaseOrder", "Receipt", "Transfer", "Account", "Contact", "Business", "Employee", "Person", "User", "Org", "FixedAsset", "PayRun", "PriceListItem", "Bank", "Current", "Equity", "Expense", "Fixed", "Liability", "Prepayment", "Revenue", "Sales", "Overheads", "Depreciatn", "OtherIncome", "DirectCosts", "Currliab", "Termliab", "NonCurrent" ] |
| 1017 | + "enum" : [ "Unknown", "Accpay", "AccPayCredit", "AccPayPayment", "AccRec", "AccRecCredit", "AccRecPayment", "Adjustment", "ApCreditPayment", "ApOverPayment", "ApOverPaymentPayment", "ApOverPaymentSourcePayment", "ApPrepayment", "ApPrepaymentPayment", "ApPrepaymentSourcePayment", "ArCreditPayment", "ArOverPayment", "ArOverpaymentPayment", "ArOverpaymentSourcePayment", "ArPrepayment", "ArPrepaymentPayment", "ArPrepaymentSourcePayment", "CashPaid", "CashRec", "ExpPayment", "ManJournal", "PurchaseOrder", "Receipt", "Transfer", "Account", "Contact", "Business", "Employee", "Person", "User", "Org", "FixedAsset", "PayRun", "PriceListItem", "Bank", "Current", "Equity", "Expense", "Fixed", "Liability", "Prepayment", "Revenue", "Sales", "Overheads", "Depreciatn", "OtherIncome", "DirectCosts", "Currliab", "Termliab", "NonCurrent", "SalesQuote" ] |
1018 | 1018 | }; |
1019 | 1019 | defs["UploadObject"] = { |
1020 | 1020 | "title" : "", |
|
1154 | 1154 | <nav id="scrollingNav"> |
1155 | 1155 | <ul class="sidenav nav nav-list"> |
1156 | 1156 | <li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li> |
1157 | | - <li class="nav-header" data-group="Files"><strong>VSN: </strong>2.10.0</li> |
| 1157 | + <li class="nav-header" data-group="Files"><strong>VSN: </strong>2.11.0</li> |
1158 | 1158 | <li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li> |
1159 | 1159 | <li data-group="Files" data-name="createFileAssociation" class=""> |
1160 | 1160 | <a href="#api-Files-createFileAssociation">createFileAssociation</a> |
|
0 commit comments