@apideck/unify 0.20.0 → 0.21.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.
- package/README.md +68 -51
- package/docs/sdks/agedcreditors/README.md +115 -0
- package/docs/sdks/attachments/README.md +97 -0
- package/docs/sdks/bills/README.md +24 -20
- package/docs/sdks/connections/README.md +100 -80
- package/docs/sdks/connectionsettings/README.md +100 -80
- package/docs/sdks/creditnotes/README.md +20 -20
- package/docs/sdks/expenses/README.md +8 -0
- package/docs/sdks/invoiceitems/README.md +16 -0
- package/docs/sdks/invoices/README.md +16 -16
- package/docs/sdks/journalentries/README.md +20 -0
- package/docs/sdks/pipelines/README.md +632 -0
- package/docs/sdks/purchaseorders/README.md +106 -186
- package/docs/sdks/uploadsessions/README.md +95 -0
- package/funcs/accountingAgedCreditorsGet.d.ts +17 -0
- package/funcs/accountingAgedCreditorsGet.d.ts.map +1 -0
- package/funcs/accountingAgedCreditorsGet.js +128 -0
- package/funcs/accountingAgedCreditorsGet.js.map +1 -0
- package/funcs/accountingAttachmentsUpload.d.ts +17 -0
- package/funcs/accountingAttachmentsUpload.d.ts.map +1 -0
- package/funcs/accountingAttachmentsUpload.js +141 -0
- package/funcs/accountingAttachmentsUpload.js.map +1 -0
- package/funcs/crmPipelinesCreate.d.ts +17 -0
- package/funcs/crmPipelinesCreate.d.ts.map +1 -0
- package/funcs/crmPipelinesCreate.js +127 -0
- package/funcs/crmPipelinesCreate.js.map +1 -0
- package/funcs/crmPipelinesDelete.d.ts +17 -0
- package/funcs/crmPipelinesDelete.d.ts.map +1 -0
- package/funcs/crmPipelinesDelete.js +132 -0
- package/funcs/crmPipelinesDelete.js.map +1 -0
- package/funcs/crmPipelinesGet.d.ts +17 -0
- package/funcs/crmPipelinesGet.d.ts.map +1 -0
- package/funcs/crmPipelinesGet.js +133 -0
- package/funcs/crmPipelinesGet.js.map +1 -0
- package/funcs/crmPipelinesUpdate.d.ts +17 -0
- package/funcs/crmPipelinesUpdate.d.ts.map +1 -0
- package/funcs/crmPipelinesUpdate.js +133 -0
- package/funcs/crmPipelinesUpdate.js.map +1 -0
- package/funcs/fileStorageUploadSessionsUpload.d.ts +17 -0
- package/funcs/fileStorageUploadSessionsUpload.d.ts.map +1 -0
- package/funcs/fileStorageUploadSessionsUpload.js +139 -0
- package/funcs/fileStorageUploadSessionsUpload.js.map +1 -0
- package/hooks/types.d.ts +1 -1
- package/hooks/types.d.ts.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/lib/security.d.ts +4 -3
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +6 -1
- package/lib/security.js.map +1 -1
- package/models/components/{accountinglocation.d.ts → accountinglocationinput.d.ts} +58 -58
- package/models/components/accountinglocationinput.d.ts.map +1 -0
- package/models/components/{accountinglocation.js → accountinglocationinput.js} +56 -56
- package/models/components/accountinglocationinput.js.map +1 -0
- package/models/components/address.d.ts +8 -8
- package/models/components/address.d.ts.map +1 -1
- package/models/components/address.js +13 -14
- package/models/components/address.js.map +1 -1
- package/models/components/agedcreditors.d.ts +51 -0
- package/models/components/agedcreditors.d.ts.map +1 -0
- package/models/components/agedcreditors.js +88 -0
- package/models/components/agedcreditors.js.map +1 -0
- package/models/components/{applicant.d.ts → applicantinput.d.ts} +79 -79
- package/models/components/applicantinput.d.ts.map +1 -0
- package/models/components/{applicant.js → applicantinput.js} +85 -85
- package/models/components/applicantinput.js.map +1 -0
- package/models/components/billlineitem.d.ts +4 -4
- package/models/components/{billpayment.d.ts → billpaymentinput.d.ts} +102 -102
- package/models/components/billpaymentinput.d.ts.map +1 -0
- package/models/components/{billpayment.js → billpaymentinput.js} +100 -100
- package/models/components/billpaymentinput.js.map +1 -0
- package/models/components/connectionimportdata.d.ts +15 -15
- package/models/components/connectionimportdata.d.ts.map +1 -1
- package/models/components/connectionimportdata.js +18 -19
- package/models/components/connectionimportdata.js.map +1 -1
- package/models/components/{connection.d.ts → connectioninput.d.ts} +139 -139
- package/models/components/connectioninput.d.ts.map +1 -0
- package/models/components/{connection.js → connectioninput.js} +150 -150
- package/models/components/connectioninput.js.map +1 -0
- package/models/components/consumerconnection.d.ts +6 -26
- package/models/components/consumerconnection.d.ts.map +1 -1
- package/models/components/consumerconnection.js +3 -26
- package/models/components/consumerconnection.js.map +1 -1
- package/models/components/{contact.d.ts → contactinput.d.ts} +71 -71
- package/models/components/contactinput.d.ts.map +1 -0
- package/models/components/{contact.js → contactinput.js} +72 -71
- package/models/components/{contact.js.map → contactinput.js.map} +1 -1
- package/models/components/createattachmentresponse.d.ts +70 -0
- package/models/components/createattachmentresponse.d.ts.map +1 -0
- package/models/components/createattachmentresponse.js +83 -0
- package/models/components/createattachmentresponse.js.map +1 -0
- package/models/components/createconnectionresponse.d.ts +1 -1
- package/models/components/createconnectionresponse.d.ts.map +1 -1
- package/models/components/createconnectionresponse.js +3 -3
- package/models/components/createconnectionresponse.js.map +1 -1
- package/models/components/createpipelineresponse.d.ts +70 -0
- package/models/components/createpipelineresponse.d.ts.map +1 -0
- package/models/components/createpipelineresponse.js +83 -0
- package/models/components/createpipelineresponse.js.map +1 -0
- package/models/components/{creditnote.d.ts → creditnoteinput.d.ts} +74 -74
- package/models/components/creditnoteinput.d.ts.map +1 -0
- package/models/components/{creditnote.js → creditnoteinput.js} +69 -69
- package/models/components/creditnoteinput.js.map +1 -0
- package/models/components/{customer.d.ts → customerinput.d.ts} +70 -70
- package/models/components/customerinput.d.ts.map +1 -0
- package/models/components/{customer.js → customerinput.js} +64 -64
- package/models/components/customerinput.js.map +1 -0
- package/models/components/deletepipelineresponse.d.ts +70 -0
- package/models/components/deletepipelineresponse.d.ts.map +1 -0
- package/models/components/deletepipelineresponse.js +83 -0
- package/models/components/deletepipelineresponse.js.map +1 -0
- package/models/components/{employeecompensation.d.ts → employeecompensationinput.d.ts} +37 -37
- package/models/components/employeecompensationinput.d.ts.map +1 -0
- package/models/components/{employeecompensation.js → employeecompensationinput.js} +36 -36
- package/models/components/employeecompensationinput.js.map +1 -0
- package/models/components/{employee.d.ts → employeeinput.d.ts} +70 -65
- package/models/components/employeeinput.d.ts.map +1 -0
- package/models/components/{employee.js → employeeinput.js} +67 -63
- package/models/components/employeeinput.js.map +1 -0
- package/models/components/employeeschedules.d.ts +1 -1
- package/models/components/employeeschedules.d.ts.map +1 -1
- package/models/components/employeeschedules.js +3 -3
- package/models/components/employeeschedules.js.map +1 -1
- package/models/components/employeesfilter.d.ts +5 -0
- package/models/components/employeesfilter.d.ts.map +1 -1
- package/models/components/employeesfilter.js +2 -0
- package/models/components/employeesfilter.js.map +1 -1
- package/models/components/{expense.d.ts → expenseinput.d.ts} +61 -61
- package/models/components/expenseinput.d.ts.map +1 -0
- package/models/components/{expense.js → expenseinput.js} +56 -56
- package/models/components/expenseinput.js.map +1 -0
- package/models/components/expenselineitem.d.ts +11 -6
- package/models/components/expenselineitem.d.ts.map +1 -1
- package/models/components/expenselineitem.js +8 -4
- package/models/components/expenselineitem.js.map +1 -1
- package/models/components/expenselineiteminput.d.ts +11 -6
- package/models/components/expenselineiteminput.d.ts.map +1 -1
- package/models/components/expenselineiteminput.js +8 -4
- package/models/components/expenselineiteminput.js.map +1 -1
- package/models/components/formfieldoption.d.ts +10 -2
- package/models/components/formfieldoption.d.ts.map +1 -1
- package/models/components/formfieldoption.js +12 -4
- package/models/components/formfieldoption.js.map +1 -1
- package/models/components/formfieldoptiongroup.d.ts +29 -4
- package/models/components/formfieldoptiongroup.d.ts.map +1 -1
- package/models/components/formfieldoptiongroup.js +34 -5
- package/models/components/formfieldoptiongroup.js.map +1 -1
- package/models/components/getaccountinglocationresponse.d.ts +1 -1
- package/models/components/getaccountinglocationresponse.d.ts.map +1 -1
- package/models/components/getaccountinglocationresponse.js +3 -3
- package/models/components/getaccountinglocationresponse.js.map +1 -1
- package/models/components/getaccountinglocationsresponse.d.ts +1 -1
- package/models/components/getaccountinglocationsresponse.d.ts.map +1 -1
- package/models/components/getaccountinglocationsresponse.js +3 -3
- package/models/components/getaccountinglocationsresponse.js.map +1 -1
- package/models/components/getagedcreditorsresponse.d.ts +67 -0
- package/models/components/getagedcreditorsresponse.d.ts.map +1 -0
- package/models/components/getagedcreditorsresponse.js +83 -0
- package/models/components/getagedcreditorsresponse.js.map +1 -0
- package/models/components/getapplicantresponse.d.ts +1 -1
- package/models/components/getapplicantresponse.d.ts.map +1 -1
- package/models/components/getapplicantresponse.js +3 -3
- package/models/components/getapplicantresponse.js.map +1 -1
- package/models/components/getapplicantsresponse.d.ts +1 -1
- package/models/components/getapplicantsresponse.d.ts.map +1 -1
- package/models/components/getapplicantsresponse.js +3 -3
- package/models/components/getapplicantsresponse.js.map +1 -1
- package/models/components/getbillpaymentresponse.d.ts +1 -1
- package/models/components/getbillpaymentresponse.d.ts.map +1 -1
- package/models/components/getbillpaymentresponse.js +3 -3
- package/models/components/getbillpaymentresponse.js.map +1 -1
- package/models/components/getbillpaymentsresponse.d.ts +1 -1
- package/models/components/getbillpaymentsresponse.d.ts.map +1 -1
- package/models/components/getbillpaymentsresponse.js +3 -3
- package/models/components/getbillpaymentsresponse.js.map +1 -1
- package/models/components/getconnectionresponse.d.ts +1 -1
- package/models/components/getconnectionresponse.d.ts.map +1 -1
- package/models/components/getconnectionresponse.js +3 -3
- package/models/components/getconnectionresponse.js.map +1 -1
- package/models/components/getconnectionsresponse.d.ts +1 -1
- package/models/components/getconnectionsresponse.d.ts.map +1 -1
- package/models/components/getconnectionsresponse.js +3 -3
- package/models/components/getconnectionsresponse.js.map +1 -1
- package/models/components/getcontactresponse.d.ts +1 -1
- package/models/components/getcontactresponse.d.ts.map +1 -1
- package/models/components/getcontactresponse.js +3 -3
- package/models/components/getcontactresponse.js.map +1 -1
- package/models/components/getcontactsresponse.d.ts +1 -1
- package/models/components/getcontactsresponse.d.ts.map +1 -1
- package/models/components/getcontactsresponse.js +3 -3
- package/models/components/getcontactsresponse.js.map +1 -1
- package/models/components/getcreditnoteresponse.d.ts +1 -1
- package/models/components/getcreditnoteresponse.d.ts.map +1 -1
- package/models/components/getcreditnoteresponse.js +3 -3
- package/models/components/getcreditnoteresponse.js.map +1 -1
- package/models/components/getcreditnotesresponse.d.ts +1 -1
- package/models/components/getcreditnotesresponse.d.ts.map +1 -1
- package/models/components/getcreditnotesresponse.js +3 -3
- package/models/components/getcreditnotesresponse.js.map +1 -1
- package/models/components/getcustomerresponse.d.ts +1 -1
- package/models/components/getcustomerresponse.d.ts.map +1 -1
- package/models/components/getcustomerresponse.js +3 -3
- package/models/components/getcustomerresponse.js.map +1 -1
- package/models/components/getcustomersresponse.d.ts +1 -1
- package/models/components/getcustomersresponse.d.ts.map +1 -1
- package/models/components/getcustomersresponse.js +3 -3
- package/models/components/getcustomersresponse.js.map +1 -1
- package/models/components/getemployeeresponse.d.ts +1 -1
- package/models/components/getemployeeresponse.d.ts.map +1 -1
- package/models/components/getemployeeresponse.js +3 -3
- package/models/components/getemployeeresponse.js.map +1 -1
- package/models/components/getemployeesresponse.d.ts +1 -1
- package/models/components/getemployeesresponse.d.ts.map +1 -1
- package/models/components/getemployeesresponse.js +3 -3
- package/models/components/getemployeesresponse.js.map +1 -1
- package/models/components/getexpenseresponse.d.ts +1 -1
- package/models/components/getexpenseresponse.d.ts.map +1 -1
- package/models/components/getexpenseresponse.js +3 -3
- package/models/components/getexpenseresponse.js.map +1 -1
- package/models/components/getexpensesresponse.d.ts +1 -1
- package/models/components/getexpensesresponse.d.ts.map +1 -1
- package/models/components/getexpensesresponse.js +3 -3
- package/models/components/getexpensesresponse.js.map +1 -1
- package/models/components/gethriscompaniesresponse.d.ts +1 -1
- package/models/components/gethriscompaniesresponse.d.ts.map +1 -1
- package/models/components/gethriscompaniesresponse.js +3 -3
- package/models/components/gethriscompaniesresponse.js.map +1 -1
- package/models/components/gethriscompanyresponse.d.ts +1 -1
- package/models/components/gethriscompanyresponse.d.ts.map +1 -1
- package/models/components/gethriscompanyresponse.js +3 -3
- package/models/components/gethriscompanyresponse.js.map +1 -1
- package/models/components/getinvoiceresponse.d.ts +1 -1
- package/models/components/getinvoiceresponse.d.ts.map +1 -1
- package/models/components/getinvoiceresponse.js +3 -3
- package/models/components/getinvoiceresponse.js.map +1 -1
- package/models/components/getinvoicesresponse.d.ts +1 -1
- package/models/components/getinvoicesresponse.d.ts.map +1 -1
- package/models/components/getinvoicesresponse.js +3 -3
- package/models/components/getinvoicesresponse.js.map +1 -1
- package/models/components/getledgeraccountresponse.d.ts +1 -1
- package/models/components/getledgeraccountresponse.d.ts.map +1 -1
- package/models/components/getledgeraccountresponse.js +3 -3
- package/models/components/getledgeraccountresponse.js.map +1 -1
- package/models/components/getledgeraccountsresponse.d.ts +1 -1
- package/models/components/getledgeraccountsresponse.d.ts.map +1 -1
- package/models/components/getledgeraccountsresponse.js +3 -3
- package/models/components/getledgeraccountsresponse.js.map +1 -1
- package/models/components/getpipelineresponse.d.ts +67 -0
- package/models/components/getpipelineresponse.d.ts.map +1 -0
- package/models/components/getpipelineresponse.js +83 -0
- package/models/components/getpipelineresponse.js.map +1 -0
- package/models/components/getsupplierresponse.d.ts +1 -1
- package/models/components/getsupplierresponse.d.ts.map +1 -1
- package/models/components/getsupplierresponse.js +3 -3
- package/models/components/getsupplierresponse.js.map +1 -1
- package/models/components/getsuppliersresponse.d.ts +1 -1
- package/models/components/getsuppliersresponse.d.ts.map +1 -1
- package/models/components/getsuppliersresponse.js +3 -3
- package/models/components/getsuppliersresponse.js.map +1 -1
- package/models/components/getticketresponse.d.ts +1 -1
- package/models/components/getticketresponse.d.ts.map +1 -1
- package/models/components/getticketresponse.js +3 -3
- package/models/components/getticketresponse.js.map +1 -1
- package/models/components/getticketsresponse.d.ts +1 -1
- package/models/components/getticketsresponse.d.ts.map +1 -1
- package/models/components/getticketsresponse.js +3 -3
- package/models/components/getticketsresponse.js.map +1 -1
- package/models/components/{hriscompany.d.ts → hriscompanyinput.d.ts} +55 -55
- package/models/components/hriscompanyinput.d.ts.map +1 -0
- package/models/components/{hriscompany.js → hriscompanyinput.js} +54 -54
- package/models/components/hriscompanyinput.js.map +1 -0
- package/models/components/index.d.ts +26 -16
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +26 -16
- package/models/components/index.js.map +1 -1
- package/models/components/{invoice.d.ts → invoiceinput.d.ts} +74 -74
- package/models/components/invoiceinput.d.ts.map +1 -0
- package/models/components/{invoice.js → invoiceinput.js} +72 -72
- package/models/components/{invoice.js.map → invoiceinput.js.map} +1 -1
- package/models/components/invoiceitem.d.ts +46 -0
- package/models/components/invoiceitem.d.ts.map +1 -1
- package/models/components/invoiceitem.js +34 -0
- package/models/components/invoiceitem.js.map +1 -1
- package/models/components/{invoicelineitem.d.ts → invoicelineiteminput.d.ts} +59 -59
- package/models/components/invoicelineiteminput.d.ts.map +1 -0
- package/models/components/{invoicelineitem.js → invoicelineiteminput.js} +54 -54
- package/models/components/invoicelineiteminput.js.map +1 -0
- package/models/components/journalentrylineitem.d.ts +16 -6
- package/models/components/journalentrylineitem.d.ts.map +1 -1
- package/models/components/journalentrylineitem.js +12 -4
- package/models/components/journalentrylineitem.js.map +1 -1
- package/models/components/{ledgeraccount.d.ts → ledgeraccountinput.d.ts} +129 -129
- package/models/components/ledgeraccountinput.d.ts.map +1 -0
- package/models/components/{ledgeraccount.js → ledgeraccountinput.js} +128 -128
- package/models/components/ledgeraccountinput.js.map +1 -0
- package/models/components/linkedecommercecustomer.d.ts +6 -6
- package/models/components/linkedecommercecustomer.d.ts.map +1 -1
- package/models/components/linkedecommercecustomer.js +6 -6
- package/models/components/linkedecommercecustomer.js.map +1 -1
- package/models/components/outstandingbalancebysupplier.d.ts +40 -0
- package/models/components/outstandingbalancebysupplier.d.ts.map +1 -0
- package/models/components/outstandingbalancebysupplier.js +77 -0
- package/models/components/outstandingbalancebysupplier.js.map +1 -0
- package/models/components/pipelineinput.d.ts +117 -0
- package/models/components/pipelineinput.d.ts.map +1 -0
- package/models/components/pipelineinput.js +133 -0
- package/models/components/pipelineinput.js.map +1 -0
- package/models/components/purchaseorder.d.ts +6 -1
- package/models/components/purchaseorder.d.ts.map +1 -1
- package/models/components/purchaseorder.js +14 -5
- package/models/components/purchaseorder.js.map +1 -1
- package/models/components/simpleformfieldoption.d.ts +27 -2
- package/models/components/simpleformfieldoption.d.ts.map +1 -1
- package/models/components/simpleformfieldoption.js +33 -3
- package/models/components/simpleformfieldoption.js.map +1 -1
- package/models/components/{supplier.d.ts → supplierinput.d.ts} +70 -70
- package/models/components/supplierinput.d.ts.map +1 -0
- package/models/components/{supplier.js → supplierinput.js} +64 -64
- package/models/components/supplierinput.js.map +1 -0
- package/models/components/{ticket.d.ts → ticketinput.d.ts} +66 -66
- package/models/components/ticketinput.d.ts.map +1 -0
- package/models/components/{ticket.js → ticketinput.js} +59 -59
- package/models/components/ticketinput.js.map +1 -0
- package/models/components/updateconnectionresponse.d.ts +1 -1
- package/models/components/updateconnectionresponse.d.ts.map +1 -1
- package/models/components/updateconnectionresponse.js +3 -3
- package/models/components/updateconnectionresponse.js.map +1 -1
- package/models/components/updatepipelineresponse.d.ts +70 -0
- package/models/components/updatepipelineresponse.d.ts.map +1 -0
- package/models/components/updatepipelineresponse.js +83 -0
- package/models/components/updatepipelineresponse.js.map +1 -0
- package/models/components/updateuploadsessionresponse.d.ts +70 -0
- package/models/components/updateuploadsessionresponse.d.ts.map +1 -0
- package/models/components/updateuploadsessionresponse.js +83 -0
- package/models/components/updateuploadsessionresponse.js.map +1 -0
- package/models/operations/accountingagedcreditorsone.d.ts +135 -0
- package/models/operations/accountingagedcreditorsone.d.ts.map +1 -0
- package/models/operations/accountingagedcreditorsone.js +157 -0
- package/models/operations/accountingagedcreditorsone.js.map +1 -0
- package/models/operations/accountingattachmentsupload.d.ts +134 -0
- package/models/operations/accountingattachmentsupload.d.ts.map +1 -0
- package/models/operations/accountingattachmentsupload.js +178 -0
- package/models/operations/accountingattachmentsupload.js.map +1 -0
- package/models/operations/crmpipelinesadd.d.ts +118 -0
- package/models/operations/crmpipelinesadd.d.ts.map +1 -0
- package/models/operations/crmpipelinesadd.js +153 -0
- package/models/operations/crmpipelinesadd.js.map +1 -0
- package/models/operations/crmpipelinesdelete.d.ts +121 -0
- package/models/operations/crmpipelinesdelete.d.ts.map +1 -0
- package/models/operations/crmpipelinesdelete.js +145 -0
- package/models/operations/crmpipelinesdelete.js.map +1 -0
- package/models/operations/crmpipelinesone.d.ts +126 -0
- package/models/operations/crmpipelinesone.d.ts.map +1 -0
- package/models/operations/crmpipelinesone.js +145 -0
- package/models/operations/crmpipelinesone.js.map +1 -0
- package/models/operations/crmpipelinesupdate.d.ts +123 -0
- package/models/operations/crmpipelinesupdate.d.ts.map +1 -0
- package/models/operations/crmpipelinesupdate.js +155 -0
- package/models/operations/crmpipelinesupdate.js.map +1 -0
- package/models/operations/filestorageuploadsessionsupload.d.ts +134 -0
- package/models/operations/filestorageuploadsessionsupload.d.ts.map +1 -0
- package/models/operations/filestorageuploadsessionsupload.js +174 -0
- package/models/operations/filestorageuploadsessionsupload.js.map +1 -0
- package/models/operations/index.d.ts +7 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +7 -0
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/accounting.d.ts +3 -0
- package/sdk/accounting.d.ts.map +1 -1
- package/sdk/accounting.js +4 -0
- package/sdk/accounting.js.map +1 -1
- package/sdk/agedcreditors.d.ts +12 -0
- package/sdk/agedcreditors.d.ts.map +1 -0
- package/sdk/agedcreditors.js +22 -0
- package/sdk/agedcreditors.js.map +1 -0
- package/sdk/attachments.d.ts +7 -0
- package/sdk/attachments.d.ts.map +1 -1
- package/sdk/attachments.js +10 -0
- package/sdk/attachments.js.map +1 -1
- package/sdk/pipelines.d.ts +28 -0
- package/sdk/pipelines.d.ts.map +1 -1
- package/sdk/pipelines.js +41 -0
- package/sdk/pipelines.js.map +1 -1
- package/sdk/uploadsessions.d.ts +7 -0
- package/sdk/uploadsessions.d.ts.map +1 -1
- package/sdk/uploadsessions.js +10 -0
- package/sdk/uploadsessions.js.map +1 -1
- package/src/funcs/accountingAgedCreditorsGet.ts +228 -0
- package/src/funcs/accountingAttachmentsUpload.ts +241 -0
- package/src/funcs/crmPipelinesCreate.ts +214 -0
- package/src/funcs/crmPipelinesDelete.ts +220 -0
- package/src/funcs/crmPipelinesGet.ts +221 -0
- package/src/funcs/crmPipelinesUpdate.ts +221 -0
- package/src/funcs/fileStorageUploadSessionsUpload.ts +239 -0
- package/src/hooks/types.ts +1 -1
- package/src/lib/config.ts +4 -4
- package/src/lib/security.ts +11 -3
- package/src/models/components/address.ts +15 -14
- package/src/models/components/agedcreditors.ts +120 -0
- package/src/models/components/billlineitem.ts +4 -4
- package/src/models/components/connectionimportdata.ts +24 -33
- package/src/models/components/consumerconnection.ts +4 -53
- package/src/models/components/{contact.ts → contactinput.ts} +232 -233
- package/src/models/components/createattachmentresponse.ts +131 -0
- package/src/models/components/createconnectionresponse.ts +1 -1
- package/src/models/components/createpipelineresponse.ts +131 -0
- package/src/models/components/{creditnote.ts → creditnoteinput.ts} +131 -131
- package/src/models/components/deletepipelineresponse.ts +131 -0
- package/src/models/components/{employee.ts → employeeinput.ts} +123 -114
- package/src/models/components/employeeschedules.ts +1 -1
- package/src/models/components/employeesfilter.ts +7 -0
- package/src/models/components/{expense.ts → expenseinput.ts} +166 -166
- package/src/models/components/expenselineitem.ts +19 -10
- package/src/models/components/expenselineiteminput.ts +19 -10
- package/src/models/components/formfieldoption.ts +25 -7
- package/src/models/components/formfieldoptiongroup.ts +50 -8
- package/src/models/components/getaccountinglocationresponse.ts +1 -1
- package/src/models/components/getaccountinglocationsresponse.ts +1 -1
- package/src/models/components/getagedcreditorsresponse.ts +128 -0
- package/src/models/components/getapplicantresponse.ts +1 -1
- package/src/models/components/getapplicantsresponse.ts +1 -1
- package/src/models/components/getbillpaymentresponse.ts +1 -1
- package/src/models/components/getbillpaymentsresponse.ts +1 -1
- package/src/models/components/getconnectionresponse.ts +1 -1
- package/src/models/components/getconnectionsresponse.ts +1 -1
- package/src/models/components/getcontactresponse.ts +1 -1
- package/src/models/components/getcontactsresponse.ts +1 -1
- package/src/models/components/getcreditnoteresponse.ts +1 -1
- package/src/models/components/getcreditnotesresponse.ts +1 -1
- package/src/models/components/getcustomerresponse.ts +1 -1
- package/src/models/components/getcustomersresponse.ts +1 -1
- package/src/models/components/getemployeeresponse.ts +1 -1
- package/src/models/components/getemployeesresponse.ts +1 -1
- package/src/models/components/getexpenseresponse.ts +1 -1
- package/src/models/components/getexpensesresponse.ts +1 -1
- package/src/models/components/gethriscompaniesresponse.ts +1 -1
- package/src/models/components/gethriscompanyresponse.ts +1 -1
- package/src/models/components/getinvoiceresponse.ts +1 -1
- package/src/models/components/getinvoicesresponse.ts +1 -1
- package/src/models/components/getledgeraccountresponse.ts +1 -1
- package/src/models/components/getledgeraccountsresponse.ts +1 -1
- package/src/models/components/getpipelineresponse.ts +128 -0
- package/src/models/components/getsupplierresponse.ts +1 -1
- package/src/models/components/getsuppliersresponse.ts +1 -1
- package/src/models/components/getticketresponse.ts +1 -1
- package/src/models/components/getticketsresponse.ts +1 -1
- package/src/models/components/index.ts +26 -16
- package/src/models/components/{invoice.ts → invoiceinput.ts} +274 -274
- package/src/models/components/invoiceitem.ts +74 -0
- package/src/models/components/{invoicelineitem.ts → invoicelineiteminput.ts} +104 -104
- package/src/models/components/journalentrylineitem.ts +28 -10
- package/src/models/components/linkedecommercecustomer.ts +12 -12
- package/src/models/components/outstandingbalancebysupplier.ts +109 -0
- package/src/models/components/pipelineinput.ts +233 -0
- package/src/models/components/purchaseorder.ts +19 -1
- package/src/models/components/simpleformfieldoption.ts +42 -4
- package/src/models/components/updateconnectionresponse.ts +1 -1
- package/src/models/components/updatepipelineresponse.ts +131 -0
- package/src/models/components/updateuploadsessionresponse.ts +133 -0
- package/src/models/operations/accountingagedcreditorsone.ts +291 -0
- package/src/models/operations/accountingattachmentsupload.ts +318 -0
- package/src/models/operations/crmpipelinesadd.ts +264 -0
- package/src/models/operations/crmpipelinesdelete.ts +259 -0
- package/src/models/operations/crmpipelinesone.ts +262 -0
- package/src/models/operations/crmpipelinesupdate.ts +271 -0
- package/src/models/operations/filestorageuploadsessionsupload.ts +326 -0
- package/src/models/operations/index.ts +7 -0
- package/src/sdk/accounting.ts +6 -0
- package/src/sdk/agedcreditors.ts +27 -0
- package/src/sdk/attachments.ts +18 -0
- package/src/sdk/pipelines.ts +73 -0
- package/src/sdk/uploadsessions.ts +18 -0
- package/models/components/accountinglocation.d.ts.map +0 -1
- package/models/components/accountinglocation.js.map +0 -1
- package/models/components/applicant.d.ts.map +0 -1
- package/models/components/applicant.js.map +0 -1
- package/models/components/billpayment.d.ts.map +0 -1
- package/models/components/billpayment.js.map +0 -1
- package/models/components/connection.d.ts.map +0 -1
- package/models/components/connection.js.map +0 -1
- package/models/components/contact.d.ts.map +0 -1
- package/models/components/creditnote.d.ts.map +0 -1
- package/models/components/creditnote.js.map +0 -1
- package/models/components/customer.d.ts.map +0 -1
- package/models/components/customer.js.map +0 -1
- package/models/components/employee.d.ts.map +0 -1
- package/models/components/employee.js.map +0 -1
- package/models/components/employeecompensation.d.ts.map +0 -1
- package/models/components/employeecompensation.js.map +0 -1
- package/models/components/expense.d.ts.map +0 -1
- package/models/components/expense.js.map +0 -1
- package/models/components/hriscompany.d.ts.map +0 -1
- package/models/components/hriscompany.js.map +0 -1
- package/models/components/invoice.d.ts.map +0 -1
- package/models/components/invoicelineitem.d.ts.map +0 -1
- package/models/components/invoicelineitem.js.map +0 -1
- package/models/components/ledgeraccount.d.ts.map +0 -1
- package/models/components/ledgeraccount.js.map +0 -1
- package/models/components/supplier.d.ts.map +0 -1
- package/models/components/supplier.js.map +0 -1
- package/models/components/ticket.d.ts.map +0 -1
- package/models/components/ticket.js.map +0 -1
- package/src/models/components/{accountinglocation.ts → accountinglocationinput.ts} +106 -106
- package/src/models/components/{applicant.ts → applicantinput.ts} +157 -157
- package/src/models/components/{billpayment.ts → billpaymentinput.ts} +183 -183
- package/src/models/components/{connection.ts → connectioninput.ts} +347 -347
- package/src/models/components/{customer.ts → customerinput.ts} +121 -121
- package/src/models/components/{employeecompensation.ts → employeecompensationinput.ts} +58 -58
- package/src/models/components/{hriscompany.ts → hriscompanyinput.ts} +101 -101
- package/src/models/components/{ledgeraccount.ts → ledgeraccountinput.ts} +253 -253
- package/src/models/components/{supplier.ts → supplierinput.ts} +121 -121
- package/src/models/components/{ticket.ts → ticketinput.ts} +125 -125
|
@@ -63,7 +63,9 @@ import {
|
|
|
63
63
|
*/
|
|
64
64
|
export const InvoiceItemTypeType = {
|
|
65
65
|
Inventory: "inventory",
|
|
66
|
+
NonInventory: "non_inventory",
|
|
66
67
|
Service: "service",
|
|
68
|
+
Description: "description",
|
|
67
69
|
Other: "other",
|
|
68
70
|
} as const;
|
|
69
71
|
/**
|
|
@@ -154,6 +156,22 @@ export type InvoiceItem = {
|
|
|
154
156
|
*/
|
|
155
157
|
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
156
158
|
active?: boolean | null | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* The ID of the department
|
|
161
|
+
*/
|
|
162
|
+
departmentId?: string | null | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* The ID of the location
|
|
165
|
+
*/
|
|
166
|
+
locationId?: string | null | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* The ID of the subsidiary
|
|
169
|
+
*/
|
|
170
|
+
subsidiaryId?: string | null | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* The ID of the tax schedule
|
|
173
|
+
*/
|
|
174
|
+
taxScheduleId?: string | null | undefined;
|
|
157
175
|
/**
|
|
158
176
|
* When custom mappings are configured on the resource, the result is included here.
|
|
159
177
|
*/
|
|
@@ -263,6 +281,22 @@ export type InvoiceItemInput = {
|
|
|
263
281
|
*/
|
|
264
282
|
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
265
283
|
active?: boolean | null | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* The ID of the department
|
|
286
|
+
*/
|
|
287
|
+
departmentId?: string | null | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* The ID of the location
|
|
290
|
+
*/
|
|
291
|
+
locationId?: string | null | undefined;
|
|
292
|
+
/**
|
|
293
|
+
* The ID of the subsidiary
|
|
294
|
+
*/
|
|
295
|
+
subsidiaryId?: string | null | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* The ID of the tax schedule
|
|
298
|
+
*/
|
|
299
|
+
taxScheduleId?: string | null | undefined;
|
|
266
300
|
/**
|
|
267
301
|
* A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
|
|
268
302
|
*/
|
|
@@ -472,6 +506,10 @@ export const InvoiceItem$inboundSchema: z.ZodType<
|
|
|
472
506
|
z.array(z.nullable(LinkedTrackingCategory$inboundSchema)),
|
|
473
507
|
).optional(),
|
|
474
508
|
active: z.nullable(z.boolean()).optional(),
|
|
509
|
+
department_id: z.nullable(z.string()).optional(),
|
|
510
|
+
location_id: z.nullable(z.string()).optional(),
|
|
511
|
+
subsidiary_id: z.nullable(z.string()).optional(),
|
|
512
|
+
tax_schedule_id: z.nullable(z.string()).optional(),
|
|
475
513
|
custom_mappings: z.nullable(CustomMappings$inboundSchema).optional(),
|
|
476
514
|
row_version: z.nullable(z.string()).optional(),
|
|
477
515
|
updated_by: z.nullable(z.string()).optional(),
|
|
@@ -494,6 +532,10 @@ export const InvoiceItem$inboundSchema: z.ZodType<
|
|
|
494
532
|
"expense_account": "expenseAccount",
|
|
495
533
|
"tracking_category": "trackingCategory",
|
|
496
534
|
"tracking_categories": "trackingCategories",
|
|
535
|
+
"department_id": "departmentId",
|
|
536
|
+
"location_id": "locationId",
|
|
537
|
+
"subsidiary_id": "subsidiaryId",
|
|
538
|
+
"tax_schedule_id": "taxScheduleId",
|
|
497
539
|
"custom_mappings": "customMappings",
|
|
498
540
|
"row_version": "rowVersion",
|
|
499
541
|
"updated_by": "updatedBy",
|
|
@@ -532,6 +574,10 @@ export type InvoiceItem$Outbound = {
|
|
|
532
574
|
| null
|
|
533
575
|
| undefined;
|
|
534
576
|
active?: boolean | null | undefined;
|
|
577
|
+
department_id?: string | null | undefined;
|
|
578
|
+
location_id?: string | null | undefined;
|
|
579
|
+
subsidiary_id?: string | null | undefined;
|
|
580
|
+
tax_schedule_id?: string | null | undefined;
|
|
535
581
|
custom_mappings?: CustomMappings$Outbound | null | undefined;
|
|
536
582
|
row_version?: string | null | undefined;
|
|
537
583
|
updated_by?: string | null | undefined;
|
|
@@ -571,6 +617,10 @@ export const InvoiceItem$outboundSchema: z.ZodType<
|
|
|
571
617
|
z.array(z.nullable(LinkedTrackingCategory$outboundSchema)),
|
|
572
618
|
).optional(),
|
|
573
619
|
active: z.nullable(z.boolean()).optional(),
|
|
620
|
+
departmentId: z.nullable(z.string()).optional(),
|
|
621
|
+
locationId: z.nullable(z.string()).optional(),
|
|
622
|
+
subsidiaryId: z.nullable(z.string()).optional(),
|
|
623
|
+
taxScheduleId: z.nullable(z.string()).optional(),
|
|
574
624
|
customMappings: z.nullable(CustomMappings$outboundSchema).optional(),
|
|
575
625
|
rowVersion: z.nullable(z.string()).optional(),
|
|
576
626
|
updatedBy: z.nullable(z.string()).optional(),
|
|
@@ -589,6 +639,10 @@ export const InvoiceItem$outboundSchema: z.ZodType<
|
|
|
589
639
|
expenseAccount: "expense_account",
|
|
590
640
|
trackingCategory: "tracking_category",
|
|
591
641
|
trackingCategories: "tracking_categories",
|
|
642
|
+
departmentId: "department_id",
|
|
643
|
+
locationId: "location_id",
|
|
644
|
+
subsidiaryId: "subsidiary_id",
|
|
645
|
+
taxScheduleId: "tax_schedule_id",
|
|
592
646
|
customMappings: "custom_mappings",
|
|
593
647
|
rowVersion: "row_version",
|
|
594
648
|
updatedBy: "updated_by",
|
|
@@ -811,6 +865,10 @@ export const InvoiceItemInput$inboundSchema: z.ZodType<
|
|
|
811
865
|
z.array(z.nullable(LinkedTrackingCategory$inboundSchema)),
|
|
812
866
|
).optional(),
|
|
813
867
|
active: z.nullable(z.boolean()).optional(),
|
|
868
|
+
department_id: z.nullable(z.string()).optional(),
|
|
869
|
+
location_id: z.nullable(z.string()).optional(),
|
|
870
|
+
subsidiary_id: z.nullable(z.string()).optional(),
|
|
871
|
+
tax_schedule_id: z.nullable(z.string()).optional(),
|
|
814
872
|
row_version: z.nullable(z.string()).optional(),
|
|
815
873
|
pass_through: z.array(PassThroughBody$inboundSchema).optional(),
|
|
816
874
|
}).transform((v) => {
|
|
@@ -824,6 +882,10 @@ export const InvoiceItemInput$inboundSchema: z.ZodType<
|
|
|
824
882
|
"expense_account": "expenseAccount",
|
|
825
883
|
"tracking_category": "trackingCategory",
|
|
826
884
|
"tracking_categories": "trackingCategories",
|
|
885
|
+
"department_id": "departmentId",
|
|
886
|
+
"location_id": "locationId",
|
|
887
|
+
"subsidiary_id": "subsidiaryId",
|
|
888
|
+
"tax_schedule_id": "taxScheduleId",
|
|
827
889
|
"row_version": "rowVersion",
|
|
828
890
|
"pass_through": "passThrough",
|
|
829
891
|
});
|
|
@@ -856,6 +918,10 @@ export type InvoiceItemInput$Outbound = {
|
|
|
856
918
|
| null
|
|
857
919
|
| undefined;
|
|
858
920
|
active?: boolean | null | undefined;
|
|
921
|
+
department_id?: string | null | undefined;
|
|
922
|
+
location_id?: string | null | undefined;
|
|
923
|
+
subsidiary_id?: string | null | undefined;
|
|
924
|
+
tax_schedule_id?: string | null | undefined;
|
|
859
925
|
row_version?: string | null | undefined;
|
|
860
926
|
pass_through?: Array<PassThroughBody$Outbound> | undefined;
|
|
861
927
|
};
|
|
@@ -891,6 +957,10 @@ export const InvoiceItemInput$outboundSchema: z.ZodType<
|
|
|
891
957
|
z.array(z.nullable(LinkedTrackingCategory$outboundSchema)),
|
|
892
958
|
).optional(),
|
|
893
959
|
active: z.nullable(z.boolean()).optional(),
|
|
960
|
+
departmentId: z.nullable(z.string()).optional(),
|
|
961
|
+
locationId: z.nullable(z.string()).optional(),
|
|
962
|
+
subsidiaryId: z.nullable(z.string()).optional(),
|
|
963
|
+
taxScheduleId: z.nullable(z.string()).optional(),
|
|
894
964
|
rowVersion: z.nullable(z.string()).optional(),
|
|
895
965
|
passThrough: z.array(PassThroughBody$outboundSchema).optional(),
|
|
896
966
|
}).transform((v) => {
|
|
@@ -904,6 +974,10 @@ export const InvoiceItemInput$outboundSchema: z.ZodType<
|
|
|
904
974
|
expenseAccount: "expense_account",
|
|
905
975
|
trackingCategory: "tracking_category",
|
|
906
976
|
trackingCategories: "tracking_categories",
|
|
977
|
+
departmentId: "department_id",
|
|
978
|
+
locationId: "location_id",
|
|
979
|
+
subsidiaryId: "subsidiary_id",
|
|
980
|
+
taxScheduleId: "tax_schedule_id",
|
|
907
981
|
rowVersion: "row_version",
|
|
908
982
|
passThrough: "pass_through",
|
|
909
983
|
});
|
|
@@ -66,7 +66,7 @@ export const InvoiceLineItemType = {
|
|
|
66
66
|
*/
|
|
67
67
|
export type InvoiceLineItemType = ClosedEnum<typeof InvoiceLineItemType>;
|
|
68
68
|
|
|
69
|
-
export type
|
|
69
|
+
export type InvoiceLineItemInput = {
|
|
70
70
|
/**
|
|
71
71
|
* A unique identifier for an object.
|
|
72
72
|
*/
|
|
@@ -114,44 +114,28 @@ export type InvoiceLineItem = {
|
|
|
114
114
|
*/
|
|
115
115
|
discountAmount?: number | null | undefined;
|
|
116
116
|
/**
|
|
117
|
-
*
|
|
117
|
+
* The ID of the location
|
|
118
118
|
*/
|
|
119
119
|
locationId?: string | null | undefined;
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* The ID of the department
|
|
122
122
|
*/
|
|
123
123
|
departmentId?: string | null | undefined;
|
|
124
124
|
item?: LinkedInvoiceItem | undefined;
|
|
125
|
-
taxRate?:
|
|
125
|
+
taxRate?: LinkedTaxRateInput | undefined;
|
|
126
126
|
/**
|
|
127
127
|
* A list of linked tracking categories.
|
|
128
128
|
*/
|
|
129
129
|
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
130
|
-
ledgerAccount?:
|
|
130
|
+
ledgerAccount?: LinkedLedgerAccountInput | null | undefined;
|
|
131
131
|
customFields?: Array<CustomField> | undefined;
|
|
132
132
|
/**
|
|
133
133
|
* A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
|
|
134
134
|
*/
|
|
135
135
|
rowVersion?: string | null | undefined;
|
|
136
|
-
/**
|
|
137
|
-
* The user who last updated the object.
|
|
138
|
-
*/
|
|
139
|
-
updatedBy?: string | null | undefined;
|
|
140
|
-
/**
|
|
141
|
-
* The user who created the object.
|
|
142
|
-
*/
|
|
143
|
-
createdBy?: string | null | undefined;
|
|
144
|
-
/**
|
|
145
|
-
* The date and time when the object was created.
|
|
146
|
-
*/
|
|
147
|
-
createdAt?: Date | null | undefined;
|
|
148
|
-
/**
|
|
149
|
-
* The date and time when the object was last updated.
|
|
150
|
-
*/
|
|
151
|
-
updatedAt?: Date | null | undefined;
|
|
152
136
|
};
|
|
153
137
|
|
|
154
|
-
export type
|
|
138
|
+
export type InvoiceLineItem = {
|
|
155
139
|
/**
|
|
156
140
|
* A unique identifier for an object.
|
|
157
141
|
*/
|
|
@@ -199,25 +183,41 @@ export type InvoiceLineItemInput = {
|
|
|
199
183
|
*/
|
|
200
184
|
discountAmount?: number | null | undefined;
|
|
201
185
|
/**
|
|
202
|
-
*
|
|
186
|
+
* The ID of the location
|
|
203
187
|
*/
|
|
204
188
|
locationId?: string | null | undefined;
|
|
205
189
|
/**
|
|
206
|
-
*
|
|
190
|
+
* The ID of the department
|
|
207
191
|
*/
|
|
208
192
|
departmentId?: string | null | undefined;
|
|
209
193
|
item?: LinkedInvoiceItem | undefined;
|
|
210
|
-
taxRate?:
|
|
194
|
+
taxRate?: LinkedTaxRate | undefined;
|
|
211
195
|
/**
|
|
212
196
|
* A list of linked tracking categories.
|
|
213
197
|
*/
|
|
214
198
|
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
215
|
-
ledgerAccount?:
|
|
199
|
+
ledgerAccount?: LinkedLedgerAccount | null | undefined;
|
|
216
200
|
customFields?: Array<CustomField> | undefined;
|
|
217
201
|
/**
|
|
218
202
|
* A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object.
|
|
219
203
|
*/
|
|
220
204
|
rowVersion?: string | null | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* The user who last updated the object.
|
|
207
|
+
*/
|
|
208
|
+
updatedBy?: string | null | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* The user who created the object.
|
|
211
|
+
*/
|
|
212
|
+
createdBy?: string | null | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* The date and time when the object was created.
|
|
215
|
+
*/
|
|
216
|
+
createdAt?: Date | null | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* The date and time when the object was last updated.
|
|
219
|
+
*/
|
|
220
|
+
updatedAt?: Date | null | undefined;
|
|
221
221
|
};
|
|
222
222
|
|
|
223
223
|
/** @internal */
|
|
@@ -242,8 +242,8 @@ export namespace InvoiceLineItemType$ {
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
/** @internal */
|
|
245
|
-
export const
|
|
246
|
-
|
|
245
|
+
export const InvoiceLineItemInput$inboundSchema: z.ZodType<
|
|
246
|
+
InvoiceLineItemInput,
|
|
247
247
|
z.ZodTypeDef,
|
|
248
248
|
unknown
|
|
249
249
|
> = z.object({
|
|
@@ -263,21 +263,13 @@ export const InvoiceLineItem$inboundSchema: z.ZodType<
|
|
|
263
263
|
location_id: z.nullable(z.string()).optional(),
|
|
264
264
|
department_id: z.nullable(z.string()).optional(),
|
|
265
265
|
item: LinkedInvoiceItem$inboundSchema.optional(),
|
|
266
|
-
tax_rate:
|
|
266
|
+
tax_rate: LinkedTaxRateInput$inboundSchema.optional(),
|
|
267
267
|
tracking_categories: z.nullable(
|
|
268
268
|
z.array(z.nullable(LinkedTrackingCategory$inboundSchema)),
|
|
269
269
|
).optional(),
|
|
270
|
-
ledger_account: z.nullable(
|
|
270
|
+
ledger_account: z.nullable(LinkedLedgerAccountInput$inboundSchema).optional(),
|
|
271
271
|
custom_fields: z.array(CustomField$inboundSchema).optional(),
|
|
272
272
|
row_version: z.nullable(z.string()).optional(),
|
|
273
|
-
updated_by: z.nullable(z.string()).optional(),
|
|
274
|
-
created_by: z.nullable(z.string()).optional(),
|
|
275
|
-
created_at: z.nullable(
|
|
276
|
-
z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
277
|
-
).optional(),
|
|
278
|
-
updated_at: z.nullable(
|
|
279
|
-
z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
280
|
-
).optional(),
|
|
281
273
|
}).transform((v) => {
|
|
282
274
|
return remap$(v, {
|
|
283
275
|
"row_id": "rowId",
|
|
@@ -295,15 +287,11 @@ export const InvoiceLineItem$inboundSchema: z.ZodType<
|
|
|
295
287
|
"ledger_account": "ledgerAccount",
|
|
296
288
|
"custom_fields": "customFields",
|
|
297
289
|
"row_version": "rowVersion",
|
|
298
|
-
"updated_by": "updatedBy",
|
|
299
|
-
"created_by": "createdBy",
|
|
300
|
-
"created_at": "createdAt",
|
|
301
|
-
"updated_at": "updatedAt",
|
|
302
290
|
});
|
|
303
291
|
});
|
|
304
292
|
|
|
305
293
|
/** @internal */
|
|
306
|
-
export type
|
|
294
|
+
export type InvoiceLineItemInput$Outbound = {
|
|
307
295
|
id?: string | null | undefined;
|
|
308
296
|
row_id?: string | undefined;
|
|
309
297
|
code?: string | null | undefined;
|
|
@@ -320,25 +308,21 @@ export type InvoiceLineItem$Outbound = {
|
|
|
320
308
|
location_id?: string | null | undefined;
|
|
321
309
|
department_id?: string | null | undefined;
|
|
322
310
|
item?: LinkedInvoiceItem$Outbound | undefined;
|
|
323
|
-
tax_rate?:
|
|
311
|
+
tax_rate?: LinkedTaxRateInput$Outbound | undefined;
|
|
324
312
|
tracking_categories?:
|
|
325
313
|
| Array<LinkedTrackingCategory$Outbound | null>
|
|
326
314
|
| null
|
|
327
315
|
| undefined;
|
|
328
|
-
ledger_account?:
|
|
316
|
+
ledger_account?: LinkedLedgerAccountInput$Outbound | null | undefined;
|
|
329
317
|
custom_fields?: Array<CustomField$Outbound> | undefined;
|
|
330
318
|
row_version?: string | null | undefined;
|
|
331
|
-
updated_by?: string | null | undefined;
|
|
332
|
-
created_by?: string | null | undefined;
|
|
333
|
-
created_at?: string | null | undefined;
|
|
334
|
-
updated_at?: string | null | undefined;
|
|
335
319
|
};
|
|
336
320
|
|
|
337
321
|
/** @internal */
|
|
338
|
-
export const
|
|
339
|
-
|
|
322
|
+
export const InvoiceLineItemInput$outboundSchema: z.ZodType<
|
|
323
|
+
InvoiceLineItemInput$Outbound,
|
|
340
324
|
z.ZodTypeDef,
|
|
341
|
-
|
|
325
|
+
InvoiceLineItemInput
|
|
342
326
|
> = z.object({
|
|
343
327
|
id: z.nullable(z.string()).optional(),
|
|
344
328
|
rowId: z.string().optional(),
|
|
@@ -356,17 +340,13 @@ export const InvoiceLineItem$outboundSchema: z.ZodType<
|
|
|
356
340
|
locationId: z.nullable(z.string()).optional(),
|
|
357
341
|
departmentId: z.nullable(z.string()).optional(),
|
|
358
342
|
item: LinkedInvoiceItem$outboundSchema.optional(),
|
|
359
|
-
taxRate:
|
|
343
|
+
taxRate: LinkedTaxRateInput$outboundSchema.optional(),
|
|
360
344
|
trackingCategories: z.nullable(
|
|
361
345
|
z.array(z.nullable(LinkedTrackingCategory$outboundSchema)),
|
|
362
346
|
).optional(),
|
|
363
|
-
ledgerAccount: z.nullable(
|
|
347
|
+
ledgerAccount: z.nullable(LinkedLedgerAccountInput$outboundSchema).optional(),
|
|
364
348
|
customFields: z.array(CustomField$outboundSchema).optional(),
|
|
365
349
|
rowVersion: z.nullable(z.string()).optional(),
|
|
366
|
-
updatedBy: z.nullable(z.string()).optional(),
|
|
367
|
-
createdBy: z.nullable(z.string()).optional(),
|
|
368
|
-
createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
|
|
369
|
-
updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
|
|
370
350
|
}).transform((v) => {
|
|
371
351
|
return remap$(v, {
|
|
372
352
|
rowId: "row_id",
|
|
@@ -384,10 +364,6 @@ export const InvoiceLineItem$outboundSchema: z.ZodType<
|
|
|
384
364
|
ledgerAccount: "ledger_account",
|
|
385
365
|
customFields: "custom_fields",
|
|
386
366
|
rowVersion: "row_version",
|
|
387
|
-
updatedBy: "updated_by",
|
|
388
|
-
createdBy: "created_by",
|
|
389
|
-
createdAt: "created_at",
|
|
390
|
-
updatedAt: "updated_at",
|
|
391
367
|
});
|
|
392
368
|
});
|
|
393
369
|
|
|
@@ -395,34 +371,36 @@ export const InvoiceLineItem$outboundSchema: z.ZodType<
|
|
|
395
371
|
* @internal
|
|
396
372
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
397
373
|
*/
|
|
398
|
-
export namespace
|
|
399
|
-
/** @deprecated use `
|
|
400
|
-
export const inboundSchema =
|
|
401
|
-
/** @deprecated use `
|
|
402
|
-
export const outboundSchema =
|
|
403
|
-
/** @deprecated use `
|
|
404
|
-
export type Outbound =
|
|
374
|
+
export namespace InvoiceLineItemInput$ {
|
|
375
|
+
/** @deprecated use `InvoiceLineItemInput$inboundSchema` instead. */
|
|
376
|
+
export const inboundSchema = InvoiceLineItemInput$inboundSchema;
|
|
377
|
+
/** @deprecated use `InvoiceLineItemInput$outboundSchema` instead. */
|
|
378
|
+
export const outboundSchema = InvoiceLineItemInput$outboundSchema;
|
|
379
|
+
/** @deprecated use `InvoiceLineItemInput$Outbound` instead. */
|
|
380
|
+
export type Outbound = InvoiceLineItemInput$Outbound;
|
|
405
381
|
}
|
|
406
382
|
|
|
407
|
-
export function
|
|
408
|
-
|
|
383
|
+
export function invoiceLineItemInputToJSON(
|
|
384
|
+
invoiceLineItemInput: InvoiceLineItemInput,
|
|
409
385
|
): string {
|
|
410
|
-
return JSON.stringify(
|
|
386
|
+
return JSON.stringify(
|
|
387
|
+
InvoiceLineItemInput$outboundSchema.parse(invoiceLineItemInput),
|
|
388
|
+
);
|
|
411
389
|
}
|
|
412
390
|
|
|
413
|
-
export function
|
|
391
|
+
export function invoiceLineItemInputFromJSON(
|
|
414
392
|
jsonString: string,
|
|
415
|
-
): SafeParseResult<
|
|
393
|
+
): SafeParseResult<InvoiceLineItemInput, SDKValidationError> {
|
|
416
394
|
return safeParse(
|
|
417
395
|
jsonString,
|
|
418
|
-
(x) =>
|
|
419
|
-
`Failed to parse '
|
|
396
|
+
(x) => InvoiceLineItemInput$inboundSchema.parse(JSON.parse(x)),
|
|
397
|
+
`Failed to parse 'InvoiceLineItemInput' from JSON`,
|
|
420
398
|
);
|
|
421
399
|
}
|
|
422
400
|
|
|
423
401
|
/** @internal */
|
|
424
|
-
export const
|
|
425
|
-
|
|
402
|
+
export const InvoiceLineItem$inboundSchema: z.ZodType<
|
|
403
|
+
InvoiceLineItem,
|
|
426
404
|
z.ZodTypeDef,
|
|
427
405
|
unknown
|
|
428
406
|
> = z.object({
|
|
@@ -442,13 +420,21 @@ export const InvoiceLineItemInput$inboundSchema: z.ZodType<
|
|
|
442
420
|
location_id: z.nullable(z.string()).optional(),
|
|
443
421
|
department_id: z.nullable(z.string()).optional(),
|
|
444
422
|
item: LinkedInvoiceItem$inboundSchema.optional(),
|
|
445
|
-
tax_rate:
|
|
423
|
+
tax_rate: LinkedTaxRate$inboundSchema.optional(),
|
|
446
424
|
tracking_categories: z.nullable(
|
|
447
425
|
z.array(z.nullable(LinkedTrackingCategory$inboundSchema)),
|
|
448
426
|
).optional(),
|
|
449
|
-
ledger_account: z.nullable(
|
|
427
|
+
ledger_account: z.nullable(LinkedLedgerAccount$inboundSchema).optional(),
|
|
450
428
|
custom_fields: z.array(CustomField$inboundSchema).optional(),
|
|
451
429
|
row_version: z.nullable(z.string()).optional(),
|
|
430
|
+
updated_by: z.nullable(z.string()).optional(),
|
|
431
|
+
created_by: z.nullable(z.string()).optional(),
|
|
432
|
+
created_at: z.nullable(
|
|
433
|
+
z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
434
|
+
).optional(),
|
|
435
|
+
updated_at: z.nullable(
|
|
436
|
+
z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
437
|
+
).optional(),
|
|
452
438
|
}).transform((v) => {
|
|
453
439
|
return remap$(v, {
|
|
454
440
|
"row_id": "rowId",
|
|
@@ -466,11 +452,15 @@ export const InvoiceLineItemInput$inboundSchema: z.ZodType<
|
|
|
466
452
|
"ledger_account": "ledgerAccount",
|
|
467
453
|
"custom_fields": "customFields",
|
|
468
454
|
"row_version": "rowVersion",
|
|
455
|
+
"updated_by": "updatedBy",
|
|
456
|
+
"created_by": "createdBy",
|
|
457
|
+
"created_at": "createdAt",
|
|
458
|
+
"updated_at": "updatedAt",
|
|
469
459
|
});
|
|
470
460
|
});
|
|
471
461
|
|
|
472
462
|
/** @internal */
|
|
473
|
-
export type
|
|
463
|
+
export type InvoiceLineItem$Outbound = {
|
|
474
464
|
id?: string | null | undefined;
|
|
475
465
|
row_id?: string | undefined;
|
|
476
466
|
code?: string | null | undefined;
|
|
@@ -487,21 +477,25 @@ export type InvoiceLineItemInput$Outbound = {
|
|
|
487
477
|
location_id?: string | null | undefined;
|
|
488
478
|
department_id?: string | null | undefined;
|
|
489
479
|
item?: LinkedInvoiceItem$Outbound | undefined;
|
|
490
|
-
tax_rate?:
|
|
480
|
+
tax_rate?: LinkedTaxRate$Outbound | undefined;
|
|
491
481
|
tracking_categories?:
|
|
492
482
|
| Array<LinkedTrackingCategory$Outbound | null>
|
|
493
483
|
| null
|
|
494
484
|
| undefined;
|
|
495
|
-
ledger_account?:
|
|
485
|
+
ledger_account?: LinkedLedgerAccount$Outbound | null | undefined;
|
|
496
486
|
custom_fields?: Array<CustomField$Outbound> | undefined;
|
|
497
487
|
row_version?: string | null | undefined;
|
|
488
|
+
updated_by?: string | null | undefined;
|
|
489
|
+
created_by?: string | null | undefined;
|
|
490
|
+
created_at?: string | null | undefined;
|
|
491
|
+
updated_at?: string | null | undefined;
|
|
498
492
|
};
|
|
499
493
|
|
|
500
494
|
/** @internal */
|
|
501
|
-
export const
|
|
502
|
-
|
|
495
|
+
export const InvoiceLineItem$outboundSchema: z.ZodType<
|
|
496
|
+
InvoiceLineItem$Outbound,
|
|
503
497
|
z.ZodTypeDef,
|
|
504
|
-
|
|
498
|
+
InvoiceLineItem
|
|
505
499
|
> = z.object({
|
|
506
500
|
id: z.nullable(z.string()).optional(),
|
|
507
501
|
rowId: z.string().optional(),
|
|
@@ -519,13 +513,17 @@ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
|
|
|
519
513
|
locationId: z.nullable(z.string()).optional(),
|
|
520
514
|
departmentId: z.nullable(z.string()).optional(),
|
|
521
515
|
item: LinkedInvoiceItem$outboundSchema.optional(),
|
|
522
|
-
taxRate:
|
|
516
|
+
taxRate: LinkedTaxRate$outboundSchema.optional(),
|
|
523
517
|
trackingCategories: z.nullable(
|
|
524
518
|
z.array(z.nullable(LinkedTrackingCategory$outboundSchema)),
|
|
525
519
|
).optional(),
|
|
526
|
-
ledgerAccount: z.nullable(
|
|
520
|
+
ledgerAccount: z.nullable(LinkedLedgerAccount$outboundSchema).optional(),
|
|
527
521
|
customFields: z.array(CustomField$outboundSchema).optional(),
|
|
528
522
|
rowVersion: z.nullable(z.string()).optional(),
|
|
523
|
+
updatedBy: z.nullable(z.string()).optional(),
|
|
524
|
+
createdBy: z.nullable(z.string()).optional(),
|
|
525
|
+
createdAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
|
|
526
|
+
updatedAt: z.nullable(z.date().transform(v => v.toISOString())).optional(),
|
|
529
527
|
}).transform((v) => {
|
|
530
528
|
return remap$(v, {
|
|
531
529
|
rowId: "row_id",
|
|
@@ -543,6 +541,10 @@ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
|
|
|
543
541
|
ledgerAccount: "ledger_account",
|
|
544
542
|
customFields: "custom_fields",
|
|
545
543
|
rowVersion: "row_version",
|
|
544
|
+
updatedBy: "updated_by",
|
|
545
|
+
createdBy: "created_by",
|
|
546
|
+
createdAt: "created_at",
|
|
547
|
+
updatedAt: "updated_at",
|
|
546
548
|
});
|
|
547
549
|
});
|
|
548
550
|
|
|
@@ -550,29 +552,27 @@ export const InvoiceLineItemInput$outboundSchema: z.ZodType<
|
|
|
550
552
|
* @internal
|
|
551
553
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
552
554
|
*/
|
|
553
|
-
export namespace
|
|
554
|
-
/** @deprecated use `
|
|
555
|
-
export const inboundSchema =
|
|
556
|
-
/** @deprecated use `
|
|
557
|
-
export const outboundSchema =
|
|
558
|
-
/** @deprecated use `
|
|
559
|
-
export type Outbound =
|
|
555
|
+
export namespace InvoiceLineItem$ {
|
|
556
|
+
/** @deprecated use `InvoiceLineItem$inboundSchema` instead. */
|
|
557
|
+
export const inboundSchema = InvoiceLineItem$inboundSchema;
|
|
558
|
+
/** @deprecated use `InvoiceLineItem$outboundSchema` instead. */
|
|
559
|
+
export const outboundSchema = InvoiceLineItem$outboundSchema;
|
|
560
|
+
/** @deprecated use `InvoiceLineItem$Outbound` instead. */
|
|
561
|
+
export type Outbound = InvoiceLineItem$Outbound;
|
|
560
562
|
}
|
|
561
563
|
|
|
562
|
-
export function
|
|
563
|
-
|
|
564
|
+
export function invoiceLineItemToJSON(
|
|
565
|
+
invoiceLineItem: InvoiceLineItem,
|
|
564
566
|
): string {
|
|
565
|
-
return JSON.stringify(
|
|
566
|
-
InvoiceLineItemInput$outboundSchema.parse(invoiceLineItemInput),
|
|
567
|
-
);
|
|
567
|
+
return JSON.stringify(InvoiceLineItem$outboundSchema.parse(invoiceLineItem));
|
|
568
568
|
}
|
|
569
569
|
|
|
570
|
-
export function
|
|
570
|
+
export function invoiceLineItemFromJSON(
|
|
571
571
|
jsonString: string,
|
|
572
|
-
): SafeParseResult<
|
|
572
|
+
): SafeParseResult<InvoiceLineItem, SDKValidationError> {
|
|
573
573
|
return safeParse(
|
|
574
574
|
jsonString,
|
|
575
|
-
(x) =>
|
|
576
|
-
`Failed to parse '
|
|
575
|
+
(x) => InvoiceLineItem$inboundSchema.parse(JSON.parse(x)),
|
|
576
|
+
`Failed to parse 'InvoiceLineItem' from JSON`,
|
|
577
577
|
);
|
|
578
578
|
}
|
|
@@ -127,13 +127,13 @@ export type JournalEntryLineItem = {
|
|
|
127
127
|
*/
|
|
128
128
|
supplier?: LinkedSupplier | null | undefined;
|
|
129
129
|
/**
|
|
130
|
-
*
|
|
130
|
+
* The ID of the department
|
|
131
131
|
*/
|
|
132
|
-
departmentId?: string | undefined;
|
|
132
|
+
departmentId?: string | null | undefined;
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* The ID of the location
|
|
135
135
|
*/
|
|
136
|
-
locationId?: string | undefined;
|
|
136
|
+
locationId?: string | null | undefined;
|
|
137
137
|
/**
|
|
138
138
|
* Line number of the resource
|
|
139
139
|
*/
|
|
@@ -179,6 +179,14 @@ export type JournalEntryLineItemInput = {
|
|
|
179
179
|
* The supplier this entity is linked to.
|
|
180
180
|
*/
|
|
181
181
|
supplier?: LinkedSupplierInput | null | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* The ID of the department
|
|
184
|
+
*/
|
|
185
|
+
departmentId?: string | null | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* The ID of the location
|
|
188
|
+
*/
|
|
189
|
+
locationId?: string | null | undefined;
|
|
182
190
|
/**
|
|
183
191
|
* Line number of the resource
|
|
184
192
|
*/
|
|
@@ -227,8 +235,8 @@ export const JournalEntryLineItem$inboundSchema: z.ZodType<
|
|
|
227
235
|
ledger_account: z.nullable(LinkedLedgerAccount$inboundSchema),
|
|
228
236
|
customer: z.nullable(LinkedCustomer$inboundSchema).optional(),
|
|
229
237
|
supplier: z.nullable(LinkedSupplier$inboundSchema).optional(),
|
|
230
|
-
department_id: z.string().optional(),
|
|
231
|
-
location_id: z.string().optional(),
|
|
238
|
+
department_id: z.nullable(z.string()).optional(),
|
|
239
|
+
location_id: z.nullable(z.string()).optional(),
|
|
232
240
|
line_number: z.nullable(z.number().int()).optional(),
|
|
233
241
|
}).transform((v) => {
|
|
234
242
|
return remap$(v, {
|
|
@@ -265,8 +273,8 @@ export type JournalEntryLineItem$Outbound = {
|
|
|
265
273
|
ledger_account: LinkedLedgerAccount$Outbound | null;
|
|
266
274
|
customer?: LinkedCustomer$Outbound | null | undefined;
|
|
267
275
|
supplier?: LinkedSupplier$Outbound | null | undefined;
|
|
268
|
-
department_id?: string | undefined;
|
|
269
|
-
location_id?: string | undefined;
|
|
276
|
+
department_id?: string | null | undefined;
|
|
277
|
+
location_id?: string | null | undefined;
|
|
270
278
|
line_number?: number | null | undefined;
|
|
271
279
|
};
|
|
272
280
|
|
|
@@ -291,8 +299,8 @@ export const JournalEntryLineItem$outboundSchema: z.ZodType<
|
|
|
291
299
|
ledgerAccount: z.nullable(LinkedLedgerAccount$outboundSchema),
|
|
292
300
|
customer: z.nullable(LinkedCustomer$outboundSchema).optional(),
|
|
293
301
|
supplier: z.nullable(LinkedSupplier$outboundSchema).optional(),
|
|
294
|
-
departmentId: z.string().optional(),
|
|
295
|
-
locationId: z.string().optional(),
|
|
302
|
+
departmentId: z.nullable(z.string()).optional(),
|
|
303
|
+
locationId: z.nullable(z.string()).optional(),
|
|
296
304
|
lineNumber: z.nullable(z.number().int()).optional(),
|
|
297
305
|
}).transform((v) => {
|
|
298
306
|
return remap$(v, {
|
|
@@ -360,6 +368,8 @@ export const JournalEntryLineItemInput$inboundSchema: z.ZodType<
|
|
|
360
368
|
ledger_account: z.nullable(LinkedLedgerAccountInput$inboundSchema),
|
|
361
369
|
customer: z.nullable(LinkedCustomerInput$inboundSchema).optional(),
|
|
362
370
|
supplier: z.nullable(LinkedSupplierInput$inboundSchema).optional(),
|
|
371
|
+
department_id: z.nullable(z.string()).optional(),
|
|
372
|
+
location_id: z.nullable(z.string()).optional(),
|
|
363
373
|
line_number: z.nullable(z.number().int()).optional(),
|
|
364
374
|
}).transform((v) => {
|
|
365
375
|
return remap$(v, {
|
|
@@ -370,6 +380,8 @@ export const JournalEntryLineItemInput$inboundSchema: z.ZodType<
|
|
|
370
380
|
"tracking_category": "trackingCategory",
|
|
371
381
|
"tracking_categories": "trackingCategories",
|
|
372
382
|
"ledger_account": "ledgerAccount",
|
|
383
|
+
"department_id": "departmentId",
|
|
384
|
+
"location_id": "locationId",
|
|
373
385
|
"line_number": "lineNumber",
|
|
374
386
|
});
|
|
375
387
|
});
|
|
@@ -393,6 +405,8 @@ export type JournalEntryLineItemInput$Outbound = {
|
|
|
393
405
|
ledger_account: LinkedLedgerAccountInput$Outbound | null;
|
|
394
406
|
customer?: LinkedCustomerInput$Outbound | null | undefined;
|
|
395
407
|
supplier?: LinkedSupplierInput$Outbound | null | undefined;
|
|
408
|
+
department_id?: string | null | undefined;
|
|
409
|
+
location_id?: string | null | undefined;
|
|
396
410
|
line_number?: number | null | undefined;
|
|
397
411
|
};
|
|
398
412
|
|
|
@@ -416,6 +430,8 @@ export const JournalEntryLineItemInput$outboundSchema: z.ZodType<
|
|
|
416
430
|
ledgerAccount: z.nullable(LinkedLedgerAccountInput$outboundSchema),
|
|
417
431
|
customer: z.nullable(LinkedCustomerInput$outboundSchema).optional(),
|
|
418
432
|
supplier: z.nullable(LinkedSupplierInput$outboundSchema).optional(),
|
|
433
|
+
departmentId: z.nullable(z.string()).optional(),
|
|
434
|
+
locationId: z.nullable(z.string()).optional(),
|
|
419
435
|
lineNumber: z.nullable(z.number().int()).optional(),
|
|
420
436
|
}).transform((v) => {
|
|
421
437
|
return remap$(v, {
|
|
@@ -426,6 +442,8 @@ export const JournalEntryLineItemInput$outboundSchema: z.ZodType<
|
|
|
426
442
|
trackingCategory: "tracking_category",
|
|
427
443
|
trackingCategories: "tracking_categories",
|
|
428
444
|
ledgerAccount: "ledger_account",
|
|
445
|
+
departmentId: "department_id",
|
|
446
|
+
locationId: "location_id",
|
|
429
447
|
lineNumber: "line_number",
|
|
430
448
|
});
|
|
431
449
|
});
|