@unified-api/typescript-sdk 1.0.34 → 1.0.36
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/dist/sdk/company.d.ts +24 -0
- package/dist/sdk/company.js +402 -0
- package/dist/sdk/hris.d.ts +24 -0
- package/dist/sdk/hris.js +402 -0
- package/dist/sdk/models/operations/createhriscompany.d.ts +28 -0
- package/dist/sdk/models/operations/createhriscompany.js +95 -0
- package/dist/sdk/models/operations/createtaskproject.d.ts +28 -0
- package/dist/sdk/models/operations/createtaskproject.js +95 -0
- package/dist/sdk/models/operations/createtasktask.d.ts +28 -0
- package/dist/sdk/models/operations/createtasktask.js +95 -0
- package/dist/sdk/models/operations/gethriscompany.d.ts +35 -0
- package/dist/sdk/models/operations/gethriscompany.js +99 -0
- package/dist/sdk/models/operations/gettaskproject.d.ts +35 -0
- package/dist/sdk/models/operations/gettaskproject.js +99 -0
- package/dist/sdk/models/operations/gettasktask.d.ts +35 -0
- package/dist/sdk/models/operations/gettasktask.js +99 -0
- package/dist/sdk/models/operations/getunifiedintegrationauth.d.ts +7 -1
- package/dist/sdk/models/operations/getunifiedintegrationauth.js +6 -0
- package/dist/sdk/models/operations/index.d.ts +18 -0
- package/dist/sdk/models/operations/index.js +18 -0
- package/dist/sdk/models/operations/listhriscompanies.d.ts +43 -0
- package/dist/sdk/models/operations/listhriscompanies.js +119 -0
- package/dist/sdk/models/operations/listhrisemployees.d.ts +1 -0
- package/dist/sdk/models/operations/listhrisemployees.js +4 -0
- package/dist/sdk/models/operations/listhrisgroups.d.ts +1 -0
- package/dist/sdk/models/operations/listhrisgroups.js +4 -0
- package/dist/sdk/models/operations/listtaskprojects.d.ts +44 -0
- package/dist/sdk/models/operations/listtaskprojects.js +123 -0
- package/dist/sdk/models/operations/listtasktasks.d.ts +45 -0
- package/dist/sdk/models/operations/listtasktasks.js +127 -0
- package/dist/sdk/models/operations/listunifiedconnections.d.ts +2 -1
- package/dist/sdk/models/operations/listunifiedconnections.js +1 -0
- package/dist/sdk/models/operations/listunifiedintegrations.d.ts +2 -1
- package/dist/sdk/models/operations/listunifiedintegrations.js +1 -0
- package/dist/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +2 -1
- package/dist/sdk/models/operations/listunifiedintegrationworkspaces.js +1 -0
- package/dist/sdk/models/operations/patchhriscompany.d.ts +32 -0
- package/dist/sdk/models/operations/patchhriscompany.js +99 -0
- package/dist/sdk/models/operations/patchtaskproject.d.ts +32 -0
- package/dist/sdk/models/operations/patchtaskproject.js +99 -0
- package/dist/sdk/models/operations/patchtasktask.d.ts +32 -0
- package/dist/sdk/models/operations/patchtasktask.js +99 -0
- package/dist/sdk/models/operations/removehriscompany.d.ts +30 -0
- package/dist/sdk/models/operations/removehriscompany.js +71 -0
- package/dist/sdk/models/operations/removetaskproject.d.ts +30 -0
- package/dist/sdk/models/operations/removetaskproject.js +71 -0
- package/dist/sdk/models/operations/removetasktask.d.ts +30 -0
- package/dist/sdk/models/operations/removetasktask.js +71 -0
- package/dist/sdk/models/operations/updatehriscompany.d.ts +32 -0
- package/dist/sdk/models/operations/updatehriscompany.js +99 -0
- package/dist/sdk/models/operations/updatetaskproject.d.ts +32 -0
- package/dist/sdk/models/operations/updatetaskproject.js +99 -0
- package/dist/sdk/models/operations/updatetasktask.d.ts +32 -0
- package/dist/sdk/models/operations/updatetasktask.js +99 -0
- package/dist/sdk/models/shared/crmdeal.d.ts +2 -0
- package/dist/sdk/models/shared/crmdeal.js +10 -0
- package/dist/sdk/models/shared/crmpipeline.d.ts +2 -0
- package/dist/sdk/models/shared/crmpipeline.js +7 -0
- package/dist/sdk/models/shared/crmstage.d.ts +10 -0
- package/dist/sdk/models/shared/crmstage.js +83 -0
- package/dist/sdk/models/shared/genaicontent.d.ts +2 -2
- package/dist/sdk/models/shared/genaicontent.js +2 -2
- package/dist/sdk/models/shared/genaimodel.d.ts +1 -0
- package/dist/sdk/models/shared/genaimodel.js +5 -0
- package/dist/sdk/models/shared/hriscompany.d.ts +11 -0
- package/dist/sdk/models/shared/hriscompany.js +85 -0
- package/dist/sdk/models/shared/hrisemployee.d.ts +1 -0
- package/dist/sdk/models/shared/hrisemployee.js +5 -0
- package/dist/sdk/models/shared/hrisgroup.d.ts +1 -0
- package/dist/sdk/models/shared/hrisgroup.js +5 -0
- package/dist/sdk/models/shared/index.d.ts +5 -0
- package/dist/sdk/models/shared/index.js +5 -0
- package/dist/sdk/models/shared/integrationsupport.d.ts +6 -0
- package/dist/sdk/models/shared/integrationsupport.js +12 -1
- package/dist/sdk/models/shared/propertyconnectioncategories.d.ts +2 -1
- package/dist/sdk/models/shared/propertyconnectioncategories.js +1 -0
- package/dist/sdk/models/shared/propertyconnectionpermissions.d.ts +7 -1
- package/dist/sdk/models/shared/propertyconnectionpermissions.js +6 -0
- package/dist/sdk/models/shared/propertyhriscompanyaddress.d.ts +11 -0
- package/dist/sdk/models/shared/propertyhriscompanyaddress.js +80 -0
- package/dist/sdk/models/shared/propertyintegrationcategories.d.ts +2 -1
- package/dist/sdk/models/shared/propertyintegrationcategories.js +1 -0
- package/dist/sdk/models/shared/taskproject.d.ts +11 -0
- package/dist/sdk/models/shared/taskproject.js +88 -0
- package/dist/sdk/models/shared/tasktask.d.ts +24 -0
- package/dist/sdk/models/shared/tasktask.js +142 -0
- package/dist/sdk/models/shared/webhook.d.ts +4 -1
- package/dist/sdk/models/shared/webhook.js +3 -0
- package/dist/sdk/project.d.ts +31 -0
- package/dist/sdk/project.js +505 -0
- package/dist/sdk/sdk.d.ts +4 -0
- package/dist/sdk/sdk.js +7 -3
- package/dist/sdk/task.d.ts +55 -0
- package/dist/sdk/task.js +907 -0
- package/docs/sdk/models/operations/categories.md +2 -1
- package/docs/sdk/models/operations/createhriscompanyrequest.md +9 -0
- package/docs/sdk/models/operations/createhriscompanyresponse.md +11 -0
- package/docs/sdk/models/operations/createtaskprojectrequest.md +9 -0
- package/docs/sdk/models/operations/createtaskprojectresponse.md +11 -0
- package/docs/sdk/models/operations/createtasktaskrequest.md +9 -0
- package/docs/sdk/models/operations/createtasktaskresponse.md +11 -0
- package/docs/sdk/models/operations/gethriscompanyrequest.md +10 -0
- package/docs/sdk/models/operations/gethriscompanyresponse.md +11 -0
- package/docs/sdk/models/operations/gettaskprojectrequest.md +10 -0
- package/docs/sdk/models/operations/gettaskprojectresponse.md +11 -0
- package/docs/sdk/models/operations/gettasktaskrequest.md +10 -0
- package/docs/sdk/models/operations/gettasktaskresponse.md +11 -0
- package/docs/sdk/models/operations/listhriscompaniesrequest.md +15 -0
- package/docs/sdk/models/operations/listhriscompaniesresponse.md +11 -0
- package/docs/sdk/models/operations/listhrisemployeesrequest.md +1 -0
- package/docs/sdk/models/operations/listhrisgroupsrequest.md +1 -0
- package/docs/sdk/models/operations/listtaskprojectsrequest.md +16 -0
- package/docs/sdk/models/operations/listtaskprojectsresponse.md +11 -0
- package/docs/sdk/models/operations/listtasktasksrequest.md +17 -0
- package/docs/sdk/models/operations/listtasktasksresponse.md +11 -0
- package/docs/sdk/models/operations/listunifiedintegrationsqueryparamcategories.md +2 -1
- package/docs/sdk/models/operations/patchhriscompanyrequest.md +10 -0
- package/docs/sdk/models/operations/patchhriscompanyresponse.md +11 -0
- package/docs/sdk/models/operations/patchtaskprojectrequest.md +10 -0
- package/docs/sdk/models/operations/patchtaskprojectresponse.md +11 -0
- package/docs/sdk/models/operations/patchtasktaskrequest.md +10 -0
- package/docs/sdk/models/operations/patchtasktaskresponse.md +11 -0
- package/docs/sdk/models/operations/queryparamcategories.md +2 -1
- package/docs/sdk/models/operations/removehriscompanyrequest.md +9 -0
- package/docs/sdk/models/operations/removehriscompanyresponse.md +11 -0
- package/docs/sdk/models/operations/removetaskprojectrequest.md +9 -0
- package/docs/sdk/models/operations/removetaskprojectresponse.md +11 -0
- package/docs/sdk/models/operations/removetasktaskrequest.md +9 -0
- package/docs/sdk/models/operations/removetasktaskresponse.md +11 -0
- package/docs/sdk/models/operations/scopes.md +7 -1
- package/docs/sdk/models/operations/updatehriscompanyrequest.md +10 -0
- package/docs/sdk/models/operations/updatehriscompanyresponse.md +11 -0
- package/docs/sdk/models/operations/updatetaskprojectrequest.md +10 -0
- package/docs/sdk/models/operations/updatetaskprojectresponse.md +11 -0
- package/docs/sdk/models/operations/updatetasktaskrequest.md +10 -0
- package/docs/sdk/models/operations/updatetasktaskresponse.md +11 -0
- package/docs/sdk/models/shared/crmdeal.md +2 -0
- package/docs/sdk/models/shared/crmpipeline.md +1 -0
- package/docs/sdk/models/shared/crmstage.md +14 -0
- package/docs/sdk/models/shared/genaimodel.md +9 -8
- package/docs/sdk/models/shared/hriscompany.md +14 -0
- package/docs/sdk/models/shared/hrisemployee.md +1 -0
- package/docs/sdk/models/shared/hrisgroup.md +1 -0
- package/docs/sdk/models/shared/integrationsupport.md +1 -0
- package/docs/sdk/models/shared/listprojectid.md +10 -0
- package/docs/sdk/models/shared/objecttype.md +4 -1
- package/docs/sdk/models/shared/propertyconnectioncategories.md +2 -1
- package/docs/sdk/models/shared/propertyconnectionpermissions.md +7 -1
- package/docs/sdk/models/shared/propertyhriscompanyaddress.md +15 -0
- package/docs/sdk/models/shared/propertyintegrationcategories.md +2 -1
- package/docs/sdk/models/shared/role.md +2 -2
- package/docs/sdk/models/shared/taskproject.md +15 -0
- package/docs/sdk/models/shared/tasktask.md +23 -0
- package/docs/sdk/models/shared/tasktaskstatus.md +10 -0
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CreateHrisCompanyRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CreateHrisCompanyResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | Successful |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CreateTaskProjectRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CreateTaskProjectResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# CreateTaskTaskRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# CreateTaskTaskResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# GetHrisCompanyRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Company |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# GetHrisCompanyResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | Successful |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# GetTaskProjectRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Project |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# GetTaskProjectResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# GetTaskTaskRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Task |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# GetTaskTaskResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# ListHrisCompaniesRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
11
|
+
| `offset` | *number* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `order` | *string* | :heavy_minus_sign: | N/A |
|
|
13
|
+
| `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
|
|
14
|
+
| `sort` | *string* | :heavy_minus_sign: | N/A |
|
|
15
|
+
| `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# ListHrisCompaniesResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `hrisCompanies` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md)[] | :heavy_minus_sign: | Successful |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `companyId` | *string* | :heavy_minus_sign: | N/A |
|
|
8
9
|
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
10
|
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
11
|
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `companyId` | *string* | :heavy_minus_sign: | N/A |
|
|
8
9
|
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
10
|
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
11
|
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# ListTaskProjectsRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
11
|
+
| `offset` | *number* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `order` | *string* | :heavy_minus_sign: | N/A |
|
|
13
|
+
| `parentId` | *string* | :heavy_minus_sign: | N/A |
|
|
14
|
+
| `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
|
|
15
|
+
| `sort` | *string* | :heavy_minus_sign: | N/A |
|
|
16
|
+
| `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# ListTaskProjectsResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskProjects` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md)[] | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# ListTaskTasksRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
|
|
10
|
+
| `limit` | *number* | :heavy_minus_sign: | N/A |
|
|
11
|
+
| `offset` | *number* | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `order` | *string* | :heavy_minus_sign: | N/A |
|
|
13
|
+
| `parentId` | *string* | :heavy_minus_sign: | N/A |
|
|
14
|
+
| `projectId` | *string* | :heavy_minus_sign: | N/A |
|
|
15
|
+
| `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
|
|
16
|
+
| `sort` | *string* | :heavy_minus_sign: | N/A |
|
|
17
|
+
| `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# ListTaskTasksResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskTasks` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md)[] | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# PatchHrisCompanyRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Company |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# PatchHrisCompanyResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | Successful |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# PatchTaskProjectRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Project |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# PatchTaskProjectResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# PatchTaskTaskRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Task |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# PatchTaskTaskResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# RemoveHrisCompanyRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Company |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# RemoveHrisCompanyResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `string` | *string* | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# RemoveTaskProjectRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Project |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# RemoveTaskProjectResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `string` | *string* | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# RemoveTaskTaskRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
8
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
9
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Task |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# RemoveTaskTaskResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `string` | *string* | :heavy_minus_sign: | Successful |
|
|
@@ -77,6 +77,8 @@
|
|
|
77
77
|
| `HrisPayslipWrite` | hris_payslip_write |
|
|
78
78
|
| `HrisTimeoffRead` | hris_timeoff_read |
|
|
79
79
|
| `HrisTimeoffWrite` | hris_timeoff_write |
|
|
80
|
+
| `HrisCompanyRead` | hris_company_read |
|
|
81
|
+
| `HrisCompanyWrite` | hris_company_write |
|
|
80
82
|
| `UcCallRead` | uc_call_read |
|
|
81
83
|
| `StorageFileRead` | storage_file_read |
|
|
82
84
|
| `StorageFileWrite` | storage_file_write |
|
|
@@ -92,4 +94,8 @@
|
|
|
92
94
|
| `KmsPageRead` | kms_page_read |
|
|
93
95
|
| `KmsPageWrite` | kms_page_write |
|
|
94
96
|
| `KmsCommentRead` | kms_comment_read |
|
|
95
|
-
| `KmsCommentWrite` | kms_comment_write |
|
|
97
|
+
| `KmsCommentWrite` | kms_comment_write |
|
|
98
|
+
| `TaskProjectRead` | task_project_read |
|
|
99
|
+
| `TaskProjectWrite` | task_project_write |
|
|
100
|
+
| `TaskTaskRead` | task_task_read |
|
|
101
|
+
| `TaskTaskWrite` | task_task_write |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# UpdateHrisCompanyRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Company |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# UpdateHrisCompanyResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `hrisCompany` | [shared.HrisCompany](../../../sdk/models/shared/hriscompany.md) | :heavy_minus_sign: | Successful |
|
|
10
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
11
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# UpdateTaskProjectRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Project |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# UpdateTaskProjectResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- | --------------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskProject` | [shared.TaskProject](../../../sdk/models/shared/taskproject.md) | :heavy_minus_sign: | Successful |
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# UpdateTaskTaskRequest
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | N/A |
|
|
9
|
+
| `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
|
|
10
|
+
| `id` | *string* | :heavy_check_mark: | ID of the Task |
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# UpdateTaskTaskResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Fields
|
|
5
|
+
|
|
6
|
+
| Field | Type | Required | Description |
|
|
7
|
+
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
|
|
8
|
+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
|
|
9
|
+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
|
|
10
|
+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
|
11
|
+
| `taskTask` | [shared.TaskTask](../../../sdk/models/shared/tasktask.md) | :heavy_minus_sign: | Successful |
|