@emilgroup/task-sdk-node
Advanced tools
@@ -36,3 +36,3 @@ /* tslint:disable */ | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -93,3 +93,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -116,3 +116,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -159,3 +159,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -162,0 +162,0 @@ * @param {AssigneesApiListAssigneesRequest} requestParameters Request parameters. |
+20
-20
@@ -46,3 +46,3 @@ /* tslint:disable */ | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -94,3 +94,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -140,3 +140,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -191,3 +191,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -268,3 +268,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -330,3 +330,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -343,3 +343,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -356,3 +356,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -370,3 +370,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -389,3 +389,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -413,3 +413,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -425,3 +425,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -437,3 +437,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -450,3 +450,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -468,3 +468,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -652,3 +652,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -665,3 +665,3 @@ * @param {CategoriesApiCreateCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -678,3 +678,3 @@ * @param {CategoriesApiDeleteCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -691,3 +691,3 @@ * @param {CategoriesApiGetCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -704,3 +704,3 @@ * @param {CategoriesApiListCategoriesRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -707,0 +707,0 @@ * @param {CategoriesApiPatchCategoryRequest} requestParameters Request parameters. |
@@ -38,3 +38,3 @@ /* tslint:disable */ | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -96,3 +96,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -119,3 +119,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -162,3 +162,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -165,0 +165,0 @@ * @param {HubSpotApiCreateHubSpotTicketRequest} requestParameters Request parameters. |
+20
-20
@@ -46,3 +46,3 @@ /* tslint:disable */ | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -94,3 +94,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -140,3 +140,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -191,3 +191,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -258,3 +258,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -320,3 +320,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -333,3 +333,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -346,3 +346,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -360,3 +360,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -377,3 +377,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -401,3 +401,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -413,3 +413,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -425,3 +425,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -438,3 +438,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -454,3 +454,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -624,3 +624,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -637,3 +637,3 @@ * @param {StatusesApiCreateStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -650,3 +650,3 @@ * @param {StatusesApiDeleteStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -663,3 +663,3 @@ * @param {StatusesApiGetStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -676,3 +676,3 @@ * @param {StatusesApiListStatusesRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -679,0 +679,0 @@ * @param {StatusesApiPatchStatusRequest} requestParameters Request parameters. |
+20
-20
@@ -46,3 +46,3 @@ /* tslint:disable */ | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -94,3 +94,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -140,3 +140,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -191,3 +191,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -268,3 +268,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -330,3 +330,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -343,3 +343,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -356,3 +356,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -370,3 +370,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -389,3 +389,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -413,3 +413,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -425,3 +425,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -437,3 +437,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -450,3 +450,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -468,3 +468,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -652,3 +652,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -665,3 +665,3 @@ * @param {TasksApiCreateTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -678,3 +678,3 @@ * @param {TasksApiDeleteTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -691,3 +691,3 @@ * @param {TasksApiGetTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -704,3 +704,3 @@ * @param {TasksApiListTasksRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -707,0 +707,0 @@ * @param {TasksApiPatchTaskRequest} requestParameters Request parameters. |
@@ -22,3 +22,3 @@ /** | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -38,3 +38,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -54,3 +54,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -91,3 +91,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -94,0 +94,0 @@ * @param {AssigneesApiListAssigneesRequest} requestParameters Request parameters. |
@@ -100,3 +100,3 @@ "use strict"; | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -159,3 +159,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -191,3 +191,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -217,3 +217,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * Retrieves a list of distinct assignees from tasks. | ||
| * Retrieves a list of distinct assignees from tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List assignees | ||
@@ -220,0 +220,0 @@ * @param {AssigneesApiListAssigneesRequest} requestParameters Request parameters. |
@@ -27,3 +27,3 @@ /** | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -37,3 +37,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -47,3 +47,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -58,3 +58,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -74,3 +74,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -91,3 +91,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -101,3 +101,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -111,3 +111,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -122,3 +122,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -138,3 +138,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -155,3 +155,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -165,3 +165,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -175,3 +175,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -186,3 +186,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -202,3 +202,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -364,3 +364,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -374,3 +374,3 @@ * @param {CategoriesApiCreateCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -384,3 +384,3 @@ * @param {CategoriesApiDeleteCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -394,3 +394,3 @@ * @param {CategoriesApiGetCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -404,3 +404,3 @@ * @param {CategoriesApiListCategoriesRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -407,0 +407,0 @@ * @param {CategoriesApiPatchCategoryRequest} requestParameters Request parameters. |
@@ -100,3 +100,3 @@ "use strict"; | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -150,3 +150,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -199,3 +199,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -252,3 +252,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -325,3 +325,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -389,3 +389,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -411,3 +411,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -433,3 +433,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -456,3 +456,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -484,3 +484,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -517,3 +517,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -529,3 +529,3 @@ * @param {CreateCategoryRequestDto} createCategoryRequestDto | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -541,3 +541,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -554,3 +554,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -572,3 +572,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -599,3 +599,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a category. | ||
| * This will create a category. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the category | ||
@@ -612,3 +612,3 @@ * @param {CategoriesApiCreateCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete a task category by code. | ||
| * This will delete a task category by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the category | ||
@@ -625,3 +625,3 @@ * @param {CategoriesApiDeleteCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * Get category by code. | ||
| * Get category by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the category | ||
@@ -638,3 +638,3 @@ * @param {CategoriesApiGetCategoryRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of categories. | ||
| * Retrieves a list of categories. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List categories | ||
@@ -652,3 +652,3 @@ * @param {CategoriesApiListCategoriesRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a category by code with the provided fields. | ||
| * This will partially update a category by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the category | ||
@@ -655,0 +655,0 @@ * @param {CategoriesApiPatchCategoryRequest} requestParameters Request parameters. |
@@ -23,3 +23,3 @@ /** | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -39,3 +39,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -55,3 +55,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -92,3 +92,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -95,0 +95,0 @@ * @param {HubSpotApiCreateHubSpotTicketRequest} requestParameters Request parameters. |
@@ -100,3 +100,3 @@ "use strict"; | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -160,3 +160,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -192,3 +192,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -218,3 +218,3 @@ * @param {CreateHubSpotTicketRequestDto} createHubSpotTicketRequestDto | ||
| /** | ||
| * This will create hub spot ticket. | ||
| * This will create hub spot ticket. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the hub spot ticket | ||
@@ -221,0 +221,0 @@ * @param {HubSpotApiCreateHubSpotTicketRequest} requestParameters Request parameters. |
@@ -27,3 +27,3 @@ /** | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -37,3 +37,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -47,3 +47,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -58,3 +58,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -72,3 +72,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -89,3 +89,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -99,3 +99,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -109,3 +109,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -120,3 +120,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -134,3 +134,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -151,3 +151,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -161,3 +161,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -171,3 +171,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -182,3 +182,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -196,3 +196,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -346,3 +346,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -356,3 +356,3 @@ * @param {StatusesApiCreateStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -366,3 +366,3 @@ * @param {StatusesApiDeleteStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -376,3 +376,3 @@ * @param {StatusesApiGetStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -386,3 +386,3 @@ * @param {StatusesApiListStatusesRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -389,0 +389,0 @@ * @param {StatusesApiPatchStatusRequest} requestParameters Request parameters. |
+20
-20
@@ -100,3 +100,3 @@ "use strict"; | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -150,3 +150,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -199,3 +199,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -252,3 +252,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -317,3 +317,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -381,3 +381,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -403,3 +403,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -425,3 +425,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -448,3 +448,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -474,3 +474,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -507,3 +507,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -519,3 +519,3 @@ * @param {CreateStatusRequestDto} createStatusRequestDto | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -531,3 +531,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -544,3 +544,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -560,3 +560,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -587,3 +587,3 @@ * @param {string} code | ||
| /** | ||
| * This will create a status. | ||
| * This will create a status. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the status | ||
@@ -600,3 +600,3 @@ * @param {StatusesApiCreateStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete status. | ||
| * This will delete status. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the status | ||
@@ -613,3 +613,3 @@ * @param {StatusesApiDeleteStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * Get status by code. | ||
| * Get status by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the status | ||
@@ -626,3 +626,3 @@ * @param {StatusesApiGetStatusRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of statuses. | ||
| * Retrieves a list of statuses. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List statuses | ||
@@ -640,3 +640,3 @@ * @param {StatusesApiListStatusesRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a status by code with the provided fields. | ||
| * This will partially update a status by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the status | ||
@@ -643,0 +643,0 @@ * @param {StatusesApiPatchStatusRequest} requestParameters Request parameters. |
+20
-20
@@ -27,3 +27,3 @@ /** | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -37,3 +37,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -47,3 +47,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -58,3 +58,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -74,3 +74,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -91,3 +91,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -101,3 +101,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -111,3 +111,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -122,3 +122,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -138,3 +138,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -155,3 +155,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -165,3 +165,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -175,3 +175,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -186,3 +186,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -202,3 +202,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -364,3 +364,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -374,3 +374,3 @@ * @param {TasksApiCreateTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -384,3 +384,3 @@ * @param {TasksApiDeleteTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -394,3 +394,3 @@ * @param {TasksApiGetTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -404,3 +404,3 @@ * @param {TasksApiListTasksRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -407,0 +407,0 @@ * @param {TasksApiPatchTaskRequest} requestParameters Request parameters. |
+20
-20
@@ -100,3 +100,3 @@ "use strict"; | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -150,3 +150,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -199,3 +199,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -252,3 +252,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -325,3 +325,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -389,3 +389,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -411,3 +411,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -433,3 +433,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -456,3 +456,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -484,3 +484,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -517,3 +517,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -529,3 +529,3 @@ * @param {CreateTaskRequestDto} createTaskRequestDto | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -541,3 +541,3 @@ * @param {string} code Unique identifier for the object. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -554,3 +554,3 @@ * @param {string} code | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -572,3 +572,3 @@ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -599,3 +599,3 @@ * @param {string} code | ||
| /** | ||
| * This will create task. | ||
| * This will create a task. **Required Permissions** \"task-management.tasks.create\" | ||
| * @summary Create the task | ||
@@ -612,3 +612,3 @@ * @param {TasksApiCreateTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will delete a task by code. | ||
| * This will delete a task by code. **Required Permissions** \"task-management.tasks.delete\" | ||
| * @summary Delete the task | ||
@@ -625,3 +625,3 @@ * @param {TasksApiDeleteTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will get a task by code. | ||
| * This will get a task by code. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary Retrieve the task | ||
@@ -638,3 +638,3 @@ * @param {TasksApiGetTaskRequest} requestParameters Request parameters. | ||
| /** | ||
| * Retrieves a list of tasks. | ||
| * Retrieves a list of tasks. **Required Permissions** \"task-management.tasks.view\" | ||
| * @summary List tasks | ||
@@ -652,3 +652,3 @@ * @param {TasksApiListTasksRequest} requestParameters Request parameters. | ||
| /** | ||
| * This will partially update a task by code with the provided fields. | ||
| * This will partially update a task by code with the provided fields. **Required Permissions** \"task-management.tasks.update\" | ||
| * @summary Update the task | ||
@@ -655,0 +655,0 @@ * @param {TasksApiPatchTaskRequest} requestParameters Request parameters. |
+1
-1
| { | ||
| "name": "@emilgroup/task-sdk-node", | ||
| "version": "1.0.1-beta.15", | ||
| "version": "1.0.1-beta.16", | ||
| "description": "OpenAPI client for @emilgroup/task-sdk-node", | ||
@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors", |
+2
-2
@@ -20,7 +20,7 @@ # Emil Task SDK for Nodejs | ||
| ``` | ||
| npm install @emilgroup/task-sdk-node@1.0.1-beta.15 --save | ||
| npm install @emilgroup/task-sdk-node@1.0.1-beta.16 --save | ||
| ``` | ||
| or | ||
| ``` | ||
| yarn add @emilgroup/task-sdk-node@1.0.1-beta.15 | ||
| yarn add @emilgroup/task-sdk-node@1.0.1-beta.16 | ||
| ``` | ||
@@ -27,0 +27,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
532682
2.32%41
310%