@37signals/basecamp 0.6.0 → 0.7.1
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 +16 -1
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +25 -1
- package/dist/client.js.map +1 -1
- package/dist/generated/metadata.json +319 -1
- package/dist/generated/openapi-stripped.json +7417 -4240
- package/dist/generated/path-mapping.d.ts.map +1 -1
- package/dist/generated/path-mapping.js +26 -2
- package/dist/generated/path-mapping.js.map +1 -1
- package/dist/generated/path-mapping.ts +27 -3
- package/dist/generated/schema.d.ts +2272 -148
- 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/campfires.d.ts +14 -0
- package/dist/generated/services/campfires.d.ts.map +1 -1
- package/dist/generated/services/campfires.js +8 -0
- package/dist/generated/services/campfires.js.map +1 -1
- package/dist/generated/services/campfires.ts +16 -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.d.ts +2 -0
- package/dist/generated/services/checkins.d.ts.map +1 -1
- package/dist/generated/services/checkins.js +4 -0
- package/dist/generated/services/checkins.js.map +1 -1
- package/dist/generated/services/checkins.ts +6 -0
- 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/forwards.d.ts +7 -0
- package/dist/generated/services/forwards.d.ts.map +1 -1
- package/dist/generated/services/forwards.js +4 -0
- package/dist/generated/services/forwards.js.map +1 -1
- package/dist/generated/services/forwards.ts +8 -0
- 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 +5 -0
- package/dist/generated/services/index.d.ts.map +1 -1
- package/dist/generated/services/index.js +5 -0
- package/dist/generated/services/index.js.map +1 -1
- package/dist/generated/services/index.ts +5 -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/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/services/base.d.ts +19 -8
- package/dist/services/base.d.ts.map +1 -1
- package/dist/services/base.js +160 -1
- package/dist/services/base.js.map +1 -1
- package/package.json +2 -2
- package/src/generated/metadata.json +319 -1
- package/src/generated/openapi-stripped.json +7417 -4240
- package/src/generated/path-mapping.ts +27 -3
- package/src/generated/schema.d.ts +2272 -148
- package/src/generated/services/account.ts +144 -0
- package/src/generated/services/campfires.ts +16 -0
- package/src/generated/services/cards.ts +3 -0
- package/src/generated/services/checkins.ts +6 -0
- package/src/generated/services/client-approvals.ts +10 -0
- package/src/generated/services/client-correspondences.ts +10 -0
- package/src/generated/services/forwards.ts +8 -0
- package/src/generated/services/gauges.ts +298 -0
- package/src/generated/services/hill-charts.ts +99 -0
- package/src/generated/services/index.ts +5 -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
|
@@ -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;
|
|
@@ -709,6 +765,25 @@ export interface paths {
|
|
|
709
765
|
patch?: never;
|
|
710
766
|
trace?: never;
|
|
711
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
|
+
};
|
|
712
787
|
"/inbox_forwards/{forwardId}": {
|
|
713
788
|
parameters: {
|
|
714
789
|
query?: never;
|
|
@@ -899,6 +974,85 @@ export interface paths {
|
|
|
899
974
|
patch?: never;
|
|
900
975
|
trace?: never;
|
|
901
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
|
+
};
|
|
902
1056
|
"/my/profile.json": {
|
|
903
1057
|
parameters: {
|
|
904
1058
|
query?: never;
|
|
@@ -908,7 +1062,8 @@ export interface paths {
|
|
|
908
1062
|
};
|
|
909
1063
|
/** @description Get the current authenticated user's profile */
|
|
910
1064
|
get: operations["GetMyProfile"];
|
|
911
|
-
|
|
1065
|
+
/** @description Update the current authenticated user's profile (returns 204 No Content) */
|
|
1066
|
+
put: operations["UpdateMyProfile"];
|
|
912
1067
|
post?: never;
|
|
913
1068
|
delete?: never;
|
|
914
1069
|
options?: never;
|
|
@@ -940,6 +1095,44 @@ export interface paths {
|
|
|
940
1095
|
patch?: never;
|
|
941
1096
|
trace?: never;
|
|
942
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
|
+
};
|
|
943
1136
|
"/people.json": {
|
|
944
1137
|
parameters: {
|
|
945
1138
|
query?: never;
|
|
@@ -979,6 +1172,31 @@ export interface paths {
|
|
|
979
1172
|
patch?: never;
|
|
980
1173
|
trace?: never;
|
|
981
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
|
+
};
|
|
982
1200
|
"/projects.json": {
|
|
983
1201
|
parameters: {
|
|
984
1202
|
query?: never;
|
|
@@ -1043,6 +1261,41 @@ export interface paths {
|
|
|
1043
1261
|
patch?: never;
|
|
1044
1262
|
trace?: never;
|
|
1045
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
|
+
};
|
|
1046
1299
|
"/projects/{projectId}/people.json": {
|
|
1047
1300
|
parameters: {
|
|
1048
1301
|
query?: never;
|
|
@@ -1551,6 +1804,26 @@ export interface paths {
|
|
|
1551
1804
|
patch?: never;
|
|
1552
1805
|
trace?: never;
|
|
1553
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
|
+
};
|
|
1554
1827
|
"/reports/progress.json": {
|
|
1555
1828
|
parameters: {
|
|
1556
1829
|
query?: never;
|
|
@@ -2036,6 +2309,40 @@ export interface paths {
|
|
|
2036
2309
|
patch?: never;
|
|
2037
2310
|
trace?: never;
|
|
2038
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
|
+
};
|
|
2039
2346
|
"/todosets/{todosetId}/todolists.json": {
|
|
2040
2347
|
parameters: {
|
|
2041
2348
|
query?: never;
|
|
@@ -2209,6 +2516,48 @@ export interface paths {
|
|
|
2209
2516
|
export type webhooks = Record<string, never>;
|
|
2210
2517
|
export interface components {
|
|
2211
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?: components["schemas"]["AccountLogo"];
|
|
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
|
+
AccountLogo: {
|
|
2543
|
+
url?: string;
|
|
2544
|
+
};
|
|
2545
|
+
AccountSettings: {
|
|
2546
|
+
company_hq_enabled?: boolean;
|
|
2547
|
+
teams_enabled?: boolean;
|
|
2548
|
+
projects_enabled?: boolean;
|
|
2549
|
+
};
|
|
2550
|
+
AccountSubscription: {
|
|
2551
|
+
short_name?: string;
|
|
2552
|
+
proper_name?: string;
|
|
2553
|
+
/** Format: int32 */
|
|
2554
|
+
project_limit?: number;
|
|
2555
|
+
teams?: boolean;
|
|
2556
|
+
clients?: boolean;
|
|
2557
|
+
templates?: boolean;
|
|
2558
|
+
logo?: boolean;
|
|
2559
|
+
timesheet?: boolean;
|
|
2560
|
+
};
|
|
2212
2561
|
Assignable: {
|
|
2213
2562
|
/** Format: int64 */
|
|
2214
2563
|
id?: number;
|
|
@@ -2349,6 +2698,19 @@ export interface components {
|
|
|
2349
2698
|
bucket: components["schemas"]["TodoBucket"];
|
|
2350
2699
|
creator: components["schemas"]["Person"];
|
|
2351
2700
|
subscribers?: components["schemas"]["Person"][];
|
|
2701
|
+
on_hold?: components["schemas"]["CardColumnOnHold"];
|
|
2702
|
+
};
|
|
2703
|
+
CardColumnOnHold: {
|
|
2704
|
+
/** Format: int64 */
|
|
2705
|
+
id: number;
|
|
2706
|
+
status: string;
|
|
2707
|
+
inherits_status: boolean;
|
|
2708
|
+
title: string;
|
|
2709
|
+
created_at: string;
|
|
2710
|
+
updated_at: string;
|
|
2711
|
+
/** Format: int32 */
|
|
2712
|
+
cards_count: number;
|
|
2713
|
+
cards_url: string;
|
|
2352
2714
|
};
|
|
2353
2715
|
CardStep: {
|
|
2354
2716
|
/** Format: int64 */
|
|
@@ -2590,7 +2952,15 @@ export interface components {
|
|
|
2590
2952
|
content: string;
|
|
2591
2953
|
};
|
|
2592
2954
|
CreateForwardReplyResponseContent: components["schemas"]["ForwardReply"];
|
|
2593
|
-
|
|
2955
|
+
CreateGaugeNeedleRequestContent: {
|
|
2956
|
+
gauge_needle: components["schemas"]["GaugeNeedlePayload"];
|
|
2957
|
+
/** @description Who to notify: "everyone", "working_on", "custom", or omit for nobody */
|
|
2958
|
+
notify?: string;
|
|
2959
|
+
/** @description Array of people IDs to notify (only used when notify is "custom") */
|
|
2960
|
+
subscriptions?: number[];
|
|
2961
|
+
};
|
|
2962
|
+
CreateGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
2963
|
+
CreateLineupMarkerRequestContent: {
|
|
2594
2964
|
name: string;
|
|
2595
2965
|
date: string;
|
|
2596
2966
|
};
|
|
@@ -2738,6 +3108,10 @@ export interface components {
|
|
|
2738
3108
|
boosts_url?: string;
|
|
2739
3109
|
};
|
|
2740
3110
|
EnableCardColumnOnHoldResponseContent: components["schemas"]["CardColumn"];
|
|
3111
|
+
EnableOutOfOfficeRequestContent: {
|
|
3112
|
+
out_of_office: components["schemas"]["OutOfOfficePayload"];
|
|
3113
|
+
};
|
|
3114
|
+
EnableOutOfOfficeResponseContent: components["schemas"]["OutOfOffice"];
|
|
2741
3115
|
Event: {
|
|
2742
3116
|
/** Format: int64 */
|
|
2743
3117
|
id: number;
|
|
@@ -2756,6 +3130,8 @@ export interface components {
|
|
|
2756
3130
|
removed_person_ids?: number[];
|
|
2757
3131
|
notified_recipient_ids?: number[];
|
|
2758
3132
|
};
|
|
3133
|
+
/** @enum {string} */
|
|
3134
|
+
FirstWeekDay: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
2759
3135
|
ForbiddenErrorResponseContent: {
|
|
2760
3136
|
error: string;
|
|
2761
3137
|
message?: string;
|
|
@@ -2805,6 +3181,76 @@ export interface components {
|
|
|
2805
3181
|
boosts_count?: number;
|
|
2806
3182
|
boosts_url?: string;
|
|
2807
3183
|
};
|
|
3184
|
+
Gauge: {
|
|
3185
|
+
/** Format: int64 */
|
|
3186
|
+
id: number;
|
|
3187
|
+
status?: string;
|
|
3188
|
+
visible_to_clients?: boolean;
|
|
3189
|
+
created_at: string;
|
|
3190
|
+
updated_at: string;
|
|
3191
|
+
title?: string;
|
|
3192
|
+
inherits_status?: boolean;
|
|
3193
|
+
type?: string;
|
|
3194
|
+
url?: string;
|
|
3195
|
+
app_url?: string;
|
|
3196
|
+
bookmark_url?: string;
|
|
3197
|
+
bucket?: components["schemas"]["RecordingBucket"];
|
|
3198
|
+
creator?: components["schemas"]["Person"];
|
|
3199
|
+
description?: string;
|
|
3200
|
+
enabled?: boolean;
|
|
3201
|
+
last_needle_color?: string;
|
|
3202
|
+
/** Format: int32 */
|
|
3203
|
+
last_needle_position?: number;
|
|
3204
|
+
/** Format: int32 */
|
|
3205
|
+
previous_needle_position?: number;
|
|
3206
|
+
};
|
|
3207
|
+
GaugeNeedle: {
|
|
3208
|
+
/** Format: int64 */
|
|
3209
|
+
id: number;
|
|
3210
|
+
status?: string;
|
|
3211
|
+
visible_to_clients?: boolean;
|
|
3212
|
+
created_at: string;
|
|
3213
|
+
updated_at: string;
|
|
3214
|
+
title?: string;
|
|
3215
|
+
inherits_status?: boolean;
|
|
3216
|
+
type?: string;
|
|
3217
|
+
url?: string;
|
|
3218
|
+
app_url?: string;
|
|
3219
|
+
bookmark_url?: string;
|
|
3220
|
+
subscription_url?: string;
|
|
3221
|
+
/** Format: int32 */
|
|
3222
|
+
comments_count?: number;
|
|
3223
|
+
comments_url?: string;
|
|
3224
|
+
/** Format: int32 */
|
|
3225
|
+
boosts_count?: number;
|
|
3226
|
+
boosts_url?: string;
|
|
3227
|
+
parent?: components["schemas"]["RecordingParent"];
|
|
3228
|
+
bucket?: components["schemas"]["RecordingBucket"];
|
|
3229
|
+
creator?: components["schemas"]["Person"];
|
|
3230
|
+
description?: string;
|
|
3231
|
+
color?: string;
|
|
3232
|
+
/** Format: int32 */
|
|
3233
|
+
position?: number;
|
|
3234
|
+
};
|
|
3235
|
+
GaugeNeedlePayload: {
|
|
3236
|
+
/**
|
|
3237
|
+
* Format: int32
|
|
3238
|
+
* @description Position of the needle (0-100)
|
|
3239
|
+
*/
|
|
3240
|
+
position: number;
|
|
3241
|
+
/** @description Status color: green (default), yellow, or red */
|
|
3242
|
+
color?: string;
|
|
3243
|
+
/** @description Rich text (HTML) description of the progress update */
|
|
3244
|
+
description?: string;
|
|
3245
|
+
};
|
|
3246
|
+
GaugeNeedleUpdatePayload: {
|
|
3247
|
+
/** @description Rich text (HTML) description */
|
|
3248
|
+
description?: string;
|
|
3249
|
+
};
|
|
3250
|
+
GaugeTogglePayload: {
|
|
3251
|
+
enabled: boolean;
|
|
3252
|
+
};
|
|
3253
|
+
GetAccountResponseContent: components["schemas"]["Account"];
|
|
2808
3254
|
GetAnswerResponseContent: components["schemas"]["QuestionAnswer"];
|
|
2809
3255
|
GetAnswersByPersonResponseContent: components["schemas"]["QuestionAnswer"][];
|
|
2810
3256
|
GetAssignedTodosResponseContent: {
|
|
@@ -2827,11 +3273,26 @@ export interface components {
|
|
|
2827
3273
|
GetDocumentResponseContent: components["schemas"]["Document"];
|
|
2828
3274
|
GetForwardReplyResponseContent: components["schemas"]["ForwardReply"];
|
|
2829
3275
|
GetForwardResponseContent: components["schemas"]["Forward"];
|
|
3276
|
+
GetGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
3277
|
+
GetHillChartResponseContent: components["schemas"]["HillChart"];
|
|
2830
3278
|
GetInboxResponseContent: components["schemas"]["Inbox"];
|
|
2831
3279
|
GetMessageBoardResponseContent: components["schemas"]["MessageBoard"];
|
|
2832
3280
|
GetMessageResponseContent: components["schemas"]["Message"];
|
|
2833
3281
|
GetMessageTypeResponseContent: components["schemas"]["MessageType"];
|
|
3282
|
+
GetMyAssignmentsResponseContent: {
|
|
3283
|
+
priorities?: components["schemas"]["MyAssignment"][];
|
|
3284
|
+
non_priorities?: components["schemas"]["MyAssignment"][];
|
|
3285
|
+
};
|
|
3286
|
+
GetMyCompletedAssignmentsResponseContent: components["schemas"]["MyAssignment"][];
|
|
3287
|
+
GetMyDueAssignmentsResponseContent: components["schemas"]["MyAssignment"][];
|
|
3288
|
+
GetMyNotificationsResponseContent: {
|
|
3289
|
+
unreads?: components["schemas"]["Notification"][];
|
|
3290
|
+
reads?: components["schemas"]["Notification"][];
|
|
3291
|
+
memories?: components["schemas"]["Notification"][];
|
|
3292
|
+
};
|
|
3293
|
+
GetMyPreferencesResponseContent: components["schemas"]["Preferences"];
|
|
2834
3294
|
GetMyProfileResponseContent: components["schemas"]["Person"];
|
|
3295
|
+
GetOutOfOfficeResponseContent: components["schemas"]["OutOfOffice"];
|
|
2835
3296
|
GetOverdueTodosResponseContent: {
|
|
2836
3297
|
under_a_week_late?: components["schemas"]["Todo"][];
|
|
2837
3298
|
over_a_week_late?: components["schemas"]["Todo"][];
|
|
@@ -2873,6 +3334,24 @@ export interface components {
|
|
|
2873
3334
|
GetUploadResponseContent: components["schemas"]["Upload"];
|
|
2874
3335
|
GetVaultResponseContent: components["schemas"]["Vault"];
|
|
2875
3336
|
GetWebhookResponseContent: components["schemas"]["Webhook"];
|
|
3337
|
+
HillChart: {
|
|
3338
|
+
enabled: boolean;
|
|
3339
|
+
stale: boolean;
|
|
3340
|
+
updated_at?: string;
|
|
3341
|
+
app_update_url?: string;
|
|
3342
|
+
app_versions_url?: string;
|
|
3343
|
+
dots?: components["schemas"]["HillChartDot"][];
|
|
3344
|
+
};
|
|
3345
|
+
HillChartDot: {
|
|
3346
|
+
/** Format: int64 */
|
|
3347
|
+
id: number;
|
|
3348
|
+
label: string;
|
|
3349
|
+
color: string;
|
|
3350
|
+
/** Format: int32 */
|
|
3351
|
+
position: number;
|
|
3352
|
+
url?: string;
|
|
3353
|
+
app_url?: string;
|
|
3354
|
+
};
|
|
2876
3355
|
Inbox: {
|
|
2877
3356
|
/** Format: int64 */
|
|
2878
3357
|
id: number;
|
|
@@ -2922,6 +3401,8 @@ export interface components {
|
|
|
2922
3401
|
ListEventsResponseContent: components["schemas"]["Event"][];
|
|
2923
3402
|
ListForwardRepliesResponseContent: components["schemas"]["ForwardReply"][];
|
|
2924
3403
|
ListForwardsResponseContent: components["schemas"]["Forward"][];
|
|
3404
|
+
ListGaugeNeedlesResponseContent: components["schemas"]["GaugeNeedle"][];
|
|
3405
|
+
ListGaugesResponseContent: components["schemas"]["Gauge"][];
|
|
2925
3406
|
ListLineupMarkersResponseContent: components["schemas"]["LineupMarker"][];
|
|
2926
3407
|
ListMessageTypesResponseContent: components["schemas"]["MessageType"][];
|
|
2927
3408
|
ListMessagesResponseContent: components["schemas"]["Message"][];
|
|
@@ -2942,6 +3423,10 @@ export interface components {
|
|
|
2942
3423
|
ListUploadsResponseContent: components["schemas"]["Upload"][];
|
|
2943
3424
|
ListVaultsResponseContent: components["schemas"]["Vault"][];
|
|
2944
3425
|
ListWebhooksResponseContent: components["schemas"]["Webhook"][];
|
|
3426
|
+
MarkAsReadRequestContent: {
|
|
3427
|
+
/** @description Array of readable_sgid values identifying the items to mark as read */
|
|
3428
|
+
readables: string[];
|
|
3429
|
+
};
|
|
2945
3430
|
Message: {
|
|
2946
3431
|
/** Format: int64 */
|
|
2947
3432
|
id: number;
|
|
@@ -3010,17 +3495,116 @@ export interface components {
|
|
|
3010
3495
|
MoveCardRequestContent: {
|
|
3011
3496
|
/** Format: int64 */
|
|
3012
3497
|
column_id: number;
|
|
3498
|
+
/**
|
|
3499
|
+
* Format: int32
|
|
3500
|
+
* @description 1-indexed position within the destination column. Defaults to 1 (top).
|
|
3501
|
+
*/
|
|
3502
|
+
position?: number;
|
|
3503
|
+
};
|
|
3504
|
+
MyAssignment: {
|
|
3505
|
+
/** Format: int64 */
|
|
3506
|
+
id: number;
|
|
3507
|
+
app_url?: string;
|
|
3508
|
+
content?: string;
|
|
3509
|
+
starts_on?: string;
|
|
3510
|
+
due_on?: string;
|
|
3511
|
+
bucket?: components["schemas"]["MyAssignmentBucket"];
|
|
3512
|
+
completed?: boolean;
|
|
3513
|
+
type?: string;
|
|
3514
|
+
assignees?: components["schemas"]["MyAssignmentAssignee"][];
|
|
3515
|
+
/** Format: int32 */
|
|
3516
|
+
comments_count?: number;
|
|
3517
|
+
has_description?: boolean;
|
|
3518
|
+
/**
|
|
3519
|
+
* Format: int64
|
|
3520
|
+
* @description Present on priority items
|
|
3521
|
+
*/
|
|
3522
|
+
priority_recording_id?: number;
|
|
3523
|
+
parent?: components["schemas"]["MyAssignmentParent"];
|
|
3524
|
+
children?: components["schemas"]["MyAssignment"][];
|
|
3525
|
+
};
|
|
3526
|
+
MyAssignmentAssignee: {
|
|
3527
|
+
/** Format: int64 */
|
|
3528
|
+
id: number;
|
|
3529
|
+
/** Format: password */
|
|
3530
|
+
name?: string;
|
|
3531
|
+
/** Format: password */
|
|
3532
|
+
avatar_url?: string;
|
|
3533
|
+
};
|
|
3534
|
+
MyAssignmentBucket: {
|
|
3535
|
+
/** Format: int64 */
|
|
3536
|
+
id: number;
|
|
3537
|
+
name?: string;
|
|
3538
|
+
app_url?: string;
|
|
3539
|
+
};
|
|
3540
|
+
MyAssignmentParent: {
|
|
3541
|
+
/** Format: int64 */
|
|
3542
|
+
id: number;
|
|
3543
|
+
title?: string;
|
|
3544
|
+
app_url?: string;
|
|
3013
3545
|
};
|
|
3014
3546
|
NotFoundErrorResponseContent: {
|
|
3015
3547
|
error: string;
|
|
3016
3548
|
message?: string;
|
|
3017
3549
|
};
|
|
3550
|
+
Notification: {
|
|
3551
|
+
/** Format: int64 */
|
|
3552
|
+
id: number;
|
|
3553
|
+
created_at: string;
|
|
3554
|
+
updated_at: string;
|
|
3555
|
+
section?: string;
|
|
3556
|
+
/** Format: int32 */
|
|
3557
|
+
unread_count?: number;
|
|
3558
|
+
unread_at?: string;
|
|
3559
|
+
read_at?: string;
|
|
3560
|
+
readable_sgid?: string;
|
|
3561
|
+
readable_identifier?: string;
|
|
3562
|
+
title?: string;
|
|
3563
|
+
type?: string;
|
|
3564
|
+
bucket_name?: string;
|
|
3565
|
+
creator?: components["schemas"]["Person"];
|
|
3566
|
+
content_excerpt?: string;
|
|
3567
|
+
app_url?: string;
|
|
3568
|
+
unread_url?: string;
|
|
3569
|
+
bookmark_url?: string;
|
|
3570
|
+
memory_url?: string;
|
|
3571
|
+
subscription_url?: string;
|
|
3572
|
+
subscribed?: boolean;
|
|
3573
|
+
previewable_attachments?: components["schemas"]["PreviewableAttachment"][];
|
|
3574
|
+
/** @description Present on ping notifications */
|
|
3575
|
+
participants?: components["schemas"]["Person"][];
|
|
3576
|
+
/** @description Whether the ping has a custom name (pings only) */
|
|
3577
|
+
named?: boolean;
|
|
3578
|
+
/** @description Custom image URL (pings only) */
|
|
3579
|
+
image_url?: string;
|
|
3580
|
+
};
|
|
3581
|
+
OutOfOffice: {
|
|
3582
|
+
person?: components["schemas"]["OutOfOfficePerson"];
|
|
3583
|
+
enabled?: boolean;
|
|
3584
|
+
ongoing?: boolean;
|
|
3585
|
+
start_date?: string;
|
|
3586
|
+
end_date?: string;
|
|
3587
|
+
};
|
|
3588
|
+
OutOfOfficePayload: {
|
|
3589
|
+
/** @description Start date in ISO 8601 format (YYYY-MM-DD) */
|
|
3590
|
+
start_date: string;
|
|
3591
|
+
/** @description End date in ISO 8601 format (YYYY-MM-DD) */
|
|
3592
|
+
end_date: string;
|
|
3593
|
+
};
|
|
3594
|
+
OutOfOfficePerson: {
|
|
3595
|
+
/** Format: int64 */
|
|
3596
|
+
id: number;
|
|
3597
|
+
/** Format: password */
|
|
3598
|
+
name?: string;
|
|
3599
|
+
};
|
|
3018
3600
|
PauseQuestionResponseContent: {
|
|
3019
3601
|
paused?: boolean;
|
|
3020
3602
|
};
|
|
3021
3603
|
Person: {
|
|
3022
3604
|
/** Format: int64 */
|
|
3023
3605
|
id: number;
|
|
3606
|
+
/** Label for system actors (e.g. "basecamp"). Present when personable_type is "LocalPerson". */
|
|
3607
|
+
system_label?: string;
|
|
3024
3608
|
attachable_sgid?: string;
|
|
3025
3609
|
/** Format: password */
|
|
3026
3610
|
name: string;
|
|
@@ -3055,6 +3639,35 @@ export interface components {
|
|
|
3055
3639
|
/** Format: password */
|
|
3056
3640
|
name: string;
|
|
3057
3641
|
};
|
|
3642
|
+
Preferences: {
|
|
3643
|
+
url?: string;
|
|
3644
|
+
app_url?: string;
|
|
3645
|
+
time_zone_name?: string;
|
|
3646
|
+
first_week_day?: string;
|
|
3647
|
+
time_format?: string;
|
|
3648
|
+
};
|
|
3649
|
+
PreferencesPayload: {
|
|
3650
|
+
/** @description Time zone name (e.g. "America/Chicago", "London", "UTC") */
|
|
3651
|
+
time_zone_name?: string;
|
|
3652
|
+
/** @description First day of the week: Sunday, Monday, Tuesday, etc. */
|
|
3653
|
+
first_week_day?: string;
|
|
3654
|
+
/** @description Time display format: twelve_hour or twenty_four_hour */
|
|
3655
|
+
time_format?: string;
|
|
3656
|
+
};
|
|
3657
|
+
PreviewableAttachment: {
|
|
3658
|
+
/** Format: int64 */
|
|
3659
|
+
id?: number;
|
|
3660
|
+
url?: string;
|
|
3661
|
+
app_url?: string;
|
|
3662
|
+
content_type?: string;
|
|
3663
|
+
filename?: string;
|
|
3664
|
+
/** Format: int64 */
|
|
3665
|
+
filesize?: number;
|
|
3666
|
+
/** Format: int32 */
|
|
3667
|
+
width?: number;
|
|
3668
|
+
/** Format: int32 */
|
|
3669
|
+
height?: number;
|
|
3670
|
+
};
|
|
3058
3671
|
Project: {
|
|
3059
3672
|
/** Format: int64 */
|
|
3060
3673
|
id: number;
|
|
@@ -3141,6 +3754,7 @@ export interface components {
|
|
|
3141
3754
|
};
|
|
3142
3755
|
QuestionAnswerUpdatePayload: {
|
|
3143
3756
|
content: string;
|
|
3757
|
+
group_on?: string;
|
|
3144
3758
|
};
|
|
3145
3759
|
QuestionReminder: {
|
|
3146
3760
|
/** Format: int64 */
|
|
@@ -3552,14 +4166,11 @@ export interface components {
|
|
|
3552
4166
|
todolists_url?: string;
|
|
3553
4167
|
completed_ratio?: string;
|
|
3554
4168
|
completed?: boolean;
|
|
3555
|
-
/** Format: int32 */
|
|
3556
|
-
completed_count?: number;
|
|
3557
|
-
/** Format: int32 */
|
|
3558
|
-
on_schedule_count?: number;
|
|
3559
|
-
/** Format: int32 */
|
|
3560
|
-
over_schedule_count?: number;
|
|
3561
4169
|
app_todolists_url?: string;
|
|
3562
4170
|
};
|
|
4171
|
+
ToggleGaugeRequestContent: {
|
|
4172
|
+
gauge: components["schemas"]["GaugeTogglePayload"];
|
|
4173
|
+
};
|
|
3563
4174
|
Tool: {
|
|
3564
4175
|
/** Format: int64 */
|
|
3565
4176
|
id: number;
|
|
@@ -3579,6 +4190,11 @@ export interface components {
|
|
|
3579
4190
|
error: string;
|
|
3580
4191
|
message?: string;
|
|
3581
4192
|
};
|
|
4193
|
+
UpdateAccountLogoInputPayload: string;
|
|
4194
|
+
UpdateAccountNameRequestContent: {
|
|
4195
|
+
name: string;
|
|
4196
|
+
};
|
|
4197
|
+
UpdateAccountNameResponseContent: components["schemas"]["Account"];
|
|
3582
4198
|
UpdateCardColumnRequestContent: {
|
|
3583
4199
|
title?: string;
|
|
3584
4200
|
description?: string;
|
|
@@ -3611,6 +4227,15 @@ export interface components {
|
|
|
3611
4227
|
content?: string;
|
|
3612
4228
|
};
|
|
3613
4229
|
UpdateDocumentResponseContent: components["schemas"]["Document"];
|
|
4230
|
+
UpdateGaugeNeedleRequestContent: {
|
|
4231
|
+
gauge_needle?: components["schemas"]["GaugeNeedleUpdatePayload"];
|
|
4232
|
+
};
|
|
4233
|
+
UpdateGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
4234
|
+
UpdateHillChartSettingsRequestContent: {
|
|
4235
|
+
tracked?: number[];
|
|
4236
|
+
untracked?: number[];
|
|
4237
|
+
};
|
|
4238
|
+
UpdateHillChartSettingsResponseContent: components["schemas"]["HillChart"];
|
|
3614
4239
|
UpdateLineupMarkerRequestContent: {
|
|
3615
4240
|
name?: string;
|
|
3616
4241
|
date?: string;
|
|
@@ -3629,6 +4254,25 @@ export interface components {
|
|
|
3629
4254
|
icon?: string;
|
|
3630
4255
|
};
|
|
3631
4256
|
UpdateMessageTypeResponseContent: components["schemas"]["MessageType"];
|
|
4257
|
+
UpdateMyPreferencesRequestContent: {
|
|
4258
|
+
person: components["schemas"]["PreferencesPayload"];
|
|
4259
|
+
};
|
|
4260
|
+
UpdateMyPreferencesResponseContent: components["schemas"]["Preferences"];
|
|
4261
|
+
UpdateMyProfileRequestContent: {
|
|
4262
|
+
/** Format: password */
|
|
4263
|
+
name?: string;
|
|
4264
|
+
/** Format: password */
|
|
4265
|
+
email_address?: string;
|
|
4266
|
+
/** Format: password */
|
|
4267
|
+
title?: string;
|
|
4268
|
+
/** Format: password */
|
|
4269
|
+
bio?: string;
|
|
4270
|
+
/** Format: password */
|
|
4271
|
+
location?: string;
|
|
4272
|
+
time_zone_name?: string;
|
|
4273
|
+
first_week_day?: components["schemas"]["FirstWeekDay"];
|
|
4274
|
+
time_format?: string;
|
|
4275
|
+
};
|
|
3632
4276
|
UpdateProjectAccessRequestContent: {
|
|
3633
4277
|
grant?: number[];
|
|
3634
4278
|
revoke?: number[];
|
|
@@ -3867,28 +4511,22 @@ export interface components {
|
|
|
3867
4511
|
}
|
|
3868
4512
|
export type $defs = Record<string, never>;
|
|
3869
4513
|
export interface operations {
|
|
3870
|
-
|
|
4514
|
+
GetAccount: {
|
|
3871
4515
|
parameters: {
|
|
3872
|
-
query
|
|
3873
|
-
name: string;
|
|
3874
|
-
};
|
|
4516
|
+
query?: never;
|
|
3875
4517
|
header?: never;
|
|
3876
4518
|
path?: never;
|
|
3877
4519
|
cookie?: never;
|
|
3878
4520
|
};
|
|
3879
|
-
requestBody
|
|
3880
|
-
content: {
|
|
3881
|
-
"application/octet-stream": components["schemas"]["CreateAttachmentInputPayload"];
|
|
3882
|
-
};
|
|
3883
|
-
};
|
|
4521
|
+
requestBody?: never;
|
|
3884
4522
|
responses: {
|
|
3885
|
-
/** @description
|
|
3886
|
-
|
|
4523
|
+
/** @description GetAccount 200 response */
|
|
4524
|
+
200: {
|
|
3887
4525
|
headers: {
|
|
3888
4526
|
[name: string]: unknown;
|
|
3889
4527
|
};
|
|
3890
4528
|
content: {
|
|
3891
|
-
"application/json": components["schemas"]["
|
|
4529
|
+
"application/json": components["schemas"]["GetAccountResponseContent"];
|
|
3892
4530
|
};
|
|
3893
4531
|
};
|
|
3894
4532
|
/** @description UnauthorizedError 401 response */
|
|
@@ -3909,24 +4547,6 @@ export interface operations {
|
|
|
3909
4547
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
3910
4548
|
};
|
|
3911
4549
|
};
|
|
3912
|
-
/** @description ValidationError 422 response */
|
|
3913
|
-
422: {
|
|
3914
|
-
headers: {
|
|
3915
|
-
[name: string]: unknown;
|
|
3916
|
-
};
|
|
3917
|
-
content: {
|
|
3918
|
-
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
3919
|
-
};
|
|
3920
|
-
};
|
|
3921
|
-
/** @description RateLimitError 429 response */
|
|
3922
|
-
429: {
|
|
3923
|
-
headers: {
|
|
3924
|
-
[name: string]: unknown;
|
|
3925
|
-
};
|
|
3926
|
-
content: {
|
|
3927
|
-
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
3928
|
-
};
|
|
3929
|
-
};
|
|
3930
4550
|
/** @description InternalServerError 500 response */
|
|
3931
4551
|
500: {
|
|
3932
4552
|
headers: {
|
|
@@ -3938,25 +4558,28 @@ export interface operations {
|
|
|
3938
4558
|
};
|
|
3939
4559
|
};
|
|
3940
4560
|
};
|
|
3941
|
-
|
|
4561
|
+
UpdateAccountLogo: {
|
|
3942
4562
|
parameters: {
|
|
3943
4563
|
query?: never;
|
|
3944
4564
|
header?: never;
|
|
3945
|
-
path
|
|
3946
|
-
boostId: number;
|
|
3947
|
-
};
|
|
4565
|
+
path?: never;
|
|
3948
4566
|
cookie?: never;
|
|
3949
4567
|
};
|
|
3950
|
-
requestBody
|
|
4568
|
+
requestBody: {
|
|
4569
|
+
content: {
|
|
4570
|
+
"multipart/form-data": {
|
|
4571
|
+
/** Format: binary */
|
|
4572
|
+
logo: string;
|
|
4573
|
+
};
|
|
4574
|
+
};
|
|
4575
|
+
};
|
|
3951
4576
|
responses: {
|
|
3952
|
-
/** @description
|
|
3953
|
-
|
|
4577
|
+
/** @description UpdateAccountLogo 204 response */
|
|
4578
|
+
204: {
|
|
3954
4579
|
headers: {
|
|
3955
4580
|
[name: string]: unknown;
|
|
3956
4581
|
};
|
|
3957
|
-
content
|
|
3958
|
-
"application/json": components["schemas"]["GetBoostResponseContent"];
|
|
3959
|
-
};
|
|
4582
|
+
content?: never;
|
|
3960
4583
|
};
|
|
3961
4584
|
/** @description UnauthorizedError 401 response */
|
|
3962
4585
|
401: {
|
|
@@ -3976,13 +4599,22 @@ export interface operations {
|
|
|
3976
4599
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
3977
4600
|
};
|
|
3978
4601
|
};
|
|
3979
|
-
/** @description
|
|
3980
|
-
|
|
4602
|
+
/** @description ValidationError 422 response */
|
|
4603
|
+
422: {
|
|
3981
4604
|
headers: {
|
|
3982
4605
|
[name: string]: unknown;
|
|
3983
4606
|
};
|
|
3984
4607
|
content: {
|
|
3985
|
-
"application/json": components["schemas"]["
|
|
4608
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
4609
|
+
};
|
|
4610
|
+
};
|
|
4611
|
+
/** @description RateLimitError 429 response */
|
|
4612
|
+
429: {
|
|
4613
|
+
headers: {
|
|
4614
|
+
[name: string]: unknown;
|
|
4615
|
+
};
|
|
4616
|
+
content: {
|
|
4617
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
3986
4618
|
};
|
|
3987
4619
|
};
|
|
3988
4620
|
/** @description InternalServerError 500 response */
|
|
@@ -3996,18 +4628,16 @@ export interface operations {
|
|
|
3996
4628
|
};
|
|
3997
4629
|
};
|
|
3998
4630
|
};
|
|
3999
|
-
|
|
4631
|
+
RemoveAccountLogo: {
|
|
4000
4632
|
parameters: {
|
|
4001
4633
|
query?: never;
|
|
4002
4634
|
header?: never;
|
|
4003
|
-
path
|
|
4004
|
-
boostId: number;
|
|
4005
|
-
};
|
|
4635
|
+
path?: never;
|
|
4006
4636
|
cookie?: never;
|
|
4007
4637
|
};
|
|
4008
4638
|
requestBody?: never;
|
|
4009
4639
|
responses: {
|
|
4010
|
-
/** @description
|
|
4640
|
+
/** @description RemoveAccountLogo 204 response */
|
|
4011
4641
|
204: {
|
|
4012
4642
|
headers: {
|
|
4013
4643
|
[name: string]: unknown;
|
|
@@ -4032,13 +4662,13 @@ export interface operations {
|
|
|
4032
4662
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4033
4663
|
};
|
|
4034
4664
|
};
|
|
4035
|
-
/** @description
|
|
4036
|
-
|
|
4665
|
+
/** @description RateLimitError 429 response */
|
|
4666
|
+
429: {
|
|
4037
4667
|
headers: {
|
|
4038
4668
|
[name: string]: unknown;
|
|
4039
4669
|
};
|
|
4040
4670
|
content: {
|
|
4041
|
-
"application/json": components["schemas"]["
|
|
4671
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4042
4672
|
};
|
|
4043
4673
|
};
|
|
4044
4674
|
/** @description InternalServerError 500 response */
|
|
@@ -4052,28 +4682,282 @@ export interface operations {
|
|
|
4052
4682
|
};
|
|
4053
4683
|
};
|
|
4054
4684
|
};
|
|
4055
|
-
|
|
4685
|
+
UpdateAccountName: {
|
|
4056
4686
|
parameters: {
|
|
4057
4687
|
query?: never;
|
|
4058
4688
|
header?: never;
|
|
4059
|
-
path
|
|
4060
|
-
bucketId: number;
|
|
4061
|
-
};
|
|
4689
|
+
path?: never;
|
|
4062
4690
|
cookie?: never;
|
|
4063
4691
|
};
|
|
4064
|
-
requestBody
|
|
4692
|
+
requestBody: {
|
|
4693
|
+
content: {
|
|
4694
|
+
"application/json": components["schemas"]["UpdateAccountNameRequestContent"];
|
|
4695
|
+
};
|
|
4696
|
+
};
|
|
4065
4697
|
responses: {
|
|
4066
|
-
/** @description
|
|
4698
|
+
/** @description UpdateAccountName 200 response */
|
|
4067
4699
|
200: {
|
|
4068
4700
|
headers: {
|
|
4069
4701
|
[name: string]: unknown;
|
|
4070
4702
|
};
|
|
4071
4703
|
content: {
|
|
4072
|
-
"application/json": components["schemas"]["
|
|
4704
|
+
"application/json": components["schemas"]["UpdateAccountNameResponseContent"];
|
|
4073
4705
|
};
|
|
4074
4706
|
};
|
|
4075
|
-
/** @description
|
|
4076
|
-
|
|
4707
|
+
/** @description BadRequestError 400 response */
|
|
4708
|
+
400: {
|
|
4709
|
+
headers: {
|
|
4710
|
+
[name: string]: unknown;
|
|
4711
|
+
};
|
|
4712
|
+
content: {
|
|
4713
|
+
"application/json": components["schemas"]["BadRequestErrorResponseContent"];
|
|
4714
|
+
};
|
|
4715
|
+
};
|
|
4716
|
+
/** @description UnauthorizedError 401 response */
|
|
4717
|
+
401: {
|
|
4718
|
+
headers: {
|
|
4719
|
+
[name: string]: unknown;
|
|
4720
|
+
};
|
|
4721
|
+
content: {
|
|
4722
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4723
|
+
};
|
|
4724
|
+
};
|
|
4725
|
+
/** @description ForbiddenError 403 response */
|
|
4726
|
+
403: {
|
|
4727
|
+
headers: {
|
|
4728
|
+
[name: string]: unknown;
|
|
4729
|
+
};
|
|
4730
|
+
content: {
|
|
4731
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4732
|
+
};
|
|
4733
|
+
};
|
|
4734
|
+
/** @description RateLimitError 429 response */
|
|
4735
|
+
429: {
|
|
4736
|
+
headers: {
|
|
4737
|
+
[name: string]: unknown;
|
|
4738
|
+
};
|
|
4739
|
+
content: {
|
|
4740
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4741
|
+
};
|
|
4742
|
+
};
|
|
4743
|
+
/** @description InternalServerError 500 response */
|
|
4744
|
+
500: {
|
|
4745
|
+
headers: {
|
|
4746
|
+
[name: string]: unknown;
|
|
4747
|
+
};
|
|
4748
|
+
content: {
|
|
4749
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4750
|
+
};
|
|
4751
|
+
};
|
|
4752
|
+
};
|
|
4753
|
+
};
|
|
4754
|
+
CreateAttachment: {
|
|
4755
|
+
parameters: {
|
|
4756
|
+
query: {
|
|
4757
|
+
name: string;
|
|
4758
|
+
};
|
|
4759
|
+
header?: never;
|
|
4760
|
+
path?: never;
|
|
4761
|
+
cookie?: never;
|
|
4762
|
+
};
|
|
4763
|
+
requestBody: {
|
|
4764
|
+
content: {
|
|
4765
|
+
"application/octet-stream": components["schemas"]["CreateAttachmentInputPayload"];
|
|
4766
|
+
};
|
|
4767
|
+
};
|
|
4768
|
+
responses: {
|
|
4769
|
+
/** @description CreateAttachment 201 response */
|
|
4770
|
+
201: {
|
|
4771
|
+
headers: {
|
|
4772
|
+
[name: string]: unknown;
|
|
4773
|
+
};
|
|
4774
|
+
content: {
|
|
4775
|
+
"application/json": components["schemas"]["CreateAttachmentResponseContent"];
|
|
4776
|
+
};
|
|
4777
|
+
};
|
|
4778
|
+
/** @description UnauthorizedError 401 response */
|
|
4779
|
+
401: {
|
|
4780
|
+
headers: {
|
|
4781
|
+
[name: string]: unknown;
|
|
4782
|
+
};
|
|
4783
|
+
content: {
|
|
4784
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4785
|
+
};
|
|
4786
|
+
};
|
|
4787
|
+
/** @description ForbiddenError 403 response */
|
|
4788
|
+
403: {
|
|
4789
|
+
headers: {
|
|
4790
|
+
[name: string]: unknown;
|
|
4791
|
+
};
|
|
4792
|
+
content: {
|
|
4793
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4794
|
+
};
|
|
4795
|
+
};
|
|
4796
|
+
/** @description ValidationError 422 response */
|
|
4797
|
+
422: {
|
|
4798
|
+
headers: {
|
|
4799
|
+
[name: string]: unknown;
|
|
4800
|
+
};
|
|
4801
|
+
content: {
|
|
4802
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
4803
|
+
};
|
|
4804
|
+
};
|
|
4805
|
+
/** @description RateLimitError 429 response */
|
|
4806
|
+
429: {
|
|
4807
|
+
headers: {
|
|
4808
|
+
[name: string]: unknown;
|
|
4809
|
+
};
|
|
4810
|
+
content: {
|
|
4811
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4812
|
+
};
|
|
4813
|
+
};
|
|
4814
|
+
/** @description InternalServerError 500 response */
|
|
4815
|
+
500: {
|
|
4816
|
+
headers: {
|
|
4817
|
+
[name: string]: unknown;
|
|
4818
|
+
};
|
|
4819
|
+
content: {
|
|
4820
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4821
|
+
};
|
|
4822
|
+
};
|
|
4823
|
+
};
|
|
4824
|
+
};
|
|
4825
|
+
GetBoost: {
|
|
4826
|
+
parameters: {
|
|
4827
|
+
query?: never;
|
|
4828
|
+
header?: never;
|
|
4829
|
+
path: {
|
|
4830
|
+
boostId: number;
|
|
4831
|
+
};
|
|
4832
|
+
cookie?: never;
|
|
4833
|
+
};
|
|
4834
|
+
requestBody?: never;
|
|
4835
|
+
responses: {
|
|
4836
|
+
/** @description GetBoost 200 response */
|
|
4837
|
+
200: {
|
|
4838
|
+
headers: {
|
|
4839
|
+
[name: string]: unknown;
|
|
4840
|
+
};
|
|
4841
|
+
content: {
|
|
4842
|
+
"application/json": components["schemas"]["GetBoostResponseContent"];
|
|
4843
|
+
};
|
|
4844
|
+
};
|
|
4845
|
+
/** @description UnauthorizedError 401 response */
|
|
4846
|
+
401: {
|
|
4847
|
+
headers: {
|
|
4848
|
+
[name: string]: unknown;
|
|
4849
|
+
};
|
|
4850
|
+
content: {
|
|
4851
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4852
|
+
};
|
|
4853
|
+
};
|
|
4854
|
+
/** @description ForbiddenError 403 response */
|
|
4855
|
+
403: {
|
|
4856
|
+
headers: {
|
|
4857
|
+
[name: string]: unknown;
|
|
4858
|
+
};
|
|
4859
|
+
content: {
|
|
4860
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4861
|
+
};
|
|
4862
|
+
};
|
|
4863
|
+
/** @description NotFoundError 404 response */
|
|
4864
|
+
404: {
|
|
4865
|
+
headers: {
|
|
4866
|
+
[name: string]: unknown;
|
|
4867
|
+
};
|
|
4868
|
+
content: {
|
|
4869
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
4870
|
+
};
|
|
4871
|
+
};
|
|
4872
|
+
/** @description InternalServerError 500 response */
|
|
4873
|
+
500: {
|
|
4874
|
+
headers: {
|
|
4875
|
+
[name: string]: unknown;
|
|
4876
|
+
};
|
|
4877
|
+
content: {
|
|
4878
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4879
|
+
};
|
|
4880
|
+
};
|
|
4881
|
+
};
|
|
4882
|
+
};
|
|
4883
|
+
DeleteBoost: {
|
|
4884
|
+
parameters: {
|
|
4885
|
+
query?: never;
|
|
4886
|
+
header?: never;
|
|
4887
|
+
path: {
|
|
4888
|
+
boostId: number;
|
|
4889
|
+
};
|
|
4890
|
+
cookie?: never;
|
|
4891
|
+
};
|
|
4892
|
+
requestBody?: never;
|
|
4893
|
+
responses: {
|
|
4894
|
+
/** @description DeleteBoost 204 response */
|
|
4895
|
+
204: {
|
|
4896
|
+
headers: {
|
|
4897
|
+
[name: string]: unknown;
|
|
4898
|
+
};
|
|
4899
|
+
content?: never;
|
|
4900
|
+
};
|
|
4901
|
+
/** @description UnauthorizedError 401 response */
|
|
4902
|
+
401: {
|
|
4903
|
+
headers: {
|
|
4904
|
+
[name: string]: unknown;
|
|
4905
|
+
};
|
|
4906
|
+
content: {
|
|
4907
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4908
|
+
};
|
|
4909
|
+
};
|
|
4910
|
+
/** @description ForbiddenError 403 response */
|
|
4911
|
+
403: {
|
|
4912
|
+
headers: {
|
|
4913
|
+
[name: string]: unknown;
|
|
4914
|
+
};
|
|
4915
|
+
content: {
|
|
4916
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4917
|
+
};
|
|
4918
|
+
};
|
|
4919
|
+
/** @description NotFoundError 404 response */
|
|
4920
|
+
404: {
|
|
4921
|
+
headers: {
|
|
4922
|
+
[name: string]: unknown;
|
|
4923
|
+
};
|
|
4924
|
+
content: {
|
|
4925
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
4926
|
+
};
|
|
4927
|
+
};
|
|
4928
|
+
/** @description InternalServerError 500 response */
|
|
4929
|
+
500: {
|
|
4930
|
+
headers: {
|
|
4931
|
+
[name: string]: unknown;
|
|
4932
|
+
};
|
|
4933
|
+
content: {
|
|
4934
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4935
|
+
};
|
|
4936
|
+
};
|
|
4937
|
+
};
|
|
4938
|
+
};
|
|
4939
|
+
ListWebhooks: {
|
|
4940
|
+
parameters: {
|
|
4941
|
+
query?: never;
|
|
4942
|
+
header?: never;
|
|
4943
|
+
path: {
|
|
4944
|
+
bucketId: number;
|
|
4945
|
+
};
|
|
4946
|
+
cookie?: never;
|
|
4947
|
+
};
|
|
4948
|
+
requestBody?: never;
|
|
4949
|
+
responses: {
|
|
4950
|
+
/** @description ListWebhooks 200 response */
|
|
4951
|
+
200: {
|
|
4952
|
+
headers: {
|
|
4953
|
+
[name: string]: unknown;
|
|
4954
|
+
};
|
|
4955
|
+
content: {
|
|
4956
|
+
"application/json": components["schemas"]["ListWebhooksResponseContent"];
|
|
4957
|
+
};
|
|
4958
|
+
};
|
|
4959
|
+
/** @description UnauthorizedError 401 response */
|
|
4960
|
+
401: {
|
|
4077
4961
|
headers: {
|
|
4078
4962
|
[name: string]: unknown;
|
|
4079
4963
|
};
|
|
@@ -6244,8 +7128,13 @@ export interface operations {
|
|
|
6244
7128
|
};
|
|
6245
7129
|
ListCampfireLines: {
|
|
6246
7130
|
parameters: {
|
|
6247
|
-
query?:
|
|
6248
|
-
|
|
7131
|
+
query?: {
|
|
7132
|
+
/** @description created_at|updated_at */
|
|
7133
|
+
sort?: string;
|
|
7134
|
+
/** @description asc|desc */
|
|
7135
|
+
direction?: string;
|
|
7136
|
+
};
|
|
7137
|
+
header?: never;
|
|
6249
7138
|
path: {
|
|
6250
7139
|
campfireId: number;
|
|
6251
7140
|
};
|
|
@@ -6489,7 +7378,12 @@ export interface operations {
|
|
|
6489
7378
|
};
|
|
6490
7379
|
ListCampfireUploads: {
|
|
6491
7380
|
parameters: {
|
|
6492
|
-
query?:
|
|
7381
|
+
query?: {
|
|
7382
|
+
/** @description created_at|updated_at */
|
|
7383
|
+
sort?: string;
|
|
7384
|
+
/** @description asc|desc */
|
|
7385
|
+
direction?: string;
|
|
7386
|
+
};
|
|
6493
7387
|
header?: never;
|
|
6494
7388
|
path: {
|
|
6495
7389
|
campfireId: number;
|
|
@@ -6677,7 +7571,12 @@ export interface operations {
|
|
|
6677
7571
|
};
|
|
6678
7572
|
ListClientApprovals: {
|
|
6679
7573
|
parameters: {
|
|
6680
|
-
query?:
|
|
7574
|
+
query?: {
|
|
7575
|
+
/** @description created_at|updated_at */
|
|
7576
|
+
sort?: string;
|
|
7577
|
+
/** @description asc|desc */
|
|
7578
|
+
direction?: string;
|
|
7579
|
+
};
|
|
6681
7580
|
header?: never;
|
|
6682
7581
|
path?: never;
|
|
6683
7582
|
cookie?: never;
|
|
@@ -6791,7 +7690,12 @@ export interface operations {
|
|
|
6791
7690
|
};
|
|
6792
7691
|
ListClientCorrespondences: {
|
|
6793
7692
|
parameters: {
|
|
6794
|
-
query?:
|
|
7693
|
+
query?: {
|
|
7694
|
+
/** @description created_at|updated_at */
|
|
7695
|
+
sort?: string;
|
|
7696
|
+
/** @description asc|desc */
|
|
7697
|
+
direction?: string;
|
|
7698
|
+
};
|
|
6795
7699
|
header?: never;
|
|
6796
7700
|
path?: never;
|
|
6797
7701
|
cookie?: never;
|
|
@@ -7532,6 +8436,209 @@ export interface operations {
|
|
|
7532
8436
|
};
|
|
7533
8437
|
};
|
|
7534
8438
|
};
|
|
8439
|
+
GetGaugeNeedle: {
|
|
8440
|
+
parameters: {
|
|
8441
|
+
query?: never;
|
|
8442
|
+
header?: never;
|
|
8443
|
+
path: {
|
|
8444
|
+
needleId: number;
|
|
8445
|
+
};
|
|
8446
|
+
cookie?: never;
|
|
8447
|
+
};
|
|
8448
|
+
requestBody?: never;
|
|
8449
|
+
responses: {
|
|
8450
|
+
/** @description GetGaugeNeedle 200 response */
|
|
8451
|
+
200: {
|
|
8452
|
+
headers: {
|
|
8453
|
+
[name: string]: unknown;
|
|
8454
|
+
};
|
|
8455
|
+
content: {
|
|
8456
|
+
"application/json": components["schemas"]["GetGaugeNeedleResponseContent"];
|
|
8457
|
+
};
|
|
8458
|
+
};
|
|
8459
|
+
/** @description UnauthorizedError 401 response */
|
|
8460
|
+
401: {
|
|
8461
|
+
headers: {
|
|
8462
|
+
[name: string]: unknown;
|
|
8463
|
+
};
|
|
8464
|
+
content: {
|
|
8465
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
8466
|
+
};
|
|
8467
|
+
};
|
|
8468
|
+
/** @description ForbiddenError 403 response */
|
|
8469
|
+
403: {
|
|
8470
|
+
headers: {
|
|
8471
|
+
[name: string]: unknown;
|
|
8472
|
+
};
|
|
8473
|
+
content: {
|
|
8474
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8475
|
+
};
|
|
8476
|
+
};
|
|
8477
|
+
/** @description NotFoundError 404 response */
|
|
8478
|
+
404: {
|
|
8479
|
+
headers: {
|
|
8480
|
+
[name: string]: unknown;
|
|
8481
|
+
};
|
|
8482
|
+
content: {
|
|
8483
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8484
|
+
};
|
|
8485
|
+
};
|
|
8486
|
+
/** @description InternalServerError 500 response */
|
|
8487
|
+
500: {
|
|
8488
|
+
headers: {
|
|
8489
|
+
[name: string]: unknown;
|
|
8490
|
+
};
|
|
8491
|
+
content: {
|
|
8492
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8493
|
+
};
|
|
8494
|
+
};
|
|
8495
|
+
};
|
|
8496
|
+
};
|
|
8497
|
+
UpdateGaugeNeedle: {
|
|
8498
|
+
parameters: {
|
|
8499
|
+
query?: never;
|
|
8500
|
+
header?: never;
|
|
8501
|
+
path: {
|
|
8502
|
+
needleId: number;
|
|
8503
|
+
};
|
|
8504
|
+
cookie?: never;
|
|
8505
|
+
};
|
|
8506
|
+
requestBody?: {
|
|
8507
|
+
content: {
|
|
8508
|
+
"application/json": components["schemas"]["UpdateGaugeNeedleRequestContent"];
|
|
8509
|
+
};
|
|
8510
|
+
};
|
|
8511
|
+
responses: {
|
|
8512
|
+
/** @description UpdateGaugeNeedle 200 response */
|
|
8513
|
+
200: {
|
|
8514
|
+
headers: {
|
|
8515
|
+
[name: string]: unknown;
|
|
8516
|
+
};
|
|
8517
|
+
content: {
|
|
8518
|
+
"application/json": components["schemas"]["UpdateGaugeNeedleResponseContent"];
|
|
8519
|
+
};
|
|
8520
|
+
};
|
|
8521
|
+
/** @description UnauthorizedError 401 response */
|
|
8522
|
+
401: {
|
|
8523
|
+
headers: {
|
|
8524
|
+
[name: string]: unknown;
|
|
8525
|
+
};
|
|
8526
|
+
content: {
|
|
8527
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
8528
|
+
};
|
|
8529
|
+
};
|
|
8530
|
+
/** @description ForbiddenError 403 response */
|
|
8531
|
+
403: {
|
|
8532
|
+
headers: {
|
|
8533
|
+
[name: string]: unknown;
|
|
8534
|
+
};
|
|
8535
|
+
content: {
|
|
8536
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8537
|
+
};
|
|
8538
|
+
};
|
|
8539
|
+
/** @description NotFoundError 404 response */
|
|
8540
|
+
404: {
|
|
8541
|
+
headers: {
|
|
8542
|
+
[name: string]: unknown;
|
|
8543
|
+
};
|
|
8544
|
+
content: {
|
|
8545
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8546
|
+
};
|
|
8547
|
+
};
|
|
8548
|
+
/** @description ValidationError 422 response */
|
|
8549
|
+
422: {
|
|
8550
|
+
headers: {
|
|
8551
|
+
[name: string]: unknown;
|
|
8552
|
+
};
|
|
8553
|
+
content: {
|
|
8554
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
8555
|
+
};
|
|
8556
|
+
};
|
|
8557
|
+
/** @description RateLimitError 429 response */
|
|
8558
|
+
429: {
|
|
8559
|
+
headers: {
|
|
8560
|
+
[name: string]: unknown;
|
|
8561
|
+
};
|
|
8562
|
+
content: {
|
|
8563
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8564
|
+
};
|
|
8565
|
+
};
|
|
8566
|
+
/** @description InternalServerError 500 response */
|
|
8567
|
+
500: {
|
|
8568
|
+
headers: {
|
|
8569
|
+
[name: string]: unknown;
|
|
8570
|
+
};
|
|
8571
|
+
content: {
|
|
8572
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8573
|
+
};
|
|
8574
|
+
};
|
|
8575
|
+
};
|
|
8576
|
+
};
|
|
8577
|
+
DestroyGaugeNeedle: {
|
|
8578
|
+
parameters: {
|
|
8579
|
+
query?: never;
|
|
8580
|
+
header?: never;
|
|
8581
|
+
path: {
|
|
8582
|
+
needleId: number;
|
|
8583
|
+
};
|
|
8584
|
+
cookie?: never;
|
|
8585
|
+
};
|
|
8586
|
+
requestBody?: never;
|
|
8587
|
+
responses: {
|
|
8588
|
+
/** @description DestroyGaugeNeedle 204 response */
|
|
8589
|
+
204: {
|
|
8590
|
+
headers: {
|
|
8591
|
+
[name: string]: unknown;
|
|
8592
|
+
};
|
|
8593
|
+
content?: never;
|
|
8594
|
+
};
|
|
8595
|
+
/** @description UnauthorizedError 401 response */
|
|
8596
|
+
401: {
|
|
8597
|
+
headers: {
|
|
8598
|
+
[name: string]: unknown;
|
|
8599
|
+
};
|
|
8600
|
+
content: {
|
|
8601
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
8602
|
+
};
|
|
8603
|
+
};
|
|
8604
|
+
/** @description ForbiddenError 403 response */
|
|
8605
|
+
403: {
|
|
8606
|
+
headers: {
|
|
8607
|
+
[name: string]: unknown;
|
|
8608
|
+
};
|
|
8609
|
+
content: {
|
|
8610
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8611
|
+
};
|
|
8612
|
+
};
|
|
8613
|
+
/** @description NotFoundError 404 response */
|
|
8614
|
+
404: {
|
|
8615
|
+
headers: {
|
|
8616
|
+
[name: string]: unknown;
|
|
8617
|
+
};
|
|
8618
|
+
content: {
|
|
8619
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8620
|
+
};
|
|
8621
|
+
};
|
|
8622
|
+
/** @description RateLimitError 429 response */
|
|
8623
|
+
429: {
|
|
8624
|
+
headers: {
|
|
8625
|
+
[name: string]: unknown;
|
|
8626
|
+
};
|
|
8627
|
+
content: {
|
|
8628
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8629
|
+
};
|
|
8630
|
+
};
|
|
8631
|
+
/** @description InternalServerError 500 response */
|
|
8632
|
+
500: {
|
|
8633
|
+
headers: {
|
|
8634
|
+
[name: string]: unknown;
|
|
8635
|
+
};
|
|
8636
|
+
content: {
|
|
8637
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8638
|
+
};
|
|
8639
|
+
};
|
|
8640
|
+
};
|
|
8641
|
+
};
|
|
7535
8642
|
GetForward: {
|
|
7536
8643
|
parameters: {
|
|
7537
8644
|
query?: never;
|
|
@@ -7838,7 +8945,12 @@ export interface operations {
|
|
|
7838
8945
|
};
|
|
7839
8946
|
ListForwards: {
|
|
7840
8947
|
parameters: {
|
|
7841
|
-
query?:
|
|
8948
|
+
query?: {
|
|
8949
|
+
/** @description created_at|updated_at */
|
|
8950
|
+
sort?: string;
|
|
8951
|
+
/** @description asc|desc */
|
|
8952
|
+
direction?: string;
|
|
8953
|
+
};
|
|
7842
8954
|
header?: never;
|
|
7843
8955
|
path: {
|
|
7844
8956
|
inboxId: number;
|
|
@@ -8463,7 +9575,7 @@ export interface operations {
|
|
|
8463
9575
|
};
|
|
8464
9576
|
};
|
|
8465
9577
|
};
|
|
8466
|
-
|
|
9578
|
+
GetMyAssignments: {
|
|
8467
9579
|
parameters: {
|
|
8468
9580
|
query?: never;
|
|
8469
9581
|
header?: never;
|
|
@@ -8472,13 +9584,13 @@ export interface operations {
|
|
|
8472
9584
|
};
|
|
8473
9585
|
requestBody?: never;
|
|
8474
9586
|
responses: {
|
|
8475
|
-
/** @description
|
|
9587
|
+
/** @description GetMyAssignments 200 response */
|
|
8476
9588
|
200: {
|
|
8477
9589
|
headers: {
|
|
8478
9590
|
[name: string]: unknown;
|
|
8479
9591
|
};
|
|
8480
9592
|
content: {
|
|
8481
|
-
"application/json": components["schemas"]["
|
|
9593
|
+
"application/json": components["schemas"]["GetMyAssignmentsResponseContent"];
|
|
8482
9594
|
};
|
|
8483
9595
|
};
|
|
8484
9596
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8499,15 +9611,6 @@ export interface operations {
|
|
|
8499
9611
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8500
9612
|
};
|
|
8501
9613
|
};
|
|
8502
|
-
/** @description NotFoundError 404 response */
|
|
8503
|
-
404: {
|
|
8504
|
-
headers: {
|
|
8505
|
-
[name: string]: unknown;
|
|
8506
|
-
};
|
|
8507
|
-
content: {
|
|
8508
|
-
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8509
|
-
};
|
|
8510
|
-
};
|
|
8511
9614
|
/** @description InternalServerError 500 response */
|
|
8512
9615
|
500: {
|
|
8513
9616
|
headers: {
|
|
@@ -8519,7 +9622,7 @@ export interface operations {
|
|
|
8519
9622
|
};
|
|
8520
9623
|
};
|
|
8521
9624
|
};
|
|
8522
|
-
|
|
9625
|
+
GetMyCompletedAssignments: {
|
|
8523
9626
|
parameters: {
|
|
8524
9627
|
query?: never;
|
|
8525
9628
|
header?: never;
|
|
@@ -8528,13 +9631,13 @@ export interface operations {
|
|
|
8528
9631
|
};
|
|
8529
9632
|
requestBody?: never;
|
|
8530
9633
|
responses: {
|
|
8531
|
-
/** @description
|
|
9634
|
+
/** @description GetMyCompletedAssignments 200 response */
|
|
8532
9635
|
200: {
|
|
8533
9636
|
headers: {
|
|
8534
9637
|
[name: string]: unknown;
|
|
8535
9638
|
};
|
|
8536
9639
|
content: {
|
|
8537
|
-
"application/json": components["schemas"]["
|
|
9640
|
+
"application/json": components["schemas"]["GetMyCompletedAssignmentsResponseContent"];
|
|
8538
9641
|
};
|
|
8539
9642
|
};
|
|
8540
9643
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8555,15 +9658,6 @@ export interface operations {
|
|
|
8555
9658
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8556
9659
|
};
|
|
8557
9660
|
};
|
|
8558
|
-
/** @description RateLimitError 429 response */
|
|
8559
|
-
429: {
|
|
8560
|
-
headers: {
|
|
8561
|
-
[name: string]: unknown;
|
|
8562
|
-
};
|
|
8563
|
-
content: {
|
|
8564
|
-
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8565
|
-
};
|
|
8566
|
-
};
|
|
8567
9661
|
/** @description InternalServerError 500 response */
|
|
8568
9662
|
500: {
|
|
8569
9663
|
headers: {
|
|
@@ -8575,22 +9669,656 @@ export interface operations {
|
|
|
8575
9669
|
};
|
|
8576
9670
|
};
|
|
8577
9671
|
};
|
|
8578
|
-
|
|
9672
|
+
GetMyDueAssignments: {
|
|
8579
9673
|
parameters: {
|
|
8580
|
-
query?:
|
|
9674
|
+
query?: {
|
|
9675
|
+
/**
|
|
9676
|
+
* @description Filter by due date range: overdue, due_today, due_tomorrow,
|
|
9677
|
+
* due_later_this_week, due_next_week, due_later
|
|
9678
|
+
*/
|
|
9679
|
+
scope?: string;
|
|
9680
|
+
};
|
|
8581
9681
|
header?: never;
|
|
8582
9682
|
path?: never;
|
|
8583
9683
|
cookie?: never;
|
|
8584
9684
|
};
|
|
8585
9685
|
requestBody?: never;
|
|
8586
9686
|
responses: {
|
|
8587
|
-
/** @description
|
|
9687
|
+
/** @description GetMyDueAssignments 200 response */
|
|
8588
9688
|
200: {
|
|
8589
9689
|
headers: {
|
|
8590
9690
|
[name: string]: unknown;
|
|
8591
9691
|
};
|
|
8592
9692
|
content: {
|
|
8593
|
-
"application/json": components["schemas"]["
|
|
9693
|
+
"application/json": components["schemas"]["GetMyDueAssignmentsResponseContent"];
|
|
9694
|
+
};
|
|
9695
|
+
};
|
|
9696
|
+
/** @description BadRequestError 400 response */
|
|
9697
|
+
400: {
|
|
9698
|
+
headers: {
|
|
9699
|
+
[name: string]: unknown;
|
|
9700
|
+
};
|
|
9701
|
+
content: {
|
|
9702
|
+
"application/json": components["schemas"]["BadRequestErrorResponseContent"];
|
|
9703
|
+
};
|
|
9704
|
+
};
|
|
9705
|
+
/** @description UnauthorizedError 401 response */
|
|
9706
|
+
401: {
|
|
9707
|
+
headers: {
|
|
9708
|
+
[name: string]: unknown;
|
|
9709
|
+
};
|
|
9710
|
+
content: {
|
|
9711
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9712
|
+
};
|
|
9713
|
+
};
|
|
9714
|
+
/** @description ForbiddenError 403 response */
|
|
9715
|
+
403: {
|
|
9716
|
+
headers: {
|
|
9717
|
+
[name: string]: unknown;
|
|
9718
|
+
};
|
|
9719
|
+
content: {
|
|
9720
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9721
|
+
};
|
|
9722
|
+
};
|
|
9723
|
+
/** @description InternalServerError 500 response */
|
|
9724
|
+
500: {
|
|
9725
|
+
headers: {
|
|
9726
|
+
[name: string]: unknown;
|
|
9727
|
+
};
|
|
9728
|
+
content: {
|
|
9729
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9730
|
+
};
|
|
9731
|
+
};
|
|
9732
|
+
};
|
|
9733
|
+
};
|
|
9734
|
+
GetMyPreferences: {
|
|
9735
|
+
parameters: {
|
|
9736
|
+
query?: never;
|
|
9737
|
+
header?: never;
|
|
9738
|
+
path?: never;
|
|
9739
|
+
cookie?: never;
|
|
9740
|
+
};
|
|
9741
|
+
requestBody?: never;
|
|
9742
|
+
responses: {
|
|
9743
|
+
/** @description GetMyPreferences 200 response */
|
|
9744
|
+
200: {
|
|
9745
|
+
headers: {
|
|
9746
|
+
[name: string]: unknown;
|
|
9747
|
+
};
|
|
9748
|
+
content: {
|
|
9749
|
+
"application/json": components["schemas"]["GetMyPreferencesResponseContent"];
|
|
9750
|
+
};
|
|
9751
|
+
};
|
|
9752
|
+
/** @description UnauthorizedError 401 response */
|
|
9753
|
+
401: {
|
|
9754
|
+
headers: {
|
|
9755
|
+
[name: string]: unknown;
|
|
9756
|
+
};
|
|
9757
|
+
content: {
|
|
9758
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9759
|
+
};
|
|
9760
|
+
};
|
|
9761
|
+
/** @description ForbiddenError 403 response */
|
|
9762
|
+
403: {
|
|
9763
|
+
headers: {
|
|
9764
|
+
[name: string]: unknown;
|
|
9765
|
+
};
|
|
9766
|
+
content: {
|
|
9767
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9768
|
+
};
|
|
9769
|
+
};
|
|
9770
|
+
/** @description InternalServerError 500 response */
|
|
9771
|
+
500: {
|
|
9772
|
+
headers: {
|
|
9773
|
+
[name: string]: unknown;
|
|
9774
|
+
};
|
|
9775
|
+
content: {
|
|
9776
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9777
|
+
};
|
|
9778
|
+
};
|
|
9779
|
+
};
|
|
9780
|
+
};
|
|
9781
|
+
UpdateMyPreferences: {
|
|
9782
|
+
parameters: {
|
|
9783
|
+
query?: never;
|
|
9784
|
+
header?: never;
|
|
9785
|
+
path?: never;
|
|
9786
|
+
cookie?: never;
|
|
9787
|
+
};
|
|
9788
|
+
requestBody: {
|
|
9789
|
+
content: {
|
|
9790
|
+
"application/json": components["schemas"]["UpdateMyPreferencesRequestContent"];
|
|
9791
|
+
};
|
|
9792
|
+
};
|
|
9793
|
+
responses: {
|
|
9794
|
+
/** @description UpdateMyPreferences 200 response */
|
|
9795
|
+
200: {
|
|
9796
|
+
headers: {
|
|
9797
|
+
[name: string]: unknown;
|
|
9798
|
+
};
|
|
9799
|
+
content: {
|
|
9800
|
+
"application/json": components["schemas"]["UpdateMyPreferencesResponseContent"];
|
|
9801
|
+
};
|
|
9802
|
+
};
|
|
9803
|
+
/** @description UnauthorizedError 401 response */
|
|
9804
|
+
401: {
|
|
9805
|
+
headers: {
|
|
9806
|
+
[name: string]: unknown;
|
|
9807
|
+
};
|
|
9808
|
+
content: {
|
|
9809
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9810
|
+
};
|
|
9811
|
+
};
|
|
9812
|
+
/** @description ForbiddenError 403 response */
|
|
9813
|
+
403: {
|
|
9814
|
+
headers: {
|
|
9815
|
+
[name: string]: unknown;
|
|
9816
|
+
};
|
|
9817
|
+
content: {
|
|
9818
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9819
|
+
};
|
|
9820
|
+
};
|
|
9821
|
+
/** @description ValidationError 422 response */
|
|
9822
|
+
422: {
|
|
9823
|
+
headers: {
|
|
9824
|
+
[name: string]: unknown;
|
|
9825
|
+
};
|
|
9826
|
+
content: {
|
|
9827
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9828
|
+
};
|
|
9829
|
+
};
|
|
9830
|
+
/** @description RateLimitError 429 response */
|
|
9831
|
+
429: {
|
|
9832
|
+
headers: {
|
|
9833
|
+
[name: string]: unknown;
|
|
9834
|
+
};
|
|
9835
|
+
content: {
|
|
9836
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9837
|
+
};
|
|
9838
|
+
};
|
|
9839
|
+
/** @description InternalServerError 500 response */
|
|
9840
|
+
500: {
|
|
9841
|
+
headers: {
|
|
9842
|
+
[name: string]: unknown;
|
|
9843
|
+
};
|
|
9844
|
+
content: {
|
|
9845
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9846
|
+
};
|
|
9847
|
+
};
|
|
9848
|
+
};
|
|
9849
|
+
};
|
|
9850
|
+
GetMyProfile: {
|
|
9851
|
+
parameters: {
|
|
9852
|
+
query?: never;
|
|
9853
|
+
header?: never;
|
|
9854
|
+
path?: never;
|
|
9855
|
+
cookie?: never;
|
|
9856
|
+
};
|
|
9857
|
+
requestBody?: never;
|
|
9858
|
+
responses: {
|
|
9859
|
+
/** @description GetMyProfile 200 response */
|
|
9860
|
+
200: {
|
|
9861
|
+
headers: {
|
|
9862
|
+
[name: string]: unknown;
|
|
9863
|
+
};
|
|
9864
|
+
content: {
|
|
9865
|
+
"application/json": components["schemas"]["GetMyProfileResponseContent"];
|
|
9866
|
+
};
|
|
9867
|
+
};
|
|
9868
|
+
/** @description UnauthorizedError 401 response */
|
|
9869
|
+
401: {
|
|
9870
|
+
headers: {
|
|
9871
|
+
[name: string]: unknown;
|
|
9872
|
+
};
|
|
9873
|
+
content: {
|
|
9874
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9875
|
+
};
|
|
9876
|
+
};
|
|
9877
|
+
/** @description ForbiddenError 403 response */
|
|
9878
|
+
403: {
|
|
9879
|
+
headers: {
|
|
9880
|
+
[name: string]: unknown;
|
|
9881
|
+
};
|
|
9882
|
+
content: {
|
|
9883
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9884
|
+
};
|
|
9885
|
+
};
|
|
9886
|
+
/** @description NotFoundError 404 response */
|
|
9887
|
+
404: {
|
|
9888
|
+
headers: {
|
|
9889
|
+
[name: string]: unknown;
|
|
9890
|
+
};
|
|
9891
|
+
content: {
|
|
9892
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
9893
|
+
};
|
|
9894
|
+
};
|
|
9895
|
+
/** @description InternalServerError 500 response */
|
|
9896
|
+
500: {
|
|
9897
|
+
headers: {
|
|
9898
|
+
[name: string]: unknown;
|
|
9899
|
+
};
|
|
9900
|
+
content: {
|
|
9901
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9902
|
+
};
|
|
9903
|
+
};
|
|
9904
|
+
};
|
|
9905
|
+
};
|
|
9906
|
+
UpdateMyProfile: {
|
|
9907
|
+
parameters: {
|
|
9908
|
+
query?: never;
|
|
9909
|
+
header?: never;
|
|
9910
|
+
path?: never;
|
|
9911
|
+
cookie?: never;
|
|
9912
|
+
};
|
|
9913
|
+
requestBody?: {
|
|
9914
|
+
content: {
|
|
9915
|
+
"application/json": components["schemas"]["UpdateMyProfileRequestContent"];
|
|
9916
|
+
};
|
|
9917
|
+
};
|
|
9918
|
+
responses: {
|
|
9919
|
+
/** @description UpdateMyProfile 204 response */
|
|
9920
|
+
204: {
|
|
9921
|
+
headers: {
|
|
9922
|
+
[name: string]: unknown;
|
|
9923
|
+
};
|
|
9924
|
+
content?: never;
|
|
9925
|
+
};
|
|
9926
|
+
/** @description UnauthorizedError 401 response */
|
|
9927
|
+
401: {
|
|
9928
|
+
headers: {
|
|
9929
|
+
[name: string]: unknown;
|
|
9930
|
+
};
|
|
9931
|
+
content: {
|
|
9932
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9933
|
+
};
|
|
9934
|
+
};
|
|
9935
|
+
/** @description ForbiddenError 403 response */
|
|
9936
|
+
403: {
|
|
9937
|
+
headers: {
|
|
9938
|
+
[name: string]: unknown;
|
|
9939
|
+
};
|
|
9940
|
+
content: {
|
|
9941
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9942
|
+
};
|
|
9943
|
+
};
|
|
9944
|
+
/** @description ValidationError 422 response */
|
|
9945
|
+
422: {
|
|
9946
|
+
headers: {
|
|
9947
|
+
[name: string]: unknown;
|
|
9948
|
+
};
|
|
9949
|
+
content: {
|
|
9950
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9951
|
+
};
|
|
9952
|
+
};
|
|
9953
|
+
/** @description InternalServerError 500 response */
|
|
9954
|
+
500: {
|
|
9955
|
+
headers: {
|
|
9956
|
+
[name: string]: unknown;
|
|
9957
|
+
};
|
|
9958
|
+
content: {
|
|
9959
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9960
|
+
};
|
|
9961
|
+
};
|
|
9962
|
+
};
|
|
9963
|
+
};
|
|
9964
|
+
GetQuestionReminders: {
|
|
9965
|
+
parameters: {
|
|
9966
|
+
query?: never;
|
|
9967
|
+
header?: never;
|
|
9968
|
+
path?: never;
|
|
9969
|
+
cookie?: never;
|
|
9970
|
+
};
|
|
9971
|
+
requestBody?: never;
|
|
9972
|
+
responses: {
|
|
9973
|
+
/** @description GetQuestionReminders 200 response */
|
|
9974
|
+
200: {
|
|
9975
|
+
headers: {
|
|
9976
|
+
[name: string]: unknown;
|
|
9977
|
+
};
|
|
9978
|
+
content: {
|
|
9979
|
+
"application/json": components["schemas"]["GetQuestionRemindersResponseContent"];
|
|
9980
|
+
};
|
|
9981
|
+
};
|
|
9982
|
+
/** @description UnauthorizedError 401 response */
|
|
9983
|
+
401: {
|
|
9984
|
+
headers: {
|
|
9985
|
+
[name: string]: unknown;
|
|
9986
|
+
};
|
|
9987
|
+
content: {
|
|
9988
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9989
|
+
};
|
|
9990
|
+
};
|
|
9991
|
+
/** @description ForbiddenError 403 response */
|
|
9992
|
+
403: {
|
|
9993
|
+
headers: {
|
|
9994
|
+
[name: string]: unknown;
|
|
9995
|
+
};
|
|
9996
|
+
content: {
|
|
9997
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9998
|
+
};
|
|
9999
|
+
};
|
|
10000
|
+
/** @description RateLimitError 429 response */
|
|
10001
|
+
429: {
|
|
10002
|
+
headers: {
|
|
10003
|
+
[name: string]: unknown;
|
|
10004
|
+
};
|
|
10005
|
+
content: {
|
|
10006
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10007
|
+
};
|
|
10008
|
+
};
|
|
10009
|
+
/** @description InternalServerError 500 response */
|
|
10010
|
+
500: {
|
|
10011
|
+
headers: {
|
|
10012
|
+
[name: string]: unknown;
|
|
10013
|
+
};
|
|
10014
|
+
content: {
|
|
10015
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10016
|
+
};
|
|
10017
|
+
};
|
|
10018
|
+
};
|
|
10019
|
+
};
|
|
10020
|
+
GetMyNotifications: {
|
|
10021
|
+
parameters: {
|
|
10022
|
+
query?: {
|
|
10023
|
+
/** @description Page number for paginating through read items. Defaults to 1. */
|
|
10024
|
+
page?: number;
|
|
10025
|
+
};
|
|
10026
|
+
header?: never;
|
|
10027
|
+
path?: never;
|
|
10028
|
+
cookie?: never;
|
|
10029
|
+
};
|
|
10030
|
+
requestBody?: never;
|
|
10031
|
+
responses: {
|
|
10032
|
+
/** @description GetMyNotifications 200 response */
|
|
10033
|
+
200: {
|
|
10034
|
+
headers: {
|
|
10035
|
+
[name: string]: unknown;
|
|
10036
|
+
};
|
|
10037
|
+
content: {
|
|
10038
|
+
"application/json": components["schemas"]["GetMyNotificationsResponseContent"];
|
|
10039
|
+
};
|
|
10040
|
+
};
|
|
10041
|
+
/** @description UnauthorizedError 401 response */
|
|
10042
|
+
401: {
|
|
10043
|
+
headers: {
|
|
10044
|
+
[name: string]: unknown;
|
|
10045
|
+
};
|
|
10046
|
+
content: {
|
|
10047
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10048
|
+
};
|
|
10049
|
+
};
|
|
10050
|
+
/** @description ForbiddenError 403 response */
|
|
10051
|
+
403: {
|
|
10052
|
+
headers: {
|
|
10053
|
+
[name: string]: unknown;
|
|
10054
|
+
};
|
|
10055
|
+
content: {
|
|
10056
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10057
|
+
};
|
|
10058
|
+
};
|
|
10059
|
+
/** @description InternalServerError 500 response */
|
|
10060
|
+
500: {
|
|
10061
|
+
headers: {
|
|
10062
|
+
[name: string]: unknown;
|
|
10063
|
+
};
|
|
10064
|
+
content: {
|
|
10065
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10066
|
+
};
|
|
10067
|
+
};
|
|
10068
|
+
};
|
|
10069
|
+
};
|
|
10070
|
+
MarkAsRead: {
|
|
10071
|
+
parameters: {
|
|
10072
|
+
query?: never;
|
|
10073
|
+
header?: never;
|
|
10074
|
+
path?: never;
|
|
10075
|
+
cookie?: never;
|
|
10076
|
+
};
|
|
10077
|
+
requestBody: {
|
|
10078
|
+
content: {
|
|
10079
|
+
"application/json": components["schemas"]["MarkAsReadRequestContent"];
|
|
10080
|
+
};
|
|
10081
|
+
};
|
|
10082
|
+
responses: {
|
|
10083
|
+
/** @description MarkAsRead 200 response */
|
|
10084
|
+
200: {
|
|
10085
|
+
headers: {
|
|
10086
|
+
[name: string]: unknown;
|
|
10087
|
+
};
|
|
10088
|
+
content?: never;
|
|
10089
|
+
};
|
|
10090
|
+
/** @description UnauthorizedError 401 response */
|
|
10091
|
+
401: {
|
|
10092
|
+
headers: {
|
|
10093
|
+
[name: string]: unknown;
|
|
10094
|
+
};
|
|
10095
|
+
content: {
|
|
10096
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10097
|
+
};
|
|
10098
|
+
};
|
|
10099
|
+
/** @description ForbiddenError 403 response */
|
|
10100
|
+
403: {
|
|
10101
|
+
headers: {
|
|
10102
|
+
[name: string]: unknown;
|
|
10103
|
+
};
|
|
10104
|
+
content: {
|
|
10105
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10106
|
+
};
|
|
10107
|
+
};
|
|
10108
|
+
/** @description RateLimitError 429 response */
|
|
10109
|
+
429: {
|
|
10110
|
+
headers: {
|
|
10111
|
+
[name: string]: unknown;
|
|
10112
|
+
};
|
|
10113
|
+
content: {
|
|
10114
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10115
|
+
};
|
|
10116
|
+
};
|
|
10117
|
+
/** @description InternalServerError 500 response */
|
|
10118
|
+
500: {
|
|
10119
|
+
headers: {
|
|
10120
|
+
[name: string]: unknown;
|
|
10121
|
+
};
|
|
10122
|
+
content: {
|
|
10123
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10124
|
+
};
|
|
10125
|
+
};
|
|
10126
|
+
};
|
|
10127
|
+
};
|
|
10128
|
+
ListPeople: {
|
|
10129
|
+
parameters: {
|
|
10130
|
+
query?: never;
|
|
10131
|
+
header?: never;
|
|
10132
|
+
path?: never;
|
|
10133
|
+
cookie?: never;
|
|
10134
|
+
};
|
|
10135
|
+
requestBody?: never;
|
|
10136
|
+
responses: {
|
|
10137
|
+
/** @description ListPeople 200 response */
|
|
10138
|
+
200: {
|
|
10139
|
+
headers: {
|
|
10140
|
+
[name: string]: unknown;
|
|
10141
|
+
};
|
|
10142
|
+
content: {
|
|
10143
|
+
"application/json": components["schemas"]["ListPeopleResponseContent"];
|
|
10144
|
+
};
|
|
10145
|
+
};
|
|
10146
|
+
/** @description UnauthorizedError 401 response */
|
|
10147
|
+
401: {
|
|
10148
|
+
headers: {
|
|
10149
|
+
[name: string]: unknown;
|
|
10150
|
+
};
|
|
10151
|
+
content: {
|
|
10152
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10153
|
+
};
|
|
10154
|
+
};
|
|
10155
|
+
/** @description ForbiddenError 403 response */
|
|
10156
|
+
403: {
|
|
10157
|
+
headers: {
|
|
10158
|
+
[name: string]: unknown;
|
|
10159
|
+
};
|
|
10160
|
+
content: {
|
|
10161
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10162
|
+
};
|
|
10163
|
+
};
|
|
10164
|
+
/** @description RateLimitError 429 response */
|
|
10165
|
+
429: {
|
|
10166
|
+
headers: {
|
|
10167
|
+
[name: string]: unknown;
|
|
10168
|
+
};
|
|
10169
|
+
content: {
|
|
10170
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10171
|
+
};
|
|
10172
|
+
};
|
|
10173
|
+
/** @description InternalServerError 500 response */
|
|
10174
|
+
500: {
|
|
10175
|
+
headers: {
|
|
10176
|
+
[name: string]: unknown;
|
|
10177
|
+
};
|
|
10178
|
+
content: {
|
|
10179
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10180
|
+
};
|
|
10181
|
+
};
|
|
10182
|
+
};
|
|
10183
|
+
};
|
|
10184
|
+
GetPerson: {
|
|
10185
|
+
parameters: {
|
|
10186
|
+
query?: never;
|
|
10187
|
+
header?: never;
|
|
10188
|
+
path: {
|
|
10189
|
+
personId: number;
|
|
10190
|
+
};
|
|
10191
|
+
cookie?: never;
|
|
10192
|
+
};
|
|
10193
|
+
requestBody?: never;
|
|
10194
|
+
responses: {
|
|
10195
|
+
/** @description GetPerson 200 response */
|
|
10196
|
+
200: {
|
|
10197
|
+
headers: {
|
|
10198
|
+
[name: string]: unknown;
|
|
10199
|
+
};
|
|
10200
|
+
content: {
|
|
10201
|
+
"application/json": components["schemas"]["GetPersonResponseContent"];
|
|
10202
|
+
};
|
|
10203
|
+
};
|
|
10204
|
+
/** @description UnauthorizedError 401 response */
|
|
10205
|
+
401: {
|
|
10206
|
+
headers: {
|
|
10207
|
+
[name: string]: unknown;
|
|
10208
|
+
};
|
|
10209
|
+
content: {
|
|
10210
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10211
|
+
};
|
|
10212
|
+
};
|
|
10213
|
+
/** @description ForbiddenError 403 response */
|
|
10214
|
+
403: {
|
|
10215
|
+
headers: {
|
|
10216
|
+
[name: string]: unknown;
|
|
10217
|
+
};
|
|
10218
|
+
content: {
|
|
10219
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10220
|
+
};
|
|
10221
|
+
};
|
|
10222
|
+
/** @description NotFoundError 404 response */
|
|
10223
|
+
404: {
|
|
10224
|
+
headers: {
|
|
10225
|
+
[name: string]: unknown;
|
|
10226
|
+
};
|
|
10227
|
+
content: {
|
|
10228
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10229
|
+
};
|
|
10230
|
+
};
|
|
10231
|
+
/** @description InternalServerError 500 response */
|
|
10232
|
+
500: {
|
|
10233
|
+
headers: {
|
|
10234
|
+
[name: string]: unknown;
|
|
10235
|
+
};
|
|
10236
|
+
content: {
|
|
10237
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10238
|
+
};
|
|
10239
|
+
};
|
|
10240
|
+
};
|
|
10241
|
+
};
|
|
10242
|
+
GetOutOfOffice: {
|
|
10243
|
+
parameters: {
|
|
10244
|
+
query?: never;
|
|
10245
|
+
header?: never;
|
|
10246
|
+
path: {
|
|
10247
|
+
personId: number;
|
|
10248
|
+
};
|
|
10249
|
+
cookie?: never;
|
|
10250
|
+
};
|
|
10251
|
+
requestBody?: never;
|
|
10252
|
+
responses: {
|
|
10253
|
+
/** @description GetOutOfOffice 200 response */
|
|
10254
|
+
200: {
|
|
10255
|
+
headers: {
|
|
10256
|
+
[name: string]: unknown;
|
|
10257
|
+
};
|
|
10258
|
+
content: {
|
|
10259
|
+
"application/json": components["schemas"]["GetOutOfOfficeResponseContent"];
|
|
10260
|
+
};
|
|
10261
|
+
};
|
|
10262
|
+
/** @description UnauthorizedError 401 response */
|
|
10263
|
+
401: {
|
|
10264
|
+
headers: {
|
|
10265
|
+
[name: string]: unknown;
|
|
10266
|
+
};
|
|
10267
|
+
content: {
|
|
10268
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10269
|
+
};
|
|
10270
|
+
};
|
|
10271
|
+
/** @description ForbiddenError 403 response */
|
|
10272
|
+
403: {
|
|
10273
|
+
headers: {
|
|
10274
|
+
[name: string]: unknown;
|
|
10275
|
+
};
|
|
10276
|
+
content: {
|
|
10277
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10278
|
+
};
|
|
10279
|
+
};
|
|
10280
|
+
/** @description NotFoundError 404 response */
|
|
10281
|
+
404: {
|
|
10282
|
+
headers: {
|
|
10283
|
+
[name: string]: unknown;
|
|
10284
|
+
};
|
|
10285
|
+
content: {
|
|
10286
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10287
|
+
};
|
|
10288
|
+
};
|
|
10289
|
+
/** @description InternalServerError 500 response */
|
|
10290
|
+
500: {
|
|
10291
|
+
headers: {
|
|
10292
|
+
[name: string]: unknown;
|
|
10293
|
+
};
|
|
10294
|
+
content: {
|
|
10295
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10296
|
+
};
|
|
10297
|
+
};
|
|
10298
|
+
};
|
|
10299
|
+
};
|
|
10300
|
+
EnableOutOfOffice: {
|
|
10301
|
+
parameters: {
|
|
10302
|
+
query?: never;
|
|
10303
|
+
header?: never;
|
|
10304
|
+
path: {
|
|
10305
|
+
personId: number;
|
|
10306
|
+
};
|
|
10307
|
+
cookie?: never;
|
|
10308
|
+
};
|
|
10309
|
+
requestBody: {
|
|
10310
|
+
content: {
|
|
10311
|
+
"application/json": components["schemas"]["EnableOutOfOfficeRequestContent"];
|
|
10312
|
+
};
|
|
10313
|
+
};
|
|
10314
|
+
responses: {
|
|
10315
|
+
/** @description EnableOutOfOffice 200 response */
|
|
10316
|
+
200: {
|
|
10317
|
+
headers: {
|
|
10318
|
+
[name: string]: unknown;
|
|
10319
|
+
};
|
|
10320
|
+
content: {
|
|
10321
|
+
"application/json": components["schemas"]["EnableOutOfOfficeResponseContent"];
|
|
8594
10322
|
};
|
|
8595
10323
|
};
|
|
8596
10324
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8611,6 +10339,15 @@ export interface operations {
|
|
|
8611
10339
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8612
10340
|
};
|
|
8613
10341
|
};
|
|
10342
|
+
/** @description ValidationError 422 response */
|
|
10343
|
+
422: {
|
|
10344
|
+
headers: {
|
|
10345
|
+
[name: string]: unknown;
|
|
10346
|
+
};
|
|
10347
|
+
content: {
|
|
10348
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10349
|
+
};
|
|
10350
|
+
};
|
|
8614
10351
|
/** @description RateLimitError 429 response */
|
|
8615
10352
|
429: {
|
|
8616
10353
|
headers: {
|
|
@@ -8631,7 +10368,7 @@ export interface operations {
|
|
|
8631
10368
|
};
|
|
8632
10369
|
};
|
|
8633
10370
|
};
|
|
8634
|
-
|
|
10371
|
+
DisableOutOfOffice: {
|
|
8635
10372
|
parameters: {
|
|
8636
10373
|
query?: never;
|
|
8637
10374
|
header?: never;
|
|
@@ -8642,14 +10379,12 @@ export interface operations {
|
|
|
8642
10379
|
};
|
|
8643
10380
|
requestBody?: never;
|
|
8644
10381
|
responses: {
|
|
8645
|
-
/** @description
|
|
8646
|
-
|
|
10382
|
+
/** @description DisableOutOfOffice 204 response */
|
|
10383
|
+
204: {
|
|
8647
10384
|
headers: {
|
|
8648
10385
|
[name: string]: unknown;
|
|
8649
10386
|
};
|
|
8650
|
-
content
|
|
8651
|
-
"application/json": components["schemas"]["GetPersonResponseContent"];
|
|
8652
|
-
};
|
|
10387
|
+
content?: never;
|
|
8653
10388
|
};
|
|
8654
10389
|
/** @description UnauthorizedError 401 response */
|
|
8655
10390
|
401: {
|
|
@@ -8669,13 +10404,13 @@ export interface operations {
|
|
|
8669
10404
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8670
10405
|
};
|
|
8671
10406
|
};
|
|
8672
|
-
/** @description
|
|
8673
|
-
|
|
10407
|
+
/** @description RateLimitError 429 response */
|
|
10408
|
+
429: {
|
|
8674
10409
|
headers: {
|
|
8675
10410
|
[name: string]: unknown;
|
|
8676
10411
|
};
|
|
8677
10412
|
content: {
|
|
8678
|
-
"application/json": components["schemas"]["
|
|
10413
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8679
10414
|
};
|
|
8680
10415
|
};
|
|
8681
10416
|
/** @description InternalServerError 500 response */
|
|
@@ -8831,19 +10566,204 @@ export interface operations {
|
|
|
8831
10566
|
direction?: string;
|
|
8832
10567
|
};
|
|
8833
10568
|
header?: never;
|
|
8834
|
-
path?: never;
|
|
10569
|
+
path?: never;
|
|
10570
|
+
cookie?: never;
|
|
10571
|
+
};
|
|
10572
|
+
requestBody?: never;
|
|
10573
|
+
responses: {
|
|
10574
|
+
/** @description ListRecordings 200 response */
|
|
10575
|
+
200: {
|
|
10576
|
+
headers: {
|
|
10577
|
+
[name: string]: unknown;
|
|
10578
|
+
};
|
|
10579
|
+
content: {
|
|
10580
|
+
"application/json": components["schemas"]["ListRecordingsResponseContent"];
|
|
10581
|
+
};
|
|
10582
|
+
};
|
|
10583
|
+
/** @description UnauthorizedError 401 response */
|
|
10584
|
+
401: {
|
|
10585
|
+
headers: {
|
|
10586
|
+
[name: string]: unknown;
|
|
10587
|
+
};
|
|
10588
|
+
content: {
|
|
10589
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10590
|
+
};
|
|
10591
|
+
};
|
|
10592
|
+
/** @description ForbiddenError 403 response */
|
|
10593
|
+
403: {
|
|
10594
|
+
headers: {
|
|
10595
|
+
[name: string]: unknown;
|
|
10596
|
+
};
|
|
10597
|
+
content: {
|
|
10598
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10599
|
+
};
|
|
10600
|
+
};
|
|
10601
|
+
/** @description RateLimitError 429 response */
|
|
10602
|
+
429: {
|
|
10603
|
+
headers: {
|
|
10604
|
+
[name: string]: unknown;
|
|
10605
|
+
};
|
|
10606
|
+
content: {
|
|
10607
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10608
|
+
};
|
|
10609
|
+
};
|
|
10610
|
+
/** @description InternalServerError 500 response */
|
|
10611
|
+
500: {
|
|
10612
|
+
headers: {
|
|
10613
|
+
[name: string]: unknown;
|
|
10614
|
+
};
|
|
10615
|
+
content: {
|
|
10616
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10617
|
+
};
|
|
10618
|
+
};
|
|
10619
|
+
};
|
|
10620
|
+
};
|
|
10621
|
+
GetProject: {
|
|
10622
|
+
parameters: {
|
|
10623
|
+
query?: never;
|
|
10624
|
+
header?: never;
|
|
10625
|
+
path: {
|
|
10626
|
+
projectId: number;
|
|
10627
|
+
};
|
|
10628
|
+
cookie?: never;
|
|
10629
|
+
};
|
|
10630
|
+
requestBody?: never;
|
|
10631
|
+
responses: {
|
|
10632
|
+
/** @description GetProject 200 response */
|
|
10633
|
+
200: {
|
|
10634
|
+
headers: {
|
|
10635
|
+
[name: string]: unknown;
|
|
10636
|
+
};
|
|
10637
|
+
content: {
|
|
10638
|
+
"application/json": components["schemas"]["GetProjectResponseContent"];
|
|
10639
|
+
};
|
|
10640
|
+
};
|
|
10641
|
+
/** @description UnauthorizedError 401 response */
|
|
10642
|
+
401: {
|
|
10643
|
+
headers: {
|
|
10644
|
+
[name: string]: unknown;
|
|
10645
|
+
};
|
|
10646
|
+
content: {
|
|
10647
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10648
|
+
};
|
|
10649
|
+
};
|
|
10650
|
+
/** @description ForbiddenError 403 response */
|
|
10651
|
+
403: {
|
|
10652
|
+
headers: {
|
|
10653
|
+
[name: string]: unknown;
|
|
10654
|
+
};
|
|
10655
|
+
content: {
|
|
10656
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10657
|
+
};
|
|
10658
|
+
};
|
|
10659
|
+
/** @description NotFoundError 404 response */
|
|
10660
|
+
404: {
|
|
10661
|
+
headers: {
|
|
10662
|
+
[name: string]: unknown;
|
|
10663
|
+
};
|
|
10664
|
+
content: {
|
|
10665
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10666
|
+
};
|
|
10667
|
+
};
|
|
10668
|
+
/** @description InternalServerError 500 response */
|
|
10669
|
+
500: {
|
|
10670
|
+
headers: {
|
|
10671
|
+
[name: string]: unknown;
|
|
10672
|
+
};
|
|
10673
|
+
content: {
|
|
10674
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10675
|
+
};
|
|
10676
|
+
};
|
|
10677
|
+
};
|
|
10678
|
+
};
|
|
10679
|
+
UpdateProject: {
|
|
10680
|
+
parameters: {
|
|
10681
|
+
query?: never;
|
|
10682
|
+
header?: never;
|
|
10683
|
+
path: {
|
|
10684
|
+
projectId: number;
|
|
10685
|
+
};
|
|
10686
|
+
cookie?: never;
|
|
10687
|
+
};
|
|
10688
|
+
requestBody: {
|
|
10689
|
+
content: {
|
|
10690
|
+
"application/json": components["schemas"]["UpdateProjectRequestContent"];
|
|
10691
|
+
};
|
|
10692
|
+
};
|
|
10693
|
+
responses: {
|
|
10694
|
+
/** @description UpdateProject 200 response */
|
|
10695
|
+
200: {
|
|
10696
|
+
headers: {
|
|
10697
|
+
[name: string]: unknown;
|
|
10698
|
+
};
|
|
10699
|
+
content: {
|
|
10700
|
+
"application/json": components["schemas"]["UpdateProjectResponseContent"];
|
|
10701
|
+
};
|
|
10702
|
+
};
|
|
10703
|
+
/** @description UnauthorizedError 401 response */
|
|
10704
|
+
401: {
|
|
10705
|
+
headers: {
|
|
10706
|
+
[name: string]: unknown;
|
|
10707
|
+
};
|
|
10708
|
+
content: {
|
|
10709
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10710
|
+
};
|
|
10711
|
+
};
|
|
10712
|
+
/** @description ForbiddenError 403 response */
|
|
10713
|
+
403: {
|
|
10714
|
+
headers: {
|
|
10715
|
+
[name: string]: unknown;
|
|
10716
|
+
};
|
|
10717
|
+
content: {
|
|
10718
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10719
|
+
};
|
|
10720
|
+
};
|
|
10721
|
+
/** @description NotFoundError 404 response */
|
|
10722
|
+
404: {
|
|
10723
|
+
headers: {
|
|
10724
|
+
[name: string]: unknown;
|
|
10725
|
+
};
|
|
10726
|
+
content: {
|
|
10727
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10728
|
+
};
|
|
10729
|
+
};
|
|
10730
|
+
/** @description ValidationError 422 response */
|
|
10731
|
+
422: {
|
|
10732
|
+
headers: {
|
|
10733
|
+
[name: string]: unknown;
|
|
10734
|
+
};
|
|
10735
|
+
content: {
|
|
10736
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10737
|
+
};
|
|
10738
|
+
};
|
|
10739
|
+
/** @description InternalServerError 500 response */
|
|
10740
|
+
500: {
|
|
10741
|
+
headers: {
|
|
10742
|
+
[name: string]: unknown;
|
|
10743
|
+
};
|
|
10744
|
+
content: {
|
|
10745
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10746
|
+
};
|
|
10747
|
+
};
|
|
10748
|
+
};
|
|
10749
|
+
};
|
|
10750
|
+
TrashProject: {
|
|
10751
|
+
parameters: {
|
|
10752
|
+
query?: never;
|
|
10753
|
+
header?: never;
|
|
10754
|
+
path: {
|
|
10755
|
+
projectId: number;
|
|
10756
|
+
};
|
|
8835
10757
|
cookie?: never;
|
|
8836
10758
|
};
|
|
8837
10759
|
requestBody?: never;
|
|
8838
10760
|
responses: {
|
|
8839
|
-
/** @description
|
|
8840
|
-
|
|
10761
|
+
/** @description TrashProject 204 response */
|
|
10762
|
+
204: {
|
|
8841
10763
|
headers: {
|
|
8842
10764
|
[name: string]: unknown;
|
|
8843
10765
|
};
|
|
8844
|
-
content
|
|
8845
|
-
"application/json": components["schemas"]["ListRecordingsResponseContent"];
|
|
8846
|
-
};
|
|
10766
|
+
content?: never;
|
|
8847
10767
|
};
|
|
8848
10768
|
/** @description UnauthorizedError 401 response */
|
|
8849
10769
|
401: {
|
|
@@ -8863,13 +10783,13 @@ export interface operations {
|
|
|
8863
10783
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8864
10784
|
};
|
|
8865
10785
|
};
|
|
8866
|
-
/** @description
|
|
8867
|
-
|
|
10786
|
+
/** @description NotFoundError 404 response */
|
|
10787
|
+
404: {
|
|
8868
10788
|
headers: {
|
|
8869
10789
|
[name: string]: unknown;
|
|
8870
10790
|
};
|
|
8871
10791
|
content: {
|
|
8872
|
-
"application/json": components["schemas"]["
|
|
10792
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8873
10793
|
};
|
|
8874
10794
|
};
|
|
8875
10795
|
/** @description InternalServerError 500 response */
|
|
@@ -8883,7 +10803,7 @@ export interface operations {
|
|
|
8883
10803
|
};
|
|
8884
10804
|
};
|
|
8885
10805
|
};
|
|
8886
|
-
|
|
10806
|
+
ToggleGauge: {
|
|
8887
10807
|
parameters: {
|
|
8888
10808
|
query?: never;
|
|
8889
10809
|
header?: never;
|
|
@@ -8892,16 +10812,18 @@ export interface operations {
|
|
|
8892
10812
|
};
|
|
8893
10813
|
cookie?: never;
|
|
8894
10814
|
};
|
|
8895
|
-
requestBody
|
|
10815
|
+
requestBody: {
|
|
10816
|
+
content: {
|
|
10817
|
+
"application/json": components["schemas"]["ToggleGaugeRequestContent"];
|
|
10818
|
+
};
|
|
10819
|
+
};
|
|
8896
10820
|
responses: {
|
|
8897
|
-
/** @description
|
|
10821
|
+
/** @description ToggleGauge 200 response */
|
|
8898
10822
|
200: {
|
|
8899
10823
|
headers: {
|
|
8900
10824
|
[name: string]: unknown;
|
|
8901
10825
|
};
|
|
8902
|
-
content
|
|
8903
|
-
"application/json": components["schemas"]["GetProjectResponseContent"];
|
|
8904
|
-
};
|
|
10826
|
+
content?: never;
|
|
8905
10827
|
};
|
|
8906
10828
|
/** @description UnauthorizedError 401 response */
|
|
8907
10829
|
401: {
|
|
@@ -8921,13 +10843,13 @@ export interface operations {
|
|
|
8921
10843
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8922
10844
|
};
|
|
8923
10845
|
};
|
|
8924
|
-
/** @description
|
|
8925
|
-
|
|
10846
|
+
/** @description RateLimitError 429 response */
|
|
10847
|
+
429: {
|
|
8926
10848
|
headers: {
|
|
8927
10849
|
[name: string]: unknown;
|
|
8928
10850
|
};
|
|
8929
10851
|
content: {
|
|
8930
|
-
"application/json": components["schemas"]["
|
|
10852
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8931
10853
|
};
|
|
8932
10854
|
};
|
|
8933
10855
|
/** @description InternalServerError 500 response */
|
|
@@ -8941,7 +10863,7 @@ export interface operations {
|
|
|
8941
10863
|
};
|
|
8942
10864
|
};
|
|
8943
10865
|
};
|
|
8944
|
-
|
|
10866
|
+
ListGaugeNeedles: {
|
|
8945
10867
|
parameters: {
|
|
8946
10868
|
query?: never;
|
|
8947
10869
|
header?: never;
|
|
@@ -8950,19 +10872,15 @@ export interface operations {
|
|
|
8950
10872
|
};
|
|
8951
10873
|
cookie?: never;
|
|
8952
10874
|
};
|
|
8953
|
-
requestBody
|
|
8954
|
-
content: {
|
|
8955
|
-
"application/json": components["schemas"]["UpdateProjectRequestContent"];
|
|
8956
|
-
};
|
|
8957
|
-
};
|
|
10875
|
+
requestBody?: never;
|
|
8958
10876
|
responses: {
|
|
8959
|
-
/** @description
|
|
10877
|
+
/** @description ListGaugeNeedles 200 response */
|
|
8960
10878
|
200: {
|
|
8961
10879
|
headers: {
|
|
8962
10880
|
[name: string]: unknown;
|
|
8963
10881
|
};
|
|
8964
10882
|
content: {
|
|
8965
|
-
"application/json": components["schemas"]["
|
|
10883
|
+
"application/json": components["schemas"]["ListGaugeNeedlesResponseContent"];
|
|
8966
10884
|
};
|
|
8967
10885
|
};
|
|
8968
10886
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8992,13 +10910,13 @@ export interface operations {
|
|
|
8992
10910
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8993
10911
|
};
|
|
8994
10912
|
};
|
|
8995
|
-
/** @description
|
|
8996
|
-
|
|
10913
|
+
/** @description RateLimitError 429 response */
|
|
10914
|
+
429: {
|
|
8997
10915
|
headers: {
|
|
8998
10916
|
[name: string]: unknown;
|
|
8999
10917
|
};
|
|
9000
10918
|
content: {
|
|
9001
|
-
"application/json": components["schemas"]["
|
|
10919
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9002
10920
|
};
|
|
9003
10921
|
};
|
|
9004
10922
|
/** @description InternalServerError 500 response */
|
|
@@ -9012,7 +10930,7 @@ export interface operations {
|
|
|
9012
10930
|
};
|
|
9013
10931
|
};
|
|
9014
10932
|
};
|
|
9015
|
-
|
|
10933
|
+
CreateGaugeNeedle: {
|
|
9016
10934
|
parameters: {
|
|
9017
10935
|
query?: never;
|
|
9018
10936
|
header?: never;
|
|
@@ -9021,14 +10939,20 @@ export interface operations {
|
|
|
9021
10939
|
};
|
|
9022
10940
|
cookie?: never;
|
|
9023
10941
|
};
|
|
9024
|
-
requestBody
|
|
10942
|
+
requestBody: {
|
|
10943
|
+
content: {
|
|
10944
|
+
"application/json": components["schemas"]["CreateGaugeNeedleRequestContent"];
|
|
10945
|
+
};
|
|
10946
|
+
};
|
|
9025
10947
|
responses: {
|
|
9026
|
-
/** @description
|
|
9027
|
-
|
|
10948
|
+
/** @description CreateGaugeNeedle 201 response */
|
|
10949
|
+
201: {
|
|
9028
10950
|
headers: {
|
|
9029
10951
|
[name: string]: unknown;
|
|
9030
10952
|
};
|
|
9031
|
-
content
|
|
10953
|
+
content: {
|
|
10954
|
+
"application/json": components["schemas"]["CreateGaugeNeedleResponseContent"];
|
|
10955
|
+
};
|
|
9032
10956
|
};
|
|
9033
10957
|
/** @description UnauthorizedError 401 response */
|
|
9034
10958
|
401: {
|
|
@@ -9048,13 +10972,22 @@ export interface operations {
|
|
|
9048
10972
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9049
10973
|
};
|
|
9050
10974
|
};
|
|
9051
|
-
/** @description
|
|
9052
|
-
|
|
10975
|
+
/** @description ValidationError 422 response */
|
|
10976
|
+
422: {
|
|
9053
10977
|
headers: {
|
|
9054
10978
|
[name: string]: unknown;
|
|
9055
10979
|
};
|
|
9056
10980
|
content: {
|
|
9057
|
-
"application/json": components["schemas"]["
|
|
10981
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10982
|
+
};
|
|
10983
|
+
};
|
|
10984
|
+
/** @description RateLimitError 429 response */
|
|
10985
|
+
429: {
|
|
10986
|
+
headers: {
|
|
10987
|
+
[name: string]: unknown;
|
|
10988
|
+
};
|
|
10989
|
+
content: {
|
|
10990
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9058
10991
|
};
|
|
9059
10992
|
};
|
|
9060
10993
|
/** @description InternalServerError 500 response */
|
|
@@ -11705,6 +13638,68 @@ export interface operations {
|
|
|
11705
13638
|
};
|
|
11706
13639
|
};
|
|
11707
13640
|
};
|
|
13641
|
+
ListGauges: {
|
|
13642
|
+
parameters: {
|
|
13643
|
+
query?: {
|
|
13644
|
+
/**
|
|
13645
|
+
* @description Comma-separated list of project IDs. When provided, results are returned
|
|
13646
|
+
* in the order specified instead of by risk level.
|
|
13647
|
+
*/
|
|
13648
|
+
bucket_ids?: string;
|
|
13649
|
+
};
|
|
13650
|
+
header?: never;
|
|
13651
|
+
path?: never;
|
|
13652
|
+
cookie?: never;
|
|
13653
|
+
};
|
|
13654
|
+
requestBody?: never;
|
|
13655
|
+
responses: {
|
|
13656
|
+
/** @description ListGauges 200 response */
|
|
13657
|
+
200: {
|
|
13658
|
+
headers: {
|
|
13659
|
+
[name: string]: unknown;
|
|
13660
|
+
};
|
|
13661
|
+
content: {
|
|
13662
|
+
"application/json": components["schemas"]["ListGaugesResponseContent"];
|
|
13663
|
+
};
|
|
13664
|
+
};
|
|
13665
|
+
/** @description UnauthorizedError 401 response */
|
|
13666
|
+
401: {
|
|
13667
|
+
headers: {
|
|
13668
|
+
[name: string]: unknown;
|
|
13669
|
+
};
|
|
13670
|
+
content: {
|
|
13671
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
13672
|
+
};
|
|
13673
|
+
};
|
|
13674
|
+
/** @description ForbiddenError 403 response */
|
|
13675
|
+
403: {
|
|
13676
|
+
headers: {
|
|
13677
|
+
[name: string]: unknown;
|
|
13678
|
+
};
|
|
13679
|
+
content: {
|
|
13680
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
13681
|
+
};
|
|
13682
|
+
};
|
|
13683
|
+
/** @description RateLimitError 429 response */
|
|
13684
|
+
429: {
|
|
13685
|
+
headers: {
|
|
13686
|
+
[name: string]: unknown;
|
|
13687
|
+
};
|
|
13688
|
+
content: {
|
|
13689
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
13690
|
+
};
|
|
13691
|
+
};
|
|
13692
|
+
/** @description InternalServerError 500 response */
|
|
13693
|
+
500: {
|
|
13694
|
+
headers: {
|
|
13695
|
+
[name: string]: unknown;
|
|
13696
|
+
};
|
|
13697
|
+
content: {
|
|
13698
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
13699
|
+
};
|
|
13700
|
+
};
|
|
13701
|
+
};
|
|
13702
|
+
};
|
|
11708
13703
|
GetProgressReport: {
|
|
11709
13704
|
parameters: {
|
|
11710
13705
|
query?: never;
|
|
@@ -14159,6 +16154,135 @@ export interface operations {
|
|
|
14159
16154
|
};
|
|
14160
16155
|
};
|
|
14161
16156
|
};
|
|
16157
|
+
GetHillChart: {
|
|
16158
|
+
parameters: {
|
|
16159
|
+
query?: never;
|
|
16160
|
+
header?: never;
|
|
16161
|
+
path: {
|
|
16162
|
+
todosetId: number;
|
|
16163
|
+
};
|
|
16164
|
+
cookie?: never;
|
|
16165
|
+
};
|
|
16166
|
+
requestBody?: never;
|
|
16167
|
+
responses: {
|
|
16168
|
+
/** @description GetHillChart 200 response */
|
|
16169
|
+
200: {
|
|
16170
|
+
headers: {
|
|
16171
|
+
[name: string]: unknown;
|
|
16172
|
+
};
|
|
16173
|
+
content: {
|
|
16174
|
+
"application/json": components["schemas"]["GetHillChartResponseContent"];
|
|
16175
|
+
};
|
|
16176
|
+
};
|
|
16177
|
+
/** @description UnauthorizedError 401 response */
|
|
16178
|
+
401: {
|
|
16179
|
+
headers: {
|
|
16180
|
+
[name: string]: unknown;
|
|
16181
|
+
};
|
|
16182
|
+
content: {
|
|
16183
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
16184
|
+
};
|
|
16185
|
+
};
|
|
16186
|
+
/** @description ForbiddenError 403 response */
|
|
16187
|
+
403: {
|
|
16188
|
+
headers: {
|
|
16189
|
+
[name: string]: unknown;
|
|
16190
|
+
};
|
|
16191
|
+
content: {
|
|
16192
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
16193
|
+
};
|
|
16194
|
+
};
|
|
16195
|
+
/** @description NotFoundError 404 response */
|
|
16196
|
+
404: {
|
|
16197
|
+
headers: {
|
|
16198
|
+
[name: string]: unknown;
|
|
16199
|
+
};
|
|
16200
|
+
content: {
|
|
16201
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
16202
|
+
};
|
|
16203
|
+
};
|
|
16204
|
+
/** @description InternalServerError 500 response */
|
|
16205
|
+
500: {
|
|
16206
|
+
headers: {
|
|
16207
|
+
[name: string]: unknown;
|
|
16208
|
+
};
|
|
16209
|
+
content: {
|
|
16210
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
16211
|
+
};
|
|
16212
|
+
};
|
|
16213
|
+
};
|
|
16214
|
+
};
|
|
16215
|
+
UpdateHillChartSettings: {
|
|
16216
|
+
parameters: {
|
|
16217
|
+
query?: never;
|
|
16218
|
+
header?: never;
|
|
16219
|
+
path: {
|
|
16220
|
+
todosetId: number;
|
|
16221
|
+
};
|
|
16222
|
+
cookie?: never;
|
|
16223
|
+
};
|
|
16224
|
+
requestBody?: {
|
|
16225
|
+
content: {
|
|
16226
|
+
"application/json": components["schemas"]["UpdateHillChartSettingsRequestContent"];
|
|
16227
|
+
};
|
|
16228
|
+
};
|
|
16229
|
+
responses: {
|
|
16230
|
+
/** @description UpdateHillChartSettings 200 response */
|
|
16231
|
+
200: {
|
|
16232
|
+
headers: {
|
|
16233
|
+
[name: string]: unknown;
|
|
16234
|
+
};
|
|
16235
|
+
content: {
|
|
16236
|
+
"application/json": components["schemas"]["UpdateHillChartSettingsResponseContent"];
|
|
16237
|
+
};
|
|
16238
|
+
};
|
|
16239
|
+
/** @description UnauthorizedError 401 response */
|
|
16240
|
+
401: {
|
|
16241
|
+
headers: {
|
|
16242
|
+
[name: string]: unknown;
|
|
16243
|
+
};
|
|
16244
|
+
content: {
|
|
16245
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
16246
|
+
};
|
|
16247
|
+
};
|
|
16248
|
+
/** @description ForbiddenError 403 response */
|
|
16249
|
+
403: {
|
|
16250
|
+
headers: {
|
|
16251
|
+
[name: string]: unknown;
|
|
16252
|
+
};
|
|
16253
|
+
content: {
|
|
16254
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
16255
|
+
};
|
|
16256
|
+
};
|
|
16257
|
+
/** @description NotFoundError 404 response */
|
|
16258
|
+
404: {
|
|
16259
|
+
headers: {
|
|
16260
|
+
[name: string]: unknown;
|
|
16261
|
+
};
|
|
16262
|
+
content: {
|
|
16263
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
16264
|
+
};
|
|
16265
|
+
};
|
|
16266
|
+
/** @description ValidationError 422 response */
|
|
16267
|
+
422: {
|
|
16268
|
+
headers: {
|
|
16269
|
+
[name: string]: unknown;
|
|
16270
|
+
};
|
|
16271
|
+
content: {
|
|
16272
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
16273
|
+
};
|
|
16274
|
+
};
|
|
16275
|
+
/** @description InternalServerError 500 response */
|
|
16276
|
+
500: {
|
|
16277
|
+
headers: {
|
|
16278
|
+
[name: string]: unknown;
|
|
16279
|
+
};
|
|
16280
|
+
content: {
|
|
16281
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
16282
|
+
};
|
|
16283
|
+
};
|
|
16284
|
+
};
|
|
16285
|
+
};
|
|
14162
16286
|
ListTodolists: {
|
|
14163
16287
|
parameters: {
|
|
14164
16288
|
query?: {
|