@unified-api/typescript-sdk 2.85.26 → 2.85.27
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 +44 -12
- package/dist/commonjs/funcs/accountingCreateAccountingProject.d.ts +15 -0
- package/dist/commonjs/funcs/accountingCreateAccountingProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingCreateAccountingProject.js +123 -0
- package/dist/commonjs/funcs/accountingCreateAccountingProject.js.map +1 -0
- package/dist/commonjs/funcs/accountingCreateAccountingQuote.d.ts +15 -0
- package/dist/commonjs/funcs/accountingCreateAccountingQuote.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingCreateAccountingQuote.js +123 -0
- package/dist/commonjs/funcs/accountingCreateAccountingQuote.js.map +1 -0
- package/dist/commonjs/funcs/{taskRemoveTaskProject.d.ts → accountingGetAccountingAgedpayable.d.ts} +4 -3
- package/dist/commonjs/funcs/accountingGetAccountingAgedpayable.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingAgedpayable.js +126 -0
- package/dist/commonjs/funcs/accountingGetAccountingAgedpayable.js.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingAgedreceivable.d.ts +15 -0
- package/dist/commonjs/funcs/accountingGetAccountingAgedreceivable.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingAgedreceivable.js +126 -0
- package/dist/commonjs/funcs/accountingGetAccountingAgedreceivable.js.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingProject.d.ts +15 -0
- package/dist/commonjs/funcs/accountingGetAccountingProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingProject.js +126 -0
- package/dist/commonjs/funcs/accountingGetAccountingProject.js.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingQuote.d.ts +15 -0
- package/dist/commonjs/funcs/accountingGetAccountingQuote.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingQuote.js +126 -0
- package/dist/commonjs/funcs/accountingGetAccountingQuote.js.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedpayables.d.ts +15 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedpayables.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedpayables.js +133 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedpayables.js.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedreceivables.d.ts +15 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedreceivables.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedreceivables.js +133 -0
- package/dist/commonjs/funcs/accountingListAccountingAgedreceivables.js.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingProjects.d.ts +15 -0
- package/dist/commonjs/funcs/accountingListAccountingProjects.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingProjects.js +134 -0
- package/dist/commonjs/funcs/accountingListAccountingProjects.js.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingQuotes.d.ts +15 -0
- package/dist/commonjs/funcs/accountingListAccountingQuotes.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingQuotes.js +135 -0
- package/dist/commonjs/funcs/accountingListAccountingQuotes.js.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingProject.d.ts +15 -0
- package/dist/commonjs/funcs/accountingPatchAccountingProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingProject.js +127 -0
- package/dist/commonjs/funcs/accountingPatchAccountingProject.js.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingQuote.d.ts +15 -0
- package/dist/commonjs/funcs/accountingPatchAccountingQuote.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingQuote.js +127 -0
- package/dist/commonjs/funcs/accountingPatchAccountingQuote.js.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingProject.d.ts +14 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingProject.js +123 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingProject.js.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingQuote.d.ts +14 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingQuote.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingQuote.js +123 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingQuote.js.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingProject.d.ts +15 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingProject.js +127 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingProject.js.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingQuote.d.ts +15 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingQuote.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingQuote.js +127 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingQuote.js.map +1 -0
- package/dist/commonjs/funcs/{taskCreateTaskProject.d.ts → projectCreateTaskProject.d.ts} +2 -2
- package/dist/commonjs/funcs/projectCreateTaskProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/{taskCreateTaskProject.js → projectCreateTaskProject.js} +3 -3
- package/dist/commonjs/funcs/projectCreateTaskProject.js.map +1 -0
- package/dist/{esm/funcs/taskGetTaskProject.d.ts → commonjs/funcs/projectGetTaskProject.d.ts} +2 -2
- package/dist/{esm/funcs/taskUpdateTaskProject.d.ts.map → commonjs/funcs/projectGetTaskProject.d.ts.map} +1 -1
- package/dist/commonjs/funcs/{taskGetTaskProject.js → projectGetTaskProject.js} +3 -3
- package/dist/commonjs/funcs/projectGetTaskProject.js.map +1 -0
- package/dist/{esm/funcs/taskListTaskProjects.d.ts → commonjs/funcs/projectListTaskProjects.d.ts} +2 -2
- package/dist/commonjs/funcs/projectListTaskProjects.d.ts.map +1 -0
- package/dist/commonjs/funcs/{taskListTaskProjects.js → projectListTaskProjects.js} +3 -3
- package/dist/commonjs/funcs/projectListTaskProjects.js.map +1 -0
- package/dist/{esm/funcs/taskPatchTaskProject.d.ts → commonjs/funcs/projectPatchTaskProject.d.ts} +2 -2
- package/dist/commonjs/funcs/projectPatchTaskProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/{taskPatchTaskProject.js → projectPatchTaskProject.js} +3 -3
- package/dist/commonjs/funcs/projectPatchTaskProject.js.map +1 -0
- package/dist/commonjs/funcs/projectRemoveTaskProject.d.ts +14 -0
- package/dist/commonjs/funcs/projectRemoveTaskProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/{taskRemoveTaskProject.js → projectRemoveTaskProject.js} +3 -3
- package/dist/commonjs/funcs/projectRemoveTaskProject.js.map +1 -0
- package/dist/commonjs/funcs/{taskUpdateTaskProject.d.ts → projectUpdateTaskProject.d.ts} +2 -2
- package/dist/commonjs/funcs/projectUpdateTaskProject.d.ts.map +1 -0
- package/dist/commonjs/funcs/{taskUpdateTaskProject.js → projectUpdateTaskProject.js} +3 -3
- package/dist/commonjs/funcs/projectUpdateTaskProject.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/sdk/accounting.d.ts +64 -0
- package/dist/commonjs/sdk/accounting.d.ts.map +1 -1
- package/dist/commonjs/sdk/accounting.js +112 -0
- package/dist/commonjs/sdk/accounting.js.map +1 -1
- package/dist/commonjs/sdk/agedpayable.d.ts +14 -0
- package/dist/commonjs/sdk/agedpayable.d.ts.map +1 -0
- package/dist/commonjs/sdk/agedpayable.js +26 -0
- package/dist/commonjs/sdk/agedpayable.js.map +1 -0
- package/dist/commonjs/sdk/agedreceivable.d.ts +14 -0
- package/dist/commonjs/sdk/agedreceivable.d.ts.map +1 -0
- package/dist/commonjs/sdk/agedreceivable.js +26 -0
- package/dist/commonjs/sdk/agedreceivable.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbill.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbill.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingbill.js +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbill.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingexpense.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingexpense.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingexpense.js +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingexpense.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountinginvoice.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountinginvoice.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountinginvoice.js +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountinginvoice.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingproject.d.ts +67 -0
- package/dist/commonjs/sdk/models/operations/createaccountingproject.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingproject.js +98 -0
- package/dist/commonjs/sdk/models/operations/createaccountingproject.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingquote.d.ts +67 -0
- package/dist/commonjs/sdk/models/operations/createaccountingquote.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingquote.js +97 -0
- package/dist/commonjs/sdk/models/operations/createaccountingquote.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingtransaction.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingtransaction.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingtransaction.js +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingtransaction.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadscampaign.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createadscampaign.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadscampaign.js +1 -0
- package/dist/commonjs/sdk/models/operations/createadscampaign.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadscreative.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/createadscreative.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadscreative.js +2 -0
- package/dist/commonjs/sdk/models/operations/createadscreative.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadsgroup.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/createadsgroup.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadsgroup.js +2 -0
- package/dist/commonjs/sdk/models/operations/createadsgroup.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadsorganization.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/createadsorganization.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createadsorganization.js +3 -0
- package/dist/commonjs/sdk/models/operations/createadsorganization.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/createstoragefile.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createstoragefile.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createstoragefile.js +1 -0
- package/dist/commonjs/sdk/models/operations/createstoragefile.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingagedpayable.d.ts +48 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedpayable.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedpayable.js +75 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedpayable.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedreceivable.d.ts +48 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedreceivable.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedreceivable.js +75 -0
- package/dist/commonjs/sdk/models/operations/getaccountingagedreceivable.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbill.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbill.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingbill.js +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbill.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingexpense.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingexpense.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingexpense.js +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingexpense.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountinginvoice.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountinginvoice.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountinginvoice.js +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountinginvoice.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingproject.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getaccountingproject.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingproject.js +95 -0
- package/dist/commonjs/sdk/models/operations/getaccountingproject.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingquote.d.ts +69 -0
- package/dist/commonjs/sdk/models/operations/getaccountingquote.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingquote.js +94 -0
- package/dist/commonjs/sdk/models/operations/getaccountingquote.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingtransaction.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingtransaction.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingtransaction.js +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingtransaction.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadscampaign.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getadscampaign.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadscampaign.js +1 -0
- package/dist/commonjs/sdk/models/operations/getadscampaign.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadscreative.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/getadscreative.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadscreative.js +2 -0
- package/dist/commonjs/sdk/models/operations/getadscreative.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadsgroup.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/getadsgroup.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadsgroup.js +2 -0
- package/dist/commonjs/sdk/models/operations/getadsgroup.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadsorganization.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/getadsorganization.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getadsorganization.js +3 -0
- package/dist/commonjs/sdk/models/operations/getadsorganization.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getstoragefile.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getstoragefile.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getstoragefile.js +1 -0
- package/dist/commonjs/sdk/models/operations/getstoragefile.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.d.ts +16 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.js +16 -0
- package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingagedpayables.d.ts +81 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedpayables.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedpayables.js +89 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedpayables.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedreceivables.d.ts +81 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedreceivables.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedreceivables.js +89 -0
- package/dist/commonjs/sdk/models/operations/listaccountingagedreceivables.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbills.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbills.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingbills.js +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbills.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingexpenses.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingexpenses.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingexpenses.js +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingexpenses.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountinginvoices.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountinginvoices.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountinginvoices.js +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountinginvoices.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.js +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingprojects.d.ts +101 -0
- package/dist/commonjs/sdk/models/operations/listaccountingprojects.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingprojects.js +110 -0
- package/dist/commonjs/sdk/models/operations/listaccountingprojects.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingquotes.d.ts +109 -0
- package/dist/commonjs/sdk/models/operations/listaccountingquotes.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingquotes.js +112 -0
- package/dist/commonjs/sdk/models/operations/listaccountingquotes.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingtransactions.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingtransactions.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingtransactions.js +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingtransactions.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadscampaigns.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listadscampaigns.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadscampaigns.js +1 -0
- package/dist/commonjs/sdk/models/operations/listadscampaigns.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadscreatives.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/listadscreatives.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadscreatives.js +2 -0
- package/dist/commonjs/sdk/models/operations/listadscreatives.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadsgroups.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/listadsgroups.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadsgroups.js +2 -0
- package/dist/commonjs/sdk/models/operations/listadsgroups.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadsorganizations.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/listadsorganizations.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listadsorganizations.js +3 -0
- package/dist/commonjs/sdk/models/operations/listadsorganizations.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/liststoragefiles.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/liststoragefiles.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/liststoragefiles.js +1 -0
- package/dist/commonjs/sdk/models/operations/liststoragefiles.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingbill.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbill.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingbill.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbill.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingexpense.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingexpense.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingexpense.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingexpense.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountinginvoice.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountinginvoice.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountinginvoice.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountinginvoice.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingproject.d.ts +72 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingproject.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingproject.js +98 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingproject.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingquote.d.ts +72 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingquote.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingquote.js +98 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingquote.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingtransaction.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingtransaction.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingtransaction.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingtransaction.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadscampaign.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchadscampaign.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadscampaign.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchadscampaign.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadscreative.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/patchadscreative.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadscreative.js +2 -0
- package/dist/commonjs/sdk/models/operations/patchadscreative.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadsgroup.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/patchadsgroup.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadsgroup.js +2 -0
- package/dist/commonjs/sdk/models/operations/patchadsgroup.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadsorganization.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/patchadsorganization.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchadsorganization.js +3 -0
- package/dist/commonjs/sdk/models/operations/patchadsorganization.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchstoragefile.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchstoragefile.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchstoragefile.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchstoragefile.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/removeaccountingproject.d.ts +30 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingproject.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingproject.js +68 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingproject.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingquote.d.ts +30 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingquote.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingquote.js +68 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingquote.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbill.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbill.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingbill.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbill.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingexpense.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingexpense.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingexpense.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingexpense.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountinginvoice.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountinginvoice.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountinginvoice.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountinginvoice.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingproject.d.ts +72 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingproject.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingproject.js +99 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingproject.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingquote.d.ts +72 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingquote.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingquote.js +98 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingquote.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingtransaction.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingtransaction.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingtransaction.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingtransaction.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadscampaign.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateadscampaign.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadscampaign.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateadscampaign.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadscreative.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/updateadscreative.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadscreative.js +2 -0
- package/dist/commonjs/sdk/models/operations/updateadscreative.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadsgroup.d.ts +2 -0
- package/dist/commonjs/sdk/models/operations/updateadsgroup.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadsgroup.js +2 -0
- package/dist/commonjs/sdk/models/operations/updateadsgroup.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadsorganization.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/updateadsorganization.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateadsorganization.js +3 -0
- package/dist/commonjs/sdk/models/operations/updateadsorganization.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updatestoragefile.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updatestoragefile.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updatestoragefile.js +1 -0
- package/dist/commonjs/sdk/models/operations/updatestoragefile.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingagedpayable.d.ts +24 -0
- package/dist/commonjs/sdk/models/shared/accountingagedpayable.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedpayable.js +78 -0
- package/dist/commonjs/sdk/models/shared/accountingagedpayable.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedperiod.d.ts +15 -0
- package/dist/commonjs/sdk/models/shared/accountingagedperiod.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedperiod.js +65 -0
- package/dist/commonjs/sdk/models/shared/accountingagedperiod.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedreceivable.d.ts +24 -0
- package/dist/commonjs/sdk/models/shared/accountingagedreceivable.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedreceivable.js +78 -0
- package/dist/commonjs/sdk/models/shared/accountingagedreceivable.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedrow.d.ts +17 -0
- package/dist/commonjs/sdk/models/shared/accountingagedrow.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingagedrow.js +67 -0
- package/dist/commonjs/sdk/models/shared/accountingagedrow.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingbill.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/accountingbill.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingbill.js +4 -0
- package/dist/commonjs/sdk/models/shared/accountingbill.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingexpense.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/accountingexpense.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingexpense.js +4 -0
- package/dist/commonjs/sdk/models/shared/accountingexpense.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountinginvoice.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/accountinginvoice.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountinginvoice.js +4 -0
- package/dist/commonjs/sdk/models/shared/accountinginvoice.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingjournal.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/accountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingjournal.js +4 -0
- package/dist/commonjs/sdk/models/shared/accountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingproject.d.ts +110 -0
- package/dist/commonjs/sdk/models/shared/accountingproject.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingproject.js +209 -0
- package/dist/commonjs/sdk/models/shared/accountingproject.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingquote.d.ts +137 -0
- package/dist/commonjs/sdk/models/shared/accountingquote.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingquote.js +223 -0
- package/dist/commonjs/sdk/models/shared/accountingquote.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingtransaction.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/accountingtransaction.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingtransaction.js +4 -0
- package/dist/commonjs/sdk/models/shared/accountingtransaction.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/adscampaign.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/adscampaign.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/adscampaign.js +2 -0
- package/dist/commonjs/sdk/models/shared/adscampaign.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/adscreative.d.ts +4 -0
- package/dist/commonjs/sdk/models/shared/adscreative.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/adscreative.js +6 -0
- package/dist/commonjs/sdk/models/shared/adscreative.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/adsgroup.d.ts +13 -0
- package/dist/commonjs/sdk/models/shared/adsgroup.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/adsgroup.js +17 -1
- package/dist/commonjs/sdk/models/shared/adsgroup.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/adsmanager.d.ts +19 -0
- package/dist/commonjs/sdk/models/shared/adsmanager.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/adsmanager.js +60 -0
- package/dist/commonjs/sdk/models/shared/adsmanager.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/adsorganization.d.ts +26 -0
- package/dist/commonjs/sdk/models/shared/adsorganization.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/adsorganization.js +25 -1
- package/dist/commonjs/sdk/models/shared/adsorganization.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.d.ts +9 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.js +9 -0
- package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts +0 -18
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.js +6 -24
- package/dist/commonjs/sdk/models/shared/integrationsupport.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowcontact.d.ts +11 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowcontact.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowcontact.js +51 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowcontact.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowtransaction.d.ts +11 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowtransaction.js +51 -0
- package/dist/commonjs/sdk/models/shared/propertyaccountingagedrowtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscampaign.d.ts +1 -0
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscampaign.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscampaign.js +1 -0
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscampaign.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscreative.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscreative.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscreative.js +3 -0
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricscreative.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricsgroup.d.ts +9 -0
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricsgroup.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricsgroup.js +11 -1
- package/dist/commonjs/sdk/models/shared/propertyadsreportmetricsgroup.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.js +6 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/storagefile.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/storagefile.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/storagefile.js +2 -0
- package/dist/commonjs/sdk/models/shared/storagefile.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/webhook.d.ts +4 -0
- package/dist/commonjs/sdk/models/shared/webhook.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/webhook.js +4 -0
- package/dist/commonjs/sdk/models/shared/webhook.js.map +1 -1
- package/dist/commonjs/sdk/project.d.ts +24 -0
- package/dist/commonjs/sdk/project.d.ts.map +1 -1
- package/dist/commonjs/sdk/project.js +54 -12
- package/dist/commonjs/sdk/project.js.map +1 -1
- package/dist/commonjs/sdk/quote.d.ts +30 -0
- package/dist/commonjs/sdk/quote.d.ts.map +1 -0
- package/dist/commonjs/sdk/quote.js +54 -0
- package/dist/commonjs/sdk/quote.js.map +1 -0
- package/dist/commonjs/sdk/sdk.d.ts +11 -2
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +15 -3
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/commonjs/sdk/task.js +12 -12
- package/dist/commonjs/sdk/task.js.map +1 -1
- package/dist/esm/funcs/accountingCreateAccountingProject.d.ts +15 -0
- package/dist/esm/funcs/accountingCreateAccountingProject.d.ts.map +1 -0
- package/dist/esm/funcs/accountingCreateAccountingProject.js +87 -0
- package/dist/esm/funcs/accountingCreateAccountingProject.js.map +1 -0
- package/dist/esm/funcs/accountingCreateAccountingQuote.d.ts +15 -0
- package/dist/esm/funcs/accountingCreateAccountingQuote.d.ts.map +1 -0
- package/dist/esm/funcs/accountingCreateAccountingQuote.js +87 -0
- package/dist/esm/funcs/accountingCreateAccountingQuote.js.map +1 -0
- package/dist/esm/funcs/{taskRemoveTaskProject.d.ts → accountingGetAccountingAgedpayable.d.ts} +4 -3
- package/dist/esm/funcs/accountingGetAccountingAgedpayable.d.ts.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingAgedpayable.js +90 -0
- package/dist/esm/funcs/accountingGetAccountingAgedpayable.js.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingAgedreceivable.d.ts +15 -0
- package/dist/esm/funcs/accountingGetAccountingAgedreceivable.d.ts.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingAgedreceivable.js +90 -0
- package/dist/esm/funcs/accountingGetAccountingAgedreceivable.js.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingProject.d.ts +15 -0
- package/dist/esm/funcs/accountingGetAccountingProject.d.ts.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingProject.js +90 -0
- package/dist/esm/funcs/accountingGetAccountingProject.js.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingQuote.d.ts +15 -0
- package/dist/esm/funcs/accountingGetAccountingQuote.d.ts.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingQuote.js +90 -0
- package/dist/esm/funcs/accountingGetAccountingQuote.js.map +1 -0
- package/dist/esm/funcs/accountingListAccountingAgedpayables.d.ts +15 -0
- package/dist/esm/funcs/accountingListAccountingAgedpayables.d.ts.map +1 -0
- package/dist/esm/funcs/accountingListAccountingAgedpayables.js +97 -0
- package/dist/esm/funcs/accountingListAccountingAgedpayables.js.map +1 -0
- package/dist/esm/funcs/accountingListAccountingAgedreceivables.d.ts +15 -0
- package/dist/esm/funcs/accountingListAccountingAgedreceivables.d.ts.map +1 -0
- package/dist/esm/funcs/accountingListAccountingAgedreceivables.js +97 -0
- package/dist/esm/funcs/accountingListAccountingAgedreceivables.js.map +1 -0
- package/dist/esm/funcs/accountingListAccountingProjects.d.ts +15 -0
- package/dist/esm/funcs/accountingListAccountingProjects.d.ts.map +1 -0
- package/dist/esm/funcs/accountingListAccountingProjects.js +98 -0
- package/dist/esm/funcs/accountingListAccountingProjects.js.map +1 -0
- package/dist/esm/funcs/accountingListAccountingQuotes.d.ts +15 -0
- package/dist/esm/funcs/accountingListAccountingQuotes.d.ts.map +1 -0
- package/dist/esm/funcs/accountingListAccountingQuotes.js +99 -0
- package/dist/esm/funcs/accountingListAccountingQuotes.js.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingProject.d.ts +15 -0
- package/dist/esm/funcs/accountingPatchAccountingProject.d.ts.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingProject.js +91 -0
- package/dist/esm/funcs/accountingPatchAccountingProject.js.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingQuote.d.ts +15 -0
- package/dist/esm/funcs/accountingPatchAccountingQuote.d.ts.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingQuote.js +91 -0
- package/dist/esm/funcs/accountingPatchAccountingQuote.js.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingProject.d.ts +14 -0
- package/dist/esm/funcs/accountingRemoveAccountingProject.d.ts.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingProject.js +87 -0
- package/dist/esm/funcs/accountingRemoveAccountingProject.js.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingQuote.d.ts +14 -0
- package/dist/esm/funcs/accountingRemoveAccountingQuote.d.ts.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingQuote.js +87 -0
- package/dist/esm/funcs/accountingRemoveAccountingQuote.js.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingProject.d.ts +15 -0
- package/dist/esm/funcs/accountingUpdateAccountingProject.d.ts.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingProject.js +91 -0
- package/dist/esm/funcs/accountingUpdateAccountingProject.js.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingQuote.d.ts +15 -0
- package/dist/esm/funcs/accountingUpdateAccountingQuote.d.ts.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingQuote.js +91 -0
- package/dist/esm/funcs/accountingUpdateAccountingQuote.js.map +1 -0
- package/dist/esm/funcs/{taskCreateTaskProject.d.ts → projectCreateTaskProject.d.ts} +2 -2
- package/dist/esm/funcs/projectCreateTaskProject.d.ts.map +1 -0
- package/dist/esm/funcs/{taskCreateTaskProject.js → projectCreateTaskProject.js} +2 -2
- package/dist/esm/funcs/projectCreateTaskProject.js.map +1 -0
- package/dist/{commonjs/funcs/taskGetTaskProject.d.ts → esm/funcs/projectGetTaskProject.d.ts} +2 -2
- package/dist/{commonjs/funcs/taskCreateTaskProject.d.ts.map → esm/funcs/projectGetTaskProject.d.ts.map} +1 -1
- package/dist/esm/funcs/{taskGetTaskProject.js → projectGetTaskProject.js} +2 -2
- package/dist/esm/funcs/projectGetTaskProject.js.map +1 -0
- package/dist/{commonjs/funcs/taskListTaskProjects.d.ts → esm/funcs/projectListTaskProjects.d.ts} +2 -2
- package/dist/esm/funcs/projectListTaskProjects.d.ts.map +1 -0
- package/dist/esm/funcs/{taskListTaskProjects.js → projectListTaskProjects.js} +2 -2
- package/dist/esm/funcs/projectListTaskProjects.js.map +1 -0
- package/dist/esm/funcs/{taskUpdateTaskProject.d.ts → projectPatchTaskProject.d.ts} +2 -2
- package/dist/esm/funcs/projectPatchTaskProject.d.ts.map +1 -0
- package/dist/esm/funcs/{taskPatchTaskProject.js → projectPatchTaskProject.js} +2 -2
- package/dist/esm/funcs/projectPatchTaskProject.js.map +1 -0
- package/dist/esm/funcs/projectRemoveTaskProject.d.ts +14 -0
- package/dist/esm/funcs/projectRemoveTaskProject.d.ts.map +1 -0
- package/dist/esm/funcs/{taskRemoveTaskProject.js → projectRemoveTaskProject.js} +2 -2
- package/dist/esm/funcs/projectRemoveTaskProject.js.map +1 -0
- package/dist/{commonjs/funcs/taskPatchTaskProject.d.ts → esm/funcs/projectUpdateTaskProject.d.ts} +2 -2
- package/dist/esm/funcs/projectUpdateTaskProject.d.ts.map +1 -0
- package/dist/esm/funcs/{taskUpdateTaskProject.js → projectUpdateTaskProject.js} +2 -2
- package/dist/esm/funcs/projectUpdateTaskProject.js.map +1 -0
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/sdk/accounting.d.ts +64 -0
- package/dist/esm/sdk/accounting.d.ts.map +1 -1
- package/dist/esm/sdk/accounting.js +112 -0
- package/dist/esm/sdk/accounting.js.map +1 -1
- package/dist/esm/sdk/agedpayable.d.ts +14 -0
- package/dist/esm/sdk/agedpayable.d.ts.map +1 -0
- package/dist/esm/sdk/agedpayable.js +22 -0
- package/dist/esm/sdk/agedpayable.js.map +1 -0
- package/dist/esm/sdk/agedreceivable.d.ts +14 -0
- package/dist/esm/sdk/agedreceivable.d.ts.map +1 -0
- package/dist/esm/sdk/agedreceivable.js +22 -0
- package/dist/esm/sdk/agedreceivable.js.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbill.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbill.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingbill.js +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbill.js.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingexpense.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createaccountingexpense.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingexpense.js +1 -0
- package/dist/esm/sdk/models/operations/createaccountingexpense.js.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountinginvoice.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createaccountinginvoice.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountinginvoice.js +1 -0
- package/dist/esm/sdk/models/operations/createaccountinginvoice.js.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/createaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingproject.d.ts +67 -0
- package/dist/esm/sdk/models/operations/createaccountingproject.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingproject.js +61 -0
- package/dist/esm/sdk/models/operations/createaccountingproject.js.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingquote.d.ts +67 -0
- package/dist/esm/sdk/models/operations/createaccountingquote.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingquote.js +60 -0
- package/dist/esm/sdk/models/operations/createaccountingquote.js.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingtransaction.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createaccountingtransaction.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingtransaction.js +1 -0
- package/dist/esm/sdk/models/operations/createaccountingtransaction.js.map +1 -1
- package/dist/esm/sdk/models/operations/createadscampaign.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createadscampaign.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createadscampaign.js +1 -0
- package/dist/esm/sdk/models/operations/createadscampaign.js.map +1 -1
- package/dist/esm/sdk/models/operations/createadscreative.d.ts +2 -0
- package/dist/esm/sdk/models/operations/createadscreative.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createadscreative.js +2 -0
- package/dist/esm/sdk/models/operations/createadscreative.js.map +1 -1
- package/dist/esm/sdk/models/operations/createadsgroup.d.ts +2 -0
- package/dist/esm/sdk/models/operations/createadsgroup.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createadsgroup.js +2 -0
- package/dist/esm/sdk/models/operations/createadsgroup.js.map +1 -1
- package/dist/esm/sdk/models/operations/createadsorganization.d.ts +3 -0
- package/dist/esm/sdk/models/operations/createadsorganization.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createadsorganization.js +3 -0
- package/dist/esm/sdk/models/operations/createadsorganization.js.map +1 -1
- package/dist/esm/sdk/models/operations/createstoragefile.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createstoragefile.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createstoragefile.js +1 -0
- package/dist/esm/sdk/models/operations/createstoragefile.js.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingagedpayable.d.ts +48 -0
- package/dist/esm/sdk/models/operations/getaccountingagedpayable.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingagedpayable.js +38 -0
- package/dist/esm/sdk/models/operations/getaccountingagedpayable.js.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingagedreceivable.d.ts +48 -0
- package/dist/esm/sdk/models/operations/getaccountingagedreceivable.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingagedreceivable.js +38 -0
- package/dist/esm/sdk/models/operations/getaccountingagedreceivable.js.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbill.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbill.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingbill.js +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbill.js.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingexpense.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getaccountingexpense.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingexpense.js +1 -0
- package/dist/esm/sdk/models/operations/getaccountingexpense.js.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountinginvoice.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getaccountinginvoice.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountinginvoice.js +1 -0
- package/dist/esm/sdk/models/operations/getaccountinginvoice.js.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/getaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingproject.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getaccountingproject.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingproject.js +58 -0
- package/dist/esm/sdk/models/operations/getaccountingproject.js.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingquote.d.ts +69 -0
- package/dist/esm/sdk/models/operations/getaccountingquote.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingquote.js +57 -0
- package/dist/esm/sdk/models/operations/getaccountingquote.js.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingtransaction.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getaccountingtransaction.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingtransaction.js +1 -0
- package/dist/esm/sdk/models/operations/getaccountingtransaction.js.map +1 -1
- package/dist/esm/sdk/models/operations/getadscampaign.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getadscampaign.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getadscampaign.js +1 -0
- package/dist/esm/sdk/models/operations/getadscampaign.js.map +1 -1
- package/dist/esm/sdk/models/operations/getadscreative.d.ts +2 -0
- package/dist/esm/sdk/models/operations/getadscreative.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getadscreative.js +2 -0
- package/dist/esm/sdk/models/operations/getadscreative.js.map +1 -1
- package/dist/esm/sdk/models/operations/getadsgroup.d.ts +2 -0
- package/dist/esm/sdk/models/operations/getadsgroup.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getadsgroup.js +2 -0
- package/dist/esm/sdk/models/operations/getadsgroup.js.map +1 -1
- package/dist/esm/sdk/models/operations/getadsorganization.d.ts +3 -0
- package/dist/esm/sdk/models/operations/getadsorganization.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getadsorganization.js +3 -0
- package/dist/esm/sdk/models/operations/getadsorganization.js.map +1 -1
- package/dist/esm/sdk/models/operations/getstoragefile.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getstoragefile.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getstoragefile.js +1 -0
- package/dist/esm/sdk/models/operations/getstoragefile.js.map +1 -1
- package/dist/esm/sdk/models/operations/index.d.ts +16 -0
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/index.js +16 -0
- package/dist/esm/sdk/models/operations/index.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingagedpayables.d.ts +81 -0
- package/dist/esm/sdk/models/operations/listaccountingagedpayables.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingagedpayables.js +52 -0
- package/dist/esm/sdk/models/operations/listaccountingagedpayables.js.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingagedreceivables.d.ts +81 -0
- package/dist/esm/sdk/models/operations/listaccountingagedreceivables.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingagedreceivables.js +52 -0
- package/dist/esm/sdk/models/operations/listaccountingagedreceivables.js.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingbills.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listaccountingbills.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingbills.js +1 -0
- package/dist/esm/sdk/models/operations/listaccountingbills.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingexpenses.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listaccountingexpenses.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingexpenses.js +1 -0
- package/dist/esm/sdk/models/operations/listaccountingexpenses.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountinginvoices.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listaccountinginvoices.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountinginvoices.js +1 -0
- package/dist/esm/sdk/models/operations/listaccountinginvoices.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingjournals.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listaccountingjournals.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingjournals.js +1 -0
- package/dist/esm/sdk/models/operations/listaccountingjournals.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingprojects.d.ts +101 -0
- package/dist/esm/sdk/models/operations/listaccountingprojects.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingprojects.js +73 -0
- package/dist/esm/sdk/models/operations/listaccountingprojects.js.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingquotes.d.ts +109 -0
- package/dist/esm/sdk/models/operations/listaccountingquotes.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingquotes.js +75 -0
- package/dist/esm/sdk/models/operations/listaccountingquotes.js.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingtransactions.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listaccountingtransactions.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingtransactions.js +1 -0
- package/dist/esm/sdk/models/operations/listaccountingtransactions.js.map +1 -1
- package/dist/esm/sdk/models/operations/listadscampaigns.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listadscampaigns.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listadscampaigns.js +1 -0
- package/dist/esm/sdk/models/operations/listadscampaigns.js.map +1 -1
- package/dist/esm/sdk/models/operations/listadscreatives.d.ts +2 -0
- package/dist/esm/sdk/models/operations/listadscreatives.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listadscreatives.js +2 -0
- package/dist/esm/sdk/models/operations/listadscreatives.js.map +1 -1
- package/dist/esm/sdk/models/operations/listadsgroups.d.ts +2 -0
- package/dist/esm/sdk/models/operations/listadsgroups.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listadsgroups.js +2 -0
- package/dist/esm/sdk/models/operations/listadsgroups.js.map +1 -1
- package/dist/esm/sdk/models/operations/listadsorganizations.d.ts +3 -0
- package/dist/esm/sdk/models/operations/listadsorganizations.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listadsorganizations.js +3 -0
- package/dist/esm/sdk/models/operations/listadsorganizations.js.map +1 -1
- package/dist/esm/sdk/models/operations/liststoragefiles.d.ts +1 -0
- package/dist/esm/sdk/models/operations/liststoragefiles.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/liststoragefiles.js +1 -0
- package/dist/esm/sdk/models/operations/liststoragefiles.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingbill.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingbill.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingbill.js +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingbill.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingexpense.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingexpense.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingexpense.js +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingexpense.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountinginvoice.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchaccountinginvoice.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountinginvoice.js +1 -0
- package/dist/esm/sdk/models/operations/patchaccountinginvoice.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingproject.d.ts +72 -0
- package/dist/esm/sdk/models/operations/patchaccountingproject.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingproject.js +61 -0
- package/dist/esm/sdk/models/operations/patchaccountingproject.js.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingquote.d.ts +72 -0
- package/dist/esm/sdk/models/operations/patchaccountingquote.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingquote.js +61 -0
- package/dist/esm/sdk/models/operations/patchaccountingquote.js.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingtransaction.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingtransaction.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingtransaction.js +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingtransaction.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchadscampaign.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchadscampaign.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchadscampaign.js +1 -0
- package/dist/esm/sdk/models/operations/patchadscampaign.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchadscreative.d.ts +2 -0
- package/dist/esm/sdk/models/operations/patchadscreative.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchadscreative.js +2 -0
- package/dist/esm/sdk/models/operations/patchadscreative.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchadsgroup.d.ts +2 -0
- package/dist/esm/sdk/models/operations/patchadsgroup.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchadsgroup.js +2 -0
- package/dist/esm/sdk/models/operations/patchadsgroup.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchadsorganization.d.ts +3 -0
- package/dist/esm/sdk/models/operations/patchadsorganization.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchadsorganization.js +3 -0
- package/dist/esm/sdk/models/operations/patchadsorganization.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchstoragefile.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchstoragefile.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchstoragefile.js +1 -0
- package/dist/esm/sdk/models/operations/patchstoragefile.js.map +1 -1
- package/dist/esm/sdk/models/operations/removeaccountingproject.d.ts +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingproject.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingproject.js +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingproject.js.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingquote.d.ts +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingquote.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingquote.js +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingquote.js.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbill.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbill.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingbill.js +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbill.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingexpense.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingexpense.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingexpense.js +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingexpense.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountinginvoice.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateaccountinginvoice.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountinginvoice.js +1 -0
- package/dist/esm/sdk/models/operations/updateaccountinginvoice.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingproject.d.ts +72 -0
- package/dist/esm/sdk/models/operations/updateaccountingproject.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingproject.js +62 -0
- package/dist/esm/sdk/models/operations/updateaccountingproject.js.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingquote.d.ts +72 -0
- package/dist/esm/sdk/models/operations/updateaccountingquote.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingquote.js +61 -0
- package/dist/esm/sdk/models/operations/updateaccountingquote.js.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingtransaction.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingtransaction.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingtransaction.js +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingtransaction.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateadscampaign.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateadscampaign.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateadscampaign.js +1 -0
- package/dist/esm/sdk/models/operations/updateadscampaign.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateadscreative.d.ts +2 -0
- package/dist/esm/sdk/models/operations/updateadscreative.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateadscreative.js +2 -0
- package/dist/esm/sdk/models/operations/updateadscreative.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateadsgroup.d.ts +2 -0
- package/dist/esm/sdk/models/operations/updateadsgroup.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateadsgroup.js +2 -0
- package/dist/esm/sdk/models/operations/updateadsgroup.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateadsorganization.d.ts +3 -0
- package/dist/esm/sdk/models/operations/updateadsorganization.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateadsorganization.js +3 -0
- package/dist/esm/sdk/models/operations/updateadsorganization.js.map +1 -1
- package/dist/esm/sdk/models/operations/updatestoragefile.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updatestoragefile.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updatestoragefile.js +1 -0
- package/dist/esm/sdk/models/operations/updatestoragefile.js.map +1 -1
- package/dist/esm/sdk/models/shared/accountingagedpayable.d.ts +24 -0
- package/dist/esm/sdk/models/shared/accountingagedpayable.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedpayable.js +41 -0
- package/dist/esm/sdk/models/shared/accountingagedpayable.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedperiod.d.ts +15 -0
- package/dist/esm/sdk/models/shared/accountingagedperiod.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedperiod.js +28 -0
- package/dist/esm/sdk/models/shared/accountingagedperiod.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedreceivable.d.ts +24 -0
- package/dist/esm/sdk/models/shared/accountingagedreceivable.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedreceivable.js +41 -0
- package/dist/esm/sdk/models/shared/accountingagedreceivable.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedrow.d.ts +17 -0
- package/dist/esm/sdk/models/shared/accountingagedrow.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingagedrow.js +30 -0
- package/dist/esm/sdk/models/shared/accountingagedrow.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingbill.d.ts +2 -0
- package/dist/esm/sdk/models/shared/accountingbill.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountingbill.js +4 -0
- package/dist/esm/sdk/models/shared/accountingbill.js.map +1 -1
- package/dist/esm/sdk/models/shared/accountingexpense.d.ts +2 -0
- package/dist/esm/sdk/models/shared/accountingexpense.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountingexpense.js +4 -0
- package/dist/esm/sdk/models/shared/accountingexpense.js.map +1 -1
- package/dist/esm/sdk/models/shared/accountinginvoice.d.ts +2 -0
- package/dist/esm/sdk/models/shared/accountinginvoice.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountinginvoice.js +4 -0
- package/dist/esm/sdk/models/shared/accountinginvoice.js.map +1 -1
- package/dist/esm/sdk/models/shared/accountingjournal.d.ts +2 -0
- package/dist/esm/sdk/models/shared/accountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountingjournal.js +4 -0
- package/dist/esm/sdk/models/shared/accountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/shared/accountingproject.d.ts +110 -0
- package/dist/esm/sdk/models/shared/accountingproject.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingproject.js +171 -0
- package/dist/esm/sdk/models/shared/accountingproject.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingquote.d.ts +137 -0
- package/dist/esm/sdk/models/shared/accountingquote.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingquote.js +185 -0
- package/dist/esm/sdk/models/shared/accountingquote.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingtransaction.d.ts +2 -0
- package/dist/esm/sdk/models/shared/accountingtransaction.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountingtransaction.js +4 -0
- package/dist/esm/sdk/models/shared/accountingtransaction.js.map +1 -1
- package/dist/esm/sdk/models/shared/adscampaign.d.ts +2 -0
- package/dist/esm/sdk/models/shared/adscampaign.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/adscampaign.js +2 -0
- package/dist/esm/sdk/models/shared/adscampaign.js.map +1 -1
- package/dist/esm/sdk/models/shared/adscreative.d.ts +4 -0
- package/dist/esm/sdk/models/shared/adscreative.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/adscreative.js +6 -0
- package/dist/esm/sdk/models/shared/adscreative.js.map +1 -1
- package/dist/esm/sdk/models/shared/adsgroup.d.ts +13 -0
- package/dist/esm/sdk/models/shared/adsgroup.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/adsgroup.js +16 -0
- package/dist/esm/sdk/models/shared/adsgroup.js.map +1 -1
- package/dist/esm/sdk/models/shared/adsmanager.d.ts +19 -0
- package/dist/esm/sdk/models/shared/adsmanager.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/adsmanager.js +22 -0
- package/dist/esm/sdk/models/shared/adsmanager.js.map +1 -0
- package/dist/esm/sdk/models/shared/adsorganization.d.ts +26 -0
- package/dist/esm/sdk/models/shared/adsorganization.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/adsorganization.js +24 -0
- package/dist/esm/sdk/models/shared/adsorganization.js.map +1 -1
- package/dist/esm/sdk/models/shared/index.d.ts +9 -0
- package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/index.js +9 -0
- package/dist/esm/sdk/models/shared/index.js.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts +0 -18
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.js +0 -18
- package/dist/esm/sdk/models/shared/integrationsupport.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowcontact.d.ts +11 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowcontact.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowcontact.js +14 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowcontact.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowtransaction.d.ts +11 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowtransaction.js +14 -0
- package/dist/esm/sdk/models/shared/propertyaccountingagedrowtransaction.js.map +1 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscampaign.d.ts +1 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscampaign.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscampaign.js +1 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscampaign.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscreative.d.ts +2 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscreative.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscreative.js +3 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricscreative.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyadsreportmetricsgroup.d.ts +9 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricsgroup.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyadsreportmetricsgroup.js +10 -0
- package/dist/esm/sdk/models/shared/propertyadsreportmetricsgroup.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -0
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.js +6 -0
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/dist/esm/sdk/models/shared/storagefile.d.ts +2 -0
- package/dist/esm/sdk/models/shared/storagefile.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/storagefile.js +2 -0
- package/dist/esm/sdk/models/shared/storagefile.js.map +1 -1
- package/dist/esm/sdk/models/shared/webhook.d.ts +4 -0
- package/dist/esm/sdk/models/shared/webhook.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/webhook.js +4 -0
- package/dist/esm/sdk/models/shared/webhook.js.map +1 -1
- package/dist/esm/sdk/project.d.ts +24 -0
- package/dist/esm/sdk/project.d.ts.map +1 -1
- package/dist/esm/sdk/project.js +54 -12
- package/dist/esm/sdk/project.js.map +1 -1
- package/dist/esm/sdk/quote.d.ts +30 -0
- package/dist/esm/sdk/quote.d.ts.map +1 -0
- package/dist/esm/sdk/quote.js +50 -0
- package/dist/esm/sdk/quote.js.map +1 -0
- package/dist/esm/sdk/sdk.d.ts +11 -2
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +15 -3
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/dist/esm/sdk/task.js +12 -12
- package/dist/esm/sdk/task.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/accountingCreateAccountingProject.ts +172 -0
- package/src/funcs/accountingCreateAccountingQuote.ts +172 -0
- package/src/funcs/accountingGetAccountingAgedpayable.ts +177 -0
- package/src/funcs/accountingGetAccountingAgedreceivable.ts +177 -0
- package/src/funcs/accountingGetAccountingProject.ts +177 -0
- package/src/funcs/accountingGetAccountingQuote.ts +174 -0
- package/src/funcs/accountingListAccountingAgedpayables.ts +184 -0
- package/src/funcs/accountingListAccountingAgedreceivables.ts +186 -0
- package/src/funcs/accountingListAccountingProjects.ts +183 -0
- package/src/funcs/accountingListAccountingQuotes.ts +184 -0
- package/src/funcs/accountingPatchAccountingProject.ts +178 -0
- package/src/funcs/accountingPatchAccountingQuote.ts +176 -0
- package/src/funcs/accountingRemoveAccountingProject.ts +182 -0
- package/src/funcs/accountingRemoveAccountingQuote.ts +180 -0
- package/src/funcs/accountingUpdateAccountingProject.ts +178 -0
- package/src/funcs/accountingUpdateAccountingQuote.ts +176 -0
- package/src/funcs/{taskCreateTaskProject.ts → projectCreateTaskProject.ts} +1 -1
- package/src/funcs/{taskGetTaskProject.ts → projectGetTaskProject.ts} +1 -1
- package/src/funcs/{taskListTaskProjects.ts → projectListTaskProjects.ts} +1 -1
- package/src/funcs/{taskPatchTaskProject.ts → projectPatchTaskProject.ts} +1 -1
- package/src/funcs/{taskRemoveTaskProject.ts → projectRemoveTaskProject.ts} +1 -1
- package/src/funcs/{taskUpdateTaskProject.ts → projectUpdateTaskProject.ts} +1 -1
- package/src/lib/config.ts +3 -3
- package/src/sdk/accounting.ts +240 -0
- package/src/sdk/agedpayable.ts +40 -0
- package/src/sdk/agedreceivable.ts +40 -0
- package/src/sdk/models/operations/createaccountingbill.ts +1 -0
- package/src/sdk/models/operations/createaccountingexpense.ts +1 -0
- package/src/sdk/models/operations/createaccountinginvoice.ts +1 -0
- package/src/sdk/models/operations/createaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/createaccountingproject.ts +104 -0
- package/src/sdk/models/operations/createaccountingquote.ts +105 -0
- package/src/sdk/models/operations/createaccountingtransaction.ts +1 -0
- package/src/sdk/models/operations/createadscampaign.ts +1 -0
- package/src/sdk/models/operations/createadscreative.ts +2 -0
- package/src/sdk/models/operations/createadsgroup.ts +2 -0
- package/src/sdk/models/operations/createadsorganization.ts +3 -0
- package/src/sdk/models/operations/createstoragefile.ts +1 -0
- package/src/sdk/models/operations/getaccountingagedpayable.ts +84 -0
- package/src/sdk/models/operations/getaccountingagedreceivable.ts +84 -0
- package/src/sdk/models/operations/getaccountingbill.ts +1 -0
- package/src/sdk/models/operations/getaccountingexpense.ts +1 -0
- package/src/sdk/models/operations/getaccountinginvoice.ts +1 -0
- package/src/sdk/models/operations/getaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/getaccountingproject.ts +106 -0
- package/src/sdk/models/operations/getaccountingquote.ts +102 -0
- package/src/sdk/models/operations/getaccountingtransaction.ts +1 -0
- package/src/sdk/models/operations/getadscampaign.ts +1 -0
- package/src/sdk/models/operations/getadscreative.ts +2 -0
- package/src/sdk/models/operations/getadsgroup.ts +2 -0
- package/src/sdk/models/operations/getadsorganization.ts +3 -0
- package/src/sdk/models/operations/getstoragefile.ts +1 -0
- package/src/sdk/models/operations/index.ts +16 -0
- package/src/sdk/models/operations/listaccountingagedpayables.ts +131 -0
- package/src/sdk/models/operations/listaccountingagedreceivables.ts +131 -0
- package/src/sdk/models/operations/listaccountingbills.ts +1 -0
- package/src/sdk/models/operations/listaccountingexpenses.ts +1 -0
- package/src/sdk/models/operations/listaccountinginvoices.ts +1 -0
- package/src/sdk/models/operations/listaccountingjournals.ts +1 -0
- package/src/sdk/models/operations/listaccountingprojects.ts +153 -0
- package/src/sdk/models/operations/listaccountingquotes.ts +163 -0
- package/src/sdk/models/operations/listaccountingtransactions.ts +1 -0
- package/src/sdk/models/operations/listadscampaigns.ts +1 -0
- package/src/sdk/models/operations/listadscreatives.ts +2 -0
- package/src/sdk/models/operations/listadsgroups.ts +2 -0
- package/src/sdk/models/operations/listadsorganizations.ts +3 -0
- package/src/sdk/models/operations/liststoragefiles.ts +1 -0
- package/src/sdk/models/operations/patchaccountingbill.ts +1 -0
- package/src/sdk/models/operations/patchaccountingexpense.ts +1 -0
- package/src/sdk/models/operations/patchaccountinginvoice.ts +1 -0
- package/src/sdk/models/operations/patchaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/patchaccountingproject.ts +111 -0
- package/src/sdk/models/operations/patchaccountingquote.ts +111 -0
- package/src/sdk/models/operations/patchaccountingtransaction.ts +1 -0
- package/src/sdk/models/operations/patchadscampaign.ts +1 -0
- package/src/sdk/models/operations/patchadscreative.ts +2 -0
- package/src/sdk/models/operations/patchadsgroup.ts +2 -0
- package/src/sdk/models/operations/patchadsorganization.ts +3 -0
- package/src/sdk/models/operations/patchstoragefile.ts +1 -0
- package/src/sdk/models/operations/removeaccountingproject.ts +77 -0
- package/src/sdk/models/operations/removeaccountingquote.ts +77 -0
- package/src/sdk/models/operations/updateaccountingbill.ts +1 -0
- package/src/sdk/models/operations/updateaccountingexpense.ts +1 -0
- package/src/sdk/models/operations/updateaccountinginvoice.ts +1 -0
- package/src/sdk/models/operations/updateaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/updateaccountingproject.ts +110 -0
- package/src/sdk/models/operations/updateaccountingquote.ts +111 -0
- package/src/sdk/models/operations/updateaccountingtransaction.ts +1 -0
- package/src/sdk/models/operations/updateadscampaign.ts +1 -0
- package/src/sdk/models/operations/updateadscreative.ts +2 -0
- package/src/sdk/models/operations/updateadsgroup.ts +2 -0
- package/src/sdk/models/operations/updateadsorganization.ts +3 -0
- package/src/sdk/models/operations/updatestoragefile.ts +1 -0
- package/src/sdk/models/shared/accountingagedpayable.ts +73 -0
- package/src/sdk/models/shared/accountingagedperiod.ts +53 -0
- package/src/sdk/models/shared/accountingagedreceivable.ts +73 -0
- package/src/sdk/models/shared/accountingagedrow.ts +59 -0
- package/src/sdk/models/shared/accountingbill.ts +6 -0
- package/src/sdk/models/shared/accountingexpense.ts +6 -0
- package/src/sdk/models/shared/accountinginvoice.ts +6 -0
- package/src/sdk/models/shared/accountingjournal.ts +6 -0
- package/src/sdk/models/shared/accountingproject.ts +289 -0
- package/src/sdk/models/shared/accountingquote.ts +324 -0
- package/src/sdk/models/shared/accountingtransaction.ts +6 -0
- package/src/sdk/models/shared/adscampaign.ts +4 -0
- package/src/sdk/models/shared/adscreative.ts +10 -0
- package/src/sdk/models/shared/adsgroup.ts +31 -0
- package/src/sdk/models/shared/adsmanager.ts +51 -0
- package/src/sdk/models/shared/adsorganization.ts +50 -0
- package/src/sdk/models/shared/index.ts +9 -0
- package/src/sdk/models/shared/integrationsupport.ts +0 -34
- package/src/sdk/models/shared/propertyaccountingagedrowcontact.ts +33 -0
- package/src/sdk/models/shared/propertyaccountingagedrowtransaction.ts +34 -0
- package/src/sdk/models/shared/propertyadsreportmetricscampaign.ts +2 -0
- package/src/sdk/models/shared/propertyadsreportmetricscreative.ts +5 -0
- package/src/sdk/models/shared/propertyadsreportmetricsgroup.ts +25 -0
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +6 -0
- package/src/sdk/models/shared/storagefile.ts +4 -0
- package/src/sdk/models/shared/webhook.ts +4 -0
- package/src/sdk/project.ts +102 -12
- package/src/sdk/quote.ts +100 -0
- package/src/sdk/sdk.ts +23 -5
- package/src/sdk/task.ts +12 -12
- package/dist/commonjs/funcs/taskCreateTaskProject.js.map +0 -1
- package/dist/commonjs/funcs/taskGetTaskProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/taskGetTaskProject.js.map +0 -1
- package/dist/commonjs/funcs/taskListTaskProjects.d.ts.map +0 -1
- package/dist/commonjs/funcs/taskListTaskProjects.js.map +0 -1
- package/dist/commonjs/funcs/taskPatchTaskProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/taskPatchTaskProject.js.map +0 -1
- package/dist/commonjs/funcs/taskRemoveTaskProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/taskRemoveTaskProject.js.map +0 -1
- package/dist/commonjs/funcs/taskUpdateTaskProject.d.ts.map +0 -1
- package/dist/commonjs/funcs/taskUpdateTaskProject.js.map +0 -1
- package/dist/esm/funcs/taskCreateTaskProject.d.ts.map +0 -1
- package/dist/esm/funcs/taskCreateTaskProject.js.map +0 -1
- package/dist/esm/funcs/taskGetTaskProject.d.ts.map +0 -1
- package/dist/esm/funcs/taskGetTaskProject.js.map +0 -1
- package/dist/esm/funcs/taskListTaskProjects.d.ts.map +0 -1
- package/dist/esm/funcs/taskListTaskProjects.js.map +0 -1
- package/dist/esm/funcs/taskPatchTaskProject.d.ts.map +0 -1
- package/dist/esm/funcs/taskPatchTaskProject.js.map +0 -1
- package/dist/esm/funcs/taskRemoveTaskProject.d.ts.map +0 -1
- package/dist/esm/funcs/taskRemoveTaskProject.js.map +0 -1
- package/dist/esm/funcs/taskUpdateTaskProject.js.map +0 -1
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
|
|
9
|
+
export const ListAccountingProjectsQueryParamFields = {
|
|
10
|
+
Id: "id",
|
|
11
|
+
CreatedAt: "created_at",
|
|
12
|
+
UpdatedAt: "updated_at",
|
|
13
|
+
Name: "name",
|
|
14
|
+
Code: "code",
|
|
15
|
+
Description: "description",
|
|
16
|
+
Status: "status",
|
|
17
|
+
IsActive: "is_active",
|
|
18
|
+
IsBillable: "is_billable",
|
|
19
|
+
ContactId: "contact_id",
|
|
20
|
+
ParentId: "parent_id",
|
|
21
|
+
ManagerUserId: "manager_user_id",
|
|
22
|
+
StartedAt: "started_at",
|
|
23
|
+
DueAt: "due_at",
|
|
24
|
+
EndedAt: "ended_at",
|
|
25
|
+
Currency: "currency",
|
|
26
|
+
EstimateAmount: "estimate_amount",
|
|
27
|
+
EstimatedCostAmount: "estimated_cost_amount",
|
|
28
|
+
ActualCostAmount: "actual_cost_amount",
|
|
29
|
+
InvoicedAmount: "invoiced_amount",
|
|
30
|
+
ToBeInvoicedAmount: "to_be_invoiced_amount",
|
|
31
|
+
ExpenseAmount: "expense_amount",
|
|
32
|
+
DepositAmount: "deposit_amount",
|
|
33
|
+
DepositAppliedAmount: "deposit_applied_amount",
|
|
34
|
+
CreditNoteAmount: "credit_note_amount",
|
|
35
|
+
MinutesLogged: "minutes_logged",
|
|
36
|
+
MinutesToBeInvoiced: "minutes_to_be_invoiced",
|
|
37
|
+
PercentComplete: "percent_complete",
|
|
38
|
+
BillingType: "billing_type",
|
|
39
|
+
CategoryIds: "category_ids",
|
|
40
|
+
LocationId: "location_id",
|
|
41
|
+
OrganizationId: "organization_id",
|
|
42
|
+
Raw: "raw",
|
|
43
|
+
} as const;
|
|
44
|
+
export type ListAccountingProjectsQueryParamFields = ClosedEnum<
|
|
45
|
+
typeof ListAccountingProjectsQueryParamFields
|
|
46
|
+
>;
|
|
47
|
+
|
|
48
|
+
export type ListAccountingProjectsRequest = {
|
|
49
|
+
/**
|
|
50
|
+
* ID of the connection
|
|
51
|
+
*/
|
|
52
|
+
connectionId: string;
|
|
53
|
+
/**
|
|
54
|
+
* The contact ID to filter by (reference to AccountingContact)
|
|
55
|
+
*/
|
|
56
|
+
contactId?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Fields to return
|
|
59
|
+
*/
|
|
60
|
+
fields?: Array<ListAccountingProjectsQueryParamFields> | undefined;
|
|
61
|
+
isActive?: string | undefined;
|
|
62
|
+
limit?: number | undefined;
|
|
63
|
+
offset?: number | undefined;
|
|
64
|
+
order?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* The org ID to filter by (reference to AccountingOrganization)
|
|
67
|
+
*/
|
|
68
|
+
orgId?: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* The parent ID to filter by
|
|
71
|
+
*/
|
|
72
|
+
parentId?: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* Query string to search. eg. email address or name
|
|
75
|
+
*/
|
|
76
|
+
query?: string | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
79
|
+
*/
|
|
80
|
+
raw?: string | undefined;
|
|
81
|
+
sort?: string | undefined;
|
|
82
|
+
status?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
85
|
+
*/
|
|
86
|
+
updatedGte?: string | undefined;
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
/** @internal */
|
|
90
|
+
export const ListAccountingProjectsQueryParamFields$outboundSchema:
|
|
91
|
+
z.ZodNativeEnum<typeof ListAccountingProjectsQueryParamFields> = z.nativeEnum(
|
|
92
|
+
ListAccountingProjectsQueryParamFields,
|
|
93
|
+
);
|
|
94
|
+
|
|
95
|
+
/** @internal */
|
|
96
|
+
export type ListAccountingProjectsRequest$Outbound = {
|
|
97
|
+
connection_id: string;
|
|
98
|
+
contact_id?: string | undefined;
|
|
99
|
+
fields?: Array<string> | undefined;
|
|
100
|
+
is_active?: string | undefined;
|
|
101
|
+
limit?: number | undefined;
|
|
102
|
+
offset?: number | undefined;
|
|
103
|
+
order?: string | undefined;
|
|
104
|
+
org_id?: string | undefined;
|
|
105
|
+
parent_id?: string | undefined;
|
|
106
|
+
query?: string | undefined;
|
|
107
|
+
raw?: string | undefined;
|
|
108
|
+
sort?: string | undefined;
|
|
109
|
+
status?: string | undefined;
|
|
110
|
+
updated_gte?: string | undefined;
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
/** @internal */
|
|
114
|
+
export const ListAccountingProjectsRequest$outboundSchema: z.ZodType<
|
|
115
|
+
ListAccountingProjectsRequest$Outbound,
|
|
116
|
+
z.ZodTypeDef,
|
|
117
|
+
ListAccountingProjectsRequest
|
|
118
|
+
> = z.object({
|
|
119
|
+
connectionId: z.string(),
|
|
120
|
+
contactId: z.string().optional(),
|
|
121
|
+
fields: z.array(ListAccountingProjectsQueryParamFields$outboundSchema)
|
|
122
|
+
.optional(),
|
|
123
|
+
isActive: z.string().optional(),
|
|
124
|
+
limit: z.number().optional(),
|
|
125
|
+
offset: z.number().optional(),
|
|
126
|
+
order: z.string().optional(),
|
|
127
|
+
orgId: z.string().optional(),
|
|
128
|
+
parentId: z.string().optional(),
|
|
129
|
+
query: z.string().optional(),
|
|
130
|
+
raw: z.string().optional(),
|
|
131
|
+
sort: z.string().optional(),
|
|
132
|
+
status: z.string().optional(),
|
|
133
|
+
updatedGte: z.string().optional(),
|
|
134
|
+
}).transform((v) => {
|
|
135
|
+
return remap$(v, {
|
|
136
|
+
connectionId: "connection_id",
|
|
137
|
+
contactId: "contact_id",
|
|
138
|
+
isActive: "is_active",
|
|
139
|
+
orgId: "org_id",
|
|
140
|
+
parentId: "parent_id",
|
|
141
|
+
updatedGte: "updated_gte",
|
|
142
|
+
});
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
export function listAccountingProjectsRequestToJSON(
|
|
146
|
+
listAccountingProjectsRequest: ListAccountingProjectsRequest,
|
|
147
|
+
): string {
|
|
148
|
+
return JSON.stringify(
|
|
149
|
+
ListAccountingProjectsRequest$outboundSchema.parse(
|
|
150
|
+
listAccountingProjectsRequest,
|
|
151
|
+
),
|
|
152
|
+
);
|
|
153
|
+
}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
|
|
9
|
+
export const ListAccountingQuotesQueryParamFields = {
|
|
10
|
+
Id: "id",
|
|
11
|
+
CreatedAt: "created_at",
|
|
12
|
+
UpdatedAt: "updated_at",
|
|
13
|
+
QuoteNumber: "quote_number",
|
|
14
|
+
Reference: "reference",
|
|
15
|
+
Title: "title",
|
|
16
|
+
Summary: "summary",
|
|
17
|
+
PaymentTerms: "payment_terms",
|
|
18
|
+
CustomerMessage: "customer_message",
|
|
19
|
+
Memo: "memo",
|
|
20
|
+
ContactId: "contact_id",
|
|
21
|
+
Contacts: "contacts",
|
|
22
|
+
IssuedAt: "issued_at",
|
|
23
|
+
ExpiresAt: "expires_at",
|
|
24
|
+
SentAt: "sent_at",
|
|
25
|
+
AcceptedAt: "accepted_at",
|
|
26
|
+
DeclinedAt: "declined_at",
|
|
27
|
+
Status: "status",
|
|
28
|
+
Currency: "currency",
|
|
29
|
+
CurrencyRate: "currency_rate",
|
|
30
|
+
SubTotalAmount: "sub_total_amount",
|
|
31
|
+
TaxAmount: "tax_amount",
|
|
32
|
+
DiscountAmount: "discount_amount",
|
|
33
|
+
TotalAmount: "total_amount",
|
|
34
|
+
TaxMode: "tax_mode",
|
|
35
|
+
Lineitems: "lineitems",
|
|
36
|
+
InvoiceId: "invoice_id",
|
|
37
|
+
ProjectId: "project_id",
|
|
38
|
+
GroupId: "group_id",
|
|
39
|
+
CategoryIds: "category_ids",
|
|
40
|
+
Url: "url",
|
|
41
|
+
OrganizationId: "organization_id",
|
|
42
|
+
Raw: "raw",
|
|
43
|
+
} as const;
|
|
44
|
+
export type ListAccountingQuotesQueryParamFields = ClosedEnum<
|
|
45
|
+
typeof ListAccountingQuotesQueryParamFields
|
|
46
|
+
>;
|
|
47
|
+
|
|
48
|
+
export type ListAccountingQuotesRequest = {
|
|
49
|
+
/**
|
|
50
|
+
* ID of the connection
|
|
51
|
+
*/
|
|
52
|
+
connectionId: string;
|
|
53
|
+
/**
|
|
54
|
+
* The contact ID to filter by (reference to AccountingContact)
|
|
55
|
+
*/
|
|
56
|
+
contactId?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
59
|
+
*/
|
|
60
|
+
endLt?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* Fields to return
|
|
63
|
+
*/
|
|
64
|
+
fields?: Array<ListAccountingQuotesQueryParamFields> | undefined;
|
|
65
|
+
limit?: number | undefined;
|
|
66
|
+
offset?: number | undefined;
|
|
67
|
+
order?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* The org ID to filter by (reference to AccountingOrganization)
|
|
70
|
+
*/
|
|
71
|
+
orgId?: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* The project ID to filter by (reference to TaskProject)
|
|
74
|
+
*/
|
|
75
|
+
projectId?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* Query string to search. eg. email address or name
|
|
78
|
+
*/
|
|
79
|
+
query?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
82
|
+
*/
|
|
83
|
+
raw?: string | undefined;
|
|
84
|
+
sort?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
87
|
+
*/
|
|
88
|
+
startGte?: string | undefined;
|
|
89
|
+
status?: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
92
|
+
*/
|
|
93
|
+
updatedGte?: string | undefined;
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
/** @internal */
|
|
97
|
+
export const ListAccountingQuotesQueryParamFields$outboundSchema:
|
|
98
|
+
z.ZodNativeEnum<typeof ListAccountingQuotesQueryParamFields> = z.nativeEnum(
|
|
99
|
+
ListAccountingQuotesQueryParamFields,
|
|
100
|
+
);
|
|
101
|
+
|
|
102
|
+
/** @internal */
|
|
103
|
+
export type ListAccountingQuotesRequest$Outbound = {
|
|
104
|
+
connection_id: string;
|
|
105
|
+
contact_id?: string | undefined;
|
|
106
|
+
end_lt?: string | undefined;
|
|
107
|
+
fields?: Array<string> | undefined;
|
|
108
|
+
limit?: number | undefined;
|
|
109
|
+
offset?: number | undefined;
|
|
110
|
+
order?: string | undefined;
|
|
111
|
+
org_id?: string | undefined;
|
|
112
|
+
project_id?: string | undefined;
|
|
113
|
+
query?: string | undefined;
|
|
114
|
+
raw?: string | undefined;
|
|
115
|
+
sort?: string | undefined;
|
|
116
|
+
start_gte?: string | undefined;
|
|
117
|
+
status?: string | undefined;
|
|
118
|
+
updated_gte?: string | undefined;
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
/** @internal */
|
|
122
|
+
export const ListAccountingQuotesRequest$outboundSchema: z.ZodType<
|
|
123
|
+
ListAccountingQuotesRequest$Outbound,
|
|
124
|
+
z.ZodTypeDef,
|
|
125
|
+
ListAccountingQuotesRequest
|
|
126
|
+
> = z.object({
|
|
127
|
+
connectionId: z.string(),
|
|
128
|
+
contactId: z.string().optional(),
|
|
129
|
+
endLt: z.string().optional(),
|
|
130
|
+
fields: z.array(ListAccountingQuotesQueryParamFields$outboundSchema)
|
|
131
|
+
.optional(),
|
|
132
|
+
limit: z.number().optional(),
|
|
133
|
+
offset: z.number().optional(),
|
|
134
|
+
order: z.string().optional(),
|
|
135
|
+
orgId: z.string().optional(),
|
|
136
|
+
projectId: z.string().optional(),
|
|
137
|
+
query: z.string().optional(),
|
|
138
|
+
raw: z.string().optional(),
|
|
139
|
+
sort: z.string().optional(),
|
|
140
|
+
startGte: z.string().optional(),
|
|
141
|
+
status: z.string().optional(),
|
|
142
|
+
updatedGte: z.string().optional(),
|
|
143
|
+
}).transform((v) => {
|
|
144
|
+
return remap$(v, {
|
|
145
|
+
connectionId: "connection_id",
|
|
146
|
+
contactId: "contact_id",
|
|
147
|
+
endLt: "end_lt",
|
|
148
|
+
orgId: "org_id",
|
|
149
|
+
projectId: "project_id",
|
|
150
|
+
startGte: "start_gte",
|
|
151
|
+
updatedGte: "updated_gte",
|
|
152
|
+
});
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
export function listAccountingQuotesRequestToJSON(
|
|
156
|
+
listAccountingQuotesRequest: ListAccountingQuotesRequest,
|
|
157
|
+
): string {
|
|
158
|
+
return JSON.stringify(
|
|
159
|
+
ListAccountingQuotesRequest$outboundSchema.parse(
|
|
160
|
+
listAccountingQuotesRequest,
|
|
161
|
+
),
|
|
162
|
+
);
|
|
163
|
+
}
|
|
@@ -26,6 +26,7 @@ export const ListAccountingTransactionsQueryParamFields = {
|
|
|
26
26
|
Contacts: "contacts",
|
|
27
27
|
OrganizationId: "organization_id",
|
|
28
28
|
CategoryIds: "category_ids",
|
|
29
|
+
ProjectId: "project_id",
|
|
29
30
|
Raw: "raw",
|
|
30
31
|
} as const;
|
|
31
32
|
export type ListAccountingTransactionsQueryParamFields = ClosedEnum<
|
|
@@ -22,6 +22,7 @@ export const ListAdsCreativesQueryParamFields = {
|
|
|
22
22
|
Height: "height",
|
|
23
23
|
AssetUrls: "asset_urls",
|
|
24
24
|
LinkUrl: "link_url",
|
|
25
|
+
UrlTags: "url_tags",
|
|
25
26
|
Body: "body",
|
|
26
27
|
Title: "title",
|
|
27
28
|
Cta: "cta",
|
|
@@ -34,6 +35,7 @@ export const ListAdsCreativesQueryParamFields = {
|
|
|
34
35
|
Path1: "path1",
|
|
35
36
|
Path2: "path2",
|
|
36
37
|
Data: "data",
|
|
38
|
+
Labels: "labels",
|
|
37
39
|
Raw: "raw",
|
|
38
40
|
} as const;
|
|
39
41
|
export type ListAdsCreativesQueryParamFields = ClosedEnum<
|
|
@@ -36,6 +36,8 @@ export const ListAdsGroupsQueryParamFields = {
|
|
|
36
36
|
BillingEvent: "billing_event",
|
|
37
37
|
Currency: "currency",
|
|
38
38
|
Promoted: "promoted",
|
|
39
|
+
LanguageLocale: "language_locale",
|
|
40
|
+
CreativeSelection: "creative_selection",
|
|
39
41
|
Raw: "raw",
|
|
40
42
|
} as const;
|
|
41
43
|
export type ListAdsGroupsQueryParamFields = ClosedEnum<
|
|
@@ -14,6 +14,9 @@ export const ListAdsOrganizationsQueryParamFields = {
|
|
|
14
14
|
Currency: "currency",
|
|
15
15
|
Timezone: "timezone",
|
|
16
16
|
ParentId: "parent_id",
|
|
17
|
+
Status: "status",
|
|
18
|
+
AccountNumber: "account_number",
|
|
19
|
+
Managers: "managers",
|
|
17
20
|
Raw: "raw",
|
|
18
21
|
} as const;
|
|
19
22
|
export type ListAdsOrganizationsQueryParamFields = ClosedEnum<
|
|
@@ -38,6 +38,7 @@ export const PatchAccountingBillQueryParamFields = {
|
|
|
38
38
|
PaymentTerms: "payment_terms",
|
|
39
39
|
Payments: "payments",
|
|
40
40
|
CategoryIds: "category_ids",
|
|
41
|
+
ProjectId: "project_id",
|
|
41
42
|
Raw: "raw",
|
|
42
43
|
} as const;
|
|
43
44
|
export type PatchAccountingBillQueryParamFields = ClosedEnum<
|
|
@@ -32,6 +32,7 @@ export const PatchAccountingExpenseQueryParamFields = {
|
|
|
32
32
|
Status: "status",
|
|
33
33
|
ExternalNumber: "external_number",
|
|
34
34
|
CategoryIds: "category_ids",
|
|
35
|
+
ProjectId: "project_id",
|
|
35
36
|
Raw: "raw",
|
|
36
37
|
} as const;
|
|
37
38
|
export type PatchAccountingExpenseQueryParamFields = ClosedEnum<
|
|
@@ -40,6 +40,7 @@ export const PatchAccountingInvoiceQueryParamFields = {
|
|
|
40
40
|
OrganizationId: "organization_id",
|
|
41
41
|
Payments: "payments",
|
|
42
42
|
CategoryIds: "category_ids",
|
|
43
|
+
ProjectId: "project_id",
|
|
43
44
|
Raw: "raw",
|
|
44
45
|
} as const;
|
|
45
46
|
export type PatchAccountingInvoiceQueryParamFields = ClosedEnum<
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import * as shared from "../shared/index.js";
|
|
9
|
+
|
|
10
|
+
export const PatchAccountingProjectQueryParamFields = {
|
|
11
|
+
Id: "id",
|
|
12
|
+
CreatedAt: "created_at",
|
|
13
|
+
UpdatedAt: "updated_at",
|
|
14
|
+
Name: "name",
|
|
15
|
+
Code: "code",
|
|
16
|
+
Description: "description",
|
|
17
|
+
Status: "status",
|
|
18
|
+
IsActive: "is_active",
|
|
19
|
+
IsBillable: "is_billable",
|
|
20
|
+
ContactId: "contact_id",
|
|
21
|
+
ParentId: "parent_id",
|
|
22
|
+
ManagerUserId: "manager_user_id",
|
|
23
|
+
StartedAt: "started_at",
|
|
24
|
+
DueAt: "due_at",
|
|
25
|
+
EndedAt: "ended_at",
|
|
26
|
+
Currency: "currency",
|
|
27
|
+
EstimateAmount: "estimate_amount",
|
|
28
|
+
EstimatedCostAmount: "estimated_cost_amount",
|
|
29
|
+
ActualCostAmount: "actual_cost_amount",
|
|
30
|
+
InvoicedAmount: "invoiced_amount",
|
|
31
|
+
ToBeInvoicedAmount: "to_be_invoiced_amount",
|
|
32
|
+
ExpenseAmount: "expense_amount",
|
|
33
|
+
DepositAmount: "deposit_amount",
|
|
34
|
+
DepositAppliedAmount: "deposit_applied_amount",
|
|
35
|
+
CreditNoteAmount: "credit_note_amount",
|
|
36
|
+
MinutesLogged: "minutes_logged",
|
|
37
|
+
MinutesToBeInvoiced: "minutes_to_be_invoiced",
|
|
38
|
+
PercentComplete: "percent_complete",
|
|
39
|
+
BillingType: "billing_type",
|
|
40
|
+
CategoryIds: "category_ids",
|
|
41
|
+
LocationId: "location_id",
|
|
42
|
+
OrganizationId: "organization_id",
|
|
43
|
+
Raw: "raw",
|
|
44
|
+
} as const;
|
|
45
|
+
export type PatchAccountingProjectQueryParamFields = ClosedEnum<
|
|
46
|
+
typeof PatchAccountingProjectQueryParamFields
|
|
47
|
+
>;
|
|
48
|
+
|
|
49
|
+
export type PatchAccountingProjectRequest = {
|
|
50
|
+
accountingProject: shared.AccountingProject;
|
|
51
|
+
/**
|
|
52
|
+
* ID of the connection
|
|
53
|
+
*/
|
|
54
|
+
connectionId: string;
|
|
55
|
+
/**
|
|
56
|
+
* Fields to return
|
|
57
|
+
*/
|
|
58
|
+
fields?: Array<PatchAccountingProjectQueryParamFields> | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* ID of the Project
|
|
61
|
+
*/
|
|
62
|
+
id: string;
|
|
63
|
+
/**
|
|
64
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
65
|
+
*/
|
|
66
|
+
raw?: string | undefined;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/** @internal */
|
|
70
|
+
export const PatchAccountingProjectQueryParamFields$outboundSchema:
|
|
71
|
+
z.ZodNativeEnum<typeof PatchAccountingProjectQueryParamFields> = z.nativeEnum(
|
|
72
|
+
PatchAccountingProjectQueryParamFields,
|
|
73
|
+
);
|
|
74
|
+
|
|
75
|
+
/** @internal */
|
|
76
|
+
export type PatchAccountingProjectRequest$Outbound = {
|
|
77
|
+
AccountingProject: shared.AccountingProject$Outbound;
|
|
78
|
+
connection_id: string;
|
|
79
|
+
fields?: Array<string> | undefined;
|
|
80
|
+
id: string;
|
|
81
|
+
raw?: string | undefined;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
/** @internal */
|
|
85
|
+
export const PatchAccountingProjectRequest$outboundSchema: z.ZodType<
|
|
86
|
+
PatchAccountingProjectRequest$Outbound,
|
|
87
|
+
z.ZodTypeDef,
|
|
88
|
+
PatchAccountingProjectRequest
|
|
89
|
+
> = z.object({
|
|
90
|
+
accountingProject: shared.AccountingProject$outboundSchema,
|
|
91
|
+
connectionId: z.string(),
|
|
92
|
+
fields: z.array(PatchAccountingProjectQueryParamFields$outboundSchema)
|
|
93
|
+
.optional(),
|
|
94
|
+
id: z.string(),
|
|
95
|
+
raw: z.string().optional(),
|
|
96
|
+
}).transform((v) => {
|
|
97
|
+
return remap$(v, {
|
|
98
|
+
accountingProject: "AccountingProject",
|
|
99
|
+
connectionId: "connection_id",
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
export function patchAccountingProjectRequestToJSON(
|
|
104
|
+
patchAccountingProjectRequest: PatchAccountingProjectRequest,
|
|
105
|
+
): string {
|
|
106
|
+
return JSON.stringify(
|
|
107
|
+
PatchAccountingProjectRequest$outboundSchema.parse(
|
|
108
|
+
patchAccountingProjectRequest,
|
|
109
|
+
),
|
|
110
|
+
);
|
|
111
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
+
import * as shared from "../shared/index.js";
|
|
9
|
+
|
|
10
|
+
export const PatchAccountingQuoteQueryParamFields = {
|
|
11
|
+
Id: "id",
|
|
12
|
+
CreatedAt: "created_at",
|
|
13
|
+
UpdatedAt: "updated_at",
|
|
14
|
+
QuoteNumber: "quote_number",
|
|
15
|
+
Reference: "reference",
|
|
16
|
+
Title: "title",
|
|
17
|
+
Summary: "summary",
|
|
18
|
+
PaymentTerms: "payment_terms",
|
|
19
|
+
CustomerMessage: "customer_message",
|
|
20
|
+
Memo: "memo",
|
|
21
|
+
ContactId: "contact_id",
|
|
22
|
+
Contacts: "contacts",
|
|
23
|
+
IssuedAt: "issued_at",
|
|
24
|
+
ExpiresAt: "expires_at",
|
|
25
|
+
SentAt: "sent_at",
|
|
26
|
+
AcceptedAt: "accepted_at",
|
|
27
|
+
DeclinedAt: "declined_at",
|
|
28
|
+
Status: "status",
|
|
29
|
+
Currency: "currency",
|
|
30
|
+
CurrencyRate: "currency_rate",
|
|
31
|
+
SubTotalAmount: "sub_total_amount",
|
|
32
|
+
TaxAmount: "tax_amount",
|
|
33
|
+
DiscountAmount: "discount_amount",
|
|
34
|
+
TotalAmount: "total_amount",
|
|
35
|
+
TaxMode: "tax_mode",
|
|
36
|
+
Lineitems: "lineitems",
|
|
37
|
+
InvoiceId: "invoice_id",
|
|
38
|
+
ProjectId: "project_id",
|
|
39
|
+
GroupId: "group_id",
|
|
40
|
+
CategoryIds: "category_ids",
|
|
41
|
+
Url: "url",
|
|
42
|
+
OrganizationId: "organization_id",
|
|
43
|
+
Raw: "raw",
|
|
44
|
+
} as const;
|
|
45
|
+
export type PatchAccountingQuoteQueryParamFields = ClosedEnum<
|
|
46
|
+
typeof PatchAccountingQuoteQueryParamFields
|
|
47
|
+
>;
|
|
48
|
+
|
|
49
|
+
export type PatchAccountingQuoteRequest = {
|
|
50
|
+
accountingQuote: shared.AccountingQuote;
|
|
51
|
+
/**
|
|
52
|
+
* ID of the connection
|
|
53
|
+
*/
|
|
54
|
+
connectionId: string;
|
|
55
|
+
/**
|
|
56
|
+
* Fields to return
|
|
57
|
+
*/
|
|
58
|
+
fields?: Array<PatchAccountingQuoteQueryParamFields> | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* ID of the Quote
|
|
61
|
+
*/
|
|
62
|
+
id: string;
|
|
63
|
+
/**
|
|
64
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
65
|
+
*/
|
|
66
|
+
raw?: string | undefined;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/** @internal */
|
|
70
|
+
export const PatchAccountingQuoteQueryParamFields$outboundSchema:
|
|
71
|
+
z.ZodNativeEnum<typeof PatchAccountingQuoteQueryParamFields> = z.nativeEnum(
|
|
72
|
+
PatchAccountingQuoteQueryParamFields,
|
|
73
|
+
);
|
|
74
|
+
|
|
75
|
+
/** @internal */
|
|
76
|
+
export type PatchAccountingQuoteRequest$Outbound = {
|
|
77
|
+
AccountingQuote: shared.AccountingQuote$Outbound;
|
|
78
|
+
connection_id: string;
|
|
79
|
+
fields?: Array<string> | undefined;
|
|
80
|
+
id: string;
|
|
81
|
+
raw?: string | undefined;
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
/** @internal */
|
|
85
|
+
export const PatchAccountingQuoteRequest$outboundSchema: z.ZodType<
|
|
86
|
+
PatchAccountingQuoteRequest$Outbound,
|
|
87
|
+
z.ZodTypeDef,
|
|
88
|
+
PatchAccountingQuoteRequest
|
|
89
|
+
> = z.object({
|
|
90
|
+
accountingQuote: shared.AccountingQuote$outboundSchema,
|
|
91
|
+
connectionId: z.string(),
|
|
92
|
+
fields: z.array(PatchAccountingQuoteQueryParamFields$outboundSchema)
|
|
93
|
+
.optional(),
|
|
94
|
+
id: z.string(),
|
|
95
|
+
raw: z.string().optional(),
|
|
96
|
+
}).transform((v) => {
|
|
97
|
+
return remap$(v, {
|
|
98
|
+
accountingQuote: "AccountingQuote",
|
|
99
|
+
connectionId: "connection_id",
|
|
100
|
+
});
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
export function patchAccountingQuoteRequestToJSON(
|
|
104
|
+
patchAccountingQuoteRequest: PatchAccountingQuoteRequest,
|
|
105
|
+
): string {
|
|
106
|
+
return JSON.stringify(
|
|
107
|
+
PatchAccountingQuoteRequest$outboundSchema.parse(
|
|
108
|
+
patchAccountingQuoteRequest,
|
|
109
|
+
),
|
|
110
|
+
);
|
|
111
|
+
}
|
|
@@ -27,6 +27,7 @@ export const PatchAccountingTransactionQueryParamFields = {
|
|
|
27
27
|
Contacts: "contacts",
|
|
28
28
|
OrganizationId: "organization_id",
|
|
29
29
|
CategoryIds: "category_ids",
|
|
30
|
+
ProjectId: "project_id",
|
|
30
31
|
Raw: "raw",
|
|
31
32
|
} as const;
|
|
32
33
|
export type PatchAccountingTransactionQueryParamFields = ClosedEnum<
|
|
@@ -23,6 +23,7 @@ export const PatchAdsCreativeQueryParamFields = {
|
|
|
23
23
|
Height: "height",
|
|
24
24
|
AssetUrls: "asset_urls",
|
|
25
25
|
LinkUrl: "link_url",
|
|
26
|
+
UrlTags: "url_tags",
|
|
26
27
|
Body: "body",
|
|
27
28
|
Title: "title",
|
|
28
29
|
Cta: "cta",
|
|
@@ -35,6 +36,7 @@ export const PatchAdsCreativeQueryParamFields = {
|
|
|
35
36
|
Path1: "path1",
|
|
36
37
|
Path2: "path2",
|
|
37
38
|
Data: "data",
|
|
39
|
+
Labels: "labels",
|
|
38
40
|
Raw: "raw",
|
|
39
41
|
} as const;
|
|
40
42
|
export type PatchAdsCreativeQueryParamFields = ClosedEnum<
|
|
@@ -37,6 +37,8 @@ export const PatchAdsGroupQueryParamFields = {
|
|
|
37
37
|
BillingEvent: "billing_event",
|
|
38
38
|
Currency: "currency",
|
|
39
39
|
Promoted: "promoted",
|
|
40
|
+
LanguageLocale: "language_locale",
|
|
41
|
+
CreativeSelection: "creative_selection",
|
|
40
42
|
Raw: "raw",
|
|
41
43
|
} as const;
|
|
42
44
|
export type PatchAdsGroupQueryParamFields = ClosedEnum<
|