@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
|
@@ -11,40 +11,6 @@ import { FormFieldOption, FormFieldOption$Outbound } from "./formfieldoption.js"
|
|
|
11
11
|
import { IntegrationState } from "./integrationstate.js";
|
|
12
12
|
import { OAuthGrantType } from "./oauthgranttype.js";
|
|
13
13
|
import { WebhookSubscription, WebhookSubscription$Outbound } from "./webhooksubscription.js";
|
|
14
|
-
export type Value5 = string | number | number;
|
|
15
|
-
export type ConnectionValue = string | number | number | boolean | Array<string | number | number>;
|
|
16
|
-
export type ConnectionDefaults = {
|
|
17
|
-
id?: string | undefined;
|
|
18
|
-
options?: Array<FormFieldOption> | undefined;
|
|
19
|
-
value?: string | number | number | boolean | Array<string | number | number> | undefined;
|
|
20
|
-
};
|
|
21
|
-
export type ConnectionConfiguration = {
|
|
22
|
-
resource?: string | undefined;
|
|
23
|
-
defaults?: Array<ConnectionDefaults> | undefined;
|
|
24
|
-
};
|
|
25
|
-
export type ConnectionInput = {
|
|
26
|
-
/**
|
|
27
|
-
* Whether the connection is enabled or not. You can enable or disable a connection using the Update Connection API.
|
|
28
|
-
*/
|
|
29
|
-
enabled?: boolean | undefined;
|
|
30
|
-
/**
|
|
31
|
-
* Connection settings. Values will persist to `form_fields` with corresponding id
|
|
32
|
-
*/
|
|
33
|
-
settings?: {
|
|
34
|
-
[k: string]: any;
|
|
35
|
-
} | null | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* Attach your own consumer specific metadata
|
|
38
|
-
*/
|
|
39
|
-
metadata?: {
|
|
40
|
-
[k: string]: any;
|
|
41
|
-
} | null | undefined;
|
|
42
|
-
configuration?: Array<ConnectionConfiguration> | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* List of custom mappings configured for this connection
|
|
45
|
-
*/
|
|
46
|
-
customMappings?: Array<CustomMappingInput> | undefined;
|
|
47
|
-
};
|
|
48
14
|
/**
|
|
49
15
|
* Status of the connection.
|
|
50
16
|
*/
|
|
@@ -62,6 +28,8 @@ export declare const Target: {
|
|
|
62
28
|
readonly Resource: "resource";
|
|
63
29
|
};
|
|
64
30
|
export type Target = ClosedEnum<typeof Target>;
|
|
31
|
+
export type Value5 = string | number | number;
|
|
32
|
+
export type ConnectionValue = string | number | number | boolean | Array<string | number | number>;
|
|
65
33
|
export type Defaults = {
|
|
66
34
|
target?: Target | undefined;
|
|
67
35
|
id?: string | undefined;
|
|
@@ -172,124 +140,39 @@ export type Connection = {
|
|
|
172
140
|
customMappings?: Array<CustomMapping> | undefined;
|
|
173
141
|
updatedAt?: number | null | undefined;
|
|
174
142
|
};
|
|
175
|
-
|
|
176
|
-
export declare const Value5$inboundSchema: z.ZodType<Value5, z.ZodTypeDef, unknown>;
|
|
177
|
-
/** @internal */
|
|
178
|
-
export type Value5$Outbound = string | number | number;
|
|
179
|
-
/** @internal */
|
|
180
|
-
export declare const Value5$outboundSchema: z.ZodType<Value5$Outbound, z.ZodTypeDef, Value5>;
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
184
|
-
*/
|
|
185
|
-
export declare namespace Value5$ {
|
|
186
|
-
/** @deprecated use `Value5$inboundSchema` instead. */
|
|
187
|
-
const inboundSchema: z.ZodType<Value5, z.ZodTypeDef, unknown>;
|
|
188
|
-
/** @deprecated use `Value5$outboundSchema` instead. */
|
|
189
|
-
const outboundSchema: z.ZodType<Value5$Outbound, z.ZodTypeDef, Value5>;
|
|
190
|
-
/** @deprecated use `Value5$Outbound` instead. */
|
|
191
|
-
type Outbound = Value5$Outbound;
|
|
192
|
-
}
|
|
193
|
-
export declare function value5ToJSON(value5: Value5): string;
|
|
194
|
-
export declare function value5FromJSON(jsonString: string): SafeParseResult<Value5, SDKValidationError>;
|
|
195
|
-
/** @internal */
|
|
196
|
-
export declare const ConnectionValue$inboundSchema: z.ZodType<ConnectionValue, z.ZodTypeDef, unknown>;
|
|
197
|
-
/** @internal */
|
|
198
|
-
export type ConnectionValue$Outbound = string | number | number | boolean | Array<string | number | number>;
|
|
199
|
-
/** @internal */
|
|
200
|
-
export declare const ConnectionValue$outboundSchema: z.ZodType<ConnectionValue$Outbound, z.ZodTypeDef, ConnectionValue>;
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
204
|
-
*/
|
|
205
|
-
export declare namespace ConnectionValue$ {
|
|
206
|
-
/** @deprecated use `ConnectionValue$inboundSchema` instead. */
|
|
207
|
-
const inboundSchema: z.ZodType<ConnectionValue, z.ZodTypeDef, unknown>;
|
|
208
|
-
/** @deprecated use `ConnectionValue$outboundSchema` instead. */
|
|
209
|
-
const outboundSchema: z.ZodType<ConnectionValue$Outbound, z.ZodTypeDef, ConnectionValue>;
|
|
210
|
-
/** @deprecated use `ConnectionValue$Outbound` instead. */
|
|
211
|
-
type Outbound = ConnectionValue$Outbound;
|
|
212
|
-
}
|
|
213
|
-
export declare function connectionValueToJSON(connectionValue: ConnectionValue): string;
|
|
214
|
-
export declare function connectionValueFromJSON(jsonString: string): SafeParseResult<ConnectionValue, SDKValidationError>;
|
|
215
|
-
/** @internal */
|
|
216
|
-
export declare const ConnectionDefaults$inboundSchema: z.ZodType<ConnectionDefaults, z.ZodTypeDef, unknown>;
|
|
217
|
-
/** @internal */
|
|
218
|
-
export type ConnectionDefaults$Outbound = {
|
|
143
|
+
export type ConnectionDefaults = {
|
|
219
144
|
id?: string | undefined;
|
|
220
|
-
options?: Array<FormFieldOption
|
|
145
|
+
options?: Array<FormFieldOption> | undefined;
|
|
221
146
|
value?: string | number | number | boolean | Array<string | number | number> | undefined;
|
|
222
147
|
};
|
|
223
|
-
|
|
224
|
-
export declare const ConnectionDefaults$outboundSchema: z.ZodType<ConnectionDefaults$Outbound, z.ZodTypeDef, ConnectionDefaults>;
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
228
|
-
*/
|
|
229
|
-
export declare namespace ConnectionDefaults$ {
|
|
230
|
-
/** @deprecated use `ConnectionDefaults$inboundSchema` instead. */
|
|
231
|
-
const inboundSchema: z.ZodType<ConnectionDefaults, z.ZodTypeDef, unknown>;
|
|
232
|
-
/** @deprecated use `ConnectionDefaults$outboundSchema` instead. */
|
|
233
|
-
const outboundSchema: z.ZodType<ConnectionDefaults$Outbound, z.ZodTypeDef, ConnectionDefaults>;
|
|
234
|
-
/** @deprecated use `ConnectionDefaults$Outbound` instead. */
|
|
235
|
-
type Outbound = ConnectionDefaults$Outbound;
|
|
236
|
-
}
|
|
237
|
-
export declare function connectionDefaultsToJSON(connectionDefaults: ConnectionDefaults): string;
|
|
238
|
-
export declare function connectionDefaultsFromJSON(jsonString: string): SafeParseResult<ConnectionDefaults, SDKValidationError>;
|
|
239
|
-
/** @internal */
|
|
240
|
-
export declare const ConnectionConfiguration$inboundSchema: z.ZodType<ConnectionConfiguration, z.ZodTypeDef, unknown>;
|
|
241
|
-
/** @internal */
|
|
242
|
-
export type ConnectionConfiguration$Outbound = {
|
|
148
|
+
export type ConnectionConfiguration = {
|
|
243
149
|
resource?: string | undefined;
|
|
244
|
-
defaults?: Array<ConnectionDefaults
|
|
150
|
+
defaults?: Array<ConnectionDefaults> | undefined;
|
|
245
151
|
};
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
251
|
-
*/
|
|
252
|
-
export declare namespace ConnectionConfiguration$ {
|
|
253
|
-
/** @deprecated use `ConnectionConfiguration$inboundSchema` instead. */
|
|
254
|
-
const inboundSchema: z.ZodType<ConnectionConfiguration, z.ZodTypeDef, unknown>;
|
|
255
|
-
/** @deprecated use `ConnectionConfiguration$outboundSchema` instead. */
|
|
256
|
-
const outboundSchema: z.ZodType<ConnectionConfiguration$Outbound, z.ZodTypeDef, ConnectionConfiguration>;
|
|
257
|
-
/** @deprecated use `ConnectionConfiguration$Outbound` instead. */
|
|
258
|
-
type Outbound = ConnectionConfiguration$Outbound;
|
|
259
|
-
}
|
|
260
|
-
export declare function connectionConfigurationToJSON(connectionConfiguration: ConnectionConfiguration): string;
|
|
261
|
-
export declare function connectionConfigurationFromJSON(jsonString: string): SafeParseResult<ConnectionConfiguration, SDKValidationError>;
|
|
262
|
-
/** @internal */
|
|
263
|
-
export declare const ConnectionInput$inboundSchema: z.ZodType<ConnectionInput, z.ZodTypeDef, unknown>;
|
|
264
|
-
/** @internal */
|
|
265
|
-
export type ConnectionInput$Outbound = {
|
|
152
|
+
export type ConnectionInput = {
|
|
153
|
+
/**
|
|
154
|
+
* Whether the connection is enabled or not. You can enable or disable a connection using the Update Connection API.
|
|
155
|
+
*/
|
|
266
156
|
enabled?: boolean | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* Connection settings. Values will persist to `form_fields` with corresponding id
|
|
159
|
+
*/
|
|
267
160
|
settings?: {
|
|
268
161
|
[k: string]: any;
|
|
269
162
|
} | null | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* Attach your own consumer specific metadata
|
|
165
|
+
*/
|
|
270
166
|
metadata?: {
|
|
271
167
|
[k: string]: any;
|
|
272
168
|
} | null | undefined;
|
|
273
|
-
configuration?: Array<ConnectionConfiguration
|
|
274
|
-
|
|
169
|
+
configuration?: Array<ConnectionConfiguration> | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* List of custom mappings configured for this connection
|
|
172
|
+
*/
|
|
173
|
+
customMappings?: Array<CustomMappingInput> | undefined;
|
|
275
174
|
};
|
|
276
175
|
/** @internal */
|
|
277
|
-
export declare const ConnectionInput$outboundSchema: z.ZodType<ConnectionInput$Outbound, z.ZodTypeDef, ConnectionInput>;
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
281
|
-
*/
|
|
282
|
-
export declare namespace ConnectionInput$ {
|
|
283
|
-
/** @deprecated use `ConnectionInput$inboundSchema` instead. */
|
|
284
|
-
const inboundSchema: z.ZodType<ConnectionInput, z.ZodTypeDef, unknown>;
|
|
285
|
-
/** @deprecated use `ConnectionInput$outboundSchema` instead. */
|
|
286
|
-
const outboundSchema: z.ZodType<ConnectionInput$Outbound, z.ZodTypeDef, ConnectionInput>;
|
|
287
|
-
/** @deprecated use `ConnectionInput$Outbound` instead. */
|
|
288
|
-
type Outbound = ConnectionInput$Outbound;
|
|
289
|
-
}
|
|
290
|
-
export declare function connectionInputToJSON(connectionInput: ConnectionInput): string;
|
|
291
|
-
export declare function connectionInputFromJSON(jsonString: string): SafeParseResult<ConnectionInput, SDKValidationError>;
|
|
292
|
-
/** @internal */
|
|
293
176
|
export declare const ConnectionStatus$inboundSchema: z.ZodNativeEnum<typeof ConnectionStatus>;
|
|
294
177
|
/** @internal */
|
|
295
178
|
export declare const ConnectionStatus$outboundSchema: z.ZodNativeEnum<typeof ConnectionStatus>;
|
|
@@ -332,6 +215,46 @@ export declare namespace Target$ {
|
|
|
332
215
|
}>;
|
|
333
216
|
}
|
|
334
217
|
/** @internal */
|
|
218
|
+
export declare const Value5$inboundSchema: z.ZodType<Value5, z.ZodTypeDef, unknown>;
|
|
219
|
+
/** @internal */
|
|
220
|
+
export type Value5$Outbound = string | number | number;
|
|
221
|
+
/** @internal */
|
|
222
|
+
export declare const Value5$outboundSchema: z.ZodType<Value5$Outbound, z.ZodTypeDef, Value5>;
|
|
223
|
+
/**
|
|
224
|
+
* @internal
|
|
225
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
226
|
+
*/
|
|
227
|
+
export declare namespace Value5$ {
|
|
228
|
+
/** @deprecated use `Value5$inboundSchema` instead. */
|
|
229
|
+
const inboundSchema: z.ZodType<Value5, z.ZodTypeDef, unknown>;
|
|
230
|
+
/** @deprecated use `Value5$outboundSchema` instead. */
|
|
231
|
+
const outboundSchema: z.ZodType<Value5$Outbound, z.ZodTypeDef, Value5>;
|
|
232
|
+
/** @deprecated use `Value5$Outbound` instead. */
|
|
233
|
+
type Outbound = Value5$Outbound;
|
|
234
|
+
}
|
|
235
|
+
export declare function value5ToJSON(value5: Value5): string;
|
|
236
|
+
export declare function value5FromJSON(jsonString: string): SafeParseResult<Value5, SDKValidationError>;
|
|
237
|
+
/** @internal */
|
|
238
|
+
export declare const ConnectionValue$inboundSchema: z.ZodType<ConnectionValue, z.ZodTypeDef, unknown>;
|
|
239
|
+
/** @internal */
|
|
240
|
+
export type ConnectionValue$Outbound = string | number | number | boolean | Array<string | number | number>;
|
|
241
|
+
/** @internal */
|
|
242
|
+
export declare const ConnectionValue$outboundSchema: z.ZodType<ConnectionValue$Outbound, z.ZodTypeDef, ConnectionValue>;
|
|
243
|
+
/**
|
|
244
|
+
* @internal
|
|
245
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
246
|
+
*/
|
|
247
|
+
export declare namespace ConnectionValue$ {
|
|
248
|
+
/** @deprecated use `ConnectionValue$inboundSchema` instead. */
|
|
249
|
+
const inboundSchema: z.ZodType<ConnectionValue, z.ZodTypeDef, unknown>;
|
|
250
|
+
/** @deprecated use `ConnectionValue$outboundSchema` instead. */
|
|
251
|
+
const outboundSchema: z.ZodType<ConnectionValue$Outbound, z.ZodTypeDef, ConnectionValue>;
|
|
252
|
+
/** @deprecated use `ConnectionValue$Outbound` instead. */
|
|
253
|
+
type Outbound = ConnectionValue$Outbound;
|
|
254
|
+
}
|
|
255
|
+
export declare function connectionValueToJSON(connectionValue: ConnectionValue): string;
|
|
256
|
+
export declare function connectionValueFromJSON(jsonString: string): SafeParseResult<ConnectionValue, SDKValidationError>;
|
|
257
|
+
/** @internal */
|
|
335
258
|
export declare const Defaults$inboundSchema: z.ZodType<Defaults, z.ZodTypeDef, unknown>;
|
|
336
259
|
/** @internal */
|
|
337
260
|
export type Defaults$Outbound = {
|
|
@@ -435,4 +358,81 @@ export declare namespace Connection$ {
|
|
|
435
358
|
}
|
|
436
359
|
export declare function connectionToJSON(connection: Connection): string;
|
|
437
360
|
export declare function connectionFromJSON(jsonString: string): SafeParseResult<Connection, SDKValidationError>;
|
|
438
|
-
|
|
361
|
+
/** @internal */
|
|
362
|
+
export declare const ConnectionDefaults$inboundSchema: z.ZodType<ConnectionDefaults, z.ZodTypeDef, unknown>;
|
|
363
|
+
/** @internal */
|
|
364
|
+
export type ConnectionDefaults$Outbound = {
|
|
365
|
+
id?: string | undefined;
|
|
366
|
+
options?: Array<FormFieldOption$Outbound> | undefined;
|
|
367
|
+
value?: string | number | number | boolean | Array<string | number | number> | undefined;
|
|
368
|
+
};
|
|
369
|
+
/** @internal */
|
|
370
|
+
export declare const ConnectionDefaults$outboundSchema: z.ZodType<ConnectionDefaults$Outbound, z.ZodTypeDef, ConnectionDefaults>;
|
|
371
|
+
/**
|
|
372
|
+
* @internal
|
|
373
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
374
|
+
*/
|
|
375
|
+
export declare namespace ConnectionDefaults$ {
|
|
376
|
+
/** @deprecated use `ConnectionDefaults$inboundSchema` instead. */
|
|
377
|
+
const inboundSchema: z.ZodType<ConnectionDefaults, z.ZodTypeDef, unknown>;
|
|
378
|
+
/** @deprecated use `ConnectionDefaults$outboundSchema` instead. */
|
|
379
|
+
const outboundSchema: z.ZodType<ConnectionDefaults$Outbound, z.ZodTypeDef, ConnectionDefaults>;
|
|
380
|
+
/** @deprecated use `ConnectionDefaults$Outbound` instead. */
|
|
381
|
+
type Outbound = ConnectionDefaults$Outbound;
|
|
382
|
+
}
|
|
383
|
+
export declare function connectionDefaultsToJSON(connectionDefaults: ConnectionDefaults): string;
|
|
384
|
+
export declare function connectionDefaultsFromJSON(jsonString: string): SafeParseResult<ConnectionDefaults, SDKValidationError>;
|
|
385
|
+
/** @internal */
|
|
386
|
+
export declare const ConnectionConfiguration$inboundSchema: z.ZodType<ConnectionConfiguration, z.ZodTypeDef, unknown>;
|
|
387
|
+
/** @internal */
|
|
388
|
+
export type ConnectionConfiguration$Outbound = {
|
|
389
|
+
resource?: string | undefined;
|
|
390
|
+
defaults?: Array<ConnectionDefaults$Outbound> | undefined;
|
|
391
|
+
};
|
|
392
|
+
/** @internal */
|
|
393
|
+
export declare const ConnectionConfiguration$outboundSchema: z.ZodType<ConnectionConfiguration$Outbound, z.ZodTypeDef, ConnectionConfiguration>;
|
|
394
|
+
/**
|
|
395
|
+
* @internal
|
|
396
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
397
|
+
*/
|
|
398
|
+
export declare namespace ConnectionConfiguration$ {
|
|
399
|
+
/** @deprecated use `ConnectionConfiguration$inboundSchema` instead. */
|
|
400
|
+
const inboundSchema: z.ZodType<ConnectionConfiguration, z.ZodTypeDef, unknown>;
|
|
401
|
+
/** @deprecated use `ConnectionConfiguration$outboundSchema` instead. */
|
|
402
|
+
const outboundSchema: z.ZodType<ConnectionConfiguration$Outbound, z.ZodTypeDef, ConnectionConfiguration>;
|
|
403
|
+
/** @deprecated use `ConnectionConfiguration$Outbound` instead. */
|
|
404
|
+
type Outbound = ConnectionConfiguration$Outbound;
|
|
405
|
+
}
|
|
406
|
+
export declare function connectionConfigurationToJSON(connectionConfiguration: ConnectionConfiguration): string;
|
|
407
|
+
export declare function connectionConfigurationFromJSON(jsonString: string): SafeParseResult<ConnectionConfiguration, SDKValidationError>;
|
|
408
|
+
/** @internal */
|
|
409
|
+
export declare const ConnectionInput$inboundSchema: z.ZodType<ConnectionInput, z.ZodTypeDef, unknown>;
|
|
410
|
+
/** @internal */
|
|
411
|
+
export type ConnectionInput$Outbound = {
|
|
412
|
+
enabled?: boolean | undefined;
|
|
413
|
+
settings?: {
|
|
414
|
+
[k: string]: any;
|
|
415
|
+
} | null | undefined;
|
|
416
|
+
metadata?: {
|
|
417
|
+
[k: string]: any;
|
|
418
|
+
} | null | undefined;
|
|
419
|
+
configuration?: Array<ConnectionConfiguration$Outbound> | undefined;
|
|
420
|
+
custom_mappings?: Array<CustomMappingInput$Outbound> | undefined;
|
|
421
|
+
};
|
|
422
|
+
/** @internal */
|
|
423
|
+
export declare const ConnectionInput$outboundSchema: z.ZodType<ConnectionInput$Outbound, z.ZodTypeDef, ConnectionInput>;
|
|
424
|
+
/**
|
|
425
|
+
* @internal
|
|
426
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
427
|
+
*/
|
|
428
|
+
export declare namespace ConnectionInput$ {
|
|
429
|
+
/** @deprecated use `ConnectionInput$inboundSchema` instead. */
|
|
430
|
+
const inboundSchema: z.ZodType<ConnectionInput, z.ZodTypeDef, unknown>;
|
|
431
|
+
/** @deprecated use `ConnectionInput$outboundSchema` instead. */
|
|
432
|
+
const outboundSchema: z.ZodType<ConnectionInput$Outbound, z.ZodTypeDef, ConnectionInput>;
|
|
433
|
+
/** @deprecated use `ConnectionInput$Outbound` instead. */
|
|
434
|
+
type Outbound = ConnectionInput$Outbound;
|
|
435
|
+
}
|
|
436
|
+
export declare function connectionInputToJSON(connectionInput: ConnectionInput): string;
|
|
437
|
+
export declare function connectionInputFromJSON(jsonString: string): SafeParseResult<ConnectionInput, SDKValidationError>;
|
|
438
|
+
//# sourceMappingURL=connection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../src/models/components/connection.ts"],"names":[],"mappings":"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"}
|