@apideck/unify 0.21.1 → 0.23.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/docs/sdks/connections/README.md +2 -6
- package/docs/sdks/connectionsettings/README.md +2 -6
- package/docs/sdks/employees/README.md +4 -0
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/lib/matchers.d.ts +3 -1
- package/lib/matchers.d.ts.map +1 -1
- package/lib/matchers.js +12 -0
- package/lib/matchers.js.map +1 -1
- package/lib/sdks.js +7 -2
- package/lib/sdks.js.map +1 -1
- package/models/components/{accountingdepartmentinput.d.ts → accountingdepartment.d.ts} +61 -51
- package/models/components/accountingdepartment.d.ts.map +1 -0
- package/models/components/{accountingdepartmentinput.js → accountingdepartment.js} +55 -51
- package/models/components/accountingdepartment.js.map +1 -0
- package/models/components/{accountinglocationinput.d.ts → accountinglocation.d.ts} +58 -58
- package/models/components/accountinglocation.d.ts.map +1 -0
- package/models/components/{accountinglocationinput.js → accountinglocation.js} +56 -56
- package/models/components/accountinglocation.js.map +1 -0
- package/models/components/activity.d.ts +1 -1
- package/models/components/activity.d.ts.map +1 -1
- package/models/components/activity.js +5 -5
- package/models/components/activity.js.map +1 -1
- package/models/components/{activityattendeeinput.d.ts → activityattendee.d.ts} +51 -51
- package/models/components/activityattendee.d.ts.map +1 -0
- package/models/components/{activityattendeeinput.js → activityattendee.js} +48 -48
- package/models/components/activityattendee.js.map +1 -0
- package/models/components/{allocationinput.d.ts → allocation.d.ts} +29 -29
- package/models/components/allocation.d.ts.map +1 -0
- package/models/components/{allocationinput.js → allocation.js} +32 -32
- package/models/components/allocation.js.map +1 -0
- package/models/components/{applicationinput.d.ts → application.d.ts} +37 -37
- package/models/components/application.d.ts.map +1 -0
- package/models/components/{applicationinput.js → application.js} +49 -49
- package/models/components/application.js.map +1 -0
- package/models/components/{billpaymentinput.d.ts → billpayment.d.ts} +102 -102
- package/models/components/billpayment.d.ts.map +1 -0
- package/models/components/{billpaymentinput.js → billpayment.js} +100 -100
- package/models/components/billpayment.js.map +1 -0
- package/models/components/companyinfo.d.ts +1 -1
- package/models/components/companyinfo.d.ts.map +1 -1
- package/models/components/companyinfo.js +3 -3
- package/models/components/companyinfo.js.map +1 -1
- package/models/components/{connectioninput.d.ts → connection.d.ts} +139 -139
- package/models/components/connection.d.ts.map +1 -0
- package/models/components/{connectioninput.js → connection.js} +150 -150
- package/models/components/connection.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/creditnote.d.ts +2 -2
- package/models/components/creditnote.d.ts.map +1 -1
- package/models/components/creditnote.js +10 -10
- package/models/components/creditnote.js.map +1 -1
- package/models/components/{employeeinput.d.ts → employee.d.ts} +70 -70
- package/models/components/employee.d.ts.map +1 -0
- package/models/components/{employeeinput.js → employee.js} +67 -67
- package/models/components/employee.js.map +1 -0
- package/models/components/{employeejobinput.d.ts → employeejob.d.ts} +37 -37
- package/models/components/employeejob.d.ts.map +1 -0
- package/models/components/{employeejobinput.js → employeejob.js} +36 -36
- package/models/components/employeejob.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/{expenseinput.d.ts → expense.d.ts} +55 -55
- package/models/components/expense.d.ts.map +1 -0
- package/models/components/{expenseinput.js → expense.js} +52 -52
- package/models/components/expense.js.map +1 -0
- package/models/components/getaccountingdepartmentresponse.d.ts +1 -1
- package/models/components/getaccountingdepartmentresponse.d.ts.map +1 -1
- package/models/components/getaccountingdepartmentresponse.js +3 -3
- package/models/components/getaccountingdepartmentresponse.js.map +1 -1
- package/models/components/getaccountingdepartmentsresponse.d.ts +1 -1
- package/models/components/getaccountingdepartmentsresponse.d.ts.map +1 -1
- package/models/components/getaccountingdepartmentsresponse.js +3 -3
- package/models/components/getaccountingdepartmentsresponse.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/getapplicationresponse.d.ts +1 -1
- package/models/components/getapplicationresponse.d.ts.map +1 -1
- package/models/components/getapplicationresponse.js +3 -3
- package/models/components/getapplicationresponse.js.map +1 -1
- package/models/components/getapplicationsresponse.d.ts +1 -1
- package/models/components/getapplicationsresponse.d.ts.map +1 -1
- package/models/components/getapplicationsresponse.js +3 -3
- package/models/components/getapplicationsresponse.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/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/getmessageresponse.d.ts +1 -1
- package/models/components/getmessageresponse.d.ts.map +1 -1
- package/models/components/getmessageresponse.js +3 -3
- package/models/components/getmessageresponse.js.map +1 -1
- package/models/components/getmessagesresponse.d.ts +1 -1
- package/models/components/getmessagesresponse.d.ts.map +1 -1
- package/models/components/getmessagesresponse.js +3 -3
- package/models/components/getmessagesresponse.js.map +1 -1
- package/models/components/getsharedlinkresponse.d.ts +1 -1
- package/models/components/getsharedlinkresponse.d.ts.map +1 -1
- package/models/components/getsharedlinkresponse.js +3 -3
- package/models/components/getsharedlinkresponse.js.map +1 -1
- package/models/components/getsharedlinksresponse.d.ts +1 -1
- package/models/components/getsharedlinksresponse.d.ts.map +1 -1
- package/models/components/getsharedlinksresponse.js +3 -3
- package/models/components/getsharedlinksresponse.js.map +1 -1
- package/models/components/gettaxrateresponse.d.ts +1 -1
- package/models/components/gettaxrateresponse.d.ts.map +1 -1
- package/models/components/gettaxrateresponse.js +3 -3
- package/models/components/gettaxrateresponse.js.map +1 -1
- package/models/components/gettaxratesresponse.d.ts +1 -1
- package/models/components/gettaxratesresponse.d.ts.map +1 -1
- package/models/components/gettaxratesresponse.js +3 -3
- package/models/components/gettaxratesresponse.js.map +1 -1
- package/models/components/gettimeoffrequestresponse.d.ts +1 -1
- package/models/components/gettimeoffrequestresponse.d.ts.map +1 -1
- package/models/components/gettimeoffrequestresponse.js +3 -3
- package/models/components/gettimeoffrequestresponse.js.map +1 -1
- package/models/components/gettimeoffrequestsresponse.d.ts +1 -1
- package/models/components/gettimeoffrequestsresponse.d.ts.map +1 -1
- package/models/components/gettimeoffrequestsresponse.js +3 -3
- package/models/components/gettimeoffrequestsresponse.js.map +1 -1
- package/models/components/gettrackingcategoriesresponse.d.ts +1 -1
- package/models/components/gettrackingcategoriesresponse.d.ts.map +1 -1
- package/models/components/gettrackingcategoriesresponse.js +3 -3
- package/models/components/gettrackingcategoriesresponse.js.map +1 -1
- package/models/components/gettrackingcategoryresponse.d.ts +1 -1
- package/models/components/gettrackingcategoryresponse.d.ts.map +1 -1
- package/models/components/gettrackingcategoryresponse.js +3 -3
- package/models/components/gettrackingcategoryresponse.js.map +1 -1
- package/models/components/{hriscompanyinput.d.ts → hriscompany.d.ts} +55 -55
- package/models/components/hriscompany.d.ts.map +1 -0
- package/models/components/{hriscompanyinput.js → hriscompany.js} +54 -54
- package/models/components/hriscompany.js.map +1 -0
- package/models/components/index.d.ts +20 -20
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +20 -20
- package/models/components/index.js.map +1 -1
- package/models/components/{invoiceinput.d.ts → invoice.d.ts} +122 -74
- package/models/components/invoice.d.ts.map +1 -0
- package/models/components/{invoiceinput.js → invoice.js} +119 -72
- package/models/components/invoice.js.map +1 -0
- package/models/components/{invoicelineiteminput.d.ts → invoicelineitem.d.ts} +58 -55
- package/models/components/invoicelineitem.d.ts.map +1 -0
- package/models/components/{invoicelineiteminput.js → invoicelineitem.js} +55 -54
- package/models/components/invoicelineitem.js.map +1 -0
- package/models/components/journalentry.d.ts +1 -1
- package/models/components/journalentry.d.ts.map +1 -1
- package/models/components/journalentry.js +3 -3
- package/models/components/journalentry.js.map +1 -1
- package/models/components/journalentryinput.d.ts +1 -1
- package/models/components/journalentryinput.d.ts.map +1 -1
- package/models/components/journalentryinput.js +3 -3
- package/models/components/journalentryinput.js.map +1 -1
- package/models/components/{journalentrylineiteminput.d.ts → journalentrylineitem.d.ts} +48 -48
- package/models/components/journalentrylineitem.d.ts.map +1 -0
- package/models/components/{journalentrylineiteminput.js → journalentrylineitem.js} +48 -48
- package/models/components/journalentrylineitem.js.map +1 -0
- package/models/components/{ledgeraccountinput.d.ts → ledgeraccount.d.ts} +129 -129
- package/models/components/ledgeraccount.d.ts.map +1 -0
- package/models/components/{ledgeraccountinput.js → ledgeraccount.js} +128 -128
- package/models/components/ledgeraccount.js.map +1 -0
- package/models/components/{messageinput.d.ts → message.d.ts} +71 -71
- package/models/components/message.d.ts.map +1 -0
- package/models/components/{messageinput.js → message.js} +61 -61
- package/models/components/message.js.map +1 -0
- package/models/components/payment.d.ts +1 -1
- package/models/components/payment.d.ts.map +1 -1
- package/models/components/payment.js +3 -3
- package/models/components/payment.js.map +1 -1
- package/models/components/paymentinput.d.ts +1 -1
- package/models/components/paymentinput.d.ts.map +1 -1
- package/models/components/paymentinput.js +3 -3
- package/models/components/paymentinput.js.map +1 -1
- package/models/components/purchaseorder.d.ts +1 -1
- package/models/components/purchaseorder.d.ts.map +1 -1
- package/models/components/purchaseorder.js +5 -5
- package/models/components/purchaseorder.js.map +1 -1
- package/models/components/{sharedlinkinput.d.ts → sharedlink.d.ts} +49 -49
- package/models/components/sharedlink.d.ts.map +1 -0
- package/models/components/{sharedlinkinput.js → sharedlink.js} +49 -49
- package/models/components/sharedlink.js.map +1 -0
- package/models/components/{taxrateinput.d.ts → taxrate.d.ts} +52 -52
- package/models/components/taxrate.d.ts.map +1 -0
- package/models/components/{taxrateinput.js → taxrate.js} +50 -50
- package/models/components/taxrate.js.map +1 -0
- package/models/components/{timeoffrequestinput.d.ts → timeoffrequest.d.ts} +57 -57
- package/models/components/timeoffrequest.d.ts.map +1 -0
- package/models/components/{timeoffrequestinput.js → timeoffrequest.js} +52 -52
- package/models/components/timeoffrequest.js.map +1 -0
- package/models/components/{trackingcategoryinput.d.ts → trackingcategory.d.ts} +55 -55
- package/models/components/trackingcategory.d.ts.map +1 -0
- package/models/components/{trackingcategoryinput.js → trackingcategory.js} +52 -52
- package/models/components/trackingcategory.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/package.json +1 -1
- package/src/lib/config.ts +4 -4
- package/src/lib/matchers.ts +20 -0
- package/src/lib/sdks.ts +8 -2
- package/src/models/components/{accountingdepartmentinput.ts → accountingdepartment.ts} +116 -102
- package/src/models/components/activity.ts +1 -1
- package/src/models/components/companyinfo.ts +1 -1
- package/src/models/components/createconnectionresponse.ts +1 -1
- package/src/models/components/creditnote.ts +2 -2
- package/src/models/components/{employeeinput.ts → employee.ts} +123 -123
- package/src/models/components/employeeschedules.ts +1 -1
- package/src/models/components/employeesfilter.ts +7 -0
- package/src/models/components/getaccountingdepartmentresponse.ts +1 -1
- package/src/models/components/getaccountingdepartmentsresponse.ts +1 -1
- package/src/models/components/getaccountinglocationresponse.ts +1 -1
- package/src/models/components/getaccountinglocationsresponse.ts +1 -1
- package/src/models/components/getapplicationresponse.ts +1 -1
- package/src/models/components/getapplicationsresponse.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/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/getmessageresponse.ts +1 -1
- package/src/models/components/getmessagesresponse.ts +1 -1
- package/src/models/components/getsharedlinkresponse.ts +1 -1
- package/src/models/components/getsharedlinksresponse.ts +1 -1
- package/src/models/components/gettaxrateresponse.ts +1 -1
- package/src/models/components/gettaxratesresponse.ts +1 -1
- package/src/models/components/gettimeoffrequestresponse.ts +1 -1
- package/src/models/components/gettimeoffrequestsresponse.ts +1 -1
- package/src/models/components/gettrackingcategoriesresponse.ts +1 -1
- package/src/models/components/gettrackingcategoryresponse.ts +1 -1
- package/src/models/components/index.ts +20 -20
- package/src/models/components/{invoiceinput.ts → invoice.ts} +352 -241
- package/src/models/components/{invoicelineiteminput.ts → invoicelineitem.ts} +101 -100
- package/src/models/components/journalentry.ts +1 -1
- package/src/models/components/journalentryinput.ts +1 -1
- package/src/models/components/payment.ts +1 -1
- package/src/models/components/paymentinput.ts +1 -1
- package/src/models/components/purchaseorder.ts +1 -1
- package/src/models/components/updateconnectionresponse.ts +1 -1
- package/models/components/accountingdepartmentinput.d.ts.map +0 -1
- package/models/components/accountingdepartmentinput.js.map +0 -1
- package/models/components/accountinglocationinput.d.ts.map +0 -1
- package/models/components/accountinglocationinput.js.map +0 -1
- package/models/components/activityattendeeinput.d.ts.map +0 -1
- package/models/components/activityattendeeinput.js.map +0 -1
- package/models/components/allocationinput.d.ts.map +0 -1
- package/models/components/allocationinput.js.map +0 -1
- package/models/components/applicationinput.d.ts.map +0 -1
- package/models/components/applicationinput.js.map +0 -1
- package/models/components/billpaymentinput.d.ts.map +0 -1
- package/models/components/billpaymentinput.js.map +0 -1
- package/models/components/connectioninput.d.ts.map +0 -1
- package/models/components/connectioninput.js.map +0 -1
- package/models/components/employeeinput.d.ts.map +0 -1
- package/models/components/employeeinput.js.map +0 -1
- package/models/components/employeejobinput.d.ts.map +0 -1
- package/models/components/employeejobinput.js.map +0 -1
- package/models/components/expenseinput.d.ts.map +0 -1
- package/models/components/expenseinput.js.map +0 -1
- package/models/components/hriscompanyinput.d.ts.map +0 -1
- package/models/components/hriscompanyinput.js.map +0 -1
- package/models/components/invoiceinput.d.ts.map +0 -1
- package/models/components/invoiceinput.js.map +0 -1
- package/models/components/invoicelineiteminput.d.ts.map +0 -1
- package/models/components/invoicelineiteminput.js.map +0 -1
- package/models/components/journalentrylineiteminput.d.ts.map +0 -1
- package/models/components/journalentrylineiteminput.js.map +0 -1
- package/models/components/ledgeraccountinput.d.ts.map +0 -1
- package/models/components/ledgeraccountinput.js.map +0 -1
- package/models/components/messageinput.d.ts.map +0 -1
- package/models/components/messageinput.js.map +0 -1
- package/models/components/sharedlinkinput.d.ts.map +0 -1
- package/models/components/sharedlinkinput.js.map +0 -1
- package/models/components/taxrateinput.d.ts.map +0 -1
- package/models/components/taxrateinput.js.map +0 -1
- package/models/components/timeoffrequestinput.d.ts.map +0 -1
- package/models/components/timeoffrequestinput.js.map +0 -1
- package/models/components/trackingcategoryinput.d.ts.map +0 -1
- package/models/components/trackingcategoryinput.js.map +0 -1
- package/src/models/components/{accountinglocationinput.ts → accountinglocation.ts} +106 -106
- package/src/models/components/{activityattendeeinput.ts → activityattendee.ts} +89 -89
- package/src/models/components/{allocationinput.ts → allocation.ts} +46 -46
- package/src/models/components/{applicationinput.ts → application.ts} +85 -85
- package/src/models/components/{billpaymentinput.ts → billpayment.ts} +183 -183
- package/src/models/components/{connectioninput.ts → connection.ts} +355 -355
- package/src/models/components/{employeejobinput.ts → employeejob.ts} +60 -60
- package/src/models/components/{expenseinput.ts → expense.ts} +159 -159
- package/src/models/components/{hriscompanyinput.ts → hriscompany.ts} +101 -101
- package/src/models/components/{journalentrylineiteminput.ts → journalentrylineitem.ts} +81 -81
- package/src/models/components/{ledgeraccountinput.ts → ledgeraccount.ts} +253 -253
- package/src/models/components/{messageinput.ts → message.ts} +133 -133
- package/src/models/components/{sharedlinkinput.ts → sharedlink.ts} +99 -99
- package/src/models/components/{taxrateinput.ts → taxrate.ts} +146 -146
- package/src/models/components/{timeoffrequestinput.ts → timeoffrequest.ts} +100 -100
- package/src/models/components/{trackingcategoryinput.ts → trackingcategory.ts} +98 -98
|
@@ -9,7 +9,7 @@ import { Currency } from "./currency.js";
|
|
|
9
9
|
import { CustomField, CustomField$Outbound } from "./customfield.js";
|
|
10
10
|
import { CustomMappings, CustomMappings$Outbound } from "./custommappings.js";
|
|
11
11
|
import { DeprecatedLinkedTrackingCategory, DeprecatedLinkedTrackingCategory$Outbound } from "./deprecatedlinkedtrackingcategory.js";
|
|
12
|
-
import { InvoiceLineItem, InvoiceLineItem$Outbound, InvoiceLineItemInput, InvoiceLineItemInput$Outbound } from "./
|
|
12
|
+
import { InvoiceLineItem, InvoiceLineItem$Outbound, InvoiceLineItemInput, InvoiceLineItemInput$Outbound } from "./invoicelineitem.js";
|
|
13
13
|
import { LinkedCustomer, LinkedCustomer$Outbound } from "./linkedcustomer.js";
|
|
14
14
|
import { LinkedCustomerInput, LinkedCustomerInput$Outbound } from "./linkedcustomerinput.js";
|
|
15
15
|
import { LinkedLedgerAccount, LinkedLedgerAccount$Outbound } from "./linkedledgeraccount.js";
|
|
@@ -48,7 +48,29 @@ export declare const InvoiceStatus: {
|
|
|
48
48
|
* Invoice status
|
|
49
49
|
*/
|
|
50
50
|
export type InvoiceStatus = ClosedEnum<typeof InvoiceStatus>;
|
|
51
|
-
export type
|
|
51
|
+
export type PaymentAllocations = {
|
|
52
|
+
/**
|
|
53
|
+
* ID of the payment
|
|
54
|
+
*/
|
|
55
|
+
id?: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Amount of the payment allocated to the invoice
|
|
58
|
+
*/
|
|
59
|
+
allocatedAmount?: number | null | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* Date of the payment
|
|
62
|
+
*/
|
|
63
|
+
date?: Date | null | undefined;
|
|
64
|
+
};
|
|
65
|
+
export type Invoice = {
|
|
66
|
+
/**
|
|
67
|
+
* A unique identifier for an object.
|
|
68
|
+
*/
|
|
69
|
+
id?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* The third-party API ID of original entity
|
|
72
|
+
*/
|
|
73
|
+
downstreamId?: string | null | undefined;
|
|
52
74
|
/**
|
|
53
75
|
* Invoice type
|
|
54
76
|
*/
|
|
@@ -60,7 +82,7 @@ export type InvoiceInput = {
|
|
|
60
82
|
/**
|
|
61
83
|
* The customer this entity is linked to.
|
|
62
84
|
*/
|
|
63
|
-
customer?:
|
|
85
|
+
customer?: LinkedCustomer | null | undefined;
|
|
64
86
|
/**
|
|
65
87
|
* The company or subsidiary id the transaction belongs to
|
|
66
88
|
*/
|
|
@@ -149,7 +171,7 @@ export type InvoiceInput = {
|
|
|
149
171
|
* A list of linked tracking categories.
|
|
150
172
|
*/
|
|
151
173
|
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
152
|
-
lineItems?: Array<
|
|
174
|
+
lineItems?: Array<InvoiceLineItem> | undefined;
|
|
153
175
|
billingAddress?: Address | undefined;
|
|
154
176
|
shippingAddress?: Address | undefined;
|
|
155
177
|
/**
|
|
@@ -160,6 +182,10 @@ export type InvoiceInput = {
|
|
|
160
182
|
* URL link to a source document - shown as 'Go to [appName]' in the downstream app. Currently only supported for Xero.
|
|
161
183
|
*/
|
|
162
184
|
sourceDocumentUrl?: string | null | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* IDs of payments made on the invoice
|
|
187
|
+
*/
|
|
188
|
+
paymentAllocations?: Array<PaymentAllocations> | null | undefined;
|
|
163
189
|
/**
|
|
164
190
|
* Payment method used for the transaction, such as cash, credit card, bank transfer, or check
|
|
165
191
|
*/
|
|
@@ -177,26 +203,38 @@ export type InvoiceInput = {
|
|
|
177
203
|
*/
|
|
178
204
|
accountingByRow?: boolean | null | undefined;
|
|
179
205
|
bankAccount?: BankAccount | undefined;
|
|
180
|
-
ledgerAccount?:
|
|
206
|
+
ledgerAccount?: LinkedLedgerAccount | null | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* When custom mappings are configured on the resource, the result is included here.
|
|
209
|
+
*/
|
|
210
|
+
customMappings?: CustomMappings | null | undefined;
|
|
181
211
|
customFields?: Array<CustomField> | undefined;
|
|
182
212
|
/**
|
|
183
213
|
* 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.
|
|
184
214
|
*/
|
|
185
215
|
rowVersion?: string | null | undefined;
|
|
186
216
|
/**
|
|
187
|
-
* The
|
|
217
|
+
* The user who last updated the object.
|
|
188
218
|
*/
|
|
189
|
-
|
|
190
|
-
};
|
|
191
|
-
export type Invoice = {
|
|
219
|
+
updatedBy?: string | null | undefined;
|
|
192
220
|
/**
|
|
193
|
-
*
|
|
221
|
+
* The user who created the object.
|
|
194
222
|
*/
|
|
195
|
-
|
|
223
|
+
createdBy?: string | null | undefined;
|
|
196
224
|
/**
|
|
197
|
-
* The
|
|
225
|
+
* The date and time when the object was last updated.
|
|
198
226
|
*/
|
|
199
|
-
|
|
227
|
+
updatedAt?: Date | null | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* The date and time when the object was created.
|
|
230
|
+
*/
|
|
231
|
+
createdAt?: Date | null | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
|
|
234
|
+
*/
|
|
235
|
+
passThrough?: Array<PassThroughBody> | undefined;
|
|
236
|
+
};
|
|
237
|
+
export type InvoiceInput = {
|
|
200
238
|
/**
|
|
201
239
|
* Invoice type
|
|
202
240
|
*/
|
|
@@ -208,7 +246,7 @@ export type Invoice = {
|
|
|
208
246
|
/**
|
|
209
247
|
* The customer this entity is linked to.
|
|
210
248
|
*/
|
|
211
|
-
customer?:
|
|
249
|
+
customer?: LinkedCustomerInput | null | undefined;
|
|
212
250
|
/**
|
|
213
251
|
* The company or subsidiary id the transaction belongs to
|
|
214
252
|
*/
|
|
@@ -297,7 +335,7 @@ export type Invoice = {
|
|
|
297
335
|
* A list of linked tracking categories.
|
|
298
336
|
*/
|
|
299
337
|
trackingCategories?: Array<LinkedTrackingCategory | null> | null | undefined;
|
|
300
|
-
lineItems?: Array<
|
|
338
|
+
lineItems?: Array<InvoiceLineItemInput> | undefined;
|
|
301
339
|
billingAddress?: Address | undefined;
|
|
302
340
|
shippingAddress?: Address | undefined;
|
|
303
341
|
/**
|
|
@@ -308,6 +346,10 @@ export type Invoice = {
|
|
|
308
346
|
* URL link to a source document - shown as 'Go to [appName]' in the downstream app. Currently only supported for Xero.
|
|
309
347
|
*/
|
|
310
348
|
sourceDocumentUrl?: string | null | undefined;
|
|
349
|
+
/**
|
|
350
|
+
* IDs of payments made on the invoice
|
|
351
|
+
*/
|
|
352
|
+
paymentAllocations?: Array<PaymentAllocations> | null | undefined;
|
|
311
353
|
/**
|
|
312
354
|
* Payment method used for the transaction, such as cash, credit card, bank transfer, or check
|
|
313
355
|
*/
|
|
@@ -325,32 +367,12 @@ export type Invoice = {
|
|
|
325
367
|
*/
|
|
326
368
|
accountingByRow?: boolean | null | undefined;
|
|
327
369
|
bankAccount?: BankAccount | undefined;
|
|
328
|
-
ledgerAccount?:
|
|
329
|
-
/**
|
|
330
|
-
* When custom mappings are configured on the resource, the result is included here.
|
|
331
|
-
*/
|
|
332
|
-
customMappings?: CustomMappings | null | undefined;
|
|
370
|
+
ledgerAccount?: LinkedLedgerAccountInput | null | undefined;
|
|
333
371
|
customFields?: Array<CustomField> | undefined;
|
|
334
372
|
/**
|
|
335
373
|
* 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.
|
|
336
374
|
*/
|
|
337
375
|
rowVersion?: string | null | undefined;
|
|
338
|
-
/**
|
|
339
|
-
* The user who last updated the object.
|
|
340
|
-
*/
|
|
341
|
-
updatedBy?: string | null | undefined;
|
|
342
|
-
/**
|
|
343
|
-
* The user who created the object.
|
|
344
|
-
*/
|
|
345
|
-
createdBy?: string | null | undefined;
|
|
346
|
-
/**
|
|
347
|
-
* The date and time when the object was last updated.
|
|
348
|
-
*/
|
|
349
|
-
updatedAt?: Date | null | undefined;
|
|
350
|
-
/**
|
|
351
|
-
* The date and time when the object was created.
|
|
352
|
-
*/
|
|
353
|
-
createdAt?: Date | null | undefined;
|
|
354
376
|
/**
|
|
355
377
|
* The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
|
|
356
378
|
*/
|
|
@@ -417,12 +439,38 @@ export declare namespace InvoiceStatus$ {
|
|
|
417
439
|
}>;
|
|
418
440
|
}
|
|
419
441
|
/** @internal */
|
|
420
|
-
export declare const
|
|
442
|
+
export declare const PaymentAllocations$inboundSchema: z.ZodType<PaymentAllocations, z.ZodTypeDef, unknown>;
|
|
421
443
|
/** @internal */
|
|
422
|
-
export type
|
|
444
|
+
export type PaymentAllocations$Outbound = {
|
|
445
|
+
id?: string | undefined;
|
|
446
|
+
allocated_amount?: number | null | undefined;
|
|
447
|
+
date?: string | null | undefined;
|
|
448
|
+
};
|
|
449
|
+
/** @internal */
|
|
450
|
+
export declare const PaymentAllocations$outboundSchema: z.ZodType<PaymentAllocations$Outbound, z.ZodTypeDef, PaymentAllocations>;
|
|
451
|
+
/**
|
|
452
|
+
* @internal
|
|
453
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
454
|
+
*/
|
|
455
|
+
export declare namespace PaymentAllocations$ {
|
|
456
|
+
/** @deprecated use `PaymentAllocations$inboundSchema` instead. */
|
|
457
|
+
const inboundSchema: z.ZodType<PaymentAllocations, z.ZodTypeDef, unknown>;
|
|
458
|
+
/** @deprecated use `PaymentAllocations$outboundSchema` instead. */
|
|
459
|
+
const outboundSchema: z.ZodType<PaymentAllocations$Outbound, z.ZodTypeDef, PaymentAllocations>;
|
|
460
|
+
/** @deprecated use `PaymentAllocations$Outbound` instead. */
|
|
461
|
+
type Outbound = PaymentAllocations$Outbound;
|
|
462
|
+
}
|
|
463
|
+
export declare function paymentAllocationsToJSON(paymentAllocations: PaymentAllocations): string;
|
|
464
|
+
export declare function paymentAllocationsFromJSON(jsonString: string): SafeParseResult<PaymentAllocations, SDKValidationError>;
|
|
465
|
+
/** @internal */
|
|
466
|
+
export declare const Invoice$inboundSchema: z.ZodType<Invoice, z.ZodTypeDef, unknown>;
|
|
467
|
+
/** @internal */
|
|
468
|
+
export type Invoice$Outbound = {
|
|
469
|
+
id?: string | undefined;
|
|
470
|
+
downstream_id?: string | null | undefined;
|
|
423
471
|
type?: string | null | undefined;
|
|
424
472
|
number?: string | null | undefined;
|
|
425
|
-
customer?:
|
|
473
|
+
customer?: LinkedCustomer$Outbound | null | undefined;
|
|
426
474
|
company_id?: string | null | undefined;
|
|
427
475
|
invoice_date?: string | null | undefined;
|
|
428
476
|
due_date?: string | null | undefined;
|
|
@@ -445,46 +493,50 @@ export type InvoiceInput$Outbound = {
|
|
|
445
493
|
customer_memo?: string | null | undefined;
|
|
446
494
|
tracking_category?: DeprecatedLinkedTrackingCategory$Outbound | null | undefined;
|
|
447
495
|
tracking_categories?: Array<LinkedTrackingCategory$Outbound | null> | null | undefined;
|
|
448
|
-
line_items?: Array<
|
|
496
|
+
line_items?: Array<InvoiceLineItem$Outbound> | undefined;
|
|
449
497
|
billing_address?: Address$Outbound | undefined;
|
|
450
498
|
shipping_address?: Address$Outbound | undefined;
|
|
451
499
|
template_id?: string | null | undefined;
|
|
452
500
|
source_document_url?: string | null | undefined;
|
|
501
|
+
payment_allocations?: Array<PaymentAllocations$Outbound> | null | undefined;
|
|
453
502
|
payment_method?: string | null | undefined;
|
|
454
503
|
channel?: string | null | undefined;
|
|
455
504
|
language?: string | null | undefined;
|
|
456
505
|
accounting_by_row?: boolean | null | undefined;
|
|
457
506
|
bank_account?: BankAccount$Outbound | undefined;
|
|
458
|
-
ledger_account?:
|
|
507
|
+
ledger_account?: LinkedLedgerAccount$Outbound | null | undefined;
|
|
508
|
+
custom_mappings?: CustomMappings$Outbound | null | undefined;
|
|
459
509
|
custom_fields?: Array<CustomField$Outbound> | undefined;
|
|
460
510
|
row_version?: string | null | undefined;
|
|
511
|
+
updated_by?: string | null | undefined;
|
|
512
|
+
created_by?: string | null | undefined;
|
|
513
|
+
updated_at?: string | null | undefined;
|
|
514
|
+
created_at?: string | null | undefined;
|
|
461
515
|
pass_through?: Array<PassThroughBody$Outbound> | undefined;
|
|
462
516
|
};
|
|
463
517
|
/** @internal */
|
|
464
|
-
export declare const
|
|
518
|
+
export declare const Invoice$outboundSchema: z.ZodType<Invoice$Outbound, z.ZodTypeDef, Invoice>;
|
|
465
519
|
/**
|
|
466
520
|
* @internal
|
|
467
521
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
468
522
|
*/
|
|
469
|
-
export declare namespace
|
|
470
|
-
/** @deprecated use `
|
|
471
|
-
const inboundSchema: z.ZodType<
|
|
472
|
-
/** @deprecated use `
|
|
473
|
-
const outboundSchema: z.ZodType<
|
|
474
|
-
/** @deprecated use `
|
|
475
|
-
type Outbound =
|
|
523
|
+
export declare namespace Invoice$ {
|
|
524
|
+
/** @deprecated use `Invoice$inboundSchema` instead. */
|
|
525
|
+
const inboundSchema: z.ZodType<Invoice, z.ZodTypeDef, unknown>;
|
|
526
|
+
/** @deprecated use `Invoice$outboundSchema` instead. */
|
|
527
|
+
const outboundSchema: z.ZodType<Invoice$Outbound, z.ZodTypeDef, Invoice>;
|
|
528
|
+
/** @deprecated use `Invoice$Outbound` instead. */
|
|
529
|
+
type Outbound = Invoice$Outbound;
|
|
476
530
|
}
|
|
477
|
-
export declare function
|
|
478
|
-
export declare function
|
|
531
|
+
export declare function invoiceToJSON(invoice: Invoice): string;
|
|
532
|
+
export declare function invoiceFromJSON(jsonString: string): SafeParseResult<Invoice, SDKValidationError>;
|
|
479
533
|
/** @internal */
|
|
480
|
-
export declare const
|
|
534
|
+
export declare const InvoiceInput$inboundSchema: z.ZodType<InvoiceInput, z.ZodTypeDef, unknown>;
|
|
481
535
|
/** @internal */
|
|
482
|
-
export type
|
|
483
|
-
id?: string | undefined;
|
|
484
|
-
downstream_id?: string | null | undefined;
|
|
536
|
+
export type InvoiceInput$Outbound = {
|
|
485
537
|
type?: string | null | undefined;
|
|
486
538
|
number?: string | null | undefined;
|
|
487
|
-
customer?:
|
|
539
|
+
customer?: LinkedCustomerInput$Outbound | null | undefined;
|
|
488
540
|
company_id?: string | null | undefined;
|
|
489
541
|
invoice_date?: string | null | undefined;
|
|
490
542
|
due_date?: string | null | undefined;
|
|
@@ -507,40 +559,36 @@ export type Invoice$Outbound = {
|
|
|
507
559
|
customer_memo?: string | null | undefined;
|
|
508
560
|
tracking_category?: DeprecatedLinkedTrackingCategory$Outbound | null | undefined;
|
|
509
561
|
tracking_categories?: Array<LinkedTrackingCategory$Outbound | null> | null | undefined;
|
|
510
|
-
line_items?: Array<
|
|
562
|
+
line_items?: Array<InvoiceLineItemInput$Outbound> | undefined;
|
|
511
563
|
billing_address?: Address$Outbound | undefined;
|
|
512
564
|
shipping_address?: Address$Outbound | undefined;
|
|
513
565
|
template_id?: string | null | undefined;
|
|
514
566
|
source_document_url?: string | null | undefined;
|
|
567
|
+
payment_allocations?: Array<PaymentAllocations$Outbound> | null | undefined;
|
|
515
568
|
payment_method?: string | null | undefined;
|
|
516
569
|
channel?: string | null | undefined;
|
|
517
570
|
language?: string | null | undefined;
|
|
518
571
|
accounting_by_row?: boolean | null | undefined;
|
|
519
572
|
bank_account?: BankAccount$Outbound | undefined;
|
|
520
|
-
ledger_account?:
|
|
521
|
-
custom_mappings?: CustomMappings$Outbound | null | undefined;
|
|
573
|
+
ledger_account?: LinkedLedgerAccountInput$Outbound | null | undefined;
|
|
522
574
|
custom_fields?: Array<CustomField$Outbound> | undefined;
|
|
523
575
|
row_version?: string | null | undefined;
|
|
524
|
-
updated_by?: string | null | undefined;
|
|
525
|
-
created_by?: string | null | undefined;
|
|
526
|
-
updated_at?: string | null | undefined;
|
|
527
|
-
created_at?: string | null | undefined;
|
|
528
576
|
pass_through?: Array<PassThroughBody$Outbound> | undefined;
|
|
529
577
|
};
|
|
530
578
|
/** @internal */
|
|
531
|
-
export declare const
|
|
579
|
+
export declare const InvoiceInput$outboundSchema: z.ZodType<InvoiceInput$Outbound, z.ZodTypeDef, InvoiceInput>;
|
|
532
580
|
/**
|
|
533
581
|
* @internal
|
|
534
582
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
535
583
|
*/
|
|
536
|
-
export declare namespace
|
|
537
|
-
/** @deprecated use `
|
|
538
|
-
const inboundSchema: z.ZodType<
|
|
539
|
-
/** @deprecated use `
|
|
540
|
-
const outboundSchema: z.ZodType<
|
|
541
|
-
/** @deprecated use `
|
|
542
|
-
type Outbound =
|
|
584
|
+
export declare namespace InvoiceInput$ {
|
|
585
|
+
/** @deprecated use `InvoiceInput$inboundSchema` instead. */
|
|
586
|
+
const inboundSchema: z.ZodType<InvoiceInput, z.ZodTypeDef, unknown>;
|
|
587
|
+
/** @deprecated use `InvoiceInput$outboundSchema` instead. */
|
|
588
|
+
const outboundSchema: z.ZodType<InvoiceInput$Outbound, z.ZodTypeDef, InvoiceInput>;
|
|
589
|
+
/** @deprecated use `InvoiceInput$Outbound` instead. */
|
|
590
|
+
type Outbound = InvoiceInput$Outbound;
|
|
543
591
|
}
|
|
544
|
-
export declare function
|
|
545
|
-
export declare function
|
|
546
|
-
//# sourceMappingURL=
|
|
592
|
+
export declare function invoiceInputToJSON(invoiceInput: InvoiceInput): string;
|
|
593
|
+
export declare function invoiceInputFromJSON(jsonString: string): SafeParseResult<InvoiceInput, SDKValidationError>;
|
|
594
|
+
//# sourceMappingURL=invoice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"invoice.d.ts","sourceRoot":"","sources":["../../src/models/components/invoice.ts"],"names":[],"mappings":"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"}
|