@emilgroup/task-sdk-node 1.0.1-beta.9 → 1.0.3
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 +81 -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,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InlineResponse200
|
|
16
|
-
*/
|
|
17
|
-
export interface InlineResponse200 {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof InlineResponse200
|
|
22
|
-
*/
|
|
23
|
-
'status'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
27
|
-
* @memberof InlineResponse200
|
|
28
|
-
*/
|
|
29
|
-
'info'?: {
|
|
30
|
-
[key: string]: {
|
|
31
|
-
[key: string]: object;
|
|
32
|
-
};
|
|
33
|
-
} | null;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
37
|
-
* @memberof InlineResponse200
|
|
38
|
-
*/
|
|
39
|
-
'error'?: {
|
|
40
|
-
[key: string]: {
|
|
41
|
-
[key: string]: object;
|
|
42
|
-
};
|
|
43
|
-
} | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
47
|
-
* @memberof InlineResponse200
|
|
48
|
-
*/
|
|
49
|
-
'details'?: {
|
|
50
|
-
[key: string]: {
|
|
51
|
-
[key: string]: object;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InlineResponse503
|
|
16
|
-
*/
|
|
17
|
-
export interface InlineResponse503 {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof InlineResponse503
|
|
22
|
-
*/
|
|
23
|
-
'status'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
27
|
-
* @memberof InlineResponse503
|
|
28
|
-
*/
|
|
29
|
-
'info'?: {
|
|
30
|
-
[key: string]: {
|
|
31
|
-
[key: string]: object;
|
|
32
|
-
};
|
|
33
|
-
} | null;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
37
|
-
* @memberof InlineResponse503
|
|
38
|
-
*/
|
|
39
|
-
'error'?: {
|
|
40
|
-
[key: string]: {
|
|
41
|
-
[key: string]: object;
|
|
42
|
-
};
|
|
43
|
-
} | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
47
|
-
* @memberof InlineResponse503
|
|
48
|
-
*/
|
|
49
|
-
'details'?: {
|
|
50
|
-
[key: string]: {
|
|
51
|
-
[key: string]: object;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { CategoryClass } from './category-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListCategoriesResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListCategoriesResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* items
|
|
21
|
-
* @type {Array<CategoryClass>}
|
|
22
|
-
* @memberof ListCategoriesResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<CategoryClass>;
|
|
25
|
-
/**
|
|
26
|
-
* nextPageToken
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListCategoriesResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
/**
|
|
32
|
-
* itemsPerPage
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ListCategoriesResponseClass
|
|
35
|
-
*/
|
|
36
|
-
'itemsPerPage': number;
|
|
37
|
-
/**
|
|
38
|
-
* totalItems
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ListCategoriesResponseClass
|
|
41
|
-
*/
|
|
42
|
-
'totalItems': number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { StatusClass } from './status-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListStatusesResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListStatusesResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* items
|
|
21
|
-
* @type {Array<StatusClass>}
|
|
22
|
-
* @memberof ListStatusesResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<StatusClass>;
|
|
25
|
-
/**
|
|
26
|
-
* nextPageToken
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListStatusesResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
/**
|
|
32
|
-
* itemsPerPage
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ListStatusesResponseClass
|
|
35
|
-
*/
|
|
36
|
-
'itemsPerPage': number;
|
|
37
|
-
/**
|
|
38
|
-
* totalItems
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ListStatusesResponseClass
|
|
41
|
-
*/
|
|
42
|
-
'totalItems': number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { TaskClass } from './task-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListTasksResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListTasksResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* items
|
|
21
|
-
* @type {Array<TaskClass>}
|
|
22
|
-
* @memberof ListTasksResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<TaskClass>;
|
|
25
|
-
/**
|
|
26
|
-
* nextPageToken
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListTasksResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
/**
|
|
32
|
-
* itemsPerPage
|
|
33
|
-
* @type {number}
|
|
34
|
-
* @memberof ListTasksResponseClass
|
|
35
|
-
*/
|
|
36
|
-
'itemsPerPage': number;
|
|
37
|
-
/**
|
|
38
|
-
* totalItems
|
|
39
|
-
* @type {number}
|
|
40
|
-
* @memberof ListTasksResponseClass
|
|
41
|
-
*/
|
|
42
|
-
'totalItems': number;
|
|
43
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PatchCategoryRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface PatchCategoryRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Category code: unique identifier of the category
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PatchCategoryRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'code': string;
|
|
24
|
-
/**
|
|
25
|
-
* Category name: display name of the category
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PatchCategoryRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'name'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Category slug: URL-friendly identifier
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PatchCategoryRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'slug'?: string;
|
|
36
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { CategoryClass } from './category-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PatchCategoryResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface PatchCategoryResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* category
|
|
21
|
-
* @type {CategoryClass}
|
|
22
|
-
* @memberof PatchCategoryResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'category'?: CategoryClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PatchStatusRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface PatchStatusRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Status code: unique identifier of the status
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PatchStatusRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'code': string;
|
|
24
|
-
/**
|
|
25
|
-
* Status name: display name of the status
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PatchStatusRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'name'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Status slug: URL-friendly identifier
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PatchStatusRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'slug'?: string;
|
|
36
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { StatusClass } from './status-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PatchStatusResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface PatchStatusResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* status
|
|
21
|
-
* @type {StatusClass}
|
|
22
|
-
* @memberof PatchStatusResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'status'?: StatusClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface PatchTaskRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface PatchTaskRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Task code: unique identifier of the task
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof PatchTaskRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'code': string;
|
|
24
|
-
/**
|
|
25
|
-
* Task subject: title of the task
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof PatchTaskRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'subject'?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Task description: detailed description of the task
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof PatchTaskRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'description'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Task assignee: person assigned to the task
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof PatchTaskRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'assignee'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Task category slug
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof PatchTaskRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'categorySlug'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Task status slug
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof PatchTaskRequestDto
|
|
52
|
-
*/
|
|
53
|
-
'statusSlug'?: string;
|
|
54
|
-
/**
|
|
55
|
-
* Task priority
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof PatchTaskRequestDto
|
|
58
|
-
*/
|
|
59
|
-
'priority'?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Task reporter: person who reported the task
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof PatchTaskRequestDto
|
|
64
|
-
*/
|
|
65
|
-
'reporter'?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Task due date
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof PatchTaskRequestDto
|
|
70
|
-
*/
|
|
71
|
-
'dueDate'?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Set to true to clear/remove the due date.
|
|
74
|
-
* @type {boolean}
|
|
75
|
-
* @memberof PatchTaskRequestDto
|
|
76
|
-
*/
|
|
77
|
-
'clearDueDate'?: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* Set to true to clear/remove the assignee.
|
|
80
|
-
* @type {boolean}
|
|
81
|
-
* @memberof PatchTaskRequestDto
|
|
82
|
-
*/
|
|
83
|
-
'clearAssignee'?: boolean;
|
|
84
|
-
/**
|
|
85
|
-
* Set to true to clear/remove the category.
|
|
86
|
-
* @type {boolean}
|
|
87
|
-
* @memberof PatchTaskRequestDto
|
|
88
|
-
*/
|
|
89
|
-
'clearCategory'?: boolean;
|
|
90
|
-
/**
|
|
91
|
-
* Set to true to clear/remove the status.
|
|
92
|
-
* @type {boolean}
|
|
93
|
-
* @memberof PatchTaskRequestDto
|
|
94
|
-
*/
|
|
95
|
-
'clearStatus'?: boolean;
|
|
96
|
-
/**
|
|
97
|
-
* Set to true to clear/remove the priority.
|
|
98
|
-
* @type {boolean}
|
|
99
|
-
* @memberof PatchTaskRequestDto
|
|
100
|
-
*/
|
|
101
|
-
'clearPriority'?: boolean;
|
|
102
|
-
/**
|
|
103
|
-
* Set to true to clear/remove the reporter.
|
|
104
|
-
* @type {boolean}
|
|
105
|
-
* @memberof PatchTaskRequestDto
|
|
106
|
-
*/
|
|
107
|
-
'clearReporter'?: boolean;
|
|
108
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL TaskService
|
|
3
|
-
* The EMIL Task API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { TaskClass } from './task-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface PatchTaskResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface PatchTaskResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* task
|
|
21
|
-
* @type {TaskClass}
|
|
22
|
-
* @memberof PatchTaskResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'task'?: TaskClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL TaskService
|
|
6
|
-
* The EMIL Task API description
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|