@unified-api/typescript-sdk 2.85.25 → 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/listcdpactivations.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/listcdpactivations.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listcdpactivations.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 +9 -0
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.js +16 -7
- 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/listcdpactivations.d.ts +3 -0
- package/dist/esm/sdk/models/operations/listcdpactivations.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listcdpactivations.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 +9 -0
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.js +9 -0
- 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/listcdpactivations.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 +17 -0
- 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,102 @@
|
|
|
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 GetAccountingQuoteQueryParamFields = {
|
|
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 GetAccountingQuoteQueryParamFields = ClosedEnum<
|
|
45
|
+
typeof GetAccountingQuoteQueryParamFields
|
|
46
|
+
>;
|
|
47
|
+
|
|
48
|
+
export type GetAccountingQuoteRequest = {
|
|
49
|
+
/**
|
|
50
|
+
* ID of the connection
|
|
51
|
+
*/
|
|
52
|
+
connectionId: string;
|
|
53
|
+
/**
|
|
54
|
+
* Fields to return
|
|
55
|
+
*/
|
|
56
|
+
fields?: Array<GetAccountingQuoteQueryParamFields> | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* ID of the Quote
|
|
59
|
+
*/
|
|
60
|
+
id: string;
|
|
61
|
+
/**
|
|
62
|
+
* 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
|
|
63
|
+
*/
|
|
64
|
+
raw?: string | undefined;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
/** @internal */
|
|
68
|
+
export const GetAccountingQuoteQueryParamFields$outboundSchema: z.ZodNativeEnum<
|
|
69
|
+
typeof GetAccountingQuoteQueryParamFields
|
|
70
|
+
> = z.nativeEnum(GetAccountingQuoteQueryParamFields);
|
|
71
|
+
|
|
72
|
+
/** @internal */
|
|
73
|
+
export type GetAccountingQuoteRequest$Outbound = {
|
|
74
|
+
connection_id: string;
|
|
75
|
+
fields?: Array<string> | undefined;
|
|
76
|
+
id: string;
|
|
77
|
+
raw?: string | undefined;
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
/** @internal */
|
|
81
|
+
export const GetAccountingQuoteRequest$outboundSchema: z.ZodType<
|
|
82
|
+
GetAccountingQuoteRequest$Outbound,
|
|
83
|
+
z.ZodTypeDef,
|
|
84
|
+
GetAccountingQuoteRequest
|
|
85
|
+
> = z.object({
|
|
86
|
+
connectionId: z.string(),
|
|
87
|
+
fields: z.array(GetAccountingQuoteQueryParamFields$outboundSchema).optional(),
|
|
88
|
+
id: z.string(),
|
|
89
|
+
raw: z.string().optional(),
|
|
90
|
+
}).transform((v) => {
|
|
91
|
+
return remap$(v, {
|
|
92
|
+
connectionId: "connection_id",
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
export function getAccountingQuoteRequestToJSON(
|
|
97
|
+
getAccountingQuoteRequest: GetAccountingQuoteRequest,
|
|
98
|
+
): string {
|
|
99
|
+
return JSON.stringify(
|
|
100
|
+
GetAccountingQuoteRequest$outboundSchema.parse(getAccountingQuoteRequest),
|
|
101
|
+
);
|
|
102
|
+
}
|
|
@@ -26,6 +26,7 @@ export const GetAccountingTransactionQueryParamFields = {
|
|
|
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 GetAccountingTransactionQueryParamFields = ClosedEnum<
|
|
@@ -22,6 +22,7 @@ export const GetAdsCreativeQueryParamFields = {
|
|
|
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 GetAdsCreativeQueryParamFields = {
|
|
|
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 GetAdsCreativeQueryParamFields = ClosedEnum<
|
|
@@ -36,6 +36,8 @@ export const GetAdsGroupQueryParamFields = {
|
|
|
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 GetAdsGroupQueryParamFields = ClosedEnum<
|
|
@@ -14,6 +14,9 @@ export const GetAdsOrganizationQueryParamFields = {
|
|
|
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 GetAdsOrganizationQueryParamFields = ClosedEnum<
|
|
@@ -11,7 +11,9 @@ export * from "./createaccountingexpense.js";
|
|
|
11
11
|
export * from "./createaccountinginvoice.js";
|
|
12
12
|
export * from "./createaccountingjournal.js";
|
|
13
13
|
export * from "./createaccountingorder.js";
|
|
14
|
+
export * from "./createaccountingproject.js";
|
|
14
15
|
export * from "./createaccountingpurchaseorder.js";
|
|
16
|
+
export * from "./createaccountingquote.js";
|
|
15
17
|
export * from "./createaccountingsalesorder.js";
|
|
16
18
|
export * from "./createaccountingtaxrate.js";
|
|
17
19
|
export * from "./createaccountingtransaction.js";
|
|
@@ -124,6 +126,8 @@ export * from "./createucrecording.js";
|
|
|
124
126
|
export * from "./createunifiedwebhook.js";
|
|
125
127
|
export * from "./createverificationrequest.js";
|
|
126
128
|
export * from "./getaccountingaccount.js";
|
|
129
|
+
export * from "./getaccountingagedpayable.js";
|
|
130
|
+
export * from "./getaccountingagedreceivable.js";
|
|
127
131
|
export * from "./getaccountingbalancesheet.js";
|
|
128
132
|
export * from "./getaccountingbill.js";
|
|
129
133
|
export * from "./getaccountingcashflow.js";
|
|
@@ -136,7 +140,9 @@ export * from "./getaccountingjournal.js";
|
|
|
136
140
|
export * from "./getaccountingorder.js";
|
|
137
141
|
export * from "./getaccountingorganization.js";
|
|
138
142
|
export * from "./getaccountingprofitloss.js";
|
|
143
|
+
export * from "./getaccountingproject.js";
|
|
139
144
|
export * from "./getaccountingpurchaseorder.js";
|
|
145
|
+
export * from "./getaccountingquote.js";
|
|
140
146
|
export * from "./getaccountingreport.js";
|
|
141
147
|
export * from "./getaccountingsalesorder.js";
|
|
142
148
|
export * from "./getaccountingtaxrate.js";
|
|
@@ -273,6 +279,8 @@ export * from "./getunifiedworkspacesecretsmanager.js";
|
|
|
273
279
|
export * from "./getverificationpackage.js";
|
|
274
280
|
export * from "./getverificationrequest.js";
|
|
275
281
|
export * from "./listaccountingaccounts.js";
|
|
282
|
+
export * from "./listaccountingagedpayables.js";
|
|
283
|
+
export * from "./listaccountingagedreceivables.js";
|
|
276
284
|
export * from "./listaccountingbalancesheets.js";
|
|
277
285
|
export * from "./listaccountingbills.js";
|
|
278
286
|
export * from "./listaccountingcashflows.js";
|
|
@@ -285,7 +293,9 @@ export * from "./listaccountingjournals.js";
|
|
|
285
293
|
export * from "./listaccountingorders.js";
|
|
286
294
|
export * from "./listaccountingorganizations.js";
|
|
287
295
|
export * from "./listaccountingprofitlosses.js";
|
|
296
|
+
export * from "./listaccountingprojects.js";
|
|
288
297
|
export * from "./listaccountingpurchaseorders.js";
|
|
298
|
+
export * from "./listaccountingquotes.js";
|
|
289
299
|
export * from "./listaccountingreports.js";
|
|
290
300
|
export * from "./listaccountingsalesorders.js";
|
|
291
301
|
export * from "./listaccountingtaxrates.js";
|
|
@@ -439,7 +449,9 @@ export * from "./patchaccountingexpense.js";
|
|
|
439
449
|
export * from "./patchaccountinginvoice.js";
|
|
440
450
|
export * from "./patchaccountingjournal.js";
|
|
441
451
|
export * from "./patchaccountingorder.js";
|
|
452
|
+
export * from "./patchaccountingproject.js";
|
|
442
453
|
export * from "./patchaccountingpurchaseorder.js";
|
|
454
|
+
export * from "./patchaccountingquote.js";
|
|
443
455
|
export * from "./patchaccountingsalesorder.js";
|
|
444
456
|
export * from "./patchaccountingtaxrate.js";
|
|
445
457
|
export * from "./patchaccountingtransaction.js";
|
|
@@ -558,7 +570,9 @@ export * from "./removeaccountingexpense.js";
|
|
|
558
570
|
export * from "./removeaccountinginvoice.js";
|
|
559
571
|
export * from "./removeaccountingjournal.js";
|
|
560
572
|
export * from "./removeaccountingorder.js";
|
|
573
|
+
export * from "./removeaccountingproject.js";
|
|
561
574
|
export * from "./removeaccountingpurchaseorder.js";
|
|
575
|
+
export * from "./removeaccountingquote.js";
|
|
562
576
|
export * from "./removeaccountingsalesorder.js";
|
|
563
577
|
export * from "./removeaccountingtaxrate.js";
|
|
564
578
|
export * from "./removeaccountingtransaction.js";
|
|
@@ -675,7 +689,9 @@ export * from "./updateaccountingexpense.js";
|
|
|
675
689
|
export * from "./updateaccountinginvoice.js";
|
|
676
690
|
export * from "./updateaccountingjournal.js";
|
|
677
691
|
export * from "./updateaccountingorder.js";
|
|
692
|
+
export * from "./updateaccountingproject.js";
|
|
678
693
|
export * from "./updateaccountingpurchaseorder.js";
|
|
694
|
+
export * from "./updateaccountingquote.js";
|
|
679
695
|
export * from "./updateaccountingsalesorder.js";
|
|
680
696
|
export * from "./updateaccountingtaxrate.js";
|
|
681
697
|
export * from "./updateaccountingtransaction.js";
|
|
@@ -0,0 +1,131 @@
|
|
|
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 ListAccountingAgedpayablesQueryParamFields = {
|
|
10
|
+
Id: "id",
|
|
11
|
+
CreatedAt: "created_at",
|
|
12
|
+
UpdatedAt: "updated_at",
|
|
13
|
+
Currency: "currency",
|
|
14
|
+
StartAt: "start_at",
|
|
15
|
+
EndAt: "end_at",
|
|
16
|
+
TotalCurrentAmount: "total_current_amount",
|
|
17
|
+
TotalOverdueAmount: "total_overdue_amount",
|
|
18
|
+
TotalAmount: "total_amount",
|
|
19
|
+
Periods: "periods",
|
|
20
|
+
OrganizationId: "organization_id",
|
|
21
|
+
Raw: "raw",
|
|
22
|
+
} as const;
|
|
23
|
+
export type ListAccountingAgedpayablesQueryParamFields = ClosedEnum<
|
|
24
|
+
typeof ListAccountingAgedpayablesQueryParamFields
|
|
25
|
+
>;
|
|
26
|
+
|
|
27
|
+
export type ListAccountingAgedpayablesRequest = {
|
|
28
|
+
/**
|
|
29
|
+
* ID of the connection
|
|
30
|
+
*/
|
|
31
|
+
connectionId: string;
|
|
32
|
+
/**
|
|
33
|
+
* The contact ID to filter by (reference to AccountingContact)
|
|
34
|
+
*/
|
|
35
|
+
contactId?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
38
|
+
*/
|
|
39
|
+
endLt?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Fields to return
|
|
42
|
+
*/
|
|
43
|
+
fields?: Array<ListAccountingAgedpayablesQueryParamFields> | undefined;
|
|
44
|
+
limit?: number | undefined;
|
|
45
|
+
offset?: number | undefined;
|
|
46
|
+
order?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The org ID to filter by (reference to AccountingOrganization)
|
|
49
|
+
*/
|
|
50
|
+
orgId?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* Query string to search. eg. email address or name
|
|
53
|
+
*/
|
|
54
|
+
query?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* 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
|
|
57
|
+
*/
|
|
58
|
+
raw?: string | undefined;
|
|
59
|
+
sort?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
62
|
+
*/
|
|
63
|
+
startGte?: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
66
|
+
*/
|
|
67
|
+
updatedGte?: string | undefined;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
/** @internal */
|
|
71
|
+
export const ListAccountingAgedpayablesQueryParamFields$outboundSchema:
|
|
72
|
+
z.ZodNativeEnum<typeof ListAccountingAgedpayablesQueryParamFields> = z
|
|
73
|
+
.nativeEnum(ListAccountingAgedpayablesQueryParamFields);
|
|
74
|
+
|
|
75
|
+
/** @internal */
|
|
76
|
+
export type ListAccountingAgedpayablesRequest$Outbound = {
|
|
77
|
+
connection_id: string;
|
|
78
|
+
contact_id?: string | undefined;
|
|
79
|
+
end_lt?: string | undefined;
|
|
80
|
+
fields?: Array<string> | undefined;
|
|
81
|
+
limit?: number | undefined;
|
|
82
|
+
offset?: number | undefined;
|
|
83
|
+
order?: string | undefined;
|
|
84
|
+
org_id?: string | undefined;
|
|
85
|
+
query?: string | undefined;
|
|
86
|
+
raw?: string | undefined;
|
|
87
|
+
sort?: string | undefined;
|
|
88
|
+
start_gte?: string | undefined;
|
|
89
|
+
updated_gte?: string | undefined;
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/** @internal */
|
|
93
|
+
export const ListAccountingAgedpayablesRequest$outboundSchema: z.ZodType<
|
|
94
|
+
ListAccountingAgedpayablesRequest$Outbound,
|
|
95
|
+
z.ZodTypeDef,
|
|
96
|
+
ListAccountingAgedpayablesRequest
|
|
97
|
+
> = z.object({
|
|
98
|
+
connectionId: z.string(),
|
|
99
|
+
contactId: z.string().optional(),
|
|
100
|
+
endLt: z.string().optional(),
|
|
101
|
+
fields: z.array(ListAccountingAgedpayablesQueryParamFields$outboundSchema)
|
|
102
|
+
.optional(),
|
|
103
|
+
limit: z.number().optional(),
|
|
104
|
+
offset: z.number().optional(),
|
|
105
|
+
order: z.string().optional(),
|
|
106
|
+
orgId: z.string().optional(),
|
|
107
|
+
query: z.string().optional(),
|
|
108
|
+
raw: z.string().optional(),
|
|
109
|
+
sort: z.string().optional(),
|
|
110
|
+
startGte: z.string().optional(),
|
|
111
|
+
updatedGte: z.string().optional(),
|
|
112
|
+
}).transform((v) => {
|
|
113
|
+
return remap$(v, {
|
|
114
|
+
connectionId: "connection_id",
|
|
115
|
+
contactId: "contact_id",
|
|
116
|
+
endLt: "end_lt",
|
|
117
|
+
orgId: "org_id",
|
|
118
|
+
startGte: "start_gte",
|
|
119
|
+
updatedGte: "updated_gte",
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
export function listAccountingAgedpayablesRequestToJSON(
|
|
124
|
+
listAccountingAgedpayablesRequest: ListAccountingAgedpayablesRequest,
|
|
125
|
+
): string {
|
|
126
|
+
return JSON.stringify(
|
|
127
|
+
ListAccountingAgedpayablesRequest$outboundSchema.parse(
|
|
128
|
+
listAccountingAgedpayablesRequest,
|
|
129
|
+
),
|
|
130
|
+
);
|
|
131
|
+
}
|
|
@@ -0,0 +1,131 @@
|
|
|
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 ListAccountingAgedreceivablesQueryParamFields = {
|
|
10
|
+
Id: "id",
|
|
11
|
+
CreatedAt: "created_at",
|
|
12
|
+
UpdatedAt: "updated_at",
|
|
13
|
+
Currency: "currency",
|
|
14
|
+
StartAt: "start_at",
|
|
15
|
+
EndAt: "end_at",
|
|
16
|
+
TotalCurrentAmount: "total_current_amount",
|
|
17
|
+
TotalOverdueAmount: "total_overdue_amount",
|
|
18
|
+
TotalAmount: "total_amount",
|
|
19
|
+
Periods: "periods",
|
|
20
|
+
OrganizationId: "organization_id",
|
|
21
|
+
Raw: "raw",
|
|
22
|
+
} as const;
|
|
23
|
+
export type ListAccountingAgedreceivablesQueryParamFields = ClosedEnum<
|
|
24
|
+
typeof ListAccountingAgedreceivablesQueryParamFields
|
|
25
|
+
>;
|
|
26
|
+
|
|
27
|
+
export type ListAccountingAgedreceivablesRequest = {
|
|
28
|
+
/**
|
|
29
|
+
* ID of the connection
|
|
30
|
+
*/
|
|
31
|
+
connectionId: string;
|
|
32
|
+
/**
|
|
33
|
+
* The contact ID to filter by (reference to AccountingContact)
|
|
34
|
+
*/
|
|
35
|
+
contactId?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
38
|
+
*/
|
|
39
|
+
endLt?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Fields to return
|
|
42
|
+
*/
|
|
43
|
+
fields?: Array<ListAccountingAgedreceivablesQueryParamFields> | undefined;
|
|
44
|
+
limit?: number | undefined;
|
|
45
|
+
offset?: number | undefined;
|
|
46
|
+
order?: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The org ID to filter by (reference to AccountingOrganization)
|
|
49
|
+
*/
|
|
50
|
+
orgId?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* Query string to search. eg. email address or name
|
|
53
|
+
*/
|
|
54
|
+
query?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* 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
|
|
57
|
+
*/
|
|
58
|
+
raw?: string | undefined;
|
|
59
|
+
sort?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
62
|
+
*/
|
|
63
|
+
startGte?: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
|
|
66
|
+
*/
|
|
67
|
+
updatedGte?: string | undefined;
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
/** @internal */
|
|
71
|
+
export const ListAccountingAgedreceivablesQueryParamFields$outboundSchema:
|
|
72
|
+
z.ZodNativeEnum<typeof ListAccountingAgedreceivablesQueryParamFields> = z
|
|
73
|
+
.nativeEnum(ListAccountingAgedreceivablesQueryParamFields);
|
|
74
|
+
|
|
75
|
+
/** @internal */
|
|
76
|
+
export type ListAccountingAgedreceivablesRequest$Outbound = {
|
|
77
|
+
connection_id: string;
|
|
78
|
+
contact_id?: string | undefined;
|
|
79
|
+
end_lt?: string | undefined;
|
|
80
|
+
fields?: Array<string> | undefined;
|
|
81
|
+
limit?: number | undefined;
|
|
82
|
+
offset?: number | undefined;
|
|
83
|
+
order?: string | undefined;
|
|
84
|
+
org_id?: string | undefined;
|
|
85
|
+
query?: string | undefined;
|
|
86
|
+
raw?: string | undefined;
|
|
87
|
+
sort?: string | undefined;
|
|
88
|
+
start_gte?: string | undefined;
|
|
89
|
+
updated_gte?: string | undefined;
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/** @internal */
|
|
93
|
+
export const ListAccountingAgedreceivablesRequest$outboundSchema: z.ZodType<
|
|
94
|
+
ListAccountingAgedreceivablesRequest$Outbound,
|
|
95
|
+
z.ZodTypeDef,
|
|
96
|
+
ListAccountingAgedreceivablesRequest
|
|
97
|
+
> = z.object({
|
|
98
|
+
connectionId: z.string(),
|
|
99
|
+
contactId: z.string().optional(),
|
|
100
|
+
endLt: z.string().optional(),
|
|
101
|
+
fields: z.array(ListAccountingAgedreceivablesQueryParamFields$outboundSchema)
|
|
102
|
+
.optional(),
|
|
103
|
+
limit: z.number().optional(),
|
|
104
|
+
offset: z.number().optional(),
|
|
105
|
+
order: z.string().optional(),
|
|
106
|
+
orgId: z.string().optional(),
|
|
107
|
+
query: z.string().optional(),
|
|
108
|
+
raw: z.string().optional(),
|
|
109
|
+
sort: z.string().optional(),
|
|
110
|
+
startGte: z.string().optional(),
|
|
111
|
+
updatedGte: z.string().optional(),
|
|
112
|
+
}).transform((v) => {
|
|
113
|
+
return remap$(v, {
|
|
114
|
+
connectionId: "connection_id",
|
|
115
|
+
contactId: "contact_id",
|
|
116
|
+
endLt: "end_lt",
|
|
117
|
+
orgId: "org_id",
|
|
118
|
+
startGte: "start_gte",
|
|
119
|
+
updatedGte: "updated_gte",
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
|
|
123
|
+
export function listAccountingAgedreceivablesRequestToJSON(
|
|
124
|
+
listAccountingAgedreceivablesRequest: ListAccountingAgedreceivablesRequest,
|
|
125
|
+
): string {
|
|
126
|
+
return JSON.stringify(
|
|
127
|
+
ListAccountingAgedreceivablesRequest$outboundSchema.parse(
|
|
128
|
+
listAccountingAgedreceivablesRequest,
|
|
129
|
+
),
|
|
130
|
+
);
|
|
131
|
+
}
|
|
@@ -37,6 +37,7 @@ export const ListAccountingBillsQueryParamFields = {
|
|
|
37
37
|
PaymentTerms: "payment_terms",
|
|
38
38
|
Payments: "payments",
|
|
39
39
|
CategoryIds: "category_ids",
|
|
40
|
+
ProjectId: "project_id",
|
|
40
41
|
Raw: "raw",
|
|
41
42
|
} as const;
|
|
42
43
|
export type ListAccountingBillsQueryParamFields = ClosedEnum<
|
|
@@ -31,6 +31,7 @@ export const ListAccountingExpensesQueryParamFields = {
|
|
|
31
31
|
Status: "status",
|
|
32
32
|
ExternalNumber: "external_number",
|
|
33
33
|
CategoryIds: "category_ids",
|
|
34
|
+
ProjectId: "project_id",
|
|
34
35
|
Raw: "raw",
|
|
35
36
|
} as const;
|
|
36
37
|
export type ListAccountingExpensesQueryParamFields = ClosedEnum<
|
|
@@ -39,6 +39,7 @@ export const ListAccountingInvoicesQueryParamFields = {
|
|
|
39
39
|
OrganizationId: "organization_id",
|
|
40
40
|
Payments: "payments",
|
|
41
41
|
CategoryIds: "category_ids",
|
|
42
|
+
ProjectId: "project_id",
|
|
42
43
|
Raw: "raw",
|
|
43
44
|
} as const;
|
|
44
45
|
export type ListAccountingInvoicesQueryParamFields = ClosedEnum<
|