@uug-ai/models 1.4.38 → 1.4.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +364 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -4995,6 +4995,45 @@ export interface paths {
|
|
|
4995
4995
|
patch?: never;
|
|
4996
4996
|
trace?: never;
|
|
4997
4997
|
};
|
|
4998
|
+
"/internal/edittaskrequest": {
|
|
4999
|
+
parameters: {
|
|
5000
|
+
query?: never;
|
|
5001
|
+
header?: never;
|
|
5002
|
+
path?: never;
|
|
5003
|
+
cookie?: never;
|
|
5004
|
+
};
|
|
5005
|
+
/**
|
|
5006
|
+
* Get EditTaskRequest (schema generation only)
|
|
5007
|
+
* @description Internal endpoint used only to ensure EditTaskRequest schema is generated in OpenAPI spec
|
|
5008
|
+
*/
|
|
5009
|
+
get: {
|
|
5010
|
+
parameters: {
|
|
5011
|
+
query?: never;
|
|
5012
|
+
header?: never;
|
|
5013
|
+
path?: never;
|
|
5014
|
+
cookie?: never;
|
|
5015
|
+
};
|
|
5016
|
+
requestBody?: never;
|
|
5017
|
+
responses: {
|
|
5018
|
+
/** @description OK */
|
|
5019
|
+
200: {
|
|
5020
|
+
headers: {
|
|
5021
|
+
[name: string]: unknown;
|
|
5022
|
+
};
|
|
5023
|
+
content: {
|
|
5024
|
+
"application/json": components["schemas"]["api.EditTaskRequest"];
|
|
5025
|
+
};
|
|
5026
|
+
};
|
|
5027
|
+
};
|
|
5028
|
+
};
|
|
5029
|
+
put?: never;
|
|
5030
|
+
post?: never;
|
|
5031
|
+
delete?: never;
|
|
5032
|
+
options?: never;
|
|
5033
|
+
head?: never;
|
|
5034
|
+
patch?: never;
|
|
5035
|
+
trace?: never;
|
|
5036
|
+
};
|
|
4998
5037
|
"/internal/edittaskresponse": {
|
|
4999
5038
|
parameters: {
|
|
5000
5039
|
query?: never;
|
|
@@ -8700,6 +8739,123 @@ export interface paths {
|
|
|
8700
8739
|
patch?: never;
|
|
8701
8740
|
trace?: never;
|
|
8702
8741
|
};
|
|
8742
|
+
"/internal/gettaskbyiderrorresponse": {
|
|
8743
|
+
parameters: {
|
|
8744
|
+
query?: never;
|
|
8745
|
+
header?: never;
|
|
8746
|
+
path?: never;
|
|
8747
|
+
cookie?: never;
|
|
8748
|
+
};
|
|
8749
|
+
/**
|
|
8750
|
+
* Get GetTaskByIdErrorResponse (schema generation only)
|
|
8751
|
+
* @description Internal endpoint used only to ensure GetTaskByIdErrorResponse schema is generated in OpenAPI spec
|
|
8752
|
+
*/
|
|
8753
|
+
get: {
|
|
8754
|
+
parameters: {
|
|
8755
|
+
query?: never;
|
|
8756
|
+
header?: never;
|
|
8757
|
+
path?: never;
|
|
8758
|
+
cookie?: never;
|
|
8759
|
+
};
|
|
8760
|
+
requestBody?: never;
|
|
8761
|
+
responses: {
|
|
8762
|
+
/** @description OK */
|
|
8763
|
+
200: {
|
|
8764
|
+
headers: {
|
|
8765
|
+
[name: string]: unknown;
|
|
8766
|
+
};
|
|
8767
|
+
content: {
|
|
8768
|
+
"application/json": components["schemas"]["api.GetTaskByIdErrorResponse"];
|
|
8769
|
+
};
|
|
8770
|
+
};
|
|
8771
|
+
};
|
|
8772
|
+
};
|
|
8773
|
+
put?: never;
|
|
8774
|
+
post?: never;
|
|
8775
|
+
delete?: never;
|
|
8776
|
+
options?: never;
|
|
8777
|
+
head?: never;
|
|
8778
|
+
patch?: never;
|
|
8779
|
+
trace?: never;
|
|
8780
|
+
};
|
|
8781
|
+
"/internal/gettaskbyidresponse": {
|
|
8782
|
+
parameters: {
|
|
8783
|
+
query?: never;
|
|
8784
|
+
header?: never;
|
|
8785
|
+
path?: never;
|
|
8786
|
+
cookie?: never;
|
|
8787
|
+
};
|
|
8788
|
+
/**
|
|
8789
|
+
* Get GetTaskByIdResponse (schema generation only)
|
|
8790
|
+
* @description Internal endpoint used only to ensure GetTaskByIdResponse schema is generated in OpenAPI spec
|
|
8791
|
+
*/
|
|
8792
|
+
get: {
|
|
8793
|
+
parameters: {
|
|
8794
|
+
query?: never;
|
|
8795
|
+
header?: never;
|
|
8796
|
+
path?: never;
|
|
8797
|
+
cookie?: never;
|
|
8798
|
+
};
|
|
8799
|
+
requestBody?: never;
|
|
8800
|
+
responses: {
|
|
8801
|
+
/** @description OK */
|
|
8802
|
+
200: {
|
|
8803
|
+
headers: {
|
|
8804
|
+
[name: string]: unknown;
|
|
8805
|
+
};
|
|
8806
|
+
content: {
|
|
8807
|
+
"application/json": components["schemas"]["api.GetTaskByIdResponse"];
|
|
8808
|
+
};
|
|
8809
|
+
};
|
|
8810
|
+
};
|
|
8811
|
+
};
|
|
8812
|
+
put?: never;
|
|
8813
|
+
post?: never;
|
|
8814
|
+
delete?: never;
|
|
8815
|
+
options?: never;
|
|
8816
|
+
head?: never;
|
|
8817
|
+
patch?: never;
|
|
8818
|
+
trace?: never;
|
|
8819
|
+
};
|
|
8820
|
+
"/internal/gettaskbyidsuccessresponse": {
|
|
8821
|
+
parameters: {
|
|
8822
|
+
query?: never;
|
|
8823
|
+
header?: never;
|
|
8824
|
+
path?: never;
|
|
8825
|
+
cookie?: never;
|
|
8826
|
+
};
|
|
8827
|
+
/**
|
|
8828
|
+
* Get GetTaskByIdSuccessResponse (schema generation only)
|
|
8829
|
+
* @description Internal endpoint used only to ensure GetTaskByIdSuccessResponse schema is generated in OpenAPI spec
|
|
8830
|
+
*/
|
|
8831
|
+
get: {
|
|
8832
|
+
parameters: {
|
|
8833
|
+
query?: never;
|
|
8834
|
+
header?: never;
|
|
8835
|
+
path?: never;
|
|
8836
|
+
cookie?: never;
|
|
8837
|
+
};
|
|
8838
|
+
requestBody?: never;
|
|
8839
|
+
responses: {
|
|
8840
|
+
/** @description OK */
|
|
8841
|
+
200: {
|
|
8842
|
+
headers: {
|
|
8843
|
+
[name: string]: unknown;
|
|
8844
|
+
};
|
|
8845
|
+
content: {
|
|
8846
|
+
"application/json": components["schemas"]["api.GetTaskByIdSuccessResponse"];
|
|
8847
|
+
};
|
|
8848
|
+
};
|
|
8849
|
+
};
|
|
8850
|
+
};
|
|
8851
|
+
put?: never;
|
|
8852
|
+
post?: never;
|
|
8853
|
+
delete?: never;
|
|
8854
|
+
options?: never;
|
|
8855
|
+
head?: never;
|
|
8856
|
+
patch?: never;
|
|
8857
|
+
trace?: never;
|
|
8858
|
+
};
|
|
8703
8859
|
"/internal/gettaskcommentserrorresponse": {
|
|
8704
8860
|
parameters: {
|
|
8705
8861
|
query?: never;
|
|
@@ -8817,6 +8973,45 @@ export interface paths {
|
|
|
8817
8973
|
patch?: never;
|
|
8818
8974
|
trace?: never;
|
|
8819
8975
|
};
|
|
8976
|
+
"/internal/gettaskscompacterrorresponse": {
|
|
8977
|
+
parameters: {
|
|
8978
|
+
query?: never;
|
|
8979
|
+
header?: never;
|
|
8980
|
+
path?: never;
|
|
8981
|
+
cookie?: never;
|
|
8982
|
+
};
|
|
8983
|
+
/**
|
|
8984
|
+
* Get GetTasksCompactErrorResponse (schema generation only)
|
|
8985
|
+
* @description Internal endpoint used only to ensure GetTasksCompactErrorResponse schema is generated in OpenAPI spec
|
|
8986
|
+
*/
|
|
8987
|
+
get: {
|
|
8988
|
+
parameters: {
|
|
8989
|
+
query?: never;
|
|
8990
|
+
header?: never;
|
|
8991
|
+
path?: never;
|
|
8992
|
+
cookie?: never;
|
|
8993
|
+
};
|
|
8994
|
+
requestBody?: never;
|
|
8995
|
+
responses: {
|
|
8996
|
+
/** @description OK */
|
|
8997
|
+
200: {
|
|
8998
|
+
headers: {
|
|
8999
|
+
[name: string]: unknown;
|
|
9000
|
+
};
|
|
9001
|
+
content: {
|
|
9002
|
+
"application/json": components["schemas"]["api.GetTasksCompactErrorResponse"];
|
|
9003
|
+
};
|
|
9004
|
+
};
|
|
9005
|
+
};
|
|
9006
|
+
};
|
|
9007
|
+
put?: never;
|
|
9008
|
+
post?: never;
|
|
9009
|
+
delete?: never;
|
|
9010
|
+
options?: never;
|
|
9011
|
+
head?: never;
|
|
9012
|
+
patch?: never;
|
|
9013
|
+
trace?: never;
|
|
9014
|
+
};
|
|
8820
9015
|
"/internal/gettaskscompactresponse": {
|
|
8821
9016
|
parameters: {
|
|
8822
9017
|
query?: never;
|
|
@@ -8856,6 +9051,45 @@ export interface paths {
|
|
|
8856
9051
|
patch?: never;
|
|
8857
9052
|
trace?: never;
|
|
8858
9053
|
};
|
|
9054
|
+
"/internal/gettaskscompactsuccessresponse": {
|
|
9055
|
+
parameters: {
|
|
9056
|
+
query?: never;
|
|
9057
|
+
header?: never;
|
|
9058
|
+
path?: never;
|
|
9059
|
+
cookie?: never;
|
|
9060
|
+
};
|
|
9061
|
+
/**
|
|
9062
|
+
* Get GetTasksCompactSuccessResponse (schema generation only)
|
|
9063
|
+
* @description Internal endpoint used only to ensure GetTasksCompactSuccessResponse schema is generated in OpenAPI spec
|
|
9064
|
+
*/
|
|
9065
|
+
get: {
|
|
9066
|
+
parameters: {
|
|
9067
|
+
query?: never;
|
|
9068
|
+
header?: never;
|
|
9069
|
+
path?: never;
|
|
9070
|
+
cookie?: never;
|
|
9071
|
+
};
|
|
9072
|
+
requestBody?: never;
|
|
9073
|
+
responses: {
|
|
9074
|
+
/** @description OK */
|
|
9075
|
+
200: {
|
|
9076
|
+
headers: {
|
|
9077
|
+
[name: string]: unknown;
|
|
9078
|
+
};
|
|
9079
|
+
content: {
|
|
9080
|
+
"application/json": components["schemas"]["api.GetTasksCompactSuccessResponse"];
|
|
9081
|
+
};
|
|
9082
|
+
};
|
|
9083
|
+
};
|
|
9084
|
+
};
|
|
9085
|
+
put?: never;
|
|
9086
|
+
post?: never;
|
|
9087
|
+
delete?: never;
|
|
9088
|
+
options?: never;
|
|
9089
|
+
head?: never;
|
|
9090
|
+
patch?: never;
|
|
9091
|
+
trace?: never;
|
|
9092
|
+
};
|
|
8859
9093
|
"/internal/gettaskserrorresponse": {
|
|
8860
9094
|
parameters: {
|
|
8861
9095
|
query?: never;
|
|
@@ -8973,6 +9207,45 @@ export interface paths {
|
|
|
8973
9207
|
patch?: never;
|
|
8974
9208
|
trace?: never;
|
|
8975
9209
|
};
|
|
9210
|
+
"/internal/gettasksfilteredrequest": {
|
|
9211
|
+
parameters: {
|
|
9212
|
+
query?: never;
|
|
9213
|
+
header?: never;
|
|
9214
|
+
path?: never;
|
|
9215
|
+
cookie?: never;
|
|
9216
|
+
};
|
|
9217
|
+
/**
|
|
9218
|
+
* Get GetTasksFilteredRequest (schema generation only)
|
|
9219
|
+
* @description Internal endpoint used only to ensure GetTasksFilteredRequest schema is generated in OpenAPI spec
|
|
9220
|
+
*/
|
|
9221
|
+
get: {
|
|
9222
|
+
parameters: {
|
|
9223
|
+
query?: never;
|
|
9224
|
+
header?: never;
|
|
9225
|
+
path?: never;
|
|
9226
|
+
cookie?: never;
|
|
9227
|
+
};
|
|
9228
|
+
requestBody?: never;
|
|
9229
|
+
responses: {
|
|
9230
|
+
/** @description OK */
|
|
9231
|
+
200: {
|
|
9232
|
+
headers: {
|
|
9233
|
+
[name: string]: unknown;
|
|
9234
|
+
};
|
|
9235
|
+
content: {
|
|
9236
|
+
"application/json": components["schemas"]["api.GetTasksFilteredRequest"];
|
|
9237
|
+
};
|
|
9238
|
+
};
|
|
9239
|
+
};
|
|
9240
|
+
};
|
|
9241
|
+
put?: never;
|
|
9242
|
+
post?: never;
|
|
9243
|
+
delete?: never;
|
|
9244
|
+
options?: never;
|
|
9245
|
+
head?: never;
|
|
9246
|
+
patch?: never;
|
|
9247
|
+
trace?: never;
|
|
9248
|
+
};
|
|
8976
9249
|
"/internal/gettasksfilteredresponse": {
|
|
8977
9250
|
parameters: {
|
|
8978
9251
|
query?: never;
|
|
@@ -18399,7 +18672,17 @@ export interface components {
|
|
|
18399
18672
|
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
18400
18673
|
metadata?: components["schemas"]["api.Metadata"];
|
|
18401
18674
|
};
|
|
18675
|
+
"api.EditTaskRequest": {
|
|
18676
|
+
assignees?: string[];
|
|
18677
|
+
assignees_profile?: string[];
|
|
18678
|
+
is_private?: boolean;
|
|
18679
|
+
labels?: string[];
|
|
18680
|
+
notes?: string;
|
|
18681
|
+
notify_assignees?: boolean;
|
|
18682
|
+
status?: components["schemas"]["api.TaskStatus"];
|
|
18683
|
+
};
|
|
18402
18684
|
"api.EditTaskResponse": {
|
|
18685
|
+
task?: components["schemas"]["models.Task"];
|
|
18403
18686
|
updatedFields?: {
|
|
18404
18687
|
[key: string]: unknown;
|
|
18405
18688
|
};
|
|
@@ -19084,6 +19367,34 @@ export interface components {
|
|
|
19084
19367
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
19085
19368
|
metadata?: components["schemas"]["api.Metadata"];
|
|
19086
19369
|
};
|
|
19370
|
+
"api.GetTaskByIdErrorResponse": {
|
|
19371
|
+
/** @description Application-specific error code */
|
|
19372
|
+
applicationStatusCode?: string;
|
|
19373
|
+
/** @description Entity-specific error code */
|
|
19374
|
+
entityStatusCode?: string;
|
|
19375
|
+
/** @description HTTP status code for the error */
|
|
19376
|
+
httpStatusCode?: number;
|
|
19377
|
+
/** @description Error message describing the issue */
|
|
19378
|
+
message?: string;
|
|
19379
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
19380
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
19381
|
+
};
|
|
19382
|
+
"api.GetTaskByIdResponse": {
|
|
19383
|
+
task?: components["schemas"]["models.Task"];
|
|
19384
|
+
};
|
|
19385
|
+
"api.GetTaskByIdSuccessResponse": {
|
|
19386
|
+
/** @description Application-specific status code */
|
|
19387
|
+
applicationStatusCode?: string;
|
|
19388
|
+
data?: components["schemas"]["api.GetTaskByIdResponse"];
|
|
19389
|
+
/** @description Entity-specific status code */
|
|
19390
|
+
entityStatusCode?: string;
|
|
19391
|
+
/** @description HTTP status code for the response */
|
|
19392
|
+
httpStatusCode?: number;
|
|
19393
|
+
/** @description Success message describing the operation */
|
|
19394
|
+
message?: string;
|
|
19395
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
19396
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
19397
|
+
};
|
|
19087
19398
|
"api.GetTaskCommentsErrorResponse": {
|
|
19088
19399
|
/** @description Application-specific error code */
|
|
19089
19400
|
applicationStatusCode?: string;
|
|
@@ -19140,9 +19451,34 @@ export interface components {
|
|
|
19140
19451
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
19141
19452
|
metadata?: components["schemas"]["api.Metadata"];
|
|
19142
19453
|
};
|
|
19454
|
+
"api.GetTasksCompactErrorResponse": {
|
|
19455
|
+
/** @description Application-specific error code */
|
|
19456
|
+
applicationStatusCode?: string;
|
|
19457
|
+
/** @description Entity-specific error code */
|
|
19458
|
+
entityStatusCode?: string;
|
|
19459
|
+
/** @description HTTP status code for the error */
|
|
19460
|
+
httpStatusCode?: number;
|
|
19461
|
+
/** @description Error message describing the issue */
|
|
19462
|
+
message?: string;
|
|
19463
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
19464
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
19465
|
+
};
|
|
19143
19466
|
"api.GetTasksCompactResponse": {
|
|
19144
19467
|
tasks?: components["schemas"]["api.TaskCompact"][];
|
|
19145
19468
|
};
|
|
19469
|
+
"api.GetTasksCompactSuccessResponse": {
|
|
19470
|
+
/** @description Application-specific status code */
|
|
19471
|
+
applicationStatusCode?: string;
|
|
19472
|
+
data?: components["schemas"]["api.GetTasksCompactResponse"];
|
|
19473
|
+
/** @description Entity-specific status code */
|
|
19474
|
+
entityStatusCode?: string;
|
|
19475
|
+
/** @description HTTP status code for the response */
|
|
19476
|
+
httpStatusCode?: number;
|
|
19477
|
+
/** @description Success message describing the operation */
|
|
19478
|
+
message?: string;
|
|
19479
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
19480
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
19481
|
+
};
|
|
19146
19482
|
"api.GetTasksErrorResponse": {
|
|
19147
19483
|
/** @description Application-specific error code */
|
|
19148
19484
|
applicationStatusCode?: string;
|
|
@@ -19170,6 +19506,22 @@ export interface components {
|
|
|
19170
19506
|
"api.GetTasksFilteredQuery": {
|
|
19171
19507
|
limit?: number;
|
|
19172
19508
|
};
|
|
19509
|
+
"api.GetTasksFilteredRequest": {
|
|
19510
|
+
assignees?: string[];
|
|
19511
|
+
devices?: string[];
|
|
19512
|
+
filter?: components["schemas"]["api.TaskFilter"];
|
|
19513
|
+
groups?: string[];
|
|
19514
|
+
labels?: string[];
|
|
19515
|
+
limit?: number;
|
|
19516
|
+
offset?: number;
|
|
19517
|
+
pagination?: components["schemas"]["api.CursorPagination"];
|
|
19518
|
+
sites?: string[];
|
|
19519
|
+
status?: string[];
|
|
19520
|
+
taskIds?: string[];
|
|
19521
|
+
title?: string;
|
|
19522
|
+
/** @description "full" (default) or "compact" */
|
|
19523
|
+
view?: string;
|
|
19524
|
+
};
|
|
19173
19525
|
"api.GetTasksFilteredResponse": {
|
|
19174
19526
|
tasks?: components["schemas"]["models.Task"][];
|
|
19175
19527
|
};
|
|
@@ -19187,7 +19539,9 @@ export interface components {
|
|
|
19187
19539
|
metadata?: components["schemas"]["api.Metadata"];
|
|
19188
19540
|
};
|
|
19189
19541
|
"api.GetTasksRequest": {
|
|
19542
|
+
cursor?: string;
|
|
19190
19543
|
limit?: number;
|
|
19544
|
+
offset?: number;
|
|
19191
19545
|
};
|
|
19192
19546
|
"api.GetTasksResponse": {
|
|
19193
19547
|
tasks?: components["schemas"]["models.Task"][];
|
|
@@ -19697,6 +20051,7 @@ export interface components {
|
|
|
19697
20051
|
id?: string;
|
|
19698
20052
|
is_private?: boolean;
|
|
19699
20053
|
status?: string;
|
|
20054
|
+
thumbnail_url?: string;
|
|
19700
20055
|
title?: string;
|
|
19701
20056
|
};
|
|
19702
20057
|
"api.TaskFilter": {
|
|
@@ -19716,6 +20071,8 @@ export interface components {
|
|
|
19716
20071
|
"api.TaskIdRequest": {
|
|
19717
20072
|
id?: string;
|
|
19718
20073
|
};
|
|
20074
|
+
/** @enum {string} */
|
|
20075
|
+
"api.TaskStatus": "Task_binding_failed" | "Task_duplicate_name" | "Task_missing_info" | "Task_found" | "Task_not_found" | "Task_forbidden" | "Task_add_success" | "Task_add_failed" | "Task_update_success" | "Task_update_failed" | "Task_delete_success" | "Task_delete_failed" | "Task_media_add_success" | "Task_media_add_failed" | "open" | "approved" | "rejected";
|
|
19719
20076
|
"api.TraceResponse": {
|
|
19720
20077
|
/** @description Application-specific error code */
|
|
19721
20078
|
applicationStatusCode?: string;
|
|
@@ -22737,6 +23094,7 @@ export declare namespace api {
|
|
|
22737
23094
|
type EditTaskCommentResponse = components['schemas']['api.EditTaskCommentResponse'];
|
|
22738
23095
|
type EditTaskCommentSuccessResponse = components['schemas']['api.EditTaskCommentSuccessResponse'];
|
|
22739
23096
|
type EditTaskErrorResponse = components['schemas']['api.EditTaskErrorResponse'];
|
|
23097
|
+
type EditTaskRequest = components['schemas']['api.EditTaskRequest'];
|
|
22740
23098
|
type EditTaskResponse = components['schemas']['api.EditTaskResponse'];
|
|
22741
23099
|
type EditTaskSuccessResponse = components['schemas']['api.EditTaskSuccessResponse'];
|
|
22742
23100
|
type ErrorResponse = components['schemas']['api.ErrorResponse'];
|
|
@@ -22816,16 +23174,22 @@ export declare namespace api {
|
|
|
22816
23174
|
type GetStatesErrorResponse = components['schemas']['api.GetStatesErrorResponse'];
|
|
22817
23175
|
type GetStatesResponse = components['schemas']['api.GetStatesResponse'];
|
|
22818
23176
|
type GetStatesSuccessResponse = components['schemas']['api.GetStatesSuccessResponse'];
|
|
23177
|
+
type GetTaskByIdErrorResponse = components['schemas']['api.GetTaskByIdErrorResponse'];
|
|
23178
|
+
type GetTaskByIdResponse = components['schemas']['api.GetTaskByIdResponse'];
|
|
23179
|
+
type GetTaskByIdSuccessResponse = components['schemas']['api.GetTaskByIdSuccessResponse'];
|
|
22819
23180
|
type GetTaskCommentsErrorResponse = components['schemas']['api.GetTaskCommentsErrorResponse'];
|
|
22820
23181
|
type GetTaskCommentsResponse = components['schemas']['api.GetTaskCommentsResponse'];
|
|
22821
23182
|
type GetTaskCommentsSuccessResponse = components['schemas']['api.GetTaskCommentsSuccessResponse'];
|
|
22822
23183
|
type GetTaskStatisticsErrorResponse = components['schemas']['api.GetTaskStatisticsErrorResponse'];
|
|
22823
23184
|
type GetTaskStatisticsResponse = components['schemas']['api.GetTaskStatisticsResponse'];
|
|
22824
23185
|
type GetTaskStatisticsSuccessResponse = components['schemas']['api.GetTaskStatisticsSuccessResponse'];
|
|
23186
|
+
type GetTasksCompactErrorResponse = components['schemas']['api.GetTasksCompactErrorResponse'];
|
|
22825
23187
|
type GetTasksCompactResponse = components['schemas']['api.GetTasksCompactResponse'];
|
|
23188
|
+
type GetTasksCompactSuccessResponse = components['schemas']['api.GetTasksCompactSuccessResponse'];
|
|
22826
23189
|
type GetTasksErrorResponse = components['schemas']['api.GetTasksErrorResponse'];
|
|
22827
23190
|
type GetTasksFilteredErrorResponse = components['schemas']['api.GetTasksFilteredErrorResponse'];
|
|
22828
23191
|
type GetTasksFilteredQuery = components['schemas']['api.GetTasksFilteredQuery'];
|
|
23192
|
+
type GetTasksFilteredRequest = components['schemas']['api.GetTasksFilteredRequest'];
|
|
22829
23193
|
type GetTasksFilteredResponse = components['schemas']['api.GetTasksFilteredResponse'];
|
|
22830
23194
|
type GetTasksFilteredSuccessResponse = components['schemas']['api.GetTasksFilteredSuccessResponse'];
|
|
22831
23195
|
type GetTasksRequest = components['schemas']['api.GetTasksRequest'];
|