@37signals/basecamp 0.6.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +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 +5073 -1916
- 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 +2268 -150
- 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/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 -1
- package/dist/services/base.d.ts.map +1 -1
- package/dist/services/base.js +110 -1
- package/dist/services/base.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/metadata.json +319 -1
- package/src/generated/openapi-stripped.json +5073 -1916
- package/src/generated/path-mapping.ts +27 -3
- package/src/generated/schema.d.ts +2268 -150
- 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/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,45 @@ 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?: string;
|
|
2535
|
+
};
|
|
2536
|
+
AccountLimits: {
|
|
2537
|
+
can_create_projects?: boolean;
|
|
2538
|
+
can_pin_projects?: boolean;
|
|
2539
|
+
can_create_users?: boolean;
|
|
2540
|
+
can_upload_files?: boolean;
|
|
2541
|
+
};
|
|
2542
|
+
AccountSettings: {
|
|
2543
|
+
company_hq_enabled?: boolean;
|
|
2544
|
+
teams_enabled?: boolean;
|
|
2545
|
+
projects_enabled?: boolean;
|
|
2546
|
+
};
|
|
2547
|
+
AccountSubscription: {
|
|
2548
|
+
short_name?: string;
|
|
2549
|
+
proper_name?: string;
|
|
2550
|
+
/** Format: int32 */
|
|
2551
|
+
project_limit?: number;
|
|
2552
|
+
teams?: boolean;
|
|
2553
|
+
clients?: boolean;
|
|
2554
|
+
templates?: boolean;
|
|
2555
|
+
logo?: boolean;
|
|
2556
|
+
timesheet?: boolean;
|
|
2557
|
+
};
|
|
2212
2558
|
Assignable: {
|
|
2213
2559
|
/** Format: int64 */
|
|
2214
2560
|
id?: number;
|
|
@@ -2349,6 +2695,19 @@ export interface components {
|
|
|
2349
2695
|
bucket: components["schemas"]["TodoBucket"];
|
|
2350
2696
|
creator: components["schemas"]["Person"];
|
|
2351
2697
|
subscribers?: components["schemas"]["Person"][];
|
|
2698
|
+
on_hold?: components["schemas"]["CardColumnOnHold"];
|
|
2699
|
+
};
|
|
2700
|
+
CardColumnOnHold: {
|
|
2701
|
+
/** Format: int64 */
|
|
2702
|
+
id: number;
|
|
2703
|
+
status: string;
|
|
2704
|
+
inherits_status: boolean;
|
|
2705
|
+
title: string;
|
|
2706
|
+
created_at: string;
|
|
2707
|
+
updated_at: string;
|
|
2708
|
+
/** Format: int32 */
|
|
2709
|
+
cards_count: number;
|
|
2710
|
+
cards_url: string;
|
|
2352
2711
|
};
|
|
2353
2712
|
CardStep: {
|
|
2354
2713
|
/** Format: int64 */
|
|
@@ -2590,6 +2949,14 @@ export interface components {
|
|
|
2590
2949
|
content: string;
|
|
2591
2950
|
};
|
|
2592
2951
|
CreateForwardReplyResponseContent: components["schemas"]["ForwardReply"];
|
|
2952
|
+
CreateGaugeNeedleRequestContent: {
|
|
2953
|
+
gauge_needle: components["schemas"]["GaugeNeedlePayload"];
|
|
2954
|
+
/** @description Who to notify: "everyone", "working_on", "custom", or omit for nobody */
|
|
2955
|
+
notify?: string;
|
|
2956
|
+
/** @description Array of people IDs to notify (only used when notify is "custom") */
|
|
2957
|
+
subscriptions?: number[];
|
|
2958
|
+
};
|
|
2959
|
+
CreateGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
2593
2960
|
CreateLineupMarkerRequestContent: {
|
|
2594
2961
|
name: string;
|
|
2595
2962
|
date: string;
|
|
@@ -2738,6 +3105,10 @@ export interface components {
|
|
|
2738
3105
|
boosts_url?: string;
|
|
2739
3106
|
};
|
|
2740
3107
|
EnableCardColumnOnHoldResponseContent: components["schemas"]["CardColumn"];
|
|
3108
|
+
EnableOutOfOfficeRequestContent: {
|
|
3109
|
+
out_of_office: components["schemas"]["OutOfOfficePayload"];
|
|
3110
|
+
};
|
|
3111
|
+
EnableOutOfOfficeResponseContent: components["schemas"]["OutOfOffice"];
|
|
2741
3112
|
Event: {
|
|
2742
3113
|
/** Format: int64 */
|
|
2743
3114
|
id: number;
|
|
@@ -2756,6 +3127,8 @@ export interface components {
|
|
|
2756
3127
|
removed_person_ids?: number[];
|
|
2757
3128
|
notified_recipient_ids?: number[];
|
|
2758
3129
|
};
|
|
3130
|
+
/** @enum {string} */
|
|
3131
|
+
FirstWeekDay: "Sunday" | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday";
|
|
2759
3132
|
ForbiddenErrorResponseContent: {
|
|
2760
3133
|
error: string;
|
|
2761
3134
|
message?: string;
|
|
@@ -2805,7 +3178,77 @@ export interface components {
|
|
|
2805
3178
|
boosts_count?: number;
|
|
2806
3179
|
boosts_url?: string;
|
|
2807
3180
|
};
|
|
2808
|
-
|
|
3181
|
+
Gauge: {
|
|
3182
|
+
/** Format: int64 */
|
|
3183
|
+
id: number;
|
|
3184
|
+
status?: string;
|
|
3185
|
+
visible_to_clients?: boolean;
|
|
3186
|
+
created_at: string;
|
|
3187
|
+
updated_at: string;
|
|
3188
|
+
title?: string;
|
|
3189
|
+
inherits_status?: boolean;
|
|
3190
|
+
type?: string;
|
|
3191
|
+
url?: string;
|
|
3192
|
+
app_url?: string;
|
|
3193
|
+
bookmark_url?: string;
|
|
3194
|
+
bucket?: components["schemas"]["RecordingBucket"];
|
|
3195
|
+
creator?: components["schemas"]["Person"];
|
|
3196
|
+
description?: string;
|
|
3197
|
+
enabled?: boolean;
|
|
3198
|
+
last_needle_color?: string;
|
|
3199
|
+
/** Format: int32 */
|
|
3200
|
+
last_needle_position?: number;
|
|
3201
|
+
/** Format: int32 */
|
|
3202
|
+
previous_needle_position?: number;
|
|
3203
|
+
};
|
|
3204
|
+
GaugeNeedle: {
|
|
3205
|
+
/** Format: int64 */
|
|
3206
|
+
id: number;
|
|
3207
|
+
status?: string;
|
|
3208
|
+
visible_to_clients?: boolean;
|
|
3209
|
+
created_at: string;
|
|
3210
|
+
updated_at: string;
|
|
3211
|
+
title?: string;
|
|
3212
|
+
inherits_status?: boolean;
|
|
3213
|
+
type?: string;
|
|
3214
|
+
url?: string;
|
|
3215
|
+
app_url?: string;
|
|
3216
|
+
bookmark_url?: string;
|
|
3217
|
+
subscription_url?: string;
|
|
3218
|
+
/** Format: int32 */
|
|
3219
|
+
comments_count?: number;
|
|
3220
|
+
comments_url?: string;
|
|
3221
|
+
/** Format: int32 */
|
|
3222
|
+
boosts_count?: number;
|
|
3223
|
+
boosts_url?: string;
|
|
3224
|
+
parent?: components["schemas"]["RecordingParent"];
|
|
3225
|
+
bucket?: components["schemas"]["RecordingBucket"];
|
|
3226
|
+
creator?: components["schemas"]["Person"];
|
|
3227
|
+
description?: string;
|
|
3228
|
+
color?: string;
|
|
3229
|
+
/** Format: int32 */
|
|
3230
|
+
position?: number;
|
|
3231
|
+
};
|
|
3232
|
+
GaugeNeedlePayload: {
|
|
3233
|
+
/**
|
|
3234
|
+
* Format: int32
|
|
3235
|
+
* @description Position of the needle (0-100)
|
|
3236
|
+
*/
|
|
3237
|
+
position: number;
|
|
3238
|
+
/** @description Status color: green (default), yellow, or red */
|
|
3239
|
+
color?: string;
|
|
3240
|
+
/** @description Rich text (HTML) description of the progress update */
|
|
3241
|
+
description?: string;
|
|
3242
|
+
};
|
|
3243
|
+
GaugeNeedleUpdatePayload: {
|
|
3244
|
+
/** @description Rich text (HTML) description */
|
|
3245
|
+
description?: string;
|
|
3246
|
+
};
|
|
3247
|
+
GaugeTogglePayload: {
|
|
3248
|
+
enabled: boolean;
|
|
3249
|
+
};
|
|
3250
|
+
GetAccountResponseContent: components["schemas"]["Account"];
|
|
3251
|
+
GetAnswerResponseContent: components["schemas"]["QuestionAnswer"];
|
|
2809
3252
|
GetAnswersByPersonResponseContent: components["schemas"]["QuestionAnswer"][];
|
|
2810
3253
|
GetAssignedTodosResponseContent: {
|
|
2811
3254
|
person?: components["schemas"]["Person"];
|
|
@@ -2827,11 +3270,26 @@ export interface components {
|
|
|
2827
3270
|
GetDocumentResponseContent: components["schemas"]["Document"];
|
|
2828
3271
|
GetForwardReplyResponseContent: components["schemas"]["ForwardReply"];
|
|
2829
3272
|
GetForwardResponseContent: components["schemas"]["Forward"];
|
|
3273
|
+
GetGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
3274
|
+
GetHillChartResponseContent: components["schemas"]["HillChart"];
|
|
2830
3275
|
GetInboxResponseContent: components["schemas"]["Inbox"];
|
|
2831
3276
|
GetMessageBoardResponseContent: components["schemas"]["MessageBoard"];
|
|
2832
3277
|
GetMessageResponseContent: components["schemas"]["Message"];
|
|
2833
3278
|
GetMessageTypeResponseContent: components["schemas"]["MessageType"];
|
|
3279
|
+
GetMyAssignmentsResponseContent: {
|
|
3280
|
+
priorities?: components["schemas"]["MyAssignment"][];
|
|
3281
|
+
non_priorities?: components["schemas"]["MyAssignment"][];
|
|
3282
|
+
};
|
|
3283
|
+
GetMyCompletedAssignmentsResponseContent: components["schemas"]["MyAssignment"][];
|
|
3284
|
+
GetMyDueAssignmentsResponseContent: components["schemas"]["MyAssignment"][];
|
|
3285
|
+
GetMyNotificationsResponseContent: {
|
|
3286
|
+
unreads?: components["schemas"]["Notification"][];
|
|
3287
|
+
reads?: components["schemas"]["Notification"][];
|
|
3288
|
+
memories?: components["schemas"]["Notification"][];
|
|
3289
|
+
};
|
|
3290
|
+
GetMyPreferencesResponseContent: components["schemas"]["Preferences"];
|
|
2834
3291
|
GetMyProfileResponseContent: components["schemas"]["Person"];
|
|
3292
|
+
GetOutOfOfficeResponseContent: components["schemas"]["OutOfOffice"];
|
|
2835
3293
|
GetOverdueTodosResponseContent: {
|
|
2836
3294
|
under_a_week_late?: components["schemas"]["Todo"][];
|
|
2837
3295
|
over_a_week_late?: components["schemas"]["Todo"][];
|
|
@@ -2873,6 +3331,24 @@ export interface components {
|
|
|
2873
3331
|
GetUploadResponseContent: components["schemas"]["Upload"];
|
|
2874
3332
|
GetVaultResponseContent: components["schemas"]["Vault"];
|
|
2875
3333
|
GetWebhookResponseContent: components["schemas"]["Webhook"];
|
|
3334
|
+
HillChart: {
|
|
3335
|
+
enabled: boolean;
|
|
3336
|
+
stale: boolean;
|
|
3337
|
+
updated_at?: string;
|
|
3338
|
+
app_update_url?: string;
|
|
3339
|
+
app_versions_url?: string;
|
|
3340
|
+
dots?: components["schemas"]["HillChartDot"][];
|
|
3341
|
+
};
|
|
3342
|
+
HillChartDot: {
|
|
3343
|
+
/** Format: int64 */
|
|
3344
|
+
id: number;
|
|
3345
|
+
label: string;
|
|
3346
|
+
color: string;
|
|
3347
|
+
/** Format: int32 */
|
|
3348
|
+
position: number;
|
|
3349
|
+
url?: string;
|
|
3350
|
+
app_url?: string;
|
|
3351
|
+
};
|
|
2876
3352
|
Inbox: {
|
|
2877
3353
|
/** Format: int64 */
|
|
2878
3354
|
id: number;
|
|
@@ -2922,6 +3398,8 @@ export interface components {
|
|
|
2922
3398
|
ListEventsResponseContent: components["schemas"]["Event"][];
|
|
2923
3399
|
ListForwardRepliesResponseContent: components["schemas"]["ForwardReply"][];
|
|
2924
3400
|
ListForwardsResponseContent: components["schemas"]["Forward"][];
|
|
3401
|
+
ListGaugeNeedlesResponseContent: components["schemas"]["GaugeNeedle"][];
|
|
3402
|
+
ListGaugesResponseContent: components["schemas"]["Gauge"][];
|
|
2925
3403
|
ListLineupMarkersResponseContent: components["schemas"]["LineupMarker"][];
|
|
2926
3404
|
ListMessageTypesResponseContent: components["schemas"]["MessageType"][];
|
|
2927
3405
|
ListMessagesResponseContent: components["schemas"]["Message"][];
|
|
@@ -2942,6 +3420,10 @@ export interface components {
|
|
|
2942
3420
|
ListUploadsResponseContent: components["schemas"]["Upload"][];
|
|
2943
3421
|
ListVaultsResponseContent: components["schemas"]["Vault"][];
|
|
2944
3422
|
ListWebhooksResponseContent: components["schemas"]["Webhook"][];
|
|
3423
|
+
MarkAsReadRequestContent: {
|
|
3424
|
+
/** @description Array of readable_sgid values identifying the items to mark as read */
|
|
3425
|
+
readables: string[];
|
|
3426
|
+
};
|
|
2945
3427
|
Message: {
|
|
2946
3428
|
/** Format: int64 */
|
|
2947
3429
|
id: number;
|
|
@@ -3010,11 +3492,108 @@ export interface components {
|
|
|
3010
3492
|
MoveCardRequestContent: {
|
|
3011
3493
|
/** Format: int64 */
|
|
3012
3494
|
column_id: number;
|
|
3495
|
+
/**
|
|
3496
|
+
* Format: int32
|
|
3497
|
+
* @description 1-indexed position within the destination column. Defaults to 1 (top).
|
|
3498
|
+
*/
|
|
3499
|
+
position?: number;
|
|
3500
|
+
};
|
|
3501
|
+
MyAssignment: {
|
|
3502
|
+
/** Format: int64 */
|
|
3503
|
+
id: number;
|
|
3504
|
+
app_url?: string;
|
|
3505
|
+
content?: string;
|
|
3506
|
+
starts_on?: string;
|
|
3507
|
+
due_on?: string;
|
|
3508
|
+
bucket?: components["schemas"]["MyAssignmentBucket"];
|
|
3509
|
+
completed?: boolean;
|
|
3510
|
+
type?: string;
|
|
3511
|
+
assignees?: components["schemas"]["MyAssignmentAssignee"][];
|
|
3512
|
+
/** Format: int32 */
|
|
3513
|
+
comments_count?: number;
|
|
3514
|
+
has_description?: boolean;
|
|
3515
|
+
/**
|
|
3516
|
+
* Format: int64
|
|
3517
|
+
* @description Present on priority items
|
|
3518
|
+
*/
|
|
3519
|
+
priority_recording_id?: number;
|
|
3520
|
+
parent?: components["schemas"]["MyAssignmentParent"];
|
|
3521
|
+
children?: components["schemas"]["MyAssignment"][];
|
|
3522
|
+
};
|
|
3523
|
+
MyAssignmentAssignee: {
|
|
3524
|
+
/** Format: int64 */
|
|
3525
|
+
id: number;
|
|
3526
|
+
/** Format: password */
|
|
3527
|
+
name?: string;
|
|
3528
|
+
/** Format: password */
|
|
3529
|
+
avatar_url?: string;
|
|
3530
|
+
};
|
|
3531
|
+
MyAssignmentBucket: {
|
|
3532
|
+
/** Format: int64 */
|
|
3533
|
+
id: number;
|
|
3534
|
+
name?: string;
|
|
3535
|
+
app_url?: string;
|
|
3536
|
+
};
|
|
3537
|
+
MyAssignmentParent: {
|
|
3538
|
+
/** Format: int64 */
|
|
3539
|
+
id: number;
|
|
3540
|
+
title?: string;
|
|
3541
|
+
app_url?: string;
|
|
3013
3542
|
};
|
|
3014
3543
|
NotFoundErrorResponseContent: {
|
|
3015
3544
|
error: string;
|
|
3016
3545
|
message?: string;
|
|
3017
3546
|
};
|
|
3547
|
+
Notification: {
|
|
3548
|
+
/** Format: int64 */
|
|
3549
|
+
id: number;
|
|
3550
|
+
created_at: string;
|
|
3551
|
+
updated_at: string;
|
|
3552
|
+
section?: string;
|
|
3553
|
+
/** Format: int32 */
|
|
3554
|
+
unread_count?: number;
|
|
3555
|
+
unread_at?: string;
|
|
3556
|
+
read_at?: string;
|
|
3557
|
+
readable_sgid?: string;
|
|
3558
|
+
readable_identifier?: string;
|
|
3559
|
+
title?: string;
|
|
3560
|
+
type?: string;
|
|
3561
|
+
bucket_name?: string;
|
|
3562
|
+
creator?: components["schemas"]["Person"];
|
|
3563
|
+
content_excerpt?: string;
|
|
3564
|
+
app_url?: string;
|
|
3565
|
+
unread_url?: string;
|
|
3566
|
+
bookmark_url?: string;
|
|
3567
|
+
memory_url?: string;
|
|
3568
|
+
subscription_url?: string;
|
|
3569
|
+
subscribed?: boolean;
|
|
3570
|
+
previewable_attachments?: components["schemas"]["PreviewableAttachment"][];
|
|
3571
|
+
/** @description Present on ping notifications */
|
|
3572
|
+
participants?: components["schemas"]["Person"][];
|
|
3573
|
+
/** @description Whether the ping has a custom name (pings only) */
|
|
3574
|
+
named?: boolean;
|
|
3575
|
+
/** @description Custom image URL (pings only) */
|
|
3576
|
+
image_url?: string;
|
|
3577
|
+
};
|
|
3578
|
+
OutOfOffice: {
|
|
3579
|
+
person?: components["schemas"]["OutOfOfficePerson"];
|
|
3580
|
+
enabled?: boolean;
|
|
3581
|
+
ongoing?: boolean;
|
|
3582
|
+
start_date?: string;
|
|
3583
|
+
end_date?: string;
|
|
3584
|
+
};
|
|
3585
|
+
OutOfOfficePayload: {
|
|
3586
|
+
/** @description Start date in ISO 8601 format (YYYY-MM-DD) */
|
|
3587
|
+
start_date: string;
|
|
3588
|
+
/** @description End date in ISO 8601 format (YYYY-MM-DD) */
|
|
3589
|
+
end_date: string;
|
|
3590
|
+
};
|
|
3591
|
+
OutOfOfficePerson: {
|
|
3592
|
+
/** Format: int64 */
|
|
3593
|
+
id: number;
|
|
3594
|
+
/** Format: password */
|
|
3595
|
+
name?: string;
|
|
3596
|
+
};
|
|
3018
3597
|
PauseQuestionResponseContent: {
|
|
3019
3598
|
paused?: boolean;
|
|
3020
3599
|
};
|
|
@@ -3055,6 +3634,35 @@ export interface components {
|
|
|
3055
3634
|
/** Format: password */
|
|
3056
3635
|
name: string;
|
|
3057
3636
|
};
|
|
3637
|
+
Preferences: {
|
|
3638
|
+
url?: string;
|
|
3639
|
+
app_url?: string;
|
|
3640
|
+
time_zone_name?: string;
|
|
3641
|
+
first_week_day?: string;
|
|
3642
|
+
time_format?: string;
|
|
3643
|
+
};
|
|
3644
|
+
PreferencesPayload: {
|
|
3645
|
+
/** @description Time zone name (e.g. "America/Chicago", "London", "UTC") */
|
|
3646
|
+
time_zone_name?: string;
|
|
3647
|
+
/** @description First day of the week: Sunday, Monday, Tuesday, etc. */
|
|
3648
|
+
first_week_day?: string;
|
|
3649
|
+
/** @description Time display format: twelve_hour or twenty_four_hour */
|
|
3650
|
+
time_format?: string;
|
|
3651
|
+
};
|
|
3652
|
+
PreviewableAttachment: {
|
|
3653
|
+
/** Format: int64 */
|
|
3654
|
+
id?: number;
|
|
3655
|
+
url?: string;
|
|
3656
|
+
app_url?: string;
|
|
3657
|
+
content_type?: string;
|
|
3658
|
+
filename?: string;
|
|
3659
|
+
/** Format: int64 */
|
|
3660
|
+
filesize?: number;
|
|
3661
|
+
/** Format: int32 */
|
|
3662
|
+
width?: number;
|
|
3663
|
+
/** Format: int32 */
|
|
3664
|
+
height?: number;
|
|
3665
|
+
};
|
|
3058
3666
|
Project: {
|
|
3059
3667
|
/** Format: int64 */
|
|
3060
3668
|
id: number;
|
|
@@ -3552,14 +4160,11 @@ export interface components {
|
|
|
3552
4160
|
todolists_url?: string;
|
|
3553
4161
|
completed_ratio?: string;
|
|
3554
4162
|
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
4163
|
app_todolists_url?: string;
|
|
3562
4164
|
};
|
|
4165
|
+
ToggleGaugeRequestContent: {
|
|
4166
|
+
gauge: components["schemas"]["GaugeTogglePayload"];
|
|
4167
|
+
};
|
|
3563
4168
|
Tool: {
|
|
3564
4169
|
/** Format: int64 */
|
|
3565
4170
|
id: number;
|
|
@@ -3579,6 +4184,11 @@ export interface components {
|
|
|
3579
4184
|
error: string;
|
|
3580
4185
|
message?: string;
|
|
3581
4186
|
};
|
|
4187
|
+
UpdateAccountLogoInputPayload: string;
|
|
4188
|
+
UpdateAccountNameRequestContent: {
|
|
4189
|
+
name: string;
|
|
4190
|
+
};
|
|
4191
|
+
UpdateAccountNameResponseContent: components["schemas"]["Account"];
|
|
3582
4192
|
UpdateCardColumnRequestContent: {
|
|
3583
4193
|
title?: string;
|
|
3584
4194
|
description?: string;
|
|
@@ -3611,6 +4221,15 @@ export interface components {
|
|
|
3611
4221
|
content?: string;
|
|
3612
4222
|
};
|
|
3613
4223
|
UpdateDocumentResponseContent: components["schemas"]["Document"];
|
|
4224
|
+
UpdateGaugeNeedleRequestContent: {
|
|
4225
|
+
gauge_needle?: components["schemas"]["GaugeNeedleUpdatePayload"];
|
|
4226
|
+
};
|
|
4227
|
+
UpdateGaugeNeedleResponseContent: components["schemas"]["GaugeNeedle"];
|
|
4228
|
+
UpdateHillChartSettingsRequestContent: {
|
|
4229
|
+
tracked?: number[];
|
|
4230
|
+
untracked?: number[];
|
|
4231
|
+
};
|
|
4232
|
+
UpdateHillChartSettingsResponseContent: components["schemas"]["HillChart"];
|
|
3614
4233
|
UpdateLineupMarkerRequestContent: {
|
|
3615
4234
|
name?: string;
|
|
3616
4235
|
date?: string;
|
|
@@ -3629,6 +4248,25 @@ export interface components {
|
|
|
3629
4248
|
icon?: string;
|
|
3630
4249
|
};
|
|
3631
4250
|
UpdateMessageTypeResponseContent: components["schemas"]["MessageType"];
|
|
4251
|
+
UpdateMyPreferencesRequestContent: {
|
|
4252
|
+
person: components["schemas"]["PreferencesPayload"];
|
|
4253
|
+
};
|
|
4254
|
+
UpdateMyPreferencesResponseContent: components["schemas"]["Preferences"];
|
|
4255
|
+
UpdateMyProfileRequestContent: {
|
|
4256
|
+
/** Format: password */
|
|
4257
|
+
name?: string;
|
|
4258
|
+
/** Format: password */
|
|
4259
|
+
email_address?: string;
|
|
4260
|
+
/** Format: password */
|
|
4261
|
+
title?: string;
|
|
4262
|
+
/** Format: password */
|
|
4263
|
+
bio?: string;
|
|
4264
|
+
/** Format: password */
|
|
4265
|
+
location?: string;
|
|
4266
|
+
time_zone_name?: string;
|
|
4267
|
+
first_week_day?: components["schemas"]["FirstWeekDay"];
|
|
4268
|
+
time_format?: string;
|
|
4269
|
+
};
|
|
3632
4270
|
UpdateProjectAccessRequestContent: {
|
|
3633
4271
|
grant?: number[];
|
|
3634
4272
|
revoke?: number[];
|
|
@@ -3867,28 +4505,22 @@ export interface components {
|
|
|
3867
4505
|
}
|
|
3868
4506
|
export type $defs = Record<string, never>;
|
|
3869
4507
|
export interface operations {
|
|
3870
|
-
|
|
4508
|
+
GetAccount: {
|
|
3871
4509
|
parameters: {
|
|
3872
|
-
query
|
|
3873
|
-
name: string;
|
|
3874
|
-
};
|
|
4510
|
+
query?: never;
|
|
3875
4511
|
header?: never;
|
|
3876
4512
|
path?: never;
|
|
3877
4513
|
cookie?: never;
|
|
3878
4514
|
};
|
|
3879
|
-
requestBody
|
|
3880
|
-
content: {
|
|
3881
|
-
"application/octet-stream": components["schemas"]["CreateAttachmentInputPayload"];
|
|
3882
|
-
};
|
|
3883
|
-
};
|
|
4515
|
+
requestBody?: never;
|
|
3884
4516
|
responses: {
|
|
3885
|
-
/** @description
|
|
3886
|
-
|
|
4517
|
+
/** @description GetAccount 200 response */
|
|
4518
|
+
200: {
|
|
3887
4519
|
headers: {
|
|
3888
4520
|
[name: string]: unknown;
|
|
3889
4521
|
};
|
|
3890
4522
|
content: {
|
|
3891
|
-
"application/json": components["schemas"]["
|
|
4523
|
+
"application/json": components["schemas"]["GetAccountResponseContent"];
|
|
3892
4524
|
};
|
|
3893
4525
|
};
|
|
3894
4526
|
/** @description UnauthorizedError 401 response */
|
|
@@ -3909,24 +4541,6 @@ export interface operations {
|
|
|
3909
4541
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
3910
4542
|
};
|
|
3911
4543
|
};
|
|
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
4544
|
/** @description InternalServerError 500 response */
|
|
3931
4545
|
500: {
|
|
3932
4546
|
headers: {
|
|
@@ -3938,25 +4552,28 @@ export interface operations {
|
|
|
3938
4552
|
};
|
|
3939
4553
|
};
|
|
3940
4554
|
};
|
|
3941
|
-
|
|
4555
|
+
UpdateAccountLogo: {
|
|
3942
4556
|
parameters: {
|
|
3943
4557
|
query?: never;
|
|
3944
4558
|
header?: never;
|
|
3945
|
-
path
|
|
3946
|
-
boostId: number;
|
|
3947
|
-
};
|
|
4559
|
+
path?: never;
|
|
3948
4560
|
cookie?: never;
|
|
3949
4561
|
};
|
|
3950
|
-
requestBody
|
|
4562
|
+
requestBody: {
|
|
4563
|
+
content: {
|
|
4564
|
+
"multipart/form-data": {
|
|
4565
|
+
/** Format: binary */
|
|
4566
|
+
logo: string;
|
|
4567
|
+
};
|
|
4568
|
+
};
|
|
4569
|
+
};
|
|
3951
4570
|
responses: {
|
|
3952
|
-
/** @description
|
|
3953
|
-
|
|
4571
|
+
/** @description UpdateAccountLogo 204 response */
|
|
4572
|
+
204: {
|
|
3954
4573
|
headers: {
|
|
3955
4574
|
[name: string]: unknown;
|
|
3956
4575
|
};
|
|
3957
|
-
content
|
|
3958
|
-
"application/json": components["schemas"]["GetBoostResponseContent"];
|
|
3959
|
-
};
|
|
4576
|
+
content?: never;
|
|
3960
4577
|
};
|
|
3961
4578
|
/** @description UnauthorizedError 401 response */
|
|
3962
4579
|
401: {
|
|
@@ -3976,13 +4593,22 @@ export interface operations {
|
|
|
3976
4593
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
3977
4594
|
};
|
|
3978
4595
|
};
|
|
3979
|
-
/** @description
|
|
3980
|
-
|
|
4596
|
+
/** @description ValidationError 422 response */
|
|
4597
|
+
422: {
|
|
3981
4598
|
headers: {
|
|
3982
4599
|
[name: string]: unknown;
|
|
3983
4600
|
};
|
|
3984
4601
|
content: {
|
|
3985
|
-
"application/json": components["schemas"]["
|
|
4602
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
4603
|
+
};
|
|
4604
|
+
};
|
|
4605
|
+
/** @description RateLimitError 429 response */
|
|
4606
|
+
429: {
|
|
4607
|
+
headers: {
|
|
4608
|
+
[name: string]: unknown;
|
|
4609
|
+
};
|
|
4610
|
+
content: {
|
|
4611
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
3986
4612
|
};
|
|
3987
4613
|
};
|
|
3988
4614
|
/** @description InternalServerError 500 response */
|
|
@@ -3996,18 +4622,16 @@ export interface operations {
|
|
|
3996
4622
|
};
|
|
3997
4623
|
};
|
|
3998
4624
|
};
|
|
3999
|
-
|
|
4625
|
+
RemoveAccountLogo: {
|
|
4000
4626
|
parameters: {
|
|
4001
4627
|
query?: never;
|
|
4002
4628
|
header?: never;
|
|
4003
|
-
path
|
|
4004
|
-
boostId: number;
|
|
4005
|
-
};
|
|
4629
|
+
path?: never;
|
|
4006
4630
|
cookie?: never;
|
|
4007
4631
|
};
|
|
4008
4632
|
requestBody?: never;
|
|
4009
4633
|
responses: {
|
|
4010
|
-
/** @description
|
|
4634
|
+
/** @description RemoveAccountLogo 204 response */
|
|
4011
4635
|
204: {
|
|
4012
4636
|
headers: {
|
|
4013
4637
|
[name: string]: unknown;
|
|
@@ -4032,13 +4656,13 @@ export interface operations {
|
|
|
4032
4656
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4033
4657
|
};
|
|
4034
4658
|
};
|
|
4035
|
-
/** @description
|
|
4036
|
-
|
|
4659
|
+
/** @description RateLimitError 429 response */
|
|
4660
|
+
429: {
|
|
4037
4661
|
headers: {
|
|
4038
4662
|
[name: string]: unknown;
|
|
4039
4663
|
};
|
|
4040
4664
|
content: {
|
|
4041
|
-
"application/json": components["schemas"]["
|
|
4665
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4042
4666
|
};
|
|
4043
4667
|
};
|
|
4044
4668
|
/** @description InternalServerError 500 response */
|
|
@@ -4052,33 +4676,287 @@ export interface operations {
|
|
|
4052
4676
|
};
|
|
4053
4677
|
};
|
|
4054
4678
|
};
|
|
4055
|
-
|
|
4679
|
+
UpdateAccountName: {
|
|
4056
4680
|
parameters: {
|
|
4057
4681
|
query?: never;
|
|
4058
4682
|
header?: never;
|
|
4059
|
-
path
|
|
4060
|
-
bucketId: number;
|
|
4061
|
-
};
|
|
4683
|
+
path?: never;
|
|
4062
4684
|
cookie?: never;
|
|
4063
4685
|
};
|
|
4064
|
-
requestBody
|
|
4686
|
+
requestBody: {
|
|
4687
|
+
content: {
|
|
4688
|
+
"application/json": components["schemas"]["UpdateAccountNameRequestContent"];
|
|
4689
|
+
};
|
|
4690
|
+
};
|
|
4065
4691
|
responses: {
|
|
4066
|
-
/** @description
|
|
4692
|
+
/** @description UpdateAccountName 200 response */
|
|
4067
4693
|
200: {
|
|
4068
4694
|
headers: {
|
|
4069
4695
|
[name: string]: unknown;
|
|
4070
4696
|
};
|
|
4071
4697
|
content: {
|
|
4072
|
-
"application/json": components["schemas"]["
|
|
4698
|
+
"application/json": components["schemas"]["UpdateAccountNameResponseContent"];
|
|
4073
4699
|
};
|
|
4074
4700
|
};
|
|
4075
|
-
/** @description
|
|
4076
|
-
|
|
4701
|
+
/** @description BadRequestError 400 response */
|
|
4702
|
+
400: {
|
|
4077
4703
|
headers: {
|
|
4078
4704
|
[name: string]: unknown;
|
|
4079
4705
|
};
|
|
4080
4706
|
content: {
|
|
4081
|
-
"application/json": components["schemas"]["
|
|
4707
|
+
"application/json": components["schemas"]["BadRequestErrorResponseContent"];
|
|
4708
|
+
};
|
|
4709
|
+
};
|
|
4710
|
+
/** @description UnauthorizedError 401 response */
|
|
4711
|
+
401: {
|
|
4712
|
+
headers: {
|
|
4713
|
+
[name: string]: unknown;
|
|
4714
|
+
};
|
|
4715
|
+
content: {
|
|
4716
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4717
|
+
};
|
|
4718
|
+
};
|
|
4719
|
+
/** @description ForbiddenError 403 response */
|
|
4720
|
+
403: {
|
|
4721
|
+
headers: {
|
|
4722
|
+
[name: string]: unknown;
|
|
4723
|
+
};
|
|
4724
|
+
content: {
|
|
4725
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4726
|
+
};
|
|
4727
|
+
};
|
|
4728
|
+
/** @description RateLimitError 429 response */
|
|
4729
|
+
429: {
|
|
4730
|
+
headers: {
|
|
4731
|
+
[name: string]: unknown;
|
|
4732
|
+
};
|
|
4733
|
+
content: {
|
|
4734
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4735
|
+
};
|
|
4736
|
+
};
|
|
4737
|
+
/** @description InternalServerError 500 response */
|
|
4738
|
+
500: {
|
|
4739
|
+
headers: {
|
|
4740
|
+
[name: string]: unknown;
|
|
4741
|
+
};
|
|
4742
|
+
content: {
|
|
4743
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4744
|
+
};
|
|
4745
|
+
};
|
|
4746
|
+
};
|
|
4747
|
+
};
|
|
4748
|
+
CreateAttachment: {
|
|
4749
|
+
parameters: {
|
|
4750
|
+
query: {
|
|
4751
|
+
name: string;
|
|
4752
|
+
};
|
|
4753
|
+
header?: never;
|
|
4754
|
+
path?: never;
|
|
4755
|
+
cookie?: never;
|
|
4756
|
+
};
|
|
4757
|
+
requestBody: {
|
|
4758
|
+
content: {
|
|
4759
|
+
"application/octet-stream": components["schemas"]["CreateAttachmentInputPayload"];
|
|
4760
|
+
};
|
|
4761
|
+
};
|
|
4762
|
+
responses: {
|
|
4763
|
+
/** @description CreateAttachment 201 response */
|
|
4764
|
+
201: {
|
|
4765
|
+
headers: {
|
|
4766
|
+
[name: string]: unknown;
|
|
4767
|
+
};
|
|
4768
|
+
content: {
|
|
4769
|
+
"application/json": components["schemas"]["CreateAttachmentResponseContent"];
|
|
4770
|
+
};
|
|
4771
|
+
};
|
|
4772
|
+
/** @description UnauthorizedError 401 response */
|
|
4773
|
+
401: {
|
|
4774
|
+
headers: {
|
|
4775
|
+
[name: string]: unknown;
|
|
4776
|
+
};
|
|
4777
|
+
content: {
|
|
4778
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4779
|
+
};
|
|
4780
|
+
};
|
|
4781
|
+
/** @description ForbiddenError 403 response */
|
|
4782
|
+
403: {
|
|
4783
|
+
headers: {
|
|
4784
|
+
[name: string]: unknown;
|
|
4785
|
+
};
|
|
4786
|
+
content: {
|
|
4787
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4788
|
+
};
|
|
4789
|
+
};
|
|
4790
|
+
/** @description ValidationError 422 response */
|
|
4791
|
+
422: {
|
|
4792
|
+
headers: {
|
|
4793
|
+
[name: string]: unknown;
|
|
4794
|
+
};
|
|
4795
|
+
content: {
|
|
4796
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
4797
|
+
};
|
|
4798
|
+
};
|
|
4799
|
+
/** @description RateLimitError 429 response */
|
|
4800
|
+
429: {
|
|
4801
|
+
headers: {
|
|
4802
|
+
[name: string]: unknown;
|
|
4803
|
+
};
|
|
4804
|
+
content: {
|
|
4805
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
4806
|
+
};
|
|
4807
|
+
};
|
|
4808
|
+
/** @description InternalServerError 500 response */
|
|
4809
|
+
500: {
|
|
4810
|
+
headers: {
|
|
4811
|
+
[name: string]: unknown;
|
|
4812
|
+
};
|
|
4813
|
+
content: {
|
|
4814
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4815
|
+
};
|
|
4816
|
+
};
|
|
4817
|
+
};
|
|
4818
|
+
};
|
|
4819
|
+
GetBoost: {
|
|
4820
|
+
parameters: {
|
|
4821
|
+
query?: never;
|
|
4822
|
+
header?: never;
|
|
4823
|
+
path: {
|
|
4824
|
+
boostId: number;
|
|
4825
|
+
};
|
|
4826
|
+
cookie?: never;
|
|
4827
|
+
};
|
|
4828
|
+
requestBody?: never;
|
|
4829
|
+
responses: {
|
|
4830
|
+
/** @description GetBoost 200 response */
|
|
4831
|
+
200: {
|
|
4832
|
+
headers: {
|
|
4833
|
+
[name: string]: unknown;
|
|
4834
|
+
};
|
|
4835
|
+
content: {
|
|
4836
|
+
"application/json": components["schemas"]["GetBoostResponseContent"];
|
|
4837
|
+
};
|
|
4838
|
+
};
|
|
4839
|
+
/** @description UnauthorizedError 401 response */
|
|
4840
|
+
401: {
|
|
4841
|
+
headers: {
|
|
4842
|
+
[name: string]: unknown;
|
|
4843
|
+
};
|
|
4844
|
+
content: {
|
|
4845
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4846
|
+
};
|
|
4847
|
+
};
|
|
4848
|
+
/** @description ForbiddenError 403 response */
|
|
4849
|
+
403: {
|
|
4850
|
+
headers: {
|
|
4851
|
+
[name: string]: unknown;
|
|
4852
|
+
};
|
|
4853
|
+
content: {
|
|
4854
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4855
|
+
};
|
|
4856
|
+
};
|
|
4857
|
+
/** @description NotFoundError 404 response */
|
|
4858
|
+
404: {
|
|
4859
|
+
headers: {
|
|
4860
|
+
[name: string]: unknown;
|
|
4861
|
+
};
|
|
4862
|
+
content: {
|
|
4863
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
4864
|
+
};
|
|
4865
|
+
};
|
|
4866
|
+
/** @description InternalServerError 500 response */
|
|
4867
|
+
500: {
|
|
4868
|
+
headers: {
|
|
4869
|
+
[name: string]: unknown;
|
|
4870
|
+
};
|
|
4871
|
+
content: {
|
|
4872
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4873
|
+
};
|
|
4874
|
+
};
|
|
4875
|
+
};
|
|
4876
|
+
};
|
|
4877
|
+
DeleteBoost: {
|
|
4878
|
+
parameters: {
|
|
4879
|
+
query?: never;
|
|
4880
|
+
header?: never;
|
|
4881
|
+
path: {
|
|
4882
|
+
boostId: number;
|
|
4883
|
+
};
|
|
4884
|
+
cookie?: never;
|
|
4885
|
+
};
|
|
4886
|
+
requestBody?: never;
|
|
4887
|
+
responses: {
|
|
4888
|
+
/** @description DeleteBoost 204 response */
|
|
4889
|
+
204: {
|
|
4890
|
+
headers: {
|
|
4891
|
+
[name: string]: unknown;
|
|
4892
|
+
};
|
|
4893
|
+
content?: never;
|
|
4894
|
+
};
|
|
4895
|
+
/** @description UnauthorizedError 401 response */
|
|
4896
|
+
401: {
|
|
4897
|
+
headers: {
|
|
4898
|
+
[name: string]: unknown;
|
|
4899
|
+
};
|
|
4900
|
+
content: {
|
|
4901
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4902
|
+
};
|
|
4903
|
+
};
|
|
4904
|
+
/** @description ForbiddenError 403 response */
|
|
4905
|
+
403: {
|
|
4906
|
+
headers: {
|
|
4907
|
+
[name: string]: unknown;
|
|
4908
|
+
};
|
|
4909
|
+
content: {
|
|
4910
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
4911
|
+
};
|
|
4912
|
+
};
|
|
4913
|
+
/** @description NotFoundError 404 response */
|
|
4914
|
+
404: {
|
|
4915
|
+
headers: {
|
|
4916
|
+
[name: string]: unknown;
|
|
4917
|
+
};
|
|
4918
|
+
content: {
|
|
4919
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
4920
|
+
};
|
|
4921
|
+
};
|
|
4922
|
+
/** @description InternalServerError 500 response */
|
|
4923
|
+
500: {
|
|
4924
|
+
headers: {
|
|
4925
|
+
[name: string]: unknown;
|
|
4926
|
+
};
|
|
4927
|
+
content: {
|
|
4928
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
4929
|
+
};
|
|
4930
|
+
};
|
|
4931
|
+
};
|
|
4932
|
+
};
|
|
4933
|
+
ListWebhooks: {
|
|
4934
|
+
parameters: {
|
|
4935
|
+
query?: never;
|
|
4936
|
+
header?: never;
|
|
4937
|
+
path: {
|
|
4938
|
+
bucketId: number;
|
|
4939
|
+
};
|
|
4940
|
+
cookie?: never;
|
|
4941
|
+
};
|
|
4942
|
+
requestBody?: never;
|
|
4943
|
+
responses: {
|
|
4944
|
+
/** @description ListWebhooks 200 response */
|
|
4945
|
+
200: {
|
|
4946
|
+
headers: {
|
|
4947
|
+
[name: string]: unknown;
|
|
4948
|
+
};
|
|
4949
|
+
content: {
|
|
4950
|
+
"application/json": components["schemas"]["ListWebhooksResponseContent"];
|
|
4951
|
+
};
|
|
4952
|
+
};
|
|
4953
|
+
/** @description UnauthorizedError 401 response */
|
|
4954
|
+
401: {
|
|
4955
|
+
headers: {
|
|
4956
|
+
[name: string]: unknown;
|
|
4957
|
+
};
|
|
4958
|
+
content: {
|
|
4959
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
4082
4960
|
};
|
|
4083
4961
|
};
|
|
4084
4962
|
/** @description ForbiddenError 403 response */
|
|
@@ -6244,10 +7122,15 @@ export interface operations {
|
|
|
6244
7122
|
};
|
|
6245
7123
|
ListCampfireLines: {
|
|
6246
7124
|
parameters: {
|
|
6247
|
-
query?:
|
|
6248
|
-
|
|
6249
|
-
|
|
6250
|
-
|
|
7125
|
+
query?: {
|
|
7126
|
+
/** @description created_at|updated_at */
|
|
7127
|
+
sort?: string;
|
|
7128
|
+
/** @description asc|desc */
|
|
7129
|
+
direction?: string;
|
|
7130
|
+
};
|
|
7131
|
+
header?: never;
|
|
7132
|
+
path: {
|
|
7133
|
+
campfireId: number;
|
|
6251
7134
|
};
|
|
6252
7135
|
cookie?: never;
|
|
6253
7136
|
};
|
|
@@ -6489,7 +7372,12 @@ export interface operations {
|
|
|
6489
7372
|
};
|
|
6490
7373
|
ListCampfireUploads: {
|
|
6491
7374
|
parameters: {
|
|
6492
|
-
query?:
|
|
7375
|
+
query?: {
|
|
7376
|
+
/** @description created_at|updated_at */
|
|
7377
|
+
sort?: string;
|
|
7378
|
+
/** @description asc|desc */
|
|
7379
|
+
direction?: string;
|
|
7380
|
+
};
|
|
6493
7381
|
header?: never;
|
|
6494
7382
|
path: {
|
|
6495
7383
|
campfireId: number;
|
|
@@ -6677,7 +7565,12 @@ export interface operations {
|
|
|
6677
7565
|
};
|
|
6678
7566
|
ListClientApprovals: {
|
|
6679
7567
|
parameters: {
|
|
6680
|
-
query?:
|
|
7568
|
+
query?: {
|
|
7569
|
+
/** @description created_at|updated_at */
|
|
7570
|
+
sort?: string;
|
|
7571
|
+
/** @description asc|desc */
|
|
7572
|
+
direction?: string;
|
|
7573
|
+
};
|
|
6681
7574
|
header?: never;
|
|
6682
7575
|
path?: never;
|
|
6683
7576
|
cookie?: never;
|
|
@@ -6791,7 +7684,12 @@ export interface operations {
|
|
|
6791
7684
|
};
|
|
6792
7685
|
ListClientCorrespondences: {
|
|
6793
7686
|
parameters: {
|
|
6794
|
-
query?:
|
|
7687
|
+
query?: {
|
|
7688
|
+
/** @description created_at|updated_at */
|
|
7689
|
+
sort?: string;
|
|
7690
|
+
/** @description asc|desc */
|
|
7691
|
+
direction?: string;
|
|
7692
|
+
};
|
|
6795
7693
|
header?: never;
|
|
6796
7694
|
path?: never;
|
|
6797
7695
|
cookie?: never;
|
|
@@ -7532,6 +8430,209 @@ export interface operations {
|
|
|
7532
8430
|
};
|
|
7533
8431
|
};
|
|
7534
8432
|
};
|
|
8433
|
+
GetGaugeNeedle: {
|
|
8434
|
+
parameters: {
|
|
8435
|
+
query?: never;
|
|
8436
|
+
header?: never;
|
|
8437
|
+
path: {
|
|
8438
|
+
needleId: number;
|
|
8439
|
+
};
|
|
8440
|
+
cookie?: never;
|
|
8441
|
+
};
|
|
8442
|
+
requestBody?: never;
|
|
8443
|
+
responses: {
|
|
8444
|
+
/** @description GetGaugeNeedle 200 response */
|
|
8445
|
+
200: {
|
|
8446
|
+
headers: {
|
|
8447
|
+
[name: string]: unknown;
|
|
8448
|
+
};
|
|
8449
|
+
content: {
|
|
8450
|
+
"application/json": components["schemas"]["GetGaugeNeedleResponseContent"];
|
|
8451
|
+
};
|
|
8452
|
+
};
|
|
8453
|
+
/** @description UnauthorizedError 401 response */
|
|
8454
|
+
401: {
|
|
8455
|
+
headers: {
|
|
8456
|
+
[name: string]: unknown;
|
|
8457
|
+
};
|
|
8458
|
+
content: {
|
|
8459
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
8460
|
+
};
|
|
8461
|
+
};
|
|
8462
|
+
/** @description ForbiddenError 403 response */
|
|
8463
|
+
403: {
|
|
8464
|
+
headers: {
|
|
8465
|
+
[name: string]: unknown;
|
|
8466
|
+
};
|
|
8467
|
+
content: {
|
|
8468
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8469
|
+
};
|
|
8470
|
+
};
|
|
8471
|
+
/** @description NotFoundError 404 response */
|
|
8472
|
+
404: {
|
|
8473
|
+
headers: {
|
|
8474
|
+
[name: string]: unknown;
|
|
8475
|
+
};
|
|
8476
|
+
content: {
|
|
8477
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8478
|
+
};
|
|
8479
|
+
};
|
|
8480
|
+
/** @description InternalServerError 500 response */
|
|
8481
|
+
500: {
|
|
8482
|
+
headers: {
|
|
8483
|
+
[name: string]: unknown;
|
|
8484
|
+
};
|
|
8485
|
+
content: {
|
|
8486
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8487
|
+
};
|
|
8488
|
+
};
|
|
8489
|
+
};
|
|
8490
|
+
};
|
|
8491
|
+
UpdateGaugeNeedle: {
|
|
8492
|
+
parameters: {
|
|
8493
|
+
query?: never;
|
|
8494
|
+
header?: never;
|
|
8495
|
+
path: {
|
|
8496
|
+
needleId: number;
|
|
8497
|
+
};
|
|
8498
|
+
cookie?: never;
|
|
8499
|
+
};
|
|
8500
|
+
requestBody?: {
|
|
8501
|
+
content: {
|
|
8502
|
+
"application/json": components["schemas"]["UpdateGaugeNeedleRequestContent"];
|
|
8503
|
+
};
|
|
8504
|
+
};
|
|
8505
|
+
responses: {
|
|
8506
|
+
/** @description UpdateGaugeNeedle 200 response */
|
|
8507
|
+
200: {
|
|
8508
|
+
headers: {
|
|
8509
|
+
[name: string]: unknown;
|
|
8510
|
+
};
|
|
8511
|
+
content: {
|
|
8512
|
+
"application/json": components["schemas"]["UpdateGaugeNeedleResponseContent"];
|
|
8513
|
+
};
|
|
8514
|
+
};
|
|
8515
|
+
/** @description UnauthorizedError 401 response */
|
|
8516
|
+
401: {
|
|
8517
|
+
headers: {
|
|
8518
|
+
[name: string]: unknown;
|
|
8519
|
+
};
|
|
8520
|
+
content: {
|
|
8521
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
8522
|
+
};
|
|
8523
|
+
};
|
|
8524
|
+
/** @description ForbiddenError 403 response */
|
|
8525
|
+
403: {
|
|
8526
|
+
headers: {
|
|
8527
|
+
[name: string]: unknown;
|
|
8528
|
+
};
|
|
8529
|
+
content: {
|
|
8530
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8531
|
+
};
|
|
8532
|
+
};
|
|
8533
|
+
/** @description NotFoundError 404 response */
|
|
8534
|
+
404: {
|
|
8535
|
+
headers: {
|
|
8536
|
+
[name: string]: unknown;
|
|
8537
|
+
};
|
|
8538
|
+
content: {
|
|
8539
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8540
|
+
};
|
|
8541
|
+
};
|
|
8542
|
+
/** @description ValidationError 422 response */
|
|
8543
|
+
422: {
|
|
8544
|
+
headers: {
|
|
8545
|
+
[name: string]: unknown;
|
|
8546
|
+
};
|
|
8547
|
+
content: {
|
|
8548
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
8549
|
+
};
|
|
8550
|
+
};
|
|
8551
|
+
/** @description RateLimitError 429 response */
|
|
8552
|
+
429: {
|
|
8553
|
+
headers: {
|
|
8554
|
+
[name: string]: unknown;
|
|
8555
|
+
};
|
|
8556
|
+
content: {
|
|
8557
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8558
|
+
};
|
|
8559
|
+
};
|
|
8560
|
+
/** @description InternalServerError 500 response */
|
|
8561
|
+
500: {
|
|
8562
|
+
headers: {
|
|
8563
|
+
[name: string]: unknown;
|
|
8564
|
+
};
|
|
8565
|
+
content: {
|
|
8566
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8567
|
+
};
|
|
8568
|
+
};
|
|
8569
|
+
};
|
|
8570
|
+
};
|
|
8571
|
+
DestroyGaugeNeedle: {
|
|
8572
|
+
parameters: {
|
|
8573
|
+
query?: never;
|
|
8574
|
+
header?: never;
|
|
8575
|
+
path: {
|
|
8576
|
+
needleId: number;
|
|
8577
|
+
};
|
|
8578
|
+
cookie?: never;
|
|
8579
|
+
};
|
|
8580
|
+
requestBody?: never;
|
|
8581
|
+
responses: {
|
|
8582
|
+
/** @description DestroyGaugeNeedle 204 response */
|
|
8583
|
+
204: {
|
|
8584
|
+
headers: {
|
|
8585
|
+
[name: string]: unknown;
|
|
8586
|
+
};
|
|
8587
|
+
content?: never;
|
|
8588
|
+
};
|
|
8589
|
+
/** @description UnauthorizedError 401 response */
|
|
8590
|
+
401: {
|
|
8591
|
+
headers: {
|
|
8592
|
+
[name: string]: unknown;
|
|
8593
|
+
};
|
|
8594
|
+
content: {
|
|
8595
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
8596
|
+
};
|
|
8597
|
+
};
|
|
8598
|
+
/** @description ForbiddenError 403 response */
|
|
8599
|
+
403: {
|
|
8600
|
+
headers: {
|
|
8601
|
+
[name: string]: unknown;
|
|
8602
|
+
};
|
|
8603
|
+
content: {
|
|
8604
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8605
|
+
};
|
|
8606
|
+
};
|
|
8607
|
+
/** @description NotFoundError 404 response */
|
|
8608
|
+
404: {
|
|
8609
|
+
headers: {
|
|
8610
|
+
[name: string]: unknown;
|
|
8611
|
+
};
|
|
8612
|
+
content: {
|
|
8613
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8614
|
+
};
|
|
8615
|
+
};
|
|
8616
|
+
/** @description RateLimitError 429 response */
|
|
8617
|
+
429: {
|
|
8618
|
+
headers: {
|
|
8619
|
+
[name: string]: unknown;
|
|
8620
|
+
};
|
|
8621
|
+
content: {
|
|
8622
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8623
|
+
};
|
|
8624
|
+
};
|
|
8625
|
+
/** @description InternalServerError 500 response */
|
|
8626
|
+
500: {
|
|
8627
|
+
headers: {
|
|
8628
|
+
[name: string]: unknown;
|
|
8629
|
+
};
|
|
8630
|
+
content: {
|
|
8631
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
8632
|
+
};
|
|
8633
|
+
};
|
|
8634
|
+
};
|
|
8635
|
+
};
|
|
7535
8636
|
GetForward: {
|
|
7536
8637
|
parameters: {
|
|
7537
8638
|
query?: never;
|
|
@@ -7838,7 +8939,12 @@ export interface operations {
|
|
|
7838
8939
|
};
|
|
7839
8940
|
ListForwards: {
|
|
7840
8941
|
parameters: {
|
|
7841
|
-
query?:
|
|
8942
|
+
query?: {
|
|
8943
|
+
/** @description created_at|updated_at */
|
|
8944
|
+
sort?: string;
|
|
8945
|
+
/** @description asc|desc */
|
|
8946
|
+
direction?: string;
|
|
8947
|
+
};
|
|
7842
8948
|
header?: never;
|
|
7843
8949
|
path: {
|
|
7844
8950
|
inboxId: number;
|
|
@@ -8463,7 +9569,7 @@ export interface operations {
|
|
|
8463
9569
|
};
|
|
8464
9570
|
};
|
|
8465
9571
|
};
|
|
8466
|
-
|
|
9572
|
+
GetMyAssignments: {
|
|
8467
9573
|
parameters: {
|
|
8468
9574
|
query?: never;
|
|
8469
9575
|
header?: never;
|
|
@@ -8472,13 +9578,13 @@ export interface operations {
|
|
|
8472
9578
|
};
|
|
8473
9579
|
requestBody?: never;
|
|
8474
9580
|
responses: {
|
|
8475
|
-
/** @description
|
|
9581
|
+
/** @description GetMyAssignments 200 response */
|
|
8476
9582
|
200: {
|
|
8477
9583
|
headers: {
|
|
8478
9584
|
[name: string]: unknown;
|
|
8479
9585
|
};
|
|
8480
9586
|
content: {
|
|
8481
|
-
"application/json": components["schemas"]["
|
|
9587
|
+
"application/json": components["schemas"]["GetMyAssignmentsResponseContent"];
|
|
8482
9588
|
};
|
|
8483
9589
|
};
|
|
8484
9590
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8499,15 +9605,6 @@ export interface operations {
|
|
|
8499
9605
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8500
9606
|
};
|
|
8501
9607
|
};
|
|
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
9608
|
/** @description InternalServerError 500 response */
|
|
8512
9609
|
500: {
|
|
8513
9610
|
headers: {
|
|
@@ -8519,7 +9616,7 @@ export interface operations {
|
|
|
8519
9616
|
};
|
|
8520
9617
|
};
|
|
8521
9618
|
};
|
|
8522
|
-
|
|
9619
|
+
GetMyCompletedAssignments: {
|
|
8523
9620
|
parameters: {
|
|
8524
9621
|
query?: never;
|
|
8525
9622
|
header?: never;
|
|
@@ -8528,13 +9625,13 @@ export interface operations {
|
|
|
8528
9625
|
};
|
|
8529
9626
|
requestBody?: never;
|
|
8530
9627
|
responses: {
|
|
8531
|
-
/** @description
|
|
9628
|
+
/** @description GetMyCompletedAssignments 200 response */
|
|
8532
9629
|
200: {
|
|
8533
9630
|
headers: {
|
|
8534
9631
|
[name: string]: unknown;
|
|
8535
9632
|
};
|
|
8536
9633
|
content: {
|
|
8537
|
-
"application/json": components["schemas"]["
|
|
9634
|
+
"application/json": components["schemas"]["GetMyCompletedAssignmentsResponseContent"];
|
|
8538
9635
|
};
|
|
8539
9636
|
};
|
|
8540
9637
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8555,15 +9652,6 @@ export interface operations {
|
|
|
8555
9652
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8556
9653
|
};
|
|
8557
9654
|
};
|
|
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
9655
|
/** @description InternalServerError 500 response */
|
|
8568
9656
|
500: {
|
|
8569
9657
|
headers: {
|
|
@@ -8575,9 +9663,465 @@ export interface operations {
|
|
|
8575
9663
|
};
|
|
8576
9664
|
};
|
|
8577
9665
|
};
|
|
8578
|
-
|
|
9666
|
+
GetMyDueAssignments: {
|
|
8579
9667
|
parameters: {
|
|
8580
|
-
query?:
|
|
9668
|
+
query?: {
|
|
9669
|
+
/**
|
|
9670
|
+
* @description Filter by due date range: overdue, due_today, due_tomorrow,
|
|
9671
|
+
* due_later_this_week, due_next_week, due_later
|
|
9672
|
+
*/
|
|
9673
|
+
scope?: string;
|
|
9674
|
+
};
|
|
9675
|
+
header?: never;
|
|
9676
|
+
path?: never;
|
|
9677
|
+
cookie?: never;
|
|
9678
|
+
};
|
|
9679
|
+
requestBody?: never;
|
|
9680
|
+
responses: {
|
|
9681
|
+
/** @description GetMyDueAssignments 200 response */
|
|
9682
|
+
200: {
|
|
9683
|
+
headers: {
|
|
9684
|
+
[name: string]: unknown;
|
|
9685
|
+
};
|
|
9686
|
+
content: {
|
|
9687
|
+
"application/json": components["schemas"]["GetMyDueAssignmentsResponseContent"];
|
|
9688
|
+
};
|
|
9689
|
+
};
|
|
9690
|
+
/** @description BadRequestError 400 response */
|
|
9691
|
+
400: {
|
|
9692
|
+
headers: {
|
|
9693
|
+
[name: string]: unknown;
|
|
9694
|
+
};
|
|
9695
|
+
content: {
|
|
9696
|
+
"application/json": components["schemas"]["BadRequestErrorResponseContent"];
|
|
9697
|
+
};
|
|
9698
|
+
};
|
|
9699
|
+
/** @description UnauthorizedError 401 response */
|
|
9700
|
+
401: {
|
|
9701
|
+
headers: {
|
|
9702
|
+
[name: string]: unknown;
|
|
9703
|
+
};
|
|
9704
|
+
content: {
|
|
9705
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9706
|
+
};
|
|
9707
|
+
};
|
|
9708
|
+
/** @description ForbiddenError 403 response */
|
|
9709
|
+
403: {
|
|
9710
|
+
headers: {
|
|
9711
|
+
[name: string]: unknown;
|
|
9712
|
+
};
|
|
9713
|
+
content: {
|
|
9714
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9715
|
+
};
|
|
9716
|
+
};
|
|
9717
|
+
/** @description InternalServerError 500 response */
|
|
9718
|
+
500: {
|
|
9719
|
+
headers: {
|
|
9720
|
+
[name: string]: unknown;
|
|
9721
|
+
};
|
|
9722
|
+
content: {
|
|
9723
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9724
|
+
};
|
|
9725
|
+
};
|
|
9726
|
+
};
|
|
9727
|
+
};
|
|
9728
|
+
GetMyPreferences: {
|
|
9729
|
+
parameters: {
|
|
9730
|
+
query?: never;
|
|
9731
|
+
header?: never;
|
|
9732
|
+
path?: never;
|
|
9733
|
+
cookie?: never;
|
|
9734
|
+
};
|
|
9735
|
+
requestBody?: never;
|
|
9736
|
+
responses: {
|
|
9737
|
+
/** @description GetMyPreferences 200 response */
|
|
9738
|
+
200: {
|
|
9739
|
+
headers: {
|
|
9740
|
+
[name: string]: unknown;
|
|
9741
|
+
};
|
|
9742
|
+
content: {
|
|
9743
|
+
"application/json": components["schemas"]["GetMyPreferencesResponseContent"];
|
|
9744
|
+
};
|
|
9745
|
+
};
|
|
9746
|
+
/** @description UnauthorizedError 401 response */
|
|
9747
|
+
401: {
|
|
9748
|
+
headers: {
|
|
9749
|
+
[name: string]: unknown;
|
|
9750
|
+
};
|
|
9751
|
+
content: {
|
|
9752
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9753
|
+
};
|
|
9754
|
+
};
|
|
9755
|
+
/** @description ForbiddenError 403 response */
|
|
9756
|
+
403: {
|
|
9757
|
+
headers: {
|
|
9758
|
+
[name: string]: unknown;
|
|
9759
|
+
};
|
|
9760
|
+
content: {
|
|
9761
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9762
|
+
};
|
|
9763
|
+
};
|
|
9764
|
+
/** @description InternalServerError 500 response */
|
|
9765
|
+
500: {
|
|
9766
|
+
headers: {
|
|
9767
|
+
[name: string]: unknown;
|
|
9768
|
+
};
|
|
9769
|
+
content: {
|
|
9770
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9771
|
+
};
|
|
9772
|
+
};
|
|
9773
|
+
};
|
|
9774
|
+
};
|
|
9775
|
+
UpdateMyPreferences: {
|
|
9776
|
+
parameters: {
|
|
9777
|
+
query?: never;
|
|
9778
|
+
header?: never;
|
|
9779
|
+
path?: never;
|
|
9780
|
+
cookie?: never;
|
|
9781
|
+
};
|
|
9782
|
+
requestBody: {
|
|
9783
|
+
content: {
|
|
9784
|
+
"application/json": components["schemas"]["UpdateMyPreferencesRequestContent"];
|
|
9785
|
+
};
|
|
9786
|
+
};
|
|
9787
|
+
responses: {
|
|
9788
|
+
/** @description UpdateMyPreferences 200 response */
|
|
9789
|
+
200: {
|
|
9790
|
+
headers: {
|
|
9791
|
+
[name: string]: unknown;
|
|
9792
|
+
};
|
|
9793
|
+
content: {
|
|
9794
|
+
"application/json": components["schemas"]["UpdateMyPreferencesResponseContent"];
|
|
9795
|
+
};
|
|
9796
|
+
};
|
|
9797
|
+
/** @description UnauthorizedError 401 response */
|
|
9798
|
+
401: {
|
|
9799
|
+
headers: {
|
|
9800
|
+
[name: string]: unknown;
|
|
9801
|
+
};
|
|
9802
|
+
content: {
|
|
9803
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9804
|
+
};
|
|
9805
|
+
};
|
|
9806
|
+
/** @description ForbiddenError 403 response */
|
|
9807
|
+
403: {
|
|
9808
|
+
headers: {
|
|
9809
|
+
[name: string]: unknown;
|
|
9810
|
+
};
|
|
9811
|
+
content: {
|
|
9812
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9813
|
+
};
|
|
9814
|
+
};
|
|
9815
|
+
/** @description ValidationError 422 response */
|
|
9816
|
+
422: {
|
|
9817
|
+
headers: {
|
|
9818
|
+
[name: string]: unknown;
|
|
9819
|
+
};
|
|
9820
|
+
content: {
|
|
9821
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9822
|
+
};
|
|
9823
|
+
};
|
|
9824
|
+
/** @description RateLimitError 429 response */
|
|
9825
|
+
429: {
|
|
9826
|
+
headers: {
|
|
9827
|
+
[name: string]: unknown;
|
|
9828
|
+
};
|
|
9829
|
+
content: {
|
|
9830
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9831
|
+
};
|
|
9832
|
+
};
|
|
9833
|
+
/** @description InternalServerError 500 response */
|
|
9834
|
+
500: {
|
|
9835
|
+
headers: {
|
|
9836
|
+
[name: string]: unknown;
|
|
9837
|
+
};
|
|
9838
|
+
content: {
|
|
9839
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9840
|
+
};
|
|
9841
|
+
};
|
|
9842
|
+
};
|
|
9843
|
+
};
|
|
9844
|
+
GetMyProfile: {
|
|
9845
|
+
parameters: {
|
|
9846
|
+
query?: never;
|
|
9847
|
+
header?: never;
|
|
9848
|
+
path?: never;
|
|
9849
|
+
cookie?: never;
|
|
9850
|
+
};
|
|
9851
|
+
requestBody?: never;
|
|
9852
|
+
responses: {
|
|
9853
|
+
/** @description GetMyProfile 200 response */
|
|
9854
|
+
200: {
|
|
9855
|
+
headers: {
|
|
9856
|
+
[name: string]: unknown;
|
|
9857
|
+
};
|
|
9858
|
+
content: {
|
|
9859
|
+
"application/json": components["schemas"]["GetMyProfileResponseContent"];
|
|
9860
|
+
};
|
|
9861
|
+
};
|
|
9862
|
+
/** @description UnauthorizedError 401 response */
|
|
9863
|
+
401: {
|
|
9864
|
+
headers: {
|
|
9865
|
+
[name: string]: unknown;
|
|
9866
|
+
};
|
|
9867
|
+
content: {
|
|
9868
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9869
|
+
};
|
|
9870
|
+
};
|
|
9871
|
+
/** @description ForbiddenError 403 response */
|
|
9872
|
+
403: {
|
|
9873
|
+
headers: {
|
|
9874
|
+
[name: string]: unknown;
|
|
9875
|
+
};
|
|
9876
|
+
content: {
|
|
9877
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9878
|
+
};
|
|
9879
|
+
};
|
|
9880
|
+
/** @description NotFoundError 404 response */
|
|
9881
|
+
404: {
|
|
9882
|
+
headers: {
|
|
9883
|
+
[name: string]: unknown;
|
|
9884
|
+
};
|
|
9885
|
+
content: {
|
|
9886
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
9887
|
+
};
|
|
9888
|
+
};
|
|
9889
|
+
/** @description InternalServerError 500 response */
|
|
9890
|
+
500: {
|
|
9891
|
+
headers: {
|
|
9892
|
+
[name: string]: unknown;
|
|
9893
|
+
};
|
|
9894
|
+
content: {
|
|
9895
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9896
|
+
};
|
|
9897
|
+
};
|
|
9898
|
+
};
|
|
9899
|
+
};
|
|
9900
|
+
UpdateMyProfile: {
|
|
9901
|
+
parameters: {
|
|
9902
|
+
query?: never;
|
|
9903
|
+
header?: never;
|
|
9904
|
+
path?: never;
|
|
9905
|
+
cookie?: never;
|
|
9906
|
+
};
|
|
9907
|
+
requestBody?: {
|
|
9908
|
+
content: {
|
|
9909
|
+
"application/json": components["schemas"]["UpdateMyProfileRequestContent"];
|
|
9910
|
+
};
|
|
9911
|
+
};
|
|
9912
|
+
responses: {
|
|
9913
|
+
/** @description UpdateMyProfile 204 response */
|
|
9914
|
+
204: {
|
|
9915
|
+
headers: {
|
|
9916
|
+
[name: string]: unknown;
|
|
9917
|
+
};
|
|
9918
|
+
content?: never;
|
|
9919
|
+
};
|
|
9920
|
+
/** @description UnauthorizedError 401 response */
|
|
9921
|
+
401: {
|
|
9922
|
+
headers: {
|
|
9923
|
+
[name: string]: unknown;
|
|
9924
|
+
};
|
|
9925
|
+
content: {
|
|
9926
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9927
|
+
};
|
|
9928
|
+
};
|
|
9929
|
+
/** @description ForbiddenError 403 response */
|
|
9930
|
+
403: {
|
|
9931
|
+
headers: {
|
|
9932
|
+
[name: string]: unknown;
|
|
9933
|
+
};
|
|
9934
|
+
content: {
|
|
9935
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9936
|
+
};
|
|
9937
|
+
};
|
|
9938
|
+
/** @description ValidationError 422 response */
|
|
9939
|
+
422: {
|
|
9940
|
+
headers: {
|
|
9941
|
+
[name: string]: unknown;
|
|
9942
|
+
};
|
|
9943
|
+
content: {
|
|
9944
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
9945
|
+
};
|
|
9946
|
+
};
|
|
9947
|
+
/** @description InternalServerError 500 response */
|
|
9948
|
+
500: {
|
|
9949
|
+
headers: {
|
|
9950
|
+
[name: string]: unknown;
|
|
9951
|
+
};
|
|
9952
|
+
content: {
|
|
9953
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
9954
|
+
};
|
|
9955
|
+
};
|
|
9956
|
+
};
|
|
9957
|
+
};
|
|
9958
|
+
GetQuestionReminders: {
|
|
9959
|
+
parameters: {
|
|
9960
|
+
query?: never;
|
|
9961
|
+
header?: never;
|
|
9962
|
+
path?: never;
|
|
9963
|
+
cookie?: never;
|
|
9964
|
+
};
|
|
9965
|
+
requestBody?: never;
|
|
9966
|
+
responses: {
|
|
9967
|
+
/** @description GetQuestionReminders 200 response */
|
|
9968
|
+
200: {
|
|
9969
|
+
headers: {
|
|
9970
|
+
[name: string]: unknown;
|
|
9971
|
+
};
|
|
9972
|
+
content: {
|
|
9973
|
+
"application/json": components["schemas"]["GetQuestionRemindersResponseContent"];
|
|
9974
|
+
};
|
|
9975
|
+
};
|
|
9976
|
+
/** @description UnauthorizedError 401 response */
|
|
9977
|
+
401: {
|
|
9978
|
+
headers: {
|
|
9979
|
+
[name: string]: unknown;
|
|
9980
|
+
};
|
|
9981
|
+
content: {
|
|
9982
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
9983
|
+
};
|
|
9984
|
+
};
|
|
9985
|
+
/** @description ForbiddenError 403 response */
|
|
9986
|
+
403: {
|
|
9987
|
+
headers: {
|
|
9988
|
+
[name: string]: unknown;
|
|
9989
|
+
};
|
|
9990
|
+
content: {
|
|
9991
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9992
|
+
};
|
|
9993
|
+
};
|
|
9994
|
+
/** @description RateLimitError 429 response */
|
|
9995
|
+
429: {
|
|
9996
|
+
headers: {
|
|
9997
|
+
[name: string]: unknown;
|
|
9998
|
+
};
|
|
9999
|
+
content: {
|
|
10000
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10001
|
+
};
|
|
10002
|
+
};
|
|
10003
|
+
/** @description InternalServerError 500 response */
|
|
10004
|
+
500: {
|
|
10005
|
+
headers: {
|
|
10006
|
+
[name: string]: unknown;
|
|
10007
|
+
};
|
|
10008
|
+
content: {
|
|
10009
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10010
|
+
};
|
|
10011
|
+
};
|
|
10012
|
+
};
|
|
10013
|
+
};
|
|
10014
|
+
GetMyNotifications: {
|
|
10015
|
+
parameters: {
|
|
10016
|
+
query?: {
|
|
10017
|
+
/** @description Page number for paginating through read items. Defaults to 1. */
|
|
10018
|
+
page?: number;
|
|
10019
|
+
};
|
|
10020
|
+
header?: never;
|
|
10021
|
+
path?: never;
|
|
10022
|
+
cookie?: never;
|
|
10023
|
+
};
|
|
10024
|
+
requestBody?: never;
|
|
10025
|
+
responses: {
|
|
10026
|
+
/** @description GetMyNotifications 200 response */
|
|
10027
|
+
200: {
|
|
10028
|
+
headers: {
|
|
10029
|
+
[name: string]: unknown;
|
|
10030
|
+
};
|
|
10031
|
+
content: {
|
|
10032
|
+
"application/json": components["schemas"]["GetMyNotificationsResponseContent"];
|
|
10033
|
+
};
|
|
10034
|
+
};
|
|
10035
|
+
/** @description UnauthorizedError 401 response */
|
|
10036
|
+
401: {
|
|
10037
|
+
headers: {
|
|
10038
|
+
[name: string]: unknown;
|
|
10039
|
+
};
|
|
10040
|
+
content: {
|
|
10041
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10042
|
+
};
|
|
10043
|
+
};
|
|
10044
|
+
/** @description ForbiddenError 403 response */
|
|
10045
|
+
403: {
|
|
10046
|
+
headers: {
|
|
10047
|
+
[name: string]: unknown;
|
|
10048
|
+
};
|
|
10049
|
+
content: {
|
|
10050
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10051
|
+
};
|
|
10052
|
+
};
|
|
10053
|
+
/** @description InternalServerError 500 response */
|
|
10054
|
+
500: {
|
|
10055
|
+
headers: {
|
|
10056
|
+
[name: string]: unknown;
|
|
10057
|
+
};
|
|
10058
|
+
content: {
|
|
10059
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10060
|
+
};
|
|
10061
|
+
};
|
|
10062
|
+
};
|
|
10063
|
+
};
|
|
10064
|
+
MarkAsRead: {
|
|
10065
|
+
parameters: {
|
|
10066
|
+
query?: never;
|
|
10067
|
+
header?: never;
|
|
10068
|
+
path?: never;
|
|
10069
|
+
cookie?: never;
|
|
10070
|
+
};
|
|
10071
|
+
requestBody: {
|
|
10072
|
+
content: {
|
|
10073
|
+
"application/json": components["schemas"]["MarkAsReadRequestContent"];
|
|
10074
|
+
};
|
|
10075
|
+
};
|
|
10076
|
+
responses: {
|
|
10077
|
+
/** @description MarkAsRead 200 response */
|
|
10078
|
+
200: {
|
|
10079
|
+
headers: {
|
|
10080
|
+
[name: string]: unknown;
|
|
10081
|
+
};
|
|
10082
|
+
content?: never;
|
|
10083
|
+
};
|
|
10084
|
+
/** @description UnauthorizedError 401 response */
|
|
10085
|
+
401: {
|
|
10086
|
+
headers: {
|
|
10087
|
+
[name: string]: unknown;
|
|
10088
|
+
};
|
|
10089
|
+
content: {
|
|
10090
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10091
|
+
};
|
|
10092
|
+
};
|
|
10093
|
+
/** @description ForbiddenError 403 response */
|
|
10094
|
+
403: {
|
|
10095
|
+
headers: {
|
|
10096
|
+
[name: string]: unknown;
|
|
10097
|
+
};
|
|
10098
|
+
content: {
|
|
10099
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10100
|
+
};
|
|
10101
|
+
};
|
|
10102
|
+
/** @description RateLimitError 429 response */
|
|
10103
|
+
429: {
|
|
10104
|
+
headers: {
|
|
10105
|
+
[name: string]: unknown;
|
|
10106
|
+
};
|
|
10107
|
+
content: {
|
|
10108
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10109
|
+
};
|
|
10110
|
+
};
|
|
10111
|
+
/** @description InternalServerError 500 response */
|
|
10112
|
+
500: {
|
|
10113
|
+
headers: {
|
|
10114
|
+
[name: string]: unknown;
|
|
10115
|
+
};
|
|
10116
|
+
content: {
|
|
10117
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10118
|
+
};
|
|
10119
|
+
};
|
|
10120
|
+
};
|
|
10121
|
+
};
|
|
10122
|
+
ListPeople: {
|
|
10123
|
+
parameters: {
|
|
10124
|
+
query?: never;
|
|
8581
10125
|
header?: never;
|
|
8582
10126
|
path?: never;
|
|
8583
10127
|
cookie?: never;
|
|
@@ -8590,7 +10134,185 @@ export interface operations {
|
|
|
8590
10134
|
[name: string]: unknown;
|
|
8591
10135
|
};
|
|
8592
10136
|
content: {
|
|
8593
|
-
"application/json": components["schemas"]["ListPeopleResponseContent"];
|
|
10137
|
+
"application/json": components["schemas"]["ListPeopleResponseContent"];
|
|
10138
|
+
};
|
|
10139
|
+
};
|
|
10140
|
+
/** @description UnauthorizedError 401 response */
|
|
10141
|
+
401: {
|
|
10142
|
+
headers: {
|
|
10143
|
+
[name: string]: unknown;
|
|
10144
|
+
};
|
|
10145
|
+
content: {
|
|
10146
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10147
|
+
};
|
|
10148
|
+
};
|
|
10149
|
+
/** @description ForbiddenError 403 response */
|
|
10150
|
+
403: {
|
|
10151
|
+
headers: {
|
|
10152
|
+
[name: string]: unknown;
|
|
10153
|
+
};
|
|
10154
|
+
content: {
|
|
10155
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10156
|
+
};
|
|
10157
|
+
};
|
|
10158
|
+
/** @description RateLimitError 429 response */
|
|
10159
|
+
429: {
|
|
10160
|
+
headers: {
|
|
10161
|
+
[name: string]: unknown;
|
|
10162
|
+
};
|
|
10163
|
+
content: {
|
|
10164
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10165
|
+
};
|
|
10166
|
+
};
|
|
10167
|
+
/** @description InternalServerError 500 response */
|
|
10168
|
+
500: {
|
|
10169
|
+
headers: {
|
|
10170
|
+
[name: string]: unknown;
|
|
10171
|
+
};
|
|
10172
|
+
content: {
|
|
10173
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10174
|
+
};
|
|
10175
|
+
};
|
|
10176
|
+
};
|
|
10177
|
+
};
|
|
10178
|
+
GetPerson: {
|
|
10179
|
+
parameters: {
|
|
10180
|
+
query?: never;
|
|
10181
|
+
header?: never;
|
|
10182
|
+
path: {
|
|
10183
|
+
personId: number;
|
|
10184
|
+
};
|
|
10185
|
+
cookie?: never;
|
|
10186
|
+
};
|
|
10187
|
+
requestBody?: never;
|
|
10188
|
+
responses: {
|
|
10189
|
+
/** @description GetPerson 200 response */
|
|
10190
|
+
200: {
|
|
10191
|
+
headers: {
|
|
10192
|
+
[name: string]: unknown;
|
|
10193
|
+
};
|
|
10194
|
+
content: {
|
|
10195
|
+
"application/json": components["schemas"]["GetPersonResponseContent"];
|
|
10196
|
+
};
|
|
10197
|
+
};
|
|
10198
|
+
/** @description UnauthorizedError 401 response */
|
|
10199
|
+
401: {
|
|
10200
|
+
headers: {
|
|
10201
|
+
[name: string]: unknown;
|
|
10202
|
+
};
|
|
10203
|
+
content: {
|
|
10204
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10205
|
+
};
|
|
10206
|
+
};
|
|
10207
|
+
/** @description ForbiddenError 403 response */
|
|
10208
|
+
403: {
|
|
10209
|
+
headers: {
|
|
10210
|
+
[name: string]: unknown;
|
|
10211
|
+
};
|
|
10212
|
+
content: {
|
|
10213
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10214
|
+
};
|
|
10215
|
+
};
|
|
10216
|
+
/** @description NotFoundError 404 response */
|
|
10217
|
+
404: {
|
|
10218
|
+
headers: {
|
|
10219
|
+
[name: string]: unknown;
|
|
10220
|
+
};
|
|
10221
|
+
content: {
|
|
10222
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10223
|
+
};
|
|
10224
|
+
};
|
|
10225
|
+
/** @description InternalServerError 500 response */
|
|
10226
|
+
500: {
|
|
10227
|
+
headers: {
|
|
10228
|
+
[name: string]: unknown;
|
|
10229
|
+
};
|
|
10230
|
+
content: {
|
|
10231
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10232
|
+
};
|
|
10233
|
+
};
|
|
10234
|
+
};
|
|
10235
|
+
};
|
|
10236
|
+
GetOutOfOffice: {
|
|
10237
|
+
parameters: {
|
|
10238
|
+
query?: never;
|
|
10239
|
+
header?: never;
|
|
10240
|
+
path: {
|
|
10241
|
+
personId: number;
|
|
10242
|
+
};
|
|
10243
|
+
cookie?: never;
|
|
10244
|
+
};
|
|
10245
|
+
requestBody?: never;
|
|
10246
|
+
responses: {
|
|
10247
|
+
/** @description GetOutOfOffice 200 response */
|
|
10248
|
+
200: {
|
|
10249
|
+
headers: {
|
|
10250
|
+
[name: string]: unknown;
|
|
10251
|
+
};
|
|
10252
|
+
content: {
|
|
10253
|
+
"application/json": components["schemas"]["GetOutOfOfficeResponseContent"];
|
|
10254
|
+
};
|
|
10255
|
+
};
|
|
10256
|
+
/** @description UnauthorizedError 401 response */
|
|
10257
|
+
401: {
|
|
10258
|
+
headers: {
|
|
10259
|
+
[name: string]: unknown;
|
|
10260
|
+
};
|
|
10261
|
+
content: {
|
|
10262
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10263
|
+
};
|
|
10264
|
+
};
|
|
10265
|
+
/** @description ForbiddenError 403 response */
|
|
10266
|
+
403: {
|
|
10267
|
+
headers: {
|
|
10268
|
+
[name: string]: unknown;
|
|
10269
|
+
};
|
|
10270
|
+
content: {
|
|
10271
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10272
|
+
};
|
|
10273
|
+
};
|
|
10274
|
+
/** @description NotFoundError 404 response */
|
|
10275
|
+
404: {
|
|
10276
|
+
headers: {
|
|
10277
|
+
[name: string]: unknown;
|
|
10278
|
+
};
|
|
10279
|
+
content: {
|
|
10280
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10281
|
+
};
|
|
10282
|
+
};
|
|
10283
|
+
/** @description InternalServerError 500 response */
|
|
10284
|
+
500: {
|
|
10285
|
+
headers: {
|
|
10286
|
+
[name: string]: unknown;
|
|
10287
|
+
};
|
|
10288
|
+
content: {
|
|
10289
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10290
|
+
};
|
|
10291
|
+
};
|
|
10292
|
+
};
|
|
10293
|
+
};
|
|
10294
|
+
EnableOutOfOffice: {
|
|
10295
|
+
parameters: {
|
|
10296
|
+
query?: never;
|
|
10297
|
+
header?: never;
|
|
10298
|
+
path: {
|
|
10299
|
+
personId: number;
|
|
10300
|
+
};
|
|
10301
|
+
cookie?: never;
|
|
10302
|
+
};
|
|
10303
|
+
requestBody: {
|
|
10304
|
+
content: {
|
|
10305
|
+
"application/json": components["schemas"]["EnableOutOfOfficeRequestContent"];
|
|
10306
|
+
};
|
|
10307
|
+
};
|
|
10308
|
+
responses: {
|
|
10309
|
+
/** @description EnableOutOfOffice 200 response */
|
|
10310
|
+
200: {
|
|
10311
|
+
headers: {
|
|
10312
|
+
[name: string]: unknown;
|
|
10313
|
+
};
|
|
10314
|
+
content: {
|
|
10315
|
+
"application/json": components["schemas"]["EnableOutOfOfficeResponseContent"];
|
|
8594
10316
|
};
|
|
8595
10317
|
};
|
|
8596
10318
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8611,6 +10333,15 @@ export interface operations {
|
|
|
8611
10333
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8612
10334
|
};
|
|
8613
10335
|
};
|
|
10336
|
+
/** @description ValidationError 422 response */
|
|
10337
|
+
422: {
|
|
10338
|
+
headers: {
|
|
10339
|
+
[name: string]: unknown;
|
|
10340
|
+
};
|
|
10341
|
+
content: {
|
|
10342
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10343
|
+
};
|
|
10344
|
+
};
|
|
8614
10345
|
/** @description RateLimitError 429 response */
|
|
8615
10346
|
429: {
|
|
8616
10347
|
headers: {
|
|
@@ -8631,7 +10362,7 @@ export interface operations {
|
|
|
8631
10362
|
};
|
|
8632
10363
|
};
|
|
8633
10364
|
};
|
|
8634
|
-
|
|
10365
|
+
DisableOutOfOffice: {
|
|
8635
10366
|
parameters: {
|
|
8636
10367
|
query?: never;
|
|
8637
10368
|
header?: never;
|
|
@@ -8642,14 +10373,12 @@ export interface operations {
|
|
|
8642
10373
|
};
|
|
8643
10374
|
requestBody?: never;
|
|
8644
10375
|
responses: {
|
|
8645
|
-
/** @description
|
|
8646
|
-
|
|
10376
|
+
/** @description DisableOutOfOffice 204 response */
|
|
10377
|
+
204: {
|
|
8647
10378
|
headers: {
|
|
8648
10379
|
[name: string]: unknown;
|
|
8649
10380
|
};
|
|
8650
|
-
content
|
|
8651
|
-
"application/json": components["schemas"]["GetPersonResponseContent"];
|
|
8652
|
-
};
|
|
10381
|
+
content?: never;
|
|
8653
10382
|
};
|
|
8654
10383
|
/** @description UnauthorizedError 401 response */
|
|
8655
10384
|
401: {
|
|
@@ -8669,13 +10398,13 @@ export interface operations {
|
|
|
8669
10398
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8670
10399
|
};
|
|
8671
10400
|
};
|
|
8672
|
-
/** @description
|
|
8673
|
-
|
|
10401
|
+
/** @description RateLimitError 429 response */
|
|
10402
|
+
429: {
|
|
8674
10403
|
headers: {
|
|
8675
10404
|
[name: string]: unknown;
|
|
8676
10405
|
};
|
|
8677
10406
|
content: {
|
|
8678
|
-
"application/json": components["schemas"]["
|
|
10407
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8679
10408
|
};
|
|
8680
10409
|
};
|
|
8681
10410
|
/** @description InternalServerError 500 response */
|
|
@@ -8831,19 +10560,204 @@ export interface operations {
|
|
|
8831
10560
|
direction?: string;
|
|
8832
10561
|
};
|
|
8833
10562
|
header?: never;
|
|
8834
|
-
path?: never;
|
|
10563
|
+
path?: never;
|
|
10564
|
+
cookie?: never;
|
|
10565
|
+
};
|
|
10566
|
+
requestBody?: never;
|
|
10567
|
+
responses: {
|
|
10568
|
+
/** @description ListRecordings 200 response */
|
|
10569
|
+
200: {
|
|
10570
|
+
headers: {
|
|
10571
|
+
[name: string]: unknown;
|
|
10572
|
+
};
|
|
10573
|
+
content: {
|
|
10574
|
+
"application/json": components["schemas"]["ListRecordingsResponseContent"];
|
|
10575
|
+
};
|
|
10576
|
+
};
|
|
10577
|
+
/** @description UnauthorizedError 401 response */
|
|
10578
|
+
401: {
|
|
10579
|
+
headers: {
|
|
10580
|
+
[name: string]: unknown;
|
|
10581
|
+
};
|
|
10582
|
+
content: {
|
|
10583
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10584
|
+
};
|
|
10585
|
+
};
|
|
10586
|
+
/** @description ForbiddenError 403 response */
|
|
10587
|
+
403: {
|
|
10588
|
+
headers: {
|
|
10589
|
+
[name: string]: unknown;
|
|
10590
|
+
};
|
|
10591
|
+
content: {
|
|
10592
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10593
|
+
};
|
|
10594
|
+
};
|
|
10595
|
+
/** @description RateLimitError 429 response */
|
|
10596
|
+
429: {
|
|
10597
|
+
headers: {
|
|
10598
|
+
[name: string]: unknown;
|
|
10599
|
+
};
|
|
10600
|
+
content: {
|
|
10601
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
10602
|
+
};
|
|
10603
|
+
};
|
|
10604
|
+
/** @description InternalServerError 500 response */
|
|
10605
|
+
500: {
|
|
10606
|
+
headers: {
|
|
10607
|
+
[name: string]: unknown;
|
|
10608
|
+
};
|
|
10609
|
+
content: {
|
|
10610
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10611
|
+
};
|
|
10612
|
+
};
|
|
10613
|
+
};
|
|
10614
|
+
};
|
|
10615
|
+
GetProject: {
|
|
10616
|
+
parameters: {
|
|
10617
|
+
query?: never;
|
|
10618
|
+
header?: never;
|
|
10619
|
+
path: {
|
|
10620
|
+
projectId: number;
|
|
10621
|
+
};
|
|
10622
|
+
cookie?: never;
|
|
10623
|
+
};
|
|
10624
|
+
requestBody?: never;
|
|
10625
|
+
responses: {
|
|
10626
|
+
/** @description GetProject 200 response */
|
|
10627
|
+
200: {
|
|
10628
|
+
headers: {
|
|
10629
|
+
[name: string]: unknown;
|
|
10630
|
+
};
|
|
10631
|
+
content: {
|
|
10632
|
+
"application/json": components["schemas"]["GetProjectResponseContent"];
|
|
10633
|
+
};
|
|
10634
|
+
};
|
|
10635
|
+
/** @description UnauthorizedError 401 response */
|
|
10636
|
+
401: {
|
|
10637
|
+
headers: {
|
|
10638
|
+
[name: string]: unknown;
|
|
10639
|
+
};
|
|
10640
|
+
content: {
|
|
10641
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10642
|
+
};
|
|
10643
|
+
};
|
|
10644
|
+
/** @description ForbiddenError 403 response */
|
|
10645
|
+
403: {
|
|
10646
|
+
headers: {
|
|
10647
|
+
[name: string]: unknown;
|
|
10648
|
+
};
|
|
10649
|
+
content: {
|
|
10650
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10651
|
+
};
|
|
10652
|
+
};
|
|
10653
|
+
/** @description NotFoundError 404 response */
|
|
10654
|
+
404: {
|
|
10655
|
+
headers: {
|
|
10656
|
+
[name: string]: unknown;
|
|
10657
|
+
};
|
|
10658
|
+
content: {
|
|
10659
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10660
|
+
};
|
|
10661
|
+
};
|
|
10662
|
+
/** @description InternalServerError 500 response */
|
|
10663
|
+
500: {
|
|
10664
|
+
headers: {
|
|
10665
|
+
[name: string]: unknown;
|
|
10666
|
+
};
|
|
10667
|
+
content: {
|
|
10668
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10669
|
+
};
|
|
10670
|
+
};
|
|
10671
|
+
};
|
|
10672
|
+
};
|
|
10673
|
+
UpdateProject: {
|
|
10674
|
+
parameters: {
|
|
10675
|
+
query?: never;
|
|
10676
|
+
header?: never;
|
|
10677
|
+
path: {
|
|
10678
|
+
projectId: number;
|
|
10679
|
+
};
|
|
10680
|
+
cookie?: never;
|
|
10681
|
+
};
|
|
10682
|
+
requestBody: {
|
|
10683
|
+
content: {
|
|
10684
|
+
"application/json": components["schemas"]["UpdateProjectRequestContent"];
|
|
10685
|
+
};
|
|
10686
|
+
};
|
|
10687
|
+
responses: {
|
|
10688
|
+
/** @description UpdateProject 200 response */
|
|
10689
|
+
200: {
|
|
10690
|
+
headers: {
|
|
10691
|
+
[name: string]: unknown;
|
|
10692
|
+
};
|
|
10693
|
+
content: {
|
|
10694
|
+
"application/json": components["schemas"]["UpdateProjectResponseContent"];
|
|
10695
|
+
};
|
|
10696
|
+
};
|
|
10697
|
+
/** @description UnauthorizedError 401 response */
|
|
10698
|
+
401: {
|
|
10699
|
+
headers: {
|
|
10700
|
+
[name: string]: unknown;
|
|
10701
|
+
};
|
|
10702
|
+
content: {
|
|
10703
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
10704
|
+
};
|
|
10705
|
+
};
|
|
10706
|
+
/** @description ForbiddenError 403 response */
|
|
10707
|
+
403: {
|
|
10708
|
+
headers: {
|
|
10709
|
+
[name: string]: unknown;
|
|
10710
|
+
};
|
|
10711
|
+
content: {
|
|
10712
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
10713
|
+
};
|
|
10714
|
+
};
|
|
10715
|
+
/** @description NotFoundError 404 response */
|
|
10716
|
+
404: {
|
|
10717
|
+
headers: {
|
|
10718
|
+
[name: string]: unknown;
|
|
10719
|
+
};
|
|
10720
|
+
content: {
|
|
10721
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
10722
|
+
};
|
|
10723
|
+
};
|
|
10724
|
+
/** @description ValidationError 422 response */
|
|
10725
|
+
422: {
|
|
10726
|
+
headers: {
|
|
10727
|
+
[name: string]: unknown;
|
|
10728
|
+
};
|
|
10729
|
+
content: {
|
|
10730
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10731
|
+
};
|
|
10732
|
+
};
|
|
10733
|
+
/** @description InternalServerError 500 response */
|
|
10734
|
+
500: {
|
|
10735
|
+
headers: {
|
|
10736
|
+
[name: string]: unknown;
|
|
10737
|
+
};
|
|
10738
|
+
content: {
|
|
10739
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
10740
|
+
};
|
|
10741
|
+
};
|
|
10742
|
+
};
|
|
10743
|
+
};
|
|
10744
|
+
TrashProject: {
|
|
10745
|
+
parameters: {
|
|
10746
|
+
query?: never;
|
|
10747
|
+
header?: never;
|
|
10748
|
+
path: {
|
|
10749
|
+
projectId: number;
|
|
10750
|
+
};
|
|
8835
10751
|
cookie?: never;
|
|
8836
10752
|
};
|
|
8837
10753
|
requestBody?: never;
|
|
8838
10754
|
responses: {
|
|
8839
|
-
/** @description
|
|
8840
|
-
|
|
10755
|
+
/** @description TrashProject 204 response */
|
|
10756
|
+
204: {
|
|
8841
10757
|
headers: {
|
|
8842
10758
|
[name: string]: unknown;
|
|
8843
10759
|
};
|
|
8844
|
-
content
|
|
8845
|
-
"application/json": components["schemas"]["ListRecordingsResponseContent"];
|
|
8846
|
-
};
|
|
10760
|
+
content?: never;
|
|
8847
10761
|
};
|
|
8848
10762
|
/** @description UnauthorizedError 401 response */
|
|
8849
10763
|
401: {
|
|
@@ -8863,13 +10777,13 @@ export interface operations {
|
|
|
8863
10777
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8864
10778
|
};
|
|
8865
10779
|
};
|
|
8866
|
-
/** @description
|
|
8867
|
-
|
|
10780
|
+
/** @description NotFoundError 404 response */
|
|
10781
|
+
404: {
|
|
8868
10782
|
headers: {
|
|
8869
10783
|
[name: string]: unknown;
|
|
8870
10784
|
};
|
|
8871
10785
|
content: {
|
|
8872
|
-
"application/json": components["schemas"]["
|
|
10786
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8873
10787
|
};
|
|
8874
10788
|
};
|
|
8875
10789
|
/** @description InternalServerError 500 response */
|
|
@@ -8883,7 +10797,7 @@ export interface operations {
|
|
|
8883
10797
|
};
|
|
8884
10798
|
};
|
|
8885
10799
|
};
|
|
8886
|
-
|
|
10800
|
+
ToggleGauge: {
|
|
8887
10801
|
parameters: {
|
|
8888
10802
|
query?: never;
|
|
8889
10803
|
header?: never;
|
|
@@ -8892,16 +10806,18 @@ export interface operations {
|
|
|
8892
10806
|
};
|
|
8893
10807
|
cookie?: never;
|
|
8894
10808
|
};
|
|
8895
|
-
requestBody
|
|
10809
|
+
requestBody: {
|
|
10810
|
+
content: {
|
|
10811
|
+
"application/json": components["schemas"]["ToggleGaugeRequestContent"];
|
|
10812
|
+
};
|
|
10813
|
+
};
|
|
8896
10814
|
responses: {
|
|
8897
|
-
/** @description
|
|
10815
|
+
/** @description ToggleGauge 200 response */
|
|
8898
10816
|
200: {
|
|
8899
10817
|
headers: {
|
|
8900
10818
|
[name: string]: unknown;
|
|
8901
10819
|
};
|
|
8902
|
-
content
|
|
8903
|
-
"application/json": components["schemas"]["GetProjectResponseContent"];
|
|
8904
|
-
};
|
|
10820
|
+
content?: never;
|
|
8905
10821
|
};
|
|
8906
10822
|
/** @description UnauthorizedError 401 response */
|
|
8907
10823
|
401: {
|
|
@@ -8921,13 +10837,13 @@ export interface operations {
|
|
|
8921
10837
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
8922
10838
|
};
|
|
8923
10839
|
};
|
|
8924
|
-
/** @description
|
|
8925
|
-
|
|
10840
|
+
/** @description RateLimitError 429 response */
|
|
10841
|
+
429: {
|
|
8926
10842
|
headers: {
|
|
8927
10843
|
[name: string]: unknown;
|
|
8928
10844
|
};
|
|
8929
10845
|
content: {
|
|
8930
|
-
"application/json": components["schemas"]["
|
|
10846
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
8931
10847
|
};
|
|
8932
10848
|
};
|
|
8933
10849
|
/** @description InternalServerError 500 response */
|
|
@@ -8941,7 +10857,7 @@ export interface operations {
|
|
|
8941
10857
|
};
|
|
8942
10858
|
};
|
|
8943
10859
|
};
|
|
8944
|
-
|
|
10860
|
+
ListGaugeNeedles: {
|
|
8945
10861
|
parameters: {
|
|
8946
10862
|
query?: never;
|
|
8947
10863
|
header?: never;
|
|
@@ -8950,19 +10866,15 @@ export interface operations {
|
|
|
8950
10866
|
};
|
|
8951
10867
|
cookie?: never;
|
|
8952
10868
|
};
|
|
8953
|
-
requestBody
|
|
8954
|
-
content: {
|
|
8955
|
-
"application/json": components["schemas"]["UpdateProjectRequestContent"];
|
|
8956
|
-
};
|
|
8957
|
-
};
|
|
10869
|
+
requestBody?: never;
|
|
8958
10870
|
responses: {
|
|
8959
|
-
/** @description
|
|
10871
|
+
/** @description ListGaugeNeedles 200 response */
|
|
8960
10872
|
200: {
|
|
8961
10873
|
headers: {
|
|
8962
10874
|
[name: string]: unknown;
|
|
8963
10875
|
};
|
|
8964
10876
|
content: {
|
|
8965
|
-
"application/json": components["schemas"]["
|
|
10877
|
+
"application/json": components["schemas"]["ListGaugeNeedlesResponseContent"];
|
|
8966
10878
|
};
|
|
8967
10879
|
};
|
|
8968
10880
|
/** @description UnauthorizedError 401 response */
|
|
@@ -8992,13 +10904,13 @@ export interface operations {
|
|
|
8992
10904
|
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
8993
10905
|
};
|
|
8994
10906
|
};
|
|
8995
|
-
/** @description
|
|
8996
|
-
|
|
10907
|
+
/** @description RateLimitError 429 response */
|
|
10908
|
+
429: {
|
|
8997
10909
|
headers: {
|
|
8998
10910
|
[name: string]: unknown;
|
|
8999
10911
|
};
|
|
9000
10912
|
content: {
|
|
9001
|
-
"application/json": components["schemas"]["
|
|
10913
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9002
10914
|
};
|
|
9003
10915
|
};
|
|
9004
10916
|
/** @description InternalServerError 500 response */
|
|
@@ -9012,7 +10924,7 @@ export interface operations {
|
|
|
9012
10924
|
};
|
|
9013
10925
|
};
|
|
9014
10926
|
};
|
|
9015
|
-
|
|
10927
|
+
CreateGaugeNeedle: {
|
|
9016
10928
|
parameters: {
|
|
9017
10929
|
query?: never;
|
|
9018
10930
|
header?: never;
|
|
@@ -9021,14 +10933,20 @@ export interface operations {
|
|
|
9021
10933
|
};
|
|
9022
10934
|
cookie?: never;
|
|
9023
10935
|
};
|
|
9024
|
-
requestBody
|
|
10936
|
+
requestBody: {
|
|
10937
|
+
content: {
|
|
10938
|
+
"application/json": components["schemas"]["CreateGaugeNeedleRequestContent"];
|
|
10939
|
+
};
|
|
10940
|
+
};
|
|
9025
10941
|
responses: {
|
|
9026
|
-
/** @description
|
|
9027
|
-
|
|
10942
|
+
/** @description CreateGaugeNeedle 201 response */
|
|
10943
|
+
201: {
|
|
9028
10944
|
headers: {
|
|
9029
10945
|
[name: string]: unknown;
|
|
9030
10946
|
};
|
|
9031
|
-
content
|
|
10947
|
+
content: {
|
|
10948
|
+
"application/json": components["schemas"]["CreateGaugeNeedleResponseContent"];
|
|
10949
|
+
};
|
|
9032
10950
|
};
|
|
9033
10951
|
/** @description UnauthorizedError 401 response */
|
|
9034
10952
|
401: {
|
|
@@ -9048,13 +10966,22 @@ export interface operations {
|
|
|
9048
10966
|
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
9049
10967
|
};
|
|
9050
10968
|
};
|
|
9051
|
-
/** @description
|
|
9052
|
-
|
|
10969
|
+
/** @description ValidationError 422 response */
|
|
10970
|
+
422: {
|
|
9053
10971
|
headers: {
|
|
9054
10972
|
[name: string]: unknown;
|
|
9055
10973
|
};
|
|
9056
10974
|
content: {
|
|
9057
|
-
"application/json": components["schemas"]["
|
|
10975
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
10976
|
+
};
|
|
10977
|
+
};
|
|
10978
|
+
/** @description RateLimitError 429 response */
|
|
10979
|
+
429: {
|
|
10980
|
+
headers: {
|
|
10981
|
+
[name: string]: unknown;
|
|
10982
|
+
};
|
|
10983
|
+
content: {
|
|
10984
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
9058
10985
|
};
|
|
9059
10986
|
};
|
|
9060
10987
|
/** @description InternalServerError 500 response */
|
|
@@ -11705,6 +13632,68 @@ export interface operations {
|
|
|
11705
13632
|
};
|
|
11706
13633
|
};
|
|
11707
13634
|
};
|
|
13635
|
+
ListGauges: {
|
|
13636
|
+
parameters: {
|
|
13637
|
+
query?: {
|
|
13638
|
+
/**
|
|
13639
|
+
* @description Comma-separated list of project IDs. When provided, results are returned
|
|
13640
|
+
* in the order specified instead of by risk level.
|
|
13641
|
+
*/
|
|
13642
|
+
bucket_ids?: string;
|
|
13643
|
+
};
|
|
13644
|
+
header?: never;
|
|
13645
|
+
path?: never;
|
|
13646
|
+
cookie?: never;
|
|
13647
|
+
};
|
|
13648
|
+
requestBody?: never;
|
|
13649
|
+
responses: {
|
|
13650
|
+
/** @description ListGauges 200 response */
|
|
13651
|
+
200: {
|
|
13652
|
+
headers: {
|
|
13653
|
+
[name: string]: unknown;
|
|
13654
|
+
};
|
|
13655
|
+
content: {
|
|
13656
|
+
"application/json": components["schemas"]["ListGaugesResponseContent"];
|
|
13657
|
+
};
|
|
13658
|
+
};
|
|
13659
|
+
/** @description UnauthorizedError 401 response */
|
|
13660
|
+
401: {
|
|
13661
|
+
headers: {
|
|
13662
|
+
[name: string]: unknown;
|
|
13663
|
+
};
|
|
13664
|
+
content: {
|
|
13665
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
13666
|
+
};
|
|
13667
|
+
};
|
|
13668
|
+
/** @description ForbiddenError 403 response */
|
|
13669
|
+
403: {
|
|
13670
|
+
headers: {
|
|
13671
|
+
[name: string]: unknown;
|
|
13672
|
+
};
|
|
13673
|
+
content: {
|
|
13674
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
13675
|
+
};
|
|
13676
|
+
};
|
|
13677
|
+
/** @description RateLimitError 429 response */
|
|
13678
|
+
429: {
|
|
13679
|
+
headers: {
|
|
13680
|
+
[name: string]: unknown;
|
|
13681
|
+
};
|
|
13682
|
+
content: {
|
|
13683
|
+
"application/json": components["schemas"]["RateLimitErrorResponseContent"];
|
|
13684
|
+
};
|
|
13685
|
+
};
|
|
13686
|
+
/** @description InternalServerError 500 response */
|
|
13687
|
+
500: {
|
|
13688
|
+
headers: {
|
|
13689
|
+
[name: string]: unknown;
|
|
13690
|
+
};
|
|
13691
|
+
content: {
|
|
13692
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
13693
|
+
};
|
|
13694
|
+
};
|
|
13695
|
+
};
|
|
13696
|
+
};
|
|
11708
13697
|
GetProgressReport: {
|
|
11709
13698
|
parameters: {
|
|
11710
13699
|
query?: never;
|
|
@@ -14159,6 +16148,135 @@ export interface operations {
|
|
|
14159
16148
|
};
|
|
14160
16149
|
};
|
|
14161
16150
|
};
|
|
16151
|
+
GetHillChart: {
|
|
16152
|
+
parameters: {
|
|
16153
|
+
query?: never;
|
|
16154
|
+
header?: never;
|
|
16155
|
+
path: {
|
|
16156
|
+
todosetId: number;
|
|
16157
|
+
};
|
|
16158
|
+
cookie?: never;
|
|
16159
|
+
};
|
|
16160
|
+
requestBody?: never;
|
|
16161
|
+
responses: {
|
|
16162
|
+
/** @description GetHillChart 200 response */
|
|
16163
|
+
200: {
|
|
16164
|
+
headers: {
|
|
16165
|
+
[name: string]: unknown;
|
|
16166
|
+
};
|
|
16167
|
+
content: {
|
|
16168
|
+
"application/json": components["schemas"]["GetHillChartResponseContent"];
|
|
16169
|
+
};
|
|
16170
|
+
};
|
|
16171
|
+
/** @description UnauthorizedError 401 response */
|
|
16172
|
+
401: {
|
|
16173
|
+
headers: {
|
|
16174
|
+
[name: string]: unknown;
|
|
16175
|
+
};
|
|
16176
|
+
content: {
|
|
16177
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
16178
|
+
};
|
|
16179
|
+
};
|
|
16180
|
+
/** @description ForbiddenError 403 response */
|
|
16181
|
+
403: {
|
|
16182
|
+
headers: {
|
|
16183
|
+
[name: string]: unknown;
|
|
16184
|
+
};
|
|
16185
|
+
content: {
|
|
16186
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
16187
|
+
};
|
|
16188
|
+
};
|
|
16189
|
+
/** @description NotFoundError 404 response */
|
|
16190
|
+
404: {
|
|
16191
|
+
headers: {
|
|
16192
|
+
[name: string]: unknown;
|
|
16193
|
+
};
|
|
16194
|
+
content: {
|
|
16195
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
16196
|
+
};
|
|
16197
|
+
};
|
|
16198
|
+
/** @description InternalServerError 500 response */
|
|
16199
|
+
500: {
|
|
16200
|
+
headers: {
|
|
16201
|
+
[name: string]: unknown;
|
|
16202
|
+
};
|
|
16203
|
+
content: {
|
|
16204
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
16205
|
+
};
|
|
16206
|
+
};
|
|
16207
|
+
};
|
|
16208
|
+
};
|
|
16209
|
+
UpdateHillChartSettings: {
|
|
16210
|
+
parameters: {
|
|
16211
|
+
query?: never;
|
|
16212
|
+
header?: never;
|
|
16213
|
+
path: {
|
|
16214
|
+
todosetId: number;
|
|
16215
|
+
};
|
|
16216
|
+
cookie?: never;
|
|
16217
|
+
};
|
|
16218
|
+
requestBody?: {
|
|
16219
|
+
content: {
|
|
16220
|
+
"application/json": components["schemas"]["UpdateHillChartSettingsRequestContent"];
|
|
16221
|
+
};
|
|
16222
|
+
};
|
|
16223
|
+
responses: {
|
|
16224
|
+
/** @description UpdateHillChartSettings 200 response */
|
|
16225
|
+
200: {
|
|
16226
|
+
headers: {
|
|
16227
|
+
[name: string]: unknown;
|
|
16228
|
+
};
|
|
16229
|
+
content: {
|
|
16230
|
+
"application/json": components["schemas"]["UpdateHillChartSettingsResponseContent"];
|
|
16231
|
+
};
|
|
16232
|
+
};
|
|
16233
|
+
/** @description UnauthorizedError 401 response */
|
|
16234
|
+
401: {
|
|
16235
|
+
headers: {
|
|
16236
|
+
[name: string]: unknown;
|
|
16237
|
+
};
|
|
16238
|
+
content: {
|
|
16239
|
+
"application/json": components["schemas"]["UnauthorizedErrorResponseContent"];
|
|
16240
|
+
};
|
|
16241
|
+
};
|
|
16242
|
+
/** @description ForbiddenError 403 response */
|
|
16243
|
+
403: {
|
|
16244
|
+
headers: {
|
|
16245
|
+
[name: string]: unknown;
|
|
16246
|
+
};
|
|
16247
|
+
content: {
|
|
16248
|
+
"application/json": components["schemas"]["ForbiddenErrorResponseContent"];
|
|
16249
|
+
};
|
|
16250
|
+
};
|
|
16251
|
+
/** @description NotFoundError 404 response */
|
|
16252
|
+
404: {
|
|
16253
|
+
headers: {
|
|
16254
|
+
[name: string]: unknown;
|
|
16255
|
+
};
|
|
16256
|
+
content: {
|
|
16257
|
+
"application/json": components["schemas"]["NotFoundErrorResponseContent"];
|
|
16258
|
+
};
|
|
16259
|
+
};
|
|
16260
|
+
/** @description ValidationError 422 response */
|
|
16261
|
+
422: {
|
|
16262
|
+
headers: {
|
|
16263
|
+
[name: string]: unknown;
|
|
16264
|
+
};
|
|
16265
|
+
content: {
|
|
16266
|
+
"application/json": components["schemas"]["ValidationErrorResponseContent"];
|
|
16267
|
+
};
|
|
16268
|
+
};
|
|
16269
|
+
/** @description InternalServerError 500 response */
|
|
16270
|
+
500: {
|
|
16271
|
+
headers: {
|
|
16272
|
+
[name: string]: unknown;
|
|
16273
|
+
};
|
|
16274
|
+
content: {
|
|
16275
|
+
"application/json": components["schemas"]["InternalServerErrorResponseContent"];
|
|
16276
|
+
};
|
|
16277
|
+
};
|
|
16278
|
+
};
|
|
16279
|
+
};
|
|
14162
16280
|
ListTodolists: {
|
|
14163
16281
|
parameters: {
|
|
14164
16282
|
query?: {
|