@emilgroup/task-sdk-node 1.0.1-beta.8 → 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,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 { HubSpotTicketClass } from './hub-spot-ticket-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface CreateHubSpotTicketResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateHubSpotTicketResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* hubSpotTicket
|
|
21
|
-
* @type {HubSpotTicketClass}
|
|
22
|
-
* @memberof CreateHubSpotTicketResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'hubSpotTicket'?: HubSpotTicketClass;
|
|
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,30 +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 CreateStatusRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface CreateStatusRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Task status name: display name of the status
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateStatusRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
* Task status slug - URL-friendly identifier (auto-generated from name if not provided)
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateStatusRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'slug'?: string;
|
|
30
|
-
}
|
|
@@ -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 CreateStatusResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateStatusResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* status
|
|
21
|
-
* @type {StatusClass}
|
|
22
|
-
* @memberof CreateStatusResponseClass
|
|
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,72 +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 CreateTaskRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface CreateTaskRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* Task subject: title of the task
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof CreateTaskRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'subject': string;
|
|
24
|
-
/**
|
|
25
|
-
* Task description: detailed description of the task
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof CreateTaskRequestDto
|
|
28
|
-
*/
|
|
29
|
-
'description': string;
|
|
30
|
-
/**
|
|
31
|
-
* Task assignee user code: person assigned to the task
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof CreateTaskRequestDto
|
|
34
|
-
*/
|
|
35
|
-
'assignee'?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Task category slug
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof CreateTaskRequestDto
|
|
40
|
-
*/
|
|
41
|
-
'categorySlug'?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Task status slug
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof CreateTaskRequestDto
|
|
46
|
-
*/
|
|
47
|
-
'statusSlug'?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Task priority
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof CreateTaskRequestDto
|
|
52
|
-
*/
|
|
53
|
-
'priority'?: CreateTaskRequestDtoPriorityEnum;
|
|
54
|
-
/**
|
|
55
|
-
* Task reporter user code: person who reported the task
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof CreateTaskRequestDto
|
|
58
|
-
*/
|
|
59
|
-
'reporter'?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Task due date.
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof CreateTaskRequestDto
|
|
64
|
-
*/
|
|
65
|
-
'dueDate'?: string;
|
|
66
|
-
}
|
|
67
|
-
export declare const CreateTaskRequestDtoPriorityEnum: {
|
|
68
|
-
readonly Low: "LOW";
|
|
69
|
-
readonly Medium: "MEDIUM";
|
|
70
|
-
readonly High: "HIGH";
|
|
71
|
-
};
|
|
72
|
-
export type CreateTaskRequestDtoPriorityEnum = typeof CreateTaskRequestDtoPriorityEnum[keyof typeof CreateTaskRequestDtoPriorityEnum];
|
|
@@ -1,21 +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 });
|
|
16
|
-
exports.CreateTaskRequestDtoPriorityEnum = void 0;
|
|
17
|
-
exports.CreateTaskRequestDtoPriorityEnum = {
|
|
18
|
-
Low: 'LOW',
|
|
19
|
-
Medium: 'MEDIUM',
|
|
20
|
-
High: 'HIGH'
|
|
21
|
-
};
|
|
@@ -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 CreateTaskResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface CreateTaskResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* task
|
|
21
|
-
* @type {TaskClass}
|
|
22
|
-
* @memberof CreateTaskResponseClass
|
|
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 });
|
|
@@ -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 GetCategoryResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetCategoryResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* category
|
|
21
|
-
* @type {CategoryClass}
|
|
22
|
-
* @memberof GetCategoryResponseClass
|
|
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,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 GetStatusResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetStatusResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* status
|
|
21
|
-
* @type {StatusClass}
|
|
22
|
-
* @memberof GetStatusResponseClass
|
|
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,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 GetTaskResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface GetTaskResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* task
|
|
21
|
-
* @type {TaskClass}
|
|
22
|
-
* @memberof GetTaskResponseClass
|
|
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 });
|
|
@@ -1,49 +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 { HubSpotTicketErrorClass } from './hub-spot-ticket-error-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface HubSpotTicketClass
|
|
17
|
-
*/
|
|
18
|
-
export interface HubSpotTicketClass {
|
|
19
|
-
/**
|
|
20
|
-
* status
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof HubSpotTicketClass
|
|
23
|
-
*/
|
|
24
|
-
'status': string;
|
|
25
|
-
/**
|
|
26
|
-
* message
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof HubSpotTicketClass
|
|
29
|
-
*/
|
|
30
|
-
'message': string;
|
|
31
|
-
/**
|
|
32
|
-
* correlationId
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof HubSpotTicketClass
|
|
35
|
-
*/
|
|
36
|
-
'correlationId': string;
|
|
37
|
-
/**
|
|
38
|
-
* inlineMessage
|
|
39
|
-
* @type {string}
|
|
40
|
-
* @memberof HubSpotTicketClass
|
|
41
|
-
*/
|
|
42
|
-
'inlineMessage': string;
|
|
43
|
-
/**
|
|
44
|
-
* errors
|
|
45
|
-
* @type {Array<HubSpotTicketErrorClass>}
|
|
46
|
-
* @memberof HubSpotTicketClass
|
|
47
|
-
*/
|
|
48
|
-
'errors': Array<HubSpotTicketErrorClass>;
|
|
49
|
-
}
|
|
@@ -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,30 +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 HubSpotTicketErrorClass
|
|
16
|
-
*/
|
|
17
|
-
export interface HubSpotTicketErrorClass {
|
|
18
|
-
/**
|
|
19
|
-
* message
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof HubSpotTicketErrorClass
|
|
22
|
-
*/
|
|
23
|
-
'message': string;
|
|
24
|
-
/**
|
|
25
|
-
* errorType
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof HubSpotTicketErrorClass
|
|
28
|
-
*/
|
|
29
|
-
'errorType': string;
|
|
30
|
-
}
|
|
@@ -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,30 +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 HubSpotTicketNameValueDto
|
|
16
|
-
*/
|
|
17
|
-
export interface HubSpotTicketNameValueDto {
|
|
18
|
-
/**
|
|
19
|
-
* name
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof HubSpotTicketNameValueDto
|
|
22
|
-
*/
|
|
23
|
-
'name': string;
|
|
24
|
-
/**
|
|
25
|
-
* value
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof HubSpotTicketNameValueDto
|
|
28
|
-
*/
|
|
29
|
-
'value': string;
|
|
30
|
-
}
|
|
@@ -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 });
|
package/dist/models/index.d.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';
|
package/dist/models/index.js
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./category-class"), exports);
|
|
18
|
-
__exportStar(require("./create-category-request-dto"), exports);
|
|
19
|
-
__exportStar(require("./create-category-response-class"), exports);
|
|
20
|
-
__exportStar(require("./create-hub-spot-ticket-request-dto"), exports);
|
|
21
|
-
__exportStar(require("./create-hub-spot-ticket-response-class"), exports);
|
|
22
|
-
__exportStar(require("./create-status-request-dto"), exports);
|
|
23
|
-
__exportStar(require("./create-status-response-class"), exports);
|
|
24
|
-
__exportStar(require("./create-task-request-dto"), exports);
|
|
25
|
-
__exportStar(require("./create-task-response-class"), exports);
|
|
26
|
-
__exportStar(require("./get-category-response-class"), exports);
|
|
27
|
-
__exportStar(require("./get-status-response-class"), exports);
|
|
28
|
-
__exportStar(require("./get-task-response-class"), exports);
|
|
29
|
-
__exportStar(require("./hub-spot-ticket-class"), exports);
|
|
30
|
-
__exportStar(require("./hub-spot-ticket-error-class"), exports);
|
|
31
|
-
__exportStar(require("./hub-spot-ticket-name-value-dto"), exports);
|
|
32
|
-
__exportStar(require("./inline-response200"), exports);
|
|
33
|
-
__exportStar(require("./inline-response503"), exports);
|
|
34
|
-
__exportStar(require("./list-categories-response-class"), exports);
|
|
35
|
-
__exportStar(require("./list-statuses-response-class"), exports);
|
|
36
|
-
__exportStar(require("./list-tasks-response-class"), exports);
|
|
37
|
-
__exportStar(require("./patch-category-request-dto"), exports);
|
|
38
|
-
__exportStar(require("./patch-category-response-class"), exports);
|
|
39
|
-
__exportStar(require("./patch-status-request-dto"), exports);
|
|
40
|
-
__exportStar(require("./patch-status-response-class"), exports);
|
|
41
|
-
__exportStar(require("./patch-task-request-dto"), exports);
|
|
42
|
-
__exportStar(require("./patch-task-response-class"), exports);
|
|
43
|
-
__exportStar(require("./status-class"), exports);
|
|
44
|
-
__exportStar(require("./task-class"), exports);
|