@emilgroup/task-sdk 1.0.1-beta.1 → 1.0.1-beta.10

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.
Files changed (68) hide show
  1. package/.openapi-generator/FILES +6 -11
  2. package/README.md +2 -2
  3. package/api/categories-api.ts +74 -60
  4. package/api/statuses-api.ts +70 -56
  5. package/api/tasks-api.ts +105 -63
  6. package/api.ts +0 -2
  7. package/dist/api/categories-api.d.ts +58 -49
  8. package/dist/api/categories-api.js +53 -47
  9. package/dist/api/statuses-api.d.ts +54 -45
  10. package/dist/api/statuses-api.js +49 -43
  11. package/dist/api/tasks-api.d.ts +77 -50
  12. package/dist/api/tasks-api.js +66 -48
  13. package/dist/api.d.ts +0 -1
  14. package/dist/api.js +0 -1
  15. package/dist/models/category-class.d.ts +6 -0
  16. package/dist/models/create-category-request-dto.d.ts +7 -1
  17. package/dist/models/create-status-request-dto.d.ts +7 -1
  18. package/dist/models/create-task-request-dto.d.ts +31 -13
  19. package/dist/models/create-task-request-dto.js +6 -0
  20. package/dist/models/index.d.ts +6 -10
  21. package/dist/models/index.js +6 -10
  22. package/dist/models/patch-category-request-dto.d.ts +36 -0
  23. package/dist/models/{update-category-response-class.d.ts → patch-category-response-class.d.ts} +3 -3
  24. package/dist/models/{update-status-request-dto.d.ts → patch-status-request-dto.d.ts} +13 -7
  25. package/dist/models/{update-status-response-class.d.ts → patch-status-response-class.d.ts} +3 -3
  26. package/dist/models/patch-task-request-dto.d.ts +108 -0
  27. package/dist/models/{update-task-response-class.d.ts → patch-task-response-class.d.ts} +3 -3
  28. package/dist/models/status-class.d.ts +6 -0
  29. package/dist/models/task-class.d.ts +25 -8
  30. package/dist/models/task-class.js +6 -0
  31. package/models/category-class.ts +6 -0
  32. package/models/create-category-request-dto.ts +7 -1
  33. package/models/create-status-request-dto.ts +7 -1
  34. package/models/create-task-request-dto.ts +34 -13
  35. package/models/index.ts +6 -10
  36. package/models/{update-category-request-dto.ts → patch-category-request-dto.ts} +13 -7
  37. package/models/{update-category-response-class.ts → patch-category-response-class.ts} +3 -3
  38. package/models/{update-status-request-dto.ts → patch-status-request-dto.ts} +13 -7
  39. package/models/{update-status-response-class.ts → patch-status-response-class.ts} +3 -3
  40. package/models/patch-task-request-dto.ts +114 -0
  41. package/models/{update-task-response-class.ts → patch-task-response-class.ts} +3 -3
  42. package/models/status-class.ts +6 -0
  43. package/models/task-class.ts +28 -8
  44. package/package.json +1 -1
  45. package/api/priorities-api.ts +0 -284
  46. package/dist/api/priorities-api.d.ts +0 -162
  47. package/dist/api/priorities-api.js +0 -324
  48. package/dist/models/create-priority-request-dto.d.ts +0 -24
  49. package/dist/models/create-priority-response-class.d.ts +0 -25
  50. package/dist/models/get-priority-response-class.d.ts +0 -25
  51. package/dist/models/priority-class.d.ts +0 -60
  52. package/dist/models/update-category-request-dto.d.ts +0 -30
  53. package/dist/models/update-status-request-dto.js +0 -15
  54. package/dist/models/update-status-response-class.js +0 -15
  55. package/dist/models/update-task-request-dto.d.ts +0 -60
  56. package/dist/models/update-task-request-dto.js +0 -15
  57. package/dist/models/update-task-response-class.js +0 -15
  58. package/models/create-priority-request-dto.ts +0 -30
  59. package/models/create-priority-response-class.ts +0 -31
  60. package/models/get-priority-response-class.ts +0 -31
  61. package/models/priority-class.ts +0 -66
  62. package/models/update-task-request-dto.ts +0 -66
  63. /package/dist/models/{create-priority-request-dto.js → patch-category-request-dto.js} +0 -0
  64. /package/dist/models/{create-priority-response-class.js → patch-category-response-class.js} +0 -0
  65. /package/dist/models/{get-priority-response-class.js → patch-status-request-dto.js} +0 -0
  66. /package/dist/models/{priority-class.js → patch-status-response-class.js} +0 -0
  67. /package/dist/models/{update-category-request-dto.js → patch-task-request-dto.js} +0 -0
  68. /package/dist/models/{update-category-response-class.js → patch-task-response-class.js} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/task-sdk",
3
- "version": "1.0.1-beta.1",
3
+ "version": "1.0.1-beta.10",
4
4
  "description": "OpenAPI client for @emilgroup/task-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -1,284 +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 globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
17
- import { Configuration } from '../configuration';
18
- // Some imports not used depending on template conditions
19
- // @ts-ignore
20
- import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
21
- // @ts-ignore
22
- import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
23
- // @ts-ignore
24
- import { CreatePriorityRequestDto } from '../models';
25
- // @ts-ignore
26
- import { CreatePriorityResponseClass } from '../models';
27
- // @ts-ignore
28
- import { GetPriorityResponseClass } from '../models';
29
- /**
30
- * PrioritiesApi - axios parameter creator
31
- * @export
32
- */
33
- export const PrioritiesApiAxiosParamCreator = function (configuration?: Configuration) {
34
- return {
35
- /**
36
- * This will create priority.
37
- * @summary Create the priority
38
- * @param {CreatePriorityRequestDto} createPriorityRequestDto
39
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
40
- * @param {*} [options] Override http request option.
41
- * @throws {RequiredError}
42
- */
43
- createPriority: async (createPriorityRequestDto: CreatePriorityRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
44
- // verify required parameter 'createPriorityRequestDto' is not null or undefined
45
- assertParamExists('createPriority', 'createPriorityRequestDto', createPriorityRequestDto)
46
- const localVarPath = `/taskservice/v1/priorities`;
47
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
48
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
49
- let baseOptions;
50
- let baseAccessToken;
51
- if (configuration) {
52
- baseOptions = configuration.baseOptions;
53
- baseAccessToken = configuration.accessToken;
54
- }
55
-
56
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
57
- const localVarHeaderParameter = {} as any;
58
- const localVarQueryParameter = {} as any;
59
-
60
- // authentication bearer required
61
- // http bearer authentication required
62
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
63
-
64
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
65
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
66
- }
67
-
68
-
69
-
70
- localVarHeaderParameter['Content-Type'] = 'application/json';
71
-
72
- setSearchParams(localVarUrlObj, localVarQueryParameter);
73
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
74
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
75
- localVarRequestOptions.data = serializeDataIfNeeded(createPriorityRequestDto, localVarRequestOptions, configuration)
76
-
77
- return {
78
- url: toPathString(localVarUrlObj),
79
- options: localVarRequestOptions,
80
- };
81
- },
82
- /**
83
- * This will get priority.
84
- * @summary Retrieve the priority
85
- * @param {string} code
86
- * @param {string} expand
87
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
88
- * @param {*} [options] Override http request option.
89
- * @throws {RequiredError}
90
- */
91
- getPriority: async (code: string, expand: string, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
92
- // verify required parameter 'code' is not null or undefined
93
- assertParamExists('getPriority', 'code', code)
94
- // verify required parameter 'expand' is not null or undefined
95
- assertParamExists('getPriority', 'expand', expand)
96
- const localVarPath = `/taskservice/v1/priorities/{code}`
97
- .replace(`{${"code"}}`, encodeURIComponent(String(code)));
98
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
99
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
100
- let baseOptions;
101
- let baseAccessToken;
102
- if (configuration) {
103
- baseOptions = configuration.baseOptions;
104
- baseAccessToken = configuration.accessToken;
105
- }
106
-
107
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
108
- const localVarHeaderParameter = {} as any;
109
- const localVarQueryParameter = {} as any;
110
-
111
- // authentication bearer required
112
- // http bearer authentication required
113
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
114
-
115
- if (expand !== undefined) {
116
- localVarQueryParameter['expand'] = expand;
117
- }
118
-
119
- if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
120
- localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
121
- }
122
-
123
-
124
-
125
- setSearchParams(localVarUrlObj, localVarQueryParameter);
126
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
127
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
128
-
129
- return {
130
- url: toPathString(localVarUrlObj),
131
- options: localVarRequestOptions,
132
- };
133
- },
134
- }
135
- };
136
-
137
- /**
138
- * PrioritiesApi - functional programming interface
139
- * @export
140
- */
141
- export const PrioritiesApiFp = function(configuration?: Configuration) {
142
- const localVarAxiosParamCreator = PrioritiesApiAxiosParamCreator(configuration)
143
- return {
144
- /**
145
- * This will create priority.
146
- * @summary Create the priority
147
- * @param {CreatePriorityRequestDto} createPriorityRequestDto
148
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
149
- * @param {*} [options] Override http request option.
150
- * @throws {RequiredError}
151
- */
152
- async createPriority(createPriorityRequestDto: CreatePriorityRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePriorityResponseClass>> {
153
- const localVarAxiosArgs = await localVarAxiosParamCreator.createPriority(createPriorityRequestDto, authorization, options);
154
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
155
- },
156
- /**
157
- * This will get priority.
158
- * @summary Retrieve the priority
159
- * @param {string} code
160
- * @param {string} expand
161
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
162
- * @param {*} [options] Override http request option.
163
- * @throws {RequiredError}
164
- */
165
- async getPriority(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPriorityResponseClass>> {
166
- const localVarAxiosArgs = await localVarAxiosParamCreator.getPriority(code, expand, authorization, options);
167
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
168
- },
169
- }
170
- };
171
-
172
- /**
173
- * PrioritiesApi - factory interface
174
- * @export
175
- */
176
- export const PrioritiesApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
177
- const localVarFp = PrioritiesApiFp(configuration)
178
- return {
179
- /**
180
- * This will create priority.
181
- * @summary Create the priority
182
- * @param {CreatePriorityRequestDto} createPriorityRequestDto
183
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
184
- * @param {*} [options] Override http request option.
185
- * @throws {RequiredError}
186
- */
187
- createPriority(createPriorityRequestDto: CreatePriorityRequestDto, authorization?: string, options?: any): AxiosPromise<CreatePriorityResponseClass> {
188
- return localVarFp.createPriority(createPriorityRequestDto, authorization, options).then((request) => request(axios, basePath));
189
- },
190
- /**
191
- * This will get priority.
192
- * @summary Retrieve the priority
193
- * @param {string} code
194
- * @param {string} expand
195
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
196
- * @param {*} [options] Override http request option.
197
- * @throws {RequiredError}
198
- */
199
- getPriority(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetPriorityResponseClass> {
200
- return localVarFp.getPriority(code, expand, authorization, options).then((request) => request(axios, basePath));
201
- },
202
- };
203
- };
204
-
205
- /**
206
- * Request parameters for createPriority operation in PrioritiesApi.
207
- * @export
208
- * @interface PrioritiesApiCreatePriorityRequest
209
- */
210
- export interface PrioritiesApiCreatePriorityRequest {
211
- /**
212
- *
213
- * @type {CreatePriorityRequestDto}
214
- * @memberof PrioritiesApiCreatePriority
215
- */
216
- readonly createPriorityRequestDto: CreatePriorityRequestDto
217
-
218
- /**
219
- * Bearer Token: provided by the login endpoint under the name accessToken.
220
- * @type {string}
221
- * @memberof PrioritiesApiCreatePriority
222
- */
223
- readonly authorization?: string
224
- }
225
-
226
- /**
227
- * Request parameters for getPriority operation in PrioritiesApi.
228
- * @export
229
- * @interface PrioritiesApiGetPriorityRequest
230
- */
231
- export interface PrioritiesApiGetPriorityRequest {
232
- /**
233
- *
234
- * @type {string}
235
- * @memberof PrioritiesApiGetPriority
236
- */
237
- readonly code: string
238
-
239
- /**
240
- *
241
- * @type {string}
242
- * @memberof PrioritiesApiGetPriority
243
- */
244
- readonly expand: string
245
-
246
- /**
247
- * Bearer Token: provided by the login endpoint under the name accessToken.
248
- * @type {string}
249
- * @memberof PrioritiesApiGetPriority
250
- */
251
- readonly authorization?: string
252
- }
253
-
254
- /**
255
- * PrioritiesApi - object-oriented interface
256
- * @export
257
- * @class PrioritiesApi
258
- * @extends {BaseAPI}
259
- */
260
- export class PrioritiesApi extends BaseAPI {
261
- /**
262
- * This will create priority.
263
- * @summary Create the priority
264
- * @param {PrioritiesApiCreatePriorityRequest} requestParameters Request parameters.
265
- * @param {*} [options] Override http request option.
266
- * @throws {RequiredError}
267
- * @memberof PrioritiesApi
268
- */
269
- public createPriority(requestParameters: PrioritiesApiCreatePriorityRequest, options?: AxiosRequestConfig) {
270
- return PrioritiesApiFp(this.configuration).createPriority(requestParameters.createPriorityRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
271
- }
272
-
273
- /**
274
- * This will get priority.
275
- * @summary Retrieve the priority
276
- * @param {PrioritiesApiGetPriorityRequest} requestParameters Request parameters.
277
- * @param {*} [options] Override http request option.
278
- * @throws {RequiredError}
279
- * @memberof PrioritiesApi
280
- */
281
- public getPriority(requestParameters: PrioritiesApiGetPriorityRequest, options?: AxiosRequestConfig) {
282
- return PrioritiesApiFp(this.configuration).getPriority(requestParameters.code, requestParameters.expand, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
283
- }
284
- }
@@ -1,162 +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 { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
- import { Configuration } from '../configuration';
14
- import { RequestArgs, BaseAPI } from '../base';
15
- import { CreatePriorityRequestDto } from '../models';
16
- import { CreatePriorityResponseClass } from '../models';
17
- import { GetPriorityResponseClass } from '../models';
18
- /**
19
- * PrioritiesApi - axios parameter creator
20
- * @export
21
- */
22
- export declare const PrioritiesApiAxiosParamCreator: (configuration?: Configuration) => {
23
- /**
24
- * This will create priority.
25
- * @summary Create the priority
26
- * @param {CreatePriorityRequestDto} createPriorityRequestDto
27
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
28
- * @param {*} [options] Override http request option.
29
- * @throws {RequiredError}
30
- */
31
- createPriority: (createPriorityRequestDto: CreatePriorityRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
32
- /**
33
- * This will get priority.
34
- * @summary Retrieve the priority
35
- * @param {string} code
36
- * @param {string} expand
37
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
38
- * @param {*} [options] Override http request option.
39
- * @throws {RequiredError}
40
- */
41
- getPriority: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
- };
43
- /**
44
- * PrioritiesApi - functional programming interface
45
- * @export
46
- */
47
- export declare const PrioritiesApiFp: (configuration?: Configuration) => {
48
- /**
49
- * This will create priority.
50
- * @summary Create the priority
51
- * @param {CreatePriorityRequestDto} createPriorityRequestDto
52
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
53
- * @param {*} [options] Override http request option.
54
- * @throws {RequiredError}
55
- */
56
- createPriority(createPriorityRequestDto: CreatePriorityRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreatePriorityResponseClass>>;
57
- /**
58
- * This will get priority.
59
- * @summary Retrieve the priority
60
- * @param {string} code
61
- * @param {string} expand
62
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
63
- * @param {*} [options] Override http request option.
64
- * @throws {RequiredError}
65
- */
66
- getPriority(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetPriorityResponseClass>>;
67
- };
68
- /**
69
- * PrioritiesApi - factory interface
70
- * @export
71
- */
72
- export declare const PrioritiesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
73
- /**
74
- * This will create priority.
75
- * @summary Create the priority
76
- * @param {CreatePriorityRequestDto} createPriorityRequestDto
77
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
78
- * @param {*} [options] Override http request option.
79
- * @throws {RequiredError}
80
- */
81
- createPriority(createPriorityRequestDto: CreatePriorityRequestDto, authorization?: string, options?: any): AxiosPromise<CreatePriorityResponseClass>;
82
- /**
83
- * This will get priority.
84
- * @summary Retrieve the priority
85
- * @param {string} code
86
- * @param {string} expand
87
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
88
- * @param {*} [options] Override http request option.
89
- * @throws {RequiredError}
90
- */
91
- getPriority(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetPriorityResponseClass>;
92
- };
93
- /**
94
- * Request parameters for createPriority operation in PrioritiesApi.
95
- * @export
96
- * @interface PrioritiesApiCreatePriorityRequest
97
- */
98
- export interface PrioritiesApiCreatePriorityRequest {
99
- /**
100
- *
101
- * @type {CreatePriorityRequestDto}
102
- * @memberof PrioritiesApiCreatePriority
103
- */
104
- readonly createPriorityRequestDto: CreatePriorityRequestDto;
105
- /**
106
- * Bearer Token: provided by the login endpoint under the name accessToken.
107
- * @type {string}
108
- * @memberof PrioritiesApiCreatePriority
109
- */
110
- readonly authorization?: string;
111
- }
112
- /**
113
- * Request parameters for getPriority operation in PrioritiesApi.
114
- * @export
115
- * @interface PrioritiesApiGetPriorityRequest
116
- */
117
- export interface PrioritiesApiGetPriorityRequest {
118
- /**
119
- *
120
- * @type {string}
121
- * @memberof PrioritiesApiGetPriority
122
- */
123
- readonly code: string;
124
- /**
125
- *
126
- * @type {string}
127
- * @memberof PrioritiesApiGetPriority
128
- */
129
- readonly expand: string;
130
- /**
131
- * Bearer Token: provided by the login endpoint under the name accessToken.
132
- * @type {string}
133
- * @memberof PrioritiesApiGetPriority
134
- */
135
- readonly authorization?: string;
136
- }
137
- /**
138
- * PrioritiesApi - object-oriented interface
139
- * @export
140
- * @class PrioritiesApi
141
- * @extends {BaseAPI}
142
- */
143
- export declare class PrioritiesApi extends BaseAPI {
144
- /**
145
- * This will create priority.
146
- * @summary Create the priority
147
- * @param {PrioritiesApiCreatePriorityRequest} requestParameters Request parameters.
148
- * @param {*} [options] Override http request option.
149
- * @throws {RequiredError}
150
- * @memberof PrioritiesApi
151
- */
152
- createPriority(requestParameters: PrioritiesApiCreatePriorityRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreatePriorityResponseClass, any, {}>>;
153
- /**
154
- * This will get priority.
155
- * @summary Retrieve the priority
156
- * @param {PrioritiesApiGetPriorityRequest} requestParameters Request parameters.
157
- * @param {*} [options] Override http request option.
158
- * @throws {RequiredError}
159
- * @memberof PrioritiesApi
160
- */
161
- getPriority(requestParameters: PrioritiesApiGetPriorityRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetPriorityResponseClass, any, {}>>;
162
- }