@apideck/unify 0.20.1 → 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 +64 -192
- package/docs/sdks/connectionsettings/README.md +64 -192
- 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/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/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/{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/{contact.d.ts → contactinput.d.ts} +62 -62
- package/models/components/contactinput.d.ts.map +1 -0
- package/models/components/{contact.js → contactinput.js} +57 -57
- package/models/components/contactinput.js.map +1 -0
- 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 -70
- package/models/components/employeeinput.d.ts.map +1 -0
- package/models/components/{employee.js → employeeinput.js} +67 -67
- 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/{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/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/{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/models/components/agedcreditors.ts +120 -0
- package/src/models/components/billlineitem.ts +4 -4
- 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 -123
- package/src/models/components/employeeschedules.ts +1 -1
- 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/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/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/contact.js.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/{contact.ts → contactinput.ts} +217 -217
- 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
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.UpdateUploadSessionResponse$ = exports.UpdateUploadSessionResponse$outboundSchema = exports.UpdateUploadSessionResponse$inboundSchema = void 0;
|
|
30
|
+
exports.updateUploadSessionResponseToJSON = updateUploadSessionResponseToJSON;
|
|
31
|
+
exports.updateUploadSessionResponseFromJSON = updateUploadSessionResponseFromJSON;
|
|
32
|
+
const z = __importStar(require("zod"));
|
|
33
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
34
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
35
|
+
const unifiedid_js_1 = require("./unifiedid.js");
|
|
36
|
+
/** @internal */
|
|
37
|
+
exports.UpdateUploadSessionResponse$inboundSchema = z.object({
|
|
38
|
+
status_code: z.number().int(),
|
|
39
|
+
status: z.string(),
|
|
40
|
+
service: z.string(),
|
|
41
|
+
resource: z.string(),
|
|
42
|
+
operation: z.string(),
|
|
43
|
+
data: unifiedid_js_1.UnifiedId$inboundSchema,
|
|
44
|
+
_raw: z.nullable(z.record(z.any())).optional(),
|
|
45
|
+
}).transform((v) => {
|
|
46
|
+
return (0, primitives_js_1.remap)(v, {
|
|
47
|
+
"status_code": "statusCode",
|
|
48
|
+
"_raw": "raw",
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
/** @internal */
|
|
52
|
+
exports.UpdateUploadSessionResponse$outboundSchema = z.object({
|
|
53
|
+
statusCode: z.number().int(),
|
|
54
|
+
status: z.string(),
|
|
55
|
+
service: z.string(),
|
|
56
|
+
resource: z.string(),
|
|
57
|
+
operation: z.string(),
|
|
58
|
+
data: unifiedid_js_1.UnifiedId$outboundSchema,
|
|
59
|
+
raw: z.nullable(z.record(z.any())).optional(),
|
|
60
|
+
}).transform((v) => {
|
|
61
|
+
return (0, primitives_js_1.remap)(v, {
|
|
62
|
+
statusCode: "status_code",
|
|
63
|
+
raw: "_raw",
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
69
|
+
*/
|
|
70
|
+
var UpdateUploadSessionResponse$;
|
|
71
|
+
(function (UpdateUploadSessionResponse$) {
|
|
72
|
+
/** @deprecated use `UpdateUploadSessionResponse$inboundSchema` instead. */
|
|
73
|
+
UpdateUploadSessionResponse$.inboundSchema = exports.UpdateUploadSessionResponse$inboundSchema;
|
|
74
|
+
/** @deprecated use `UpdateUploadSessionResponse$outboundSchema` instead. */
|
|
75
|
+
UpdateUploadSessionResponse$.outboundSchema = exports.UpdateUploadSessionResponse$outboundSchema;
|
|
76
|
+
})(UpdateUploadSessionResponse$ || (exports.UpdateUploadSessionResponse$ = UpdateUploadSessionResponse$ = {}));
|
|
77
|
+
function updateUploadSessionResponseToJSON(updateUploadSessionResponse) {
|
|
78
|
+
return JSON.stringify(exports.UpdateUploadSessionResponse$outboundSchema.parse(updateUploadSessionResponse));
|
|
79
|
+
}
|
|
80
|
+
function updateUploadSessionResponseFromJSON(jsonString) {
|
|
81
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdateUploadSessionResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateUploadSessionResponse' from JSON`);
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=updateuploadsessionresponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateuploadsessionresponse.js","sourceRoot":"","sources":["../../src/models/components/updateuploadsessionresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAgHH,8EAQC;AAED,kFAQC;AAhID,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAGjD,iDAKwB;AAoCxB,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,sCAAuB;IAC7B,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAaH,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,uCAAwB;IAC9B,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,EAAE;CAC9C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,aAAa;QACzB,GAAG,EAAE,MAAM;KACZ,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,kDAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import * as components from "../components/index.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
export type AccountingAgedCreditorsOneGlobals = {
|
|
6
|
+
/**
|
|
7
|
+
* ID of the consumer which you want to get or push data from
|
|
8
|
+
*/
|
|
9
|
+
consumerId?: string | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* The ID of your Unify application
|
|
12
|
+
*/
|
|
13
|
+
appId?: string | undefined;
|
|
14
|
+
};
|
|
15
|
+
export type AccountingAgedCreditorsOneRequest = {
|
|
16
|
+
/**
|
|
17
|
+
* Include raw response. Mostly used for debugging purposes
|
|
18
|
+
*/
|
|
19
|
+
raw?: boolean | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* ID of the consumer which you want to get or push data from
|
|
22
|
+
*/
|
|
23
|
+
consumerId?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The ID of your Unify application
|
|
26
|
+
*/
|
|
27
|
+
appId?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
|
|
30
|
+
*/
|
|
31
|
+
serviceId?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* Apply filters
|
|
34
|
+
*/
|
|
35
|
+
filter?: components.AgedReportFilter | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads
|
|
38
|
+
*/
|
|
39
|
+
passThrough?: {
|
|
40
|
+
[k: string]: any;
|
|
41
|
+
} | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded.
|
|
44
|
+
*/
|
|
45
|
+
fields?: string | null | undefined;
|
|
46
|
+
};
|
|
47
|
+
export type AccountingAgedCreditorsOneResponse = {
|
|
48
|
+
httpMeta: components.HTTPMetadata;
|
|
49
|
+
/**
|
|
50
|
+
* Aged Creditors
|
|
51
|
+
*/
|
|
52
|
+
getAgedCreditorsResponse?: components.GetAgedCreditorsResponse | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Unexpected error
|
|
55
|
+
*/
|
|
56
|
+
unexpectedErrorResponse?: components.UnexpectedErrorResponse | undefined;
|
|
57
|
+
};
|
|
58
|
+
/** @internal */
|
|
59
|
+
export declare const AccountingAgedCreditorsOneGlobals$inboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals, z.ZodTypeDef, unknown>;
|
|
60
|
+
/** @internal */
|
|
61
|
+
export type AccountingAgedCreditorsOneGlobals$Outbound = {
|
|
62
|
+
consumerId?: string | undefined;
|
|
63
|
+
appId?: string | undefined;
|
|
64
|
+
};
|
|
65
|
+
/** @internal */
|
|
66
|
+
export declare const AccountingAgedCreditorsOneGlobals$outboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneGlobals>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
70
|
+
*/
|
|
71
|
+
export declare namespace AccountingAgedCreditorsOneGlobals$ {
|
|
72
|
+
/** @deprecated use `AccountingAgedCreditorsOneGlobals$inboundSchema` instead. */
|
|
73
|
+
const inboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals, z.ZodTypeDef, unknown>;
|
|
74
|
+
/** @deprecated use `AccountingAgedCreditorsOneGlobals$outboundSchema` instead. */
|
|
75
|
+
const outboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneGlobals>;
|
|
76
|
+
/** @deprecated use `AccountingAgedCreditorsOneGlobals$Outbound` instead. */
|
|
77
|
+
type Outbound = AccountingAgedCreditorsOneGlobals$Outbound;
|
|
78
|
+
}
|
|
79
|
+
export declare function accountingAgedCreditorsOneGlobalsToJSON(accountingAgedCreditorsOneGlobals: AccountingAgedCreditorsOneGlobals): string;
|
|
80
|
+
export declare function accountingAgedCreditorsOneGlobalsFromJSON(jsonString: string): SafeParseResult<AccountingAgedCreditorsOneGlobals, SDKValidationError>;
|
|
81
|
+
/** @internal */
|
|
82
|
+
export declare const AccountingAgedCreditorsOneRequest$inboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest, z.ZodTypeDef, unknown>;
|
|
83
|
+
/** @internal */
|
|
84
|
+
export type AccountingAgedCreditorsOneRequest$Outbound = {
|
|
85
|
+
raw: boolean;
|
|
86
|
+
consumerId?: string | undefined;
|
|
87
|
+
appId?: string | undefined;
|
|
88
|
+
serviceId?: string | undefined;
|
|
89
|
+
filter?: components.AgedReportFilter$Outbound | undefined;
|
|
90
|
+
pass_through?: {
|
|
91
|
+
[k: string]: any;
|
|
92
|
+
} | undefined;
|
|
93
|
+
fields?: string | null | undefined;
|
|
94
|
+
};
|
|
95
|
+
/** @internal */
|
|
96
|
+
export declare const AccountingAgedCreditorsOneRequest$outboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneRequest>;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
100
|
+
*/
|
|
101
|
+
export declare namespace AccountingAgedCreditorsOneRequest$ {
|
|
102
|
+
/** @deprecated use `AccountingAgedCreditorsOneRequest$inboundSchema` instead. */
|
|
103
|
+
const inboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest, z.ZodTypeDef, unknown>;
|
|
104
|
+
/** @deprecated use `AccountingAgedCreditorsOneRequest$outboundSchema` instead. */
|
|
105
|
+
const outboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneRequest>;
|
|
106
|
+
/** @deprecated use `AccountingAgedCreditorsOneRequest$Outbound` instead. */
|
|
107
|
+
type Outbound = AccountingAgedCreditorsOneRequest$Outbound;
|
|
108
|
+
}
|
|
109
|
+
export declare function accountingAgedCreditorsOneRequestToJSON(accountingAgedCreditorsOneRequest: AccountingAgedCreditorsOneRequest): string;
|
|
110
|
+
export declare function accountingAgedCreditorsOneRequestFromJSON(jsonString: string): SafeParseResult<AccountingAgedCreditorsOneRequest, SDKValidationError>;
|
|
111
|
+
/** @internal */
|
|
112
|
+
export declare const AccountingAgedCreditorsOneResponse$inboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse, z.ZodTypeDef, unknown>;
|
|
113
|
+
/** @internal */
|
|
114
|
+
export type AccountingAgedCreditorsOneResponse$Outbound = {
|
|
115
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
116
|
+
GetAgedCreditorsResponse?: components.GetAgedCreditorsResponse$Outbound | undefined;
|
|
117
|
+
UnexpectedErrorResponse?: components.UnexpectedErrorResponse$Outbound | undefined;
|
|
118
|
+
};
|
|
119
|
+
/** @internal */
|
|
120
|
+
export declare const AccountingAgedCreditorsOneResponse$outboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneResponse>;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
124
|
+
*/
|
|
125
|
+
export declare namespace AccountingAgedCreditorsOneResponse$ {
|
|
126
|
+
/** @deprecated use `AccountingAgedCreditorsOneResponse$inboundSchema` instead. */
|
|
127
|
+
const inboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse, z.ZodTypeDef, unknown>;
|
|
128
|
+
/** @deprecated use `AccountingAgedCreditorsOneResponse$outboundSchema` instead. */
|
|
129
|
+
const outboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneResponse>;
|
|
130
|
+
/** @deprecated use `AccountingAgedCreditorsOneResponse$Outbound` instead. */
|
|
131
|
+
type Outbound = AccountingAgedCreditorsOneResponse$Outbound;
|
|
132
|
+
}
|
|
133
|
+
export declare function accountingAgedCreditorsOneResponseToJSON(accountingAgedCreditorsOneResponse: AccountingAgedCreditorsOneResponse): string;
|
|
134
|
+
export declare function accountingAgedCreditorsOneResponseFromJSON(jsonString: string): SafeParseResult<AccountingAgedCreditorsOneResponse, SDKValidationError>;
|
|
135
|
+
//# sourceMappingURL=accountingagedcreditorsone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountingagedcreditorsone.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountingagedcreditorsone.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.AccountingAgedCreditorsOneResponse$ = exports.AccountingAgedCreditorsOneResponse$outboundSchema = exports.AccountingAgedCreditorsOneResponse$inboundSchema = exports.AccountingAgedCreditorsOneRequest$ = exports.AccountingAgedCreditorsOneRequest$outboundSchema = exports.AccountingAgedCreditorsOneRequest$inboundSchema = exports.AccountingAgedCreditorsOneGlobals$ = exports.AccountingAgedCreditorsOneGlobals$outboundSchema = exports.AccountingAgedCreditorsOneGlobals$inboundSchema = void 0;
|
|
30
|
+
exports.accountingAgedCreditorsOneGlobalsToJSON = accountingAgedCreditorsOneGlobalsToJSON;
|
|
31
|
+
exports.accountingAgedCreditorsOneGlobalsFromJSON = accountingAgedCreditorsOneGlobalsFromJSON;
|
|
32
|
+
exports.accountingAgedCreditorsOneRequestToJSON = accountingAgedCreditorsOneRequestToJSON;
|
|
33
|
+
exports.accountingAgedCreditorsOneRequestFromJSON = accountingAgedCreditorsOneRequestFromJSON;
|
|
34
|
+
exports.accountingAgedCreditorsOneResponseToJSON = accountingAgedCreditorsOneResponseToJSON;
|
|
35
|
+
exports.accountingAgedCreditorsOneResponseFromJSON = accountingAgedCreditorsOneResponseFromJSON;
|
|
36
|
+
const z = __importStar(require("zod"));
|
|
37
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
38
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
39
|
+
const components = __importStar(require("../components/index.js"));
|
|
40
|
+
/** @internal */
|
|
41
|
+
exports.AccountingAgedCreditorsOneGlobals$inboundSchema = z.object({
|
|
42
|
+
consumerId: z.string().optional(),
|
|
43
|
+
appId: z.string().optional(),
|
|
44
|
+
});
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.AccountingAgedCreditorsOneGlobals$outboundSchema = z.object({
|
|
47
|
+
consumerId: z.string().optional(),
|
|
48
|
+
appId: z.string().optional(),
|
|
49
|
+
});
|
|
50
|
+
/**
|
|
51
|
+
* @internal
|
|
52
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
53
|
+
*/
|
|
54
|
+
var AccountingAgedCreditorsOneGlobals$;
|
|
55
|
+
(function (AccountingAgedCreditorsOneGlobals$) {
|
|
56
|
+
/** @deprecated use `AccountingAgedCreditorsOneGlobals$inboundSchema` instead. */
|
|
57
|
+
AccountingAgedCreditorsOneGlobals$.inboundSchema = exports.AccountingAgedCreditorsOneGlobals$inboundSchema;
|
|
58
|
+
/** @deprecated use `AccountingAgedCreditorsOneGlobals$outboundSchema` instead. */
|
|
59
|
+
AccountingAgedCreditorsOneGlobals$.outboundSchema = exports.AccountingAgedCreditorsOneGlobals$outboundSchema;
|
|
60
|
+
})(AccountingAgedCreditorsOneGlobals$ || (exports.AccountingAgedCreditorsOneGlobals$ = AccountingAgedCreditorsOneGlobals$ = {}));
|
|
61
|
+
function accountingAgedCreditorsOneGlobalsToJSON(accountingAgedCreditorsOneGlobals) {
|
|
62
|
+
return JSON.stringify(exports.AccountingAgedCreditorsOneGlobals$outboundSchema.parse(accountingAgedCreditorsOneGlobals));
|
|
63
|
+
}
|
|
64
|
+
function accountingAgedCreditorsOneGlobalsFromJSON(jsonString) {
|
|
65
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedCreditorsOneGlobals$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedCreditorsOneGlobals' from JSON`);
|
|
66
|
+
}
|
|
67
|
+
/** @internal */
|
|
68
|
+
exports.AccountingAgedCreditorsOneRequest$inboundSchema = z.object({
|
|
69
|
+
raw: z.boolean().default(false),
|
|
70
|
+
consumerId: z.string().optional(),
|
|
71
|
+
appId: z.string().optional(),
|
|
72
|
+
serviceId: z.string().optional(),
|
|
73
|
+
filter: components.AgedReportFilter$inboundSchema.optional(),
|
|
74
|
+
pass_through: z.record(z.any()).optional(),
|
|
75
|
+
fields: z.nullable(z.string()).optional(),
|
|
76
|
+
}).transform((v) => {
|
|
77
|
+
return (0, primitives_js_1.remap)(v, {
|
|
78
|
+
"pass_through": "passThrough",
|
|
79
|
+
});
|
|
80
|
+
});
|
|
81
|
+
/** @internal */
|
|
82
|
+
exports.AccountingAgedCreditorsOneRequest$outboundSchema = z.object({
|
|
83
|
+
raw: z.boolean().default(false),
|
|
84
|
+
consumerId: z.string().optional(),
|
|
85
|
+
appId: z.string().optional(),
|
|
86
|
+
serviceId: z.string().optional(),
|
|
87
|
+
filter: components.AgedReportFilter$outboundSchema.optional(),
|
|
88
|
+
passThrough: z.record(z.any()).optional(),
|
|
89
|
+
fields: z.nullable(z.string()).optional(),
|
|
90
|
+
}).transform((v) => {
|
|
91
|
+
return (0, primitives_js_1.remap)(v, {
|
|
92
|
+
passThrough: "pass_through",
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
98
|
+
*/
|
|
99
|
+
var AccountingAgedCreditorsOneRequest$;
|
|
100
|
+
(function (AccountingAgedCreditorsOneRequest$) {
|
|
101
|
+
/** @deprecated use `AccountingAgedCreditorsOneRequest$inboundSchema` instead. */
|
|
102
|
+
AccountingAgedCreditorsOneRequest$.inboundSchema = exports.AccountingAgedCreditorsOneRequest$inboundSchema;
|
|
103
|
+
/** @deprecated use `AccountingAgedCreditorsOneRequest$outboundSchema` instead. */
|
|
104
|
+
AccountingAgedCreditorsOneRequest$.outboundSchema = exports.AccountingAgedCreditorsOneRequest$outboundSchema;
|
|
105
|
+
})(AccountingAgedCreditorsOneRequest$ || (exports.AccountingAgedCreditorsOneRequest$ = AccountingAgedCreditorsOneRequest$ = {}));
|
|
106
|
+
function accountingAgedCreditorsOneRequestToJSON(accountingAgedCreditorsOneRequest) {
|
|
107
|
+
return JSON.stringify(exports.AccountingAgedCreditorsOneRequest$outboundSchema.parse(accountingAgedCreditorsOneRequest));
|
|
108
|
+
}
|
|
109
|
+
function accountingAgedCreditorsOneRequestFromJSON(jsonString) {
|
|
110
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedCreditorsOneRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedCreditorsOneRequest' from JSON`);
|
|
111
|
+
}
|
|
112
|
+
/** @internal */
|
|
113
|
+
exports.AccountingAgedCreditorsOneResponse$inboundSchema = z.object({
|
|
114
|
+
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
115
|
+
GetAgedCreditorsResponse: components.GetAgedCreditorsResponse$inboundSchema
|
|
116
|
+
.optional(),
|
|
117
|
+
UnexpectedErrorResponse: components.UnexpectedErrorResponse$inboundSchema
|
|
118
|
+
.optional(),
|
|
119
|
+
}).transform((v) => {
|
|
120
|
+
return (0, primitives_js_1.remap)(v, {
|
|
121
|
+
"HttpMeta": "httpMeta",
|
|
122
|
+
"GetAgedCreditorsResponse": "getAgedCreditorsResponse",
|
|
123
|
+
"UnexpectedErrorResponse": "unexpectedErrorResponse",
|
|
124
|
+
});
|
|
125
|
+
});
|
|
126
|
+
/** @internal */
|
|
127
|
+
exports.AccountingAgedCreditorsOneResponse$outboundSchema = z.object({
|
|
128
|
+
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
129
|
+
getAgedCreditorsResponse: components.GetAgedCreditorsResponse$outboundSchema
|
|
130
|
+
.optional(),
|
|
131
|
+
unexpectedErrorResponse: components.UnexpectedErrorResponse$outboundSchema
|
|
132
|
+
.optional(),
|
|
133
|
+
}).transform((v) => {
|
|
134
|
+
return (0, primitives_js_1.remap)(v, {
|
|
135
|
+
httpMeta: "HttpMeta",
|
|
136
|
+
getAgedCreditorsResponse: "GetAgedCreditorsResponse",
|
|
137
|
+
unexpectedErrorResponse: "UnexpectedErrorResponse",
|
|
138
|
+
});
|
|
139
|
+
});
|
|
140
|
+
/**
|
|
141
|
+
* @internal
|
|
142
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
143
|
+
*/
|
|
144
|
+
var AccountingAgedCreditorsOneResponse$;
|
|
145
|
+
(function (AccountingAgedCreditorsOneResponse$) {
|
|
146
|
+
/** @deprecated use `AccountingAgedCreditorsOneResponse$inboundSchema` instead. */
|
|
147
|
+
AccountingAgedCreditorsOneResponse$.inboundSchema = exports.AccountingAgedCreditorsOneResponse$inboundSchema;
|
|
148
|
+
/** @deprecated use `AccountingAgedCreditorsOneResponse$outboundSchema` instead. */
|
|
149
|
+
AccountingAgedCreditorsOneResponse$.outboundSchema = exports.AccountingAgedCreditorsOneResponse$outboundSchema;
|
|
150
|
+
})(AccountingAgedCreditorsOneResponse$ || (exports.AccountingAgedCreditorsOneResponse$ = AccountingAgedCreditorsOneResponse$ = {}));
|
|
151
|
+
function accountingAgedCreditorsOneResponseToJSON(accountingAgedCreditorsOneResponse) {
|
|
152
|
+
return JSON.stringify(exports.AccountingAgedCreditorsOneResponse$outboundSchema.parse(accountingAgedCreditorsOneResponse));
|
|
153
|
+
}
|
|
154
|
+
function accountingAgedCreditorsOneResponseFromJSON(jsonString) {
|
|
155
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedCreditorsOneResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedCreditorsOneResponse' from JSON`);
|
|
156
|
+
}
|
|
157
|
+
//# sourceMappingURL=accountingagedcreditorsone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountingagedcreditorsone.js","sourceRoot":"","sources":["../../src/models/operations/accountingagedcreditorsone.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import * as components from "../components/index.js";
|
|
4
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
+
export declare const AccountingAttachmentsUploadServerList: readonly ["https://upload.apideck.com"];
|
|
6
|
+
export type AccountingAttachmentsUploadGlobals = {
|
|
7
|
+
/**
|
|
8
|
+
* ID of the consumer which you want to get or push data from
|
|
9
|
+
*/
|
|
10
|
+
consumerId?: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* The ID of your Unify application
|
|
13
|
+
*/
|
|
14
|
+
appId?: string | undefined;
|
|
15
|
+
};
|
|
16
|
+
export type AccountingAttachmentsUploadRequest = {
|
|
17
|
+
/**
|
|
18
|
+
* The reference type of the document.
|
|
19
|
+
*/
|
|
20
|
+
referenceType: components.AttachmentReferenceType;
|
|
21
|
+
/**
|
|
22
|
+
* The reference id of the object to retrieve.
|
|
23
|
+
*/
|
|
24
|
+
referenceId: string;
|
|
25
|
+
/**
|
|
26
|
+
* Include raw response. Mostly used for debugging purposes
|
|
27
|
+
*/
|
|
28
|
+
raw?: boolean | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Metadata to attach to the attachment file (JSON string)
|
|
31
|
+
*/
|
|
32
|
+
xApideckMetadata?: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* ID of the consumer which you want to get or push data from
|
|
35
|
+
*/
|
|
36
|
+
consumerId?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The ID of your Unify application
|
|
39
|
+
*/
|
|
40
|
+
appId?: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
|
|
43
|
+
*/
|
|
44
|
+
serviceId?: string | undefined;
|
|
45
|
+
requestBody: ReadableStream<Uint8Array> | Blob | ArrayBuffer | Uint8Array;
|
|
46
|
+
};
|
|
47
|
+
export type AccountingAttachmentsUploadResponse = {
|
|
48
|
+
httpMeta: components.HTTPMetadata;
|
|
49
|
+
/**
|
|
50
|
+
* Attachments
|
|
51
|
+
*/
|
|
52
|
+
createAttachmentResponse?: components.CreateAttachmentResponse | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Unexpected error
|
|
55
|
+
*/
|
|
56
|
+
unexpectedErrorResponse?: components.UnexpectedErrorResponse | undefined;
|
|
57
|
+
};
|
|
58
|
+
/** @internal */
|
|
59
|
+
export declare const AccountingAttachmentsUploadGlobals$inboundSchema: z.ZodType<AccountingAttachmentsUploadGlobals, z.ZodTypeDef, unknown>;
|
|
60
|
+
/** @internal */
|
|
61
|
+
export type AccountingAttachmentsUploadGlobals$Outbound = {
|
|
62
|
+
consumerId?: string | undefined;
|
|
63
|
+
appId?: string | undefined;
|
|
64
|
+
};
|
|
65
|
+
/** @internal */
|
|
66
|
+
export declare const AccountingAttachmentsUploadGlobals$outboundSchema: z.ZodType<AccountingAttachmentsUploadGlobals$Outbound, z.ZodTypeDef, AccountingAttachmentsUploadGlobals>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
70
|
+
*/
|
|
71
|
+
export declare namespace AccountingAttachmentsUploadGlobals$ {
|
|
72
|
+
/** @deprecated use `AccountingAttachmentsUploadGlobals$inboundSchema` instead. */
|
|
73
|
+
const inboundSchema: z.ZodType<AccountingAttachmentsUploadGlobals, z.ZodTypeDef, unknown>;
|
|
74
|
+
/** @deprecated use `AccountingAttachmentsUploadGlobals$outboundSchema` instead. */
|
|
75
|
+
const outboundSchema: z.ZodType<AccountingAttachmentsUploadGlobals$Outbound, z.ZodTypeDef, AccountingAttachmentsUploadGlobals>;
|
|
76
|
+
/** @deprecated use `AccountingAttachmentsUploadGlobals$Outbound` instead. */
|
|
77
|
+
type Outbound = AccountingAttachmentsUploadGlobals$Outbound;
|
|
78
|
+
}
|
|
79
|
+
export declare function accountingAttachmentsUploadGlobalsToJSON(accountingAttachmentsUploadGlobals: AccountingAttachmentsUploadGlobals): string;
|
|
80
|
+
export declare function accountingAttachmentsUploadGlobalsFromJSON(jsonString: string): SafeParseResult<AccountingAttachmentsUploadGlobals, SDKValidationError>;
|
|
81
|
+
/** @internal */
|
|
82
|
+
export declare const AccountingAttachmentsUploadRequest$inboundSchema: z.ZodType<AccountingAttachmentsUploadRequest, z.ZodTypeDef, unknown>;
|
|
83
|
+
/** @internal */
|
|
84
|
+
export type AccountingAttachmentsUploadRequest$Outbound = {
|
|
85
|
+
reference_type: string;
|
|
86
|
+
reference_id: string;
|
|
87
|
+
raw: boolean;
|
|
88
|
+
"x-apideck-metadata"?: string | undefined;
|
|
89
|
+
consumerId?: string | undefined;
|
|
90
|
+
appId?: string | undefined;
|
|
91
|
+
serviceId?: string | undefined;
|
|
92
|
+
RequestBody: ReadableStream<Uint8Array> | Blob | ArrayBuffer | Uint8Array;
|
|
93
|
+
};
|
|
94
|
+
/** @internal */
|
|
95
|
+
export declare const AccountingAttachmentsUploadRequest$outboundSchema: z.ZodType<AccountingAttachmentsUploadRequest$Outbound, z.ZodTypeDef, AccountingAttachmentsUploadRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
99
|
+
*/
|
|
100
|
+
export declare namespace AccountingAttachmentsUploadRequest$ {
|
|
101
|
+
/** @deprecated use `AccountingAttachmentsUploadRequest$inboundSchema` instead. */
|
|
102
|
+
const inboundSchema: z.ZodType<AccountingAttachmentsUploadRequest, z.ZodTypeDef, unknown>;
|
|
103
|
+
/** @deprecated use `AccountingAttachmentsUploadRequest$outboundSchema` instead. */
|
|
104
|
+
const outboundSchema: z.ZodType<AccountingAttachmentsUploadRequest$Outbound, z.ZodTypeDef, AccountingAttachmentsUploadRequest>;
|
|
105
|
+
/** @deprecated use `AccountingAttachmentsUploadRequest$Outbound` instead. */
|
|
106
|
+
type Outbound = AccountingAttachmentsUploadRequest$Outbound;
|
|
107
|
+
}
|
|
108
|
+
export declare function accountingAttachmentsUploadRequestToJSON(accountingAttachmentsUploadRequest: AccountingAttachmentsUploadRequest): string;
|
|
109
|
+
export declare function accountingAttachmentsUploadRequestFromJSON(jsonString: string): SafeParseResult<AccountingAttachmentsUploadRequest, SDKValidationError>;
|
|
110
|
+
/** @internal */
|
|
111
|
+
export declare const AccountingAttachmentsUploadResponse$inboundSchema: z.ZodType<AccountingAttachmentsUploadResponse, z.ZodTypeDef, unknown>;
|
|
112
|
+
/** @internal */
|
|
113
|
+
export type AccountingAttachmentsUploadResponse$Outbound = {
|
|
114
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
115
|
+
CreateAttachmentResponse?: components.CreateAttachmentResponse$Outbound | undefined;
|
|
116
|
+
UnexpectedErrorResponse?: components.UnexpectedErrorResponse$Outbound | undefined;
|
|
117
|
+
};
|
|
118
|
+
/** @internal */
|
|
119
|
+
export declare const AccountingAttachmentsUploadResponse$outboundSchema: z.ZodType<AccountingAttachmentsUploadResponse$Outbound, z.ZodTypeDef, AccountingAttachmentsUploadResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* @internal
|
|
122
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
123
|
+
*/
|
|
124
|
+
export declare namespace AccountingAttachmentsUploadResponse$ {
|
|
125
|
+
/** @deprecated use `AccountingAttachmentsUploadResponse$inboundSchema` instead. */
|
|
126
|
+
const inboundSchema: z.ZodType<AccountingAttachmentsUploadResponse, z.ZodTypeDef, unknown>;
|
|
127
|
+
/** @deprecated use `AccountingAttachmentsUploadResponse$outboundSchema` instead. */
|
|
128
|
+
const outboundSchema: z.ZodType<AccountingAttachmentsUploadResponse$Outbound, z.ZodTypeDef, AccountingAttachmentsUploadResponse>;
|
|
129
|
+
/** @deprecated use `AccountingAttachmentsUploadResponse$Outbound` instead. */
|
|
130
|
+
type Outbound = AccountingAttachmentsUploadResponse$Outbound;
|
|
131
|
+
}
|
|
132
|
+
export declare function accountingAttachmentsUploadResponseToJSON(accountingAttachmentsUploadResponse: AccountingAttachmentsUploadResponse): string;
|
|
133
|
+
export declare function accountingAttachmentsUploadResponseFromJSON(jsonString: string): SafeParseResult<AccountingAttachmentsUploadResponse, SDKValidationError>;
|
|
134
|
+
//# sourceMappingURL=accountingattachmentsupload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountingattachmentsupload.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountingattachmentsupload.ts"],"names":[],"mappings":"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"}
|