@37signals/basecamp 0.5.0 → 0.7.0
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/client.d.ts +22 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +37 -1
- package/dist/client.js.map +1 -1
- package/dist/download.d.ts +40 -0
- package/dist/download.d.ts.map +1 -0
- package/dist/download.js +182 -0
- package/dist/download.js.map +1 -0
- package/dist/generated/metadata.json +330 -1
- package/dist/generated/openapi-stripped.json +5261 -1905
- package/dist/generated/path-mapping.d.ts.map +1 -1
- package/dist/generated/path-mapping.js +28 -2
- package/dist/generated/path-mapping.js.map +1 -1
- package/dist/generated/path-mapping.ts +29 -3
- package/dist/generated/schema.d.ts +2578 -333
- package/dist/generated/services/account.d.ts +66 -0
- package/dist/generated/services/account.d.ts.map +1 -0
- package/dist/generated/services/account.js +101 -0
- package/dist/generated/services/account.js.map +1 -0
- package/dist/generated/services/account.ts +144 -0
- package/dist/generated/services/automation.d.ts +25 -0
- package/dist/generated/services/automation.d.ts.map +1 -0
- package/dist/generated/services/automation.js +33 -0
- package/dist/generated/services/automation.js.map +1 -0
- package/dist/generated/services/automation.ts +49 -0
- package/dist/generated/services/boosts.js +2 -2
- package/dist/generated/services/boosts.js.map +1 -1
- package/dist/generated/services/boosts.ts +2 -2
- package/dist/generated/services/campfires.d.ts +14 -0
- package/dist/generated/services/campfires.d.ts.map +1 -1
- package/dist/generated/services/campfires.js +13 -5
- package/dist/generated/services/campfires.js.map +1 -1
- package/dist/generated/services/campfires.ts +21 -5
- package/dist/generated/services/card-steps.d.ts +12 -0
- package/dist/generated/services/card-steps.d.ts.map +1 -1
- package/dist/generated/services/card-steps.js +25 -0
- package/dist/generated/services/card-steps.js.map +1 -1
- package/dist/generated/services/card-steps.ts +30 -0
- package/dist/generated/services/cards.d.ts +2 -0
- package/dist/generated/services/cards.d.ts.map +1 -1
- package/dist/generated/services/cards.js +1 -0
- package/dist/generated/services/cards.js.map +1 -1
- package/dist/generated/services/cards.ts +3 -0
- package/dist/generated/services/checkins.js +1 -1
- package/dist/generated/services/checkins.js.map +1 -1
- package/dist/generated/services/checkins.ts +1 -1
- package/dist/generated/services/client-approvals.d.ts +7 -0
- package/dist/generated/services/client-approvals.d.ts.map +1 -1
- package/dist/generated/services/client-approvals.js +8 -1
- package/dist/generated/services/client-approvals.js.map +1 -1
- package/dist/generated/services/client-approvals.ts +10 -0
- package/dist/generated/services/client-correspondences.d.ts +7 -0
- package/dist/generated/services/client-correspondences.d.ts.map +1 -1
- package/dist/generated/services/client-correspondences.js +8 -1
- package/dist/generated/services/client-correspondences.js.map +1 -1
- package/dist/generated/services/client-correspondences.ts +10 -0
- package/dist/generated/services/client-replies.js +1 -1
- package/dist/generated/services/client-replies.js.map +1 -1
- package/dist/generated/services/client-replies.ts +1 -1
- package/dist/generated/services/forwards.d.ts +7 -0
- package/dist/generated/services/forwards.d.ts.map +1 -1
- package/dist/generated/services/forwards.js +5 -1
- package/dist/generated/services/forwards.js.map +1 -1
- package/dist/generated/services/forwards.ts +9 -1
- package/dist/generated/services/gauges.d.ts +140 -0
- package/dist/generated/services/gauges.d.ts.map +1 -0
- package/dist/generated/services/gauges.js +207 -0
- package/dist/generated/services/gauges.js.map +1 -0
- package/dist/generated/services/gauges.ts +298 -0
- package/dist/generated/services/hill-charts.d.ts +47 -0
- package/dist/generated/services/hill-charts.d.ts.map +1 -0
- package/dist/generated/services/hill-charts.js +70 -0
- package/dist/generated/services/hill-charts.js.map +1 -0
- package/dist/generated/services/hill-charts.ts +99 -0
- package/dist/generated/services/index.d.ts +6 -0
- package/dist/generated/services/index.d.ts.map +1 -1
- package/dist/generated/services/index.js +6 -0
- package/dist/generated/services/index.js.map +1 -1
- package/dist/generated/services/index.ts +6 -0
- package/dist/generated/services/my-assignments.d.ts +52 -0
- package/dist/generated/services/my-assignments.d.ts.map +1 -0
- package/dist/generated/services/my-assignments.js +74 -0
- package/dist/generated/services/my-assignments.js.map +1 -0
- package/dist/generated/services/my-assignments.ts +109 -0
- package/dist/generated/services/my-notifications.d.ts +50 -0
- package/dist/generated/services/my-notifications.d.ts.map +1 -0
- package/dist/generated/services/my-notifications.js +65 -0
- package/dist/generated/services/my-notifications.js.map +1 -0
- package/dist/generated/services/my-notifications.ts +100 -0
- package/dist/generated/services/people.d.ts +105 -0
- package/dist/generated/services/people.d.ts.map +1 -1
- package/dist/generated/services/people.js +156 -0
- package/dist/generated/services/people.js.map +1 -1
- package/dist/generated/services/people.ts +225 -0
- package/dist/generated/services/search.d.ts +1 -1
- package/dist/generated/services/search.ts +1 -1
- package/dist/generated/services/templates.js +1 -1
- package/dist/generated/services/templates.js.map +1 -1
- package/dist/generated/services/templates.ts +1 -1
- package/dist/generated/services/tools.d.ts +2 -0
- package/dist/generated/services/tools.d.ts.map +1 -1
- package/dist/generated/services/tools.js +1 -0
- package/dist/generated/services/tools.js.map +1 -1
- package/dist/generated/services/tools.ts +3 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/services/base.d.ts +19 -1
- package/dist/services/base.d.ts.map +1 -1
- package/dist/services/base.js +110 -1
- package/dist/services/base.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/metadata.json +330 -1
- package/src/generated/openapi-stripped.json +5261 -1905
- package/src/generated/path-mapping.ts +29 -3
- package/src/generated/schema.d.ts +2578 -333
- package/src/generated/services/account.ts +144 -0
- package/src/generated/services/automation.ts +49 -0
- package/src/generated/services/boosts.ts +2 -2
- package/src/generated/services/campfires.ts +21 -5
- package/src/generated/services/card-steps.ts +30 -0
- package/src/generated/services/cards.ts +3 -0
- package/src/generated/services/checkins.ts +1 -1
- package/src/generated/services/client-approvals.ts +10 -0
- package/src/generated/services/client-correspondences.ts +10 -0
- package/src/generated/services/client-replies.ts +1 -1
- package/src/generated/services/forwards.ts +9 -1
- package/src/generated/services/gauges.ts +298 -0
- package/src/generated/services/hill-charts.ts +99 -0
- package/src/generated/services/index.ts +6 -0
- package/src/generated/services/my-assignments.ts +109 -0
- package/src/generated/services/my-notifications.ts +100 -0
- package/src/generated/services/people.ts +225 -0
- package/src/generated/services/search.ts +1 -1
- package/src/generated/services/templates.ts +1 -1
- package/src/generated/services/tools.ts +3 -0
|
@@ -4,6 +4,62 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export interface paths {
|
|
7
|
+
"/account.json": {
|
|
8
|
+
parameters: {
|
|
9
|
+
query?: never;
|
|
10
|
+
header?: never;
|
|
11
|
+
path?: never;
|
|
12
|
+
cookie?: never;
|
|
13
|
+
};
|
|
14
|
+
/** @description Get the account for the current access token */
|
|
15
|
+
get: operations["GetAccount"];
|
|
16
|
+
put?: never;
|
|
17
|
+
post?: never;
|
|
18
|
+
delete?: never;
|
|
19
|
+
options?: never;
|
|
20
|
+
head?: never;
|
|
21
|
+
patch?: never;
|
|
22
|
+
trace?: never;
|
|
23
|
+
};
|
|
24
|
+
"/account/logo.json": {
|
|
25
|
+
parameters: {
|
|
26
|
+
query?: never;
|
|
27
|
+
header?: never;
|
|
28
|
+
path?: never;
|
|
29
|
+
cookie?: never;
|
|
30
|
+
};
|
|
31
|
+
get?: never;
|
|
32
|
+
/**
|
|
33
|
+
* @description Upload or replace the account logo.
|
|
34
|
+
* Accepted formats: PNG, JPEG, GIF, WebP, AVIF, HEIC. Maximum 5 MB.
|
|
35
|
+
* Owners and admins only.
|
|
36
|
+
*/
|
|
37
|
+
put: operations["UpdateAccountLogo"];
|
|
38
|
+
post?: never;
|
|
39
|
+
/** @description Remove the account logo. Only administrators and account owners can use this endpoint. */
|
|
40
|
+
delete: operations["RemoveAccountLogo"];
|
|
41
|
+
options?: never;
|
|
42
|
+
head?: never;
|
|
43
|
+
patch?: never;
|
|
44
|
+
trace?: never;
|
|
45
|
+
};
|
|
46
|
+
"/account/name.json": {
|
|
47
|
+
parameters: {
|
|
48
|
+
query?: never;
|
|
49
|
+
header?: never;
|
|
50
|
+
path?: never;
|
|
51
|
+
cookie?: never;
|
|
52
|
+
};
|
|
53
|
+
get?: never;
|
|
54
|
+
/** @description Rename the current account. Only account owners can use this endpoint. */
|
|
55
|
+
put: operations["UpdateAccountName"];
|
|
56
|
+
post?: never;
|
|
57
|
+
delete?: never;
|
|
58
|
+
options?: never;
|
|
59
|
+
head?: never;
|
|
60
|
+
patch?: never;
|
|
61
|
+
trace?: never;
|
|
62
|
+
};
|
|
7
63
|
"/attachments.json": {
|
|
8
64
|
parameters: {
|
|
9
65
|
query?: never;
|
|
@@ -232,7 +288,8 @@ export interface paths {
|
|
|
232
288
|
path?: never;
|
|
233
289
|
cookie?: never;
|
|
234
290
|
};
|
|
235
|
-
|
|
291
|
+
/** @description Get a step by ID */
|
|
292
|
+
get: operations["GetCardStep"];
|
|
236
293
|
/** @description Update an existing step */
|
|
237
294
|
put: operations["UpdateCardStep"];
|
|
238
295
|
post?: never;
|
|
@@ -708,6 +765,25 @@ export interface paths {
|
|
|
708
765
|
patch?: never;
|
|
709
766
|
trace?: never;
|
|
710
767
|
};
|
|
768
|
+
"/gauge_needles/{needleId}": {
|
|
769
|
+
parameters: {
|
|
770
|
+
query?: never;
|
|
771
|
+
header?: never;
|
|
772
|
+
path?: never;
|
|
773
|
+
cookie?: never;
|
|
774
|
+
};
|
|
775
|
+
/** @description Get a gauge needle by ID */
|
|
776
|
+
get: operations["GetGaugeNeedle"];
|
|
777
|
+
/** @description Update a gauge needle's description. Position and color are immutable. */
|
|
778
|
+
put: operations["UpdateGaugeNeedle"];
|
|
779
|
+
post?: never;
|
|
780
|
+
/** @description Destroy a gauge needle */
|
|
781
|
+
delete: operations["DestroyGaugeNeedle"];
|
|
782
|
+
options?: never;
|
|
783
|
+
head?: never;
|
|
784
|
+
patch?: never;
|
|
785
|
+
trace?: never;
|
|
786
|
+
};
|
|
711
787
|
"/inbox_forwards/{forwardId}": {
|
|
712
788
|
parameters: {
|
|
713
789
|
query?: never;
|
|
@@ -811,7 +887,8 @@ export interface paths {
|
|
|
811
887
|
path?: never;
|
|
812
888
|
cookie?: never;
|
|
813
889
|
};
|
|
814
|
-
|
|
890
|
+
/** @description List all lineup markers for the account */
|
|
891
|
+
get: operations["ListLineupMarkers"];
|
|
815
892
|
put?: never;
|
|
816
893
|
/** @description Create a new lineup marker */
|
|
817
894
|
post: operations["CreateLineupMarker"];
|
|
@@ -897,6 +974,85 @@ export interface paths {
|
|
|
897
974
|
patch?: never;
|
|
898
975
|
trace?: never;
|
|
899
976
|
};
|
|
977
|
+
"/my/assignments.json": {
|
|
978
|
+
parameters: {
|
|
979
|
+
query?: never;
|
|
980
|
+
header?: never;
|
|
981
|
+
path?: never;
|
|
982
|
+
cookie?: never;
|
|
983
|
+
};
|
|
984
|
+
/**
|
|
985
|
+
* @description Get the current user's active assignments grouped into priorities and non_priorities.
|
|
986
|
+
* Card table steps are normalized to their parent card with steps as children.
|
|
987
|
+
* This endpoint is not paginated.
|
|
988
|
+
*/
|
|
989
|
+
get: operations["GetMyAssignments"];
|
|
990
|
+
put?: never;
|
|
991
|
+
post?: never;
|
|
992
|
+
delete?: never;
|
|
993
|
+
options?: never;
|
|
994
|
+
head?: never;
|
|
995
|
+
patch?: never;
|
|
996
|
+
trace?: never;
|
|
997
|
+
};
|
|
998
|
+
"/my/assignments/completed.json": {
|
|
999
|
+
parameters: {
|
|
1000
|
+
query?: never;
|
|
1001
|
+
header?: never;
|
|
1002
|
+
path?: never;
|
|
1003
|
+
cookie?: never;
|
|
1004
|
+
};
|
|
1005
|
+
/**
|
|
1006
|
+
* @description Get the current user's completed assignments.
|
|
1007
|
+
* Archived and trashed recordings are excluded. This endpoint is not paginated.
|
|
1008
|
+
*/
|
|
1009
|
+
get: operations["GetMyCompletedAssignments"];
|
|
1010
|
+
put?: never;
|
|
1011
|
+
post?: never;
|
|
1012
|
+
delete?: never;
|
|
1013
|
+
options?: never;
|
|
1014
|
+
head?: never;
|
|
1015
|
+
patch?: never;
|
|
1016
|
+
trace?: never;
|
|
1017
|
+
};
|
|
1018
|
+
"/my/assignments/due.json": {
|
|
1019
|
+
parameters: {
|
|
1020
|
+
query?: never;
|
|
1021
|
+
header?: never;
|
|
1022
|
+
path?: never;
|
|
1023
|
+
cookie?: never;
|
|
1024
|
+
};
|
|
1025
|
+
/**
|
|
1026
|
+
* @description Get the current user's assignments filtered by due date scope.
|
|
1027
|
+
* Defaults to overdue when no scope is provided. This endpoint is not paginated.
|
|
1028
|
+
*/
|
|
1029
|
+
get: operations["GetMyDueAssignments"];
|
|
1030
|
+
put?: never;
|
|
1031
|
+
post?: never;
|
|
1032
|
+
delete?: never;
|
|
1033
|
+
options?: never;
|
|
1034
|
+
head?: never;
|
|
1035
|
+
patch?: never;
|
|
1036
|
+
trace?: never;
|
|
1037
|
+
};
|
|
1038
|
+
"/my/preferences.json": {
|
|
1039
|
+
parameters: {
|
|
1040
|
+
query?: never;
|
|
1041
|
+
header?: never;
|
|
1042
|
+
path?: never;
|
|
1043
|
+
cookie?: never;
|
|
1044
|
+
};
|
|
1045
|
+
/** @description Get the current user's preferences */
|
|
1046
|
+
get: operations["GetMyPreferences"];
|
|
1047
|
+
/** @description Update the current user's preferences */
|
|
1048
|
+
put: operations["UpdateMyPreferences"];
|
|
1049
|
+
post?: never;
|
|
1050
|
+
delete?: never;
|
|
1051
|
+
options?: never;
|
|
1052
|
+
head?: never;
|
|
1053
|
+
patch?: never;
|
|
1054
|
+
trace?: never;
|
|
1055
|
+
};
|
|
900
1056
|
"/my/profile.json": {
|
|
901
1057
|
parameters: {
|
|
902
1058
|
query?: never;
|
|
@@ -906,7 +1062,8 @@ export interface paths {
|
|
|
906
1062
|
};
|
|
907
1063
|
/** @description Get the current authenticated user's profile */
|
|
908
1064
|
get: operations["GetMyProfile"];
|
|
909
|
-
|
|
1065
|
+
/** @description Update the current authenticated user's profile (returns 204 No Content) */
|
|
1066
|
+
put: operations["UpdateMyProfile"];
|
|
910
1067
|
post?: never;
|
|
911
1068
|
delete?: never;
|
|
912
1069
|
options?: never;
|
|
@@ -938,6 +1095,44 @@ export interface paths {
|
|
|
938
1095
|
patch?: never;
|
|
939
1096
|
trace?: never;
|
|
940
1097
|
};
|
|
1098
|
+
"/my/readings.json": {
|
|
1099
|
+
parameters: {
|
|
1100
|
+
query?: never;
|
|
1101
|
+
header?: never;
|
|
1102
|
+
path?: never;
|
|
1103
|
+
cookie?: never;
|
|
1104
|
+
};
|
|
1105
|
+
/**
|
|
1106
|
+
* @description Get the current user's notification inbox (the "Hey!" menu).
|
|
1107
|
+
* Notifications are grouped into unreads, reads, and memories.
|
|
1108
|
+
* Reads are paginated (50 per page). Unreads are capped at 100.
|
|
1109
|
+
*/
|
|
1110
|
+
get: operations["GetMyNotifications"];
|
|
1111
|
+
put?: never;
|
|
1112
|
+
post?: never;
|
|
1113
|
+
delete?: never;
|
|
1114
|
+
options?: never;
|
|
1115
|
+
head?: never;
|
|
1116
|
+
patch?: never;
|
|
1117
|
+
trace?: never;
|
|
1118
|
+
};
|
|
1119
|
+
"/my/unreads.json": {
|
|
1120
|
+
parameters: {
|
|
1121
|
+
query?: never;
|
|
1122
|
+
header?: never;
|
|
1123
|
+
path?: never;
|
|
1124
|
+
cookie?: never;
|
|
1125
|
+
};
|
|
1126
|
+
get?: never;
|
|
1127
|
+
/** @description Mark specified items as read */
|
|
1128
|
+
put: operations["MarkAsRead"];
|
|
1129
|
+
post?: never;
|
|
1130
|
+
delete?: never;
|
|
1131
|
+
options?: never;
|
|
1132
|
+
head?: never;
|
|
1133
|
+
patch?: never;
|
|
1134
|
+
trace?: never;
|
|
1135
|
+
};
|
|
941
1136
|
"/people.json": {
|
|
942
1137
|
parameters: {
|
|
943
1138
|
query?: never;
|
|
@@ -977,6 +1172,31 @@ export interface paths {
|
|
|
977
1172
|
patch?: never;
|
|
978
1173
|
trace?: never;
|
|
979
1174
|
};
|
|
1175
|
+
"/people/{personId}/out_of_office.json": {
|
|
1176
|
+
parameters: {
|
|
1177
|
+
query?: never;
|
|
1178
|
+
header?: never;
|
|
1179
|
+
path?: never;
|
|
1180
|
+
cookie?: never;
|
|
1181
|
+
};
|
|
1182
|
+
/** @description Get the out of office status for a person */
|
|
1183
|
+
get: operations["GetOutOfOffice"];
|
|
1184
|
+
put?: never;
|
|
1185
|
+
/**
|
|
1186
|
+
* @description Enable or replace out of office for a person.
|
|
1187
|
+
* Admins on Pro Pack accounts can manage others; otherwise self only.
|
|
1188
|
+
*/
|
|
1189
|
+
post: operations["EnableOutOfOffice"];
|
|
1190
|
+
/**
|
|
1191
|
+
* @description Disable out of office for a person.
|
|
1192
|
+
* Admins on Pro Pack accounts can manage others; otherwise self only.
|
|
1193
|
+
*/
|
|
1194
|
+
delete: operations["DisableOutOfOffice"];
|
|
1195
|
+
options?: never;
|
|
1196
|
+
head?: never;
|
|
1197
|
+
patch?: never;
|
|
1198
|
+
trace?: never;
|
|
1199
|
+
};
|
|
980
1200
|
"/projects.json": {
|
|
981
1201
|
parameters: {
|
|
982
1202
|
query?: never;
|
|
@@ -1041,6 +1261,41 @@ export interface paths {
|
|
|
1041
1261
|
patch?: never;
|
|
1042
1262
|
trace?: never;
|
|
1043
1263
|
};
|
|
1264
|
+
"/projects/{projectId}/gauge.json": {
|
|
1265
|
+
parameters: {
|
|
1266
|
+
query?: never;
|
|
1267
|
+
header?: never;
|
|
1268
|
+
path?: never;
|
|
1269
|
+
cookie?: never;
|
|
1270
|
+
};
|
|
1271
|
+
get?: never;
|
|
1272
|
+
/** @description Enable or disable the gauge for a project. Only project admins can toggle gauges. */
|
|
1273
|
+
put: operations["ToggleGauge"];
|
|
1274
|
+
post?: never;
|
|
1275
|
+
delete?: never;
|
|
1276
|
+
options?: never;
|
|
1277
|
+
head?: never;
|
|
1278
|
+
patch?: never;
|
|
1279
|
+
trace?: never;
|
|
1280
|
+
};
|
|
1281
|
+
"/projects/{projectId}/gauge/needles.json": {
|
|
1282
|
+
parameters: {
|
|
1283
|
+
query?: never;
|
|
1284
|
+
header?: never;
|
|
1285
|
+
path?: never;
|
|
1286
|
+
cookie?: never;
|
|
1287
|
+
};
|
|
1288
|
+
/** @description List gauge needles for a project, ordered newest first. */
|
|
1289
|
+
get: operations["ListGaugeNeedles"];
|
|
1290
|
+
put?: never;
|
|
1291
|
+
/** @description Create a gauge needle (progress update) for a project */
|
|
1292
|
+
post: operations["CreateGaugeNeedle"];
|
|
1293
|
+
delete?: never;
|
|
1294
|
+
options?: never;
|
|
1295
|
+
head?: never;
|
|
1296
|
+
patch?: never;
|
|
1297
|
+
trace?: never;
|
|
1298
|
+
};
|
|
1044
1299
|
"/projects/{projectId}/people.json": {
|
|
1045
1300
|
parameters: {
|
|
1046
1301
|
query?: never;
|
|
@@ -1549,6 +1804,26 @@ export interface paths {
|
|
|
1549
1804
|
patch?: never;
|
|
1550
1805
|
trace?: never;
|
|
1551
1806
|
};
|
|
1807
|
+
"/reports/gauges.json": {
|
|
1808
|
+
parameters: {
|
|
1809
|
+
query?: never;
|
|
1810
|
+
header?: never;
|
|
1811
|
+
path?: never;
|
|
1812
|
+
cookie?: never;
|
|
1813
|
+
};
|
|
1814
|
+
/**
|
|
1815
|
+
* @description List gauges across all projects the authenticated user has access to.
|
|
1816
|
+
* Gauges are sorted by risk level (red, yellow, green), then alphabetically.
|
|
1817
|
+
*/
|
|
1818
|
+
get: operations["ListGauges"];
|
|
1819
|
+
put?: never;
|
|
1820
|
+
post?: never;
|
|
1821
|
+
delete?: never;
|
|
1822
|
+
options?: never;
|
|
1823
|
+
head?: never;
|
|
1824
|
+
patch?: never;
|
|
1825
|
+
trace?: never;
|
|
1826
|
+
};
|
|
1552
1827
|
"/reports/progress.json": {
|
|
1553
1828
|
parameters: {
|
|
1554
1829
|
query?: never;
|
|
@@ -2034,6 +2309,40 @@ export interface paths {
|
|
|
2034
2309
|
patch?: never;
|
|
2035
2310
|
trace?: never;
|
|
2036
2311
|
};
|
|
2312
|
+
"/todosets/{todosetId}/hill.json": {
|
|
2313
|
+
parameters: {
|
|
2314
|
+
query?: never;
|
|
2315
|
+
header?: never;
|
|
2316
|
+
path?: never;
|
|
2317
|
+
cookie?: never;
|
|
2318
|
+
};
|
|
2319
|
+
/** @description Get the hill chart for a todoset */
|
|
2320
|
+
get: operations["GetHillChart"];
|
|
2321
|
+
put?: never;
|
|
2322
|
+
post?: never;
|
|
2323
|
+
delete?: never;
|
|
2324
|
+
options?: never;
|
|
2325
|
+
head?: never;
|
|
2326
|
+
patch?: never;
|
|
2327
|
+
trace?: never;
|
|
2328
|
+
};
|
|
2329
|
+
"/todosets/{todosetId}/hills/settings.json": {
|
|
2330
|
+
parameters: {
|
|
2331
|
+
query?: never;
|
|
2332
|
+
header?: never;
|
|
2333
|
+
path?: never;
|
|
2334
|
+
cookie?: never;
|
|
2335
|
+
};
|
|
2336
|
+
get?: never;
|
|
2337
|
+
/** @description Track or untrack todolists on a hill chart */
|
|
2338
|
+
put: operations["UpdateHillChartSettings"];
|
|
2339
|
+
post?: never;
|
|
2340
|
+
delete?: never;
|
|
2341
|
+
options?: never;
|
|
2342
|
+
head?: never;
|
|
2343
|
+
patch?: never;
|
|
2344
|
+
trace?: never;
|
|
2345
|
+
};
|
|
2037
2346
|
"/todosets/{todosetId}/todolists.json": {
|
|
2038
2347
|
parameters: {
|
|
2039
2348
|
query?: never;
|
|
@@ -2207,6 +2516,45 @@ export interface paths {
|
|
|
2207
2516
|
export type webhooks = Record<string, never>;
|
|
2208
2517
|
export interface components {
|
|
2209
2518
|
schemas: {
|
|
2519
|
+
Account: {
|
|
2520
|
+
/** Format: int64 */
|
|
2521
|
+
id: number;
|
|
2522
|
+
name: string;
|
|
2523
|
+
owner_name?: string;
|
|
2524
|
+
active?: boolean;
|
|
2525
|
+
created_at: string;
|
|
2526
|
+
updated_at: string;
|
|
2527
|
+
trial?: boolean;
|
|
2528
|
+
trial_ends_on?: string;
|
|
2529
|
+
frozen?: boolean;
|
|
2530
|
+
paused?: boolean;
|
|
2531
|
+
limits?: components["schemas"]["AccountLimits"];
|
|
2532
|
+
subscription?: components["schemas"]["AccountSubscription"];
|
|
2533
|
+
settings?: components["schemas"]["AccountSettings"];
|
|
2534
|
+
logo?: string;
|
|
2535
|
+
};
|
|
2536
|
+
AccountLimits: {
|
|
2537
|
+
can_create_projects?: boolean;
|
|
2538
|
+
can_pin_projects?: boolean;
|
|
2539
|
+
can_create_users?: boolean;
|
|
2540
|
+
can_upload_files?: boolean;
|
|
2541
|
+
};
|
|
2542
|
+
AccountSettings: {
|
|
2543
|
+
company_hq_enabled?: boolean;
|
|
2544
|
+
teams_enabled?: boolean;
|
|
2545
|
+
projects_enabled?: boolean;
|
|
2546
|
+
};
|
|
2547
|
+
AccountSubscription: {
|
|
2548
|
+
short_name?: string;
|
|
2549
|
+
proper_name?: string;
|
|
2550
|
+
/** Format: int32 */
|
|
2551
|
+
project_limit?: number;
|
|
2552
|
+
teams?: boolean;
|
|
2553
|
+
clients?: boolean;
|
|
2554
|
+
templates?: boolean;
|
|
2555
|
+
logo?: boolean;
|
|
2556
|
+
timesheet?: boolean;
|
|
2557
|
+
};
|
|
2210
2558
|
Assignable: {
|
|
2211
2559
|
/** Format: int64 */
|
|
2212
2560
|
id?: number;
|
|
@@ -2347,6 +2695,19 @@ export interface components {
|
|
|
2347
2695
|
bucket: components["schemas"]["TodoBucket"];
|
|
2348
2696
|
creator: components["schemas"]["Person"];
|
|
2349
2697
|
subscribers?: components["schemas"]["Person"][];
|
|
2698
|
+
on_hold?: components["schemas"]["CardColumnOnHold"];
|
|
2699
|
+
};
|
|
2700
|
+
CardColumnOnHold: {
|
|
2701
|
+
/** Format: int64 */
|
|
2702
|
+
id: number;
|
|
2703
|
+
status: string;
|
|
2704
|
+
inherits_status: boolean;
|
|
2705
|
+
title: string;
|
|
2706
|
+
created_at: string;
|
|
2707
|
+
updated_at: string;
|
|
2708
|
+
/** Format: int32 */
|
|
2709
|
+
cards_count: number;
|
|
2710
|
+
cards_url: string;
|
|
2350
2711
|
};
|
|
2351
2712
|
CardStep: {
|
|
2352
2713
|
/** Format: int64 */
|
|
@@ -2505,6 +2866,7 @@ export interface components {
|
|
|
2505
2866
|
CloneToolRequestContent: {
|
|
2506
2867
|
/** Format: int64 */
|
|
2507
2868
|
source_recording_id: number;
|
|
2869
|
+
title?: string;
|
|
2508
2870
|
};
|
|
2509
2871
|
CloneToolResponseContent: components["schemas"]["Tool"];
|
|
2510
2872
|
Comment: {
|
|
@@ -2587,7 +2949,15 @@ export interface components {
|
|
|
2587
2949
|
content: string;
|
|
2588
2950
|
};
|
|
2589
2951
|
CreateForwardReplyResponseContent: components["schemas"]["ForwardReply"];
|
|
2590
|
-
|
|
2952
|
+
CreateGaugeNeedleRequestContent: {
|
|
2953
|
+
gauge_needle: components["schemas"]["GaugeNeedlePayload"];
|
|
2954
|
+
/** @description Who to notify: "everyone", "working_on", "custom", or omit for nobody */
|
|
2955
|
+
notify?: string;
|
|
2956
|
+
/** @description Array of people IDs to notify (only used when notify is "custom") */
|
|
2957
|
+
subscriptions?: number[];
|
|
2958
|
+
};
|
|
2959
|
+
CreateGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
2960
|
+
CreateLineupMarkerRequestContent: {
|
|
2591
2961
|
name: string;
|
|
2592
2962
|
date: string;
|
|
2593
2963
|
};
|
|
@@ -2735,6 +3105,10 @@ export interface components {
|
|
|
2735
3105
|
boosts_url?: string;
|
|
2736
3106
|
};
|
|
2737
3107
|
EnableCardColumnOnHoldResponseContent: components["schemas"]["CardColumn"];
|
|
3108
|
+
EnableOutOfOfficeRequestContent: {
|
|
3109
|
+
out_of_office: components["schemas"]["OutOfOfficePayload"];
|
|
3110
|
+
};
|
|
3111
|
+
EnableOutOfOfficeResponseContent: components["schemas"]["OutOfOffice"];
|
|
2738
3112
|
Event: {
|
|
2739
3113
|
/** Format: int64 */
|
|
2740
3114
|
id: number;
|
|
@@ -2753,6 +3127,8 @@ export interface components {
|
|
|
2753
3127
|
removed_person_ids?: number[];
|
|
2754
3128
|
notified_recipient_ids?: number[];
|
|
2755
3129
|
};
|
|
3130
|
+
/** @enum {string} */
|
|
3131
|
+
FirstWeekDay: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
2756
3132
|
ForbiddenErrorResponseContent: {
|
|
2757
3133
|
error: string;
|
|
2758
3134
|
message?: string;
|
|
@@ -2802,6 +3178,76 @@ export interface components {
|
|
|
2802
3178
|
boosts_count?: number;
|
|
2803
3179
|
boosts_url?: string;
|
|
2804
3180
|
};
|
|
3181
|
+
Gauge: {
|
|
3182
|
+
/** Format: int64 */
|
|
3183
|
+
id: number;
|
|
3184
|
+
status?: string;
|
|
3185
|
+
visible_to_clients?: boolean;
|
|
3186
|
+
created_at: string;
|
|
3187
|
+
updated_at: string;
|
|
3188
|
+
title?: string;
|
|
3189
|
+
inherits_status?: boolean;
|
|
3190
|
+
type?: string;
|
|
3191
|
+
url?: string;
|
|
3192
|
+
app_url?: string;
|
|
3193
|
+
bookmark_url?: string;
|
|
3194
|
+
bucket?: components["schemas"]["RecordingBucket"];
|
|
3195
|
+
creator?: components["schemas"]["Person"];
|
|
3196
|
+
description?: string;
|
|
3197
|
+
enabled?: boolean;
|
|
3198
|
+
last_needle_color?: string;
|
|
3199
|
+
/** Format: int32 */
|
|
3200
|
+
last_needle_position?: number;
|
|
3201
|
+
/** Format: int32 */
|
|
3202
|
+
previous_needle_position?: number;
|
|
3203
|
+
};
|
|
3204
|
+
GaugeNeedle: {
|
|
3205
|
+
/** Format: int64 */
|
|
3206
|
+
id: number;
|
|
3207
|
+
status?: string;
|
|
3208
|
+
visible_to_clients?: boolean;
|
|
3209
|
+
created_at: string;
|
|
3210
|
+
updated_at: string;
|
|
3211
|
+
title?: string;
|
|
3212
|
+
inherits_status?: boolean;
|
|
3213
|
+
type?: string;
|
|
3214
|
+
url?: string;
|
|
3215
|
+
app_url?: string;
|
|
3216
|
+
bookmark_url?: string;
|
|
3217
|
+
subscription_url?: string;
|
|
3218
|
+
/** Format: int32 */
|
|
3219
|
+
comments_count?: number;
|
|
3220
|
+
comments_url?: string;
|
|
3221
|
+
/** Format: int32 */
|
|
3222
|
+
boosts_count?: number;
|
|
3223
|
+
boosts_url?: string;
|
|
3224
|
+
parent?: components["schemas"]["RecordingParent"];
|
|
3225
|
+
bucket?: components["schemas"]["RecordingBucket"];
|
|
3226
|
+
creator?: components["schemas"]["Person"];
|
|
3227
|
+
description?: string;
|
|
3228
|
+
color?: string;
|
|
3229
|
+
/** Format: int32 */
|
|
3230
|
+
position?: number;
|
|
3231
|
+
};
|
|
3232
|
+
GaugeNeedlePayload: {
|
|
3233
|
+
/**
|
|
3234
|
+
* Format: int32
|
|
3235
|
+
* @description Position of the needle (0-100)
|
|
3236
|
+
*/
|
|
3237
|
+
position: number;
|
|
3238
|
+
/** @description Status color: green (default), yellow, or red */
|
|
3239
|
+
color?: string;
|
|
3240
|
+
/** @description Rich text (HTML) description of the progress update */
|
|
3241
|
+
description?: string;
|
|
3242
|
+
};
|
|
3243
|
+
GaugeNeedleUpdatePayload: {
|
|
3244
|
+
/** @description Rich text (HTML) description */
|
|
3245
|
+
description?: string;
|
|
3246
|
+
};
|
|
3247
|
+
GaugeTogglePayload: {
|
|
3248
|
+
enabled: boolean;
|
|
3249
|
+
};
|
|
3250
|
+
GetAccountResponseContent: components["schemas"]["Account"];
|
|
2805
3251
|
GetAnswerResponseContent: components["schemas"]["QuestionAnswer"];
|
|
2806
3252
|
GetAnswersByPersonResponseContent: components["schemas"]["QuestionAnswer"][];
|
|
2807
3253
|
GetAssignedTodosResponseContent: {
|
|
@@ -2814,6 +3260,7 @@ export interface components {
|
|
|
2814
3260
|
GetCampfireResponseContent: components["schemas"]["Campfire"];
|
|
2815
3261
|
GetCardColumnResponseContent: components["schemas"]["CardColumn"];
|
|
2816
3262
|
GetCardResponseContent: components["schemas"]["Card"];
|
|
3263
|
+
GetCardStepResponseContent: components["schemas"]["CardStep"];
|
|
2817
3264
|
GetCardTableResponseContent: components["schemas"]["CardTable"];
|
|
2818
3265
|
GetChatbotResponseContent: components["schemas"]["Chatbot"];
|
|
2819
3266
|
GetClientApprovalResponseContent: components["schemas"]["ClientApproval"];
|
|
@@ -2823,11 +3270,26 @@ export interface components {
|
|
|
2823
3270
|
GetDocumentResponseContent: components["schemas"]["Document"];
|
|
2824
3271
|
GetForwardReplyResponseContent: components["schemas"]["ForwardReply"];
|
|
2825
3272
|
GetForwardResponseContent: components["schemas"]["Forward"];
|
|
3273
|
+
GetGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
3274
|
+
GetHillChartResponseContent: components["schemas"]["HillChart"];
|
|
2826
3275
|
GetInboxResponseContent: components["schemas"]["Inbox"];
|
|
2827
3276
|
GetMessageBoardResponseContent: components["schemas"]["MessageBoard"];
|
|
2828
3277
|
GetMessageResponseContent: components["schemas"]["Message"];
|
|
2829
3278
|
GetMessageTypeResponseContent: components["schemas"]["MessageType"];
|
|
3279
|
+
GetMyAssignmentsResponseContent: {
|
|
3280
|
+
priorities?: components["schemas"]["MyAssignment"][];
|
|
3281
|
+
non_priorities?: components["schemas"]["MyAssignment"][];
|
|
3282
|
+
};
|
|
3283
|
+
GetMyCompletedAssignmentsResponseContent: components["schemas"]["MyAssignment"][];
|
|
3284
|
+
GetMyDueAssignmentsResponseContent: components["schemas"]["MyAssignment"][];
|
|
3285
|
+
GetMyNotificationsResponseContent: {
|
|
3286
|
+
unreads?: components["schemas"]["Notification"][];
|
|
3287
|
+
reads?: components["schemas"]["Notification"][];
|
|
3288
|
+
memories?: components["schemas"]["Notification"][];
|
|
3289
|
+
};
|
|
3290
|
+
GetMyPreferencesResponseContent: components["schemas"]["Preferences"];
|
|
2830
3291
|
GetMyProfileResponseContent: components["schemas"]["Person"];
|
|
3292
|
+
GetOutOfOfficeResponseContent: components["schemas"]["OutOfOffice"];
|
|
2831
3293
|
GetOverdueTodosResponseContent: {
|
|
2832
3294
|
under_a_week_late?: components["schemas"]["Todo"][];
|
|
2833
3295
|
over_a_week_late?: components["schemas"]["Todo"][];
|
|
@@ -2869,6 +3331,24 @@ export interface components {
|
|
|
2869
3331
|
GetUploadResponseContent: components["schemas"]["Upload"];
|
|
2870
3332
|
GetVaultResponseContent: components["schemas"]["Vault"];
|
|
2871
3333
|
GetWebhookResponseContent: components["schemas"]["Webhook"];
|
|
3334
|
+
HillChart: {
|
|
3335
|
+
enabled: boolean;
|
|
3336
|
+
stale: boolean;
|
|
3337
|
+
updated_at?: string;
|
|
3338
|
+
app_update_url?: string;
|
|
3339
|
+
app_versions_url?: string;
|
|
3340
|
+
dots?: components["schemas"]["HillChartDot"][];
|
|
3341
|
+
};
|
|
3342
|
+
HillChartDot: {
|
|
3343
|
+
/** Format: int64 */
|
|
3344
|
+
id: number;
|
|
3345
|
+
label: string;
|
|
3346
|
+
color: string;
|
|
3347
|
+
/** Format: int32 */
|
|
3348
|
+
position: number;
|
|
3349
|
+
url?: string;
|
|
3350
|
+
app_url?: string;
|
|
3351
|
+
};
|
|
2872
3352
|
Inbox: {
|
|
2873
3353
|
/** Format: int64 */
|
|
2874
3354
|
id: number;
|
|
@@ -2894,6 +3374,14 @@ export interface components {
|
|
|
2894
3374
|
error: string;
|
|
2895
3375
|
message?: string;
|
|
2896
3376
|
};
|
|
3377
|
+
LineupMarker: {
|
|
3378
|
+
/** Format: int64 */
|
|
3379
|
+
id: number;
|
|
3380
|
+
name: string;
|
|
3381
|
+
date: string;
|
|
3382
|
+
created_at: string;
|
|
3383
|
+
updated_at: string;
|
|
3384
|
+
};
|
|
2897
3385
|
ListAnswersResponseContent: components["schemas"]["QuestionAnswer"][];
|
|
2898
3386
|
ListAssignablePeopleResponseContent: components["schemas"]["Person"][];
|
|
2899
3387
|
ListCampfireLinesResponseContent: components["schemas"]["CampfireLine"][];
|
|
@@ -2910,6 +3398,9 @@ export interface components {
|
|
|
2910
3398
|
ListEventsResponseContent: components["schemas"]["Event"][];
|
|
2911
3399
|
ListForwardRepliesResponseContent: components["schemas"]["ForwardReply"][];
|
|
2912
3400
|
ListForwardsResponseContent: components["schemas"]["Forward"][];
|
|
3401
|
+
ListGaugeNeedlesResponseContent: components["schemas"]["GaugeNeedle"][];
|
|
3402
|
+
ListGaugesResponseContent: components["schemas"]["Gauge"][];
|
|
3403
|
+
ListLineupMarkersResponseContent: components["schemas"]["LineupMarker"][];
|
|
2913
3404
|
ListMessageTypesResponseContent: components["schemas"]["MessageType"][];
|
|
2914
3405
|
ListMessagesResponseContent: components["schemas"]["Message"][];
|
|
2915
3406
|
ListPeopleResponseContent: components["schemas"]["Person"][];
|
|
@@ -2929,6 +3420,10 @@ export interface components {
|
|
|
2929
3420
|
ListUploadsResponseContent: components["schemas"]["Upload"][];
|
|
2930
3421
|
ListVaultsResponseContent: components["schemas"]["Vault"][];
|
|
2931
3422
|
ListWebhooksResponseContent: components["schemas"]["Webhook"][];
|
|
3423
|
+
MarkAsReadRequestContent: {
|
|
3424
|
+
/** @description Array of readable_sgid values identifying the items to mark as read */
|
|
3425
|
+
readables: string[];
|
|
3426
|
+
};
|
|
2932
3427
|
Message: {
|
|
2933
3428
|
/** Format: int64 */
|
|
2934
3429
|
id: number;
|
|
@@ -2997,11 +3492,108 @@ export interface components {
|
|
|
2997
3492
|
MoveCardRequestContent: {
|
|
2998
3493
|
/** Format: int64 */
|
|
2999
3494
|
column_id: number;
|
|
3495
|
+
/**
|
|
3496
|
+
* Format: int32
|
|
3497
|
+
* @description 1-indexed position within the destination column. Defaults to 1 (top).
|
|
3498
|
+
*/
|
|
3499
|
+
position?: number;
|
|
3500
|
+
};
|
|
3501
|
+
MyAssignment: {
|
|
3502
|
+
/** Format: int64 */
|
|
3503
|
+
id: number;
|
|
3504
|
+
app_url?: string;
|
|
3505
|
+
content?: string;
|
|
3506
|
+
starts_on?: string;
|
|
3507
|
+
due_on?: string;
|
|
3508
|
+
bucket?: components["schemas"]["MyAssignmentBucket"];
|
|
3509
|
+
completed?: boolean;
|
|
3510
|
+
type?: string;
|
|
3511
|
+
assignees?: components["schemas"]["MyAssignmentAssignee"][];
|
|
3512
|
+
/** Format: int32 */
|
|
3513
|
+
comments_count?: number;
|
|
3514
|
+
has_description?: boolean;
|
|
3515
|
+
/**
|
|
3516
|
+
* Format: int64
|
|
3517
|
+
* @description Present on priority items
|
|
3518
|
+
*/
|
|
3519
|
+
priority_recording_id?: number;
|
|
3520
|
+
parent?: components["schemas"]["MyAssignmentParent"];
|
|
3521
|
+
children?: components["schemas"]["MyAssignment"][];
|
|
3522
|
+
};
|
|
3523
|
+
MyAssignmentAssignee: {
|
|
3524
|
+
/** Format: int64 */
|
|
3525
|
+
id: number;
|
|
3526
|
+
/** Format: password */
|
|
3527
|
+
name?: string;
|
|
3528
|
+
/** Format: password */
|
|
3529
|
+
avatar_url?: string;
|
|
3530
|
+
};
|
|
3531
|
+
MyAssignmentBucket: {
|
|
3532
|
+
/** Format: int64 */
|
|
3533
|
+
id: number;
|
|
3534
|
+
name?: string;
|
|
3535
|
+
app_url?: string;
|
|
3536
|
+
};
|
|
3537
|
+
MyAssignmentParent: {
|
|
3538
|
+
/** Format: int64 */
|
|
3539
|
+
id: number;
|
|
3540
|
+
title?: string;
|
|
3541
|
+
app_url?: string;
|
|
3000
3542
|
};
|
|
3001
3543
|
NotFoundErrorResponseContent: {
|
|
3002
3544
|
error: string;
|
|
3003
3545
|
message?: string;
|
|
3004
3546
|
};
|
|
3547
|
+
Notification: {
|
|
3548
|
+
/** Format: int64 */
|
|
3549
|
+
id: number;
|
|
3550
|
+
created_at: string;
|
|
3551
|
+
updated_at: string;
|
|
3552
|
+
section?: string;
|
|
3553
|
+
/** Format: int32 */
|
|
3554
|
+
unread_count?: number;
|
|
3555
|
+
unread_at?: string;
|
|
3556
|
+
read_at?: string;
|
|
3557
|
+
readable_sgid?: string;
|
|
3558
|
+
readable_identifier?: string;
|
|
3559
|
+
title?: string;
|
|
3560
|
+
type?: string;
|
|
3561
|
+
bucket_name?: string;
|
|
3562
|
+
creator?: components["schemas"]["Person"];
|
|
3563
|
+
content_excerpt?: string;
|
|
3564
|
+
app_url?: string;
|
|
3565
|
+
unread_url?: string;
|
|
3566
|
+
bookmark_url?: string;
|
|
3567
|
+
memory_url?: string;
|
|
3568
|
+
subscription_url?: string;
|
|
3569
|
+
subscribed?: boolean;
|
|
3570
|
+
previewable_attachments?: components["schemas"]["PreviewableAttachment"][];
|
|
3571
|
+
/** @description Present on ping notifications */
|
|
3572
|
+
participants?: components["schemas"]["Person"][];
|
|
3573
|
+
/** @description Whether the ping has a custom name (pings only) */
|
|
3574
|
+
named?: boolean;
|
|
3575
|
+
/** @description Custom image URL (pings only) */
|
|
3576
|
+
image_url?: string;
|
|
3577
|
+
};
|
|
3578
|
+
OutOfOffice: {
|
|
3579
|
+
person?: components["schemas"]["OutOfOfficePerson"];
|
|
3580
|
+
enabled?: boolean;
|
|
3581
|
+
ongoing?: boolean;
|
|
3582
|
+
start_date?: string;
|
|
3583
|
+
end_date?: string;
|
|
3584
|
+
};
|
|
3585
|
+
OutOfOfficePayload: {
|
|
3586
|
+
/** @description Start date in ISO 8601 format (YYYY-MM-DD) */
|
|
3587
|
+
start_date: string;
|
|
3588
|
+
/** @description End date in ISO 8601 format (YYYY-MM-DD) */
|
|
3589
|
+
end_date: string;
|
|
3590
|
+
};
|
|
3591
|
+
OutOfOfficePerson: {
|
|
3592
|
+
/** Format: int64 */
|
|
3593
|
+
id: number;
|
|
3594
|
+
/** Format: password */
|
|
3595
|
+
name?: string;
|
|
3596
|
+
};
|
|
3005
3597
|
PauseQuestionResponseContent: {
|
|
3006
3598
|
paused?: boolean;
|
|
3007
3599
|
};
|
|
@@ -3042,6 +3634,35 @@ export interface components {
|
|
|
3042
3634
|
/** Format: password */
|
|
3043
3635
|
name: string;
|
|
3044
3636
|
};
|
|
3637
|
+
Preferences: {
|
|
3638
|
+
url?: string;
|
|
3639
|
+
app_url?: string;
|
|
3640
|
+
time_zone_name?: string;
|
|
3641
|
+
first_week_day?: string;
|
|
3642
|
+
time_format?: string;
|
|
3643
|
+
};
|
|
3644
|
+
PreferencesPayload: {
|
|
3645
|
+
/** @description Time zone name (e.g. "America/Chicago", "London", "UTC") */
|
|
3646
|
+
time_zone_name?: string;
|
|
3647
|
+
/** @description First day of the week: Sunday, Monday, Tuesday, etc. */
|
|
3648
|
+
first_week_day?: string;
|
|
3649
|
+
/** @description Time display format: twelve_hour or twenty_four_hour */
|
|
3650
|
+
time_format?: string;
|
|
3651
|
+
};
|
|
3652
|
+
PreviewableAttachment: {
|
|
3653
|
+
/** Format: int64 */
|
|
3654
|
+
id?: number;
|
|
3655
|
+
url?: string;
|
|
3656
|
+
app_url?: string;
|
|
3657
|
+
content_type?: string;
|
|
3658
|
+
filename?: string;
|
|
3659
|
+
/** Format: int64 */
|
|
3660
|
+
filesize?: number;
|
|
3661
|
+
/** Format: int32 */
|
|
3662
|
+
width?: number;
|
|
3663
|
+
/** Format: int32 */
|
|
3664
|
+
height?: number;
|
|
3665
|
+
};
|
|
3045
3666
|
Project: {
|
|
3046
3667
|
/** Format: int64 */
|
|
3047
3668
|
id: number;
|
|
@@ -3539,14 +4160,11 @@ export interface components {
|
|
|
3539
4160
|
todolists_url?: string;
|
|
3540
4161
|
completed_ratio?: string;
|
|
3541
4162
|
completed?: boolean;
|
|
3542
|
-
/** Format: int32 */
|
|
3543
|
-
completed_count?: number;
|
|
3544
|
-
/** Format: int32 */
|
|
3545
|
-
on_schedule_count?: number;
|
|
3546
|
-
/** Format: int32 */
|
|
3547
|
-
over_schedule_count?: number;
|
|
3548
4163
|
app_todolists_url?: string;
|
|
3549
4164
|
};
|
|
4165
|
+
ToggleGaugeRequestContent: {
|
|
4166
|
+
gauge: components["schemas"]["GaugeTogglePayload"];
|
|
4167
|
+
};
|
|
3550
4168
|
Tool: {
|
|
3551
4169
|
/** Format: int64 */
|
|
3552
4170
|
id: number;
|
|
@@ -3566,6 +4184,11 @@ export interface components {
|
|
|
3566
4184
|
error: string;
|
|
3567
4185
|
message?: string;
|
|
3568
4186
|
};
|
|
4187
|
+
UpdateAccountLogoInputPayload: string;
|
|
4188
|
+
UpdateAccountNameRequestContent: {
|
|
4189
|
+
name: string;
|
|
4190
|
+
};
|
|
4191
|
+
UpdateAccountNameResponseContent: components["schemas"]["Account"];
|
|
3569
4192
|
UpdateCardColumnRequestContent: {
|
|
3570
4193
|
title?: string;
|
|
3571
4194
|
description?: string;
|
|
@@ -3598,6 +4221,15 @@ export interface components {
|
|
|
3598
4221
|
content?: string;
|
|
3599
4222
|
};
|
|
3600
4223
|
UpdateDocumentResponseContent: components["schemas"]["Document"];
|
|
4224
|
+
UpdateGaugeNeedleRequestContent: {
|
|
4225
|
+
gauge_needle?: components["schemas"]["GaugeNeedleUpdatePayload"];
|
|
4226
|
+
};
|
|
4227
|
+
UpdateGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
4228
|
+
UpdateHillChartSettingsRequestContent: {
|
|
4229
|
+
tracked?: number[];
|
|
4230
|
+
untracked?: number[];
|
|
4231
|
+
};
|
|
4232
|
+
UpdateHillChartSettingsResponseContent: components["schemas"]["HillChart"];
|
|
3601
4233
|
UpdateLineupMarkerRequestContent: {
|
|
3602
4234
|
name?: string;
|
|
3603
4235
|
date?: string;
|
|
@@ -3616,6 +4248,25 @@ export interface components {
|
|
|
3616
4248
|
icon?: string;
|
|
3617
4249
|
};
|
|
3618
4250
|
UpdateMessageTypeResponseContent: components["schemas"]["MessageType"];
|
|
4251
|
+
UpdateMyPreferencesRequestContent: {
|
|
4252
|
+
person: components["schemas"]["PreferencesPayload"];
|
|
4253
|
+
};
|
|
4254
|
+
UpdateMyPreferencesResponseContent: components["schemas"]["Preferences"];
|
|
4255
|
+
UpdateMyProfileRequestContent: {
|
|
4256
|
+
/** Format: password */
|
|
4257
|
+
name?: string;
|
|
4258
|
+
/** Format: password */
|
|
4259
|
+
email_address?: string;
|
|
4260
|
+
/** Format: password */
|
|
4261
|
+
title?: string;
|
|
4262
|
+
/** Format: password */
|
|
4263
|
+
bio?: string;
|
|
4264
|
+
/** Format: password */
|
|
4265
|
+
location?: string;
|
|
4266
|
+
time_zone_name?: string;
|
|
4267
|
+
first_week_day?: components["schemas"]["FirstWeekDay"];
|
|
4268
|
+
time_format?: string;
|
|
4269
|
+
};
|
|
3619
4270
|
UpdateProjectAccessRequestContent: {
|
|
3620
4271
|
grant?: number[];
|
|
3621
4272
|
revoke?: number[];
|
|
@@ -3854,28 +4505,22 @@ export interface components {
|
|
|
3854
4505
|
}
|
|
3855
4506
|
export type $defs = Record<string, never>;
|
|
3856
4507
|
export interface operations {
|
|
3857
|
-
|
|
4508
|
+
GetAccount: {
|
|
3858
4509
|
parameters: {
|
|
3859
|
-
query
|
|
3860
|
-
name: string;
|
|
3861
|
-
};
|
|
4510
|
+
query?: never;
|
|
3862
4511
|
header?: never;
|
|
3863
4512
|
path?: never;
|
|
3864
4513
|
cookie?: never;
|
|
3865
4514
|
};
|
|
3866
|
-
requestBody
|
|
3867
|
-
content: {
|
|
3868
|
-
"application/octet-stream": components["schemas"]["CreateAttachmentInputPayload"];
|
|
3869
|
-
};
|
|
3870
|
-
};
|
|
4515
|
+
requestBody?: never;
|
|
3871
4516
|
responses: {
|
|
3872
|
-
/** @description
|
|
3873
|
-
|
|
4517
|
+
/** @description GetAccount 200 response */
|
|
4518
|
+
200: {
|
|
3874
4519
|
headers: {
|
|
3875
4520
|
[name: string]: unknown;
|
|
3876
4521
|
};
|
|
3877
4522
|
content: {
|
|
3878
|
-
"application/json": components["schemas"]["
|
|
4523
|
+
"application/json": components["schemas"]["GetAccountResponseContent"];
|
|
3879
4524
|
};
|
|
3880
4525
|
};
|
|
3881
4526
|
/** @description UnauthorizedError 401 response */
|
|
@@ -3896,24 +4541,6 @@ export interface operations {
|
|
|
3896
4541
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
3897
4542
|
};
|
|
3898
4543
|
};
|
|
3899
|
-
/** @description ValidationError 422 response */
|
|
3900
|
-
422: {
|
|
3901
|
-
headers: {
|
|
3902
|
-
[name: string]: unknown;
|
|
3903
|
-
};
|
|
3904
|
-
content: {
|
|
3905
|
-
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
3906
|
-
};
|
|
3907
|
-
};
|
|
3908
|
-
/** @description RateLimitError 429 response */
|
|
3909
|
-
429: {
|
|
3910
|
-
headers: {
|
|
3911
|
-
[name: string]: unknown;
|
|
3912
|
-
};
|
|
3913
|
-
content: {
|
|
3914
|
-
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
3915
|
-
};
|
|
3916
|
-
};
|
|
3917
4544
|
/** @description InternalServerError 500 response */
|
|
3918
4545
|
500: {
|
|
3919
4546
|
headers: {
|
|
@@ -3925,25 +4552,28 @@ export interface operations {
|
|
|
3925
4552
|
};
|
|
3926
4553
|
};
|
|
3927
4554
|
};
|
|
3928
|
-
|
|
4555
|
+
UpdateAccountLogo: {
|
|
3929
4556
|
parameters: {
|
|
3930
4557
|
query?: never;
|
|
3931
4558
|
header?: never;
|
|
3932
|
-
path
|
|
3933
|
-
boostId: number;
|
|
3934
|
-
};
|
|
4559
|
+
path?: never;
|
|
3935
4560
|
cookie?: never;
|
|
3936
4561
|
};
|
|
3937
|
-
requestBody
|
|
4562
|
+
requestBody: {
|
|
4563
|
+
content: {
|
|
4564
|
+
"multipart/form-data": {
|
|
4565
|
+
/** Format: binary */
|
|
4566
|
+
logo: string;
|
|
4567
|
+
};
|
|
4568
|
+
};
|
|
4569
|
+
};
|
|
3938
4570
|
responses: {
|
|
3939
|
-
/** @description
|
|
3940
|
-
|
|
4571
|
+
/** @description UpdateAccountLogo 204 response */
|
|
4572
|
+
204: {
|
|
3941
4573
|
headers: {
|
|
3942
4574
|
[name: string]: unknown;
|
|
3943
4575
|
};
|
|
3944
|
-
content
|
|
3945
|
-
"application/json": components["schemas"]["GetBoostResponseContent"];
|
|
3946
|
-
};
|
|
4576
|
+
content?: never;
|
|
3947
4577
|
};
|
|
3948
4578
|
/** @description UnauthorizedError 401 response */
|
|
3949
4579
|
401: {
|
|
@@ -3963,13 +4593,22 @@ export interface operations {
|
|
|
3963
4593
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
3964
4594
|
};
|
|
3965
4595
|
};
|
|
3966
|
-
/** @description
|
|
3967
|
-
|
|
4596
|
+
/** @description ValidationError 422 response */
|
|
4597
|
+
422: {
|
|
3968
4598
|
headers: {
|
|
3969
4599
|
[name: string]: unknown;
|
|
3970
4600
|
};
|
|
3971
4601
|
content: {
|
|
3972
|
-
"application/json": components["schemas"]["
|
|
4602
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
4603
|
+
};
|
|
4604
|
+
};
|
|
4605
|
+
/** @description RateLimitError 429 response */
|
|
4606
|
+
429: {
|
|
4607
|
+
headers: {
|
|
4608
|
+
[name: string]: unknown;
|
|
4609
|
+
};
|
|
4610
|
+
content: {
|
|
4611
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
3973
4612
|
};
|
|
3974
4613
|
};
|
|
3975
4614
|
/** @description InternalServerError 500 response */
|
|
@@ -3983,18 +4622,16 @@ export interface operations {
|
|
|
3983
4622
|
};
|
|
3984
4623
|
};
|
|
3985
4624
|
};
|
|
3986
|
-
|
|
4625
|
+
RemoveAccountLogo: {
|
|
3987
4626
|
parameters: {
|
|
3988
4627
|
query?: never;
|
|
3989
4628
|
header?: never;
|
|
3990
|
-
path
|
|
3991
|
-
boostId: number;
|
|
3992
|
-
};
|
|
4629
|
+
path?: never;
|
|
3993
4630
|
cookie?: never;
|
|
3994
4631
|
};
|
|
3995
4632
|
requestBody?: never;
|
|
3996
4633
|
responses: {
|
|
3997
|
-
/** @description
|
|
4634
|
+
/** @description RemoveAccountLogo 204 response */
|
|
3998
4635
|
204: {
|
|
3999
4636
|
headers: {
|
|
4000
4637
|
[name: string]: unknown;
|
|
@@ -4019,13 +4656,13 @@ export interface operations {
|
|
|
4019
4656
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4020
4657
|
};
|
|
4021
4658
|
};
|
|
4022
|
-
/** @description
|
|
4023
|
-
|
|
4659
|
+
/** @description RateLimitError 429 response */
|
|
4660
|
+
429: {
|
|
4024
4661
|
headers: {
|
|
4025
4662
|
[name: string]: unknown;
|
|
4026
4663
|
};
|
|
4027
4664
|
content: {
|
|
4028
|
-
"application/json": components["schemas"]["
|
|
4665
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4029
4666
|
};
|
|
4030
4667
|
};
|
|
4031
4668
|
/** @description InternalServerError 500 response */
|
|
@@ -4039,18 +4676,272 @@ export interface operations {
|
|
|
4039
4676
|
};
|
|
4040
4677
|
};
|
|
4041
4678
|
};
|
|
4042
|
-
|
|
4679
|
+
UpdateAccountName: {
|
|
4043
4680
|
parameters: {
|
|
4044
4681
|
query?: never;
|
|
4045
4682
|
header?: never;
|
|
4046
|
-
path
|
|
4047
|
-
bucketId: number;
|
|
4048
|
-
};
|
|
4683
|
+
path?: never;
|
|
4049
4684
|
cookie?: never;
|
|
4050
4685
|
};
|
|
4051
|
-
requestBody
|
|
4052
|
-
|
|
4053
|
-
|
|
4686
|
+
requestBody: {
|
|
4687
|
+
content: {
|
|
4688
|
+
"application/json": components["schemas"]["UpdateAccountNameRequestContent"];
|
|
4689
|
+
};
|
|
4690
|
+
};
|
|
4691
|
+
responses: {
|
|
4692
|
+
/** @description UpdateAccountName 200 response */
|
|
4693
|
+
200: {
|
|
4694
|
+
headers: {
|
|
4695
|
+
[name: string]: unknown;
|
|
4696
|
+
};
|
|
4697
|
+
content: {
|
|
4698
|
+
"application/json": components["schemas"]["UpdateAccountNameResponseContent"];
|
|
4699
|
+
};
|
|
4700
|
+
};
|
|
4701
|
+
/** @description BadRequestError 400 response */
|
|
4702
|
+
400: {
|
|
4703
|
+
headers: {
|
|
4704
|
+
[name: string]: unknown;
|
|
4705
|
+
};
|
|
4706
|
+
content: {
|
|
4707
|
+
"application/json": components["schemas"]["BadRequestErrorResponseContent"];
|
|
4708
|
+
};
|
|
4709
|
+
};
|
|
4710
|
+
/** @description UnauthorizedError 401 response */
|
|
4711
|
+
401: {
|
|
4712
|
+
headers: {
|
|
4713
|
+
[name: string]: unknown;
|
|
4714
|
+
};
|
|
4715
|
+
content: {
|
|
4716
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4717
|
+
};
|
|
4718
|
+
};
|
|
4719
|
+
/** @description ForbiddenError 403 response */
|
|
4720
|
+
403: {
|
|
4721
|
+
headers: {
|
|
4722
|
+
[name: string]: unknown;
|
|
4723
|
+
};
|
|
4724
|
+
content: {
|
|
4725
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4726
|
+
};
|
|
4727
|
+
};
|
|
4728
|
+
/** @description RateLimitError 429 response */
|
|
4729
|
+
429: {
|
|
4730
|
+
headers: {
|
|
4731
|
+
[name: string]: unknown;
|
|
4732
|
+
};
|
|
4733
|
+
content: {
|
|
4734
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4735
|
+
};
|
|
4736
|
+
};
|
|
4737
|
+
/** @description InternalServerError 500 response */
|
|
4738
|
+
500: {
|
|
4739
|
+
headers: {
|
|
4740
|
+
[name: string]: unknown;
|
|
4741
|
+
};
|
|
4742
|
+
content: {
|
|
4743
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4744
|
+
};
|
|
4745
|
+
};
|
|
4746
|
+
};
|
|
4747
|
+
};
|
|
4748
|
+
CreateAttachment: {
|
|
4749
|
+
parameters: {
|
|
4750
|
+
query: {
|
|
4751
|
+
name: string;
|
|
4752
|
+
};
|
|
4753
|
+
header?: never;
|
|
4754
|
+
path?: never;
|
|
4755
|
+
cookie?: never;
|
|
4756
|
+
};
|
|
4757
|
+
requestBody: {
|
|
4758
|
+
content: {
|
|
4759
|
+
"application/octet-stream": components["schemas"]["CreateAttachmentInputPayload"];
|
|
4760
|
+
};
|
|
4761
|
+
};
|
|
4762
|
+
responses: {
|
|
4763
|
+
/** @description CreateAttachment 201 response */
|
|
4764
|
+
201: {
|
|
4765
|
+
headers: {
|
|
4766
|
+
[name: string]: unknown;
|
|
4767
|
+
};
|
|
4768
|
+
content: {
|
|
4769
|
+
"application/json": components["schemas"]["CreateAttachmentResponseContent"];
|
|
4770
|
+
};
|
|
4771
|
+
};
|
|
4772
|
+
/** @description UnauthorizedError 401 response */
|
|
4773
|
+
401: {
|
|
4774
|
+
headers: {
|
|
4775
|
+
[name: string]: unknown;
|
|
4776
|
+
};
|
|
4777
|
+
content: {
|
|
4778
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4779
|
+
};
|
|
4780
|
+
};
|
|
4781
|
+
/** @description ForbiddenError 403 response */
|
|
4782
|
+
403: {
|
|
4783
|
+
headers: {
|
|
4784
|
+
[name: string]: unknown;
|
|
4785
|
+
};
|
|
4786
|
+
content: {
|
|
4787
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4788
|
+
};
|
|
4789
|
+
};
|
|
4790
|
+
/** @description ValidationError 422 response */
|
|
4791
|
+
422: {
|
|
4792
|
+
headers: {
|
|
4793
|
+
[name: string]: unknown;
|
|
4794
|
+
};
|
|
4795
|
+
content: {
|
|
4796
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
4797
|
+
};
|
|
4798
|
+
};
|
|
4799
|
+
/** @description RateLimitError 429 response */
|
|
4800
|
+
429: {
|
|
4801
|
+
headers: {
|
|
4802
|
+
[name: string]: unknown;
|
|
4803
|
+
};
|
|
4804
|
+
content: {
|
|
4805
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4806
|
+
};
|
|
4807
|
+
};
|
|
4808
|
+
/** @description InternalServerError 500 response */
|
|
4809
|
+
500: {
|
|
4810
|
+
headers: {
|
|
4811
|
+
[name: string]: unknown;
|
|
4812
|
+
};
|
|
4813
|
+
content: {
|
|
4814
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4815
|
+
};
|
|
4816
|
+
};
|
|
4817
|
+
};
|
|
4818
|
+
};
|
|
4819
|
+
GetBoost: {
|
|
4820
|
+
parameters: {
|
|
4821
|
+
query?: never;
|
|
4822
|
+
header?: never;
|
|
4823
|
+
path: {
|
|
4824
|
+
boostId: number;
|
|
4825
|
+
};
|
|
4826
|
+
cookie?: never;
|
|
4827
|
+
};
|
|
4828
|
+
requestBody?: never;
|
|
4829
|
+
responses: {
|
|
4830
|
+
/** @description GetBoost 200 response */
|
|
4831
|
+
200: {
|
|
4832
|
+
headers: {
|
|
4833
|
+
[name: string]: unknown;
|
|
4834
|
+
};
|
|
4835
|
+
content: {
|
|
4836
|
+
"application/json": components["schemas"]["GetBoostResponseContent"];
|
|
4837
|
+
};
|
|
4838
|
+
};
|
|
4839
|
+
/** @description UnauthorizedError 401 response */
|
|
4840
|
+
401: {
|
|
4841
|
+
headers: {
|
|
4842
|
+
[name: string]: unknown;
|
|
4843
|
+
};
|
|
4844
|
+
content: {
|
|
4845
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4846
|
+
};
|
|
4847
|
+
};
|
|
4848
|
+
/** @description ForbiddenError 403 response */
|
|
4849
|
+
403: {
|
|
4850
|
+
headers: {
|
|
4851
|
+
[name: string]: unknown;
|
|
4852
|
+
};
|
|
4853
|
+
content: {
|
|
4854
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4855
|
+
};
|
|
4856
|
+
};
|
|
4857
|
+
/** @description NotFoundError 404 response */
|
|
4858
|
+
404: {
|
|
4859
|
+
headers: {
|
|
4860
|
+
[name: string]: unknown;
|
|
4861
|
+
};
|
|
4862
|
+
content: {
|
|
4863
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
4864
|
+
};
|
|
4865
|
+
};
|
|
4866
|
+
/** @description InternalServerError 500 response */
|
|
4867
|
+
500: {
|
|
4868
|
+
headers: {
|
|
4869
|
+
[name: string]: unknown;
|
|
4870
|
+
};
|
|
4871
|
+
content: {
|
|
4872
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4873
|
+
};
|
|
4874
|
+
};
|
|
4875
|
+
};
|
|
4876
|
+
};
|
|
4877
|
+
DeleteBoost: {
|
|
4878
|
+
parameters: {
|
|
4879
|
+
query?: never;
|
|
4880
|
+
header?: never;
|
|
4881
|
+
path: {
|
|
4882
|
+
boostId: number;
|
|
4883
|
+
};
|
|
4884
|
+
cookie?: never;
|
|
4885
|
+
};
|
|
4886
|
+
requestBody?: never;
|
|
4887
|
+
responses: {
|
|
4888
|
+
/** @description DeleteBoost 204 response */
|
|
4889
|
+
204: {
|
|
4890
|
+
headers: {
|
|
4891
|
+
[name: string]: unknown;
|
|
4892
|
+
};
|
|
4893
|
+
content?: never;
|
|
4894
|
+
};
|
|
4895
|
+
/** @description UnauthorizedError 401 response */
|
|
4896
|
+
401: {
|
|
4897
|
+
headers: {
|
|
4898
|
+
[name: string]: unknown;
|
|
4899
|
+
};
|
|
4900
|
+
content: {
|
|
4901
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4902
|
+
};
|
|
4903
|
+
};
|
|
4904
|
+
/** @description ForbiddenError 403 response */
|
|
4905
|
+
403: {
|
|
4906
|
+
headers: {
|
|
4907
|
+
[name: string]: unknown;
|
|
4908
|
+
};
|
|
4909
|
+
content: {
|
|
4910
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4911
|
+
};
|
|
4912
|
+
};
|
|
4913
|
+
/** @description NotFoundError 404 response */
|
|
4914
|
+
404: {
|
|
4915
|
+
headers: {
|
|
4916
|
+
[name: string]: unknown;
|
|
4917
|
+
};
|
|
4918
|
+
content: {
|
|
4919
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
4920
|
+
};
|
|
4921
|
+
};
|
|
4922
|
+
/** @description InternalServerError 500 response */
|
|
4923
|
+
500: {
|
|
4924
|
+
headers: {
|
|
4925
|
+
[name: string]: unknown;
|
|
4926
|
+
};
|
|
4927
|
+
content: {
|
|
4928
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4929
|
+
};
|
|
4930
|
+
};
|
|
4931
|
+
};
|
|
4932
|
+
};
|
|
4933
|
+
ListWebhooks: {
|
|
4934
|
+
parameters: {
|
|
4935
|
+
query?: never;
|
|
4936
|
+
header?: never;
|
|
4937
|
+
path: {
|
|
4938
|
+
bucketId: number;
|
|
4939
|
+
};
|
|
4940
|
+
cookie?: never;
|
|
4941
|
+
};
|
|
4942
|
+
requestBody?: never;
|
|
4943
|
+
responses: {
|
|
4944
|
+
/** @description ListWebhooks 200 response */
|
|
4054
4945
|
200: {
|
|
4055
4946
|
headers: {
|
|
4056
4947
|
[name: string]: unknown;
|
|
@@ -5090,6 +5981,64 @@ export interface operations {
|
|
|
5090
5981
|
};
|
|
5091
5982
|
};
|
|
5092
5983
|
};
|
|
5984
|
+
GetCardStep: {
|
|
5985
|
+
parameters: {
|
|
5986
|
+
query?: never;
|
|
5987
|
+
header?: never;
|
|
5988
|
+
path: {
|
|
5989
|
+
stepId: number;
|
|
5990
|
+
};
|
|
5991
|
+
cookie?: never;
|
|
5992
|
+
};
|
|
5993
|
+
requestBody?: never;
|
|
5994
|
+
responses: {
|
|
5995
|
+
/** @description GetCardStep 200 response */
|
|
5996
|
+
200: {
|
|
5997
|
+
headers: {
|
|
5998
|
+
[name: string]: unknown;
|
|
5999
|
+
};
|
|
6000
|
+
content: {
|
|
6001
|
+
"application/json": components["schemas"]["GetCardStepResponseContent"];
|
|
6002
|
+
};
|
|
6003
|
+
};
|
|
6004
|
+
/** @description UnauthorizedError 401 response */
|
|
6005
|
+
401: {
|
|
6006
|
+
headers: {
|
|
6007
|
+
[name: string]: unknown;
|
|
6008
|
+
};
|
|
6009
|
+
content: {
|
|
6010
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
6011
|
+
};
|
|
6012
|
+
};
|
|
6013
|
+
/** @description ForbiddenError 403 response */
|
|
6014
|
+
403: {
|
|
6015
|
+
headers: {
|
|
6016
|
+
[name: string]: unknown;
|
|
6017
|
+
};
|
|
6018
|
+
content: {
|
|
6019
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
6020
|
+
};
|
|
6021
|
+
};
|
|
6022
|
+
/** @description NotFoundError 404 response */
|
|
6023
|
+
404: {
|
|
6024
|
+
headers: {
|
|
6025
|
+
[name: string]: unknown;
|
|
6026
|
+
};
|
|
6027
|
+
content: {
|
|
6028
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
6029
|
+
};
|
|
6030
|
+
};
|
|
6031
|
+
/** @description InternalServerError 500 response */
|
|
6032
|
+
500: {
|
|
6033
|
+
headers: {
|
|
6034
|
+
[name: string]: unknown;
|
|
6035
|
+
};
|
|
6036
|
+
content: {
|
|
6037
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
6038
|
+
};
|
|
6039
|
+
};
|
|
6040
|
+
};
|
|
6041
|
+
};
|
|
5093
6042
|
UpdateCardStep: {
|
|
5094
6043
|
parameters: {
|
|
5095
6044
|
query?: never;
|
|
@@ -6173,7 +7122,12 @@ export interface operations {
|
|
|
6173
7122
|
};
|
|
6174
7123
|
ListCampfireLines: {
|
|
6175
7124
|
parameters: {
|
|
6176
|
-
query?:
|
|
7125
|
+
query?: {
|
|
7126
|
+
/** @description created_at|updated_at */
|
|
7127
|
+
sort?: string;
|
|
7128
|
+
/** @description asc|desc */
|
|
7129
|
+
direction?: string;
|
|
7130
|
+
};
|
|
6177
7131
|
header?: never;
|
|
6178
7132
|
path: {
|
|
6179
7133
|
campfireId: number;
|
|
@@ -6418,7 +7372,12 @@ export interface operations {
|
|
|
6418
7372
|
};
|
|
6419
7373
|
ListCampfireUploads: {
|
|
6420
7374
|
parameters: {
|
|
6421
|
-
query?:
|
|
7375
|
+
query?: {
|
|
7376
|
+
/** @description created_at|updated_at */
|
|
7377
|
+
sort?: string;
|
|
7378
|
+
/** @description asc|desc */
|
|
7379
|
+
direction?: string;
|
|
7380
|
+
};
|
|
6422
7381
|
header?: never;
|
|
6423
7382
|
path: {
|
|
6424
7383
|
campfireId: number;
|
|
@@ -6606,7 +7565,12 @@ export interface operations {
|
|
|
6606
7565
|
};
|
|
6607
7566
|
ListClientApprovals: {
|
|
6608
7567
|
parameters: {
|
|
6609
|
-
query?:
|
|
7568
|
+
query?: {
|
|
7569
|
+
/** @description created_at|updated_at */
|
|
7570
|
+
sort?: string;
|
|
7571
|
+
/** @description asc|desc */
|
|
7572
|
+
direction?: string;
|
|
7573
|
+
};
|
|
6610
7574
|
header?: never;
|
|
6611
7575
|
path?: never;
|
|
6612
7576
|
cookie?: never;
|
|
@@ -6720,7 +7684,12 @@ export interface operations {
|
|
|
6720
7684
|
};
|
|
6721
7685
|
ListClientCorrespondences: {
|
|
6722
7686
|
parameters: {
|
|
6723
|
-
query?:
|
|
7687
|
+
query?: {
|
|
7688
|
+
/** @description created_at|updated_at */
|
|
7689
|
+
sort?: string;
|
|
7690
|
+
/** @description asc|desc */
|
|
7691
|
+
direction?: string;
|
|
7692
|
+
};
|
|
6724
7693
|
header?: never;
|
|
6725
7694
|
path?: never;
|
|
6726
7695
|
cookie?: never;
|
|
@@ -7461,24 +8430,24 @@ export interface operations {
|
|
|
7461
8430
|
};
|
|
7462
8431
|
};
|
|
7463
8432
|
};
|
|
7464
|
-
|
|
8433
|
+
GetGaugeNeedle: {
|
|
7465
8434
|
parameters: {
|
|
7466
8435
|
query?: never;
|
|
7467
8436
|
header?: never;
|
|
7468
8437
|
path: {
|
|
7469
|
-
|
|
8438
|
+
needleId: number;
|
|
7470
8439
|
};
|
|
7471
8440
|
cookie?: never;
|
|
7472
8441
|
};
|
|
7473
8442
|
requestBody?: never;
|
|
7474
8443
|
responses: {
|
|
7475
|
-
/** @description
|
|
8444
|
+
/** @description GetGaugeNeedle 200 response */
|
|
7476
8445
|
200: {
|
|
7477
8446
|
headers: {
|
|
7478
8447
|
[name: string]: unknown;
|
|
7479
8448
|
};
|
|
7480
8449
|
content: {
|
|
7481
|
-
"application/json": components["schemas"]["
|
|
8450
|
+
"application/json": components["schemas"]["GetGaugeNeedleResponseContent"];
|
|
7482
8451
|
};
|
|
7483
8452
|
};
|
|
7484
8453
|
/** @description UnauthorizedError 401 response */
|
|
@@ -7519,24 +8488,28 @@ export interface operations {
|
|
|
7519
8488
|
};
|
|
7520
8489
|
};
|
|
7521
8490
|
};
|
|
7522
|
-
|
|
8491
|
+
UpdateGaugeNeedle: {
|
|
7523
8492
|
parameters: {
|
|
7524
8493
|
query?: never;
|
|
7525
8494
|
header?: never;
|
|
7526
8495
|
path: {
|
|
7527
|
-
|
|
8496
|
+
needleId: number;
|
|
7528
8497
|
};
|
|
7529
8498
|
cookie?: never;
|
|
7530
8499
|
};
|
|
7531
|
-
requestBody?:
|
|
8500
|
+
requestBody?: {
|
|
8501
|
+
content: {
|
|
8502
|
+
"application/json": components["schemas"]["UpdateGaugeNeedleRequestContent"];
|
|
8503
|
+
};
|
|
8504
|
+
};
|
|
7532
8505
|
responses: {
|
|
7533
|
-
/** @description
|
|
8506
|
+
/** @description UpdateGaugeNeedle 200 response */
|
|
7534
8507
|
200: {
|
|
7535
8508
|
headers: {
|
|
7536
8509
|
[name: string]: unknown;
|
|
7537
8510
|
};
|
|
7538
8511
|
content: {
|
|
7539
|
-
"application/json": components["schemas"]["
|
|
8512
|
+
"application/json": components["schemas"]["UpdateGaugeNeedleResponseContent"];
|
|
7540
8513
|
};
|
|
7541
8514
|
};
|
|
7542
8515
|
/** @description UnauthorizedError 401 response */
|
|
@@ -7557,66 +8530,13 @@ export interface operations {
|
|
|
7557
8530
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
7558
8531
|
};
|
|
7559
8532
|
};
|
|
7560
|
-
/** @description
|
|
7561
|
-
|
|
7562
|
-
headers: {
|
|
7563
|
-
[name: string]: unknown;
|
|
7564
|
-
};
|
|
7565
|
-
content: {
|
|
7566
|
-
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
7567
|
-
};
|
|
7568
|
-
};
|
|
7569
|
-
/** @description InternalServerError 500 response */
|
|
7570
|
-
500: {
|
|
7571
|
-
headers: {
|
|
7572
|
-
[name: string]: unknown;
|
|
7573
|
-
};
|
|
7574
|
-
content: {
|
|
7575
|
-
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
7576
|
-
};
|
|
7577
|
-
};
|
|
7578
|
-
};
|
|
7579
|
-
};
|
|
7580
|
-
CreateForwardReply: {
|
|
7581
|
-
parameters: {
|
|
7582
|
-
query?: never;
|
|
7583
|
-
header?: never;
|
|
7584
|
-
path: {
|
|
7585
|
-
forwardId: number;
|
|
7586
|
-
};
|
|
7587
|
-
cookie?: never;
|
|
7588
|
-
};
|
|
7589
|
-
requestBody: {
|
|
7590
|
-
content: {
|
|
7591
|
-
"application/json": components["schemas"]["CreateForwardReplyRequestContent"];
|
|
7592
|
-
};
|
|
7593
|
-
};
|
|
7594
|
-
responses: {
|
|
7595
|
-
/** @description CreateForwardReply 201 response */
|
|
7596
|
-
201: {
|
|
7597
|
-
headers: {
|
|
7598
|
-
[name: string]: unknown;
|
|
7599
|
-
};
|
|
7600
|
-
content: {
|
|
7601
|
-
"application/json": components["schemas"]["CreateForwardReplyResponseContent"];
|
|
7602
|
-
};
|
|
7603
|
-
};
|
|
7604
|
-
/** @description UnauthorizedError 401 response */
|
|
7605
|
-
401: {
|
|
7606
|
-
headers: {
|
|
7607
|
-
[name: string]: unknown;
|
|
7608
|
-
};
|
|
7609
|
-
content: {
|
|
7610
|
-
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
7611
|
-
};
|
|
7612
|
-
};
|
|
7613
|
-
/** @description ForbiddenError 403 response */
|
|
7614
|
-
403: {
|
|
8533
|
+
/** @description NotFoundError 404 response */
|
|
8534
|
+
404: {
|
|
7615
8535
|
headers: {
|
|
7616
8536
|
[name: string]: unknown;
|
|
7617
8537
|
};
|
|
7618
8538
|
content: {
|
|
7619
|
-
"application/json": components["schemas"]["
|
|
8539
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
7620
8540
|
};
|
|
7621
8541
|
};
|
|
7622
8542
|
/** @description ValidationError 422 response */
|
|
@@ -7648,26 +8568,23 @@ export interface operations {
|
|
|
7648
8568
|
};
|
|
7649
8569
|
};
|
|
7650
8570
|
};
|
|
7651
|
-
|
|
8571
|
+
DestroyGaugeNeedle: {
|
|
7652
8572
|
parameters: {
|
|
7653
8573
|
query?: never;
|
|
7654
8574
|
header?: never;
|
|
7655
8575
|
path: {
|
|
7656
|
-
|
|
7657
|
-
replyId: number;
|
|
8576
|
+
needleId: number;
|
|
7658
8577
|
};
|
|
7659
8578
|
cookie?: never;
|
|
7660
8579
|
};
|
|
7661
8580
|
requestBody?: never;
|
|
7662
8581
|
responses: {
|
|
7663
|
-
/** @description
|
|
7664
|
-
|
|
8582
|
+
/** @description DestroyGaugeNeedle 204 response */
|
|
8583
|
+
204: {
|
|
7665
8584
|
headers: {
|
|
7666
8585
|
[name: string]: unknown;
|
|
7667
8586
|
};
|
|
7668
|
-
content
|
|
7669
|
-
"application/json": components["schemas"]["GetForwardReplyResponseContent"];
|
|
7670
|
-
};
|
|
8587
|
+
content?: never;
|
|
7671
8588
|
};
|
|
7672
8589
|
/** @description UnauthorizedError 401 response */
|
|
7673
8590
|
401: {
|
|
@@ -7696,6 +8613,15 @@ export interface operations {
|
|
|
7696
8613
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
7697
8614
|
};
|
|
7698
8615
|
};
|
|
8616
|
+
/** @description RateLimitError 429 response */
|
|
8617
|
+
429: {
|
|
8618
|
+
headers: {
|
|
8619
|
+
[name: string]: unknown;
|
|
8620
|
+
};
|
|
8621
|
+
content: {
|
|
8622
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8623
|
+
};
|
|
8624
|
+
};
|
|
7699
8625
|
/** @description InternalServerError 500 response */
|
|
7700
8626
|
500: {
|
|
7701
8627
|
headers: {
|
|
@@ -7707,24 +8633,24 @@ export interface operations {
|
|
|
7707
8633
|
};
|
|
7708
8634
|
};
|
|
7709
8635
|
};
|
|
7710
|
-
|
|
8636
|
+
GetForward: {
|
|
7711
8637
|
parameters: {
|
|
7712
8638
|
query?: never;
|
|
7713
8639
|
header?: never;
|
|
7714
8640
|
path: {
|
|
7715
|
-
|
|
8641
|
+
forwardId: number;
|
|
7716
8642
|
};
|
|
7717
8643
|
cookie?: never;
|
|
7718
8644
|
};
|
|
7719
8645
|
requestBody?: never;
|
|
7720
8646
|
responses: {
|
|
7721
|
-
/** @description
|
|
8647
|
+
/** @description GetForward 200 response */
|
|
7722
8648
|
200: {
|
|
7723
8649
|
headers: {
|
|
7724
8650
|
[name: string]: unknown;
|
|
7725
8651
|
};
|
|
7726
8652
|
content: {
|
|
7727
|
-
"application/json": components["schemas"]["
|
|
8653
|
+
"application/json": components["schemas"]["GetForwardResponseContent"];
|
|
7728
8654
|
};
|
|
7729
8655
|
};
|
|
7730
8656
|
/** @description UnauthorizedError 401 response */
|
|
@@ -7765,24 +8691,24 @@ export interface operations {
|
|
|
7765
8691
|
};
|
|
7766
8692
|
};
|
|
7767
8693
|
};
|
|
7768
|
-
|
|
8694
|
+
ListForwardReplies: {
|
|
7769
8695
|
parameters: {
|
|
7770
8696
|
query?: never;
|
|
7771
8697
|
header?: never;
|
|
7772
8698
|
path: {
|
|
7773
|
-
|
|
8699
|
+
forwardId: number;
|
|
7774
8700
|
};
|
|
7775
8701
|
cookie?: never;
|
|
7776
8702
|
};
|
|
7777
8703
|
requestBody?: never;
|
|
7778
8704
|
responses: {
|
|
7779
|
-
/** @description
|
|
8705
|
+
/** @description ListForwardReplies 200 response */
|
|
7780
8706
|
200: {
|
|
7781
8707
|
headers: {
|
|
7782
8708
|
[name: string]: unknown;
|
|
7783
8709
|
};
|
|
7784
8710
|
content: {
|
|
7785
|
-
"application/json": components["schemas"]["
|
|
8711
|
+
"application/json": components["schemas"]["ListForwardRepliesResponseContent"];
|
|
7786
8712
|
};
|
|
7787
8713
|
};
|
|
7788
8714
|
/** @description UnauthorizedError 401 response */
|
|
@@ -7823,25 +8749,29 @@ export interface operations {
|
|
|
7823
8749
|
};
|
|
7824
8750
|
};
|
|
7825
8751
|
};
|
|
7826
|
-
|
|
8752
|
+
CreateForwardReply: {
|
|
7827
8753
|
parameters: {
|
|
7828
8754
|
query?: never;
|
|
7829
8755
|
header?: never;
|
|
7830
|
-
path
|
|
8756
|
+
path: {
|
|
8757
|
+
forwardId: number;
|
|
8758
|
+
};
|
|
7831
8759
|
cookie?: never;
|
|
7832
8760
|
};
|
|
7833
8761
|
requestBody: {
|
|
7834
8762
|
content: {
|
|
7835
|
-
"application/json": components["schemas"]["
|
|
8763
|
+
"application/json": components["schemas"]["CreateForwardReplyRequestContent"];
|
|
7836
8764
|
};
|
|
7837
8765
|
};
|
|
7838
8766
|
responses: {
|
|
7839
|
-
/** @description
|
|
8767
|
+
/** @description CreateForwardReply 201 response */
|
|
7840
8768
|
201: {
|
|
7841
8769
|
headers: {
|
|
7842
8770
|
[name: string]: unknown;
|
|
7843
8771
|
};
|
|
7844
|
-
content
|
|
8772
|
+
content: {
|
|
8773
|
+
"application/json": components["schemas"]["CreateForwardReplyResponseContent"];
|
|
8774
|
+
};
|
|
7845
8775
|
};
|
|
7846
8776
|
/** @description UnauthorizedError 401 response */
|
|
7847
8777
|
401: {
|
|
@@ -7890,27 +8820,26 @@ export interface operations {
|
|
|
7890
8820
|
};
|
|
7891
8821
|
};
|
|
7892
8822
|
};
|
|
7893
|
-
|
|
8823
|
+
GetForwardReply: {
|
|
7894
8824
|
parameters: {
|
|
7895
8825
|
query?: never;
|
|
7896
8826
|
header?: never;
|
|
7897
8827
|
path: {
|
|
7898
|
-
|
|
8828
|
+
forwardId: number;
|
|
8829
|
+
replyId: number;
|
|
7899
8830
|
};
|
|
7900
8831
|
cookie?: never;
|
|
7901
8832
|
};
|
|
7902
|
-
requestBody?:
|
|
7903
|
-
content: {
|
|
7904
|
-
"application/json": components["schemas"]["UpdateLineupMarkerRequestContent"];
|
|
7905
|
-
};
|
|
7906
|
-
};
|
|
8833
|
+
requestBody?: never;
|
|
7907
8834
|
responses: {
|
|
7908
|
-
/** @description
|
|
8835
|
+
/** @description GetForwardReply 200 response */
|
|
7909
8836
|
200: {
|
|
7910
8837
|
headers: {
|
|
7911
8838
|
[name: string]: unknown;
|
|
7912
8839
|
};
|
|
7913
|
-
content
|
|
8840
|
+
content: {
|
|
8841
|
+
"application/json": components["schemas"]["GetForwardReplyResponseContent"];
|
|
8842
|
+
};
|
|
7914
8843
|
};
|
|
7915
8844
|
/** @description UnauthorizedError 401 response */
|
|
7916
8845
|
401: {
|
|
@@ -7939,15 +8868,6 @@ export interface operations {
|
|
|
7939
8868
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
7940
8869
|
};
|
|
7941
8870
|
};
|
|
7942
|
-
/** @description ValidationError 422 response */
|
|
7943
|
-
422: {
|
|
7944
|
-
headers: {
|
|
7945
|
-
[name: string]: unknown;
|
|
7946
|
-
};
|
|
7947
|
-
content: {
|
|
7948
|
-
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
7949
|
-
};
|
|
7950
|
-
};
|
|
7951
8871
|
/** @description InternalServerError 500 response */
|
|
7952
8872
|
500: {
|
|
7953
8873
|
headers: {
|
|
@@ -7959,23 +8879,25 @@ export interface operations {
|
|
|
7959
8879
|
};
|
|
7960
8880
|
};
|
|
7961
8881
|
};
|
|
7962
|
-
|
|
8882
|
+
GetInbox: {
|
|
7963
8883
|
parameters: {
|
|
7964
8884
|
query?: never;
|
|
7965
8885
|
header?: never;
|
|
7966
8886
|
path: {
|
|
7967
|
-
|
|
8887
|
+
inboxId: number;
|
|
7968
8888
|
};
|
|
7969
8889
|
cookie?: never;
|
|
7970
8890
|
};
|
|
7971
8891
|
requestBody?: never;
|
|
7972
8892
|
responses: {
|
|
7973
|
-
/** @description
|
|
7974
|
-
|
|
8893
|
+
/** @description GetInbox 200 response */
|
|
8894
|
+
200: {
|
|
7975
8895
|
headers: {
|
|
7976
8896
|
[name: string]: unknown;
|
|
7977
8897
|
};
|
|
7978
|
-
content
|
|
8898
|
+
content: {
|
|
8899
|
+
"application/json": components["schemas"]["GetInboxResponseContent"];
|
|
8900
|
+
};
|
|
7979
8901
|
};
|
|
7980
8902
|
/** @description UnauthorizedError 401 response */
|
|
7981
8903
|
401: {
|
|
@@ -8015,24 +8937,29 @@ export interface operations {
|
|
|
8015
8937
|
};
|
|
8016
8938
|
};
|
|
8017
8939
|
};
|
|
8018
|
-
|
|
8940
|
+
ListForwards: {
|
|
8019
8941
|
parameters: {
|
|
8020
|
-
query?:
|
|
8942
|
+
query?: {
|
|
8943
|
+
/** @description created_at|updated_at */
|
|
8944
|
+
sort?: string;
|
|
8945
|
+
/** @description asc|desc */
|
|
8946
|
+
direction?: string;
|
|
8947
|
+
};
|
|
8021
8948
|
header?: never;
|
|
8022
8949
|
path: {
|
|
8023
|
-
|
|
8950
|
+
inboxId: number;
|
|
8024
8951
|
};
|
|
8025
8952
|
cookie?: never;
|
|
8026
8953
|
};
|
|
8027
8954
|
requestBody?: never;
|
|
8028
8955
|
responses: {
|
|
8029
|
-
/** @description
|
|
8956
|
+
/** @description ListForwards 200 response */
|
|
8030
8957
|
200: {
|
|
8031
8958
|
headers: {
|
|
8032
8959
|
[name: string]: unknown;
|
|
8033
8960
|
};
|
|
8034
8961
|
content: {
|
|
8035
|
-
"application/json": components["schemas"]["
|
|
8962
|
+
"application/json": components["schemas"]["ListForwardsResponseContent"];
|
|
8036
8963
|
};
|
|
8037
8964
|
};
|
|
8038
8965
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8053,13 +8980,13 @@ export interface operations {
|
|
|
8053
8980
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8054
8981
|
};
|
|
8055
8982
|
};
|
|
8056
|
-
/** @description
|
|
8057
|
-
|
|
8983
|
+
/** @description RateLimitError 429 response */
|
|
8984
|
+
429: {
|
|
8058
8985
|
headers: {
|
|
8059
8986
|
[name: string]: unknown;
|
|
8060
8987
|
};
|
|
8061
8988
|
content: {
|
|
8062
|
-
"application/json": components["schemas"]["
|
|
8989
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8063
8990
|
};
|
|
8064
8991
|
};
|
|
8065
8992
|
/** @description InternalServerError 500 response */
|
|
@@ -8073,29 +9000,22 @@ export interface operations {
|
|
|
8073
9000
|
};
|
|
8074
9001
|
};
|
|
8075
9002
|
};
|
|
8076
|
-
|
|
9003
|
+
ListLineupMarkers: {
|
|
8077
9004
|
parameters: {
|
|
8078
|
-
query?:
|
|
8079
|
-
/** @description created_at|updated_at */
|
|
8080
|
-
sort?: string;
|
|
8081
|
-
/** @description asc|desc */
|
|
8082
|
-
direction?: string;
|
|
8083
|
-
};
|
|
9005
|
+
query?: never;
|
|
8084
9006
|
header?: never;
|
|
8085
|
-
path
|
|
8086
|
-
boardId: number;
|
|
8087
|
-
};
|
|
9007
|
+
path?: never;
|
|
8088
9008
|
cookie?: never;
|
|
8089
9009
|
};
|
|
8090
9010
|
requestBody?: never;
|
|
8091
9011
|
responses: {
|
|
8092
|
-
/** @description
|
|
9012
|
+
/** @description ListLineupMarkers 200 response */
|
|
8093
9013
|
200: {
|
|
8094
9014
|
headers: {
|
|
8095
9015
|
[name: string]: unknown;
|
|
8096
9016
|
};
|
|
8097
9017
|
content: {
|
|
8098
|
-
"application/json": components["schemas"]["
|
|
9018
|
+
"application/json": components["schemas"]["ListLineupMarkersResponseContent"];
|
|
8099
9019
|
};
|
|
8100
9020
|
};
|
|
8101
9021
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8136,29 +9056,25 @@ export interface operations {
|
|
|
8136
9056
|
};
|
|
8137
9057
|
};
|
|
8138
9058
|
};
|
|
8139
|
-
|
|
9059
|
+
CreateLineupMarker: {
|
|
8140
9060
|
parameters: {
|
|
8141
9061
|
query?: never;
|
|
8142
9062
|
header?: never;
|
|
8143
|
-
path
|
|
8144
|
-
boardId: number;
|
|
8145
|
-
};
|
|
9063
|
+
path?: never;
|
|
8146
9064
|
cookie?: never;
|
|
8147
9065
|
};
|
|
8148
9066
|
requestBody: {
|
|
8149
9067
|
content: {
|
|
8150
|
-
"application/json": components["schemas"]["
|
|
9068
|
+
"application/json": components["schemas"]["CreateLineupMarkerRequestContent"];
|
|
8151
9069
|
};
|
|
8152
9070
|
};
|
|
8153
9071
|
responses: {
|
|
8154
|
-
/** @description
|
|
9072
|
+
/** @description CreateLineupMarker 201 response */
|
|
8155
9073
|
201: {
|
|
8156
9074
|
headers: {
|
|
8157
9075
|
[name: string]: unknown;
|
|
8158
9076
|
};
|
|
8159
|
-
content
|
|
8160
|
-
"application/json": components["schemas"]["CreateMessageResponseContent"];
|
|
8161
|
-
};
|
|
9077
|
+
content?: never;
|
|
8162
9078
|
};
|
|
8163
9079
|
/** @description UnauthorizedError 401 response */
|
|
8164
9080
|
401: {
|
|
@@ -8207,25 +9123,27 @@ export interface operations {
|
|
|
8207
9123
|
};
|
|
8208
9124
|
};
|
|
8209
9125
|
};
|
|
8210
|
-
|
|
9126
|
+
UpdateLineupMarker: {
|
|
8211
9127
|
parameters: {
|
|
8212
9128
|
query?: never;
|
|
8213
9129
|
header?: never;
|
|
8214
9130
|
path: {
|
|
8215
|
-
|
|
9131
|
+
markerId: number;
|
|
8216
9132
|
};
|
|
8217
9133
|
cookie?: never;
|
|
8218
9134
|
};
|
|
8219
|
-
requestBody?:
|
|
9135
|
+
requestBody?: {
|
|
9136
|
+
content: {
|
|
9137
|
+
"application/json": components["schemas"]["UpdateLineupMarkerRequestContent"];
|
|
9138
|
+
};
|
|
9139
|
+
};
|
|
8220
9140
|
responses: {
|
|
8221
|
-
/** @description
|
|
9141
|
+
/** @description UpdateLineupMarker 200 response */
|
|
8222
9142
|
200: {
|
|
8223
9143
|
headers: {
|
|
8224
9144
|
[name: string]: unknown;
|
|
8225
9145
|
};
|
|
8226
|
-
content
|
|
8227
|
-
"application/json": components["schemas"]["GetMessageResponseContent"];
|
|
8228
|
-
};
|
|
9146
|
+
content?: never;
|
|
8229
9147
|
};
|
|
8230
9148
|
/** @description UnauthorizedError 401 response */
|
|
8231
9149
|
401: {
|
|
@@ -8254,6 +9172,15 @@ export interface operations {
|
|
|
8254
9172
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8255
9173
|
};
|
|
8256
9174
|
};
|
|
9175
|
+
/** @description ValidationError 422 response */
|
|
9176
|
+
422: {
|
|
9177
|
+
headers: {
|
|
9178
|
+
[name: string]: unknown;
|
|
9179
|
+
};
|
|
9180
|
+
content: {
|
|
9181
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9182
|
+
};
|
|
9183
|
+
};
|
|
8257
9184
|
/** @description InternalServerError 500 response */
|
|
8258
9185
|
500: {
|
|
8259
9186
|
headers: {
|
|
@@ -8265,29 +9192,23 @@ export interface operations {
|
|
|
8265
9192
|
};
|
|
8266
9193
|
};
|
|
8267
9194
|
};
|
|
8268
|
-
|
|
9195
|
+
DeleteLineupMarker: {
|
|
8269
9196
|
parameters: {
|
|
8270
9197
|
query?: never;
|
|
8271
9198
|
header?: never;
|
|
8272
9199
|
path: {
|
|
8273
|
-
|
|
9200
|
+
markerId: number;
|
|
8274
9201
|
};
|
|
8275
9202
|
cookie?: never;
|
|
8276
9203
|
};
|
|
8277
|
-
requestBody?:
|
|
8278
|
-
content: {
|
|
8279
|
-
"application/json": components["schemas"]["UpdateMessageRequestContent"];
|
|
8280
|
-
};
|
|
8281
|
-
};
|
|
9204
|
+
requestBody?: never;
|
|
8282
9205
|
responses: {
|
|
8283
|
-
/** @description
|
|
8284
|
-
|
|
9206
|
+
/** @description DeleteLineupMarker 204 response */
|
|
9207
|
+
204: {
|
|
8285
9208
|
headers: {
|
|
8286
9209
|
[name: string]: unknown;
|
|
8287
9210
|
};
|
|
8288
|
-
content
|
|
8289
|
-
"application/json": components["schemas"]["UpdateMessageResponseContent"];
|
|
8290
|
-
};
|
|
9211
|
+
content?: never;
|
|
8291
9212
|
};
|
|
8292
9213
|
/** @description UnauthorizedError 401 response */
|
|
8293
9214
|
401: {
|
|
@@ -8316,15 +9237,6 @@ export interface operations {
|
|
|
8316
9237
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8317
9238
|
};
|
|
8318
9239
|
};
|
|
8319
|
-
/** @description ValidationError 422 response */
|
|
8320
|
-
422: {
|
|
8321
|
-
headers: {
|
|
8322
|
-
[name: string]: unknown;
|
|
8323
|
-
};
|
|
8324
|
-
content: {
|
|
8325
|
-
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
8326
|
-
};
|
|
8327
|
-
};
|
|
8328
9240
|
/** @description InternalServerError 500 response */
|
|
8329
9241
|
500: {
|
|
8330
9242
|
headers: {
|
|
@@ -8336,22 +9248,24 @@ export interface operations {
|
|
|
8336
9248
|
};
|
|
8337
9249
|
};
|
|
8338
9250
|
};
|
|
8339
|
-
|
|
9251
|
+
GetMessageBoard: {
|
|
8340
9252
|
parameters: {
|
|
8341
9253
|
query?: never;
|
|
8342
9254
|
header?: never;
|
|
8343
|
-
path
|
|
9255
|
+
path: {
|
|
9256
|
+
boardId: number;
|
|
9257
|
+
};
|
|
8344
9258
|
cookie?: never;
|
|
8345
9259
|
};
|
|
8346
9260
|
requestBody?: never;
|
|
8347
9261
|
responses: {
|
|
8348
|
-
/** @description
|
|
9262
|
+
/** @description GetMessageBoard 200 response */
|
|
8349
9263
|
200: {
|
|
8350
9264
|
headers: {
|
|
8351
9265
|
[name: string]: unknown;
|
|
8352
9266
|
};
|
|
8353
9267
|
content: {
|
|
8354
|
-
"application/json": components["schemas"]["
|
|
9268
|
+
"application/json": components["schemas"]["GetMessageBoardResponseContent"];
|
|
8355
9269
|
};
|
|
8356
9270
|
};
|
|
8357
9271
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8392,22 +9306,29 @@ export interface operations {
|
|
|
8392
9306
|
};
|
|
8393
9307
|
};
|
|
8394
9308
|
};
|
|
8395
|
-
|
|
9309
|
+
ListMessages: {
|
|
8396
9310
|
parameters: {
|
|
8397
|
-
query?:
|
|
9311
|
+
query?: {
|
|
9312
|
+
/** @description created_at|updated_at */
|
|
9313
|
+
sort?: string;
|
|
9314
|
+
/** @description asc|desc */
|
|
9315
|
+
direction?: string;
|
|
9316
|
+
};
|
|
8398
9317
|
header?: never;
|
|
8399
|
-
path
|
|
9318
|
+
path: {
|
|
9319
|
+
boardId: number;
|
|
9320
|
+
};
|
|
8400
9321
|
cookie?: never;
|
|
8401
9322
|
};
|
|
8402
9323
|
requestBody?: never;
|
|
8403
9324
|
responses: {
|
|
8404
|
-
/** @description
|
|
9325
|
+
/** @description ListMessages 200 response */
|
|
8405
9326
|
200: {
|
|
8406
9327
|
headers: {
|
|
8407
9328
|
[name: string]: unknown;
|
|
8408
9329
|
};
|
|
8409
9330
|
content: {
|
|
8410
|
-
"application/json": components["schemas"]["
|
|
9331
|
+
"application/json": components["schemas"]["ListMessagesResponseContent"];
|
|
8411
9332
|
};
|
|
8412
9333
|
};
|
|
8413
9334
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8448,22 +9369,28 @@ export interface operations {
|
|
|
8448
9369
|
};
|
|
8449
9370
|
};
|
|
8450
9371
|
};
|
|
8451
|
-
|
|
9372
|
+
CreateMessage: {
|
|
8452
9373
|
parameters: {
|
|
8453
9374
|
query?: never;
|
|
8454
9375
|
header?: never;
|
|
8455
|
-
path
|
|
9376
|
+
path: {
|
|
9377
|
+
boardId: number;
|
|
9378
|
+
};
|
|
8456
9379
|
cookie?: never;
|
|
8457
9380
|
};
|
|
8458
|
-
requestBody
|
|
9381
|
+
requestBody: {
|
|
9382
|
+
content: {
|
|
9383
|
+
"application/json": components["schemas"]["CreateMessageRequestContent"];
|
|
9384
|
+
};
|
|
9385
|
+
};
|
|
8459
9386
|
responses: {
|
|
8460
|
-
/** @description
|
|
8461
|
-
|
|
9387
|
+
/** @description CreateMessage 201 response */
|
|
9388
|
+
201: {
|
|
8462
9389
|
headers: {
|
|
8463
9390
|
[name: string]: unknown;
|
|
8464
9391
|
};
|
|
8465
9392
|
content: {
|
|
8466
|
-
"application/json": components["schemas"]["
|
|
9393
|
+
"application/json": components["schemas"]["CreateMessageResponseContent"];
|
|
8467
9394
|
};
|
|
8468
9395
|
};
|
|
8469
9396
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8484,6 +9411,15 @@ export interface operations {
|
|
|
8484
9411
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8485
9412
|
};
|
|
8486
9413
|
};
|
|
9414
|
+
/** @description ValidationError 422 response */
|
|
9415
|
+
422: {
|
|
9416
|
+
headers: {
|
|
9417
|
+
[name: string]: unknown;
|
|
9418
|
+
};
|
|
9419
|
+
content: {
|
|
9420
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9421
|
+
};
|
|
9422
|
+
};
|
|
8487
9423
|
/** @description RateLimitError 429 response */
|
|
8488
9424
|
429: {
|
|
8489
9425
|
headers: {
|
|
@@ -8504,24 +9440,24 @@ export interface operations {
|
|
|
8504
9440
|
};
|
|
8505
9441
|
};
|
|
8506
9442
|
};
|
|
8507
|
-
|
|
9443
|
+
GetMessage: {
|
|
8508
9444
|
parameters: {
|
|
8509
9445
|
query?: never;
|
|
8510
9446
|
header?: never;
|
|
8511
9447
|
path: {
|
|
8512
|
-
|
|
9448
|
+
messageId: number;
|
|
8513
9449
|
};
|
|
8514
9450
|
cookie?: never;
|
|
8515
9451
|
};
|
|
8516
9452
|
requestBody?: never;
|
|
8517
9453
|
responses: {
|
|
8518
|
-
/** @description
|
|
9454
|
+
/** @description GetMessage 200 response */
|
|
8519
9455
|
200: {
|
|
8520
9456
|
headers: {
|
|
8521
9457
|
[name: string]: unknown;
|
|
8522
9458
|
};
|
|
8523
9459
|
content: {
|
|
8524
|
-
"application/json": components["schemas"]["
|
|
9460
|
+
"application/json": components["schemas"]["GetMessageResponseContent"];
|
|
8525
9461
|
};
|
|
8526
9462
|
};
|
|
8527
9463
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8562,25 +9498,28 @@ export interface operations {
|
|
|
8562
9498
|
};
|
|
8563
9499
|
};
|
|
8564
9500
|
};
|
|
8565
|
-
|
|
9501
|
+
UpdateMessage: {
|
|
8566
9502
|
parameters: {
|
|
8567
|
-
query?:
|
|
8568
|
-
/** @description active|archived|trashed */
|
|
8569
|
-
status?: string;
|
|
8570
|
-
};
|
|
9503
|
+
query?: never;
|
|
8571
9504
|
header?: never;
|
|
8572
|
-
path
|
|
9505
|
+
path: {
|
|
9506
|
+
messageId: number;
|
|
9507
|
+
};
|
|
8573
9508
|
cookie?: never;
|
|
8574
9509
|
};
|
|
8575
|
-
requestBody?:
|
|
9510
|
+
requestBody?: {
|
|
9511
|
+
content: {
|
|
9512
|
+
"application/json": components["schemas"]["UpdateMessageRequestContent"];
|
|
9513
|
+
};
|
|
9514
|
+
};
|
|
8576
9515
|
responses: {
|
|
8577
|
-
/** @description
|
|
9516
|
+
/** @description UpdateMessage 200 response */
|
|
8578
9517
|
200: {
|
|
8579
9518
|
headers: {
|
|
8580
9519
|
[name: string]: unknown;
|
|
8581
9520
|
};
|
|
8582
9521
|
content: {
|
|
8583
|
-
"application/json": components["schemas"]["
|
|
9522
|
+
"application/json": components["schemas"]["UpdateMessageResponseContent"];
|
|
8584
9523
|
};
|
|
8585
9524
|
};
|
|
8586
9525
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8601,13 +9540,22 @@ export interface operations {
|
|
|
8601
9540
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8602
9541
|
};
|
|
8603
9542
|
};
|
|
8604
|
-
/** @description
|
|
8605
|
-
|
|
9543
|
+
/** @description NotFoundError 404 response */
|
|
9544
|
+
404: {
|
|
8606
9545
|
headers: {
|
|
8607
9546
|
[name: string]: unknown;
|
|
8608
9547
|
};
|
|
8609
9548
|
content: {
|
|
8610
|
-
"application/json": components["schemas"]["
|
|
9549
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
9550
|
+
};
|
|
9551
|
+
};
|
|
9552
|
+
/** @description ValidationError 422 response */
|
|
9553
|
+
422: {
|
|
9554
|
+
headers: {
|
|
9555
|
+
[name: string]: unknown;
|
|
9556
|
+
};
|
|
9557
|
+
content: {
|
|
9558
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
8611
9559
|
};
|
|
8612
9560
|
};
|
|
8613
9561
|
/** @description InternalServerError 500 response */
|
|
@@ -8621,26 +9569,22 @@ export interface operations {
|
|
|
8621
9569
|
};
|
|
8622
9570
|
};
|
|
8623
9571
|
};
|
|
8624
|
-
|
|
9572
|
+
GetMyAssignments: {
|
|
8625
9573
|
parameters: {
|
|
8626
9574
|
query?: never;
|
|
8627
9575
|
header?: never;
|
|
8628
9576
|
path?: never;
|
|
8629
9577
|
cookie?: never;
|
|
8630
9578
|
};
|
|
8631
|
-
requestBody
|
|
8632
|
-
content: {
|
|
8633
|
-
"application/json": components["schemas"]["CreateProjectRequestContent"];
|
|
8634
|
-
};
|
|
8635
|
-
};
|
|
9579
|
+
requestBody?: never;
|
|
8636
9580
|
responses: {
|
|
8637
|
-
/** @description
|
|
8638
|
-
|
|
9581
|
+
/** @description GetMyAssignments 200 response */
|
|
9582
|
+
200: {
|
|
8639
9583
|
headers: {
|
|
8640
9584
|
[name: string]: unknown;
|
|
8641
9585
|
};
|
|
8642
9586
|
content: {
|
|
8643
|
-
"application/json": components["schemas"]["
|
|
9587
|
+
"application/json": components["schemas"]["GetMyAssignmentsResponseContent"];
|
|
8644
9588
|
};
|
|
8645
9589
|
};
|
|
8646
9590
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8661,22 +9605,51 @@ export interface operations {
|
|
|
8661
9605
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8662
9606
|
};
|
|
8663
9607
|
};
|
|
8664
|
-
/** @description
|
|
8665
|
-
|
|
9608
|
+
/** @description InternalServerError 500 response */
|
|
9609
|
+
500: {
|
|
8666
9610
|
headers: {
|
|
8667
9611
|
[name: string]: unknown;
|
|
8668
9612
|
};
|
|
8669
9613
|
content: {
|
|
8670
|
-
"application/json": components["schemas"]["
|
|
9614
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8671
9615
|
};
|
|
8672
9616
|
};
|
|
8673
|
-
|
|
8674
|
-
|
|
9617
|
+
};
|
|
9618
|
+
};
|
|
9619
|
+
GetMyCompletedAssignments: {
|
|
9620
|
+
parameters: {
|
|
9621
|
+
query?: never;
|
|
9622
|
+
header?: never;
|
|
9623
|
+
path?: never;
|
|
9624
|
+
cookie?: never;
|
|
9625
|
+
};
|
|
9626
|
+
requestBody?: never;
|
|
9627
|
+
responses: {
|
|
9628
|
+
/** @description GetMyCompletedAssignments 200 response */
|
|
9629
|
+
200: {
|
|
8675
9630
|
headers: {
|
|
8676
9631
|
[name: string]: unknown;
|
|
8677
9632
|
};
|
|
8678
9633
|
content: {
|
|
8679
|
-
"application/json": components["schemas"]["
|
|
9634
|
+
"application/json": components["schemas"]["GetMyCompletedAssignmentsResponseContent"];
|
|
9635
|
+
};
|
|
9636
|
+
};
|
|
9637
|
+
/** @description UnauthorizedError 401 response */
|
|
9638
|
+
401: {
|
|
9639
|
+
headers: {
|
|
9640
|
+
[name: string]: unknown;
|
|
9641
|
+
};
|
|
9642
|
+
content: {
|
|
9643
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9644
|
+
};
|
|
9645
|
+
};
|
|
9646
|
+
/** @description ForbiddenError 403 response */
|
|
9647
|
+
403: {
|
|
9648
|
+
headers: {
|
|
9649
|
+
[name: string]: unknown;
|
|
9650
|
+
};
|
|
9651
|
+
content: {
|
|
9652
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8680
9653
|
};
|
|
8681
9654
|
};
|
|
8682
9655
|
/** @description InternalServerError 500 response */
|
|
@@ -8690,33 +9663,1101 @@ export interface operations {
|
|
|
8690
9663
|
};
|
|
8691
9664
|
};
|
|
8692
9665
|
};
|
|
8693
|
-
|
|
9666
|
+
GetMyDueAssignments: {
|
|
8694
9667
|
parameters: {
|
|
8695
|
-
query
|
|
8696
|
-
/**
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
/** @description created_at|updated_at */
|
|
8702
|
-
sort?: string;
|
|
8703
|
-
/** @description asc|desc */
|
|
8704
|
-
direction?: string;
|
|
9668
|
+
query?: {
|
|
9669
|
+
/**
|
|
9670
|
+
* @description Filter by due date range: overdue, due_today, due_tomorrow,
|
|
9671
|
+
* due_later_this_week, due_next_week, due_later
|
|
9672
|
+
*/
|
|
9673
|
+
scope?: string;
|
|
8705
9674
|
};
|
|
8706
9675
|
header?: never;
|
|
8707
|
-
path?: never;
|
|
9676
|
+
path?: never;
|
|
9677
|
+
cookie?: never;
|
|
9678
|
+
};
|
|
9679
|
+
requestBody?: never;
|
|
9680
|
+
responses: {
|
|
9681
|
+
/** @description GetMyDueAssignments 200 response */
|
|
9682
|
+
200: {
|
|
9683
|
+
headers: {
|
|
9684
|
+
[name: string]: unknown;
|
|
9685
|
+
};
|
|
9686
|
+
content: {
|
|
9687
|
+
"application/json": components["schemas"]["GetMyDueAssignmentsResponseContent"];
|
|
9688
|
+
};
|
|
9689
|
+
};
|
|
9690
|
+
/** @description BadRequestError 400 response */
|
|
9691
|
+
400: {
|
|
9692
|
+
headers: {
|
|
9693
|
+
[name: string]: unknown;
|
|
9694
|
+
};
|
|
9695
|
+
content: {
|
|
9696
|
+
"application/json": components["schemas"]["BadRequestErrorResponseContent"];
|
|
9697
|
+
};
|
|
9698
|
+
};
|
|
9699
|
+
/** @description UnauthorizedError 401 response */
|
|
9700
|
+
401: {
|
|
9701
|
+
headers: {
|
|
9702
|
+
[name: string]: unknown;
|
|
9703
|
+
};
|
|
9704
|
+
content: {
|
|
9705
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9706
|
+
};
|
|
9707
|
+
};
|
|
9708
|
+
/** @description ForbiddenError 403 response */
|
|
9709
|
+
403: {
|
|
9710
|
+
headers: {
|
|
9711
|
+
[name: string]: unknown;
|
|
9712
|
+
};
|
|
9713
|
+
content: {
|
|
9714
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9715
|
+
};
|
|
9716
|
+
};
|
|
9717
|
+
/** @description InternalServerError 500 response */
|
|
9718
|
+
500: {
|
|
9719
|
+
headers: {
|
|
9720
|
+
[name: string]: unknown;
|
|
9721
|
+
};
|
|
9722
|
+
content: {
|
|
9723
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9724
|
+
};
|
|
9725
|
+
};
|
|
9726
|
+
};
|
|
9727
|
+
};
|
|
9728
|
+
GetMyPreferences: {
|
|
9729
|
+
parameters: {
|
|
9730
|
+
query?: never;
|
|
9731
|
+
header?: never;
|
|
9732
|
+
path?: never;
|
|
9733
|
+
cookie?: never;
|
|
9734
|
+
};
|
|
9735
|
+
requestBody?: never;
|
|
9736
|
+
responses: {
|
|
9737
|
+
/** @description GetMyPreferences 200 response */
|
|
9738
|
+
200: {
|
|
9739
|
+
headers: {
|
|
9740
|
+
[name: string]: unknown;
|
|
9741
|
+
};
|
|
9742
|
+
content: {
|
|
9743
|
+
"application/json": components["schemas"]["GetMyPreferencesResponseContent"];
|
|
9744
|
+
};
|
|
9745
|
+
};
|
|
9746
|
+
/** @description UnauthorizedError 401 response */
|
|
9747
|
+
401: {
|
|
9748
|
+
headers: {
|
|
9749
|
+
[name: string]: unknown;
|
|
9750
|
+
};
|
|
9751
|
+
content: {
|
|
9752
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9753
|
+
};
|
|
9754
|
+
};
|
|
9755
|
+
/** @description ForbiddenError 403 response */
|
|
9756
|
+
403: {
|
|
9757
|
+
headers: {
|
|
9758
|
+
[name: string]: unknown;
|
|
9759
|
+
};
|
|
9760
|
+
content: {
|
|
9761
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9762
|
+
};
|
|
9763
|
+
};
|
|
9764
|
+
/** @description InternalServerError 500 response */
|
|
9765
|
+
500: {
|
|
9766
|
+
headers: {
|
|
9767
|
+
[name: string]: unknown;
|
|
9768
|
+
};
|
|
9769
|
+
content: {
|
|
9770
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9771
|
+
};
|
|
9772
|
+
};
|
|
9773
|
+
};
|
|
9774
|
+
};
|
|
9775
|
+
UpdateMyPreferences: {
|
|
9776
|
+
parameters: {
|
|
9777
|
+
query?: never;
|
|
9778
|
+
header?: never;
|
|
9779
|
+
path?: never;
|
|
9780
|
+
cookie?: never;
|
|
9781
|
+
};
|
|
9782
|
+
requestBody: {
|
|
9783
|
+
content: {
|
|
9784
|
+
"application/json": components["schemas"]["UpdateMyPreferencesRequestContent"];
|
|
9785
|
+
};
|
|
9786
|
+
};
|
|
9787
|
+
responses: {
|
|
9788
|
+
/** @description UpdateMyPreferences 200 response */
|
|
9789
|
+
200: {
|
|
9790
|
+
headers: {
|
|
9791
|
+
[name: string]: unknown;
|
|
9792
|
+
};
|
|
9793
|
+
content: {
|
|
9794
|
+
"application/json": components["schemas"]["UpdateMyPreferencesResponseContent"];
|
|
9795
|
+
};
|
|
9796
|
+
};
|
|
9797
|
+
/** @description UnauthorizedError 401 response */
|
|
9798
|
+
401: {
|
|
9799
|
+
headers: {
|
|
9800
|
+
[name: string]: unknown;
|
|
9801
|
+
};
|
|
9802
|
+
content: {
|
|
9803
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9804
|
+
};
|
|
9805
|
+
};
|
|
9806
|
+
/** @description ForbiddenError 403 response */
|
|
9807
|
+
403: {
|
|
9808
|
+
headers: {
|
|
9809
|
+
[name: string]: unknown;
|
|
9810
|
+
};
|
|
9811
|
+
content: {
|
|
9812
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9813
|
+
};
|
|
9814
|
+
};
|
|
9815
|
+
/** @description ValidationError 422 response */
|
|
9816
|
+
422: {
|
|
9817
|
+
headers: {
|
|
9818
|
+
[name: string]: unknown;
|
|
9819
|
+
};
|
|
9820
|
+
content: {
|
|
9821
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9822
|
+
};
|
|
9823
|
+
};
|
|
9824
|
+
/** @description RateLimitError 429 response */
|
|
9825
|
+
429: {
|
|
9826
|
+
headers: {
|
|
9827
|
+
[name: string]: unknown;
|
|
9828
|
+
};
|
|
9829
|
+
content: {
|
|
9830
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9831
|
+
};
|
|
9832
|
+
};
|
|
9833
|
+
/** @description InternalServerError 500 response */
|
|
9834
|
+
500: {
|
|
9835
|
+
headers: {
|
|
9836
|
+
[name: string]: unknown;
|
|
9837
|
+
};
|
|
9838
|
+
content: {
|
|
9839
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9840
|
+
};
|
|
9841
|
+
};
|
|
9842
|
+
};
|
|
9843
|
+
};
|
|
9844
|
+
GetMyProfile: {
|
|
9845
|
+
parameters: {
|
|
9846
|
+
query?: never;
|
|
9847
|
+
header?: never;
|
|
9848
|
+
path?: never;
|
|
9849
|
+
cookie?: never;
|
|
9850
|
+
};
|
|
9851
|
+
requestBody?: never;
|
|
9852
|
+
responses: {
|
|
9853
|
+
/** @description GetMyProfile 200 response */
|
|
9854
|
+
200: {
|
|
9855
|
+
headers: {
|
|
9856
|
+
[name: string]: unknown;
|
|
9857
|
+
};
|
|
9858
|
+
content: {
|
|
9859
|
+
"application/json": components["schemas"]["GetMyProfileResponseContent"];
|
|
9860
|
+
};
|
|
9861
|
+
};
|
|
9862
|
+
/** @description UnauthorizedError 401 response */
|
|
9863
|
+
401: {
|
|
9864
|
+
headers: {
|
|
9865
|
+
[name: string]: unknown;
|
|
9866
|
+
};
|
|
9867
|
+
content: {
|
|
9868
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9869
|
+
};
|
|
9870
|
+
};
|
|
9871
|
+
/** @description ForbiddenError 403 response */
|
|
9872
|
+
403: {
|
|
9873
|
+
headers: {
|
|
9874
|
+
[name: string]: unknown;
|
|
9875
|
+
};
|
|
9876
|
+
content: {
|
|
9877
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9878
|
+
};
|
|
9879
|
+
};
|
|
9880
|
+
/** @description NotFoundError 404 response */
|
|
9881
|
+
404: {
|
|
9882
|
+
headers: {
|
|
9883
|
+
[name: string]: unknown;
|
|
9884
|
+
};
|
|
9885
|
+
content: {
|
|
9886
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
9887
|
+
};
|
|
9888
|
+
};
|
|
9889
|
+
/** @description InternalServerError 500 response */
|
|
9890
|
+
500: {
|
|
9891
|
+
headers: {
|
|
9892
|
+
[name: string]: unknown;
|
|
9893
|
+
};
|
|
9894
|
+
content: {
|
|
9895
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9896
|
+
};
|
|
9897
|
+
};
|
|
9898
|
+
};
|
|
9899
|
+
};
|
|
9900
|
+
UpdateMyProfile: {
|
|
9901
|
+
parameters: {
|
|
9902
|
+
query?: never;
|
|
9903
|
+
header?: never;
|
|
9904
|
+
path?: never;
|
|
9905
|
+
cookie?: never;
|
|
9906
|
+
};
|
|
9907
|
+
requestBody?: {
|
|
9908
|
+
content: {
|
|
9909
|
+
"application/json": components["schemas"]["UpdateMyProfileRequestContent"];
|
|
9910
|
+
};
|
|
9911
|
+
};
|
|
9912
|
+
responses: {
|
|
9913
|
+
/** @description UpdateMyProfile 204 response */
|
|
9914
|
+
204: {
|
|
9915
|
+
headers: {
|
|
9916
|
+
[name: string]: unknown;
|
|
9917
|
+
};
|
|
9918
|
+
content?: never;
|
|
9919
|
+
};
|
|
9920
|
+
/** @description UnauthorizedError 401 response */
|
|
9921
|
+
401: {
|
|
9922
|
+
headers: {
|
|
9923
|
+
[name: string]: unknown;
|
|
9924
|
+
};
|
|
9925
|
+
content: {
|
|
9926
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9927
|
+
};
|
|
9928
|
+
};
|
|
9929
|
+
/** @description ForbiddenError 403 response */
|
|
9930
|
+
403: {
|
|
9931
|
+
headers: {
|
|
9932
|
+
[name: string]: unknown;
|
|
9933
|
+
};
|
|
9934
|
+
content: {
|
|
9935
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9936
|
+
};
|
|
9937
|
+
};
|
|
9938
|
+
/** @description ValidationError 422 response */
|
|
9939
|
+
422: {
|
|
9940
|
+
headers: {
|
|
9941
|
+
[name: string]: unknown;
|
|
9942
|
+
};
|
|
9943
|
+
content: {
|
|
9944
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9945
|
+
};
|
|
9946
|
+
};
|
|
9947
|
+
/** @description InternalServerError 500 response */
|
|
9948
|
+
500: {
|
|
9949
|
+
headers: {
|
|
9950
|
+
[name: string]: unknown;
|
|
9951
|
+
};
|
|
9952
|
+
content: {
|
|
9953
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9954
|
+
};
|
|
9955
|
+
};
|
|
9956
|
+
};
|
|
9957
|
+
};
|
|
9958
|
+
GetQuestionReminders: {
|
|
9959
|
+
parameters: {
|
|
9960
|
+
query?: never;
|
|
9961
|
+
header?: never;
|
|
9962
|
+
path?: never;
|
|
9963
|
+
cookie?: never;
|
|
9964
|
+
};
|
|
9965
|
+
requestBody?: never;
|
|
9966
|
+
responses: {
|
|
9967
|
+
/** @description GetQuestionReminders 200 response */
|
|
9968
|
+
200: {
|
|
9969
|
+
headers: {
|
|
9970
|
+
[name: string]: unknown;
|
|
9971
|
+
};
|
|
9972
|
+
content: {
|
|
9973
|
+
"application/json": components["schemas"]["GetQuestionRemindersResponseContent"];
|
|
9974
|
+
};
|
|
9975
|
+
};
|
|
9976
|
+
/** @description UnauthorizedError 401 response */
|
|
9977
|
+
401: {
|
|
9978
|
+
headers: {
|
|
9979
|
+
[name: string]: unknown;
|
|
9980
|
+
};
|
|
9981
|
+
content: {
|
|
9982
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9983
|
+
};
|
|
9984
|
+
};
|
|
9985
|
+
/** @description ForbiddenError 403 response */
|
|
9986
|
+
403: {
|
|
9987
|
+
headers: {
|
|
9988
|
+
[name: string]: unknown;
|
|
9989
|
+
};
|
|
9990
|
+
content: {
|
|
9991
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9992
|
+
};
|
|
9993
|
+
};
|
|
9994
|
+
/** @description RateLimitError 429 response */
|
|
9995
|
+
429: {
|
|
9996
|
+
headers: {
|
|
9997
|
+
[name: string]: unknown;
|
|
9998
|
+
};
|
|
9999
|
+
content: {
|
|
10000
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10001
|
+
};
|
|
10002
|
+
};
|
|
10003
|
+
/** @description InternalServerError 500 response */
|
|
10004
|
+
500: {
|
|
10005
|
+
headers: {
|
|
10006
|
+
[name: string]: unknown;
|
|
10007
|
+
};
|
|
10008
|
+
content: {
|
|
10009
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10010
|
+
};
|
|
10011
|
+
};
|
|
10012
|
+
};
|
|
10013
|
+
};
|
|
10014
|
+
GetMyNotifications: {
|
|
10015
|
+
parameters: {
|
|
10016
|
+
query?: {
|
|
10017
|
+
/** @description Page number for paginating through read items. Defaults to 1. */
|
|
10018
|
+
page?: number;
|
|
10019
|
+
};
|
|
10020
|
+
header?: never;
|
|
10021
|
+
path?: never;
|
|
10022
|
+
cookie?: never;
|
|
10023
|
+
};
|
|
10024
|
+
requestBody?: never;
|
|
10025
|
+
responses: {
|
|
10026
|
+
/** @description GetMyNotifications 200 response */
|
|
10027
|
+
200: {
|
|
10028
|
+
headers: {
|
|
10029
|
+
[name: string]: unknown;
|
|
10030
|
+
};
|
|
10031
|
+
content: {
|
|
10032
|
+
"application/json": components["schemas"]["GetMyNotificationsResponseContent"];
|
|
10033
|
+
};
|
|
10034
|
+
};
|
|
10035
|
+
/** @description UnauthorizedError 401 response */
|
|
10036
|
+
401: {
|
|
10037
|
+
headers: {
|
|
10038
|
+
[name: string]: unknown;
|
|
10039
|
+
};
|
|
10040
|
+
content: {
|
|
10041
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10042
|
+
};
|
|
10043
|
+
};
|
|
10044
|
+
/** @description ForbiddenError 403 response */
|
|
10045
|
+
403: {
|
|
10046
|
+
headers: {
|
|
10047
|
+
[name: string]: unknown;
|
|
10048
|
+
};
|
|
10049
|
+
content: {
|
|
10050
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10051
|
+
};
|
|
10052
|
+
};
|
|
10053
|
+
/** @description InternalServerError 500 response */
|
|
10054
|
+
500: {
|
|
10055
|
+
headers: {
|
|
10056
|
+
[name: string]: unknown;
|
|
10057
|
+
};
|
|
10058
|
+
content: {
|
|
10059
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10060
|
+
};
|
|
10061
|
+
};
|
|
10062
|
+
};
|
|
10063
|
+
};
|
|
10064
|
+
MarkAsRead: {
|
|
10065
|
+
parameters: {
|
|
10066
|
+
query?: never;
|
|
10067
|
+
header?: never;
|
|
10068
|
+
path?: never;
|
|
10069
|
+
cookie?: never;
|
|
10070
|
+
};
|
|
10071
|
+
requestBody: {
|
|
10072
|
+
content: {
|
|
10073
|
+
"application/json": components["schemas"]["MarkAsReadRequestContent"];
|
|
10074
|
+
};
|
|
10075
|
+
};
|
|
10076
|
+
responses: {
|
|
10077
|
+
/** @description MarkAsRead 200 response */
|
|
10078
|
+
200: {
|
|
10079
|
+
headers: {
|
|
10080
|
+
[name: string]: unknown;
|
|
10081
|
+
};
|
|
10082
|
+
content?: never;
|
|
10083
|
+
};
|
|
10084
|
+
/** @description UnauthorizedError 401 response */
|
|
10085
|
+
401: {
|
|
10086
|
+
headers: {
|
|
10087
|
+
[name: string]: unknown;
|
|
10088
|
+
};
|
|
10089
|
+
content: {
|
|
10090
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10091
|
+
};
|
|
10092
|
+
};
|
|
10093
|
+
/** @description ForbiddenError 403 response */
|
|
10094
|
+
403: {
|
|
10095
|
+
headers: {
|
|
10096
|
+
[name: string]: unknown;
|
|
10097
|
+
};
|
|
10098
|
+
content: {
|
|
10099
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10100
|
+
};
|
|
10101
|
+
};
|
|
10102
|
+
/** @description RateLimitError 429 response */
|
|
10103
|
+
429: {
|
|
10104
|
+
headers: {
|
|
10105
|
+
[name: string]: unknown;
|
|
10106
|
+
};
|
|
10107
|
+
content: {
|
|
10108
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10109
|
+
};
|
|
10110
|
+
};
|
|
10111
|
+
/** @description InternalServerError 500 response */
|
|
10112
|
+
500: {
|
|
10113
|
+
headers: {
|
|
10114
|
+
[name: string]: unknown;
|
|
10115
|
+
};
|
|
10116
|
+
content: {
|
|
10117
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10118
|
+
};
|
|
10119
|
+
};
|
|
10120
|
+
};
|
|
10121
|
+
};
|
|
10122
|
+
ListPeople: {
|
|
10123
|
+
parameters: {
|
|
10124
|
+
query?: never;
|
|
10125
|
+
header?: never;
|
|
10126
|
+
path?: never;
|
|
10127
|
+
cookie?: never;
|
|
10128
|
+
};
|
|
10129
|
+
requestBody?: never;
|
|
10130
|
+
responses: {
|
|
10131
|
+
/** @description ListPeople 200 response */
|
|
10132
|
+
200: {
|
|
10133
|
+
headers: {
|
|
10134
|
+
[name: string]: unknown;
|
|
10135
|
+
};
|
|
10136
|
+
content: {
|
|
10137
|
+
"application/json": components["schemas"]["ListPeopleResponseContent"];
|
|
10138
|
+
};
|
|
10139
|
+
};
|
|
10140
|
+
/** @description UnauthorizedError 401 response */
|
|
10141
|
+
401: {
|
|
10142
|
+
headers: {
|
|
10143
|
+
[name: string]: unknown;
|
|
10144
|
+
};
|
|
10145
|
+
content: {
|
|
10146
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10147
|
+
};
|
|
10148
|
+
};
|
|
10149
|
+
/** @description ForbiddenError 403 response */
|
|
10150
|
+
403: {
|
|
10151
|
+
headers: {
|
|
10152
|
+
[name: string]: unknown;
|
|
10153
|
+
};
|
|
10154
|
+
content: {
|
|
10155
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10156
|
+
};
|
|
10157
|
+
};
|
|
10158
|
+
/** @description RateLimitError 429 response */
|
|
10159
|
+
429: {
|
|
10160
|
+
headers: {
|
|
10161
|
+
[name: string]: unknown;
|
|
10162
|
+
};
|
|
10163
|
+
content: {
|
|
10164
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10165
|
+
};
|
|
10166
|
+
};
|
|
10167
|
+
/** @description InternalServerError 500 response */
|
|
10168
|
+
500: {
|
|
10169
|
+
headers: {
|
|
10170
|
+
[name: string]: unknown;
|
|
10171
|
+
};
|
|
10172
|
+
content: {
|
|
10173
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10174
|
+
};
|
|
10175
|
+
};
|
|
10176
|
+
};
|
|
10177
|
+
};
|
|
10178
|
+
GetPerson: {
|
|
10179
|
+
parameters: {
|
|
10180
|
+
query?: never;
|
|
10181
|
+
header?: never;
|
|
10182
|
+
path: {
|
|
10183
|
+
personId: number;
|
|
10184
|
+
};
|
|
10185
|
+
cookie?: never;
|
|
10186
|
+
};
|
|
10187
|
+
requestBody?: never;
|
|
10188
|
+
responses: {
|
|
10189
|
+
/** @description GetPerson 200 response */
|
|
10190
|
+
200: {
|
|
10191
|
+
headers: {
|
|
10192
|
+
[name: string]: unknown;
|
|
10193
|
+
};
|
|
10194
|
+
content: {
|
|
10195
|
+
"application/json": components["schemas"]["GetPersonResponseContent"];
|
|
10196
|
+
};
|
|
10197
|
+
};
|
|
10198
|
+
/** @description UnauthorizedError 401 response */
|
|
10199
|
+
401: {
|
|
10200
|
+
headers: {
|
|
10201
|
+
[name: string]: unknown;
|
|
10202
|
+
};
|
|
10203
|
+
content: {
|
|
10204
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10205
|
+
};
|
|
10206
|
+
};
|
|
10207
|
+
/** @description ForbiddenError 403 response */
|
|
10208
|
+
403: {
|
|
10209
|
+
headers: {
|
|
10210
|
+
[name: string]: unknown;
|
|
10211
|
+
};
|
|
10212
|
+
content: {
|
|
10213
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10214
|
+
};
|
|
10215
|
+
};
|
|
10216
|
+
/** @description NotFoundError 404 response */
|
|
10217
|
+
404: {
|
|
10218
|
+
headers: {
|
|
10219
|
+
[name: string]: unknown;
|
|
10220
|
+
};
|
|
10221
|
+
content: {
|
|
10222
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10223
|
+
};
|
|
10224
|
+
};
|
|
10225
|
+
/** @description InternalServerError 500 response */
|
|
10226
|
+
500: {
|
|
10227
|
+
headers: {
|
|
10228
|
+
[name: string]: unknown;
|
|
10229
|
+
};
|
|
10230
|
+
content: {
|
|
10231
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10232
|
+
};
|
|
10233
|
+
};
|
|
10234
|
+
};
|
|
10235
|
+
};
|
|
10236
|
+
GetOutOfOffice: {
|
|
10237
|
+
parameters: {
|
|
10238
|
+
query?: never;
|
|
10239
|
+
header?: never;
|
|
10240
|
+
path: {
|
|
10241
|
+
personId: number;
|
|
10242
|
+
};
|
|
10243
|
+
cookie?: never;
|
|
10244
|
+
};
|
|
10245
|
+
requestBody?: never;
|
|
10246
|
+
responses: {
|
|
10247
|
+
/** @description GetOutOfOffice 200 response */
|
|
10248
|
+
200: {
|
|
10249
|
+
headers: {
|
|
10250
|
+
[name: string]: unknown;
|
|
10251
|
+
};
|
|
10252
|
+
content: {
|
|
10253
|
+
"application/json": components["schemas"]["GetOutOfOfficeResponseContent"];
|
|
10254
|
+
};
|
|
10255
|
+
};
|
|
10256
|
+
/** @description UnauthorizedError 401 response */
|
|
10257
|
+
401: {
|
|
10258
|
+
headers: {
|
|
10259
|
+
[name: string]: unknown;
|
|
10260
|
+
};
|
|
10261
|
+
content: {
|
|
10262
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10263
|
+
};
|
|
10264
|
+
};
|
|
10265
|
+
/** @description ForbiddenError 403 response */
|
|
10266
|
+
403: {
|
|
10267
|
+
headers: {
|
|
10268
|
+
[name: string]: unknown;
|
|
10269
|
+
};
|
|
10270
|
+
content: {
|
|
10271
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10272
|
+
};
|
|
10273
|
+
};
|
|
10274
|
+
/** @description NotFoundError 404 response */
|
|
10275
|
+
404: {
|
|
10276
|
+
headers: {
|
|
10277
|
+
[name: string]: unknown;
|
|
10278
|
+
};
|
|
10279
|
+
content: {
|
|
10280
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10281
|
+
};
|
|
10282
|
+
};
|
|
10283
|
+
/** @description InternalServerError 500 response */
|
|
10284
|
+
500: {
|
|
10285
|
+
headers: {
|
|
10286
|
+
[name: string]: unknown;
|
|
10287
|
+
};
|
|
10288
|
+
content: {
|
|
10289
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10290
|
+
};
|
|
10291
|
+
};
|
|
10292
|
+
};
|
|
10293
|
+
};
|
|
10294
|
+
EnableOutOfOffice: {
|
|
10295
|
+
parameters: {
|
|
10296
|
+
query?: never;
|
|
10297
|
+
header?: never;
|
|
10298
|
+
path: {
|
|
10299
|
+
personId: number;
|
|
10300
|
+
};
|
|
10301
|
+
cookie?: never;
|
|
10302
|
+
};
|
|
10303
|
+
requestBody: {
|
|
10304
|
+
content: {
|
|
10305
|
+
"application/json": components["schemas"]["EnableOutOfOfficeRequestContent"];
|
|
10306
|
+
};
|
|
10307
|
+
};
|
|
10308
|
+
responses: {
|
|
10309
|
+
/** @description EnableOutOfOffice 200 response */
|
|
10310
|
+
200: {
|
|
10311
|
+
headers: {
|
|
10312
|
+
[name: string]: unknown;
|
|
10313
|
+
};
|
|
10314
|
+
content: {
|
|
10315
|
+
"application/json": components["schemas"]["EnableOutOfOfficeResponseContent"];
|
|
10316
|
+
};
|
|
10317
|
+
};
|
|
10318
|
+
/** @description UnauthorizedError 401 response */
|
|
10319
|
+
401: {
|
|
10320
|
+
headers: {
|
|
10321
|
+
[name: string]: unknown;
|
|
10322
|
+
};
|
|
10323
|
+
content: {
|
|
10324
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10325
|
+
};
|
|
10326
|
+
};
|
|
10327
|
+
/** @description ForbiddenError 403 response */
|
|
10328
|
+
403: {
|
|
10329
|
+
headers: {
|
|
10330
|
+
[name: string]: unknown;
|
|
10331
|
+
};
|
|
10332
|
+
content: {
|
|
10333
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10334
|
+
};
|
|
10335
|
+
};
|
|
10336
|
+
/** @description ValidationError 422 response */
|
|
10337
|
+
422: {
|
|
10338
|
+
headers: {
|
|
10339
|
+
[name: string]: unknown;
|
|
10340
|
+
};
|
|
10341
|
+
content: {
|
|
10342
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10343
|
+
};
|
|
10344
|
+
};
|
|
10345
|
+
/** @description RateLimitError 429 response */
|
|
10346
|
+
429: {
|
|
10347
|
+
headers: {
|
|
10348
|
+
[name: string]: unknown;
|
|
10349
|
+
};
|
|
10350
|
+
content: {
|
|
10351
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10352
|
+
};
|
|
10353
|
+
};
|
|
10354
|
+
/** @description InternalServerError 500 response */
|
|
10355
|
+
500: {
|
|
10356
|
+
headers: {
|
|
10357
|
+
[name: string]: unknown;
|
|
10358
|
+
};
|
|
10359
|
+
content: {
|
|
10360
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10361
|
+
};
|
|
10362
|
+
};
|
|
10363
|
+
};
|
|
10364
|
+
};
|
|
10365
|
+
DisableOutOfOffice: {
|
|
10366
|
+
parameters: {
|
|
10367
|
+
query?: never;
|
|
10368
|
+
header?: never;
|
|
10369
|
+
path: {
|
|
10370
|
+
personId: number;
|
|
10371
|
+
};
|
|
10372
|
+
cookie?: never;
|
|
10373
|
+
};
|
|
10374
|
+
requestBody?: never;
|
|
10375
|
+
responses: {
|
|
10376
|
+
/** @description DisableOutOfOffice 204 response */
|
|
10377
|
+
204: {
|
|
10378
|
+
headers: {
|
|
10379
|
+
[name: string]: unknown;
|
|
10380
|
+
};
|
|
10381
|
+
content?: never;
|
|
10382
|
+
};
|
|
10383
|
+
/** @description UnauthorizedError 401 response */
|
|
10384
|
+
401: {
|
|
10385
|
+
headers: {
|
|
10386
|
+
[name: string]: unknown;
|
|
10387
|
+
};
|
|
10388
|
+
content: {
|
|
10389
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10390
|
+
};
|
|
10391
|
+
};
|
|
10392
|
+
/** @description ForbiddenError 403 response */
|
|
10393
|
+
403: {
|
|
10394
|
+
headers: {
|
|
10395
|
+
[name: string]: unknown;
|
|
10396
|
+
};
|
|
10397
|
+
content: {
|
|
10398
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10399
|
+
};
|
|
10400
|
+
};
|
|
10401
|
+
/** @description RateLimitError 429 response */
|
|
10402
|
+
429: {
|
|
10403
|
+
headers: {
|
|
10404
|
+
[name: string]: unknown;
|
|
10405
|
+
};
|
|
10406
|
+
content: {
|
|
10407
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10408
|
+
};
|
|
10409
|
+
};
|
|
10410
|
+
/** @description InternalServerError 500 response */
|
|
10411
|
+
500: {
|
|
10412
|
+
headers: {
|
|
10413
|
+
[name: string]: unknown;
|
|
10414
|
+
};
|
|
10415
|
+
content: {
|
|
10416
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10417
|
+
};
|
|
10418
|
+
};
|
|
10419
|
+
};
|
|
10420
|
+
};
|
|
10421
|
+
ListProjects: {
|
|
10422
|
+
parameters: {
|
|
10423
|
+
query?: {
|
|
10424
|
+
/** @description active|archived|trashed */
|
|
10425
|
+
status?: string;
|
|
10426
|
+
};
|
|
10427
|
+
header?: never;
|
|
10428
|
+
path?: never;
|
|
10429
|
+
cookie?: never;
|
|
10430
|
+
};
|
|
10431
|
+
requestBody?: never;
|
|
10432
|
+
responses: {
|
|
10433
|
+
/** @description ListProjects 200 response */
|
|
10434
|
+
200: {
|
|
10435
|
+
headers: {
|
|
10436
|
+
[name: string]: unknown;
|
|
10437
|
+
};
|
|
10438
|
+
content: {
|
|
10439
|
+
"application/json": components["schemas"]["ListProjectsResponseContent"];
|
|
10440
|
+
};
|
|
10441
|
+
};
|
|
10442
|
+
/** @description UnauthorizedError 401 response */
|
|
10443
|
+
401: {
|
|
10444
|
+
headers: {
|
|
10445
|
+
[name: string]: unknown;
|
|
10446
|
+
};
|
|
10447
|
+
content: {
|
|
10448
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10449
|
+
};
|
|
10450
|
+
};
|
|
10451
|
+
/** @description ForbiddenError 403 response */
|
|
10452
|
+
403: {
|
|
10453
|
+
headers: {
|
|
10454
|
+
[name: string]: unknown;
|
|
10455
|
+
};
|
|
10456
|
+
content: {
|
|
10457
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10458
|
+
};
|
|
10459
|
+
};
|
|
10460
|
+
/** @description RateLimitError 429 response */
|
|
10461
|
+
429: {
|
|
10462
|
+
headers: {
|
|
10463
|
+
[name: string]: unknown;
|
|
10464
|
+
};
|
|
10465
|
+
content: {
|
|
10466
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10467
|
+
};
|
|
10468
|
+
};
|
|
10469
|
+
/** @description InternalServerError 500 response */
|
|
10470
|
+
500: {
|
|
10471
|
+
headers: {
|
|
10472
|
+
[name: string]: unknown;
|
|
10473
|
+
};
|
|
10474
|
+
content: {
|
|
10475
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10476
|
+
};
|
|
10477
|
+
};
|
|
10478
|
+
};
|
|
10479
|
+
};
|
|
10480
|
+
CreateProject: {
|
|
10481
|
+
parameters: {
|
|
10482
|
+
query?: never;
|
|
10483
|
+
header?: never;
|
|
10484
|
+
path?: never;
|
|
10485
|
+
cookie?: never;
|
|
10486
|
+
};
|
|
10487
|
+
requestBody: {
|
|
10488
|
+
content: {
|
|
10489
|
+
"application/json": components["schemas"]["CreateProjectRequestContent"];
|
|
10490
|
+
};
|
|
10491
|
+
};
|
|
10492
|
+
responses: {
|
|
10493
|
+
/** @description CreateProject 201 response */
|
|
10494
|
+
201: {
|
|
10495
|
+
headers: {
|
|
10496
|
+
[name: string]: unknown;
|
|
10497
|
+
};
|
|
10498
|
+
content: {
|
|
10499
|
+
"application/json": components["schemas"]["CreateProjectResponseContent"];
|
|
10500
|
+
};
|
|
10501
|
+
};
|
|
10502
|
+
/** @description UnauthorizedError 401 response */
|
|
10503
|
+
401: {
|
|
10504
|
+
headers: {
|
|
10505
|
+
[name: string]: unknown;
|
|
10506
|
+
};
|
|
10507
|
+
content: {
|
|
10508
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10509
|
+
};
|
|
10510
|
+
};
|
|
10511
|
+
/** @description ForbiddenError 403 response */
|
|
10512
|
+
403: {
|
|
10513
|
+
headers: {
|
|
10514
|
+
[name: string]: unknown;
|
|
10515
|
+
};
|
|
10516
|
+
content: {
|
|
10517
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10518
|
+
};
|
|
10519
|
+
};
|
|
10520
|
+
/** @description ValidationError 422 response */
|
|
10521
|
+
422: {
|
|
10522
|
+
headers: {
|
|
10523
|
+
[name: string]: unknown;
|
|
10524
|
+
};
|
|
10525
|
+
content: {
|
|
10526
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10527
|
+
};
|
|
10528
|
+
};
|
|
10529
|
+
/** @description RateLimitError 429 response */
|
|
10530
|
+
429: {
|
|
10531
|
+
headers: {
|
|
10532
|
+
[name: string]: unknown;
|
|
10533
|
+
};
|
|
10534
|
+
content: {
|
|
10535
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10536
|
+
};
|
|
10537
|
+
};
|
|
10538
|
+
/** @description InternalServerError 500 response */
|
|
10539
|
+
500: {
|
|
10540
|
+
headers: {
|
|
10541
|
+
[name: string]: unknown;
|
|
10542
|
+
};
|
|
10543
|
+
content: {
|
|
10544
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10545
|
+
};
|
|
10546
|
+
};
|
|
10547
|
+
};
|
|
10548
|
+
};
|
|
10549
|
+
ListRecordings: {
|
|
10550
|
+
parameters: {
|
|
10551
|
+
query: {
|
|
10552
|
+
/** @description Comment|Document|Kanban::Card|Kanban::Step|Message|Question::Answer|Schedule::Entry|Todo|Todolist|Upload|Vault */
|
|
10553
|
+
type: string;
|
|
10554
|
+
bucket?: string;
|
|
10555
|
+
/** @description active|archived|trashed */
|
|
10556
|
+
status?: string;
|
|
10557
|
+
/** @description created_at|updated_at */
|
|
10558
|
+
sort?: string;
|
|
10559
|
+
/** @description asc|desc */
|
|
10560
|
+
direction?: string;
|
|
10561
|
+
};
|
|
10562
|
+
header?: never;
|
|
10563
|
+
path?: never;
|
|
10564
|
+
cookie?: never;
|
|
10565
|
+
};
|
|
10566
|
+
requestBody?: never;
|
|
10567
|
+
responses: {
|
|
10568
|
+
/** @description ListRecordings 200 response */
|
|
10569
|
+
200: {
|
|
10570
|
+
headers: {
|
|
10571
|
+
[name: string]: unknown;
|
|
10572
|
+
};
|
|
10573
|
+
content: {
|
|
10574
|
+
"application/json": components["schemas"]["ListRecordingsResponseContent"];
|
|
10575
|
+
};
|
|
10576
|
+
};
|
|
10577
|
+
/** @description UnauthorizedError 401 response */
|
|
10578
|
+
401: {
|
|
10579
|
+
headers: {
|
|
10580
|
+
[name: string]: unknown;
|
|
10581
|
+
};
|
|
10582
|
+
content: {
|
|
10583
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10584
|
+
};
|
|
10585
|
+
};
|
|
10586
|
+
/** @description ForbiddenError 403 response */
|
|
10587
|
+
403: {
|
|
10588
|
+
headers: {
|
|
10589
|
+
[name: string]: unknown;
|
|
10590
|
+
};
|
|
10591
|
+
content: {
|
|
10592
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10593
|
+
};
|
|
10594
|
+
};
|
|
10595
|
+
/** @description RateLimitError 429 response */
|
|
10596
|
+
429: {
|
|
10597
|
+
headers: {
|
|
10598
|
+
[name: string]: unknown;
|
|
10599
|
+
};
|
|
10600
|
+
content: {
|
|
10601
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10602
|
+
};
|
|
10603
|
+
};
|
|
10604
|
+
/** @description InternalServerError 500 response */
|
|
10605
|
+
500: {
|
|
10606
|
+
headers: {
|
|
10607
|
+
[name: string]: unknown;
|
|
10608
|
+
};
|
|
10609
|
+
content: {
|
|
10610
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10611
|
+
};
|
|
10612
|
+
};
|
|
10613
|
+
};
|
|
10614
|
+
};
|
|
10615
|
+
GetProject: {
|
|
10616
|
+
parameters: {
|
|
10617
|
+
query?: never;
|
|
10618
|
+
header?: never;
|
|
10619
|
+
path: {
|
|
10620
|
+
projectId: number;
|
|
10621
|
+
};
|
|
10622
|
+
cookie?: never;
|
|
10623
|
+
};
|
|
10624
|
+
requestBody?: never;
|
|
10625
|
+
responses: {
|
|
10626
|
+
/** @description GetProject 200 response */
|
|
10627
|
+
200: {
|
|
10628
|
+
headers: {
|
|
10629
|
+
[name: string]: unknown;
|
|
10630
|
+
};
|
|
10631
|
+
content: {
|
|
10632
|
+
"application/json": components["schemas"]["GetProjectResponseContent"];
|
|
10633
|
+
};
|
|
10634
|
+
};
|
|
10635
|
+
/** @description UnauthorizedError 401 response */
|
|
10636
|
+
401: {
|
|
10637
|
+
headers: {
|
|
10638
|
+
[name: string]: unknown;
|
|
10639
|
+
};
|
|
10640
|
+
content: {
|
|
10641
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10642
|
+
};
|
|
10643
|
+
};
|
|
10644
|
+
/** @description ForbiddenError 403 response */
|
|
10645
|
+
403: {
|
|
10646
|
+
headers: {
|
|
10647
|
+
[name: string]: unknown;
|
|
10648
|
+
};
|
|
10649
|
+
content: {
|
|
10650
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10651
|
+
};
|
|
10652
|
+
};
|
|
10653
|
+
/** @description NotFoundError 404 response */
|
|
10654
|
+
404: {
|
|
10655
|
+
headers: {
|
|
10656
|
+
[name: string]: unknown;
|
|
10657
|
+
};
|
|
10658
|
+
content: {
|
|
10659
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10660
|
+
};
|
|
10661
|
+
};
|
|
10662
|
+
/** @description InternalServerError 500 response */
|
|
10663
|
+
500: {
|
|
10664
|
+
headers: {
|
|
10665
|
+
[name: string]: unknown;
|
|
10666
|
+
};
|
|
10667
|
+
content: {
|
|
10668
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10669
|
+
};
|
|
10670
|
+
};
|
|
10671
|
+
};
|
|
10672
|
+
};
|
|
10673
|
+
UpdateProject: {
|
|
10674
|
+
parameters: {
|
|
10675
|
+
query?: never;
|
|
10676
|
+
header?: never;
|
|
10677
|
+
path: {
|
|
10678
|
+
projectId: number;
|
|
10679
|
+
};
|
|
10680
|
+
cookie?: never;
|
|
10681
|
+
};
|
|
10682
|
+
requestBody: {
|
|
10683
|
+
content: {
|
|
10684
|
+
"application/json": components["schemas"]["UpdateProjectRequestContent"];
|
|
10685
|
+
};
|
|
10686
|
+
};
|
|
10687
|
+
responses: {
|
|
10688
|
+
/** @description UpdateProject 200 response */
|
|
10689
|
+
200: {
|
|
10690
|
+
headers: {
|
|
10691
|
+
[name: string]: unknown;
|
|
10692
|
+
};
|
|
10693
|
+
content: {
|
|
10694
|
+
"application/json": components["schemas"]["UpdateProjectResponseContent"];
|
|
10695
|
+
};
|
|
10696
|
+
};
|
|
10697
|
+
/** @description UnauthorizedError 401 response */
|
|
10698
|
+
401: {
|
|
10699
|
+
headers: {
|
|
10700
|
+
[name: string]: unknown;
|
|
10701
|
+
};
|
|
10702
|
+
content: {
|
|
10703
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10704
|
+
};
|
|
10705
|
+
};
|
|
10706
|
+
/** @description ForbiddenError 403 response */
|
|
10707
|
+
403: {
|
|
10708
|
+
headers: {
|
|
10709
|
+
[name: string]: unknown;
|
|
10710
|
+
};
|
|
10711
|
+
content: {
|
|
10712
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10713
|
+
};
|
|
10714
|
+
};
|
|
10715
|
+
/** @description NotFoundError 404 response */
|
|
10716
|
+
404: {
|
|
10717
|
+
headers: {
|
|
10718
|
+
[name: string]: unknown;
|
|
10719
|
+
};
|
|
10720
|
+
content: {
|
|
10721
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10722
|
+
};
|
|
10723
|
+
};
|
|
10724
|
+
/** @description ValidationError 422 response */
|
|
10725
|
+
422: {
|
|
10726
|
+
headers: {
|
|
10727
|
+
[name: string]: unknown;
|
|
10728
|
+
};
|
|
10729
|
+
content: {
|
|
10730
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10731
|
+
};
|
|
10732
|
+
};
|
|
10733
|
+
/** @description InternalServerError 500 response */
|
|
10734
|
+
500: {
|
|
10735
|
+
headers: {
|
|
10736
|
+
[name: string]: unknown;
|
|
10737
|
+
};
|
|
10738
|
+
content: {
|
|
10739
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10740
|
+
};
|
|
10741
|
+
};
|
|
10742
|
+
};
|
|
10743
|
+
};
|
|
10744
|
+
TrashProject: {
|
|
10745
|
+
parameters: {
|
|
10746
|
+
query?: never;
|
|
10747
|
+
header?: never;
|
|
10748
|
+
path: {
|
|
10749
|
+
projectId: number;
|
|
10750
|
+
};
|
|
8708
10751
|
cookie?: never;
|
|
8709
10752
|
};
|
|
8710
10753
|
requestBody?: never;
|
|
8711
10754
|
responses: {
|
|
8712
|
-
/** @description
|
|
8713
|
-
|
|
10755
|
+
/** @description TrashProject 204 response */
|
|
10756
|
+
204: {
|
|
8714
10757
|
headers: {
|
|
8715
10758
|
[name: string]: unknown;
|
|
8716
10759
|
};
|
|
8717
|
-
content
|
|
8718
|
-
"application/json": components["schemas"]["ListRecordingsResponseContent"];
|
|
8719
|
-
};
|
|
10760
|
+
content?: never;
|
|
8720
10761
|
};
|
|
8721
10762
|
/** @description UnauthorizedError 401 response */
|
|
8722
10763
|
401: {
|
|
@@ -8736,13 +10777,13 @@ export interface operations {
|
|
|
8736
10777
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8737
10778
|
};
|
|
8738
10779
|
};
|
|
8739
|
-
/** @description
|
|
8740
|
-
|
|
10780
|
+
/** @description NotFoundError 404 response */
|
|
10781
|
+
404: {
|
|
8741
10782
|
headers: {
|
|
8742
10783
|
[name: string]: unknown;
|
|
8743
10784
|
};
|
|
8744
10785
|
content: {
|
|
8745
|
-
"application/json": components["schemas"]["
|
|
10786
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8746
10787
|
};
|
|
8747
10788
|
};
|
|
8748
10789
|
/** @description InternalServerError 500 response */
|
|
@@ -8756,7 +10797,7 @@ export interface operations {
|
|
|
8756
10797
|
};
|
|
8757
10798
|
};
|
|
8758
10799
|
};
|
|
8759
|
-
|
|
10800
|
+
ToggleGauge: {
|
|
8760
10801
|
parameters: {
|
|
8761
10802
|
query?: never;
|
|
8762
10803
|
header?: never;
|
|
@@ -8765,16 +10806,18 @@ export interface operations {
|
|
|
8765
10806
|
};
|
|
8766
10807
|
cookie?: never;
|
|
8767
10808
|
};
|
|
8768
|
-
requestBody
|
|
10809
|
+
requestBody: {
|
|
10810
|
+
content: {
|
|
10811
|
+
"application/json": components["schemas"]["ToggleGaugeRequestContent"];
|
|
10812
|
+
};
|
|
10813
|
+
};
|
|
8769
10814
|
responses: {
|
|
8770
|
-
/** @description
|
|
10815
|
+
/** @description ToggleGauge 200 response */
|
|
8771
10816
|
200: {
|
|
8772
10817
|
headers: {
|
|
8773
10818
|
[name: string]: unknown;
|
|
8774
10819
|
};
|
|
8775
|
-
content
|
|
8776
|
-
"application/json": components["schemas"]["GetProjectResponseContent"];
|
|
8777
|
-
};
|
|
10820
|
+
content?: never;
|
|
8778
10821
|
};
|
|
8779
10822
|
/** @description UnauthorizedError 401 response */
|
|
8780
10823
|
401: {
|
|
@@ -8794,13 +10837,13 @@ export interface operations {
|
|
|
8794
10837
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8795
10838
|
};
|
|
8796
10839
|
};
|
|
8797
|
-
/** @description
|
|
8798
|
-
|
|
10840
|
+
/** @description RateLimitError 429 response */
|
|
10841
|
+
429: {
|
|
8799
10842
|
headers: {
|
|
8800
10843
|
[name: string]: unknown;
|
|
8801
10844
|
};
|
|
8802
10845
|
content: {
|
|
8803
|
-
"application/json": components["schemas"]["
|
|
10846
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8804
10847
|
};
|
|
8805
10848
|
};
|
|
8806
10849
|
/** @description InternalServerError 500 response */
|
|
@@ -8814,7 +10857,7 @@ export interface operations {
|
|
|
8814
10857
|
};
|
|
8815
10858
|
};
|
|
8816
10859
|
};
|
|
8817
|
-
|
|
10860
|
+
ListGaugeNeedles: {
|
|
8818
10861
|
parameters: {
|
|
8819
10862
|
query?: never;
|
|
8820
10863
|
header?: never;
|
|
@@ -8823,19 +10866,15 @@ export interface operations {
|
|
|
8823
10866
|
};
|
|
8824
10867
|
cookie?: never;
|
|
8825
10868
|
};
|
|
8826
|
-
requestBody
|
|
8827
|
-
content: {
|
|
8828
|
-
"application/json": components["schemas"]["UpdateProjectRequestContent"];
|
|
8829
|
-
};
|
|
8830
|
-
};
|
|
10869
|
+
requestBody?: never;
|
|
8831
10870
|
responses: {
|
|
8832
|
-
/** @description
|
|
10871
|
+
/** @description ListGaugeNeedles 200 response */
|
|
8833
10872
|
200: {
|
|
8834
10873
|
headers: {
|
|
8835
10874
|
[name: string]: unknown;
|
|
8836
10875
|
};
|
|
8837
10876
|
content: {
|
|
8838
|
-
"application/json": components["schemas"]["
|
|
10877
|
+
"application/json": components["schemas"]["ListGaugeNeedlesResponseContent"];
|
|
8839
10878
|
};
|
|
8840
10879
|
};
|
|
8841
10880
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8865,13 +10904,13 @@ export interface operations {
|
|
|
8865
10904
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8866
10905
|
};
|
|
8867
10906
|
};
|
|
8868
|
-
/** @description
|
|
8869
|
-
|
|
10907
|
+
/** @description RateLimitError 429 response */
|
|
10908
|
+
429: {
|
|
8870
10909
|
headers: {
|
|
8871
10910
|
[name: string]: unknown;
|
|
8872
10911
|
};
|
|
8873
10912
|
content: {
|
|
8874
|
-
"application/json": components["schemas"]["
|
|
10913
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8875
10914
|
};
|
|
8876
10915
|
};
|
|
8877
10916
|
/** @description InternalServerError 500 response */
|
|
@@ -8885,7 +10924,7 @@ export interface operations {
|
|
|
8885
10924
|
};
|
|
8886
10925
|
};
|
|
8887
10926
|
};
|
|
8888
|
-
|
|
10927
|
+
CreateGaugeNeedle: {
|
|
8889
10928
|
parameters: {
|
|
8890
10929
|
query?: never;
|
|
8891
10930
|
header?: never;
|
|
@@ -8894,14 +10933,20 @@ export interface operations {
|
|
|
8894
10933
|
};
|
|
8895
10934
|
cookie?: never;
|
|
8896
10935
|
};
|
|
8897
|
-
requestBody
|
|
10936
|
+
requestBody: {
|
|
10937
|
+
content: {
|
|
10938
|
+
"application/json": components["schemas"]["CreateGaugeNeedleRequestContent"];
|
|
10939
|
+
};
|
|
10940
|
+
};
|
|
8898
10941
|
responses: {
|
|
8899
|
-
/** @description
|
|
8900
|
-
|
|
10942
|
+
/** @description CreateGaugeNeedle 201 response */
|
|
10943
|
+
201: {
|
|
8901
10944
|
headers: {
|
|
8902
10945
|
[name: string]: unknown;
|
|
8903
10946
|
};
|
|
8904
|
-
content
|
|
10947
|
+
content: {
|
|
10948
|
+
"application/json": components["schemas"]["CreateGaugeNeedleResponseContent"];
|
|
10949
|
+
};
|
|
8905
10950
|
};
|
|
8906
10951
|
/** @description UnauthorizedError 401 response */
|
|
8907
10952
|
401: {
|
|
@@ -8921,13 +10966,22 @@ export interface operations {
|
|
|
8921
10966
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8922
10967
|
};
|
|
8923
10968
|
};
|
|
8924
|
-
/** @description
|
|
8925
|
-
|
|
10969
|
+
/** @description ValidationError 422 response */
|
|
10970
|
+
422: {
|
|
8926
10971
|
headers: {
|
|
8927
10972
|
[name: string]: unknown;
|
|
8928
10973
|
};
|
|
8929
10974
|
content: {
|
|
8930
|
-
"application/json": components["schemas"]["
|
|
10975
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10976
|
+
};
|
|
10977
|
+
};
|
|
10978
|
+
/** @description RateLimitError 429 response */
|
|
10979
|
+
429: {
|
|
10980
|
+
headers: {
|
|
10981
|
+
[name: string]: unknown;
|
|
10982
|
+
};
|
|
10983
|
+
content: {
|
|
10984
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8931
10985
|
};
|
|
8932
10986
|
};
|
|
8933
10987
|
/** @description InternalServerError 500 response */
|
|
@@ -11578,6 +13632,68 @@ export interface operations {
|
|
|
11578
13632
|
};
|
|
11579
13633
|
};
|
|
11580
13634
|
};
|
|
13635
|
+
ListGauges: {
|
|
13636
|
+
parameters: {
|
|
13637
|
+
query?: {
|
|
13638
|
+
/**
|
|
13639
|
+
* @description Comma-separated list of project IDs. When provided, results are returned
|
|
13640
|
+
* in the order specified instead of by risk level.
|
|
13641
|
+
*/
|
|
13642
|
+
bucket_ids?: string;
|
|
13643
|
+
};
|
|
13644
|
+
header?: never;
|
|
13645
|
+
path?: never;
|
|
13646
|
+
cookie?: never;
|
|
13647
|
+
};
|
|
13648
|
+
requestBody?: never;
|
|
13649
|
+
responses: {
|
|
13650
|
+
/** @description ListGauges 200 response */
|
|
13651
|
+
200: {
|
|
13652
|
+
headers: {
|
|
13653
|
+
[name: string]: unknown;
|
|
13654
|
+
};
|
|
13655
|
+
content: {
|
|
13656
|
+
"application/json": components["schemas"]["ListGaugesResponseContent"];
|
|
13657
|
+
};
|
|
13658
|
+
};
|
|
13659
|
+
/** @description UnauthorizedError 401 response */
|
|
13660
|
+
401: {
|
|
13661
|
+
headers: {
|
|
13662
|
+
[name: string]: unknown;
|
|
13663
|
+
};
|
|
13664
|
+
content: {
|
|
13665
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
13666
|
+
};
|
|
13667
|
+
};
|
|
13668
|
+
/** @description ForbiddenError 403 response */
|
|
13669
|
+
403: {
|
|
13670
|
+
headers: {
|
|
13671
|
+
[name: string]: unknown;
|
|
13672
|
+
};
|
|
13673
|
+
content: {
|
|
13674
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
13675
|
+
};
|
|
13676
|
+
};
|
|
13677
|
+
/** @description RateLimitError 429 response */
|
|
13678
|
+
429: {
|
|
13679
|
+
headers: {
|
|
13680
|
+
[name: string]: unknown;
|
|
13681
|
+
};
|
|
13682
|
+
content: {
|
|
13683
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
13684
|
+
};
|
|
13685
|
+
};
|
|
13686
|
+
/** @description InternalServerError 500 response */
|
|
13687
|
+
500: {
|
|
13688
|
+
headers: {
|
|
13689
|
+
[name: string]: unknown;
|
|
13690
|
+
};
|
|
13691
|
+
content: {
|
|
13692
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
13693
|
+
};
|
|
13694
|
+
};
|
|
13695
|
+
};
|
|
13696
|
+
};
|
|
11581
13697
|
GetProgressReport: {
|
|
11582
13698
|
parameters: {
|
|
11583
13699
|
query?: never;
|
|
@@ -12455,7 +14571,7 @@ export interface operations {
|
|
|
12455
14571
|
parameters: {
|
|
12456
14572
|
query: {
|
|
12457
14573
|
q: string;
|
|
12458
|
-
/** @description created_at
|
|
14574
|
+
/** @description best_match|created_at */
|
|
12459
14575
|
sort?: string;
|
|
12460
14576
|
};
|
|
12461
14577
|
header?: never;
|
|
@@ -14032,6 +16148,135 @@ export interface operations {
|
|
|
14032
16148
|
};
|
|
14033
16149
|
};
|
|
14034
16150
|
};
|
|
16151
|
+
GetHillChart: {
|
|
16152
|
+
parameters: {
|
|
16153
|
+
query?: never;
|
|
16154
|
+
header?: never;
|
|
16155
|
+
path: {
|
|
16156
|
+
todosetId: number;
|
|
16157
|
+
};
|
|
16158
|
+
cookie?: never;
|
|
16159
|
+
};
|
|
16160
|
+
requestBody?: never;
|
|
16161
|
+
responses: {
|
|
16162
|
+
/** @description GetHillChart 200 response */
|
|
16163
|
+
200: {
|
|
16164
|
+
headers: {
|
|
16165
|
+
[name: string]: unknown;
|
|
16166
|
+
};
|
|
16167
|
+
content: {
|
|
16168
|
+
"application/json": components["schemas"]["GetHillChartResponseContent"];
|
|
16169
|
+
};
|
|
16170
|
+
};
|
|
16171
|
+
/** @description UnauthorizedError 401 response */
|
|
16172
|
+
401: {
|
|
16173
|
+
headers: {
|
|
16174
|
+
[name: string]: unknown;
|
|
16175
|
+
};
|
|
16176
|
+
content: {
|
|
16177
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
16178
|
+
};
|
|
16179
|
+
};
|
|
16180
|
+
/** @description ForbiddenError 403 response */
|
|
16181
|
+
403: {
|
|
16182
|
+
headers: {
|
|
16183
|
+
[name: string]: unknown;
|
|
16184
|
+
};
|
|
16185
|
+
content: {
|
|
16186
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
16187
|
+
};
|
|
16188
|
+
};
|
|
16189
|
+
/** @description NotFoundError 404 response */
|
|
16190
|
+
404: {
|
|
16191
|
+
headers: {
|
|
16192
|
+
[name: string]: unknown;
|
|
16193
|
+
};
|
|
16194
|
+
content: {
|
|
16195
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
16196
|
+
};
|
|
16197
|
+
};
|
|
16198
|
+
/** @description InternalServerError 500 response */
|
|
16199
|
+
500: {
|
|
16200
|
+
headers: {
|
|
16201
|
+
[name: string]: unknown;
|
|
16202
|
+
};
|
|
16203
|
+
content: {
|
|
16204
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
16205
|
+
};
|
|
16206
|
+
};
|
|
16207
|
+
};
|
|
16208
|
+
};
|
|
16209
|
+
UpdateHillChartSettings: {
|
|
16210
|
+
parameters: {
|
|
16211
|
+
query?: never;
|
|
16212
|
+
header?: never;
|
|
16213
|
+
path: {
|
|
16214
|
+
todosetId: number;
|
|
16215
|
+
};
|
|
16216
|
+
cookie?: never;
|
|
16217
|
+
};
|
|
16218
|
+
requestBody?: {
|
|
16219
|
+
content: {
|
|
16220
|
+
"application/json": components["schemas"]["UpdateHillChartSettingsRequestContent"];
|
|
16221
|
+
};
|
|
16222
|
+
};
|
|
16223
|
+
responses: {
|
|
16224
|
+
/** @description UpdateHillChartSettings 200 response */
|
|
16225
|
+
200: {
|
|
16226
|
+
headers: {
|
|
16227
|
+
[name: string]: unknown;
|
|
16228
|
+
};
|
|
16229
|
+
content: {
|
|
16230
|
+
"application/json": components["schemas"]["UpdateHillChartSettingsResponseContent"];
|
|
16231
|
+
};
|
|
16232
|
+
};
|
|
16233
|
+
/** @description UnauthorizedError 401 response */
|
|
16234
|
+
401: {
|
|
16235
|
+
headers: {
|
|
16236
|
+
[name: string]: unknown;
|
|
16237
|
+
};
|
|
16238
|
+
content: {
|
|
16239
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
16240
|
+
};
|
|
16241
|
+
};
|
|
16242
|
+
/** @description ForbiddenError 403 response */
|
|
16243
|
+
403: {
|
|
16244
|
+
headers: {
|
|
16245
|
+
[name: string]: unknown;
|
|
16246
|
+
};
|
|
16247
|
+
content: {
|
|
16248
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
16249
|
+
};
|
|
16250
|
+
};
|
|
16251
|
+
/** @description NotFoundError 404 response */
|
|
16252
|
+
404: {
|
|
16253
|
+
headers: {
|
|
16254
|
+
[name: string]: unknown;
|
|
16255
|
+
};
|
|
16256
|
+
content: {
|
|
16257
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
16258
|
+
};
|
|
16259
|
+
};
|
|
16260
|
+
/** @description ValidationError 422 response */
|
|
16261
|
+
422: {
|
|
16262
|
+
headers: {
|
|
16263
|
+
[name: string]: unknown;
|
|
16264
|
+
};
|
|
16265
|
+
content: {
|
|
16266
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
16267
|
+
};
|
|
16268
|
+
};
|
|
16269
|
+
/** @description InternalServerError 500 response */
|
|
16270
|
+
500: {
|
|
16271
|
+
headers: {
|
|
16272
|
+
[name: string]: unknown;
|
|
16273
|
+
};
|
|
16274
|
+
content: {
|
|
16275
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
16276
|
+
};
|
|
16277
|
+
};
|
|
16278
|
+
};
|
|
16279
|
+
};
|
|
14035
16280
|
ListTodolists: {
|
|
14036
16281
|
parameters: {
|
|
14037
16282
|
query?: {
|