@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
|
@@ -5,38 +5,81 @@
|
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
7
7
|
import { safeParse } from "../../../lib/schemas.js";
|
|
8
|
+
import * as openEnums from "../../types/enums.js";
|
|
9
|
+
import { OpenEnum } from "../../types/enums.js";
|
|
8
10
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
11
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
12
|
+
import {
|
|
13
|
+
AdsManager,
|
|
14
|
+
AdsManager$inboundSchema,
|
|
15
|
+
AdsManager$Outbound,
|
|
16
|
+
AdsManager$outboundSchema,
|
|
17
|
+
} from "./adsmanager.js";
|
|
18
|
+
|
|
19
|
+
export const AdsOrganizationStatus = {
|
|
20
|
+
Unspecified: "UNSPECIFIED",
|
|
21
|
+
Active: "ACTIVE",
|
|
22
|
+
Paused: "PAUSED",
|
|
23
|
+
Archived: "ARCHIVED",
|
|
24
|
+
Draft: "DRAFT",
|
|
25
|
+
ScheduledForDeletion: "SCHEDULED_FOR_DELETION",
|
|
26
|
+
Processing: "PROCESSING",
|
|
27
|
+
ProcessingFailed: "PROCESSING_FAILED",
|
|
28
|
+
} as const;
|
|
29
|
+
export type AdsOrganizationStatus = OpenEnum<typeof AdsOrganizationStatus>;
|
|
10
30
|
|
|
11
31
|
export type AdsOrganization = {
|
|
32
|
+
accountNumber?: string | undefined;
|
|
12
33
|
createdAt?: Date | undefined;
|
|
13
34
|
currency?: string | undefined;
|
|
14
35
|
id?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Manager/agency chain, top-most manager first, closest manager last (SA360 manager/sub_manager)
|
|
38
|
+
*/
|
|
39
|
+
managers?: Array<AdsManager> | undefined;
|
|
15
40
|
name?: string | undefined;
|
|
16
41
|
parentId?: string | undefined;
|
|
17
42
|
raw?: { [k: string]: any } | undefined;
|
|
43
|
+
status?: AdsOrganizationStatus | undefined;
|
|
18
44
|
timezone?: string | undefined;
|
|
19
45
|
updatedAt?: Date | undefined;
|
|
20
46
|
};
|
|
21
47
|
|
|
48
|
+
/** @internal */
|
|
49
|
+
export const AdsOrganizationStatus$inboundSchema: z.ZodType<
|
|
50
|
+
AdsOrganizationStatus,
|
|
51
|
+
z.ZodTypeDef,
|
|
52
|
+
unknown
|
|
53
|
+
> = openEnums.inboundSchema(AdsOrganizationStatus);
|
|
54
|
+
/** @internal */
|
|
55
|
+
export const AdsOrganizationStatus$outboundSchema: z.ZodType<
|
|
56
|
+
string,
|
|
57
|
+
z.ZodTypeDef,
|
|
58
|
+
AdsOrganizationStatus
|
|
59
|
+
> = openEnums.outboundSchema(AdsOrganizationStatus);
|
|
60
|
+
|
|
22
61
|
/** @internal */
|
|
23
62
|
export const AdsOrganization$inboundSchema: z.ZodType<
|
|
24
63
|
AdsOrganization,
|
|
25
64
|
z.ZodTypeDef,
|
|
26
65
|
unknown
|
|
27
66
|
> = z.object({
|
|
67
|
+
account_number: z.string().optional(),
|
|
28
68
|
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
29
69
|
.optional(),
|
|
30
70
|
currency: z.string().optional(),
|
|
31
71
|
id: z.string().optional(),
|
|
72
|
+
managers: z.array(AdsManager$inboundSchema).optional(),
|
|
32
73
|
name: z.string().optional(),
|
|
33
74
|
parent_id: z.string().optional(),
|
|
34
75
|
raw: z.record(z.any()).optional(),
|
|
76
|
+
status: AdsOrganizationStatus$inboundSchema.optional(),
|
|
35
77
|
timezone: z.string().optional(),
|
|
36
78
|
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
37
79
|
.optional(),
|
|
38
80
|
}).transform((v) => {
|
|
39
81
|
return remap$(v, {
|
|
82
|
+
"account_number": "accountNumber",
|
|
40
83
|
"created_at": "createdAt",
|
|
41
84
|
"parent_id": "parentId",
|
|
42
85
|
"updated_at": "updatedAt",
|
|
@@ -44,12 +87,15 @@ export const AdsOrganization$inboundSchema: z.ZodType<
|
|
|
44
87
|
});
|
|
45
88
|
/** @internal */
|
|
46
89
|
export type AdsOrganization$Outbound = {
|
|
90
|
+
account_number?: string | undefined;
|
|
47
91
|
created_at?: string | undefined;
|
|
48
92
|
currency?: string | undefined;
|
|
49
93
|
id?: string | undefined;
|
|
94
|
+
managers?: Array<AdsManager$Outbound> | undefined;
|
|
50
95
|
name?: string | undefined;
|
|
51
96
|
parent_id?: string | undefined;
|
|
52
97
|
raw?: { [k: string]: any } | undefined;
|
|
98
|
+
status?: string | undefined;
|
|
53
99
|
timezone?: string | undefined;
|
|
54
100
|
updated_at?: string | undefined;
|
|
55
101
|
};
|
|
@@ -60,16 +106,20 @@ export const AdsOrganization$outboundSchema: z.ZodType<
|
|
|
60
106
|
z.ZodTypeDef,
|
|
61
107
|
AdsOrganization
|
|
62
108
|
> = z.object({
|
|
109
|
+
accountNumber: z.string().optional(),
|
|
63
110
|
createdAt: z.date().transform(v => v.toISOString()).optional(),
|
|
64
111
|
currency: z.string().optional(),
|
|
65
112
|
id: z.string().optional(),
|
|
113
|
+
managers: z.array(AdsManager$outboundSchema).optional(),
|
|
66
114
|
name: z.string().optional(),
|
|
67
115
|
parentId: z.string().optional(),
|
|
68
116
|
raw: z.record(z.any()).optional(),
|
|
117
|
+
status: AdsOrganizationStatus$outboundSchema.optional(),
|
|
69
118
|
timezone: z.string().optional(),
|
|
70
119
|
updatedAt: z.date().transform(v => v.toISOString()).optional(),
|
|
71
120
|
}).transform((v) => {
|
|
72
121
|
return remap$(v, {
|
|
122
|
+
accountNumber: "account_number",
|
|
73
123
|
createdAt: "created_at",
|
|
74
124
|
parentId: "parent_id",
|
|
75
125
|
updatedAt: "updated_at",
|
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
export * from "./accountingaccount.js";
|
|
6
6
|
export * from "./accountingaccounttaxonomy.js";
|
|
7
|
+
export * from "./accountingagedpayable.js";
|
|
8
|
+
export * from "./accountingagedperiod.js";
|
|
9
|
+
export * from "./accountingagedreceivable.js";
|
|
10
|
+
export * from "./accountingagedrow.js";
|
|
7
11
|
export * from "./accountingassociatedcontact.js";
|
|
8
12
|
export * from "./accountingattachment.js";
|
|
9
13
|
export * from "./accountingbalancesheet.js";
|
|
@@ -32,7 +36,9 @@ export * from "./accountingprofitlossaccount.js";
|
|
|
32
36
|
export * from "./accountingprofitlosscategory.js";
|
|
33
37
|
export * from "./accountingprofitlosssection.js";
|
|
34
38
|
export * from "./accountingprofitlosssubcategory.js";
|
|
39
|
+
export * from "./accountingproject.js";
|
|
35
40
|
export * from "./accountingpurchaseorder.js";
|
|
41
|
+
export * from "./accountingquote.js";
|
|
36
42
|
export * from "./accountingreference.js";
|
|
37
43
|
export * from "./accountingreport.js";
|
|
38
44
|
export * from "./accountingsalesorder.js";
|
|
@@ -53,6 +59,7 @@ export * from "./adsgroup.js";
|
|
|
53
59
|
export * from "./adsinsertionorder.js";
|
|
54
60
|
export * from "./adsinsertionorderbudgetsegment.js";
|
|
55
61
|
export * from "./adskeyword.js";
|
|
62
|
+
export * from "./adsmanager.js";
|
|
56
63
|
export * from "./adsorganization.js";
|
|
57
64
|
export * from "./adspromoted.js";
|
|
58
65
|
export * from "./adsreport.js";
|
|
@@ -243,6 +250,8 @@ export * from "./paymentpayment.js";
|
|
|
243
250
|
export * from "./paymentpayout.js";
|
|
244
251
|
export * from "./paymentrefund.js";
|
|
245
252
|
export * from "./paymentsubscription.js";
|
|
253
|
+
export * from "./propertyaccountingagedrowcontact.js";
|
|
254
|
+
export * from "./propertyaccountingagedrowtransaction.js";
|
|
246
255
|
export * from "./propertyaccountingcontactbillingaddress.js";
|
|
247
256
|
export * from "./propertyaccountingcontactshippingaddress.js";
|
|
248
257
|
export * from "./propertyaccountingorderbillingaddress.js";
|
|
@@ -497,6 +497,13 @@ export const ListSaleschannelId = {
|
|
|
497
497
|
} as const;
|
|
498
498
|
export type ListSaleschannelId = OpenEnum<typeof ListSaleschannelId>;
|
|
499
499
|
|
|
500
|
+
export const ListSegmentId = {
|
|
501
|
+
SupportedRequired: "supported-required",
|
|
502
|
+
Supported: "supported",
|
|
503
|
+
NotSupported: "not-supported",
|
|
504
|
+
} as const;
|
|
505
|
+
export type ListSegmentId = OpenEnum<typeof ListSegmentId>;
|
|
506
|
+
|
|
500
507
|
export const ListSessionId = {
|
|
501
508
|
SupportedRequired: "supported-required",
|
|
502
509
|
Supported: "supported",
|
|
@@ -1407,6 +1414,7 @@ export type IntegrationSupport = {
|
|
|
1407
1414
|
listRoleId?: ListRoleId | undefined;
|
|
1408
1415
|
listRootId?: ListRootId | undefined;
|
|
1409
1416
|
listSaleschannelId?: ListSaleschannelId | undefined;
|
|
1417
|
+
listSegmentId?: ListSegmentId | undefined;
|
|
1410
1418
|
listSessionId?: ListSessionId | undefined;
|
|
1411
1419
|
listShipmentId?: ListShipmentId | undefined;
|
|
1412
1420
|
listSize?: ListSize | undefined;
|
|
@@ -2015,6 +2023,13 @@ export const ListSaleschannelId$inboundSchema: z.ZodType<
|
|
|
2015
2023
|
unknown
|
|
2016
2024
|
> = openEnums.inboundSchema(ListSaleschannelId);
|
|
2017
2025
|
|
|
2026
|
+
/** @internal */
|
|
2027
|
+
export const ListSegmentId$inboundSchema: z.ZodType<
|
|
2028
|
+
ListSegmentId,
|
|
2029
|
+
z.ZodTypeDef,
|
|
2030
|
+
unknown
|
|
2031
|
+
> = openEnums.inboundSchema(ListSegmentId);
|
|
2032
|
+
|
|
2018
2033
|
/** @internal */
|
|
2019
2034
|
export const ListSessionId$inboundSchema: z.ZodType<
|
|
2020
2035
|
ListSessionId,
|
|
@@ -2896,6 +2911,7 @@ export const IntegrationSupport$inboundSchema: z.ZodType<
|
|
|
2896
2911
|
list_role_id: ListRoleId$inboundSchema.optional(),
|
|
2897
2912
|
list_root_id: ListRootId$inboundSchema.optional(),
|
|
2898
2913
|
list_saleschannel_id: ListSaleschannelId$inboundSchema.optional(),
|
|
2914
|
+
list_segment_id: ListSegmentId$inboundSchema.optional(),
|
|
2899
2915
|
list_session_id: ListSessionId$inboundSchema.optional(),
|
|
2900
2916
|
list_shipment_id: ListShipmentId$inboundSchema.optional(),
|
|
2901
2917
|
list_size: ListSize$inboundSchema.optional(),
|
|
@@ -3106,6 +3122,7 @@ export const IntegrationSupport$inboundSchema: z.ZodType<
|
|
|
3106
3122
|
"list_role_id": "listRoleId",
|
|
3107
3123
|
"list_root_id": "listRootId",
|
|
3108
3124
|
"list_saleschannel_id": "listSaleschannelId",
|
|
3125
|
+
"list_segment_id": "listSegmentId",
|
|
3109
3126
|
"list_session_id": "listSessionId",
|
|
3110
3127
|
"list_shipment_id": "listShipmentId",
|
|
3111
3128
|
"list_size": "listSize",
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
|
|
10
|
+
export type PropertyAccountingAgedRowContact = {
|
|
11
|
+
id?: string | undefined;
|
|
12
|
+
name?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const PropertyAccountingAgedRowContact$inboundSchema: z.ZodType<
|
|
17
|
+
PropertyAccountingAgedRowContact,
|
|
18
|
+
z.ZodTypeDef,
|
|
19
|
+
unknown
|
|
20
|
+
> = z.object({
|
|
21
|
+
id: z.string().optional(),
|
|
22
|
+
name: z.string().optional(),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export function propertyAccountingAgedRowContactFromJSON(
|
|
26
|
+
jsonString: string,
|
|
27
|
+
): SafeParseResult<PropertyAccountingAgedRowContact, SDKValidationError> {
|
|
28
|
+
return safeParse(
|
|
29
|
+
jsonString,
|
|
30
|
+
(x) => PropertyAccountingAgedRowContact$inboundSchema.parse(JSON.parse(x)),
|
|
31
|
+
`Failed to parse 'PropertyAccountingAgedRowContact' from JSON`,
|
|
32
|
+
);
|
|
33
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import * as z from "zod/v3";
|
|
6
|
+
import { safeParse } from "../../../lib/schemas.js";
|
|
7
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
8
|
+
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
9
|
+
|
|
10
|
+
export type PropertyAccountingAgedRowTransaction = {
|
|
11
|
+
id?: string | undefined;
|
|
12
|
+
name?: string | undefined;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const PropertyAccountingAgedRowTransaction$inboundSchema: z.ZodType<
|
|
17
|
+
PropertyAccountingAgedRowTransaction,
|
|
18
|
+
z.ZodTypeDef,
|
|
19
|
+
unknown
|
|
20
|
+
> = z.object({
|
|
21
|
+
id: z.string().optional(),
|
|
22
|
+
name: z.string().optional(),
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export function propertyAccountingAgedRowTransactionFromJSON(
|
|
26
|
+
jsonString: string,
|
|
27
|
+
): SafeParseResult<PropertyAccountingAgedRowTransaction, SDKValidationError> {
|
|
28
|
+
return safeParse(
|
|
29
|
+
jsonString,
|
|
30
|
+
(x) =>
|
|
31
|
+
PropertyAccountingAgedRowTransaction$inboundSchema.parse(JSON.parse(x)),
|
|
32
|
+
`Failed to parse 'PropertyAccountingAgedRowTransaction' from JSON`,
|
|
33
|
+
);
|
|
34
|
+
}
|
|
@@ -121,6 +121,7 @@ export type PropertyAdsReportMetricsCampaign = {
|
|
|
121
121
|
goal?: PropertyAdsReportMetricsCampaignGoal | undefined;
|
|
122
122
|
hasEuPoliticalAds?: boolean | undefined;
|
|
123
123
|
id?: string | undefined;
|
|
124
|
+
labels?: Array<string> | undefined;
|
|
124
125
|
name?: string | undefined;
|
|
125
126
|
organizationId?: string | undefined;
|
|
126
127
|
plannedSpendAmount?: number | undefined;
|
|
@@ -205,6 +206,7 @@ export const PropertyAdsReportMetricsCampaign$inboundSchema: z.ZodType<
|
|
|
205
206
|
goal: PropertyAdsReportMetricsCampaignGoal$inboundSchema.optional(),
|
|
206
207
|
has_eu_political_ads: z.boolean().optional(),
|
|
207
208
|
id: z.string().optional(),
|
|
209
|
+
labels: z.array(z.string()).optional(),
|
|
208
210
|
name: z.string().optional(),
|
|
209
211
|
organization_id: z.string().optional(),
|
|
210
212
|
planned_spend_amount: z.number().optional(),
|
|
@@ -72,6 +72,7 @@ export type PropertyAdsReportMetricsCreative = {
|
|
|
72
72
|
hostingSource?: PropertyAdsReportMetricsCreativeHostingSource | undefined;
|
|
73
73
|
id?: string | undefined;
|
|
74
74
|
itemId?: string | undefined;
|
|
75
|
+
labels?: Array<string> | undefined;
|
|
75
76
|
linkUrl?: string | undefined;
|
|
76
77
|
name?: string | undefined;
|
|
77
78
|
organizationId?: string | undefined;
|
|
@@ -83,6 +84,7 @@ export type PropertyAdsReportMetricsCreative = {
|
|
|
83
84
|
thirdPartyTag?: string | undefined;
|
|
84
85
|
title?: string | undefined;
|
|
85
86
|
updatedAt?: Date | undefined;
|
|
87
|
+
urlTags?: string | undefined;
|
|
86
88
|
vastTagUrl?: string | undefined;
|
|
87
89
|
width?: number | undefined;
|
|
88
90
|
};
|
|
@@ -134,6 +136,7 @@ export const PropertyAdsReportMetricsCreative$inboundSchema: z.ZodType<
|
|
|
134
136
|
.optional(),
|
|
135
137
|
id: z.string().optional(),
|
|
136
138
|
item_id: z.string().optional(),
|
|
139
|
+
labels: z.array(z.string()).optional(),
|
|
137
140
|
link_url: z.string().optional(),
|
|
138
141
|
name: z.string().optional(),
|
|
139
142
|
organization_id: z.string().optional(),
|
|
@@ -146,6 +149,7 @@ export const PropertyAdsReportMetricsCreative$inboundSchema: z.ZodType<
|
|
|
146
149
|
title: z.string().optional(),
|
|
147
150
|
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
148
151
|
.optional(),
|
|
152
|
+
url_tags: z.string().optional(),
|
|
149
153
|
vast_tag_url: z.string().optional(),
|
|
150
154
|
width: z.number().optional(),
|
|
151
155
|
}).transform((v) => {
|
|
@@ -164,6 +168,7 @@ export const PropertyAdsReportMetricsCreative$inboundSchema: z.ZodType<
|
|
|
164
168
|
"organization_id": "organizationId",
|
|
165
169
|
"third_party_tag": "thirdPartyTag",
|
|
166
170
|
"updated_at": "updatedAt",
|
|
171
|
+
"url_tags": "urlTags",
|
|
167
172
|
"vast_tag_url": "vastTagUrl",
|
|
168
173
|
});
|
|
169
174
|
});
|
|
@@ -72,6 +72,14 @@ export type PropertyAdsReportMetricsGroupBudgetUnit = OpenEnum<
|
|
|
72
72
|
typeof PropertyAdsReportMetricsGroupBudgetUnit
|
|
73
73
|
>;
|
|
74
74
|
|
|
75
|
+
export const PropertyAdsReportMetricsGroupCreativeSelection = {
|
|
76
|
+
Optimized: "OPTIMIZED",
|
|
77
|
+
RoundRobin: "ROUND_ROBIN",
|
|
78
|
+
} as const;
|
|
79
|
+
export type PropertyAdsReportMetricsGroupCreativeSelection = OpenEnum<
|
|
80
|
+
typeof PropertyAdsReportMetricsGroupCreativeSelection
|
|
81
|
+
>;
|
|
82
|
+
|
|
75
83
|
export const PropertyAdsReportMetricsGroupEffectiveStatus = {
|
|
76
84
|
Unspecified: "UNSPECIFIED",
|
|
77
85
|
Serving: "SERVING",
|
|
@@ -160,6 +168,9 @@ export type PropertyAdsReportMetricsGroup = {
|
|
|
160
168
|
campaignId?: string | undefined;
|
|
161
169
|
createdAt?: Date | undefined;
|
|
162
170
|
creativeIds?: Array<string> | undefined;
|
|
171
|
+
creativeSelection?:
|
|
172
|
+
| PropertyAdsReportMetricsGroupCreativeSelection
|
|
173
|
+
| undefined;
|
|
163
174
|
currency?: string | undefined;
|
|
164
175
|
effectiveStatus?: PropertyAdsReportMetricsGroupEffectiveStatus | undefined;
|
|
165
176
|
endAt?: Date | undefined;
|
|
@@ -167,6 +178,7 @@ export type PropertyAdsReportMetricsGroup = {
|
|
|
167
178
|
hasEuPoliticalAds?: boolean | undefined;
|
|
168
179
|
id?: string | undefined;
|
|
169
180
|
insertionorderId?: string | undefined;
|
|
181
|
+
languageLocale?: string | undefined;
|
|
170
182
|
name?: string | undefined;
|
|
171
183
|
optimizationGoal?: PropertyAdsReportMetricsGroupOptimizationGoal | undefined;
|
|
172
184
|
organizationId?: string | undefined;
|
|
@@ -212,6 +224,14 @@ export const PropertyAdsReportMetricsGroupBudgetUnit$inboundSchema: z.ZodType<
|
|
|
212
224
|
unknown
|
|
213
225
|
> = openEnums.inboundSchema(PropertyAdsReportMetricsGroupBudgetUnit);
|
|
214
226
|
|
|
227
|
+
/** @internal */
|
|
228
|
+
export const PropertyAdsReportMetricsGroupCreativeSelection$inboundSchema:
|
|
229
|
+
z.ZodType<
|
|
230
|
+
PropertyAdsReportMetricsGroupCreativeSelection,
|
|
231
|
+
z.ZodTypeDef,
|
|
232
|
+
unknown
|
|
233
|
+
> = openEnums.inboundSchema(PropertyAdsReportMetricsGroupCreativeSelection);
|
|
234
|
+
|
|
215
235
|
/** @internal */
|
|
216
236
|
export const PropertyAdsReportMetricsGroupEffectiveStatus$inboundSchema:
|
|
217
237
|
z.ZodType<
|
|
@@ -264,6 +284,8 @@ export const PropertyAdsReportMetricsGroup$inboundSchema: z.ZodType<
|
|
|
264
284
|
created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
265
285
|
.optional(),
|
|
266
286
|
creative_ids: z.array(z.string()).optional(),
|
|
287
|
+
creative_selection:
|
|
288
|
+
PropertyAdsReportMetricsGroupCreativeSelection$inboundSchema.optional(),
|
|
267
289
|
currency: z.string().optional(),
|
|
268
290
|
effective_status: PropertyAdsReportMetricsGroupEffectiveStatus$inboundSchema
|
|
269
291
|
.optional(),
|
|
@@ -274,6 +296,7 @@ export const PropertyAdsReportMetricsGroup$inboundSchema: z.ZodType<
|
|
|
274
296
|
has_eu_political_ads: z.boolean().optional(),
|
|
275
297
|
id: z.string().optional(),
|
|
276
298
|
insertionorder_id: z.string().optional(),
|
|
299
|
+
language_locale: z.string().optional(),
|
|
277
300
|
name: z.string().optional(),
|
|
278
301
|
optimization_goal: PropertyAdsReportMetricsGroupOptimizationGoal$inboundSchema
|
|
279
302
|
.optional(),
|
|
@@ -302,11 +325,13 @@ export const PropertyAdsReportMetricsGroup$inboundSchema: z.ZodType<
|
|
|
302
325
|
"campaign_id": "campaignId",
|
|
303
326
|
"created_at": "createdAt",
|
|
304
327
|
"creative_ids": "creativeIds",
|
|
328
|
+
"creative_selection": "creativeSelection",
|
|
305
329
|
"effective_status": "effectiveStatus",
|
|
306
330
|
"end_at": "endAt",
|
|
307
331
|
"frequency_cap": "frequencyCap",
|
|
308
332
|
"has_eu_political_ads": "hasEuPoliticalAds",
|
|
309
333
|
"insertionorder_id": "insertionorderId",
|
|
334
|
+
"language_locale": "languageLocale",
|
|
310
335
|
"optimization_goal": "optimizationGoal",
|
|
311
336
|
"organization_id": "organizationId",
|
|
312
337
|
"parent_id": "parentId",
|
|
@@ -48,6 +48,12 @@ export const PropertyConnectionPermissions = {
|
|
|
48
48
|
PaymentPaymentWrite: "payment_payment_write",
|
|
49
49
|
AccountingCashflowRead: "accounting_cashflow_read",
|
|
50
50
|
AccountingCashflowWrite: "accounting_cashflow_write",
|
|
51
|
+
AccountingQuoteRead: "accounting_quote_read",
|
|
52
|
+
AccountingQuoteWrite: "accounting_quote_write",
|
|
53
|
+
AccountingAgedreceivableRead: "accounting_agedreceivable_read",
|
|
54
|
+
AccountingAgedpayableRead: "accounting_agedpayable_read",
|
|
55
|
+
AccountingProjectRead: "accounting_project_read",
|
|
56
|
+
AccountingProjectWrite: "accounting_project_write",
|
|
51
57
|
PaymentPayoutRead: "payment_payout_read",
|
|
52
58
|
PaymentRefundRead: "payment_refund_read",
|
|
53
59
|
PaymentLinkRead: "payment_link_read",
|
|
@@ -42,6 +42,7 @@ export type StorageFile = {
|
|
|
42
42
|
raw?: { [k: string]: any } | undefined;
|
|
43
43
|
references?: Array<StorageReference> | undefined;
|
|
44
44
|
size?: number | undefined;
|
|
45
|
+
tags?: Array<string> | undefined;
|
|
45
46
|
type?: StorageFileType | undefined;
|
|
46
47
|
updatedAt?: Date | undefined;
|
|
47
48
|
userId?: string | undefined;
|
|
@@ -82,6 +83,7 @@ export const StorageFile$inboundSchema: z.ZodType<
|
|
|
82
83
|
raw: z.record(z.any()).optional(),
|
|
83
84
|
references: z.array(StorageReference$inboundSchema).optional(),
|
|
84
85
|
size: z.number().optional(),
|
|
86
|
+
tags: z.array(z.string()).optional(),
|
|
85
87
|
type: StorageFileType$inboundSchema.optional(),
|
|
86
88
|
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
87
89
|
.optional(),
|
|
@@ -114,6 +116,7 @@ export type StorageFile$Outbound = {
|
|
|
114
116
|
raw?: { [k: string]: any } | undefined;
|
|
115
117
|
references?: Array<StorageReference$Outbound> | undefined;
|
|
116
118
|
size?: number | undefined;
|
|
119
|
+
tags?: Array<string> | undefined;
|
|
117
120
|
type?: string | undefined;
|
|
118
121
|
updated_at?: string | undefined;
|
|
119
122
|
user_id?: string | undefined;
|
|
@@ -140,6 +143,7 @@ export const StorageFile$outboundSchema: z.ZodType<
|
|
|
140
143
|
raw: z.record(z.any()).optional(),
|
|
141
144
|
references: z.array(StorageReference$outboundSchema).optional(),
|
|
142
145
|
size: z.number().optional(),
|
|
146
|
+
tags: z.array(z.string()).optional(),
|
|
143
147
|
type: StorageFileType$outboundSchema.optional(),
|
|
144
148
|
updatedAt: z.date().transform(v => v.toISOString()).optional(),
|
|
145
149
|
userId: z.string().optional(),
|
|
@@ -49,6 +49,10 @@ export const WebhookObjectType = {
|
|
|
49
49
|
AccountingCategory: "accounting_category",
|
|
50
50
|
AccountingExpense: "accounting_expense",
|
|
51
51
|
AccountingCashflow: "accounting_cashflow",
|
|
52
|
+
AccountingQuote: "accounting_quote",
|
|
53
|
+
AccountingAgedreceivable: "accounting_agedreceivable",
|
|
54
|
+
AccountingAgedpayable: "accounting_agedpayable",
|
|
55
|
+
AccountingProject: "accounting_project",
|
|
52
56
|
PaymentPayment: "payment_payment",
|
|
53
57
|
PaymentLink: "payment_link",
|
|
54
58
|
PaymentPayout: "payment_payout",
|
package/src/sdk/project.ts
CHANGED
|
@@ -2,18 +2,38 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
5
|
+
import { accountingCreateAccountingProject } from "../funcs/accountingCreateAccountingProject.js";
|
|
6
|
+
import { accountingGetAccountingProject } from "../funcs/accountingGetAccountingProject.js";
|
|
7
|
+
import { accountingListAccountingProjects } from "../funcs/accountingListAccountingProjects.js";
|
|
8
|
+
import { accountingPatchAccountingProject } from "../funcs/accountingPatchAccountingProject.js";
|
|
9
|
+
import { accountingRemoveAccountingProject } from "../funcs/accountingRemoveAccountingProject.js";
|
|
10
|
+
import { accountingUpdateAccountingProject } from "../funcs/accountingUpdateAccountingProject.js";
|
|
11
|
+
import { projectCreateTaskProject } from "../funcs/projectCreateTaskProject.js";
|
|
12
|
+
import { projectGetTaskProject } from "../funcs/projectGetTaskProject.js";
|
|
13
|
+
import { projectListTaskProjects } from "../funcs/projectListTaskProjects.js";
|
|
14
|
+
import { projectPatchTaskProject } from "../funcs/projectPatchTaskProject.js";
|
|
15
|
+
import { projectRemoveTaskProject } from "../funcs/projectRemoveTaskProject.js";
|
|
16
|
+
import { projectUpdateTaskProject } from "../funcs/projectUpdateTaskProject.js";
|
|
11
17
|
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
12
18
|
import * as operations from "./models/operations/index.js";
|
|
13
19
|
import * as shared from "./models/shared/index.js";
|
|
14
20
|
import { unwrapAsync } from "./types/fp.js";
|
|
15
21
|
|
|
16
22
|
export class Project extends ClientSDK {
|
|
23
|
+
/**
|
|
24
|
+
* Create a project
|
|
25
|
+
*/
|
|
26
|
+
async createAccountingProject(
|
|
27
|
+
request: operations.CreateAccountingProjectRequest,
|
|
28
|
+
options?: RequestOptions,
|
|
29
|
+
): Promise<shared.AccountingProject> {
|
|
30
|
+
return unwrapAsync(accountingCreateAccountingProject(
|
|
31
|
+
this,
|
|
32
|
+
request,
|
|
33
|
+
options,
|
|
34
|
+
));
|
|
35
|
+
}
|
|
36
|
+
|
|
17
37
|
/**
|
|
18
38
|
* Create a project
|
|
19
39
|
*/
|
|
@@ -21,7 +41,21 @@ export class Project extends ClientSDK {
|
|
|
21
41
|
request: operations.CreateTaskProjectRequest,
|
|
22
42
|
options?: RequestOptions,
|
|
23
43
|
): Promise<shared.TaskProject> {
|
|
24
|
-
return unwrapAsync(
|
|
44
|
+
return unwrapAsync(projectCreateTaskProject(
|
|
45
|
+
this,
|
|
46
|
+
request,
|
|
47
|
+
options,
|
|
48
|
+
));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Retrieve a project
|
|
53
|
+
*/
|
|
54
|
+
async getAccountingProject(
|
|
55
|
+
request: operations.GetAccountingProjectRequest,
|
|
56
|
+
options?: RequestOptions,
|
|
57
|
+
): Promise<shared.AccountingProject> {
|
|
58
|
+
return unwrapAsync(accountingGetAccountingProject(
|
|
25
59
|
this,
|
|
26
60
|
request,
|
|
27
61
|
options,
|
|
@@ -35,7 +69,21 @@ export class Project extends ClientSDK {
|
|
|
35
69
|
request: operations.GetTaskProjectRequest,
|
|
36
70
|
options?: RequestOptions,
|
|
37
71
|
): Promise<shared.TaskProject> {
|
|
38
|
-
return unwrapAsync(
|
|
72
|
+
return unwrapAsync(projectGetTaskProject(
|
|
73
|
+
this,
|
|
74
|
+
request,
|
|
75
|
+
options,
|
|
76
|
+
));
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* List all projects
|
|
81
|
+
*/
|
|
82
|
+
async listAccountingProjects(
|
|
83
|
+
request: operations.ListAccountingProjectsRequest,
|
|
84
|
+
options?: RequestOptions,
|
|
85
|
+
): Promise<Array<shared.AccountingProject>> {
|
|
86
|
+
return unwrapAsync(accountingListAccountingProjects(
|
|
39
87
|
this,
|
|
40
88
|
request,
|
|
41
89
|
options,
|
|
@@ -49,7 +97,21 @@ export class Project extends ClientSDK {
|
|
|
49
97
|
request: operations.ListTaskProjectsRequest,
|
|
50
98
|
options?: RequestOptions,
|
|
51
99
|
): Promise<Array<shared.TaskProject>> {
|
|
52
|
-
return unwrapAsync(
|
|
100
|
+
return unwrapAsync(projectListTaskProjects(
|
|
101
|
+
this,
|
|
102
|
+
request,
|
|
103
|
+
options,
|
|
104
|
+
));
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Update a project
|
|
109
|
+
*/
|
|
110
|
+
async patchAccountingProject(
|
|
111
|
+
request: operations.PatchAccountingProjectRequest,
|
|
112
|
+
options?: RequestOptions,
|
|
113
|
+
): Promise<shared.AccountingProject> {
|
|
114
|
+
return unwrapAsync(accountingPatchAccountingProject(
|
|
53
115
|
this,
|
|
54
116
|
request,
|
|
55
117
|
options,
|
|
@@ -63,7 +125,21 @@ export class Project extends ClientSDK {
|
|
|
63
125
|
request: operations.PatchTaskProjectRequest,
|
|
64
126
|
options?: RequestOptions,
|
|
65
127
|
): Promise<shared.TaskProject> {
|
|
66
|
-
return unwrapAsync(
|
|
128
|
+
return unwrapAsync(projectPatchTaskProject(
|
|
129
|
+
this,
|
|
130
|
+
request,
|
|
131
|
+
options,
|
|
132
|
+
));
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Remove a project
|
|
137
|
+
*/
|
|
138
|
+
async removeAccountingProject(
|
|
139
|
+
request: operations.RemoveAccountingProjectRequest,
|
|
140
|
+
options?: RequestOptions,
|
|
141
|
+
): Promise<operations.RemoveAccountingProjectResponse | undefined> {
|
|
142
|
+
return unwrapAsync(accountingRemoveAccountingProject(
|
|
67
143
|
this,
|
|
68
144
|
request,
|
|
69
145
|
options,
|
|
@@ -77,7 +153,21 @@ export class Project extends ClientSDK {
|
|
|
77
153
|
request: operations.RemoveTaskProjectRequest,
|
|
78
154
|
options?: RequestOptions,
|
|
79
155
|
): Promise<operations.RemoveTaskProjectResponse | undefined> {
|
|
80
|
-
return unwrapAsync(
|
|
156
|
+
return unwrapAsync(projectRemoveTaskProject(
|
|
157
|
+
this,
|
|
158
|
+
request,
|
|
159
|
+
options,
|
|
160
|
+
));
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* Update a project
|
|
165
|
+
*/
|
|
166
|
+
async updateAccountingProject(
|
|
167
|
+
request: operations.UpdateAccountingProjectRequest,
|
|
168
|
+
options?: RequestOptions,
|
|
169
|
+
): Promise<shared.AccountingProject> {
|
|
170
|
+
return unwrapAsync(accountingUpdateAccountingProject(
|
|
81
171
|
this,
|
|
82
172
|
request,
|
|
83
173
|
options,
|
|
@@ -91,7 +181,7 @@ export class Project extends ClientSDK {
|
|
|
91
181
|
request: operations.UpdateTaskProjectRequest,
|
|
92
182
|
options?: RequestOptions,
|
|
93
183
|
): Promise<shared.TaskProject> {
|
|
94
|
-
return unwrapAsync(
|
|
184
|
+
return unwrapAsync(projectUpdateTaskProject(
|
|
95
185
|
this,
|
|
96
186
|
request,
|
|
97
187
|
options,
|