@unified-api/typescript-sdk 2.85.26 → 2.85.28
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 +70 -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 +133 -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/performanceCreatePerformanceFeedback.d.ts +15 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceFeedback.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceFeedback.js +125 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceFeedback.js.map +1 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceGoal.d.ts +15 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceGoal.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceGoal.js +123 -0
- package/dist/commonjs/funcs/performanceCreatePerformanceGoal.js.map +1 -0
- package/dist/commonjs/funcs/performanceGetPerformanceCycle.d.ts +15 -0
- package/dist/commonjs/funcs/performanceGetPerformanceCycle.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceGetPerformanceCycle.js +126 -0
- package/dist/commonjs/funcs/performanceGetPerformanceCycle.js.map +1 -0
- package/dist/commonjs/funcs/performanceGetPerformanceFeedback.d.ts +15 -0
- package/dist/commonjs/funcs/performanceGetPerformanceFeedback.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceGetPerformanceFeedback.js +126 -0
- package/dist/commonjs/funcs/performanceGetPerformanceFeedback.js.map +1 -0
- package/dist/commonjs/funcs/performanceGetPerformanceGoal.d.ts +15 -0
- package/dist/commonjs/funcs/performanceGetPerformanceGoal.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceGetPerformanceGoal.js +126 -0
- package/dist/commonjs/funcs/performanceGetPerformanceGoal.js.map +1 -0
- package/dist/commonjs/funcs/performanceListPerformanceCycles.d.ts +15 -0
- package/dist/commonjs/funcs/performanceListPerformanceCycles.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceListPerformanceCycles.js +130 -0
- package/dist/commonjs/funcs/performanceListPerformanceCycles.js.map +1 -0
- package/dist/commonjs/funcs/performanceListPerformanceFeedbacks.d.ts +15 -0
- package/dist/commonjs/funcs/performanceListPerformanceFeedbacks.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceListPerformanceFeedbacks.js +131 -0
- package/dist/commonjs/funcs/performanceListPerformanceFeedbacks.js.map +1 -0
- package/dist/commonjs/funcs/performanceListPerformanceGoals.d.ts +15 -0
- package/dist/commonjs/funcs/performanceListPerformanceGoals.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceListPerformanceGoals.js +133 -0
- package/dist/commonjs/funcs/performanceListPerformanceGoals.js.map +1 -0
- package/dist/commonjs/funcs/performancePatchPerformanceGoal.d.ts +15 -0
- package/dist/commonjs/funcs/performancePatchPerformanceGoal.d.ts.map +1 -0
- package/dist/commonjs/funcs/performancePatchPerformanceGoal.js +127 -0
- package/dist/commonjs/funcs/performancePatchPerformanceGoal.js.map +1 -0
- package/dist/commonjs/funcs/performanceRemovePerformanceGoal.d.ts +14 -0
- package/dist/commonjs/funcs/performanceRemovePerformanceGoal.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceRemovePerformanceGoal.js +123 -0
- package/dist/commonjs/funcs/performanceRemovePerformanceGoal.js.map +1 -0
- package/dist/commonjs/funcs/performanceUpdatePerformanceGoal.d.ts +15 -0
- package/dist/commonjs/funcs/performanceUpdatePerformanceGoal.d.ts.map +1 -0
- package/dist/commonjs/funcs/performanceUpdatePerformanceGoal.js +127 -0
- package/dist/commonjs/funcs/performanceUpdatePerformanceGoal.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/funcs/reviewGetPerformanceReview.d.ts +15 -0
- package/dist/commonjs/funcs/reviewGetPerformanceReview.d.ts.map +1 -0
- package/dist/commonjs/funcs/reviewGetPerformanceReview.js +126 -0
- package/dist/commonjs/funcs/reviewGetPerformanceReview.js.map +1 -0
- package/dist/commonjs/funcs/reviewListPerformanceReviews.d.ts +15 -0
- package/dist/commonjs/funcs/reviewListPerformanceReviews.d.ts.map +1 -0
- package/dist/commonjs/funcs/reviewListPerformanceReviews.js +132 -0
- package/dist/commonjs/funcs/reviewListPerformanceReviews.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/cycle.d.ts +14 -0
- package/dist/commonjs/sdk/cycle.d.ts.map +1 -0
- package/dist/commonjs/sdk/cycle.js +26 -0
- package/dist/commonjs/sdk/cycle.js.map +1 -0
- package/dist/commonjs/sdk/feedback.d.ts +18 -0
- package/dist/commonjs/sdk/feedback.d.ts.map +1 -0
- package/dist/commonjs/sdk/feedback.js +33 -0
- package/dist/commonjs/sdk/feedback.js.map +1 -0
- package/dist/commonjs/sdk/goal.d.ts +30 -0
- package/dist/commonjs/sdk/goal.d.ts.map +1 -0
- package/dist/commonjs/sdk/goal.js +54 -0
- package/dist/commonjs/sdk/goal.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/createaccountingorder.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/createaccountingorder.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingorder.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/createperformancefeedback.d.ts +44 -0
- package/dist/commonjs/sdk/models/operations/createperformancefeedback.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/createperformancefeedback.js +75 -0
- package/dist/commonjs/sdk/models/operations/createperformancefeedback.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/createperformancegoal.d.ts +52 -0
- package/dist/commonjs/sdk/models/operations/createperformancegoal.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/createperformancegoal.js +82 -0
- package/dist/commonjs/sdk/models/operations/createperformancegoal.js.map +1 -0
- 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/getperformancecycle.d.ts +47 -0
- package/dist/commonjs/sdk/models/operations/getperformancecycle.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancecycle.js +73 -0
- package/dist/commonjs/sdk/models/operations/getperformancecycle.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancefeedback.d.ts +46 -0
- package/dist/commonjs/sdk/models/operations/getperformancefeedback.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancefeedback.js +72 -0
- package/dist/commonjs/sdk/models/operations/getperformancefeedback.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancegoal.d.ts +54 -0
- package/dist/commonjs/sdk/models/operations/getperformancegoal.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancegoal.js +79 -0
- package/dist/commonjs/sdk/models/operations/getperformancegoal.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancereview.d.ts +54 -0
- package/dist/commonjs/sdk/models/operations/getperformancereview.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getperformancereview.js +80 -0
- package/dist/commonjs/sdk/models/operations/getperformancereview.js.map +1 -0
- 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 +29 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.js +29 -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 +99 -0
- package/dist/commonjs/sdk/models/operations/listaccountingprojects.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingprojects.js +108 -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/listperformancecycles.d.ts +62 -0
- package/dist/commonjs/sdk/models/operations/listperformancecycles.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancecycles.js +80 -0
- package/dist/commonjs/sdk/models/operations/listperformancecycles.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancefeedbacks.d.ts +66 -0
- package/dist/commonjs/sdk/models/operations/listperformancefeedbacks.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancefeedbacks.js +82 -0
- package/dist/commonjs/sdk/models/operations/listperformancefeedbacks.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancegoals.d.ts +84 -0
- package/dist/commonjs/sdk/models/operations/listperformancegoals.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancegoals.js +93 -0
- package/dist/commonjs/sdk/models/operations/listperformancegoals.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancereviews.d.ts +79 -0
- package/dist/commonjs/sdk/models/operations/listperformancereviews.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listperformancereviews.js +91 -0
- package/dist/commonjs/sdk/models/operations/listperformancereviews.js.map +1 -0
- 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/listunifiedconnections.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listunifiedconnections.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listunifiedconnections.js +1 -0
- package/dist/commonjs/sdk/models/operations/listunifiedconnections.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listunifiedintegrations.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listunifiedintegrations.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listunifiedintegrations.js +1 -0
- package/dist/commonjs/sdk/models/operations/listunifiedintegrations.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listunifiedintegrationworkspaces.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listunifiedintegrationworkspaces.js +1 -0
- package/dist/commonjs/sdk/models/operations/listunifiedintegrationworkspaces.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/patchaccountingorder.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingorder.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingorder.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/patchperformancegoal.d.ts +57 -0
- package/dist/commonjs/sdk/models/operations/patchperformancegoal.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchperformancegoal.js +83 -0
- package/dist/commonjs/sdk/models/operations/patchperformancegoal.js.map +1 -0
- 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/removeperformancegoal.d.ts +30 -0
- package/dist/commonjs/sdk/models/operations/removeperformancegoal.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeperformancegoal.js +68 -0
- package/dist/commonjs/sdk/models/operations/removeperformancegoal.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/updateaccountingorder.d.ts +3 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingorder.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingorder.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/updateperformancegoal.d.ts +57 -0
- package/dist/commonjs/sdk/models/operations/updateperformancegoal.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateperformancegoal.js +83 -0
- package/dist/commonjs/sdk/models/operations/updateperformancegoal.js.map +1 -0
- 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/accountingorder.d.ts +3 -0
- package/dist/commonjs/sdk/models/shared/accountingorder.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingorder.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 +15 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.js +15 -0
- package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts +18 -18
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.js +26 -26
- package/dist/commonjs/sdk/models/shared/integrationsupport.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/performancecycle.d.ts +41 -0
- package/dist/commonjs/sdk/models/shared/performancecycle.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancecycle.js +91 -0
- package/dist/commonjs/sdk/models/shared/performancecycle.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancefeedback.d.ts +54 -0
- package/dist/commonjs/sdk/models/shared/performancefeedback.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancefeedback.js +106 -0
- package/dist/commonjs/sdk/models/shared/performancefeedback.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancegoal.d.ts +87 -0
- package/dist/commonjs/sdk/models/shared/performancegoal.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancegoal.js +145 -0
- package/dist/commonjs/sdk/models/shared/performancegoal.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancegoalmilestone.d.ts +33 -0
- package/dist/commonjs/sdk/models/shared/performancegoalmilestone.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancegoalmilestone.js +90 -0
- package/dist/commonjs/sdk/models/shared/performancegoalmilestone.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancereview.d.ts +53 -0
- package/dist/commonjs/sdk/models/shared/performancereview.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancereview.js +106 -0
- package/dist/commonjs/sdk/models/shared/performancereview.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancereviewquestion.d.ts +27 -0
- package/dist/commonjs/sdk/models/shared/performancereviewquestion.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/performancereviewquestion.js +63 -0
- package/dist/commonjs/sdk/models/shared/performancereviewquestion.js.map +1 -0
- 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/propertyconnectioncategories.d.ts +1 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectioncategories.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectioncategories.js +1 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectioncategories.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.d.ts +13 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.js +13 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyhrisemployeeemployeeroles.js +2 -0
- package/dist/commonjs/sdk/models/shared/propertyhrisemployeeemployeeroles.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyintegrationcategories.d.ts +1 -0
- package/dist/commonjs/sdk/models/shared/propertyintegrationcategories.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyintegrationcategories.js +1 -0
- package/dist/commonjs/sdk/models/shared/propertyintegrationcategories.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 +8 -0
- package/dist/commonjs/sdk/models/shared/webhook.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/webhook.js +8 -0
- package/dist/commonjs/sdk/models/shared/webhook.js.map +1 -1
- package/dist/commonjs/sdk/performance.d.ts +58 -0
- package/dist/commonjs/sdk/performance.d.ts.map +1 -0
- package/dist/commonjs/sdk/performance.js +103 -0
- package/dist/commonjs/sdk/performance.js.map +1 -0
- 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/review.d.ts +8 -0
- package/dist/commonjs/sdk/review.d.ts.map +1 -1
- package/dist/commonjs/sdk/review.js +14 -0
- package/dist/commonjs/sdk/review.js.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +23 -2
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +31 -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 +97 -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/performanceCreatePerformanceFeedback.d.ts +15 -0
- package/dist/esm/funcs/performanceCreatePerformanceFeedback.d.ts.map +1 -0
- package/dist/esm/funcs/performanceCreatePerformanceFeedback.js +89 -0
- package/dist/esm/funcs/performanceCreatePerformanceFeedback.js.map +1 -0
- package/dist/esm/funcs/performanceCreatePerformanceGoal.d.ts +15 -0
- package/dist/esm/funcs/performanceCreatePerformanceGoal.d.ts.map +1 -0
- package/dist/esm/funcs/performanceCreatePerformanceGoal.js +87 -0
- package/dist/esm/funcs/performanceCreatePerformanceGoal.js.map +1 -0
- package/dist/esm/funcs/performanceGetPerformanceCycle.d.ts +15 -0
- package/dist/esm/funcs/performanceGetPerformanceCycle.d.ts.map +1 -0
- package/dist/esm/funcs/performanceGetPerformanceCycle.js +90 -0
- package/dist/esm/funcs/performanceGetPerformanceCycle.js.map +1 -0
- package/dist/esm/funcs/performanceGetPerformanceFeedback.d.ts +15 -0
- package/dist/esm/funcs/performanceGetPerformanceFeedback.d.ts.map +1 -0
- package/dist/esm/funcs/performanceGetPerformanceFeedback.js +90 -0
- package/dist/esm/funcs/performanceGetPerformanceFeedback.js.map +1 -0
- package/dist/esm/funcs/performanceGetPerformanceGoal.d.ts +15 -0
- package/dist/esm/funcs/performanceGetPerformanceGoal.d.ts.map +1 -0
- package/dist/esm/funcs/performanceGetPerformanceGoal.js +90 -0
- package/dist/esm/funcs/performanceGetPerformanceGoal.js.map +1 -0
- package/dist/esm/funcs/performanceListPerformanceCycles.d.ts +15 -0
- package/dist/esm/funcs/performanceListPerformanceCycles.d.ts.map +1 -0
- package/dist/esm/funcs/performanceListPerformanceCycles.js +94 -0
- package/dist/esm/funcs/performanceListPerformanceCycles.js.map +1 -0
- package/dist/esm/funcs/performanceListPerformanceFeedbacks.d.ts +15 -0
- package/dist/esm/funcs/performanceListPerformanceFeedbacks.d.ts.map +1 -0
- package/dist/esm/funcs/performanceListPerformanceFeedbacks.js +95 -0
- package/dist/esm/funcs/performanceListPerformanceFeedbacks.js.map +1 -0
- package/dist/esm/funcs/performanceListPerformanceGoals.d.ts +15 -0
- package/dist/esm/funcs/performanceListPerformanceGoals.d.ts.map +1 -0
- package/dist/esm/funcs/performanceListPerformanceGoals.js +97 -0
- package/dist/esm/funcs/performanceListPerformanceGoals.js.map +1 -0
- package/dist/esm/funcs/performancePatchPerformanceGoal.d.ts +15 -0
- package/dist/esm/funcs/performancePatchPerformanceGoal.d.ts.map +1 -0
- package/dist/esm/funcs/performancePatchPerformanceGoal.js +91 -0
- package/dist/esm/funcs/performancePatchPerformanceGoal.js.map +1 -0
- package/dist/esm/funcs/performanceRemovePerformanceGoal.d.ts +14 -0
- package/dist/esm/funcs/performanceRemovePerformanceGoal.d.ts.map +1 -0
- package/dist/esm/funcs/performanceRemovePerformanceGoal.js +87 -0
- package/dist/esm/funcs/performanceRemovePerformanceGoal.js.map +1 -0
- package/dist/esm/funcs/performanceUpdatePerformanceGoal.d.ts +15 -0
- package/dist/esm/funcs/performanceUpdatePerformanceGoal.d.ts.map +1 -0
- package/dist/esm/funcs/performanceUpdatePerformanceGoal.js +91 -0
- package/dist/esm/funcs/performanceUpdatePerformanceGoal.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/funcs/reviewGetPerformanceReview.d.ts +15 -0
- package/dist/esm/funcs/reviewGetPerformanceReview.d.ts.map +1 -0
- package/dist/esm/funcs/reviewGetPerformanceReview.js +90 -0
- package/dist/esm/funcs/reviewGetPerformanceReview.js.map +1 -0
- package/dist/esm/funcs/reviewListPerformanceReviews.d.ts +15 -0
- package/dist/esm/funcs/reviewListPerformanceReviews.d.ts.map +1 -0
- package/dist/esm/funcs/reviewListPerformanceReviews.js +96 -0
- package/dist/esm/funcs/reviewListPerformanceReviews.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/cycle.d.ts +14 -0
- package/dist/esm/sdk/cycle.d.ts.map +1 -0
- package/dist/esm/sdk/cycle.js +22 -0
- package/dist/esm/sdk/cycle.js.map +1 -0
- package/dist/esm/sdk/feedback.d.ts +18 -0
- package/dist/esm/sdk/feedback.d.ts.map +1 -0
- package/dist/esm/sdk/feedback.js +29 -0
- package/dist/esm/sdk/feedback.js.map +1 -0
- package/dist/esm/sdk/goal.d.ts +30 -0
- package/dist/esm/sdk/goal.d.ts.map +1 -0
- package/dist/esm/sdk/goal.js +50 -0
- package/dist/esm/sdk/goal.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/createaccountingorder.d.ts +3 -0
- package/dist/esm/sdk/models/operations/createaccountingorder.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingorder.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/createperformancefeedback.d.ts +44 -0
- package/dist/esm/sdk/models/operations/createperformancefeedback.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/createperformancefeedback.js +38 -0
- package/dist/esm/sdk/models/operations/createperformancefeedback.js.map +1 -0
- package/dist/esm/sdk/models/operations/createperformancegoal.d.ts +52 -0
- package/dist/esm/sdk/models/operations/createperformancegoal.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/createperformancegoal.js +45 -0
- package/dist/esm/sdk/models/operations/createperformancegoal.js.map +1 -0
- 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/getperformancecycle.d.ts +47 -0
- package/dist/esm/sdk/models/operations/getperformancecycle.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancecycle.js +36 -0
- package/dist/esm/sdk/models/operations/getperformancecycle.js.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancefeedback.d.ts +46 -0
- package/dist/esm/sdk/models/operations/getperformancefeedback.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancefeedback.js +35 -0
- package/dist/esm/sdk/models/operations/getperformancefeedback.js.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancegoal.d.ts +54 -0
- package/dist/esm/sdk/models/operations/getperformancegoal.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancegoal.js +42 -0
- package/dist/esm/sdk/models/operations/getperformancegoal.js.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancereview.d.ts +54 -0
- package/dist/esm/sdk/models/operations/getperformancereview.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getperformancereview.js +43 -0
- package/dist/esm/sdk/models/operations/getperformancereview.js.map +1 -0
- 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 +29 -0
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/index.js +29 -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 +99 -0
- package/dist/esm/sdk/models/operations/listaccountingprojects.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingprojects.js +71 -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/listperformancecycles.d.ts +62 -0
- package/dist/esm/sdk/models/operations/listperformancecycles.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancecycles.js +43 -0
- package/dist/esm/sdk/models/operations/listperformancecycles.js.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancefeedbacks.d.ts +66 -0
- package/dist/esm/sdk/models/operations/listperformancefeedbacks.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancefeedbacks.js +45 -0
- package/dist/esm/sdk/models/operations/listperformancefeedbacks.js.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancegoals.d.ts +84 -0
- package/dist/esm/sdk/models/operations/listperformancegoals.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancegoals.js +56 -0
- package/dist/esm/sdk/models/operations/listperformancegoals.js.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancereviews.d.ts +79 -0
- package/dist/esm/sdk/models/operations/listperformancereviews.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listperformancereviews.js +54 -0
- package/dist/esm/sdk/models/operations/listperformancereviews.js.map +1 -0
- 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/listunifiedconnections.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listunifiedconnections.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listunifiedconnections.js +1 -0
- package/dist/esm/sdk/models/operations/listunifiedconnections.js.map +1 -1
- package/dist/esm/sdk/models/operations/listunifiedintegrations.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listunifiedintegrations.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listunifiedintegrations.js +1 -0
- package/dist/esm/sdk/models/operations/listunifiedintegrations.js.map +1 -1
- package/dist/esm/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listunifiedintegrationworkspaces.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listunifiedintegrationworkspaces.js +1 -0
- package/dist/esm/sdk/models/operations/listunifiedintegrationworkspaces.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/patchaccountingorder.d.ts +3 -0
- package/dist/esm/sdk/models/operations/patchaccountingorder.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingorder.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/patchperformancegoal.d.ts +57 -0
- package/dist/esm/sdk/models/operations/patchperformancegoal.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/patchperformancegoal.js +46 -0
- package/dist/esm/sdk/models/operations/patchperformancegoal.js.map +1 -0
- 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/removeperformancegoal.d.ts +30 -0
- package/dist/esm/sdk/models/operations/removeperformancegoal.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/removeperformancegoal.js +30 -0
- package/dist/esm/sdk/models/operations/removeperformancegoal.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/updateaccountingorder.d.ts +3 -0
- package/dist/esm/sdk/models/operations/updateaccountingorder.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingorder.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/updateperformancegoal.d.ts +57 -0
- package/dist/esm/sdk/models/operations/updateperformancegoal.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/updateperformancegoal.js +46 -0
- package/dist/esm/sdk/models/operations/updateperformancegoal.js.map +1 -0
- 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/accountingorder.d.ts +3 -0
- package/dist/esm/sdk/models/shared/accountingorder.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountingorder.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 +15 -0
- package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/index.js +15 -0
- package/dist/esm/sdk/models/shared/index.js.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts +18 -18
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.js +18 -18
- package/dist/esm/sdk/models/shared/integrationsupport.js.map +1 -1
- package/dist/esm/sdk/models/shared/performancecycle.d.ts +41 -0
- package/dist/esm/sdk/models/shared/performancecycle.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/performancecycle.js +54 -0
- package/dist/esm/sdk/models/shared/performancecycle.js.map +1 -0
- package/dist/esm/sdk/models/shared/performancefeedback.d.ts +54 -0
- package/dist/esm/sdk/models/shared/performancefeedback.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/performancefeedback.js +68 -0
- package/dist/esm/sdk/models/shared/performancefeedback.js.map +1 -0
- package/dist/esm/sdk/models/shared/performancegoal.d.ts +87 -0
- package/dist/esm/sdk/models/shared/performancegoal.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/performancegoal.js +107 -0
- package/dist/esm/sdk/models/shared/performancegoal.js.map +1 -0
- package/dist/esm/sdk/models/shared/performancegoalmilestone.d.ts +33 -0
- package/dist/esm/sdk/models/shared/performancegoalmilestone.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/performancegoalmilestone.js +52 -0
- package/dist/esm/sdk/models/shared/performancegoalmilestone.js.map +1 -0
- package/dist/esm/sdk/models/shared/performancereview.d.ts +53 -0
- package/dist/esm/sdk/models/shared/performancereview.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/performancereview.js +69 -0
- package/dist/esm/sdk/models/shared/performancereview.js.map +1 -0
- package/dist/esm/sdk/models/shared/performancereviewquestion.d.ts +27 -0
- package/dist/esm/sdk/models/shared/performancereviewquestion.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/performancereviewquestion.js +26 -0
- package/dist/esm/sdk/models/shared/performancereviewquestion.js.map +1 -0
- 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/propertyconnectioncategories.d.ts +1 -0
- package/dist/esm/sdk/models/shared/propertyconnectioncategories.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectioncategories.js +1 -0
- package/dist/esm/sdk/models/shared/propertyconnectioncategories.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.d.ts +13 -0
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.js +13 -0
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts +2 -0
- package/dist/esm/sdk/models/shared/propertyhrisemployeeemployeeroles.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyhrisemployeeemployeeroles.js +2 -0
- package/dist/esm/sdk/models/shared/propertyhrisemployeeemployeeroles.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyintegrationcategories.d.ts +1 -0
- package/dist/esm/sdk/models/shared/propertyintegrationcategories.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyintegrationcategories.js +1 -0
- package/dist/esm/sdk/models/shared/propertyintegrationcategories.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 +8 -0
- package/dist/esm/sdk/models/shared/webhook.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/webhook.js +8 -0
- package/dist/esm/sdk/models/shared/webhook.js.map +1 -1
- package/dist/esm/sdk/performance.d.ts +58 -0
- package/dist/esm/sdk/performance.d.ts.map +1 -0
- package/dist/esm/sdk/performance.js +99 -0
- package/dist/esm/sdk/performance.js.map +1 -0
- 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/review.d.ts +8 -0
- package/dist/esm/sdk/review.d.ts.map +1 -1
- package/dist/esm/sdk/review.js +14 -0
- package/dist/esm/sdk/review.js.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +23 -2
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +31 -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 +182 -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/performanceCreatePerformanceFeedback.ts +174 -0
- package/src/funcs/performanceCreatePerformanceGoal.ts +172 -0
- package/src/funcs/performanceGetPerformanceCycle.ts +177 -0
- package/src/funcs/performanceGetPerformanceFeedback.ts +177 -0
- package/src/funcs/performanceGetPerformanceGoal.ts +174 -0
- package/src/funcs/performanceListPerformanceCycles.ts +179 -0
- package/src/funcs/performanceListPerformanceFeedbacks.ts +180 -0
- package/src/funcs/performanceListPerformanceGoals.ts +182 -0
- package/src/funcs/performancePatchPerformanceGoal.ts +176 -0
- package/src/funcs/performanceRemovePerformanceGoal.ts +180 -0
- package/src/funcs/performanceUpdatePerformanceGoal.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/funcs/reviewGetPerformanceReview.ts +177 -0
- package/src/funcs/reviewListPerformanceReviews.ts +181 -0
- 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/cycle.ts +40 -0
- package/src/sdk/feedback.ts +55 -0
- package/src/sdk/goal.ts +100 -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/createaccountingorder.ts +3 -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/createperformancefeedback.ts +81 -0
- package/src/sdk/models/operations/createperformancegoal.ts +90 -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/getperformancecycle.ts +82 -0
- package/src/sdk/models/operations/getperformancefeedback.ts +83 -0
- package/src/sdk/models/operations/getperformancegoal.ts +87 -0
- package/src/sdk/models/operations/getperformancereview.ts +91 -0
- package/src/sdk/models/operations/getstoragefile.ts +1 -0
- package/src/sdk/models/operations/index.ts +29 -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 +149 -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/listperformancecycles.ts +106 -0
- package/src/sdk/models/operations/listperformancefeedbacks.ts +111 -0
- package/src/sdk/models/operations/listperformancegoals.ts +134 -0
- package/src/sdk/models/operations/listperformancereviews.ts +127 -0
- package/src/sdk/models/operations/liststoragefiles.ts +1 -0
- package/src/sdk/models/operations/listunifiedconnections.ts +1 -0
- package/src/sdk/models/operations/listunifiedintegrations.ts +1 -0
- package/src/sdk/models/operations/listunifiedintegrationworkspaces.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/patchaccountingorder.ts +3 -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/patchperformancegoal.ts +96 -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/removeperformancegoal.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/updateaccountingorder.ts +3 -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/updateperformancegoal.ts +96 -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/accountingorder.ts +3 -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 +15 -0
- package/src/sdk/models/shared/integrationsupport.ts +34 -34
- package/src/sdk/models/shared/performancecycle.ts +97 -0
- package/src/sdk/models/shared/performancefeedback.ts +132 -0
- package/src/sdk/models/shared/performancegoal.ts +208 -0
- package/src/sdk/models/shared/performancegoalmilestone.ts +99 -0
- package/src/sdk/models/shared/performancereview.ts +126 -0
- package/src/sdk/models/shared/performancereviewquestion.ts +60 -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/propertyconnectioncategories.ts +1 -0
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +13 -0
- package/src/sdk/models/shared/propertyhrisemployeeemployeeroles.ts +2 -0
- package/src/sdk/models/shared/propertyintegrationcategories.ts +1 -0
- package/src/sdk/models/shared/storagefile.ts +4 -0
- package/src/sdk/models/shared/webhook.ts +8 -0
- package/src/sdk/performance.ts +205 -0
- package/src/sdk/project.ts +102 -12
- package/src/sdk/quote.ts +100 -0
- package/src/sdk/review.ts +30 -0
- package/src/sdk/sdk.ts +47 -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
package/src/sdk/accounting.ts
CHANGED
|
@@ -11,12 +11,16 @@ import { accountingCreateAccountingExpense } from "../funcs/accountingCreateAcco
|
|
|
11
11
|
import { accountingCreateAccountingInvoice } from "../funcs/accountingCreateAccountingInvoice.js";
|
|
12
12
|
import { accountingCreateAccountingJournal } from "../funcs/accountingCreateAccountingJournal.js";
|
|
13
13
|
import { accountingCreateAccountingOrder } from "../funcs/accountingCreateAccountingOrder.js";
|
|
14
|
+
import { accountingCreateAccountingProject } from "../funcs/accountingCreateAccountingProject.js";
|
|
14
15
|
import { accountingCreateAccountingPurchaseorder } from "../funcs/accountingCreateAccountingPurchaseorder.js";
|
|
16
|
+
import { accountingCreateAccountingQuote } from "../funcs/accountingCreateAccountingQuote.js";
|
|
15
17
|
import { accountingCreateAccountingSalesorder } from "../funcs/accountingCreateAccountingSalesorder.js";
|
|
16
18
|
import { accountingCreateAccountingTaxrate } from "../funcs/accountingCreateAccountingTaxrate.js";
|
|
17
19
|
import { accountingCreateAccountingTransaction } from "../funcs/accountingCreateAccountingTransaction.js";
|
|
18
20
|
import { accountingCreateAccountingVendorcredit } from "../funcs/accountingCreateAccountingVendorcredit.js";
|
|
19
21
|
import { accountingGetAccountingAccount } from "../funcs/accountingGetAccountingAccount.js";
|
|
22
|
+
import { accountingGetAccountingAgedpayable } from "../funcs/accountingGetAccountingAgedpayable.js";
|
|
23
|
+
import { accountingGetAccountingAgedreceivable } from "../funcs/accountingGetAccountingAgedreceivable.js";
|
|
20
24
|
import { accountingGetAccountingBalancesheet } from "../funcs/accountingGetAccountingBalancesheet.js";
|
|
21
25
|
import { accountingGetAccountingBill } from "../funcs/accountingGetAccountingBill.js";
|
|
22
26
|
import { accountingGetAccountingCashflow } from "../funcs/accountingGetAccountingCashflow.js";
|
|
@@ -29,7 +33,9 @@ import { accountingGetAccountingJournal } from "../funcs/accountingGetAccounting
|
|
|
29
33
|
import { accountingGetAccountingOrder } from "../funcs/accountingGetAccountingOrder.js";
|
|
30
34
|
import { accountingGetAccountingOrganization } from "../funcs/accountingGetAccountingOrganization.js";
|
|
31
35
|
import { accountingGetAccountingProfitloss } from "../funcs/accountingGetAccountingProfitloss.js";
|
|
36
|
+
import { accountingGetAccountingProject } from "../funcs/accountingGetAccountingProject.js";
|
|
32
37
|
import { accountingGetAccountingPurchaseorder } from "../funcs/accountingGetAccountingPurchaseorder.js";
|
|
38
|
+
import { accountingGetAccountingQuote } from "../funcs/accountingGetAccountingQuote.js";
|
|
33
39
|
import { accountingGetAccountingReport } from "../funcs/accountingGetAccountingReport.js";
|
|
34
40
|
import { accountingGetAccountingSalesorder } from "../funcs/accountingGetAccountingSalesorder.js";
|
|
35
41
|
import { accountingGetAccountingTaxrate } from "../funcs/accountingGetAccountingTaxrate.js";
|
|
@@ -37,6 +43,8 @@ import { accountingGetAccountingTransaction } from "../funcs/accountingGetAccoun
|
|
|
37
43
|
import { accountingGetAccountingTrialbalance } from "../funcs/accountingGetAccountingTrialbalance.js";
|
|
38
44
|
import { accountingGetAccountingVendorcredit } from "../funcs/accountingGetAccountingVendorcredit.js";
|
|
39
45
|
import { accountingListAccountingAccounts } from "../funcs/accountingListAccountingAccounts.js";
|
|
46
|
+
import { accountingListAccountingAgedpayables } from "../funcs/accountingListAccountingAgedpayables.js";
|
|
47
|
+
import { accountingListAccountingAgedreceivables } from "../funcs/accountingListAccountingAgedreceivables.js";
|
|
40
48
|
import { accountingListAccountingBalancesheets } from "../funcs/accountingListAccountingBalancesheets.js";
|
|
41
49
|
import { accountingListAccountingBills } from "../funcs/accountingListAccountingBills.js";
|
|
42
50
|
import { accountingListAccountingCashflows } from "../funcs/accountingListAccountingCashflows.js";
|
|
@@ -49,7 +57,9 @@ import { accountingListAccountingJournals } from "../funcs/accountingListAccount
|
|
|
49
57
|
import { accountingListAccountingOrders } from "../funcs/accountingListAccountingOrders.js";
|
|
50
58
|
import { accountingListAccountingOrganizations } from "../funcs/accountingListAccountingOrganizations.js";
|
|
51
59
|
import { accountingListAccountingProfitlosses } from "../funcs/accountingListAccountingProfitlosses.js";
|
|
60
|
+
import { accountingListAccountingProjects } from "../funcs/accountingListAccountingProjects.js";
|
|
52
61
|
import { accountingListAccountingPurchaseorders } from "../funcs/accountingListAccountingPurchaseorders.js";
|
|
62
|
+
import { accountingListAccountingQuotes } from "../funcs/accountingListAccountingQuotes.js";
|
|
53
63
|
import { accountingListAccountingReports } from "../funcs/accountingListAccountingReports.js";
|
|
54
64
|
import { accountingListAccountingSalesorders } from "../funcs/accountingListAccountingSalesorders.js";
|
|
55
65
|
import { accountingListAccountingTaxrates } from "../funcs/accountingListAccountingTaxrates.js";
|
|
@@ -65,7 +75,9 @@ import { accountingPatchAccountingExpense } from "../funcs/accountingPatchAccoun
|
|
|
65
75
|
import { accountingPatchAccountingInvoice } from "../funcs/accountingPatchAccountingInvoice.js";
|
|
66
76
|
import { accountingPatchAccountingJournal } from "../funcs/accountingPatchAccountingJournal.js";
|
|
67
77
|
import { accountingPatchAccountingOrder } from "../funcs/accountingPatchAccountingOrder.js";
|
|
78
|
+
import { accountingPatchAccountingProject } from "../funcs/accountingPatchAccountingProject.js";
|
|
68
79
|
import { accountingPatchAccountingPurchaseorder } from "../funcs/accountingPatchAccountingPurchaseorder.js";
|
|
80
|
+
import { accountingPatchAccountingQuote } from "../funcs/accountingPatchAccountingQuote.js";
|
|
69
81
|
import { accountingPatchAccountingSalesorder } from "../funcs/accountingPatchAccountingSalesorder.js";
|
|
70
82
|
import { accountingPatchAccountingTaxrate } from "../funcs/accountingPatchAccountingTaxrate.js";
|
|
71
83
|
import { accountingPatchAccountingTransaction } from "../funcs/accountingPatchAccountingTransaction.js";
|
|
@@ -79,7 +91,9 @@ import { accountingRemoveAccountingExpense } from "../funcs/accountingRemoveAcco
|
|
|
79
91
|
import { accountingRemoveAccountingInvoice } from "../funcs/accountingRemoveAccountingInvoice.js";
|
|
80
92
|
import { accountingRemoveAccountingJournal } from "../funcs/accountingRemoveAccountingJournal.js";
|
|
81
93
|
import { accountingRemoveAccountingOrder } from "../funcs/accountingRemoveAccountingOrder.js";
|
|
94
|
+
import { accountingRemoveAccountingProject } from "../funcs/accountingRemoveAccountingProject.js";
|
|
82
95
|
import { accountingRemoveAccountingPurchaseorder } from "../funcs/accountingRemoveAccountingPurchaseorder.js";
|
|
96
|
+
import { accountingRemoveAccountingQuote } from "../funcs/accountingRemoveAccountingQuote.js";
|
|
83
97
|
import { accountingRemoveAccountingSalesorder } from "../funcs/accountingRemoveAccountingSalesorder.js";
|
|
84
98
|
import { accountingRemoveAccountingTaxrate } from "../funcs/accountingRemoveAccountingTaxrate.js";
|
|
85
99
|
import { accountingRemoveAccountingTransaction } from "../funcs/accountingRemoveAccountingTransaction.js";
|
|
@@ -93,7 +107,9 @@ import { accountingUpdateAccountingExpense } from "../funcs/accountingUpdateAcco
|
|
|
93
107
|
import { accountingUpdateAccountingInvoice } from "../funcs/accountingUpdateAccountingInvoice.js";
|
|
94
108
|
import { accountingUpdateAccountingJournal } from "../funcs/accountingUpdateAccountingJournal.js";
|
|
95
109
|
import { accountingUpdateAccountingOrder } from "../funcs/accountingUpdateAccountingOrder.js";
|
|
110
|
+
import { accountingUpdateAccountingProject } from "../funcs/accountingUpdateAccountingProject.js";
|
|
96
111
|
import { accountingUpdateAccountingPurchaseorder } from "../funcs/accountingUpdateAccountingPurchaseorder.js";
|
|
112
|
+
import { accountingUpdateAccountingQuote } from "../funcs/accountingUpdateAccountingQuote.js";
|
|
97
113
|
import { accountingUpdateAccountingSalesorder } from "../funcs/accountingUpdateAccountingSalesorder.js";
|
|
98
114
|
import { accountingUpdateAccountingTaxrate } from "../funcs/accountingUpdateAccountingTaxrate.js";
|
|
99
115
|
import { accountingUpdateAccountingTransaction } from "../funcs/accountingUpdateAccountingTransaction.js";
|
|
@@ -230,6 +246,20 @@ export class Accounting extends ClientSDK {
|
|
|
230
246
|
));
|
|
231
247
|
}
|
|
232
248
|
|
|
249
|
+
/**
|
|
250
|
+
* Create a project
|
|
251
|
+
*/
|
|
252
|
+
async createAccountingProject(
|
|
253
|
+
request: operations.CreateAccountingProjectRequest,
|
|
254
|
+
options?: RequestOptions,
|
|
255
|
+
): Promise<shared.AccountingProject> {
|
|
256
|
+
return unwrapAsync(accountingCreateAccountingProject(
|
|
257
|
+
this,
|
|
258
|
+
request,
|
|
259
|
+
options,
|
|
260
|
+
));
|
|
261
|
+
}
|
|
262
|
+
|
|
233
263
|
/**
|
|
234
264
|
* Create a purchaseorder
|
|
235
265
|
*/
|
|
@@ -244,6 +274,20 @@ export class Accounting extends ClientSDK {
|
|
|
244
274
|
));
|
|
245
275
|
}
|
|
246
276
|
|
|
277
|
+
/**
|
|
278
|
+
* Create a quote
|
|
279
|
+
*/
|
|
280
|
+
async createAccountingQuote(
|
|
281
|
+
request: operations.CreateAccountingQuoteRequest,
|
|
282
|
+
options?: RequestOptions,
|
|
283
|
+
): Promise<shared.AccountingQuote> {
|
|
284
|
+
return unwrapAsync(accountingCreateAccountingQuote(
|
|
285
|
+
this,
|
|
286
|
+
request,
|
|
287
|
+
options,
|
|
288
|
+
));
|
|
289
|
+
}
|
|
290
|
+
|
|
247
291
|
/**
|
|
248
292
|
* Create a salesorder
|
|
249
293
|
*/
|
|
@@ -314,6 +358,34 @@ export class Accounting extends ClientSDK {
|
|
|
314
358
|
));
|
|
315
359
|
}
|
|
316
360
|
|
|
361
|
+
/**
|
|
362
|
+
* Retrieve an agedpayable
|
|
363
|
+
*/
|
|
364
|
+
async getAccountingAgedpayable(
|
|
365
|
+
request: operations.GetAccountingAgedpayableRequest,
|
|
366
|
+
options?: RequestOptions,
|
|
367
|
+
): Promise<shared.AccountingAgedpayable> {
|
|
368
|
+
return unwrapAsync(accountingGetAccountingAgedpayable(
|
|
369
|
+
this,
|
|
370
|
+
request,
|
|
371
|
+
options,
|
|
372
|
+
));
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* Retrieve an agedreceivable
|
|
377
|
+
*/
|
|
378
|
+
async getAccountingAgedreceivable(
|
|
379
|
+
request: operations.GetAccountingAgedreceivableRequest,
|
|
380
|
+
options?: RequestOptions,
|
|
381
|
+
): Promise<shared.AccountingAgedreceivable> {
|
|
382
|
+
return unwrapAsync(accountingGetAccountingAgedreceivable(
|
|
383
|
+
this,
|
|
384
|
+
request,
|
|
385
|
+
options,
|
|
386
|
+
));
|
|
387
|
+
}
|
|
388
|
+
|
|
317
389
|
/**
|
|
318
390
|
* Retrieve a balancesheet
|
|
319
391
|
*/
|
|
@@ -482,6 +554,20 @@ export class Accounting extends ClientSDK {
|
|
|
482
554
|
));
|
|
483
555
|
}
|
|
484
556
|
|
|
557
|
+
/**
|
|
558
|
+
* Retrieve a project
|
|
559
|
+
*/
|
|
560
|
+
async getAccountingProject(
|
|
561
|
+
request: operations.GetAccountingProjectRequest,
|
|
562
|
+
options?: RequestOptions,
|
|
563
|
+
): Promise<shared.AccountingProject> {
|
|
564
|
+
return unwrapAsync(accountingGetAccountingProject(
|
|
565
|
+
this,
|
|
566
|
+
request,
|
|
567
|
+
options,
|
|
568
|
+
));
|
|
569
|
+
}
|
|
570
|
+
|
|
485
571
|
/**
|
|
486
572
|
* Retrieve a purchaseorder
|
|
487
573
|
*/
|
|
@@ -496,6 +582,20 @@ export class Accounting extends ClientSDK {
|
|
|
496
582
|
));
|
|
497
583
|
}
|
|
498
584
|
|
|
585
|
+
/**
|
|
586
|
+
* Retrieve a quote
|
|
587
|
+
*/
|
|
588
|
+
async getAccountingQuote(
|
|
589
|
+
request: operations.GetAccountingQuoteRequest,
|
|
590
|
+
options?: RequestOptions,
|
|
591
|
+
): Promise<shared.AccountingQuote> {
|
|
592
|
+
return unwrapAsync(accountingGetAccountingQuote(
|
|
593
|
+
this,
|
|
594
|
+
request,
|
|
595
|
+
options,
|
|
596
|
+
));
|
|
597
|
+
}
|
|
598
|
+
|
|
499
599
|
/**
|
|
500
600
|
* Retrieve a report
|
|
501
601
|
*/
|
|
@@ -594,6 +694,34 @@ export class Accounting extends ClientSDK {
|
|
|
594
694
|
));
|
|
595
695
|
}
|
|
596
696
|
|
|
697
|
+
/**
|
|
698
|
+
* List all agedpayables
|
|
699
|
+
*/
|
|
700
|
+
async listAccountingAgedpayables(
|
|
701
|
+
request: operations.ListAccountingAgedpayablesRequest,
|
|
702
|
+
options?: RequestOptions,
|
|
703
|
+
): Promise<Array<shared.AccountingAgedpayable>> {
|
|
704
|
+
return unwrapAsync(accountingListAccountingAgedpayables(
|
|
705
|
+
this,
|
|
706
|
+
request,
|
|
707
|
+
options,
|
|
708
|
+
));
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* List all agedreceivables
|
|
713
|
+
*/
|
|
714
|
+
async listAccountingAgedreceivables(
|
|
715
|
+
request: operations.ListAccountingAgedreceivablesRequest,
|
|
716
|
+
options?: RequestOptions,
|
|
717
|
+
): Promise<Array<shared.AccountingAgedreceivable>> {
|
|
718
|
+
return unwrapAsync(accountingListAccountingAgedreceivables(
|
|
719
|
+
this,
|
|
720
|
+
request,
|
|
721
|
+
options,
|
|
722
|
+
));
|
|
723
|
+
}
|
|
724
|
+
|
|
597
725
|
/**
|
|
598
726
|
* List all balancesheets
|
|
599
727
|
*/
|
|
@@ -762,6 +890,20 @@ export class Accounting extends ClientSDK {
|
|
|
762
890
|
));
|
|
763
891
|
}
|
|
764
892
|
|
|
893
|
+
/**
|
|
894
|
+
* List all projects
|
|
895
|
+
*/
|
|
896
|
+
async listAccountingProjects(
|
|
897
|
+
request: operations.ListAccountingProjectsRequest,
|
|
898
|
+
options?: RequestOptions,
|
|
899
|
+
): Promise<Array<shared.AccountingProject>> {
|
|
900
|
+
return unwrapAsync(accountingListAccountingProjects(
|
|
901
|
+
this,
|
|
902
|
+
request,
|
|
903
|
+
options,
|
|
904
|
+
));
|
|
905
|
+
}
|
|
906
|
+
|
|
765
907
|
/**
|
|
766
908
|
* List all purchaseorders
|
|
767
909
|
*/
|
|
@@ -776,6 +918,20 @@ export class Accounting extends ClientSDK {
|
|
|
776
918
|
));
|
|
777
919
|
}
|
|
778
920
|
|
|
921
|
+
/**
|
|
922
|
+
* List all quotes
|
|
923
|
+
*/
|
|
924
|
+
async listAccountingQuotes(
|
|
925
|
+
request: operations.ListAccountingQuotesRequest,
|
|
926
|
+
options?: RequestOptions,
|
|
927
|
+
): Promise<Array<shared.AccountingQuote>> {
|
|
928
|
+
return unwrapAsync(accountingListAccountingQuotes(
|
|
929
|
+
this,
|
|
930
|
+
request,
|
|
931
|
+
options,
|
|
932
|
+
));
|
|
933
|
+
}
|
|
934
|
+
|
|
779
935
|
/**
|
|
780
936
|
* List all reports
|
|
781
937
|
*/
|
|
@@ -986,6 +1142,20 @@ export class Accounting extends ClientSDK {
|
|
|
986
1142
|
));
|
|
987
1143
|
}
|
|
988
1144
|
|
|
1145
|
+
/**
|
|
1146
|
+
* Update a project
|
|
1147
|
+
*/
|
|
1148
|
+
async patchAccountingProject(
|
|
1149
|
+
request: operations.PatchAccountingProjectRequest,
|
|
1150
|
+
options?: RequestOptions,
|
|
1151
|
+
): Promise<shared.AccountingProject> {
|
|
1152
|
+
return unwrapAsync(accountingPatchAccountingProject(
|
|
1153
|
+
this,
|
|
1154
|
+
request,
|
|
1155
|
+
options,
|
|
1156
|
+
));
|
|
1157
|
+
}
|
|
1158
|
+
|
|
989
1159
|
/**
|
|
990
1160
|
* Update a purchaseorder
|
|
991
1161
|
*/
|
|
@@ -1000,6 +1170,20 @@ export class Accounting extends ClientSDK {
|
|
|
1000
1170
|
));
|
|
1001
1171
|
}
|
|
1002
1172
|
|
|
1173
|
+
/**
|
|
1174
|
+
* Update a quote
|
|
1175
|
+
*/
|
|
1176
|
+
async patchAccountingQuote(
|
|
1177
|
+
request: operations.PatchAccountingQuoteRequest,
|
|
1178
|
+
options?: RequestOptions,
|
|
1179
|
+
): Promise<shared.AccountingQuote> {
|
|
1180
|
+
return unwrapAsync(accountingPatchAccountingQuote(
|
|
1181
|
+
this,
|
|
1182
|
+
request,
|
|
1183
|
+
options,
|
|
1184
|
+
));
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1003
1187
|
/**
|
|
1004
1188
|
* Update a salesorder
|
|
1005
1189
|
*/
|
|
@@ -1182,6 +1366,20 @@ export class Accounting extends ClientSDK {
|
|
|
1182
1366
|
));
|
|
1183
1367
|
}
|
|
1184
1368
|
|
|
1369
|
+
/**
|
|
1370
|
+
* Remove a project
|
|
1371
|
+
*/
|
|
1372
|
+
async removeAccountingProject(
|
|
1373
|
+
request: operations.RemoveAccountingProjectRequest,
|
|
1374
|
+
options?: RequestOptions,
|
|
1375
|
+
): Promise<operations.RemoveAccountingProjectResponse | undefined> {
|
|
1376
|
+
return unwrapAsync(accountingRemoveAccountingProject(
|
|
1377
|
+
this,
|
|
1378
|
+
request,
|
|
1379
|
+
options,
|
|
1380
|
+
));
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1185
1383
|
/**
|
|
1186
1384
|
* Remove a purchaseorder
|
|
1187
1385
|
*/
|
|
@@ -1196,6 +1394,20 @@ export class Accounting extends ClientSDK {
|
|
|
1196
1394
|
));
|
|
1197
1395
|
}
|
|
1198
1396
|
|
|
1397
|
+
/**
|
|
1398
|
+
* Remove a quote
|
|
1399
|
+
*/
|
|
1400
|
+
async removeAccountingQuote(
|
|
1401
|
+
request: operations.RemoveAccountingQuoteRequest,
|
|
1402
|
+
options?: RequestOptions,
|
|
1403
|
+
): Promise<operations.RemoveAccountingQuoteResponse | undefined> {
|
|
1404
|
+
return unwrapAsync(accountingRemoveAccountingQuote(
|
|
1405
|
+
this,
|
|
1406
|
+
request,
|
|
1407
|
+
options,
|
|
1408
|
+
));
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1199
1411
|
/**
|
|
1200
1412
|
* Remove a salesorder
|
|
1201
1413
|
*/
|
|
@@ -1378,6 +1590,20 @@ export class Accounting extends ClientSDK {
|
|
|
1378
1590
|
));
|
|
1379
1591
|
}
|
|
1380
1592
|
|
|
1593
|
+
/**
|
|
1594
|
+
* Update a project
|
|
1595
|
+
*/
|
|
1596
|
+
async updateAccountingProject(
|
|
1597
|
+
request: operations.UpdateAccountingProjectRequest,
|
|
1598
|
+
options?: RequestOptions,
|
|
1599
|
+
): Promise<shared.AccountingProject> {
|
|
1600
|
+
return unwrapAsync(accountingUpdateAccountingProject(
|
|
1601
|
+
this,
|
|
1602
|
+
request,
|
|
1603
|
+
options,
|
|
1604
|
+
));
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1381
1607
|
/**
|
|
1382
1608
|
* Update a purchaseorder
|
|
1383
1609
|
*/
|
|
@@ -1392,6 +1618,20 @@ export class Accounting extends ClientSDK {
|
|
|
1392
1618
|
));
|
|
1393
1619
|
}
|
|
1394
1620
|
|
|
1621
|
+
/**
|
|
1622
|
+
* Update a quote
|
|
1623
|
+
*/
|
|
1624
|
+
async updateAccountingQuote(
|
|
1625
|
+
request: operations.UpdateAccountingQuoteRequest,
|
|
1626
|
+
options?: RequestOptions,
|
|
1627
|
+
): Promise<shared.AccountingQuote> {
|
|
1628
|
+
return unwrapAsync(accountingUpdateAccountingQuote(
|
|
1629
|
+
this,
|
|
1630
|
+
request,
|
|
1631
|
+
options,
|
|
1632
|
+
));
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1395
1635
|
/**
|
|
1396
1636
|
* Update a salesorder
|
|
1397
1637
|
*/
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { accountingGetAccountingAgedpayable } from "../funcs/accountingGetAccountingAgedpayable.js";
|
|
6
|
+
import { accountingListAccountingAgedpayables } from "../funcs/accountingListAccountingAgedpayables.js";
|
|
7
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
|
+
import * as operations from "./models/operations/index.js";
|
|
9
|
+
import * as shared from "./models/shared/index.js";
|
|
10
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
11
|
+
|
|
12
|
+
export class Agedpayable extends ClientSDK {
|
|
13
|
+
/**
|
|
14
|
+
* Retrieve an agedpayable
|
|
15
|
+
*/
|
|
16
|
+
async getAccountingAgedpayable(
|
|
17
|
+
request: operations.GetAccountingAgedpayableRequest,
|
|
18
|
+
options?: RequestOptions,
|
|
19
|
+
): Promise<shared.AccountingAgedpayable> {
|
|
20
|
+
return unwrapAsync(accountingGetAccountingAgedpayable(
|
|
21
|
+
this,
|
|
22
|
+
request,
|
|
23
|
+
options,
|
|
24
|
+
));
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* List all agedpayables
|
|
29
|
+
*/
|
|
30
|
+
async listAccountingAgedpayables(
|
|
31
|
+
request: operations.ListAccountingAgedpayablesRequest,
|
|
32
|
+
options?: RequestOptions,
|
|
33
|
+
): Promise<Array<shared.AccountingAgedpayable>> {
|
|
34
|
+
return unwrapAsync(accountingListAccountingAgedpayables(
|
|
35
|
+
this,
|
|
36
|
+
request,
|
|
37
|
+
options,
|
|
38
|
+
));
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { accountingGetAccountingAgedreceivable } from "../funcs/accountingGetAccountingAgedreceivable.js";
|
|
6
|
+
import { accountingListAccountingAgedreceivables } from "../funcs/accountingListAccountingAgedreceivables.js";
|
|
7
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
|
+
import * as operations from "./models/operations/index.js";
|
|
9
|
+
import * as shared from "./models/shared/index.js";
|
|
10
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
11
|
+
|
|
12
|
+
export class Agedreceivable extends ClientSDK {
|
|
13
|
+
/**
|
|
14
|
+
* Retrieve an agedreceivable
|
|
15
|
+
*/
|
|
16
|
+
async getAccountingAgedreceivable(
|
|
17
|
+
request: operations.GetAccountingAgedreceivableRequest,
|
|
18
|
+
options?: RequestOptions,
|
|
19
|
+
): Promise<shared.AccountingAgedreceivable> {
|
|
20
|
+
return unwrapAsync(accountingGetAccountingAgedreceivable(
|
|
21
|
+
this,
|
|
22
|
+
request,
|
|
23
|
+
options,
|
|
24
|
+
));
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* List all agedreceivables
|
|
29
|
+
*/
|
|
30
|
+
async listAccountingAgedreceivables(
|
|
31
|
+
request: operations.ListAccountingAgedreceivablesRequest,
|
|
32
|
+
options?: RequestOptions,
|
|
33
|
+
): Promise<Array<shared.AccountingAgedreceivable>> {
|
|
34
|
+
return unwrapAsync(accountingListAccountingAgedreceivables(
|
|
35
|
+
this,
|
|
36
|
+
request,
|
|
37
|
+
options,
|
|
38
|
+
));
|
|
39
|
+
}
|
|
40
|
+
}
|
package/src/sdk/cycle.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { performanceGetPerformanceCycle } from "../funcs/performanceGetPerformanceCycle.js";
|
|
6
|
+
import { performanceListPerformanceCycles } from "../funcs/performanceListPerformanceCycles.js";
|
|
7
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
8
|
+
import * as operations from "./models/operations/index.js";
|
|
9
|
+
import * as shared from "./models/shared/index.js";
|
|
10
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
11
|
+
|
|
12
|
+
export class Cycle extends ClientSDK {
|
|
13
|
+
/**
|
|
14
|
+
* Retrieve a cycle
|
|
15
|
+
*/
|
|
16
|
+
async getPerformanceCycle(
|
|
17
|
+
request: operations.GetPerformanceCycleRequest,
|
|
18
|
+
options?: RequestOptions,
|
|
19
|
+
): Promise<shared.PerformanceCycle> {
|
|
20
|
+
return unwrapAsync(performanceGetPerformanceCycle(
|
|
21
|
+
this,
|
|
22
|
+
request,
|
|
23
|
+
options,
|
|
24
|
+
));
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* List all cycles
|
|
29
|
+
*/
|
|
30
|
+
async listPerformanceCycles(
|
|
31
|
+
request: operations.ListPerformanceCyclesRequest,
|
|
32
|
+
options?: RequestOptions,
|
|
33
|
+
): Promise<Array<shared.PerformanceCycle>> {
|
|
34
|
+
return unwrapAsync(performanceListPerformanceCycles(
|
|
35
|
+
this,
|
|
36
|
+
request,
|
|
37
|
+
options,
|
|
38
|
+
));
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { performanceCreatePerformanceFeedback } from "../funcs/performanceCreatePerformanceFeedback.js";
|
|
6
|
+
import { performanceGetPerformanceFeedback } from "../funcs/performanceGetPerformanceFeedback.js";
|
|
7
|
+
import { performanceListPerformanceFeedbacks } from "../funcs/performanceListPerformanceFeedbacks.js";
|
|
8
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
9
|
+
import * as operations from "./models/operations/index.js";
|
|
10
|
+
import * as shared from "./models/shared/index.js";
|
|
11
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
12
|
+
|
|
13
|
+
export class Feedback extends ClientSDK {
|
|
14
|
+
/**
|
|
15
|
+
* Create a feedback
|
|
16
|
+
*/
|
|
17
|
+
async createPerformanceFeedback(
|
|
18
|
+
request: operations.CreatePerformanceFeedbackRequest,
|
|
19
|
+
options?: RequestOptions,
|
|
20
|
+
): Promise<shared.PerformanceFeedback> {
|
|
21
|
+
return unwrapAsync(performanceCreatePerformanceFeedback(
|
|
22
|
+
this,
|
|
23
|
+
request,
|
|
24
|
+
options,
|
|
25
|
+
));
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Retrieve a feedback
|
|
30
|
+
*/
|
|
31
|
+
async getPerformanceFeedback(
|
|
32
|
+
request: operations.GetPerformanceFeedbackRequest,
|
|
33
|
+
options?: RequestOptions,
|
|
34
|
+
): Promise<shared.PerformanceFeedback> {
|
|
35
|
+
return unwrapAsync(performanceGetPerformanceFeedback(
|
|
36
|
+
this,
|
|
37
|
+
request,
|
|
38
|
+
options,
|
|
39
|
+
));
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* List all feedbacks
|
|
44
|
+
*/
|
|
45
|
+
async listPerformanceFeedbacks(
|
|
46
|
+
request: operations.ListPerformanceFeedbacksRequest,
|
|
47
|
+
options?: RequestOptions,
|
|
48
|
+
): Promise<Array<shared.PerformanceFeedback>> {
|
|
49
|
+
return unwrapAsync(performanceListPerformanceFeedbacks(
|
|
50
|
+
this,
|
|
51
|
+
request,
|
|
52
|
+
options,
|
|
53
|
+
));
|
|
54
|
+
}
|
|
55
|
+
}
|
package/src/sdk/goal.ts
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { performanceCreatePerformanceGoal } from "../funcs/performanceCreatePerformanceGoal.js";
|
|
6
|
+
import { performanceGetPerformanceGoal } from "../funcs/performanceGetPerformanceGoal.js";
|
|
7
|
+
import { performanceListPerformanceGoals } from "../funcs/performanceListPerformanceGoals.js";
|
|
8
|
+
import { performancePatchPerformanceGoal } from "../funcs/performancePatchPerformanceGoal.js";
|
|
9
|
+
import { performanceRemovePerformanceGoal } from "../funcs/performanceRemovePerformanceGoal.js";
|
|
10
|
+
import { performanceUpdatePerformanceGoal } from "../funcs/performanceUpdatePerformanceGoal.js";
|
|
11
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
12
|
+
import * as operations from "./models/operations/index.js";
|
|
13
|
+
import * as shared from "./models/shared/index.js";
|
|
14
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
15
|
+
|
|
16
|
+
export class Goal extends ClientSDK {
|
|
17
|
+
/**
|
|
18
|
+
* Create a goal
|
|
19
|
+
*/
|
|
20
|
+
async createPerformanceGoal(
|
|
21
|
+
request: operations.CreatePerformanceGoalRequest,
|
|
22
|
+
options?: RequestOptions,
|
|
23
|
+
): Promise<shared.PerformanceGoal> {
|
|
24
|
+
return unwrapAsync(performanceCreatePerformanceGoal(
|
|
25
|
+
this,
|
|
26
|
+
request,
|
|
27
|
+
options,
|
|
28
|
+
));
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Retrieve a goal
|
|
33
|
+
*/
|
|
34
|
+
async getPerformanceGoal(
|
|
35
|
+
request: operations.GetPerformanceGoalRequest,
|
|
36
|
+
options?: RequestOptions,
|
|
37
|
+
): Promise<shared.PerformanceGoal> {
|
|
38
|
+
return unwrapAsync(performanceGetPerformanceGoal(
|
|
39
|
+
this,
|
|
40
|
+
request,
|
|
41
|
+
options,
|
|
42
|
+
));
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* List all goals
|
|
47
|
+
*/
|
|
48
|
+
async listPerformanceGoals(
|
|
49
|
+
request: operations.ListPerformanceGoalsRequest,
|
|
50
|
+
options?: RequestOptions,
|
|
51
|
+
): Promise<Array<shared.PerformanceGoal>> {
|
|
52
|
+
return unwrapAsync(performanceListPerformanceGoals(
|
|
53
|
+
this,
|
|
54
|
+
request,
|
|
55
|
+
options,
|
|
56
|
+
));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Update a goal
|
|
61
|
+
*/
|
|
62
|
+
async patchPerformanceGoal(
|
|
63
|
+
request: operations.PatchPerformanceGoalRequest,
|
|
64
|
+
options?: RequestOptions,
|
|
65
|
+
): Promise<shared.PerformanceGoal> {
|
|
66
|
+
return unwrapAsync(performancePatchPerformanceGoal(
|
|
67
|
+
this,
|
|
68
|
+
request,
|
|
69
|
+
options,
|
|
70
|
+
));
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Remove a goal
|
|
75
|
+
*/
|
|
76
|
+
async removePerformanceGoal(
|
|
77
|
+
request: operations.RemovePerformanceGoalRequest,
|
|
78
|
+
options?: RequestOptions,
|
|
79
|
+
): Promise<operations.RemovePerformanceGoalResponse | undefined> {
|
|
80
|
+
return unwrapAsync(performanceRemovePerformanceGoal(
|
|
81
|
+
this,
|
|
82
|
+
request,
|
|
83
|
+
options,
|
|
84
|
+
));
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Update a goal
|
|
89
|
+
*/
|
|
90
|
+
async updatePerformanceGoal(
|
|
91
|
+
request: operations.UpdatePerformanceGoalRequest,
|
|
92
|
+
options?: RequestOptions,
|
|
93
|
+
): Promise<shared.PerformanceGoal> {
|
|
94
|
+
return unwrapAsync(performanceUpdatePerformanceGoal(
|
|
95
|
+
this,
|
|
96
|
+
request,
|
|
97
|
+
options,
|
|
98
|
+
));
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -38,6 +38,7 @@ export const CreateAccountingBillQueryParamFields = {
|
|
|
38
38
|
PaymentTerms: "payment_terms",
|
|
39
39
|
Payments: "payments",
|
|
40
40
|
CategoryIds: "category_ids",
|
|
41
|
+
ProjectId: "project_id",
|
|
41
42
|
Raw: "raw",
|
|
42
43
|
} as const;
|
|
43
44
|
export type CreateAccountingBillQueryParamFields = ClosedEnum<
|
|
@@ -32,6 +32,7 @@ export const CreateAccountingExpenseQueryParamFields = {
|
|
|
32
32
|
Status: "status",
|
|
33
33
|
ExternalNumber: "external_number",
|
|
34
34
|
CategoryIds: "category_ids",
|
|
35
|
+
ProjectId: "project_id",
|
|
35
36
|
Raw: "raw",
|
|
36
37
|
} as const;
|
|
37
38
|
export type CreateAccountingExpenseQueryParamFields = ClosedEnum<
|
|
@@ -40,6 +40,7 @@ export const CreateAccountingInvoiceQueryParamFields = {
|
|
|
40
40
|
OrganizationId: "organization_id",
|
|
41
41
|
Payments: "payments",
|
|
42
42
|
CategoryIds: "category_ids",
|
|
43
|
+
ProjectId: "project_id",
|
|
43
44
|
Raw: "raw",
|
|
44
45
|
} as const;
|
|
45
46
|
export type CreateAccountingInvoiceQueryParamFields = ClosedEnum<
|