@emilgroup/task-sdk-node 1.0.1-beta.9 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -84
- package/index.js +99 -0
- package/package.json +8 -24
- package/scripts/deploy.js +230 -0
- package/.openapi-generator/FILES +0 -46
- package/.openapi-generator/VERSION +0 -1
- package/.openapi-generator-ignore +0 -23
- package/api/categories-api.ts +0 -669
- package/api/default-api.ts +0 -128
- package/api/hub-spot-api.ts +0 -169
- package/api/statuses-api.ts +0 -669
- package/api/tasks-api.ts +0 -697
- package/api.ts +0 -39
- package/base.ts +0 -327
- package/common.ts +0 -199
- package/configuration.ts +0 -118
- package/dist/api/categories-api.d.ts +0 -375
- package/dist/api/categories-api.js +0 -636
- package/dist/api/default-api.d.ts +0 -70
- package/dist/api/default-api.js +0 -204
- package/dist/api/hub-spot-api.d.ts +0 -97
- package/dist/api/hub-spot-api.js +0 -228
- package/dist/api/statuses-api.d.ts +0 -375
- package/dist/api/statuses-api.js +0 -636
- package/dist/api/tasks-api.d.ts +0 -393
- package/dist/api/tasks-api.js +0 -648
- package/dist/api.d.ts +0 -16
- package/dist/api.js +0 -34
- package/dist/base.d.ts +0 -88
- package/dist/base.js +0 -434
- package/dist/common.d.ts +0 -92
- package/dist/common.js +0 -277
- package/dist/configuration.d.ts +0 -96
- package/dist/configuration.js +0 -52
- package/dist/index.d.ts +0 -15
- package/dist/index.js +0 -36
- package/dist/models/category-class.d.ts +0 -66
- package/dist/models/category-class.js +0 -15
- package/dist/models/create-category-request-dto.d.ts +0 -30
- package/dist/models/create-category-request-dto.js +0 -15
- package/dist/models/create-category-response-class.d.ts +0 -25
- package/dist/models/create-category-response-class.js +0 -15
- package/dist/models/create-hub-spot-ticket-request-dto.d.ts +0 -31
- package/dist/models/create-hub-spot-ticket-request-dto.js +0 -15
- package/dist/models/create-hub-spot-ticket-response-class.d.ts +0 -25
- package/dist/models/create-hub-spot-ticket-response-class.js +0 -15
- package/dist/models/create-status-request-dto.d.ts +0 -30
- package/dist/models/create-status-request-dto.js +0 -15
- package/dist/models/create-status-response-class.d.ts +0 -25
- package/dist/models/create-status-response-class.js +0 -15
- package/dist/models/create-task-request-dto.d.ts +0 -72
- package/dist/models/create-task-request-dto.js +0 -21
- package/dist/models/create-task-response-class.d.ts +0 -25
- package/dist/models/create-task-response-class.js +0 -15
- package/dist/models/get-category-response-class.d.ts +0 -25
- package/dist/models/get-category-response-class.js +0 -15
- package/dist/models/get-status-response-class.d.ts +0 -25
- package/dist/models/get-status-response-class.js +0 -15
- package/dist/models/get-task-response-class.d.ts +0 -25
- package/dist/models/get-task-response-class.js +0 -15
- package/dist/models/hub-spot-ticket-class.d.ts +0 -49
- package/dist/models/hub-spot-ticket-class.js +0 -15
- package/dist/models/hub-spot-ticket-error-class.d.ts +0 -30
- package/dist/models/hub-spot-ticket-error-class.js +0 -15
- package/dist/models/hub-spot-ticket-name-value-dto.d.ts +0 -30
- package/dist/models/hub-spot-ticket-name-value-dto.js +0 -15
- package/dist/models/index.d.ts +0 -28
- package/dist/models/index.js +0 -44
- package/dist/models/inline-response200.d.ts +0 -54
- package/dist/models/inline-response200.js +0 -15
- package/dist/models/inline-response503.d.ts +0 -54
- package/dist/models/inline-response503.js +0 -15
- package/dist/models/list-categories-response-class.d.ts +0 -43
- package/dist/models/list-categories-response-class.js +0 -15
- package/dist/models/list-statuses-response-class.d.ts +0 -43
- package/dist/models/list-statuses-response-class.js +0 -15
- package/dist/models/list-tasks-response-class.d.ts +0 -43
- package/dist/models/list-tasks-response-class.js +0 -15
- package/dist/models/patch-category-request-dto.d.ts +0 -36
- package/dist/models/patch-category-request-dto.js +0 -15
- package/dist/models/patch-category-response-class.d.ts +0 -25
- package/dist/models/patch-category-response-class.js +0 -15
- package/dist/models/patch-status-request-dto.d.ts +0 -36
- package/dist/models/patch-status-request-dto.js +0 -15
- package/dist/models/patch-status-response-class.d.ts +0 -25
- package/dist/models/patch-status-response-class.js +0 -15
- package/dist/models/patch-task-request-dto.d.ts +0 -108
- package/dist/models/patch-task-request-dto.js +0 -15
- package/dist/models/patch-task-response-class.d.ts +0 -25
- package/dist/models/patch-task-response-class.js +0 -15
- package/dist/models/status-class.d.ts +0 -66
- package/dist/models/status-class.js +0 -15
- package/dist/models/task-class.d.ts +0 -116
- package/dist/models/task-class.js +0 -21
- package/git_push.sh +0 -57
- package/index.ts +0 -19
- package/models/category-class.ts +0 -72
- package/models/create-category-request-dto.ts +0 -36
- package/models/create-category-response-class.ts +0 -31
- package/models/create-hub-spot-ticket-request-dto.ts +0 -37
- package/models/create-hub-spot-ticket-response-class.ts +0 -31
- package/models/create-status-request-dto.ts +0 -36
- package/models/create-status-response-class.ts +0 -31
- package/models/create-task-request-dto.ts +0 -81
- package/models/create-task-response-class.ts +0 -31
- package/models/get-category-response-class.ts +0 -31
- package/models/get-status-response-class.ts +0 -31
- package/models/get-task-response-class.ts +0 -31
- package/models/hub-spot-ticket-class.ts +0 -55
- package/models/hub-spot-ticket-error-class.ts +0 -36
- package/models/hub-spot-ticket-name-value-dto.ts +0 -36
- package/models/index.ts +0 -28
- package/models/inline-response200.ts +0 -48
- package/models/inline-response503.ts +0 -48
- package/models/list-categories-response-class.ts +0 -49
- package/models/list-statuses-response-class.ts +0 -49
- package/models/list-tasks-response-class.ts +0 -49
- package/models/patch-category-request-dto.ts +0 -42
- package/models/patch-category-response-class.ts +0 -31
- package/models/patch-status-request-dto.ts +0 -42
- package/models/patch-status-response-class.ts +0 -31
- package/models/patch-task-request-dto.ts +0 -114
- package/models/patch-task-response-class.ts +0 -31
- package/models/status-class.ts +0 -72
- package/models/task-class.ts +0 -125
- package/tsconfig.json +0 -23
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { CategoryClass } from './category-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetCategoryResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetCategoryResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* category
|
|
26
|
-
* @type {CategoryClass}
|
|
27
|
-
* @memberof GetCategoryResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'category'?: CategoryClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { StatusClass } from './status-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetStatusResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetStatusResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* status
|
|
26
|
-
* @type {StatusClass}
|
|
27
|
-
* @memberof GetStatusResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'status'?: StatusClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { TaskClass } from './task-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetTaskResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetTaskResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* task
|
|
26
|
-
* @type {TaskClass}
|
|
27
|
-
* @memberof GetTaskResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'task'?: TaskClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { HubSpotTicketErrorClass } from './hub-spot-ticket-error-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface HubSpotTicketClass
|
|
22
|
-
*/
|
|
23
|
-
export interface HubSpotTicketClass {
|
|
24
|
-
/**
|
|
25
|
-
* status
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof HubSpotTicketClass
|
|
28
|
-
*/
|
|
29
|
-
'status': string;
|
|
30
|
-
/**
|
|
31
|
-
* message
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof HubSpotTicketClass
|
|
34
|
-
*/
|
|
35
|
-
'message': string;
|
|
36
|
-
/**
|
|
37
|
-
* correlationId
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof HubSpotTicketClass
|
|
40
|
-
*/
|
|
41
|
-
'correlationId': string;
|
|
42
|
-
/**
|
|
43
|
-
* inlineMessage
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof HubSpotTicketClass
|
|
46
|
-
*/
|
|
47
|
-
'inlineMessage': string;
|
|
48
|
-
/**
|
|
49
|
-
* errors
|
|
50
|
-
* @type {Array<HubSpotTicketErrorClass>}
|
|
51
|
-
* @memberof HubSpotTicketClass
|
|
52
|
-
*/
|
|
53
|
-
'errors': Array<HubSpotTicketErrorClass>;
|
|
54
|
-
}
|
|
55
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface HubSpotTicketErrorClass
|
|
21
|
-
*/
|
|
22
|
-
export interface HubSpotTicketErrorClass {
|
|
23
|
-
/**
|
|
24
|
-
* message
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof HubSpotTicketErrorClass
|
|
27
|
-
*/
|
|
28
|
-
'message': string;
|
|
29
|
-
/**
|
|
30
|
-
* errorType
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof HubSpotTicketErrorClass
|
|
33
|
-
*/
|
|
34
|
-
'errorType': string;
|
|
35
|
-
}
|
|
36
|
-
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface HubSpotTicketNameValueDto
|
|
21
|
-
*/
|
|
22
|
-
export interface HubSpotTicketNameValueDto {
|
|
23
|
-
/**
|
|
24
|
-
* name
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof HubSpotTicketNameValueDto
|
|
27
|
-
*/
|
|
28
|
-
'name': string;
|
|
29
|
-
/**
|
|
30
|
-
* value
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof HubSpotTicketNameValueDto
|
|
33
|
-
*/
|
|
34
|
-
'value': string;
|
|
35
|
-
}
|
|
36
|
-
|
package/models/index.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export * from './category-class';
|
|
2
|
-
export * from './create-category-request-dto';
|
|
3
|
-
export * from './create-category-response-class';
|
|
4
|
-
export * from './create-hub-spot-ticket-request-dto';
|
|
5
|
-
export * from './create-hub-spot-ticket-response-class';
|
|
6
|
-
export * from './create-status-request-dto';
|
|
7
|
-
export * from './create-status-response-class';
|
|
8
|
-
export * from './create-task-request-dto';
|
|
9
|
-
export * from './create-task-response-class';
|
|
10
|
-
export * from './get-category-response-class';
|
|
11
|
-
export * from './get-status-response-class';
|
|
12
|
-
export * from './get-task-response-class';
|
|
13
|
-
export * from './hub-spot-ticket-class';
|
|
14
|
-
export * from './hub-spot-ticket-error-class';
|
|
15
|
-
export * from './hub-spot-ticket-name-value-dto';
|
|
16
|
-
export * from './inline-response200';
|
|
17
|
-
export * from './inline-response503';
|
|
18
|
-
export * from './list-categories-response-class';
|
|
19
|
-
export * from './list-statuses-response-class';
|
|
20
|
-
export * from './list-tasks-response-class';
|
|
21
|
-
export * from './patch-category-request-dto';
|
|
22
|
-
export * from './patch-category-response-class';
|
|
23
|
-
export * from './patch-status-request-dto';
|
|
24
|
-
export * from './patch-status-response-class';
|
|
25
|
-
export * from './patch-task-request-dto';
|
|
26
|
-
export * from './patch-task-response-class';
|
|
27
|
-
export * from './status-class';
|
|
28
|
-
export * from './task-class';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface InlineResponse200
|
|
21
|
-
*/
|
|
22
|
-
export interface InlineResponse200 {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof InlineResponse200
|
|
27
|
-
*/
|
|
28
|
-
'status'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
32
|
-
* @memberof InlineResponse200
|
|
33
|
-
*/
|
|
34
|
-
'info'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
38
|
-
* @memberof InlineResponse200
|
|
39
|
-
*/
|
|
40
|
-
'error'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
44
|
-
* @memberof InlineResponse200
|
|
45
|
-
*/
|
|
46
|
-
'details'?: { [key: string]: { [key: string]: object; }; };
|
|
47
|
-
}
|
|
48
|
-
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface InlineResponse503
|
|
21
|
-
*/
|
|
22
|
-
export interface InlineResponse503 {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof InlineResponse503
|
|
27
|
-
*/
|
|
28
|
-
'status'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
32
|
-
* @memberof InlineResponse503
|
|
33
|
-
*/
|
|
34
|
-
'info'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
38
|
-
* @memberof InlineResponse503
|
|
39
|
-
*/
|
|
40
|
-
'error'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
44
|
-
* @memberof InlineResponse503
|
|
45
|
-
*/
|
|
46
|
-
'details'?: { [key: string]: { [key: string]: object; }; };
|
|
47
|
-
}
|
|
48
|
-
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { CategoryClass } from './category-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ListCategoriesResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface ListCategoriesResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* items
|
|
26
|
-
* @type {Array<CategoryClass>}
|
|
27
|
-
* @memberof ListCategoriesResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'items': Array<CategoryClass>;
|
|
30
|
-
/**
|
|
31
|
-
* nextPageToken
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ListCategoriesResponseClass
|
|
34
|
-
*/
|
|
35
|
-
'nextPageToken': string;
|
|
36
|
-
/**
|
|
37
|
-
* itemsPerPage
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ListCategoriesResponseClass
|
|
40
|
-
*/
|
|
41
|
-
'itemsPerPage': number;
|
|
42
|
-
/**
|
|
43
|
-
* totalItems
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ListCategoriesResponseClass
|
|
46
|
-
*/
|
|
47
|
-
'totalItems': number;
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { StatusClass } from './status-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ListStatusesResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface ListStatusesResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* items
|
|
26
|
-
* @type {Array<StatusClass>}
|
|
27
|
-
* @memberof ListStatusesResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'items': Array<StatusClass>;
|
|
30
|
-
/**
|
|
31
|
-
* nextPageToken
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ListStatusesResponseClass
|
|
34
|
-
*/
|
|
35
|
-
'nextPageToken': string;
|
|
36
|
-
/**
|
|
37
|
-
* itemsPerPage
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ListStatusesResponseClass
|
|
40
|
-
*/
|
|
41
|
-
'itemsPerPage': number;
|
|
42
|
-
/**
|
|
43
|
-
* totalItems
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ListStatusesResponseClass
|
|
46
|
-
*/
|
|
47
|
-
'totalItems': number;
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { TaskClass } from './task-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface ListTasksResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface ListTasksResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* items
|
|
26
|
-
* @type {Array<TaskClass>}
|
|
27
|
-
* @memberof ListTasksResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'items': Array<TaskClass>;
|
|
30
|
-
/**
|
|
31
|
-
* nextPageToken
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ListTasksResponseClass
|
|
34
|
-
*/
|
|
35
|
-
'nextPageToken': string;
|
|
36
|
-
/**
|
|
37
|
-
* itemsPerPage
|
|
38
|
-
* @type {number}
|
|
39
|
-
* @memberof ListTasksResponseClass
|
|
40
|
-
*/
|
|
41
|
-
'itemsPerPage': number;
|
|
42
|
-
/**
|
|
43
|
-
* totalItems
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof ListTasksResponseClass
|
|
46
|
-
*/
|
|
47
|
-
'totalItems': number;
|
|
48
|
-
}
|
|
49
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface PatchCategoryRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface PatchCategoryRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* Category code: unique identifier of the category
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof PatchCategoryRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'code': string;
|
|
29
|
-
/**
|
|
30
|
-
* Category name: display name of the category
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof PatchCategoryRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'name'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Category slug: URL-friendly identifier
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof PatchCategoryRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'slug'?: string;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { CategoryClass } from './category-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface PatchCategoryResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface PatchCategoryResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* category
|
|
26
|
-
* @type {CategoryClass}
|
|
27
|
-
* @memberof PatchCategoryResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'category'?: CategoryClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface PatchStatusRequestDto
|
|
21
|
-
*/
|
|
22
|
-
export interface PatchStatusRequestDto {
|
|
23
|
-
/**
|
|
24
|
-
* Status code: unique identifier of the status
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof PatchStatusRequestDto
|
|
27
|
-
*/
|
|
28
|
-
'code': string;
|
|
29
|
-
/**
|
|
30
|
-
* Status name: display name of the status
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof PatchStatusRequestDto
|
|
33
|
-
*/
|
|
34
|
-
'name'?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Status slug: URL-friendly identifier
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof PatchStatusRequestDto
|
|
39
|
-
*/
|
|
40
|
-
'slug'?: string;
|
|
41
|
-
}
|
|
42
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL TaskService
|
|
5
|
-
* The EMIL Task API description
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { StatusClass } from './status-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface PatchStatusResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface PatchStatusResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* status
|
|
26
|
-
* @type {StatusClass}
|
|
27
|
-
* @memberof PatchStatusResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'status'?: StatusClass;
|
|
30
|
-
}
|
|
31
|
-
|