@uug-ai/models 1.7.11 → 1.7.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +1132 -317
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -10104,6 +10104,84 @@ export interface paths {
|
|
|
10104
10104
|
patch?: never;
|
|
10105
10105
|
trace?: never;
|
|
10106
10106
|
};
|
|
10107
|
+
"/internal/getcurrentprojectinput": {
|
|
10108
|
+
parameters: {
|
|
10109
|
+
query?: never;
|
|
10110
|
+
header?: never;
|
|
10111
|
+
path?: never;
|
|
10112
|
+
cookie?: never;
|
|
10113
|
+
};
|
|
10114
|
+
/**
|
|
10115
|
+
* Get GetCurrentProjectInput (schema generation only)
|
|
10116
|
+
* @description Internal endpoint used only to ensure GetCurrentProjectInput schema is generated in OpenAPI spec
|
|
10117
|
+
*/
|
|
10118
|
+
get: {
|
|
10119
|
+
parameters: {
|
|
10120
|
+
query?: never;
|
|
10121
|
+
header?: never;
|
|
10122
|
+
path?: never;
|
|
10123
|
+
cookie?: never;
|
|
10124
|
+
};
|
|
10125
|
+
requestBody?: never;
|
|
10126
|
+
responses: {
|
|
10127
|
+
/** @description OK */
|
|
10128
|
+
200: {
|
|
10129
|
+
headers: {
|
|
10130
|
+
[name: string]: unknown;
|
|
10131
|
+
};
|
|
10132
|
+
content: {
|
|
10133
|
+
"application/json": components["schemas"]["models.GetCurrentProjectInput"];
|
|
10134
|
+
};
|
|
10135
|
+
};
|
|
10136
|
+
};
|
|
10137
|
+
};
|
|
10138
|
+
put?: never;
|
|
10139
|
+
post?: never;
|
|
10140
|
+
delete?: never;
|
|
10141
|
+
options?: never;
|
|
10142
|
+
head?: never;
|
|
10143
|
+
patch?: never;
|
|
10144
|
+
trace?: never;
|
|
10145
|
+
};
|
|
10146
|
+
"/internal/getcurrentprojectoutput": {
|
|
10147
|
+
parameters: {
|
|
10148
|
+
query?: never;
|
|
10149
|
+
header?: never;
|
|
10150
|
+
path?: never;
|
|
10151
|
+
cookie?: never;
|
|
10152
|
+
};
|
|
10153
|
+
/**
|
|
10154
|
+
* Get GetCurrentProjectOutput (schema generation only)
|
|
10155
|
+
* @description Internal endpoint used only to ensure GetCurrentProjectOutput schema is generated in OpenAPI spec
|
|
10156
|
+
*/
|
|
10157
|
+
get: {
|
|
10158
|
+
parameters: {
|
|
10159
|
+
query?: never;
|
|
10160
|
+
header?: never;
|
|
10161
|
+
path?: never;
|
|
10162
|
+
cookie?: never;
|
|
10163
|
+
};
|
|
10164
|
+
requestBody?: never;
|
|
10165
|
+
responses: {
|
|
10166
|
+
/** @description OK */
|
|
10167
|
+
200: {
|
|
10168
|
+
headers: {
|
|
10169
|
+
[name: string]: unknown;
|
|
10170
|
+
};
|
|
10171
|
+
content: {
|
|
10172
|
+
"application/json": components["schemas"]["models.GetCurrentProjectOutput"];
|
|
10173
|
+
};
|
|
10174
|
+
};
|
|
10175
|
+
};
|
|
10176
|
+
};
|
|
10177
|
+
put?: never;
|
|
10178
|
+
post?: never;
|
|
10179
|
+
delete?: never;
|
|
10180
|
+
options?: never;
|
|
10181
|
+
head?: never;
|
|
10182
|
+
patch?: never;
|
|
10183
|
+
trace?: never;
|
|
10184
|
+
};
|
|
10107
10185
|
"/internal/getcustomalertserrorresponse": {
|
|
10108
10186
|
parameters: {
|
|
10109
10187
|
query?: never;
|
|
@@ -12912,7 +12990,7 @@ export interface paths {
|
|
|
12912
12990
|
patch?: never;
|
|
12913
12991
|
trace?: never;
|
|
12914
12992
|
};
|
|
12915
|
-
"/internal/
|
|
12993
|
+
"/internal/getprojecterrorresponse": {
|
|
12916
12994
|
parameters: {
|
|
12917
12995
|
query?: never;
|
|
12918
12996
|
header?: never;
|
|
@@ -12920,8 +12998,8 @@ export interface paths {
|
|
|
12920
12998
|
cookie?: never;
|
|
12921
12999
|
};
|
|
12922
13000
|
/**
|
|
12923
|
-
* Get
|
|
12924
|
-
* @description Internal endpoint used only to ensure
|
|
13001
|
+
* Get GetProjectErrorResponse (schema generation only)
|
|
13002
|
+
* @description Internal endpoint used only to ensure GetProjectErrorResponse schema is generated in OpenAPI spec
|
|
12925
13003
|
*/
|
|
12926
13004
|
get: {
|
|
12927
13005
|
parameters: {
|
|
@@ -12938,7 +13016,7 @@ export interface paths {
|
|
|
12938
13016
|
[name: string]: unknown;
|
|
12939
13017
|
};
|
|
12940
13018
|
content: {
|
|
12941
|
-
"application/json": components["schemas"]["api.
|
|
13019
|
+
"application/json": components["schemas"]["api.GetProjectErrorResponse"];
|
|
12942
13020
|
};
|
|
12943
13021
|
};
|
|
12944
13022
|
};
|
|
@@ -12951,7 +13029,7 @@ export interface paths {
|
|
|
12951
13029
|
patch?: never;
|
|
12952
13030
|
trace?: never;
|
|
12953
13031
|
};
|
|
12954
|
-
"/internal/
|
|
13032
|
+
"/internal/getprojectresponse": {
|
|
12955
13033
|
parameters: {
|
|
12956
13034
|
query?: never;
|
|
12957
13035
|
header?: never;
|
|
@@ -12959,8 +13037,8 @@ export interface paths {
|
|
|
12959
13037
|
cookie?: never;
|
|
12960
13038
|
};
|
|
12961
13039
|
/**
|
|
12962
|
-
* Get
|
|
12963
|
-
* @description Internal endpoint used only to ensure
|
|
13040
|
+
* Get GetProjectResponse (schema generation only)
|
|
13041
|
+
* @description Internal endpoint used only to ensure GetProjectResponse schema is generated in OpenAPI spec
|
|
12964
13042
|
*/
|
|
12965
13043
|
get: {
|
|
12966
13044
|
parameters: {
|
|
@@ -12977,7 +13055,7 @@ export interface paths {
|
|
|
12977
13055
|
[name: string]: unknown;
|
|
12978
13056
|
};
|
|
12979
13057
|
content: {
|
|
12980
|
-
"application/json": components["schemas"]["api.
|
|
13058
|
+
"application/json": components["schemas"]["api.GetProjectResponse"];
|
|
12981
13059
|
};
|
|
12982
13060
|
};
|
|
12983
13061
|
};
|
|
@@ -12990,7 +13068,7 @@ export interface paths {
|
|
|
12990
13068
|
patch?: never;
|
|
12991
13069
|
trace?: never;
|
|
12992
13070
|
};
|
|
12993
|
-
"/internal/
|
|
13071
|
+
"/internal/getprojectserrorresponse": {
|
|
12994
13072
|
parameters: {
|
|
12995
13073
|
query?: never;
|
|
12996
13074
|
header?: never;
|
|
@@ -12998,8 +13076,8 @@ export interface paths {
|
|
|
12998
13076
|
cookie?: never;
|
|
12999
13077
|
};
|
|
13000
13078
|
/**
|
|
13001
|
-
* Get
|
|
13002
|
-
* @description Internal endpoint used only to ensure
|
|
13079
|
+
* Get GetProjectsErrorResponse (schema generation only)
|
|
13080
|
+
* @description Internal endpoint used only to ensure GetProjectsErrorResponse schema is generated in OpenAPI spec
|
|
13003
13081
|
*/
|
|
13004
13082
|
get: {
|
|
13005
13083
|
parameters: {
|
|
@@ -13016,7 +13094,7 @@ export interface paths {
|
|
|
13016
13094
|
[name: string]: unknown;
|
|
13017
13095
|
};
|
|
13018
13096
|
content: {
|
|
13019
|
-
"application/json": components["schemas"]["api.
|
|
13097
|
+
"application/json": components["schemas"]["api.GetProjectsErrorResponse"];
|
|
13020
13098
|
};
|
|
13021
13099
|
};
|
|
13022
13100
|
};
|
|
@@ -13029,7 +13107,7 @@ export interface paths {
|
|
|
13029
13107
|
patch?: never;
|
|
13030
13108
|
trace?: never;
|
|
13031
13109
|
};
|
|
13032
|
-
"/internal/
|
|
13110
|
+
"/internal/getprojectsinput": {
|
|
13033
13111
|
parameters: {
|
|
13034
13112
|
query?: never;
|
|
13035
13113
|
header?: never;
|
|
@@ -13037,8 +13115,8 @@ export interface paths {
|
|
|
13037
13115
|
cookie?: never;
|
|
13038
13116
|
};
|
|
13039
13117
|
/**
|
|
13040
|
-
* Get
|
|
13041
|
-
* @description Internal endpoint used only to ensure
|
|
13118
|
+
* Get GetProjectsInput (schema generation only)
|
|
13119
|
+
* @description Internal endpoint used only to ensure GetProjectsInput schema is generated in OpenAPI spec
|
|
13042
13120
|
*/
|
|
13043
13121
|
get: {
|
|
13044
13122
|
parameters: {
|
|
@@ -13055,7 +13133,7 @@ export interface paths {
|
|
|
13055
13133
|
[name: string]: unknown;
|
|
13056
13134
|
};
|
|
13057
13135
|
content: {
|
|
13058
|
-
"application/json": components["schemas"]["
|
|
13136
|
+
"application/json": components["schemas"]["models.GetProjectsInput"];
|
|
13059
13137
|
};
|
|
13060
13138
|
};
|
|
13061
13139
|
};
|
|
@@ -13068,7 +13146,7 @@ export interface paths {
|
|
|
13068
13146
|
patch?: never;
|
|
13069
13147
|
trace?: never;
|
|
13070
13148
|
};
|
|
13071
|
-
"/internal/
|
|
13149
|
+
"/internal/getprojectsoutput": {
|
|
13072
13150
|
parameters: {
|
|
13073
13151
|
query?: never;
|
|
13074
13152
|
header?: never;
|
|
@@ -13076,8 +13154,8 @@ export interface paths {
|
|
|
13076
13154
|
cookie?: never;
|
|
13077
13155
|
};
|
|
13078
13156
|
/**
|
|
13079
|
-
* Get
|
|
13080
|
-
* @description Internal endpoint used only to ensure
|
|
13157
|
+
* Get GetProjectsOutput (schema generation only)
|
|
13158
|
+
* @description Internal endpoint used only to ensure GetProjectsOutput schema is generated in OpenAPI spec
|
|
13081
13159
|
*/
|
|
13082
13160
|
get: {
|
|
13083
13161
|
parameters: {
|
|
@@ -13094,7 +13172,7 @@ export interface paths {
|
|
|
13094
13172
|
[name: string]: unknown;
|
|
13095
13173
|
};
|
|
13096
13174
|
content: {
|
|
13097
|
-
"application/json": components["schemas"]["
|
|
13175
|
+
"application/json": components["schemas"]["models.GetProjectsOutput"];
|
|
13098
13176
|
};
|
|
13099
13177
|
};
|
|
13100
13178
|
};
|
|
@@ -13107,7 +13185,7 @@ export interface paths {
|
|
|
13107
13185
|
patch?: never;
|
|
13108
13186
|
trace?: never;
|
|
13109
13187
|
};
|
|
13110
|
-
"/internal/
|
|
13188
|
+
"/internal/getprojectsresponse": {
|
|
13111
13189
|
parameters: {
|
|
13112
13190
|
query?: never;
|
|
13113
13191
|
header?: never;
|
|
@@ -13115,8 +13193,8 @@ export interface paths {
|
|
|
13115
13193
|
cookie?: never;
|
|
13116
13194
|
};
|
|
13117
13195
|
/**
|
|
13118
|
-
* Get
|
|
13119
|
-
* @description Internal endpoint used only to ensure
|
|
13196
|
+
* Get GetProjectsResponse (schema generation only)
|
|
13197
|
+
* @description Internal endpoint used only to ensure GetProjectsResponse schema is generated in OpenAPI spec
|
|
13120
13198
|
*/
|
|
13121
13199
|
get: {
|
|
13122
13200
|
parameters: {
|
|
@@ -13133,7 +13211,7 @@ export interface paths {
|
|
|
13133
13211
|
[name: string]: unknown;
|
|
13134
13212
|
};
|
|
13135
13213
|
content: {
|
|
13136
|
-
"application/json": components["schemas"]["api.
|
|
13214
|
+
"application/json": components["schemas"]["api.GetProjectsResponse"];
|
|
13137
13215
|
};
|
|
13138
13216
|
};
|
|
13139
13217
|
};
|
|
@@ -13146,7 +13224,7 @@ export interface paths {
|
|
|
13146
13224
|
patch?: never;
|
|
13147
13225
|
trace?: never;
|
|
13148
13226
|
};
|
|
13149
|
-
"/internal/
|
|
13227
|
+
"/internal/getprojectssuccessresponse": {
|
|
13150
13228
|
parameters: {
|
|
13151
13229
|
query?: never;
|
|
13152
13230
|
header?: never;
|
|
@@ -13154,8 +13232,8 @@ export interface paths {
|
|
|
13154
13232
|
cookie?: never;
|
|
13155
13233
|
};
|
|
13156
13234
|
/**
|
|
13157
|
-
* Get
|
|
13158
|
-
* @description Internal endpoint used only to ensure
|
|
13235
|
+
* Get GetProjectsSuccessResponse (schema generation only)
|
|
13236
|
+
* @description Internal endpoint used only to ensure GetProjectsSuccessResponse schema is generated in OpenAPI spec
|
|
13159
13237
|
*/
|
|
13160
13238
|
get: {
|
|
13161
13239
|
parameters: {
|
|
@@ -13172,7 +13250,7 @@ export interface paths {
|
|
|
13172
13250
|
[name: string]: unknown;
|
|
13173
13251
|
};
|
|
13174
13252
|
content: {
|
|
13175
|
-
"application/json": components["schemas"]["api.
|
|
13253
|
+
"application/json": components["schemas"]["api.GetProjectsSuccessResponse"];
|
|
13176
13254
|
};
|
|
13177
13255
|
};
|
|
13178
13256
|
};
|
|
@@ -13185,7 +13263,7 @@ export interface paths {
|
|
|
13185
13263
|
patch?: never;
|
|
13186
13264
|
trace?: never;
|
|
13187
13265
|
};
|
|
13188
|
-
"/internal/
|
|
13266
|
+
"/internal/getprojectsuccessresponse": {
|
|
13189
13267
|
parameters: {
|
|
13190
13268
|
query?: never;
|
|
13191
13269
|
header?: never;
|
|
@@ -13193,8 +13271,8 @@ export interface paths {
|
|
|
13193
13271
|
cookie?: never;
|
|
13194
13272
|
};
|
|
13195
13273
|
/**
|
|
13196
|
-
* Get
|
|
13197
|
-
* @description Internal endpoint used only to ensure
|
|
13274
|
+
* Get GetProjectSuccessResponse (schema generation only)
|
|
13275
|
+
* @description Internal endpoint used only to ensure GetProjectSuccessResponse schema is generated in OpenAPI spec
|
|
13198
13276
|
*/
|
|
13199
13277
|
get: {
|
|
13200
13278
|
parameters: {
|
|
@@ -13211,7 +13289,7 @@ export interface paths {
|
|
|
13211
13289
|
[name: string]: unknown;
|
|
13212
13290
|
};
|
|
13213
13291
|
content: {
|
|
13214
|
-
"application/json": components["schemas"]["api.
|
|
13292
|
+
"application/json": components["schemas"]["api.GetProjectSuccessResponse"];
|
|
13215
13293
|
};
|
|
13216
13294
|
};
|
|
13217
13295
|
};
|
|
@@ -13224,7 +13302,7 @@ export interface paths {
|
|
|
13224
13302
|
patch?: never;
|
|
13225
13303
|
trace?: never;
|
|
13226
13304
|
};
|
|
13227
|
-
"/internal/
|
|
13305
|
+
"/internal/getruntimeconfigerrorresponse": {
|
|
13228
13306
|
parameters: {
|
|
13229
13307
|
query?: never;
|
|
13230
13308
|
header?: never;
|
|
@@ -13232,8 +13310,8 @@ export interface paths {
|
|
|
13232
13310
|
cookie?: never;
|
|
13233
13311
|
};
|
|
13234
13312
|
/**
|
|
13235
|
-
* Get
|
|
13236
|
-
* @description Internal endpoint used only to ensure
|
|
13313
|
+
* Get GetRuntimeConfigErrorResponse (schema generation only)
|
|
13314
|
+
* @description Internal endpoint used only to ensure GetRuntimeConfigErrorResponse schema is generated in OpenAPI spec
|
|
13237
13315
|
*/
|
|
13238
13316
|
get: {
|
|
13239
13317
|
parameters: {
|
|
@@ -13250,7 +13328,7 @@ export interface paths {
|
|
|
13250
13328
|
[name: string]: unknown;
|
|
13251
13329
|
};
|
|
13252
13330
|
content: {
|
|
13253
|
-
"application/json": components["schemas"]["api.
|
|
13331
|
+
"application/json": components["schemas"]["api.GetRuntimeConfigErrorResponse"];
|
|
13254
13332
|
};
|
|
13255
13333
|
};
|
|
13256
13334
|
};
|
|
@@ -13263,7 +13341,7 @@ export interface paths {
|
|
|
13263
13341
|
patch?: never;
|
|
13264
13342
|
trace?: never;
|
|
13265
13343
|
};
|
|
13266
|
-
"/internal/
|
|
13344
|
+
"/internal/getruntimeconfigresponse": {
|
|
13267
13345
|
parameters: {
|
|
13268
13346
|
query?: never;
|
|
13269
13347
|
header?: never;
|
|
@@ -13271,8 +13349,8 @@ export interface paths {
|
|
|
13271
13349
|
cookie?: never;
|
|
13272
13350
|
};
|
|
13273
13351
|
/**
|
|
13274
|
-
* Get
|
|
13275
|
-
* @description Internal endpoint used only to ensure
|
|
13352
|
+
* Get GetRuntimeConfigResponse (schema generation only)
|
|
13353
|
+
* @description Internal endpoint used only to ensure GetRuntimeConfigResponse schema is generated in OpenAPI spec
|
|
13276
13354
|
*/
|
|
13277
13355
|
get: {
|
|
13278
13356
|
parameters: {
|
|
@@ -13289,7 +13367,7 @@ export interface paths {
|
|
|
13289
13367
|
[name: string]: unknown;
|
|
13290
13368
|
};
|
|
13291
13369
|
content: {
|
|
13292
|
-
"application/json": components["schemas"]["api.
|
|
13370
|
+
"application/json": components["schemas"]["api.GetRuntimeConfigResponse"];
|
|
13293
13371
|
};
|
|
13294
13372
|
};
|
|
13295
13373
|
};
|
|
@@ -13302,7 +13380,7 @@ export interface paths {
|
|
|
13302
13380
|
patch?: never;
|
|
13303
13381
|
trace?: never;
|
|
13304
13382
|
};
|
|
13305
|
-
"/internal/
|
|
13383
|
+
"/internal/getruntimeconfigsuccessresponse": {
|
|
13306
13384
|
parameters: {
|
|
13307
13385
|
query?: never;
|
|
13308
13386
|
header?: never;
|
|
@@ -13310,8 +13388,8 @@ export interface paths {
|
|
|
13310
13388
|
cookie?: never;
|
|
13311
13389
|
};
|
|
13312
13390
|
/**
|
|
13313
|
-
* Get
|
|
13314
|
-
* @description Internal endpoint used only to ensure
|
|
13391
|
+
* Get GetRuntimeConfigSuccessResponse (schema generation only)
|
|
13392
|
+
* @description Internal endpoint used only to ensure GetRuntimeConfigSuccessResponse schema is generated in OpenAPI spec
|
|
13315
13393
|
*/
|
|
13316
13394
|
get: {
|
|
13317
13395
|
parameters: {
|
|
@@ -13328,7 +13406,7 @@ export interface paths {
|
|
|
13328
13406
|
[name: string]: unknown;
|
|
13329
13407
|
};
|
|
13330
13408
|
content: {
|
|
13331
|
-
"application/json": components["schemas"]["api.
|
|
13409
|
+
"application/json": components["schemas"]["api.GetRuntimeConfigSuccessResponse"];
|
|
13332
13410
|
};
|
|
13333
13411
|
};
|
|
13334
13412
|
};
|
|
@@ -13341,7 +13419,7 @@ export interface paths {
|
|
|
13341
13419
|
patch?: never;
|
|
13342
13420
|
trace?: never;
|
|
13343
13421
|
};
|
|
13344
|
-
"/internal/
|
|
13422
|
+
"/internal/getsinglesignondomainserrorresponse": {
|
|
13345
13423
|
parameters: {
|
|
13346
13424
|
query?: never;
|
|
13347
13425
|
header?: never;
|
|
@@ -13349,8 +13427,8 @@ export interface paths {
|
|
|
13349
13427
|
cookie?: never;
|
|
13350
13428
|
};
|
|
13351
13429
|
/**
|
|
13352
|
-
* Get
|
|
13353
|
-
* @description Internal endpoint used only to ensure
|
|
13430
|
+
* Get GetSingleSignOnDomainsErrorResponse (schema generation only)
|
|
13431
|
+
* @description Internal endpoint used only to ensure GetSingleSignOnDomainsErrorResponse schema is generated in OpenAPI spec
|
|
13354
13432
|
*/
|
|
13355
13433
|
get: {
|
|
13356
13434
|
parameters: {
|
|
@@ -13367,7 +13445,7 @@ export interface paths {
|
|
|
13367
13445
|
[name: string]: unknown;
|
|
13368
13446
|
};
|
|
13369
13447
|
content: {
|
|
13370
|
-
"application/json": components["schemas"]["api.
|
|
13448
|
+
"application/json": components["schemas"]["api.GetSingleSignOnDomainsErrorResponse"];
|
|
13371
13449
|
};
|
|
13372
13450
|
};
|
|
13373
13451
|
};
|
|
@@ -13380,7 +13458,7 @@ export interface paths {
|
|
|
13380
13458
|
patch?: never;
|
|
13381
13459
|
trace?: never;
|
|
13382
13460
|
};
|
|
13383
|
-
"/internal/
|
|
13461
|
+
"/internal/getsinglesignondomainssuccessresponse": {
|
|
13384
13462
|
parameters: {
|
|
13385
13463
|
query?: never;
|
|
13386
13464
|
header?: never;
|
|
@@ -13388,8 +13466,8 @@ export interface paths {
|
|
|
13388
13466
|
cookie?: never;
|
|
13389
13467
|
};
|
|
13390
13468
|
/**
|
|
13391
|
-
* Get
|
|
13392
|
-
* @description Internal endpoint used only to ensure
|
|
13469
|
+
* Get GetSingleSignOnDomainsSuccessResponse (schema generation only)
|
|
13470
|
+
* @description Internal endpoint used only to ensure GetSingleSignOnDomainsSuccessResponse schema is generated in OpenAPI spec
|
|
13393
13471
|
*/
|
|
13394
13472
|
get: {
|
|
13395
13473
|
parameters: {
|
|
@@ -13406,7 +13484,7 @@ export interface paths {
|
|
|
13406
13484
|
[name: string]: unknown;
|
|
13407
13485
|
};
|
|
13408
13486
|
content: {
|
|
13409
|
-
"application/json": components["schemas"]["api.
|
|
13487
|
+
"application/json": components["schemas"]["api.GetSingleSignOnDomainsSuccessResponse"];
|
|
13410
13488
|
};
|
|
13411
13489
|
};
|
|
13412
13490
|
};
|
|
@@ -13419,7 +13497,7 @@ export interface paths {
|
|
|
13419
13497
|
patch?: never;
|
|
13420
13498
|
trace?: never;
|
|
13421
13499
|
};
|
|
13422
|
-
"/internal/
|
|
13500
|
+
"/internal/getsiteoptionserrorresponse": {
|
|
13423
13501
|
parameters: {
|
|
13424
13502
|
query?: never;
|
|
13425
13503
|
header?: never;
|
|
@@ -13427,8 +13505,8 @@ export interface paths {
|
|
|
13427
13505
|
cookie?: never;
|
|
13428
13506
|
};
|
|
13429
13507
|
/**
|
|
13430
|
-
* Get
|
|
13431
|
-
* @description Internal endpoint used only to ensure
|
|
13508
|
+
* Get GetSiteOptionsErrorResponse (schema generation only)
|
|
13509
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsErrorResponse schema is generated in OpenAPI spec
|
|
13432
13510
|
*/
|
|
13433
13511
|
get: {
|
|
13434
13512
|
parameters: {
|
|
@@ -13445,7 +13523,7 @@ export interface paths {
|
|
|
13445
13523
|
[name: string]: unknown;
|
|
13446
13524
|
};
|
|
13447
13525
|
content: {
|
|
13448
|
-
"application/json": components["schemas"]["api.
|
|
13526
|
+
"application/json": components["schemas"]["api.GetSiteOptionsErrorResponse"];
|
|
13449
13527
|
};
|
|
13450
13528
|
};
|
|
13451
13529
|
};
|
|
@@ -13458,7 +13536,7 @@ export interface paths {
|
|
|
13458
13536
|
patch?: never;
|
|
13459
13537
|
trace?: never;
|
|
13460
13538
|
};
|
|
13461
|
-
"/internal/
|
|
13539
|
+
"/internal/getsiteoptionsrequest": {
|
|
13462
13540
|
parameters: {
|
|
13463
13541
|
query?: never;
|
|
13464
13542
|
header?: never;
|
|
@@ -13466,8 +13544,8 @@ export interface paths {
|
|
|
13466
13544
|
cookie?: never;
|
|
13467
13545
|
};
|
|
13468
13546
|
/**
|
|
13469
|
-
* Get
|
|
13470
|
-
* @description Internal endpoint used only to ensure
|
|
13547
|
+
* Get GetSiteOptionsRequest (schema generation only)
|
|
13548
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsRequest schema is generated in OpenAPI spec
|
|
13471
13549
|
*/
|
|
13472
13550
|
get: {
|
|
13473
13551
|
parameters: {
|
|
@@ -13484,7 +13562,7 @@ export interface paths {
|
|
|
13484
13562
|
[name: string]: unknown;
|
|
13485
13563
|
};
|
|
13486
13564
|
content: {
|
|
13487
|
-
"application/json": components["schemas"]["api.
|
|
13565
|
+
"application/json": components["schemas"]["api.GetSiteOptionsRequest"];
|
|
13488
13566
|
};
|
|
13489
13567
|
};
|
|
13490
13568
|
};
|
|
@@ -13497,7 +13575,7 @@ export interface paths {
|
|
|
13497
13575
|
patch?: never;
|
|
13498
13576
|
trace?: never;
|
|
13499
13577
|
};
|
|
13500
|
-
"/internal/
|
|
13578
|
+
"/internal/getsiteoptionsresponse": {
|
|
13501
13579
|
parameters: {
|
|
13502
13580
|
query?: never;
|
|
13503
13581
|
header?: never;
|
|
@@ -13505,8 +13583,8 @@ export interface paths {
|
|
|
13505
13583
|
cookie?: never;
|
|
13506
13584
|
};
|
|
13507
13585
|
/**
|
|
13508
|
-
* Get
|
|
13509
|
-
* @description Internal endpoint used only to ensure
|
|
13586
|
+
* Get GetSiteOptionsResponse (schema generation only)
|
|
13587
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsResponse schema is generated in OpenAPI spec
|
|
13510
13588
|
*/
|
|
13511
13589
|
get: {
|
|
13512
13590
|
parameters: {
|
|
@@ -13523,7 +13601,7 @@ export interface paths {
|
|
|
13523
13601
|
[name: string]: unknown;
|
|
13524
13602
|
};
|
|
13525
13603
|
content: {
|
|
13526
|
-
"application/json": components["schemas"]["api.
|
|
13604
|
+
"application/json": components["schemas"]["api.GetSiteOptionsResponse"];
|
|
13527
13605
|
};
|
|
13528
13606
|
};
|
|
13529
13607
|
};
|
|
@@ -13536,7 +13614,7 @@ export interface paths {
|
|
|
13536
13614
|
patch?: never;
|
|
13537
13615
|
trace?: never;
|
|
13538
13616
|
};
|
|
13539
|
-
"/internal/
|
|
13617
|
+
"/internal/getsiteoptionssuccessresponse": {
|
|
13540
13618
|
parameters: {
|
|
13541
13619
|
query?: never;
|
|
13542
13620
|
header?: never;
|
|
@@ -13544,8 +13622,8 @@ export interface paths {
|
|
|
13544
13622
|
cookie?: never;
|
|
13545
13623
|
};
|
|
13546
13624
|
/**
|
|
13547
|
-
* Get
|
|
13548
|
-
* @description Internal endpoint used only to ensure
|
|
13625
|
+
* Get GetSiteOptionsSuccessResponse (schema generation only)
|
|
13626
|
+
* @description Internal endpoint used only to ensure GetSiteOptionsSuccessResponse schema is generated in OpenAPI spec
|
|
13549
13627
|
*/
|
|
13550
13628
|
get: {
|
|
13551
13629
|
parameters: {
|
|
@@ -13562,7 +13640,7 @@ export interface paths {
|
|
|
13562
13640
|
[name: string]: unknown;
|
|
13563
13641
|
};
|
|
13564
13642
|
content: {
|
|
13565
|
-
"application/json": components["schemas"]["api.
|
|
13643
|
+
"application/json": components["schemas"]["api.GetSiteOptionsSuccessResponse"];
|
|
13566
13644
|
};
|
|
13567
13645
|
};
|
|
13568
13646
|
};
|
|
@@ -13575,7 +13653,7 @@ export interface paths {
|
|
|
13575
13653
|
patch?: never;
|
|
13576
13654
|
trace?: never;
|
|
13577
13655
|
};
|
|
13578
|
-
"/internal/
|
|
13656
|
+
"/internal/getstateserrorresponse": {
|
|
13579
13657
|
parameters: {
|
|
13580
13658
|
query?: never;
|
|
13581
13659
|
header?: never;
|
|
@@ -13583,8 +13661,8 @@ export interface paths {
|
|
|
13583
13661
|
cookie?: never;
|
|
13584
13662
|
};
|
|
13585
13663
|
/**
|
|
13586
|
-
* Get
|
|
13587
|
-
* @description Internal endpoint used only to ensure
|
|
13664
|
+
* Get GetStatesErrorResponse (schema generation only)
|
|
13665
|
+
* @description Internal endpoint used only to ensure GetStatesErrorResponse schema is generated in OpenAPI spec
|
|
13588
13666
|
*/
|
|
13589
13667
|
get: {
|
|
13590
13668
|
parameters: {
|
|
@@ -13601,7 +13679,7 @@ export interface paths {
|
|
|
13601
13679
|
[name: string]: unknown;
|
|
13602
13680
|
};
|
|
13603
13681
|
content: {
|
|
13604
|
-
"application/json": components["schemas"]["api.
|
|
13682
|
+
"application/json": components["schemas"]["api.GetStatesErrorResponse"];
|
|
13605
13683
|
};
|
|
13606
13684
|
};
|
|
13607
13685
|
};
|
|
@@ -13614,7 +13692,7 @@ export interface paths {
|
|
|
13614
13692
|
patch?: never;
|
|
13615
13693
|
trace?: never;
|
|
13616
13694
|
};
|
|
13617
|
-
"/internal/
|
|
13695
|
+
"/internal/getstatesrequest": {
|
|
13618
13696
|
parameters: {
|
|
13619
13697
|
query?: never;
|
|
13620
13698
|
header?: never;
|
|
@@ -13622,8 +13700,8 @@ export interface paths {
|
|
|
13622
13700
|
cookie?: never;
|
|
13623
13701
|
};
|
|
13624
13702
|
/**
|
|
13625
|
-
* Get
|
|
13626
|
-
* @description Internal endpoint used only to ensure
|
|
13703
|
+
* Get GetStatesRequest (schema generation only)
|
|
13704
|
+
* @description Internal endpoint used only to ensure GetStatesRequest schema is generated in OpenAPI spec
|
|
13627
13705
|
*/
|
|
13628
13706
|
get: {
|
|
13629
13707
|
parameters: {
|
|
@@ -13640,7 +13718,7 @@ export interface paths {
|
|
|
13640
13718
|
[name: string]: unknown;
|
|
13641
13719
|
};
|
|
13642
13720
|
content: {
|
|
13643
|
-
"application/json": components["schemas"]["api.
|
|
13721
|
+
"application/json": components["schemas"]["api.GetStatesRequest"];
|
|
13644
13722
|
};
|
|
13645
13723
|
};
|
|
13646
13724
|
};
|
|
@@ -13653,7 +13731,7 @@ export interface paths {
|
|
|
13653
13731
|
patch?: never;
|
|
13654
13732
|
trace?: never;
|
|
13655
13733
|
};
|
|
13656
|
-
"/internal/
|
|
13734
|
+
"/internal/getstatesresponse": {
|
|
13657
13735
|
parameters: {
|
|
13658
13736
|
query?: never;
|
|
13659
13737
|
header?: never;
|
|
@@ -13661,8 +13739,8 @@ export interface paths {
|
|
|
13661
13739
|
cookie?: never;
|
|
13662
13740
|
};
|
|
13663
13741
|
/**
|
|
13664
|
-
* Get
|
|
13665
|
-
* @description Internal endpoint used only to ensure
|
|
13742
|
+
* Get GetStatesResponse (schema generation only)
|
|
13743
|
+
* @description Internal endpoint used only to ensure GetStatesResponse schema is generated in OpenAPI spec
|
|
13666
13744
|
*/
|
|
13667
13745
|
get: {
|
|
13668
13746
|
parameters: {
|
|
@@ -13679,7 +13757,7 @@ export interface paths {
|
|
|
13679
13757
|
[name: string]: unknown;
|
|
13680
13758
|
};
|
|
13681
13759
|
content: {
|
|
13682
|
-
"application/json": components["schemas"]["api.
|
|
13760
|
+
"application/json": components["schemas"]["api.GetStatesResponse"];
|
|
13683
13761
|
};
|
|
13684
13762
|
};
|
|
13685
13763
|
};
|
|
@@ -13692,7 +13770,7 @@ export interface paths {
|
|
|
13692
13770
|
patch?: never;
|
|
13693
13771
|
trace?: never;
|
|
13694
13772
|
};
|
|
13695
|
-
"/internal/
|
|
13773
|
+
"/internal/getstatessuccessresponse": {
|
|
13696
13774
|
parameters: {
|
|
13697
13775
|
query?: never;
|
|
13698
13776
|
header?: never;
|
|
@@ -13700,8 +13778,8 @@ export interface paths {
|
|
|
13700
13778
|
cookie?: never;
|
|
13701
13779
|
};
|
|
13702
13780
|
/**
|
|
13703
|
-
* Get
|
|
13704
|
-
* @description Internal endpoint used only to ensure
|
|
13781
|
+
* Get GetStatesSuccessResponse (schema generation only)
|
|
13782
|
+
* @description Internal endpoint used only to ensure GetStatesSuccessResponse schema is generated in OpenAPI spec
|
|
13705
13783
|
*/
|
|
13706
13784
|
get: {
|
|
13707
13785
|
parameters: {
|
|
@@ -13718,7 +13796,7 @@ export interface paths {
|
|
|
13718
13796
|
[name: string]: unknown;
|
|
13719
13797
|
};
|
|
13720
13798
|
content: {
|
|
13721
|
-
"application/json": components["schemas"]["api.
|
|
13799
|
+
"application/json": components["schemas"]["api.GetStatesSuccessResponse"];
|
|
13722
13800
|
};
|
|
13723
13801
|
};
|
|
13724
13802
|
};
|
|
@@ -13731,7 +13809,7 @@ export interface paths {
|
|
|
13731
13809
|
patch?: never;
|
|
13732
13810
|
trace?: never;
|
|
13733
13811
|
};
|
|
13734
|
-
"/internal/
|
|
13812
|
+
"/internal/gettaskbyiderrorresponse": {
|
|
13735
13813
|
parameters: {
|
|
13736
13814
|
query?: never;
|
|
13737
13815
|
header?: never;
|
|
@@ -13739,8 +13817,8 @@ export interface paths {
|
|
|
13739
13817
|
cookie?: never;
|
|
13740
13818
|
};
|
|
13741
13819
|
/**
|
|
13742
|
-
* Get
|
|
13743
|
-
* @description Internal endpoint used only to ensure
|
|
13820
|
+
* Get GetTaskByIdErrorResponse (schema generation only)
|
|
13821
|
+
* @description Internal endpoint used only to ensure GetTaskByIdErrorResponse schema is generated in OpenAPI spec
|
|
13744
13822
|
*/
|
|
13745
13823
|
get: {
|
|
13746
13824
|
parameters: {
|
|
@@ -13757,7 +13835,7 @@ export interface paths {
|
|
|
13757
13835
|
[name: string]: unknown;
|
|
13758
13836
|
};
|
|
13759
13837
|
content: {
|
|
13760
|
-
"application/json": components["schemas"]["api.
|
|
13838
|
+
"application/json": components["schemas"]["api.GetTaskByIdErrorResponse"];
|
|
13761
13839
|
};
|
|
13762
13840
|
};
|
|
13763
13841
|
};
|
|
@@ -13770,7 +13848,7 @@ export interface paths {
|
|
|
13770
13848
|
patch?: never;
|
|
13771
13849
|
trace?: never;
|
|
13772
13850
|
};
|
|
13773
|
-
"/internal/
|
|
13851
|
+
"/internal/gettaskbyidresponse": {
|
|
13774
13852
|
parameters: {
|
|
13775
13853
|
query?: never;
|
|
13776
13854
|
header?: never;
|
|
@@ -13778,8 +13856,8 @@ export interface paths {
|
|
|
13778
13856
|
cookie?: never;
|
|
13779
13857
|
};
|
|
13780
13858
|
/**
|
|
13781
|
-
* Get
|
|
13782
|
-
* @description Internal endpoint used only to ensure
|
|
13859
|
+
* Get GetTaskByIdResponse (schema generation only)
|
|
13860
|
+
* @description Internal endpoint used only to ensure GetTaskByIdResponse schema is generated in OpenAPI spec
|
|
13783
13861
|
*/
|
|
13784
13862
|
get: {
|
|
13785
13863
|
parameters: {
|
|
@@ -13796,7 +13874,7 @@ export interface paths {
|
|
|
13796
13874
|
[name: string]: unknown;
|
|
13797
13875
|
};
|
|
13798
13876
|
content: {
|
|
13799
|
-
"application/json": components["schemas"]["api.
|
|
13877
|
+
"application/json": components["schemas"]["api.GetTaskByIdResponse"];
|
|
13800
13878
|
};
|
|
13801
13879
|
};
|
|
13802
13880
|
};
|
|
@@ -13809,7 +13887,7 @@ export interface paths {
|
|
|
13809
13887
|
patch?: never;
|
|
13810
13888
|
trace?: never;
|
|
13811
13889
|
};
|
|
13812
|
-
"/internal/
|
|
13890
|
+
"/internal/gettaskbyidsuccessresponse": {
|
|
13813
13891
|
parameters: {
|
|
13814
13892
|
query?: never;
|
|
13815
13893
|
header?: never;
|
|
@@ -13817,8 +13895,8 @@ export interface paths {
|
|
|
13817
13895
|
cookie?: never;
|
|
13818
13896
|
};
|
|
13819
13897
|
/**
|
|
13820
|
-
* Get
|
|
13821
|
-
* @description Internal endpoint used only to ensure
|
|
13898
|
+
* Get GetTaskByIdSuccessResponse (schema generation only)
|
|
13899
|
+
* @description Internal endpoint used only to ensure GetTaskByIdSuccessResponse schema is generated in OpenAPI spec
|
|
13822
13900
|
*/
|
|
13823
13901
|
get: {
|
|
13824
13902
|
parameters: {
|
|
@@ -13835,7 +13913,7 @@ export interface paths {
|
|
|
13835
13913
|
[name: string]: unknown;
|
|
13836
13914
|
};
|
|
13837
13915
|
content: {
|
|
13838
|
-
"application/json": components["schemas"]["api.
|
|
13916
|
+
"application/json": components["schemas"]["api.GetTaskByIdSuccessResponse"];
|
|
13839
13917
|
};
|
|
13840
13918
|
};
|
|
13841
13919
|
};
|
|
@@ -13848,7 +13926,7 @@ export interface paths {
|
|
|
13848
13926
|
patch?: never;
|
|
13849
13927
|
trace?: never;
|
|
13850
13928
|
};
|
|
13851
|
-
"/internal/
|
|
13929
|
+
"/internal/gettaskcommentserrorresponse": {
|
|
13852
13930
|
parameters: {
|
|
13853
13931
|
query?: never;
|
|
13854
13932
|
header?: never;
|
|
@@ -13856,8 +13934,8 @@ export interface paths {
|
|
|
13856
13934
|
cookie?: never;
|
|
13857
13935
|
};
|
|
13858
13936
|
/**
|
|
13859
|
-
* Get
|
|
13860
|
-
* @description Internal endpoint used only to ensure
|
|
13937
|
+
* Get GetTaskCommentsErrorResponse (schema generation only)
|
|
13938
|
+
* @description Internal endpoint used only to ensure GetTaskCommentsErrorResponse schema is generated in OpenAPI spec
|
|
13861
13939
|
*/
|
|
13862
13940
|
get: {
|
|
13863
13941
|
parameters: {
|
|
@@ -13874,7 +13952,7 @@ export interface paths {
|
|
|
13874
13952
|
[name: string]: unknown;
|
|
13875
13953
|
};
|
|
13876
13954
|
content: {
|
|
13877
|
-
"application/json": components["schemas"]["api.
|
|
13955
|
+
"application/json": components["schemas"]["api.GetTaskCommentsErrorResponse"];
|
|
13878
13956
|
};
|
|
13879
13957
|
};
|
|
13880
13958
|
};
|
|
@@ -13887,7 +13965,7 @@ export interface paths {
|
|
|
13887
13965
|
patch?: never;
|
|
13888
13966
|
trace?: never;
|
|
13889
13967
|
};
|
|
13890
|
-
"/internal/
|
|
13968
|
+
"/internal/gettaskcommentsresponse": {
|
|
13891
13969
|
parameters: {
|
|
13892
13970
|
query?: never;
|
|
13893
13971
|
header?: never;
|
|
@@ -13895,8 +13973,8 @@ export interface paths {
|
|
|
13895
13973
|
cookie?: never;
|
|
13896
13974
|
};
|
|
13897
13975
|
/**
|
|
13898
|
-
* Get
|
|
13899
|
-
* @description Internal endpoint used only to ensure
|
|
13976
|
+
* Get GetTaskCommentsResponse (schema generation only)
|
|
13977
|
+
* @description Internal endpoint used only to ensure GetTaskCommentsResponse schema is generated in OpenAPI spec
|
|
13900
13978
|
*/
|
|
13901
13979
|
get: {
|
|
13902
13980
|
parameters: {
|
|
@@ -13913,7 +13991,7 @@ export interface paths {
|
|
|
13913
13991
|
[name: string]: unknown;
|
|
13914
13992
|
};
|
|
13915
13993
|
content: {
|
|
13916
|
-
"application/json": components["schemas"]["api.
|
|
13994
|
+
"application/json": components["schemas"]["api.GetTaskCommentsResponse"];
|
|
13917
13995
|
};
|
|
13918
13996
|
};
|
|
13919
13997
|
};
|
|
@@ -13926,7 +14004,7 @@ export interface paths {
|
|
|
13926
14004
|
patch?: never;
|
|
13927
14005
|
trace?: never;
|
|
13928
14006
|
};
|
|
13929
|
-
"/internal/
|
|
14007
|
+
"/internal/gettaskcommentssuccessresponse": {
|
|
13930
14008
|
parameters: {
|
|
13931
14009
|
query?: never;
|
|
13932
14010
|
header?: never;
|
|
@@ -13934,8 +14012,8 @@ export interface paths {
|
|
|
13934
14012
|
cookie?: never;
|
|
13935
14013
|
};
|
|
13936
14014
|
/**
|
|
13937
|
-
* Get
|
|
13938
|
-
* @description Internal endpoint used only to ensure
|
|
14015
|
+
* Get GetTaskCommentsSuccessResponse (schema generation only)
|
|
14016
|
+
* @description Internal endpoint used only to ensure GetTaskCommentsSuccessResponse schema is generated in OpenAPI spec
|
|
13939
14017
|
*/
|
|
13940
14018
|
get: {
|
|
13941
14019
|
parameters: {
|
|
@@ -13952,7 +14030,7 @@ export interface paths {
|
|
|
13952
14030
|
[name: string]: unknown;
|
|
13953
14031
|
};
|
|
13954
14032
|
content: {
|
|
13955
|
-
"application/json": components["schemas"]["api.
|
|
14033
|
+
"application/json": components["schemas"]["api.GetTaskCommentsSuccessResponse"];
|
|
13956
14034
|
};
|
|
13957
14035
|
};
|
|
13958
14036
|
};
|
|
@@ -13965,7 +14043,319 @@ export interface paths {
|
|
|
13965
14043
|
patch?: never;
|
|
13966
14044
|
trace?: never;
|
|
13967
14045
|
};
|
|
13968
|
-
"/internal/
|
|
14046
|
+
"/internal/gettaskmediaerrorresponse": {
|
|
14047
|
+
parameters: {
|
|
14048
|
+
query?: never;
|
|
14049
|
+
header?: never;
|
|
14050
|
+
path?: never;
|
|
14051
|
+
cookie?: never;
|
|
14052
|
+
};
|
|
14053
|
+
/**
|
|
14054
|
+
* Get GetTaskMediaErrorResponse (schema generation only)
|
|
14055
|
+
* @description Internal endpoint used only to ensure GetTaskMediaErrorResponse schema is generated in OpenAPI spec
|
|
14056
|
+
*/
|
|
14057
|
+
get: {
|
|
14058
|
+
parameters: {
|
|
14059
|
+
query?: never;
|
|
14060
|
+
header?: never;
|
|
14061
|
+
path?: never;
|
|
14062
|
+
cookie?: never;
|
|
14063
|
+
};
|
|
14064
|
+
requestBody?: never;
|
|
14065
|
+
responses: {
|
|
14066
|
+
/** @description OK */
|
|
14067
|
+
200: {
|
|
14068
|
+
headers: {
|
|
14069
|
+
[name: string]: unknown;
|
|
14070
|
+
};
|
|
14071
|
+
content: {
|
|
14072
|
+
"application/json": components["schemas"]["api.GetTaskMediaErrorResponse"];
|
|
14073
|
+
};
|
|
14074
|
+
};
|
|
14075
|
+
};
|
|
14076
|
+
};
|
|
14077
|
+
put?: never;
|
|
14078
|
+
post?: never;
|
|
14079
|
+
delete?: never;
|
|
14080
|
+
options?: never;
|
|
14081
|
+
head?: never;
|
|
14082
|
+
patch?: never;
|
|
14083
|
+
trace?: never;
|
|
14084
|
+
};
|
|
14085
|
+
"/internal/gettaskmediarequest": {
|
|
14086
|
+
parameters: {
|
|
14087
|
+
query?: never;
|
|
14088
|
+
header?: never;
|
|
14089
|
+
path?: never;
|
|
14090
|
+
cookie?: never;
|
|
14091
|
+
};
|
|
14092
|
+
/**
|
|
14093
|
+
* Get GetTaskMediaRequest (schema generation only)
|
|
14094
|
+
* @description Internal endpoint used only to ensure GetTaskMediaRequest schema is generated in OpenAPI spec
|
|
14095
|
+
*/
|
|
14096
|
+
get: {
|
|
14097
|
+
parameters: {
|
|
14098
|
+
query?: never;
|
|
14099
|
+
header?: never;
|
|
14100
|
+
path?: never;
|
|
14101
|
+
cookie?: never;
|
|
14102
|
+
};
|
|
14103
|
+
requestBody?: never;
|
|
14104
|
+
responses: {
|
|
14105
|
+
/** @description OK */
|
|
14106
|
+
200: {
|
|
14107
|
+
headers: {
|
|
14108
|
+
[name: string]: unknown;
|
|
14109
|
+
};
|
|
14110
|
+
content: {
|
|
14111
|
+
"application/json": components["schemas"]["api.GetTaskMediaRequest"];
|
|
14112
|
+
};
|
|
14113
|
+
};
|
|
14114
|
+
};
|
|
14115
|
+
};
|
|
14116
|
+
put?: never;
|
|
14117
|
+
post?: never;
|
|
14118
|
+
delete?: never;
|
|
14119
|
+
options?: never;
|
|
14120
|
+
head?: never;
|
|
14121
|
+
patch?: never;
|
|
14122
|
+
trace?: never;
|
|
14123
|
+
};
|
|
14124
|
+
"/internal/gettaskmediarequestbody": {
|
|
14125
|
+
parameters: {
|
|
14126
|
+
query?: never;
|
|
14127
|
+
header?: never;
|
|
14128
|
+
path?: never;
|
|
14129
|
+
cookie?: never;
|
|
14130
|
+
};
|
|
14131
|
+
/**
|
|
14132
|
+
* Get GetTaskMediaRequestBody (schema generation only)
|
|
14133
|
+
* @description Internal endpoint used only to ensure GetTaskMediaRequestBody schema is generated in OpenAPI spec
|
|
14134
|
+
*/
|
|
14135
|
+
get: {
|
|
14136
|
+
parameters: {
|
|
14137
|
+
query?: never;
|
|
14138
|
+
header?: never;
|
|
14139
|
+
path?: never;
|
|
14140
|
+
cookie?: never;
|
|
14141
|
+
};
|
|
14142
|
+
requestBody?: never;
|
|
14143
|
+
responses: {
|
|
14144
|
+
/** @description OK */
|
|
14145
|
+
200: {
|
|
14146
|
+
headers: {
|
|
14147
|
+
[name: string]: unknown;
|
|
14148
|
+
};
|
|
14149
|
+
content: {
|
|
14150
|
+
"application/json": components["schemas"]["api.GetTaskMediaRequestBody"];
|
|
14151
|
+
};
|
|
14152
|
+
};
|
|
14153
|
+
};
|
|
14154
|
+
};
|
|
14155
|
+
put?: never;
|
|
14156
|
+
post?: never;
|
|
14157
|
+
delete?: never;
|
|
14158
|
+
options?: never;
|
|
14159
|
+
head?: never;
|
|
14160
|
+
patch?: never;
|
|
14161
|
+
trace?: never;
|
|
14162
|
+
};
|
|
14163
|
+
"/internal/gettaskmediaresponse": {
|
|
14164
|
+
parameters: {
|
|
14165
|
+
query?: never;
|
|
14166
|
+
header?: never;
|
|
14167
|
+
path?: never;
|
|
14168
|
+
cookie?: never;
|
|
14169
|
+
};
|
|
14170
|
+
/**
|
|
14171
|
+
* Get GetTaskMediaResponse (schema generation only)
|
|
14172
|
+
* @description Internal endpoint used only to ensure GetTaskMediaResponse schema is generated in OpenAPI spec
|
|
14173
|
+
*/
|
|
14174
|
+
get: {
|
|
14175
|
+
parameters: {
|
|
14176
|
+
query?: never;
|
|
14177
|
+
header?: never;
|
|
14178
|
+
path?: never;
|
|
14179
|
+
cookie?: never;
|
|
14180
|
+
};
|
|
14181
|
+
requestBody?: never;
|
|
14182
|
+
responses: {
|
|
14183
|
+
/** @description OK */
|
|
14184
|
+
200: {
|
|
14185
|
+
headers: {
|
|
14186
|
+
[name: string]: unknown;
|
|
14187
|
+
};
|
|
14188
|
+
content: {
|
|
14189
|
+
"application/json": components["schemas"]["api.GetTaskMediaResponse"];
|
|
14190
|
+
};
|
|
14191
|
+
};
|
|
14192
|
+
};
|
|
14193
|
+
};
|
|
14194
|
+
put?: never;
|
|
14195
|
+
post?: never;
|
|
14196
|
+
delete?: never;
|
|
14197
|
+
options?: never;
|
|
14198
|
+
head?: never;
|
|
14199
|
+
patch?: never;
|
|
14200
|
+
trace?: never;
|
|
14201
|
+
};
|
|
14202
|
+
"/internal/gettaskmediasuccessresponse": {
|
|
14203
|
+
parameters: {
|
|
14204
|
+
query?: never;
|
|
14205
|
+
header?: never;
|
|
14206
|
+
path?: never;
|
|
14207
|
+
cookie?: never;
|
|
14208
|
+
};
|
|
14209
|
+
/**
|
|
14210
|
+
* Get GetTaskMediaSuccessResponse (schema generation only)
|
|
14211
|
+
* @description Internal endpoint used only to ensure GetTaskMediaSuccessResponse schema is generated in OpenAPI spec
|
|
14212
|
+
*/
|
|
14213
|
+
get: {
|
|
14214
|
+
parameters: {
|
|
14215
|
+
query?: never;
|
|
14216
|
+
header?: never;
|
|
14217
|
+
path?: never;
|
|
14218
|
+
cookie?: never;
|
|
14219
|
+
};
|
|
14220
|
+
requestBody?: never;
|
|
14221
|
+
responses: {
|
|
14222
|
+
/** @description OK */
|
|
14223
|
+
200: {
|
|
14224
|
+
headers: {
|
|
14225
|
+
[name: string]: unknown;
|
|
14226
|
+
};
|
|
14227
|
+
content: {
|
|
14228
|
+
"application/json": components["schemas"]["api.GetTaskMediaSuccessResponse"];
|
|
14229
|
+
};
|
|
14230
|
+
};
|
|
14231
|
+
};
|
|
14232
|
+
};
|
|
14233
|
+
put?: never;
|
|
14234
|
+
post?: never;
|
|
14235
|
+
delete?: never;
|
|
14236
|
+
options?: never;
|
|
14237
|
+
head?: never;
|
|
14238
|
+
patch?: never;
|
|
14239
|
+
trace?: never;
|
|
14240
|
+
};
|
|
14241
|
+
"/internal/gettaskscompacterrorresponse": {
|
|
14242
|
+
parameters: {
|
|
14243
|
+
query?: never;
|
|
14244
|
+
header?: never;
|
|
14245
|
+
path?: never;
|
|
14246
|
+
cookie?: never;
|
|
14247
|
+
};
|
|
14248
|
+
/**
|
|
14249
|
+
* Get GetTasksCompactErrorResponse (schema generation only)
|
|
14250
|
+
* @description Internal endpoint used only to ensure GetTasksCompactErrorResponse schema is generated in OpenAPI spec
|
|
14251
|
+
*/
|
|
14252
|
+
get: {
|
|
14253
|
+
parameters: {
|
|
14254
|
+
query?: never;
|
|
14255
|
+
header?: never;
|
|
14256
|
+
path?: never;
|
|
14257
|
+
cookie?: never;
|
|
14258
|
+
};
|
|
14259
|
+
requestBody?: never;
|
|
14260
|
+
responses: {
|
|
14261
|
+
/** @description OK */
|
|
14262
|
+
200: {
|
|
14263
|
+
headers: {
|
|
14264
|
+
[name: string]: unknown;
|
|
14265
|
+
};
|
|
14266
|
+
content: {
|
|
14267
|
+
"application/json": components["schemas"]["api.GetTasksCompactErrorResponse"];
|
|
14268
|
+
};
|
|
14269
|
+
};
|
|
14270
|
+
};
|
|
14271
|
+
};
|
|
14272
|
+
put?: never;
|
|
14273
|
+
post?: never;
|
|
14274
|
+
delete?: never;
|
|
14275
|
+
options?: never;
|
|
14276
|
+
head?: never;
|
|
14277
|
+
patch?: never;
|
|
14278
|
+
trace?: never;
|
|
14279
|
+
};
|
|
14280
|
+
"/internal/gettaskscompactresponse": {
|
|
14281
|
+
parameters: {
|
|
14282
|
+
query?: never;
|
|
14283
|
+
header?: never;
|
|
14284
|
+
path?: never;
|
|
14285
|
+
cookie?: never;
|
|
14286
|
+
};
|
|
14287
|
+
/**
|
|
14288
|
+
* Get GetTasksCompactResponse (schema generation only)
|
|
14289
|
+
* @description Internal endpoint used only to ensure GetTasksCompactResponse schema is generated in OpenAPI spec
|
|
14290
|
+
*/
|
|
14291
|
+
get: {
|
|
14292
|
+
parameters: {
|
|
14293
|
+
query?: never;
|
|
14294
|
+
header?: never;
|
|
14295
|
+
path?: never;
|
|
14296
|
+
cookie?: never;
|
|
14297
|
+
};
|
|
14298
|
+
requestBody?: never;
|
|
14299
|
+
responses: {
|
|
14300
|
+
/** @description OK */
|
|
14301
|
+
200: {
|
|
14302
|
+
headers: {
|
|
14303
|
+
[name: string]: unknown;
|
|
14304
|
+
};
|
|
14305
|
+
content: {
|
|
14306
|
+
"application/json": components["schemas"]["api.GetTasksCompactResponse"];
|
|
14307
|
+
};
|
|
14308
|
+
};
|
|
14309
|
+
};
|
|
14310
|
+
};
|
|
14311
|
+
put?: never;
|
|
14312
|
+
post?: never;
|
|
14313
|
+
delete?: never;
|
|
14314
|
+
options?: never;
|
|
14315
|
+
head?: never;
|
|
14316
|
+
patch?: never;
|
|
14317
|
+
trace?: never;
|
|
14318
|
+
};
|
|
14319
|
+
"/internal/gettaskscompactsuccessresponse": {
|
|
14320
|
+
parameters: {
|
|
14321
|
+
query?: never;
|
|
14322
|
+
header?: never;
|
|
14323
|
+
path?: never;
|
|
14324
|
+
cookie?: never;
|
|
14325
|
+
};
|
|
14326
|
+
/**
|
|
14327
|
+
* Get GetTasksCompactSuccessResponse (schema generation only)
|
|
14328
|
+
* @description Internal endpoint used only to ensure GetTasksCompactSuccessResponse schema is generated in OpenAPI spec
|
|
14329
|
+
*/
|
|
14330
|
+
get: {
|
|
14331
|
+
parameters: {
|
|
14332
|
+
query?: never;
|
|
14333
|
+
header?: never;
|
|
14334
|
+
path?: never;
|
|
14335
|
+
cookie?: never;
|
|
14336
|
+
};
|
|
14337
|
+
requestBody?: never;
|
|
14338
|
+
responses: {
|
|
14339
|
+
/** @description OK */
|
|
14340
|
+
200: {
|
|
14341
|
+
headers: {
|
|
14342
|
+
[name: string]: unknown;
|
|
14343
|
+
};
|
|
14344
|
+
content: {
|
|
14345
|
+
"application/json": components["schemas"]["api.GetTasksCompactSuccessResponse"];
|
|
14346
|
+
};
|
|
14347
|
+
};
|
|
14348
|
+
};
|
|
14349
|
+
};
|
|
14350
|
+
put?: never;
|
|
14351
|
+
post?: never;
|
|
14352
|
+
delete?: never;
|
|
14353
|
+
options?: never;
|
|
14354
|
+
head?: never;
|
|
14355
|
+
patch?: never;
|
|
14356
|
+
trace?: never;
|
|
14357
|
+
};
|
|
14358
|
+
"/internal/gettaskserrorresponse": {
|
|
13969
14359
|
parameters: {
|
|
13970
14360
|
query?: never;
|
|
13971
14361
|
header?: never;
|
|
@@ -20036,7 +20426,202 @@ export interface paths {
|
|
|
20036
20426
|
[name: string]: unknown;
|
|
20037
20427
|
};
|
|
20038
20428
|
content: {
|
|
20039
|
-
"application/json": components["schemas"]["models.PipelineMetrics"];
|
|
20429
|
+
"application/json": components["schemas"]["models.PipelineMetrics"];
|
|
20430
|
+
};
|
|
20431
|
+
};
|
|
20432
|
+
};
|
|
20433
|
+
};
|
|
20434
|
+
put?: never;
|
|
20435
|
+
post?: never;
|
|
20436
|
+
delete?: never;
|
|
20437
|
+
options?: never;
|
|
20438
|
+
head?: never;
|
|
20439
|
+
patch?: never;
|
|
20440
|
+
trace?: never;
|
|
20441
|
+
};
|
|
20442
|
+
"/internal/pipelinepayload": {
|
|
20443
|
+
parameters: {
|
|
20444
|
+
query?: never;
|
|
20445
|
+
header?: never;
|
|
20446
|
+
path?: never;
|
|
20447
|
+
cookie?: never;
|
|
20448
|
+
};
|
|
20449
|
+
/**
|
|
20450
|
+
* Get PipelinePayload (schema generation only)
|
|
20451
|
+
* @description Internal endpoint used only to ensure PipelinePayload schema is generated in OpenAPI spec
|
|
20452
|
+
*/
|
|
20453
|
+
get: {
|
|
20454
|
+
parameters: {
|
|
20455
|
+
query?: never;
|
|
20456
|
+
header?: never;
|
|
20457
|
+
path?: never;
|
|
20458
|
+
cookie?: never;
|
|
20459
|
+
};
|
|
20460
|
+
requestBody?: never;
|
|
20461
|
+
responses: {
|
|
20462
|
+
/** @description OK */
|
|
20463
|
+
200: {
|
|
20464
|
+
headers: {
|
|
20465
|
+
[name: string]: unknown;
|
|
20466
|
+
};
|
|
20467
|
+
content: {
|
|
20468
|
+
"application/json": components["schemas"]["models.PipelinePayload"];
|
|
20469
|
+
};
|
|
20470
|
+
};
|
|
20471
|
+
};
|
|
20472
|
+
};
|
|
20473
|
+
put?: never;
|
|
20474
|
+
post?: never;
|
|
20475
|
+
delete?: never;
|
|
20476
|
+
options?: never;
|
|
20477
|
+
head?: never;
|
|
20478
|
+
patch?: never;
|
|
20479
|
+
trace?: never;
|
|
20480
|
+
};
|
|
20481
|
+
"/internal/plan": {
|
|
20482
|
+
parameters: {
|
|
20483
|
+
query?: never;
|
|
20484
|
+
header?: never;
|
|
20485
|
+
path?: never;
|
|
20486
|
+
cookie?: never;
|
|
20487
|
+
};
|
|
20488
|
+
/**
|
|
20489
|
+
* Get Plan (schema generation only)
|
|
20490
|
+
* @description Internal endpoint used only to ensure Plan schema is generated in OpenAPI spec
|
|
20491
|
+
*/
|
|
20492
|
+
get: {
|
|
20493
|
+
parameters: {
|
|
20494
|
+
query?: never;
|
|
20495
|
+
header?: never;
|
|
20496
|
+
path?: never;
|
|
20497
|
+
cookie?: never;
|
|
20498
|
+
};
|
|
20499
|
+
requestBody?: never;
|
|
20500
|
+
responses: {
|
|
20501
|
+
/** @description OK */
|
|
20502
|
+
200: {
|
|
20503
|
+
headers: {
|
|
20504
|
+
[name: string]: unknown;
|
|
20505
|
+
};
|
|
20506
|
+
content: {
|
|
20507
|
+
"application/json": components["schemas"]["models.Plan"];
|
|
20508
|
+
};
|
|
20509
|
+
};
|
|
20510
|
+
};
|
|
20511
|
+
};
|
|
20512
|
+
put?: never;
|
|
20513
|
+
post?: never;
|
|
20514
|
+
delete?: never;
|
|
20515
|
+
options?: never;
|
|
20516
|
+
head?: never;
|
|
20517
|
+
patch?: never;
|
|
20518
|
+
trace?: never;
|
|
20519
|
+
};
|
|
20520
|
+
"/internal/point": {
|
|
20521
|
+
parameters: {
|
|
20522
|
+
query?: never;
|
|
20523
|
+
header?: never;
|
|
20524
|
+
path?: never;
|
|
20525
|
+
cookie?: never;
|
|
20526
|
+
};
|
|
20527
|
+
/**
|
|
20528
|
+
* Get Point (schema generation only)
|
|
20529
|
+
* @description Internal endpoint used only to ensure Point schema is generated in OpenAPI spec
|
|
20530
|
+
*/
|
|
20531
|
+
get: {
|
|
20532
|
+
parameters: {
|
|
20533
|
+
query?: never;
|
|
20534
|
+
header?: never;
|
|
20535
|
+
path?: never;
|
|
20536
|
+
cookie?: never;
|
|
20537
|
+
};
|
|
20538
|
+
requestBody?: never;
|
|
20539
|
+
responses: {
|
|
20540
|
+
/** @description OK */
|
|
20541
|
+
200: {
|
|
20542
|
+
headers: {
|
|
20543
|
+
[name: string]: unknown;
|
|
20544
|
+
};
|
|
20545
|
+
content: {
|
|
20546
|
+
"application/json": components["schemas"]["models.Point"];
|
|
20547
|
+
};
|
|
20548
|
+
};
|
|
20549
|
+
};
|
|
20550
|
+
};
|
|
20551
|
+
put?: never;
|
|
20552
|
+
post?: never;
|
|
20553
|
+
delete?: never;
|
|
20554
|
+
options?: never;
|
|
20555
|
+
head?: never;
|
|
20556
|
+
patch?: never;
|
|
20557
|
+
trace?: never;
|
|
20558
|
+
};
|
|
20559
|
+
"/internal/postdetectionserrorresponse": {
|
|
20560
|
+
parameters: {
|
|
20561
|
+
query?: never;
|
|
20562
|
+
header?: never;
|
|
20563
|
+
path?: never;
|
|
20564
|
+
cookie?: never;
|
|
20565
|
+
};
|
|
20566
|
+
/**
|
|
20567
|
+
* Get PostDetectionsErrorResponse (schema generation only)
|
|
20568
|
+
* @description Internal endpoint used only to ensure PostDetectionsErrorResponse schema is generated in OpenAPI spec
|
|
20569
|
+
*/
|
|
20570
|
+
get: {
|
|
20571
|
+
parameters: {
|
|
20572
|
+
query?: never;
|
|
20573
|
+
header?: never;
|
|
20574
|
+
path?: never;
|
|
20575
|
+
cookie?: never;
|
|
20576
|
+
};
|
|
20577
|
+
requestBody?: never;
|
|
20578
|
+
responses: {
|
|
20579
|
+
/** @description OK */
|
|
20580
|
+
200: {
|
|
20581
|
+
headers: {
|
|
20582
|
+
[name: string]: unknown;
|
|
20583
|
+
};
|
|
20584
|
+
content: {
|
|
20585
|
+
"application/json": components["schemas"]["api.PostDetectionsErrorResponse"];
|
|
20586
|
+
};
|
|
20587
|
+
};
|
|
20588
|
+
};
|
|
20589
|
+
};
|
|
20590
|
+
put?: never;
|
|
20591
|
+
post?: never;
|
|
20592
|
+
delete?: never;
|
|
20593
|
+
options?: never;
|
|
20594
|
+
head?: never;
|
|
20595
|
+
patch?: never;
|
|
20596
|
+
trace?: never;
|
|
20597
|
+
};
|
|
20598
|
+
"/internal/postdetectionsrequest": {
|
|
20599
|
+
parameters: {
|
|
20600
|
+
query?: never;
|
|
20601
|
+
header?: never;
|
|
20602
|
+
path?: never;
|
|
20603
|
+
cookie?: never;
|
|
20604
|
+
};
|
|
20605
|
+
/**
|
|
20606
|
+
* Get PostDetectionsRequest (schema generation only)
|
|
20607
|
+
* @description Internal endpoint used only to ensure PostDetectionsRequest schema is generated in OpenAPI spec
|
|
20608
|
+
*/
|
|
20609
|
+
get: {
|
|
20610
|
+
parameters: {
|
|
20611
|
+
query?: never;
|
|
20612
|
+
header?: never;
|
|
20613
|
+
path?: never;
|
|
20614
|
+
cookie?: never;
|
|
20615
|
+
};
|
|
20616
|
+
requestBody?: never;
|
|
20617
|
+
responses: {
|
|
20618
|
+
/** @description OK */
|
|
20619
|
+
200: {
|
|
20620
|
+
headers: {
|
|
20621
|
+
[name: string]: unknown;
|
|
20622
|
+
};
|
|
20623
|
+
content: {
|
|
20624
|
+
"application/json": components["schemas"]["api.PostDetectionsRequest"];
|
|
20040
20625
|
};
|
|
20041
20626
|
};
|
|
20042
20627
|
};
|
|
@@ -20049,7 +20634,7 @@ export interface paths {
|
|
|
20049
20634
|
patch?: never;
|
|
20050
20635
|
trace?: never;
|
|
20051
20636
|
};
|
|
20052
|
-
"/internal/
|
|
20637
|
+
"/internal/postdetectionsresponse": {
|
|
20053
20638
|
parameters: {
|
|
20054
20639
|
query?: never;
|
|
20055
20640
|
header?: never;
|
|
@@ -20057,8 +20642,8 @@ export interface paths {
|
|
|
20057
20642
|
cookie?: never;
|
|
20058
20643
|
};
|
|
20059
20644
|
/**
|
|
20060
|
-
* Get
|
|
20061
|
-
* @description Internal endpoint used only to ensure
|
|
20645
|
+
* Get PostDetectionsResponse (schema generation only)
|
|
20646
|
+
* @description Internal endpoint used only to ensure PostDetectionsResponse schema is generated in OpenAPI spec
|
|
20062
20647
|
*/
|
|
20063
20648
|
get: {
|
|
20064
20649
|
parameters: {
|
|
@@ -20075,7 +20660,7 @@ export interface paths {
|
|
|
20075
20660
|
[name: string]: unknown;
|
|
20076
20661
|
};
|
|
20077
20662
|
content: {
|
|
20078
|
-
"application/json": components["schemas"]["
|
|
20663
|
+
"application/json": components["schemas"]["api.PostDetectionsResponse"];
|
|
20079
20664
|
};
|
|
20080
20665
|
};
|
|
20081
20666
|
};
|
|
@@ -20088,7 +20673,7 @@ export interface paths {
|
|
|
20088
20673
|
patch?: never;
|
|
20089
20674
|
trace?: never;
|
|
20090
20675
|
};
|
|
20091
|
-
"/internal/
|
|
20676
|
+
"/internal/postdetectionssuccessresponse": {
|
|
20092
20677
|
parameters: {
|
|
20093
20678
|
query?: never;
|
|
20094
20679
|
header?: never;
|
|
@@ -20096,8 +20681,8 @@ export interface paths {
|
|
|
20096
20681
|
cookie?: never;
|
|
20097
20682
|
};
|
|
20098
20683
|
/**
|
|
20099
|
-
* Get
|
|
20100
|
-
* @description Internal endpoint used only to ensure
|
|
20684
|
+
* Get PostDetectionsSuccessResponse (schema generation only)
|
|
20685
|
+
* @description Internal endpoint used only to ensure PostDetectionsSuccessResponse schema is generated in OpenAPI spec
|
|
20101
20686
|
*/
|
|
20102
20687
|
get: {
|
|
20103
20688
|
parameters: {
|
|
@@ -20114,7 +20699,7 @@ export interface paths {
|
|
|
20114
20699
|
[name: string]: unknown;
|
|
20115
20700
|
};
|
|
20116
20701
|
content: {
|
|
20117
|
-
"application/json": components["schemas"]["
|
|
20702
|
+
"application/json": components["schemas"]["api.PostDetectionsSuccessResponse"];
|
|
20118
20703
|
};
|
|
20119
20704
|
};
|
|
20120
20705
|
};
|
|
@@ -20127,7 +20712,7 @@ export interface paths {
|
|
|
20127
20712
|
patch?: never;
|
|
20128
20713
|
trace?: never;
|
|
20129
20714
|
};
|
|
20130
|
-
"/internal/
|
|
20715
|
+
"/internal/profilesettings": {
|
|
20131
20716
|
parameters: {
|
|
20132
20717
|
query?: never;
|
|
20133
20718
|
header?: never;
|
|
@@ -20135,8 +20720,8 @@ export interface paths {
|
|
|
20135
20720
|
cookie?: never;
|
|
20136
20721
|
};
|
|
20137
20722
|
/**
|
|
20138
|
-
* Get
|
|
20139
|
-
* @description Internal endpoint used only to ensure
|
|
20723
|
+
* Get ProfileSettings (schema generation only)
|
|
20724
|
+
* @description Internal endpoint used only to ensure ProfileSettings schema is generated in OpenAPI spec
|
|
20140
20725
|
*/
|
|
20141
20726
|
get: {
|
|
20142
20727
|
parameters: {
|
|
@@ -20153,7 +20738,7 @@ export interface paths {
|
|
|
20153
20738
|
[name: string]: unknown;
|
|
20154
20739
|
};
|
|
20155
20740
|
content: {
|
|
20156
|
-
"application/json": components["schemas"]["models.
|
|
20741
|
+
"application/json": components["schemas"]["models.ProfileSettings"];
|
|
20157
20742
|
};
|
|
20158
20743
|
};
|
|
20159
20744
|
};
|
|
@@ -20166,7 +20751,7 @@ export interface paths {
|
|
|
20166
20751
|
patch?: never;
|
|
20167
20752
|
trace?: never;
|
|
20168
20753
|
};
|
|
20169
|
-
"/internal/
|
|
20754
|
+
"/internal/project": {
|
|
20170
20755
|
parameters: {
|
|
20171
20756
|
query?: never;
|
|
20172
20757
|
header?: never;
|
|
@@ -20174,8 +20759,8 @@ export interface paths {
|
|
|
20174
20759
|
cookie?: never;
|
|
20175
20760
|
};
|
|
20176
20761
|
/**
|
|
20177
|
-
* Get
|
|
20178
|
-
* @description Internal endpoint used only to ensure
|
|
20762
|
+
* Get Project (schema generation only)
|
|
20763
|
+
* @description Internal endpoint used only to ensure Project schema is generated in OpenAPI spec
|
|
20179
20764
|
*/
|
|
20180
20765
|
get: {
|
|
20181
20766
|
parameters: {
|
|
@@ -20192,7 +20777,7 @@ export interface paths {
|
|
|
20192
20777
|
[name: string]: unknown;
|
|
20193
20778
|
};
|
|
20194
20779
|
content: {
|
|
20195
|
-
"application/json": components["schemas"]["
|
|
20780
|
+
"application/json": components["schemas"]["models.Project"];
|
|
20196
20781
|
};
|
|
20197
20782
|
};
|
|
20198
20783
|
};
|
|
@@ -20205,7 +20790,7 @@ export interface paths {
|
|
|
20205
20790
|
patch?: never;
|
|
20206
20791
|
trace?: never;
|
|
20207
20792
|
};
|
|
20208
|
-
"/internal/
|
|
20793
|
+
"/internal/publishfileerrorresponse": {
|
|
20209
20794
|
parameters: {
|
|
20210
20795
|
query?: never;
|
|
20211
20796
|
header?: never;
|
|
@@ -20213,8 +20798,8 @@ export interface paths {
|
|
|
20213
20798
|
cookie?: never;
|
|
20214
20799
|
};
|
|
20215
20800
|
/**
|
|
20216
|
-
* Get
|
|
20217
|
-
* @description Internal endpoint used only to ensure
|
|
20801
|
+
* Get PublishFileErrorResponse (schema generation only)
|
|
20802
|
+
* @description Internal endpoint used only to ensure PublishFileErrorResponse schema is generated in OpenAPI spec
|
|
20218
20803
|
*/
|
|
20219
20804
|
get: {
|
|
20220
20805
|
parameters: {
|
|
@@ -20231,7 +20816,7 @@ export interface paths {
|
|
|
20231
20816
|
[name: string]: unknown;
|
|
20232
20817
|
};
|
|
20233
20818
|
content: {
|
|
20234
|
-
"application/json": components["schemas"]["api.
|
|
20819
|
+
"application/json": components["schemas"]["api.PublishFileErrorResponse"];
|
|
20235
20820
|
};
|
|
20236
20821
|
};
|
|
20237
20822
|
};
|
|
@@ -20244,7 +20829,7 @@ export interface paths {
|
|
|
20244
20829
|
patch?: never;
|
|
20245
20830
|
trace?: never;
|
|
20246
20831
|
};
|
|
20247
|
-
"/internal/
|
|
20832
|
+
"/internal/publishfileresponse": {
|
|
20248
20833
|
parameters: {
|
|
20249
20834
|
query?: never;
|
|
20250
20835
|
header?: never;
|
|
@@ -20252,8 +20837,8 @@ export interface paths {
|
|
|
20252
20837
|
cookie?: never;
|
|
20253
20838
|
};
|
|
20254
20839
|
/**
|
|
20255
|
-
* Get
|
|
20256
|
-
* @description Internal endpoint used only to ensure
|
|
20840
|
+
* Get PublishFileResponse (schema generation only)
|
|
20841
|
+
* @description Internal endpoint used only to ensure PublishFileResponse schema is generated in OpenAPI spec
|
|
20257
20842
|
*/
|
|
20258
20843
|
get: {
|
|
20259
20844
|
parameters: {
|
|
@@ -20270,7 +20855,7 @@ export interface paths {
|
|
|
20270
20855
|
[name: string]: unknown;
|
|
20271
20856
|
};
|
|
20272
20857
|
content: {
|
|
20273
|
-
"application/json": components["schemas"]["api.
|
|
20858
|
+
"application/json": components["schemas"]["api.PublishFileResponse"];
|
|
20274
20859
|
};
|
|
20275
20860
|
};
|
|
20276
20861
|
};
|
|
@@ -20283,7 +20868,7 @@ export interface paths {
|
|
|
20283
20868
|
patch?: never;
|
|
20284
20869
|
trace?: never;
|
|
20285
20870
|
};
|
|
20286
|
-
"/internal/
|
|
20871
|
+
"/internal/publishfilesuccessresponse": {
|
|
20287
20872
|
parameters: {
|
|
20288
20873
|
query?: never;
|
|
20289
20874
|
header?: never;
|
|
@@ -20291,8 +20876,8 @@ export interface paths {
|
|
|
20291
20876
|
cookie?: never;
|
|
20292
20877
|
};
|
|
20293
20878
|
/**
|
|
20294
|
-
* Get
|
|
20295
|
-
* @description Internal endpoint used only to ensure
|
|
20879
|
+
* Get PublishFileSuccessResponse (schema generation only)
|
|
20880
|
+
* @description Internal endpoint used only to ensure PublishFileSuccessResponse schema is generated in OpenAPI spec
|
|
20296
20881
|
*/
|
|
20297
20882
|
get: {
|
|
20298
20883
|
parameters: {
|
|
@@ -20309,7 +20894,7 @@ export interface paths {
|
|
|
20309
20894
|
[name: string]: unknown;
|
|
20310
20895
|
};
|
|
20311
20896
|
content: {
|
|
20312
|
-
"application/json": components["schemas"]["api.
|
|
20897
|
+
"application/json": components["schemas"]["api.PublishFileSuccessResponse"];
|
|
20313
20898
|
};
|
|
20314
20899
|
};
|
|
20315
20900
|
};
|
|
@@ -20322,7 +20907,7 @@ export interface paths {
|
|
|
20322
20907
|
patch?: never;
|
|
20323
20908
|
trace?: never;
|
|
20324
20909
|
};
|
|
20325
|
-
"/internal/
|
|
20910
|
+
"/internal/pushbullet": {
|
|
20326
20911
|
parameters: {
|
|
20327
20912
|
query?: never;
|
|
20328
20913
|
header?: never;
|
|
@@ -20330,8 +20915,8 @@ export interface paths {
|
|
|
20330
20915
|
cookie?: never;
|
|
20331
20916
|
};
|
|
20332
20917
|
/**
|
|
20333
|
-
* Get
|
|
20334
|
-
* @description Internal endpoint used only to ensure
|
|
20918
|
+
* Get Pushbullet (schema generation only)
|
|
20919
|
+
* @description Internal endpoint used only to ensure Pushbullet schema is generated in OpenAPI spec
|
|
20335
20920
|
*/
|
|
20336
20921
|
get: {
|
|
20337
20922
|
parameters: {
|
|
@@ -20348,7 +20933,7 @@ export interface paths {
|
|
|
20348
20933
|
[name: string]: unknown;
|
|
20349
20934
|
};
|
|
20350
20935
|
content: {
|
|
20351
|
-
"application/json": components["schemas"]["models.
|
|
20936
|
+
"application/json": components["schemas"]["models.Pushbullet"];
|
|
20352
20937
|
};
|
|
20353
20938
|
};
|
|
20354
20939
|
};
|
|
@@ -20361,7 +20946,7 @@ export interface paths {
|
|
|
20361
20946
|
patch?: never;
|
|
20362
20947
|
trace?: never;
|
|
20363
20948
|
};
|
|
20364
|
-
"/internal/
|
|
20949
|
+
"/internal/pushover": {
|
|
20365
20950
|
parameters: {
|
|
20366
20951
|
query?: never;
|
|
20367
20952
|
header?: never;
|
|
@@ -20369,8 +20954,8 @@ export interface paths {
|
|
|
20369
20954
|
cookie?: never;
|
|
20370
20955
|
};
|
|
20371
20956
|
/**
|
|
20372
|
-
* Get
|
|
20373
|
-
* @description Internal endpoint used only to ensure
|
|
20957
|
+
* Get Pushover (schema generation only)
|
|
20958
|
+
* @description Internal endpoint used only to ensure Pushover schema is generated in OpenAPI spec
|
|
20374
20959
|
*/
|
|
20375
20960
|
get: {
|
|
20376
20961
|
parameters: {
|
|
@@ -20387,7 +20972,7 @@ export interface paths {
|
|
|
20387
20972
|
[name: string]: unknown;
|
|
20388
20973
|
};
|
|
20389
20974
|
content: {
|
|
20390
|
-
"application/json": components["schemas"]["models.
|
|
20975
|
+
"application/json": components["schemas"]["models.Pushover"];
|
|
20391
20976
|
};
|
|
20392
20977
|
};
|
|
20393
20978
|
};
|
|
@@ -20400,7 +20985,7 @@ export interface paths {
|
|
|
20400
20985
|
patch?: never;
|
|
20401
20986
|
trace?: never;
|
|
20402
20987
|
};
|
|
20403
|
-
"/internal/
|
|
20988
|
+
"/internal/redactionevent": {
|
|
20404
20989
|
parameters: {
|
|
20405
20990
|
query?: never;
|
|
20406
20991
|
header?: never;
|
|
@@ -20408,8 +20993,8 @@ export interface paths {
|
|
|
20408
20993
|
cookie?: never;
|
|
20409
20994
|
};
|
|
20410
20995
|
/**
|
|
20411
|
-
* Get
|
|
20412
|
-
* @description Internal endpoint used only to ensure
|
|
20996
|
+
* Get RedactionEvent (schema generation only)
|
|
20997
|
+
* @description Internal endpoint used only to ensure RedactionEvent schema is generated in OpenAPI spec
|
|
20413
20998
|
*/
|
|
20414
20999
|
get: {
|
|
20415
21000
|
parameters: {
|
|
@@ -20426,7 +21011,7 @@ export interface paths {
|
|
|
20426
21011
|
[name: string]: unknown;
|
|
20427
21012
|
};
|
|
20428
21013
|
content: {
|
|
20429
|
-
"application/json": components["schemas"]["
|
|
21014
|
+
"application/json": components["schemas"]["api.RedactionEvent"];
|
|
20430
21015
|
};
|
|
20431
21016
|
};
|
|
20432
21017
|
};
|
|
@@ -20439,7 +21024,7 @@ export interface paths {
|
|
|
20439
21024
|
patch?: never;
|
|
20440
21025
|
trace?: never;
|
|
20441
21026
|
};
|
|
20442
|
-
"/internal/
|
|
21027
|
+
"/internal/region": {
|
|
20443
21028
|
parameters: {
|
|
20444
21029
|
query?: never;
|
|
20445
21030
|
header?: never;
|
|
@@ -20447,8 +21032,8 @@ export interface paths {
|
|
|
20447
21032
|
cookie?: never;
|
|
20448
21033
|
};
|
|
20449
21034
|
/**
|
|
20450
|
-
* Get
|
|
20451
|
-
* @description Internal endpoint used only to ensure
|
|
21035
|
+
* Get Region (schema generation only)
|
|
21036
|
+
* @description Internal endpoint used only to ensure Region schema is generated in OpenAPI spec
|
|
20452
21037
|
*/
|
|
20453
21038
|
get: {
|
|
20454
21039
|
parameters: {
|
|
@@ -20465,7 +21050,7 @@ export interface paths {
|
|
|
20465
21050
|
[name: string]: unknown;
|
|
20466
21051
|
};
|
|
20467
21052
|
content: {
|
|
20468
|
-
"application/json": components["schemas"]["
|
|
21053
|
+
"application/json": components["schemas"]["models.Region"];
|
|
20469
21054
|
};
|
|
20470
21055
|
};
|
|
20471
21056
|
};
|
|
@@ -20478,7 +21063,7 @@ export interface paths {
|
|
|
20478
21063
|
patch?: never;
|
|
20479
21064
|
trace?: never;
|
|
20480
21065
|
};
|
|
20481
|
-
"/internal/
|
|
21066
|
+
"/internal/regionpoint": {
|
|
20482
21067
|
parameters: {
|
|
20483
21068
|
query?: never;
|
|
20484
21069
|
header?: never;
|
|
@@ -20486,8 +21071,8 @@ export interface paths {
|
|
|
20486
21071
|
cookie?: never;
|
|
20487
21072
|
};
|
|
20488
21073
|
/**
|
|
20489
|
-
* Get
|
|
20490
|
-
* @description Internal endpoint used only to ensure
|
|
21074
|
+
* Get RegionPoint (schema generation only)
|
|
21075
|
+
* @description Internal endpoint used only to ensure RegionPoint schema is generated in OpenAPI spec
|
|
20491
21076
|
*/
|
|
20492
21077
|
get: {
|
|
20493
21078
|
parameters: {
|
|
@@ -20504,7 +21089,7 @@ export interface paths {
|
|
|
20504
21089
|
[name: string]: unknown;
|
|
20505
21090
|
};
|
|
20506
21091
|
content: {
|
|
20507
|
-
"application/json": components["schemas"]["
|
|
21092
|
+
"application/json": components["schemas"]["models.RegionPoint"];
|
|
20508
21093
|
};
|
|
20509
21094
|
};
|
|
20510
21095
|
};
|
|
@@ -20517,7 +21102,7 @@ export interface paths {
|
|
|
20517
21102
|
patch?: never;
|
|
20518
21103
|
trace?: never;
|
|
20519
21104
|
};
|
|
20520
|
-
"/internal/
|
|
21105
|
+
"/internal/removealertinput": {
|
|
20521
21106
|
parameters: {
|
|
20522
21107
|
query?: never;
|
|
20523
21108
|
header?: never;
|
|
@@ -20525,8 +21110,8 @@ export interface paths {
|
|
|
20525
21110
|
cookie?: never;
|
|
20526
21111
|
};
|
|
20527
21112
|
/**
|
|
20528
|
-
* Get
|
|
20529
|
-
* @description Internal endpoint used only to ensure
|
|
21113
|
+
* Get RemoveAlertInput (schema generation only)
|
|
21114
|
+
* @description Internal endpoint used only to ensure RemoveAlertInput schema is generated in OpenAPI spec
|
|
20530
21115
|
*/
|
|
20531
21116
|
get: {
|
|
20532
21117
|
parameters: {
|
|
@@ -20543,7 +21128,7 @@ export interface paths {
|
|
|
20543
21128
|
[name: string]: unknown;
|
|
20544
21129
|
};
|
|
20545
21130
|
content: {
|
|
20546
|
-
"application/json": components["schemas"]["
|
|
21131
|
+
"application/json": components["schemas"]["models.RemoveAlertInput"];
|
|
20547
21132
|
};
|
|
20548
21133
|
};
|
|
20549
21134
|
};
|
|
@@ -20556,7 +21141,7 @@ export interface paths {
|
|
|
20556
21141
|
patch?: never;
|
|
20557
21142
|
trace?: never;
|
|
20558
21143
|
};
|
|
20559
|
-
"/internal/
|
|
21144
|
+
"/internal/removealertoutput": {
|
|
20560
21145
|
parameters: {
|
|
20561
21146
|
query?: never;
|
|
20562
21147
|
header?: never;
|
|
@@ -20564,8 +21149,8 @@ export interface paths {
|
|
|
20564
21149
|
cookie?: never;
|
|
20565
21150
|
};
|
|
20566
21151
|
/**
|
|
20567
|
-
* Get
|
|
20568
|
-
* @description Internal endpoint used only to ensure
|
|
21152
|
+
* Get RemoveAlertOutput (schema generation only)
|
|
21153
|
+
* @description Internal endpoint used only to ensure RemoveAlertOutput schema is generated in OpenAPI spec
|
|
20569
21154
|
*/
|
|
20570
21155
|
get: {
|
|
20571
21156
|
parameters: {
|
|
@@ -20582,7 +21167,7 @@ export interface paths {
|
|
|
20582
21167
|
[name: string]: unknown;
|
|
20583
21168
|
};
|
|
20584
21169
|
content: {
|
|
20585
|
-
"application/json": components["schemas"]["models.
|
|
21170
|
+
"application/json": components["schemas"]["models.RemoveAlertOutput"];
|
|
20586
21171
|
};
|
|
20587
21172
|
};
|
|
20588
21173
|
};
|
|
@@ -20595,7 +21180,7 @@ export interface paths {
|
|
|
20595
21180
|
patch?: never;
|
|
20596
21181
|
trace?: never;
|
|
20597
21182
|
};
|
|
20598
|
-
"/internal/
|
|
21183
|
+
"/internal/removecustomalerterrorresponse": {
|
|
20599
21184
|
parameters: {
|
|
20600
21185
|
query?: never;
|
|
20601
21186
|
header?: never;
|
|
@@ -20603,8 +21188,8 @@ export interface paths {
|
|
|
20603
21188
|
cookie?: never;
|
|
20604
21189
|
};
|
|
20605
21190
|
/**
|
|
20606
|
-
* Get
|
|
20607
|
-
* @description Internal endpoint used only to ensure
|
|
21191
|
+
* Get RemoveCustomAlertErrorResponse (schema generation only)
|
|
21192
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertErrorResponse schema is generated in OpenAPI spec
|
|
20608
21193
|
*/
|
|
20609
21194
|
get: {
|
|
20610
21195
|
parameters: {
|
|
@@ -20621,7 +21206,7 @@ export interface paths {
|
|
|
20621
21206
|
[name: string]: unknown;
|
|
20622
21207
|
};
|
|
20623
21208
|
content: {
|
|
20624
|
-
"application/json": components["schemas"]["
|
|
21209
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertErrorResponse"];
|
|
20625
21210
|
};
|
|
20626
21211
|
};
|
|
20627
21212
|
};
|
|
@@ -20634,7 +21219,7 @@ export interface paths {
|
|
|
20634
21219
|
patch?: never;
|
|
20635
21220
|
trace?: never;
|
|
20636
21221
|
};
|
|
20637
|
-
"/internal/
|
|
21222
|
+
"/internal/removecustomalertrequest": {
|
|
20638
21223
|
parameters: {
|
|
20639
21224
|
query?: never;
|
|
20640
21225
|
header?: never;
|
|
@@ -20642,8 +21227,8 @@ export interface paths {
|
|
|
20642
21227
|
cookie?: never;
|
|
20643
21228
|
};
|
|
20644
21229
|
/**
|
|
20645
|
-
* Get
|
|
20646
|
-
* @description Internal endpoint used only to ensure
|
|
21230
|
+
* Get RemoveCustomAlertRequest (schema generation only)
|
|
21231
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertRequest schema is generated in OpenAPI spec
|
|
20647
21232
|
*/
|
|
20648
21233
|
get: {
|
|
20649
21234
|
parameters: {
|
|
@@ -20660,7 +21245,7 @@ export interface paths {
|
|
|
20660
21245
|
[name: string]: unknown;
|
|
20661
21246
|
};
|
|
20662
21247
|
content: {
|
|
20663
|
-
"application/json": components["schemas"]["api.
|
|
21248
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertRequest"];
|
|
20664
21249
|
};
|
|
20665
21250
|
};
|
|
20666
21251
|
};
|
|
@@ -20673,7 +21258,7 @@ export interface paths {
|
|
|
20673
21258
|
patch?: never;
|
|
20674
21259
|
trace?: never;
|
|
20675
21260
|
};
|
|
20676
|
-
"/internal/
|
|
21261
|
+
"/internal/removecustomalertresponse": {
|
|
20677
21262
|
parameters: {
|
|
20678
21263
|
query?: never;
|
|
20679
21264
|
header?: never;
|
|
@@ -20681,8 +21266,8 @@ export interface paths {
|
|
|
20681
21266
|
cookie?: never;
|
|
20682
21267
|
};
|
|
20683
21268
|
/**
|
|
20684
|
-
* Get
|
|
20685
|
-
* @description Internal endpoint used only to ensure
|
|
21269
|
+
* Get RemoveCustomAlertResponse (schema generation only)
|
|
21270
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertResponse schema is generated in OpenAPI spec
|
|
20686
21271
|
*/
|
|
20687
21272
|
get: {
|
|
20688
21273
|
parameters: {
|
|
@@ -20699,7 +21284,7 @@ export interface paths {
|
|
|
20699
21284
|
[name: string]: unknown;
|
|
20700
21285
|
};
|
|
20701
21286
|
content: {
|
|
20702
|
-
"application/json": components["schemas"]["
|
|
21287
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertResponse"];
|
|
20703
21288
|
};
|
|
20704
21289
|
};
|
|
20705
21290
|
};
|
|
@@ -20712,7 +21297,7 @@ export interface paths {
|
|
|
20712
21297
|
patch?: never;
|
|
20713
21298
|
trace?: never;
|
|
20714
21299
|
};
|
|
20715
|
-
"/internal/
|
|
21300
|
+
"/internal/removecustomalertsuccessresponse": {
|
|
20716
21301
|
parameters: {
|
|
20717
21302
|
query?: never;
|
|
20718
21303
|
header?: never;
|
|
@@ -20720,8 +21305,8 @@ export interface paths {
|
|
|
20720
21305
|
cookie?: never;
|
|
20721
21306
|
};
|
|
20722
21307
|
/**
|
|
20723
|
-
* Get
|
|
20724
|
-
* @description Internal endpoint used only to ensure
|
|
21308
|
+
* Get RemoveCustomAlertSuccessResponse (schema generation only)
|
|
21309
|
+
* @description Internal endpoint used only to ensure RemoveCustomAlertSuccessResponse schema is generated in OpenAPI spec
|
|
20725
21310
|
*/
|
|
20726
21311
|
get: {
|
|
20727
21312
|
parameters: {
|
|
@@ -20738,7 +21323,7 @@ export interface paths {
|
|
|
20738
21323
|
[name: string]: unknown;
|
|
20739
21324
|
};
|
|
20740
21325
|
content: {
|
|
20741
|
-
"application/json": components["schemas"]["
|
|
21326
|
+
"application/json": components["schemas"]["api.RemoveCustomAlertSuccessResponse"];
|
|
20742
21327
|
};
|
|
20743
21328
|
};
|
|
20744
21329
|
};
|
|
@@ -20751,7 +21336,7 @@ export interface paths {
|
|
|
20751
21336
|
patch?: never;
|
|
20752
21337
|
trace?: never;
|
|
20753
21338
|
};
|
|
20754
|
-
"/internal/
|
|
21339
|
+
"/internal/requesttaskexporterrorresponse": {
|
|
20755
21340
|
parameters: {
|
|
20756
21341
|
query?: never;
|
|
20757
21342
|
header?: never;
|
|
@@ -20759,8 +21344,8 @@ export interface paths {
|
|
|
20759
21344
|
cookie?: never;
|
|
20760
21345
|
};
|
|
20761
21346
|
/**
|
|
20762
|
-
* Get
|
|
20763
|
-
* @description Internal endpoint used only to ensure
|
|
21347
|
+
* Get RequestTaskExportErrorResponse (schema generation only)
|
|
21348
|
+
* @description Internal endpoint used only to ensure RequestTaskExportErrorResponse schema is generated in OpenAPI spec
|
|
20764
21349
|
*/
|
|
20765
21350
|
get: {
|
|
20766
21351
|
parameters: {
|
|
@@ -20777,7 +21362,7 @@ export interface paths {
|
|
|
20777
21362
|
[name: string]: unknown;
|
|
20778
21363
|
};
|
|
20779
21364
|
content: {
|
|
20780
|
-
"application/json": components["schemas"]["
|
|
21365
|
+
"application/json": components["schemas"]["api.RequestTaskExportErrorResponse"];
|
|
20781
21366
|
};
|
|
20782
21367
|
};
|
|
20783
21368
|
};
|
|
@@ -20790,7 +21375,7 @@ export interface paths {
|
|
|
20790
21375
|
patch?: never;
|
|
20791
21376
|
trace?: never;
|
|
20792
21377
|
};
|
|
20793
|
-
"/internal/
|
|
21378
|
+
"/internal/requesttaskexportrequest": {
|
|
20794
21379
|
parameters: {
|
|
20795
21380
|
query?: never;
|
|
20796
21381
|
header?: never;
|
|
@@ -20798,8 +21383,8 @@ export interface paths {
|
|
|
20798
21383
|
cookie?: never;
|
|
20799
21384
|
};
|
|
20800
21385
|
/**
|
|
20801
|
-
* Get
|
|
20802
|
-
* @description Internal endpoint used only to ensure
|
|
21386
|
+
* Get RequestTaskExportRequest (schema generation only)
|
|
21387
|
+
* @description Internal endpoint used only to ensure RequestTaskExportRequest schema is generated in OpenAPI spec
|
|
20803
21388
|
*/
|
|
20804
21389
|
get: {
|
|
20805
21390
|
parameters: {
|
|
@@ -20816,7 +21401,7 @@ export interface paths {
|
|
|
20816
21401
|
[name: string]: unknown;
|
|
20817
21402
|
};
|
|
20818
21403
|
content: {
|
|
20819
|
-
"application/json": components["schemas"]["
|
|
21404
|
+
"application/json": components["schemas"]["api.RequestTaskExportRequest"];
|
|
20820
21405
|
};
|
|
20821
21406
|
};
|
|
20822
21407
|
};
|
|
@@ -20829,7 +21414,7 @@ export interface paths {
|
|
|
20829
21414
|
patch?: never;
|
|
20830
21415
|
trace?: never;
|
|
20831
21416
|
};
|
|
20832
|
-
"/internal/
|
|
21417
|
+
"/internal/requesttaskexportresponse": {
|
|
20833
21418
|
parameters: {
|
|
20834
21419
|
query?: never;
|
|
20835
21420
|
header?: never;
|
|
@@ -20837,8 +21422,8 @@ export interface paths {
|
|
|
20837
21422
|
cookie?: never;
|
|
20838
21423
|
};
|
|
20839
21424
|
/**
|
|
20840
|
-
* Get
|
|
20841
|
-
* @description Internal endpoint used only to ensure
|
|
21425
|
+
* Get RequestTaskExportResponse (schema generation only)
|
|
21426
|
+
* @description Internal endpoint used only to ensure RequestTaskExportResponse schema is generated in OpenAPI spec
|
|
20842
21427
|
*/
|
|
20843
21428
|
get: {
|
|
20844
21429
|
parameters: {
|
|
@@ -20855,7 +21440,7 @@ export interface paths {
|
|
|
20855
21440
|
[name: string]: unknown;
|
|
20856
21441
|
};
|
|
20857
21442
|
content: {
|
|
20858
|
-
"application/json": components["schemas"]["api.
|
|
21443
|
+
"application/json": components["schemas"]["api.RequestTaskExportResponse"];
|
|
20859
21444
|
};
|
|
20860
21445
|
};
|
|
20861
21446
|
};
|
|
@@ -20868,7 +21453,7 @@ export interface paths {
|
|
|
20868
21453
|
patch?: never;
|
|
20869
21454
|
trace?: never;
|
|
20870
21455
|
};
|
|
20871
|
-
"/internal/
|
|
21456
|
+
"/internal/requesttaskexportsuccessresponse": {
|
|
20872
21457
|
parameters: {
|
|
20873
21458
|
query?: never;
|
|
20874
21459
|
header?: never;
|
|
@@ -20876,8 +21461,8 @@ export interface paths {
|
|
|
20876
21461
|
cookie?: never;
|
|
20877
21462
|
};
|
|
20878
21463
|
/**
|
|
20879
|
-
* Get
|
|
20880
|
-
* @description Internal endpoint used only to ensure
|
|
21464
|
+
* Get RequestTaskExportSuccessResponse (schema generation only)
|
|
21465
|
+
* @description Internal endpoint used only to ensure RequestTaskExportSuccessResponse schema is generated in OpenAPI spec
|
|
20881
21466
|
*/
|
|
20882
21467
|
get: {
|
|
20883
21468
|
parameters: {
|
|
@@ -20894,7 +21479,7 @@ export interface paths {
|
|
|
20894
21479
|
[name: string]: unknown;
|
|
20895
21480
|
};
|
|
20896
21481
|
content: {
|
|
20897
|
-
"application/json": components["schemas"]["api.
|
|
21482
|
+
"application/json": components["schemas"]["api.RequestTaskExportSuccessResponse"];
|
|
20898
21483
|
};
|
|
20899
21484
|
};
|
|
20900
21485
|
};
|
|
@@ -20907,7 +21492,7 @@ export interface paths {
|
|
|
20907
21492
|
patch?: never;
|
|
20908
21493
|
trace?: never;
|
|
20909
21494
|
};
|
|
20910
|
-
"/internal/
|
|
21495
|
+
"/internal/role": {
|
|
20911
21496
|
parameters: {
|
|
20912
21497
|
query?: never;
|
|
20913
21498
|
header?: never;
|
|
@@ -20915,8 +21500,8 @@ export interface paths {
|
|
|
20915
21500
|
cookie?: never;
|
|
20916
21501
|
};
|
|
20917
21502
|
/**
|
|
20918
|
-
* Get
|
|
20919
|
-
* @description Internal endpoint used only to ensure
|
|
21503
|
+
* Get Role (schema generation only)
|
|
21504
|
+
* @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
|
|
20920
21505
|
*/
|
|
20921
21506
|
get: {
|
|
20922
21507
|
parameters: {
|
|
@@ -20933,7 +21518,7 @@ export interface paths {
|
|
|
20933
21518
|
[name: string]: unknown;
|
|
20934
21519
|
};
|
|
20935
21520
|
content: {
|
|
20936
|
-
"application/json": components["schemas"]["
|
|
21521
|
+
"application/json": components["schemas"]["models.Role"];
|
|
20937
21522
|
};
|
|
20938
21523
|
};
|
|
20939
21524
|
};
|
|
@@ -20946,7 +21531,7 @@ export interface paths {
|
|
|
20946
21531
|
patch?: never;
|
|
20947
21532
|
trace?: never;
|
|
20948
21533
|
};
|
|
20949
|
-
"/internal/
|
|
21534
|
+
"/internal/roleassignment": {
|
|
20950
21535
|
parameters: {
|
|
20951
21536
|
query?: never;
|
|
20952
21537
|
header?: never;
|
|
@@ -20954,8 +21539,8 @@ export interface paths {
|
|
|
20954
21539
|
cookie?: never;
|
|
20955
21540
|
};
|
|
20956
21541
|
/**
|
|
20957
|
-
* Get
|
|
20958
|
-
* @description Internal endpoint used only to ensure
|
|
21542
|
+
* Get RoleAssignment (schema generation only)
|
|
21543
|
+
* @description Internal endpoint used only to ensure RoleAssignment schema is generated in OpenAPI spec
|
|
20959
21544
|
*/
|
|
20960
21545
|
get: {
|
|
20961
21546
|
parameters: {
|
|
@@ -20972,7 +21557,7 @@ export interface paths {
|
|
|
20972
21557
|
[name: string]: unknown;
|
|
20973
21558
|
};
|
|
20974
21559
|
content: {
|
|
20975
|
-
"application/json": components["schemas"]["
|
|
21560
|
+
"application/json": components["schemas"]["models.RoleAssignment"];
|
|
20976
21561
|
};
|
|
20977
21562
|
};
|
|
20978
21563
|
};
|
|
@@ -20985,7 +21570,7 @@ export interface paths {
|
|
|
20985
21570
|
patch?: never;
|
|
20986
21571
|
trace?: never;
|
|
20987
21572
|
};
|
|
20988
|
-
"/internal/
|
|
21573
|
+
"/internal/roleassignmentscope": {
|
|
20989
21574
|
parameters: {
|
|
20990
21575
|
query?: never;
|
|
20991
21576
|
header?: never;
|
|
@@ -20993,8 +21578,8 @@ export interface paths {
|
|
|
20993
21578
|
cookie?: never;
|
|
20994
21579
|
};
|
|
20995
21580
|
/**
|
|
20996
|
-
* Get
|
|
20997
|
-
* @description Internal endpoint used only to ensure
|
|
21581
|
+
* Get RoleAssignmentScope (schema generation only)
|
|
21582
|
+
* @description Internal endpoint used only to ensure RoleAssignmentScope schema is generated in OpenAPI spec
|
|
20998
21583
|
*/
|
|
20999
21584
|
get: {
|
|
21000
21585
|
parameters: {
|
|
@@ -21011,7 +21596,7 @@ export interface paths {
|
|
|
21011
21596
|
[name: string]: unknown;
|
|
21012
21597
|
};
|
|
21013
21598
|
content: {
|
|
21014
|
-
"application/json": components["schemas"]["
|
|
21599
|
+
"application/json": components["schemas"]["models.RoleAssignmentScope"];
|
|
21015
21600
|
};
|
|
21016
21601
|
};
|
|
21017
21602
|
};
|
|
@@ -21024,7 +21609,7 @@ export interface paths {
|
|
|
21024
21609
|
patch?: never;
|
|
21025
21610
|
trace?: never;
|
|
21026
21611
|
};
|
|
21027
|
-
"/internal/
|
|
21612
|
+
"/internal/runtimeconfig": {
|
|
21028
21613
|
parameters: {
|
|
21029
21614
|
query?: never;
|
|
21030
21615
|
header?: never;
|
|
@@ -21032,8 +21617,8 @@ export interface paths {
|
|
|
21032
21617
|
cookie?: never;
|
|
21033
21618
|
};
|
|
21034
21619
|
/**
|
|
21035
|
-
* Get
|
|
21036
|
-
* @description Internal endpoint used only to ensure
|
|
21620
|
+
* Get RuntimeConfig (schema generation only)
|
|
21621
|
+
* @description Internal endpoint used only to ensure RuntimeConfig schema is generated in OpenAPI spec
|
|
21037
21622
|
*/
|
|
21038
21623
|
get: {
|
|
21039
21624
|
parameters: {
|
|
@@ -21050,7 +21635,7 @@ export interface paths {
|
|
|
21050
21635
|
[name: string]: unknown;
|
|
21051
21636
|
};
|
|
21052
21637
|
content: {
|
|
21053
|
-
"application/json": components["schemas"]["
|
|
21638
|
+
"application/json": components["schemas"]["models.RuntimeConfig"];
|
|
21054
21639
|
};
|
|
21055
21640
|
};
|
|
21056
21641
|
};
|
|
@@ -21063,7 +21648,7 @@ export interface paths {
|
|
|
21063
21648
|
patch?: never;
|
|
21064
21649
|
trace?: never;
|
|
21065
21650
|
};
|
|
21066
|
-
"/internal/
|
|
21651
|
+
"/internal/runworkflowerrorresponse": {
|
|
21067
21652
|
parameters: {
|
|
21068
21653
|
query?: never;
|
|
21069
21654
|
header?: never;
|
|
@@ -21071,8 +21656,8 @@ export interface paths {
|
|
|
21071
21656
|
cookie?: never;
|
|
21072
21657
|
};
|
|
21073
21658
|
/**
|
|
21074
|
-
* Get
|
|
21075
|
-
* @description Internal endpoint used only to ensure
|
|
21659
|
+
* Get RunWorkflowErrorResponse (schema generation only)
|
|
21660
|
+
* @description Internal endpoint used only to ensure RunWorkflowErrorResponse schema is generated in OpenAPI spec
|
|
21076
21661
|
*/
|
|
21077
21662
|
get: {
|
|
21078
21663
|
parameters: {
|
|
@@ -21089,7 +21674,7 @@ export interface paths {
|
|
|
21089
21674
|
[name: string]: unknown;
|
|
21090
21675
|
};
|
|
21091
21676
|
content: {
|
|
21092
|
-
"application/json": components["schemas"]["api.
|
|
21677
|
+
"application/json": components["schemas"]["api.RunWorkflowErrorResponse"];
|
|
21093
21678
|
};
|
|
21094
21679
|
};
|
|
21095
21680
|
};
|
|
@@ -21102,7 +21687,7 @@ export interface paths {
|
|
|
21102
21687
|
patch?: never;
|
|
21103
21688
|
trace?: never;
|
|
21104
21689
|
};
|
|
21105
|
-
"/internal/
|
|
21690
|
+
"/internal/runworkflowrequest": {
|
|
21106
21691
|
parameters: {
|
|
21107
21692
|
query?: never;
|
|
21108
21693
|
header?: never;
|
|
@@ -21110,8 +21695,8 @@ export interface paths {
|
|
|
21110
21695
|
cookie?: never;
|
|
21111
21696
|
};
|
|
21112
21697
|
/**
|
|
21113
|
-
* Get
|
|
21114
|
-
* @description Internal endpoint used only to ensure
|
|
21698
|
+
* Get RunWorkflowRequest (schema generation only)
|
|
21699
|
+
* @description Internal endpoint used only to ensure RunWorkflowRequest schema is generated in OpenAPI spec
|
|
21115
21700
|
*/
|
|
21116
21701
|
get: {
|
|
21117
21702
|
parameters: {
|
|
@@ -21128,7 +21713,7 @@ export interface paths {
|
|
|
21128
21713
|
[name: string]: unknown;
|
|
21129
21714
|
};
|
|
21130
21715
|
content: {
|
|
21131
|
-
"application/json": components["schemas"]["api.
|
|
21716
|
+
"application/json": components["schemas"]["api.RunWorkflowRequest"];
|
|
21132
21717
|
};
|
|
21133
21718
|
};
|
|
21134
21719
|
};
|
|
@@ -21141,7 +21726,7 @@ export interface paths {
|
|
|
21141
21726
|
patch?: never;
|
|
21142
21727
|
trace?: never;
|
|
21143
21728
|
};
|
|
21144
|
-
"/internal/
|
|
21729
|
+
"/internal/runworkflowresponse": {
|
|
21145
21730
|
parameters: {
|
|
21146
21731
|
query?: never;
|
|
21147
21732
|
header?: never;
|
|
@@ -21149,8 +21734,8 @@ export interface paths {
|
|
|
21149
21734
|
cookie?: never;
|
|
21150
21735
|
};
|
|
21151
21736
|
/**
|
|
21152
|
-
* Get
|
|
21153
|
-
* @description Internal endpoint used only to ensure
|
|
21737
|
+
* Get RunWorkflowResponse (schema generation only)
|
|
21738
|
+
* @description Internal endpoint used only to ensure RunWorkflowResponse schema is generated in OpenAPI spec
|
|
21154
21739
|
*/
|
|
21155
21740
|
get: {
|
|
21156
21741
|
parameters: {
|
|
@@ -21167,7 +21752,7 @@ export interface paths {
|
|
|
21167
21752
|
[name: string]: unknown;
|
|
21168
21753
|
};
|
|
21169
21754
|
content: {
|
|
21170
|
-
"application/json": components["schemas"]["
|
|
21755
|
+
"application/json": components["schemas"]["api.RunWorkflowResponse"];
|
|
21171
21756
|
};
|
|
21172
21757
|
};
|
|
21173
21758
|
};
|
|
@@ -21180,7 +21765,7 @@ export interface paths {
|
|
|
21180
21765
|
patch?: never;
|
|
21181
21766
|
trace?: never;
|
|
21182
21767
|
};
|
|
21183
|
-
"/internal/
|
|
21768
|
+
"/internal/runworkflowsuccessresponse": {
|
|
21184
21769
|
parameters: {
|
|
21185
21770
|
query?: never;
|
|
21186
21771
|
header?: never;
|
|
@@ -21188,8 +21773,8 @@ export interface paths {
|
|
|
21188
21773
|
cookie?: never;
|
|
21189
21774
|
};
|
|
21190
21775
|
/**
|
|
21191
|
-
* Get
|
|
21192
|
-
* @description Internal endpoint used only to ensure
|
|
21776
|
+
* Get RunWorkflowSuccessResponse (schema generation only)
|
|
21777
|
+
* @description Internal endpoint used only to ensure RunWorkflowSuccessResponse schema is generated in OpenAPI spec
|
|
21193
21778
|
*/
|
|
21194
21779
|
get: {
|
|
21195
21780
|
parameters: {
|
|
@@ -21206,7 +21791,7 @@ export interface paths {
|
|
|
21206
21791
|
[name: string]: unknown;
|
|
21207
21792
|
};
|
|
21208
21793
|
content: {
|
|
21209
|
-
"application/json": components["schemas"]["
|
|
21794
|
+
"application/json": components["schemas"]["api.RunWorkflowSuccessResponse"];
|
|
21210
21795
|
};
|
|
21211
21796
|
};
|
|
21212
21797
|
};
|
|
@@ -21219,7 +21804,7 @@ export interface paths {
|
|
|
21219
21804
|
patch?: never;
|
|
21220
21805
|
trace?: never;
|
|
21221
21806
|
};
|
|
21222
|
-
"/internal/
|
|
21807
|
+
"/internal/savefaceredactionerrorresponse": {
|
|
21223
21808
|
parameters: {
|
|
21224
21809
|
query?: never;
|
|
21225
21810
|
header?: never;
|
|
@@ -21227,8 +21812,8 @@ export interface paths {
|
|
|
21227
21812
|
cookie?: never;
|
|
21228
21813
|
};
|
|
21229
21814
|
/**
|
|
21230
|
-
* Get
|
|
21231
|
-
* @description Internal endpoint used only to ensure
|
|
21815
|
+
* Get SaveFaceRedactionErrorResponse (schema generation only)
|
|
21816
|
+
* @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
|
|
21232
21817
|
*/
|
|
21233
21818
|
get: {
|
|
21234
21819
|
parameters: {
|
|
@@ -21245,7 +21830,7 @@ export interface paths {
|
|
|
21245
21830
|
[name: string]: unknown;
|
|
21246
21831
|
};
|
|
21247
21832
|
content: {
|
|
21248
|
-
"application/json": components["schemas"]["
|
|
21833
|
+
"application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
|
|
21249
21834
|
};
|
|
21250
21835
|
};
|
|
21251
21836
|
};
|
|
@@ -21258,7 +21843,7 @@ export interface paths {
|
|
|
21258
21843
|
patch?: never;
|
|
21259
21844
|
trace?: never;
|
|
21260
21845
|
};
|
|
21261
|
-
"/internal/
|
|
21846
|
+
"/internal/savefaceredactionrequest": {
|
|
21262
21847
|
parameters: {
|
|
21263
21848
|
query?: never;
|
|
21264
21849
|
header?: never;
|
|
@@ -21266,8 +21851,8 @@ export interface paths {
|
|
|
21266
21851
|
cookie?: never;
|
|
21267
21852
|
};
|
|
21268
21853
|
/**
|
|
21269
|
-
* Get
|
|
21270
|
-
* @description Internal endpoint used only to ensure
|
|
21854
|
+
* Get SaveFaceRedactionRequest (schema generation only)
|
|
21855
|
+
* @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
|
|
21271
21856
|
*/
|
|
21272
21857
|
get: {
|
|
21273
21858
|
parameters: {
|
|
@@ -21284,7 +21869,7 @@ export interface paths {
|
|
|
21284
21869
|
[name: string]: unknown;
|
|
21285
21870
|
};
|
|
21286
21871
|
content: {
|
|
21287
|
-
"application/json": components["schemas"]["
|
|
21872
|
+
"application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
|
|
21288
21873
|
};
|
|
21289
21874
|
};
|
|
21290
21875
|
};
|
|
@@ -21297,7 +21882,7 @@ export interface paths {
|
|
|
21297
21882
|
patch?: never;
|
|
21298
21883
|
trace?: never;
|
|
21299
21884
|
};
|
|
21300
|
-
"/internal/
|
|
21885
|
+
"/internal/savefaceredactionresponse": {
|
|
21301
21886
|
parameters: {
|
|
21302
21887
|
query?: never;
|
|
21303
21888
|
header?: never;
|
|
@@ -21305,8 +21890,8 @@ export interface paths {
|
|
|
21305
21890
|
cookie?: never;
|
|
21306
21891
|
};
|
|
21307
21892
|
/**
|
|
21308
|
-
* Get
|
|
21309
|
-
* @description Internal endpoint used only to ensure
|
|
21893
|
+
* Get SaveFaceRedactionResponse (schema generation only)
|
|
21894
|
+
* @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
|
|
21310
21895
|
*/
|
|
21311
21896
|
get: {
|
|
21312
21897
|
parameters: {
|
|
@@ -21323,7 +21908,7 @@ export interface paths {
|
|
|
21323
21908
|
[name: string]: unknown;
|
|
21324
21909
|
};
|
|
21325
21910
|
content: {
|
|
21326
|
-
"application/json": components["schemas"]["api.
|
|
21911
|
+
"application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
|
|
21327
21912
|
};
|
|
21328
21913
|
};
|
|
21329
21914
|
};
|
|
@@ -21336,7 +21921,7 @@ export interface paths {
|
|
|
21336
21921
|
patch?: never;
|
|
21337
21922
|
trace?: never;
|
|
21338
21923
|
};
|
|
21339
|
-
"/internal/
|
|
21924
|
+
"/internal/savefaceredactionsuccessresponse": {
|
|
21340
21925
|
parameters: {
|
|
21341
21926
|
query?: never;
|
|
21342
21927
|
header?: never;
|
|
@@ -21344,8 +21929,8 @@ export interface paths {
|
|
|
21344
21929
|
cookie?: never;
|
|
21345
21930
|
};
|
|
21346
21931
|
/**
|
|
21347
|
-
* Get
|
|
21348
|
-
* @description Internal endpoint used only to ensure
|
|
21932
|
+
* Get SaveFaceRedactionSuccessResponse (schema generation only)
|
|
21933
|
+
* @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
|
|
21349
21934
|
*/
|
|
21350
21935
|
get: {
|
|
21351
21936
|
parameters: {
|
|
@@ -21362,7 +21947,7 @@ export interface paths {
|
|
|
21362
21947
|
[name: string]: unknown;
|
|
21363
21948
|
};
|
|
21364
21949
|
content: {
|
|
21365
|
-
"application/json": components["schemas"]["api.
|
|
21950
|
+
"application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
|
|
21366
21951
|
};
|
|
21367
21952
|
};
|
|
21368
21953
|
};
|
|
@@ -21375,7 +21960,7 @@ export interface paths {
|
|
|
21375
21960
|
patch?: never;
|
|
21376
21961
|
trace?: never;
|
|
21377
21962
|
};
|
|
21378
|
-
"/internal/
|
|
21963
|
+
"/internal/sequence": {
|
|
21379
21964
|
parameters: {
|
|
21380
21965
|
query?: never;
|
|
21381
21966
|
header?: never;
|
|
@@ -21383,8 +21968,8 @@ export interface paths {
|
|
|
21383
21968
|
cookie?: never;
|
|
21384
21969
|
};
|
|
21385
21970
|
/**
|
|
21386
|
-
* Get
|
|
21387
|
-
* @description Internal endpoint used only to ensure
|
|
21971
|
+
* Get Sequence (schema generation only)
|
|
21972
|
+
* @description Internal endpoint used only to ensure Sequence schema is generated in OpenAPI spec
|
|
21388
21973
|
*/
|
|
21389
21974
|
get: {
|
|
21390
21975
|
parameters: {
|
|
@@ -21401,7 +21986,7 @@ export interface paths {
|
|
|
21401
21986
|
[name: string]: unknown;
|
|
21402
21987
|
};
|
|
21403
21988
|
content: {
|
|
21404
|
-
"application/json": components["schemas"]["
|
|
21989
|
+
"application/json": components["schemas"]["models.Sequence"];
|
|
21405
21990
|
};
|
|
21406
21991
|
};
|
|
21407
21992
|
};
|
|
@@ -21414,7 +21999,7 @@ export interface paths {
|
|
|
21414
21999
|
patch?: never;
|
|
21415
22000
|
trace?: never;
|
|
21416
22001
|
};
|
|
21417
|
-
"/internal/
|
|
22002
|
+
"/internal/sequencestage": {
|
|
21418
22003
|
parameters: {
|
|
21419
22004
|
query?: never;
|
|
21420
22005
|
header?: never;
|
|
@@ -21422,8 +22007,8 @@ export interface paths {
|
|
|
21422
22007
|
cookie?: never;
|
|
21423
22008
|
};
|
|
21424
22009
|
/**
|
|
21425
|
-
* Get
|
|
21426
|
-
* @description Internal endpoint used only to ensure
|
|
22010
|
+
* Get SequenceStage (schema generation only)
|
|
22011
|
+
* @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
|
|
21427
22012
|
*/
|
|
21428
22013
|
get: {
|
|
21429
22014
|
parameters: {
|
|
@@ -21440,7 +22025,7 @@ export interface paths {
|
|
|
21440
22025
|
[name: string]: unknown;
|
|
21441
22026
|
};
|
|
21442
22027
|
content: {
|
|
21443
|
-
"application/json": components["schemas"]["
|
|
22028
|
+
"application/json": components["schemas"]["models.SequenceStage"];
|
|
21444
22029
|
};
|
|
21445
22030
|
};
|
|
21446
22031
|
};
|
|
@@ -21453,7 +22038,7 @@ export interface paths {
|
|
|
21453
22038
|
patch?: never;
|
|
21454
22039
|
trace?: never;
|
|
21455
22040
|
};
|
|
21456
|
-
"/internal/
|
|
22041
|
+
"/internal/setcurrentorganisationerrorresponse": {
|
|
21457
22042
|
parameters: {
|
|
21458
22043
|
query?: never;
|
|
21459
22044
|
header?: never;
|
|
@@ -21461,8 +22046,8 @@ export interface paths {
|
|
|
21461
22046
|
cookie?: never;
|
|
21462
22047
|
};
|
|
21463
22048
|
/**
|
|
21464
|
-
* Get
|
|
21465
|
-
* @description Internal endpoint used only to ensure
|
|
22049
|
+
* Get SetCurrentOrganisationErrorResponse (schema generation only)
|
|
22050
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationErrorResponse schema is generated in OpenAPI spec
|
|
21466
22051
|
*/
|
|
21467
22052
|
get: {
|
|
21468
22053
|
parameters: {
|
|
@@ -21479,7 +22064,7 @@ export interface paths {
|
|
|
21479
22064
|
[name: string]: unknown;
|
|
21480
22065
|
};
|
|
21481
22066
|
content: {
|
|
21482
|
-
"application/json": components["schemas"]["api.
|
|
22067
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationErrorResponse"];
|
|
21483
22068
|
};
|
|
21484
22069
|
};
|
|
21485
22070
|
};
|
|
@@ -21492,7 +22077,7 @@ export interface paths {
|
|
|
21492
22077
|
patch?: never;
|
|
21493
22078
|
trace?: never;
|
|
21494
22079
|
};
|
|
21495
|
-
"/internal/
|
|
22080
|
+
"/internal/setcurrentorganisationinput": {
|
|
21496
22081
|
parameters: {
|
|
21497
22082
|
query?: never;
|
|
21498
22083
|
header?: never;
|
|
@@ -21500,8 +22085,8 @@ export interface paths {
|
|
|
21500
22085
|
cookie?: never;
|
|
21501
22086
|
};
|
|
21502
22087
|
/**
|
|
21503
|
-
* Get
|
|
21504
|
-
* @description Internal endpoint used only to ensure
|
|
22088
|
+
* Get SetCurrentOrganisationInput (schema generation only)
|
|
22089
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationInput schema is generated in OpenAPI spec
|
|
21505
22090
|
*/
|
|
21506
22091
|
get: {
|
|
21507
22092
|
parameters: {
|
|
@@ -21518,7 +22103,7 @@ export interface paths {
|
|
|
21518
22103
|
[name: string]: unknown;
|
|
21519
22104
|
};
|
|
21520
22105
|
content: {
|
|
21521
|
-
"application/json": components["schemas"]["
|
|
22106
|
+
"application/json": components["schemas"]["models.SetCurrentOrganisationInput"];
|
|
21522
22107
|
};
|
|
21523
22108
|
};
|
|
21524
22109
|
};
|
|
@@ -21531,7 +22116,7 @@ export interface paths {
|
|
|
21531
22116
|
patch?: never;
|
|
21532
22117
|
trace?: never;
|
|
21533
22118
|
};
|
|
21534
|
-
"/internal/
|
|
22119
|
+
"/internal/setcurrentorganisationoutput": {
|
|
21535
22120
|
parameters: {
|
|
21536
22121
|
query?: never;
|
|
21537
22122
|
header?: never;
|
|
@@ -21539,8 +22124,8 @@ export interface paths {
|
|
|
21539
22124
|
cookie?: never;
|
|
21540
22125
|
};
|
|
21541
22126
|
/**
|
|
21542
|
-
* Get
|
|
21543
|
-
* @description Internal endpoint used only to ensure
|
|
22127
|
+
* Get SetCurrentOrganisationOutput (schema generation only)
|
|
22128
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationOutput schema is generated in OpenAPI spec
|
|
21544
22129
|
*/
|
|
21545
22130
|
get: {
|
|
21546
22131
|
parameters: {
|
|
@@ -21557,7 +22142,7 @@ export interface paths {
|
|
|
21557
22142
|
[name: string]: unknown;
|
|
21558
22143
|
};
|
|
21559
22144
|
content: {
|
|
21560
|
-
"application/json": components["schemas"]["
|
|
22145
|
+
"application/json": components["schemas"]["models.SetCurrentOrganisationOutput"];
|
|
21561
22146
|
};
|
|
21562
22147
|
};
|
|
21563
22148
|
};
|
|
@@ -21570,7 +22155,7 @@ export interface paths {
|
|
|
21570
22155
|
patch?: never;
|
|
21571
22156
|
trace?: never;
|
|
21572
22157
|
};
|
|
21573
|
-
"/internal/
|
|
22158
|
+
"/internal/setcurrentorganisationrequest": {
|
|
21574
22159
|
parameters: {
|
|
21575
22160
|
query?: never;
|
|
21576
22161
|
header?: never;
|
|
@@ -21578,8 +22163,8 @@ export interface paths {
|
|
|
21578
22163
|
cookie?: never;
|
|
21579
22164
|
};
|
|
21580
22165
|
/**
|
|
21581
|
-
* Get
|
|
21582
|
-
* @description Internal endpoint used only to ensure
|
|
22166
|
+
* Get SetCurrentOrganisationRequest (schema generation only)
|
|
22167
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationRequest schema is generated in OpenAPI spec
|
|
21583
22168
|
*/
|
|
21584
22169
|
get: {
|
|
21585
22170
|
parameters: {
|
|
@@ -21596,7 +22181,7 @@ export interface paths {
|
|
|
21596
22181
|
[name: string]: unknown;
|
|
21597
22182
|
};
|
|
21598
22183
|
content: {
|
|
21599
|
-
"application/json": components["schemas"]["api.
|
|
22184
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationRequest"];
|
|
21600
22185
|
};
|
|
21601
22186
|
};
|
|
21602
22187
|
};
|
|
@@ -21609,7 +22194,7 @@ export interface paths {
|
|
|
21609
22194
|
patch?: never;
|
|
21610
22195
|
trace?: never;
|
|
21611
22196
|
};
|
|
21612
|
-
"/internal/
|
|
22197
|
+
"/internal/setcurrentorganisationresponse": {
|
|
21613
22198
|
parameters: {
|
|
21614
22199
|
query?: never;
|
|
21615
22200
|
header?: never;
|
|
@@ -21617,8 +22202,8 @@ export interface paths {
|
|
|
21617
22202
|
cookie?: never;
|
|
21618
22203
|
};
|
|
21619
22204
|
/**
|
|
21620
|
-
* Get
|
|
21621
|
-
* @description Internal endpoint used only to ensure
|
|
22205
|
+
* Get SetCurrentOrganisationResponse (schema generation only)
|
|
22206
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationResponse schema is generated in OpenAPI spec
|
|
21622
22207
|
*/
|
|
21623
22208
|
get: {
|
|
21624
22209
|
parameters: {
|
|
@@ -21635,7 +22220,7 @@ export interface paths {
|
|
|
21635
22220
|
[name: string]: unknown;
|
|
21636
22221
|
};
|
|
21637
22222
|
content: {
|
|
21638
|
-
"application/json": components["schemas"]["
|
|
22223
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationResponse"];
|
|
21639
22224
|
};
|
|
21640
22225
|
};
|
|
21641
22226
|
};
|
|
@@ -21648,7 +22233,7 @@ export interface paths {
|
|
|
21648
22233
|
patch?: never;
|
|
21649
22234
|
trace?: never;
|
|
21650
22235
|
};
|
|
21651
|
-
"/internal/
|
|
22236
|
+
"/internal/setcurrentorganisationsuccessresponse": {
|
|
21652
22237
|
parameters: {
|
|
21653
22238
|
query?: never;
|
|
21654
22239
|
header?: never;
|
|
@@ -21656,8 +22241,8 @@ export interface paths {
|
|
|
21656
22241
|
cookie?: never;
|
|
21657
22242
|
};
|
|
21658
22243
|
/**
|
|
21659
|
-
* Get
|
|
21660
|
-
* @description Internal endpoint used only to ensure
|
|
22244
|
+
* Get SetCurrentOrganisationSuccessResponse (schema generation only)
|
|
22245
|
+
* @description Internal endpoint used only to ensure SetCurrentOrganisationSuccessResponse schema is generated in OpenAPI spec
|
|
21661
22246
|
*/
|
|
21662
22247
|
get: {
|
|
21663
22248
|
parameters: {
|
|
@@ -21674,7 +22259,7 @@ export interface paths {
|
|
|
21674
22259
|
[name: string]: unknown;
|
|
21675
22260
|
};
|
|
21676
22261
|
content: {
|
|
21677
|
-
"application/json": components["schemas"]["
|
|
22262
|
+
"application/json": components["schemas"]["api.SetCurrentOrganisationSuccessResponse"];
|
|
21678
22263
|
};
|
|
21679
22264
|
};
|
|
21680
22265
|
};
|
|
@@ -21687,7 +22272,7 @@ export interface paths {
|
|
|
21687
22272
|
patch?: never;
|
|
21688
22273
|
trace?: never;
|
|
21689
22274
|
};
|
|
21690
|
-
"/internal/
|
|
22275
|
+
"/internal/setcurrentprojecterrorresponse": {
|
|
21691
22276
|
parameters: {
|
|
21692
22277
|
query?: never;
|
|
21693
22278
|
header?: never;
|
|
@@ -21695,8 +22280,8 @@ export interface paths {
|
|
|
21695
22280
|
cookie?: never;
|
|
21696
22281
|
};
|
|
21697
22282
|
/**
|
|
21698
|
-
* Get
|
|
21699
|
-
* @description Internal endpoint used only to ensure
|
|
22283
|
+
* Get SetCurrentProjectErrorResponse (schema generation only)
|
|
22284
|
+
* @description Internal endpoint used only to ensure SetCurrentProjectErrorResponse schema is generated in OpenAPI spec
|
|
21700
22285
|
*/
|
|
21701
22286
|
get: {
|
|
21702
22287
|
parameters: {
|
|
@@ -21713,7 +22298,7 @@ export interface paths {
|
|
|
21713
22298
|
[name: string]: unknown;
|
|
21714
22299
|
};
|
|
21715
22300
|
content: {
|
|
21716
|
-
"application/json": components["schemas"]["api.
|
|
22301
|
+
"application/json": components["schemas"]["api.SetCurrentProjectErrorResponse"];
|
|
21717
22302
|
};
|
|
21718
22303
|
};
|
|
21719
22304
|
};
|
|
@@ -21726,7 +22311,7 @@ export interface paths {
|
|
|
21726
22311
|
patch?: never;
|
|
21727
22312
|
trace?: never;
|
|
21728
22313
|
};
|
|
21729
|
-
"/internal/
|
|
22314
|
+
"/internal/setcurrentprojectinput": {
|
|
21730
22315
|
parameters: {
|
|
21731
22316
|
query?: never;
|
|
21732
22317
|
header?: never;
|
|
@@ -21734,8 +22319,8 @@ export interface paths {
|
|
|
21734
22319
|
cookie?: never;
|
|
21735
22320
|
};
|
|
21736
22321
|
/**
|
|
21737
|
-
* Get
|
|
21738
|
-
* @description Internal endpoint used only to ensure
|
|
22322
|
+
* Get SetCurrentProjectInput (schema generation only)
|
|
22323
|
+
* @description Internal endpoint used only to ensure SetCurrentProjectInput schema is generated in OpenAPI spec
|
|
21739
22324
|
*/
|
|
21740
22325
|
get: {
|
|
21741
22326
|
parameters: {
|
|
@@ -21752,7 +22337,7 @@ export interface paths {
|
|
|
21752
22337
|
[name: string]: unknown;
|
|
21753
22338
|
};
|
|
21754
22339
|
content: {
|
|
21755
|
-
"application/json": components["schemas"]["models.
|
|
22340
|
+
"application/json": components["schemas"]["models.SetCurrentProjectInput"];
|
|
21756
22341
|
};
|
|
21757
22342
|
};
|
|
21758
22343
|
};
|
|
@@ -21765,7 +22350,7 @@ export interface paths {
|
|
|
21765
22350
|
patch?: never;
|
|
21766
22351
|
trace?: never;
|
|
21767
22352
|
};
|
|
21768
|
-
"/internal/
|
|
22353
|
+
"/internal/setcurrentprojectoutput": {
|
|
21769
22354
|
parameters: {
|
|
21770
22355
|
query?: never;
|
|
21771
22356
|
header?: never;
|
|
@@ -21773,8 +22358,8 @@ export interface paths {
|
|
|
21773
22358
|
cookie?: never;
|
|
21774
22359
|
};
|
|
21775
22360
|
/**
|
|
21776
|
-
* Get
|
|
21777
|
-
* @description Internal endpoint used only to ensure
|
|
22361
|
+
* Get SetCurrentProjectOutput (schema generation only)
|
|
22362
|
+
* @description Internal endpoint used only to ensure SetCurrentProjectOutput schema is generated in OpenAPI spec
|
|
21778
22363
|
*/
|
|
21779
22364
|
get: {
|
|
21780
22365
|
parameters: {
|
|
@@ -21791,7 +22376,7 @@ export interface paths {
|
|
|
21791
22376
|
[name: string]: unknown;
|
|
21792
22377
|
};
|
|
21793
22378
|
content: {
|
|
21794
|
-
"application/json": components["schemas"]["models.
|
|
22379
|
+
"application/json": components["schemas"]["models.SetCurrentProjectOutput"];
|
|
21795
22380
|
};
|
|
21796
22381
|
};
|
|
21797
22382
|
};
|
|
@@ -21804,7 +22389,7 @@ export interface paths {
|
|
|
21804
22389
|
patch?: never;
|
|
21805
22390
|
trace?: never;
|
|
21806
22391
|
};
|
|
21807
|
-
"/internal/
|
|
22392
|
+
"/internal/setcurrentprojectrequest": {
|
|
21808
22393
|
parameters: {
|
|
21809
22394
|
query?: never;
|
|
21810
22395
|
header?: never;
|
|
@@ -21812,8 +22397,8 @@ export interface paths {
|
|
|
21812
22397
|
cookie?: never;
|
|
21813
22398
|
};
|
|
21814
22399
|
/**
|
|
21815
|
-
* Get
|
|
21816
|
-
* @description Internal endpoint used only to ensure
|
|
22400
|
+
* Get SetCurrentProjectRequest (schema generation only)
|
|
22401
|
+
* @description Internal endpoint used only to ensure SetCurrentProjectRequest schema is generated in OpenAPI spec
|
|
21817
22402
|
*/
|
|
21818
22403
|
get: {
|
|
21819
22404
|
parameters: {
|
|
@@ -21830,7 +22415,7 @@ export interface paths {
|
|
|
21830
22415
|
[name: string]: unknown;
|
|
21831
22416
|
};
|
|
21832
22417
|
content: {
|
|
21833
|
-
"application/json": components["schemas"]["api.
|
|
22418
|
+
"application/json": components["schemas"]["api.SetCurrentProjectRequest"];
|
|
21834
22419
|
};
|
|
21835
22420
|
};
|
|
21836
22421
|
};
|
|
@@ -21843,7 +22428,7 @@ export interface paths {
|
|
|
21843
22428
|
patch?: never;
|
|
21844
22429
|
trace?: never;
|
|
21845
22430
|
};
|
|
21846
|
-
"/internal/
|
|
22431
|
+
"/internal/setcurrentprojectresponse": {
|
|
21847
22432
|
parameters: {
|
|
21848
22433
|
query?: never;
|
|
21849
22434
|
header?: never;
|
|
@@ -21851,8 +22436,8 @@ export interface paths {
|
|
|
21851
22436
|
cookie?: never;
|
|
21852
22437
|
};
|
|
21853
22438
|
/**
|
|
21854
|
-
* Get
|
|
21855
|
-
* @description Internal endpoint used only to ensure
|
|
22439
|
+
* Get SetCurrentProjectResponse (schema generation only)
|
|
22440
|
+
* @description Internal endpoint used only to ensure SetCurrentProjectResponse schema is generated in OpenAPI spec
|
|
21856
22441
|
*/
|
|
21857
22442
|
get: {
|
|
21858
22443
|
parameters: {
|
|
@@ -21869,7 +22454,7 @@ export interface paths {
|
|
|
21869
22454
|
[name: string]: unknown;
|
|
21870
22455
|
};
|
|
21871
22456
|
content: {
|
|
21872
|
-
"application/json": components["schemas"]["api.
|
|
22457
|
+
"application/json": components["schemas"]["api.SetCurrentProjectResponse"];
|
|
21873
22458
|
};
|
|
21874
22459
|
};
|
|
21875
22460
|
};
|
|
@@ -21882,7 +22467,7 @@ export interface paths {
|
|
|
21882
22467
|
patch?: never;
|
|
21883
22468
|
trace?: never;
|
|
21884
22469
|
};
|
|
21885
|
-
"/internal/
|
|
22470
|
+
"/internal/setcurrentprojectsuccessresponse": {
|
|
21886
22471
|
parameters: {
|
|
21887
22472
|
query?: never;
|
|
21888
22473
|
header?: never;
|
|
@@ -21890,8 +22475,8 @@ export interface paths {
|
|
|
21890
22475
|
cookie?: never;
|
|
21891
22476
|
};
|
|
21892
22477
|
/**
|
|
21893
|
-
* Get
|
|
21894
|
-
* @description Internal endpoint used only to ensure
|
|
22478
|
+
* Get SetCurrentProjectSuccessResponse (schema generation only)
|
|
22479
|
+
* @description Internal endpoint used only to ensure SetCurrentProjectSuccessResponse schema is generated in OpenAPI spec
|
|
21895
22480
|
*/
|
|
21896
22481
|
get: {
|
|
21897
22482
|
parameters: {
|
|
@@ -21908,7 +22493,7 @@ export interface paths {
|
|
|
21908
22493
|
[name: string]: unknown;
|
|
21909
22494
|
};
|
|
21910
22495
|
content: {
|
|
21911
|
-
"application/json": components["schemas"]["api.
|
|
22496
|
+
"application/json": components["schemas"]["api.SetCurrentProjectSuccessResponse"];
|
|
21912
22497
|
};
|
|
21913
22498
|
};
|
|
21914
22499
|
};
|
|
@@ -28181,6 +28766,11 @@ export interface components {
|
|
|
28181
28766
|
notes_short?: string;
|
|
28182
28767
|
notify_assignees?: boolean;
|
|
28183
28768
|
organisationId?: string;
|
|
28769
|
+
/**
|
|
28770
|
+
* @description ProjectId optionally places the case/task in a project within its organisation.
|
|
28771
|
+
* A nil value keeps it organisation-wide.
|
|
28772
|
+
*/
|
|
28773
|
+
projectId?: string;
|
|
28184
28774
|
reporter_email?: string;
|
|
28185
28775
|
reporter_id?: string;
|
|
28186
28776
|
reporter_profile?: string;
|
|
@@ -29948,6 +30538,62 @@ export interface components {
|
|
|
29948
30538
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
29949
30539
|
metadata?: components["schemas"]["api.Metadata"];
|
|
29950
30540
|
};
|
|
30541
|
+
"api.GetProjectErrorResponse": {
|
|
30542
|
+
/** @description Application-specific error code */
|
|
30543
|
+
applicationStatusCode?: string;
|
|
30544
|
+
/** @description Entity-specific error code */
|
|
30545
|
+
entityStatusCode?: string;
|
|
30546
|
+
/** @description HTTP status code for the error */
|
|
30547
|
+
httpStatusCode?: number;
|
|
30548
|
+
/** @description Error message describing the issue */
|
|
30549
|
+
message?: string;
|
|
30550
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
30551
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30552
|
+
};
|
|
30553
|
+
"api.GetProjectResponse": {
|
|
30554
|
+
project?: components["schemas"]["models.Project"];
|
|
30555
|
+
};
|
|
30556
|
+
"api.GetProjectSuccessResponse": {
|
|
30557
|
+
/** @description Application-specific status code */
|
|
30558
|
+
applicationStatusCode?: string;
|
|
30559
|
+
data?: components["schemas"]["api.GetProjectResponse"];
|
|
30560
|
+
/** @description Entity-specific status code */
|
|
30561
|
+
entityStatusCode?: string;
|
|
30562
|
+
/** @description HTTP status code for the response */
|
|
30563
|
+
httpStatusCode?: number;
|
|
30564
|
+
/** @description Success message describing the operation */
|
|
30565
|
+
message?: string;
|
|
30566
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30567
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30568
|
+
};
|
|
30569
|
+
"api.GetProjectsErrorResponse": {
|
|
30570
|
+
/** @description Application-specific error code */
|
|
30571
|
+
applicationStatusCode?: string;
|
|
30572
|
+
/** @description Entity-specific error code */
|
|
30573
|
+
entityStatusCode?: string;
|
|
30574
|
+
/** @description HTTP status code for the error */
|
|
30575
|
+
httpStatusCode?: number;
|
|
30576
|
+
/** @description Error message describing the issue */
|
|
30577
|
+
message?: string;
|
|
30578
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
30579
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30580
|
+
};
|
|
30581
|
+
"api.GetProjectsResponse": {
|
|
30582
|
+
projects?: components["schemas"]["models.Project"][];
|
|
30583
|
+
};
|
|
30584
|
+
"api.GetProjectsSuccessResponse": {
|
|
30585
|
+
/** @description Application-specific status code */
|
|
30586
|
+
applicationStatusCode?: string;
|
|
30587
|
+
data?: components["schemas"]["api.GetProjectsResponse"];
|
|
30588
|
+
/** @description Entity-specific status code */
|
|
30589
|
+
entityStatusCode?: string;
|
|
30590
|
+
/** @description HTTP status code for the response */
|
|
30591
|
+
httpStatusCode?: number;
|
|
30592
|
+
/** @description Success message describing the operation */
|
|
30593
|
+
message?: string;
|
|
30594
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
30595
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
30596
|
+
};
|
|
29951
30597
|
"api.GetRuntimeConfigErrorResponse": {
|
|
29952
30598
|
/** @description Application-specific error code */
|
|
29953
30599
|
applicationStatusCode?: string;
|
|
@@ -31130,6 +31776,37 @@ export interface components {
|
|
|
31130
31776
|
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
31131
31777
|
metadata?: components["schemas"]["api.Metadata"];
|
|
31132
31778
|
};
|
|
31779
|
+
"api.SetCurrentProjectErrorResponse": {
|
|
31780
|
+
/** @description Application-specific error code */
|
|
31781
|
+
applicationStatusCode?: string;
|
|
31782
|
+
/** @description Entity-specific error code */
|
|
31783
|
+
entityStatusCode?: string;
|
|
31784
|
+
/** @description HTTP status code for the error */
|
|
31785
|
+
httpStatusCode?: number;
|
|
31786
|
+
/** @description Error message describing the issue */
|
|
31787
|
+
message?: string;
|
|
31788
|
+
/** @description Additional metadata about the error, such as timestamps and request IDs */
|
|
31789
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
31790
|
+
};
|
|
31791
|
+
"api.SetCurrentProjectRequest": {
|
|
31792
|
+
projectId?: string;
|
|
31793
|
+
};
|
|
31794
|
+
"api.SetCurrentProjectResponse": {
|
|
31795
|
+
project?: components["schemas"]["models.Project"];
|
|
31796
|
+
};
|
|
31797
|
+
"api.SetCurrentProjectSuccessResponse": {
|
|
31798
|
+
/** @description Application-specific status code */
|
|
31799
|
+
applicationStatusCode?: string;
|
|
31800
|
+
data?: components["schemas"]["api.SetCurrentProjectResponse"];
|
|
31801
|
+
/** @description Entity-specific status code */
|
|
31802
|
+
entityStatusCode?: string;
|
|
31803
|
+
/** @description HTTP status code for the response */
|
|
31804
|
+
httpStatusCode?: number;
|
|
31805
|
+
/** @description Success message describing the operation */
|
|
31806
|
+
message?: string;
|
|
31807
|
+
/** @description Additional metadata about the response, such as timestamps and request IDs */
|
|
31808
|
+
metadata?: components["schemas"]["api.Metadata"];
|
|
31809
|
+
};
|
|
31133
31810
|
"api.SingleSignOnDomainsRequest": Record<string, never>;
|
|
31134
31811
|
"api.SingleSignOnDomainsResponse": {
|
|
31135
31812
|
domains?: string[];
|
|
@@ -31999,6 +32676,11 @@ export interface components {
|
|
|
31999
32676
|
in_process?: number;
|
|
32000
32677
|
key?: string;
|
|
32001
32678
|
organisationId?: string;
|
|
32679
|
+
/**
|
|
32680
|
+
* @description ProjectId optionally places the analysis in a project within its organisation.
|
|
32681
|
+
* A nil value keeps the analysis organisation-wide.
|
|
32682
|
+
*/
|
|
32683
|
+
projectId?: string;
|
|
32002
32684
|
provider?: string;
|
|
32003
32685
|
requiredOperations?: string[];
|
|
32004
32686
|
resolvedOperations?: string[];
|
|
@@ -32036,6 +32718,7 @@ export interface components {
|
|
|
32036
32718
|
object_id?: string;
|
|
32037
32719
|
object_name?: string;
|
|
32038
32720
|
organisationId?: string;
|
|
32721
|
+
projectId?: string;
|
|
32039
32722
|
segment_id?: string;
|
|
32040
32723
|
sequence_id?: string;
|
|
32041
32724
|
timestamp?: number;
|
|
@@ -32220,6 +32903,11 @@ export interface components {
|
|
|
32220
32903
|
*/
|
|
32221
32904
|
name?: string;
|
|
32222
32905
|
organisationId?: string;
|
|
32906
|
+
/**
|
|
32907
|
+
* @description ProjectId optionally places the attachment in a project within its organisation.
|
|
32908
|
+
* A nil value keeps it organisation-wide.
|
|
32909
|
+
*/
|
|
32910
|
+
projectId?: string;
|
|
32223
32911
|
provider?: string;
|
|
32224
32912
|
/**
|
|
32225
32913
|
* @description RelatedCaseMediaId optionally links the attachment to a specific
|
|
@@ -32368,6 +33056,11 @@ export interface components {
|
|
|
32368
33056
|
* source — the individual operations are described in Params.
|
|
32369
33057
|
*/
|
|
32370
33058
|
parentId?: string;
|
|
33059
|
+
/**
|
|
33060
|
+
* @description ProjectId optionally places the case media in a project within its organisation.
|
|
33061
|
+
* A nil value keeps it organisation-wide.
|
|
33062
|
+
*/
|
|
33063
|
+
projectId?: string;
|
|
32371
33064
|
provider?: string;
|
|
32372
33065
|
/**
|
|
32373
33066
|
* @description Role describes whether this entry represents a source attached to
|
|
@@ -32456,6 +33149,11 @@ export interface components {
|
|
|
32456
33149
|
organisation_id?: string;
|
|
32457
33150
|
/** @description e.g. ["view"] */
|
|
32458
33151
|
permissions?: string[];
|
|
33152
|
+
/**
|
|
33153
|
+
* @description ProjectId optionally places the case share in a project within its organisation.
|
|
33154
|
+
* A nil value keeps it organisation-wide.
|
|
33155
|
+
*/
|
|
33156
|
+
projectId?: string;
|
|
32459
33157
|
/**
|
|
32460
33158
|
* @description Selection is the per-share snapshot of the case_media ids the
|
|
32461
33159
|
* recipient is allowed to browse, captured at CreateShare time.
|
|
@@ -32566,6 +33264,11 @@ export interface components {
|
|
|
32566
33264
|
organisationId?: string;
|
|
32567
33265
|
/** @description ID of the parent comment, if this is a reply */
|
|
32568
33266
|
parentId?: string;
|
|
33267
|
+
/**
|
|
33268
|
+
* @description ProjectId optionally places the comment in a project within its organisation.
|
|
33269
|
+
* A nil value keeps the comment organisation-wide.
|
|
33270
|
+
*/
|
|
33271
|
+
projectId?: string;
|
|
32569
33272
|
timestamps?: number[];
|
|
32570
33273
|
/** @description Comment information */
|
|
32571
33274
|
type?: string;
|
|
@@ -32707,6 +33410,11 @@ export interface components {
|
|
|
32707
33410
|
motionRegions?: components["schemas"]["models.Region"][];
|
|
32708
33411
|
organisationId?: string;
|
|
32709
33412
|
outputList?: string[];
|
|
33413
|
+
/**
|
|
33414
|
+
* @description ProjectId optionally places the alert in a project within its organisation.
|
|
33415
|
+
* A nil value keeps the alert organisation-wide.
|
|
33416
|
+
*/
|
|
33417
|
+
projectId?: string;
|
|
32710
33418
|
pushbullet_apikey?: string;
|
|
32711
33419
|
pushover_apikey?: string;
|
|
32712
33420
|
pushover_sendto?: string;
|
|
@@ -32986,6 +33694,12 @@ export interface components {
|
|
|
32986
33694
|
* FeaturePermissions is used to identify the permissions of the device, such as read, write, delete, etc.
|
|
32987
33695
|
*/
|
|
32988
33696
|
organisationId?: string;
|
|
33697
|
+
/**
|
|
33698
|
+
* @description ProjectId optionally places the device in a project within its
|
|
33699
|
+
* organisation. A nil value keeps the device organisation-wide. It narrows
|
|
33700
|
+
* access on top of OrganisationId; it never replaces it.
|
|
33701
|
+
*/
|
|
33702
|
+
projectId?: string;
|
|
32989
33703
|
/**
|
|
32990
33704
|
* @description Versioning information
|
|
32991
33705
|
* Note: Version is used to identify the version of the device software.
|
|
@@ -33287,6 +34001,12 @@ export interface components {
|
|
|
33287
34001
|
"models.GetCurrentOrganisationOutput": {
|
|
33288
34002
|
organisation?: components["schemas"]["models.Organisation"];
|
|
33289
34003
|
};
|
|
34004
|
+
"models.GetCurrentProjectInput": {
|
|
34005
|
+
user?: components["schemas"]["models.User"];
|
|
34006
|
+
};
|
|
34007
|
+
"models.GetCurrentProjectOutput": {
|
|
34008
|
+
project?: components["schemas"]["models.Project"];
|
|
34009
|
+
};
|
|
33290
34010
|
"models.GetOrganisationInput": {
|
|
33291
34011
|
organisationId?: string;
|
|
33292
34012
|
user?: components["schemas"]["models.User"];
|
|
@@ -33300,6 +34020,12 @@ export interface components {
|
|
|
33300
34020
|
"models.GetOrganisationsOutput": {
|
|
33301
34021
|
organisations?: components["schemas"]["models.Organisation"][];
|
|
33302
34022
|
};
|
|
34023
|
+
"models.GetProjectsInput": {
|
|
34024
|
+
user?: components["schemas"]["models.User"];
|
|
34025
|
+
};
|
|
34026
|
+
"models.GetProjectsOutput": {
|
|
34027
|
+
projects?: components["schemas"]["models.Project"][];
|
|
34028
|
+
};
|
|
33303
34029
|
"models.GetVideowallInput": {
|
|
33304
34030
|
user?: components["schemas"]["models.User"];
|
|
33305
34031
|
videowall_id?: string;
|
|
@@ -33356,6 +34082,11 @@ export interface components {
|
|
|
33356
34082
|
name?: string;
|
|
33357
34083
|
/** @description RBAC information */
|
|
33358
34084
|
organisationId?: string;
|
|
34085
|
+
/**
|
|
34086
|
+
* @description ProjectId optionally places the group in a project within its organisation.
|
|
34087
|
+
* A nil value keeps the group organisation-wide.
|
|
34088
|
+
*/
|
|
34089
|
+
projectId?: string;
|
|
33359
34090
|
/** @description Nested sites */
|
|
33360
34091
|
sites?: string[];
|
|
33361
34092
|
/**
|
|
@@ -33415,6 +34146,7 @@ export interface components {
|
|
|
33415
34146
|
id?: string;
|
|
33416
34147
|
key?: string;
|
|
33417
34148
|
organisationId?: string;
|
|
34149
|
+
projectId?: string;
|
|
33418
34150
|
timestamp?: number;
|
|
33419
34151
|
user_id?: string;
|
|
33420
34152
|
};
|
|
@@ -33465,6 +34197,11 @@ export interface components {
|
|
|
33465
34197
|
/** @description last time the IO was seen */
|
|
33466
34198
|
lastSeenTimestamp?: number;
|
|
33467
34199
|
organisationId?: string;
|
|
34200
|
+
/**
|
|
34201
|
+
* @description ProjectId optionally places the IO in a project within its organisation.
|
|
34202
|
+
* A nil value keeps the IO organisation-wide.
|
|
34203
|
+
*/
|
|
34204
|
+
projectId?: string;
|
|
33468
34205
|
/** @description input or output */
|
|
33469
34206
|
type?: string;
|
|
33470
34207
|
value?: string;
|
|
@@ -33490,6 +34227,11 @@ export interface components {
|
|
|
33490
34227
|
name?: string;
|
|
33491
34228
|
organisationId?: string;
|
|
33492
34229
|
owner_id?: string;
|
|
34230
|
+
/**
|
|
34231
|
+
* @description ProjectId optionally places the label in a project within its organisation.
|
|
34232
|
+
* A nil value keeps the label organisation-wide.
|
|
34233
|
+
*/
|
|
34234
|
+
projectId?: string;
|
|
33493
34235
|
type?: string[];
|
|
33494
34236
|
user_id?: string;
|
|
33495
34237
|
};
|
|
@@ -33594,6 +34336,11 @@ export interface components {
|
|
|
33594
34336
|
* @example 686a906345c1df594pad69f0
|
|
33595
34337
|
*/
|
|
33596
34338
|
organisationId?: string;
|
|
34339
|
+
/**
|
|
34340
|
+
* @description ProjectId optionally places the marker in a project within its organisation.
|
|
34341
|
+
* A nil value keeps the marker organisation-wide.
|
|
34342
|
+
*/
|
|
34343
|
+
projectId?: string;
|
|
33597
34344
|
/**
|
|
33598
34345
|
* @description SiteId is used to identify the site where the marker is located
|
|
33599
34346
|
* @example 686a906345c1df594pcsr3r45
|
|
@@ -33909,6 +34656,11 @@ export interface components {
|
|
|
33909
34656
|
/** @description Metadata */
|
|
33910
34657
|
metadata?: components["schemas"]["models.MediaMetadata"];
|
|
33911
34658
|
organisationId?: string;
|
|
34659
|
+
/**
|
|
34660
|
+
* @description ProjectId optionally places the media in a project within its organisation.
|
|
34661
|
+
* A nil value keeps the media organisation-wide.
|
|
34662
|
+
*/
|
|
34663
|
+
projectId?: string;
|
|
33912
34664
|
siteId?: string;
|
|
33913
34665
|
spriteFile?: string;
|
|
33914
34666
|
spriteProvider?: string;
|
|
@@ -34048,6 +34800,11 @@ export interface components {
|
|
|
34048
34800
|
notification_type?: string;
|
|
34049
34801
|
number_of_media?: string;
|
|
34050
34802
|
organisationId?: string;
|
|
34803
|
+
/**
|
|
34804
|
+
* @description ProjectId optionally places the message in a project within its organisation.
|
|
34805
|
+
* A nil value keeps the message organisation-wide.
|
|
34806
|
+
*/
|
|
34807
|
+
projectId?: string;
|
|
34051
34808
|
sequence_id?: string;
|
|
34052
34809
|
sites?: components["schemas"]["models.Site"][];
|
|
34053
34810
|
spriteFile?: string;
|
|
@@ -34099,14 +34856,18 @@ export interface components {
|
|
|
34099
34856
|
"models.MonitorStage": {
|
|
34100
34857
|
activity?: components["schemas"]["models.Activity"];
|
|
34101
34858
|
highUpload?: components["schemas"]["models.HighUpload"];
|
|
34102
|
-
/** @description Add fields relevant to monitor stage */
|
|
34103
34859
|
monitorData?: string;
|
|
34104
34860
|
name?: string;
|
|
34861
|
+
/**
|
|
34862
|
+
* @description OrganisationId and ProjectId snapshot the stored source device's ownership;
|
|
34863
|
+
* nested user and payload fields are mutable actor/request context instead.
|
|
34864
|
+
*/
|
|
34865
|
+
organisationId?: string;
|
|
34105
34866
|
plans?: {
|
|
34106
34867
|
[key: string]: components["schemas"]["models.Plan"];
|
|
34107
34868
|
};
|
|
34869
|
+
projectId?: string;
|
|
34108
34870
|
subscription?: components["schemas"]["models.Subscription"];
|
|
34109
|
-
/** @description Add more fields as needed */
|
|
34110
34871
|
user?: components["schemas"]["models.User"];
|
|
34111
34872
|
};
|
|
34112
34873
|
/** @enum {string} */
|
|
@@ -34135,6 +34896,11 @@ export interface components {
|
|
|
34135
34896
|
notification_type?: string;
|
|
34136
34897
|
number_of_media?: string;
|
|
34137
34898
|
organisationId?: string;
|
|
34899
|
+
/**
|
|
34900
|
+
* @description ProjectId optionally places the message in a project within its organisation.
|
|
34901
|
+
* A nil value keeps the message organisation-wide.
|
|
34902
|
+
*/
|
|
34903
|
+
projectId?: string;
|
|
34138
34904
|
sequence_id?: string;
|
|
34139
34905
|
sites?: components["schemas"]["models.Site"][];
|
|
34140
34906
|
spriteFile?: string;
|
|
@@ -34401,10 +35167,6 @@ export interface components {
|
|
|
34401
35167
|
organisationId?: string;
|
|
34402
35168
|
slug?: string;
|
|
34403
35169
|
};
|
|
34404
|
-
"models.ProjectResourceScope": {
|
|
34405
|
-
projectId?: string;
|
|
34406
|
-
sharedWithProjectIds?: string[];
|
|
34407
|
-
};
|
|
34408
35170
|
"models.Pushbullet": {
|
|
34409
35171
|
apikey?: string;
|
|
34410
35172
|
enabled?: boolean;
|
|
@@ -34509,6 +35271,11 @@ export interface components {
|
|
|
34509
35271
|
images?: components["schemas"]["models.Media"][];
|
|
34510
35272
|
notified?: boolean;
|
|
34511
35273
|
organisationId?: string;
|
|
35274
|
+
/**
|
|
35275
|
+
* @description ProjectId optionally places the sequence in a project within its organisation.
|
|
35276
|
+
* A nil value keeps the sequence organisation-wide.
|
|
35277
|
+
*/
|
|
35278
|
+
projectId?: string;
|
|
34512
35279
|
start?: number;
|
|
34513
35280
|
user_id?: string;
|
|
34514
35281
|
};
|
|
@@ -34524,6 +35291,13 @@ export interface components {
|
|
|
34524
35291
|
"models.SetCurrentOrganisationOutput": {
|
|
34525
35292
|
organisation?: components["schemas"]["models.Organisation"];
|
|
34526
35293
|
};
|
|
35294
|
+
"models.SetCurrentProjectInput": {
|
|
35295
|
+
projectId?: string;
|
|
35296
|
+
user?: components["schemas"]["models.User"];
|
|
35297
|
+
};
|
|
35298
|
+
"models.SetCurrentProjectOutput": {
|
|
35299
|
+
project?: components["schemas"]["models.Project"];
|
|
35300
|
+
};
|
|
34527
35301
|
"models.Settings": {
|
|
34528
35302
|
id?: string;
|
|
34529
35303
|
key?: string;
|
|
@@ -34549,6 +35323,11 @@ export interface components {
|
|
|
34549
35323
|
name?: string;
|
|
34550
35324
|
/** @description RBAC information */
|
|
34551
35325
|
organisationId?: string;
|
|
35326
|
+
/**
|
|
35327
|
+
* @description ProjectId optionally places the site in a project within its organisation.
|
|
35328
|
+
* A nil value keeps the site organisation-wide.
|
|
35329
|
+
*/
|
|
35330
|
+
projectId?: string;
|
|
34552
35331
|
secret_key?: string;
|
|
34553
35332
|
storage_uri?: string;
|
|
34554
35333
|
/**
|
|
@@ -34708,6 +35487,8 @@ export interface components {
|
|
|
34708
35487
|
* @example 686a906345c1df594pad69f0
|
|
34709
35488
|
*/
|
|
34710
35489
|
organisationId?: string;
|
|
35490
|
+
/** @description ProjectId optionally places the state in a project within its organisation; nil keeps it organisation-wide. */
|
|
35491
|
+
projectId?: string;
|
|
34711
35492
|
/**
|
|
34712
35493
|
* @description SiteId is used to identify the site for which the state is relevant
|
|
34713
35494
|
* @example 686a906345c1df594pcsr3r45
|
|
@@ -34851,6 +35632,11 @@ export interface components {
|
|
|
34851
35632
|
notes_short?: string;
|
|
34852
35633
|
notify_assignees?: boolean;
|
|
34853
35634
|
organisationId?: string;
|
|
35635
|
+
/**
|
|
35636
|
+
* @description ProjectId optionally places the case/task in a project within its organisation.
|
|
35637
|
+
* A nil value keeps it organisation-wide.
|
|
35638
|
+
*/
|
|
35639
|
+
projectId?: string;
|
|
34854
35640
|
reporter_email?: string;
|
|
34855
35641
|
reporter_id?: string;
|
|
34856
35642
|
reporter_profile?: string;
|
|
@@ -35181,6 +35967,7 @@ export interface components {
|
|
|
35181
35967
|
private_cloud_plan?: string;
|
|
35182
35968
|
profileCompleted?: boolean;
|
|
35183
35969
|
profileSettings?: components["schemas"]["models.ProfileSettings"];
|
|
35970
|
+
projectId?: string;
|
|
35184
35971
|
reachedLimit?: boolean;
|
|
35185
35972
|
reachedLimitTimestamp?: number;
|
|
35186
35973
|
region?: string;
|
|
@@ -35363,6 +36150,11 @@ export interface components {
|
|
|
35363
36150
|
name?: string;
|
|
35364
36151
|
organisationId?: string;
|
|
35365
36152
|
pass_code?: string;
|
|
36153
|
+
/**
|
|
36154
|
+
* @description ProjectId optionally places the videowall in a project within its
|
|
36155
|
+
* organisation. A nil value keeps it organisation-wide.
|
|
36156
|
+
*/
|
|
36157
|
+
projectId?: string;
|
|
35366
36158
|
/** @description ForceMFA int `json:"force_mfa" bson:"force_mfa"` */
|
|
35367
36159
|
ptz?: number;
|
|
35368
36160
|
short_link?: string;
|
|
@@ -35414,6 +36206,11 @@ export interface components {
|
|
|
35414
36206
|
* contract while readers may retain a legacy `organisation_id` fallback.
|
|
35415
36207
|
*/
|
|
35416
36208
|
organisationId?: string;
|
|
36209
|
+
/**
|
|
36210
|
+
* @description ProjectId optionally places the workflow in a project within its organisation.
|
|
36211
|
+
* A nil value keeps the workflow organisation-wide.
|
|
36212
|
+
*/
|
|
36213
|
+
projectId?: string;
|
|
35417
36214
|
/**
|
|
35418
36215
|
* @description Source is the workflow's provenance and availability (see WorkflowSource).
|
|
35419
36216
|
* Empty means WorkflowSourceUser: an ordinary user workflow scoped to its
|
|
@@ -35534,8 +36331,10 @@ export interface components {
|
|
|
35534
36331
|
[key: string]: unknown;
|
|
35535
36332
|
};
|
|
35536
36333
|
/**
|
|
35537
|
-
* @description Key is the media key the run is about
|
|
35538
|
-
*
|
|
36334
|
+
* @description Key is the media key the run is about. It is copied from the recording at
|
|
36335
|
+
* hand-off time and can group all runs for that recording, but is not unique:
|
|
36336
|
+
* run state is correlated by Id/RunId because several workflows and manual
|
|
36337
|
+
* re-runs may execute over the same key.
|
|
35539
36338
|
*/
|
|
35540
36339
|
key?: string;
|
|
35541
36340
|
/**
|
|
@@ -35613,8 +36412,9 @@ export interface components {
|
|
|
35613
36412
|
};
|
|
35614
36413
|
/**
|
|
35615
36414
|
* @description RunId is the run's identifier on the wire (the hex of the document Id). It
|
|
35616
|
-
* is empty on
|
|
35617
|
-
* engine
|
|
36415
|
+
* is empty on an untargeted analysis hand-off; after workflow matching, the
|
|
36416
|
+
* engine derives a distinct document identity per recording, organisation,
|
|
36417
|
+
* and workflow. It is set on every engine→worker dispatch. The persisted
|
|
35618
36418
|
* identity is Id, so RunId itself is wire-only.
|
|
35619
36419
|
*
|
|
35620
36420
|
* It is never set by hand: MarshalJSON derives it from Id whenever a run that
|
|
@@ -35680,10 +36480,9 @@ export interface components {
|
|
|
35680
36480
|
user?: components["schemas"]["models.WorkflowUser"];
|
|
35681
36481
|
/**
|
|
35682
36482
|
* @description WorkflowId is the id of the Workflow definition (models.Workflow) this run
|
|
35683
|
-
* executes — the authored graph (nodes/edges/
|
|
35684
|
-
* of
|
|
35685
|
-
*
|
|
35686
|
-
* stage registry it is empty.
|
|
36483
|
+
* executes — the authored graph (nodes/edges/triggers) the run is an execution
|
|
36484
|
+
* of. It is empty only on an untargeted analysis hand-off; the engine stamps it
|
|
36485
|
+
* as it fans that recording out to each matching config or database workflow.
|
|
35687
36486
|
*/
|
|
35688
36487
|
workflowId?: string;
|
|
35689
36488
|
/**
|
|
@@ -35848,6 +36647,7 @@ export interface components {
|
|
|
35848
36647
|
"models.WorkflowTriggerType": "automatic" | "manual";
|
|
35849
36648
|
"models.WorkflowUser": {
|
|
35850
36649
|
organisationId?: string;
|
|
36650
|
+
projectId?: string;
|
|
35851
36651
|
storage?: components["schemas"]["models.Storage"];
|
|
35852
36652
|
};
|
|
35853
36653
|
};
|
|
@@ -35969,10 +36769,14 @@ export declare namespace models {
|
|
|
35969
36769
|
type GetCaseSharesForTaskOutput = components['schemas']['models.GetCaseSharesForTaskOutput'];
|
|
35970
36770
|
type GetCurrentOrganisationInput = components['schemas']['models.GetCurrentOrganisationInput'];
|
|
35971
36771
|
type GetCurrentOrganisationOutput = components['schemas']['models.GetCurrentOrganisationOutput'];
|
|
36772
|
+
type GetCurrentProjectInput = components['schemas']['models.GetCurrentProjectInput'];
|
|
36773
|
+
type GetCurrentProjectOutput = components['schemas']['models.GetCurrentProjectOutput'];
|
|
35972
36774
|
type GetOrganisationInput = components['schemas']['models.GetOrganisationInput'];
|
|
35973
36775
|
type GetOrganisationOutput = components['schemas']['models.GetOrganisationOutput'];
|
|
35974
36776
|
type GetOrganisationsInput = components['schemas']['models.GetOrganisationsInput'];
|
|
35975
36777
|
type GetOrganisationsOutput = components['schemas']['models.GetOrganisationsOutput'];
|
|
36778
|
+
type GetProjectsInput = components['schemas']['models.GetProjectsInput'];
|
|
36779
|
+
type GetProjectsOutput = components['schemas']['models.GetProjectsOutput'];
|
|
35976
36780
|
type GetVideowallInput = components['schemas']['models.GetVideowallInput'];
|
|
35977
36781
|
type GetVideowallOutput = components['schemas']['models.GetVideowallOutput'];
|
|
35978
36782
|
type GetVideowallsInput = components['schemas']['models.GetVideowallsInput'];
|
|
@@ -36057,7 +36861,6 @@ export declare namespace models {
|
|
|
36057
36861
|
type Point = components['schemas']['models.Point'];
|
|
36058
36862
|
type ProfileSettings = components['schemas']['models.ProfileSettings'];
|
|
36059
36863
|
type Project = components['schemas']['models.Project'];
|
|
36060
|
-
type ProjectResourceScope = components['schemas']['models.ProjectResourceScope'];
|
|
36061
36864
|
type Pushbullet = components['schemas']['models.Pushbullet'];
|
|
36062
36865
|
type Pushover = components['schemas']['models.Pushover'];
|
|
36063
36866
|
type Region = components['schemas']['models.Region'];
|
|
@@ -36071,6 +36874,8 @@ export declare namespace models {
|
|
|
36071
36874
|
type SequenceStage = components['schemas']['models.SequenceStage'];
|
|
36072
36875
|
type SetCurrentOrganisationInput = components['schemas']['models.SetCurrentOrganisationInput'];
|
|
36073
36876
|
type SetCurrentOrganisationOutput = components['schemas']['models.SetCurrentOrganisationOutput'];
|
|
36877
|
+
type SetCurrentProjectInput = components['schemas']['models.SetCurrentProjectInput'];
|
|
36878
|
+
type SetCurrentProjectOutput = components['schemas']['models.SetCurrentProjectOutput'];
|
|
36074
36879
|
type Settings = components['schemas']['models.Settings'];
|
|
36075
36880
|
type Site = components['schemas']['models.Site'];
|
|
36076
36881
|
type SiteMetadata = components['schemas']['models.SiteMetadata'];
|
|
@@ -36347,6 +37152,12 @@ export declare namespace api {
|
|
|
36347
37152
|
type GetOrganisationsErrorResponse = components['schemas']['api.GetOrganisationsErrorResponse'];
|
|
36348
37153
|
type GetOrganisationsResponse = components['schemas']['api.GetOrganisationsResponse'];
|
|
36349
37154
|
type GetOrganisationsSuccessResponse = components['schemas']['api.GetOrganisationsSuccessResponse'];
|
|
37155
|
+
type GetProjectErrorResponse = components['schemas']['api.GetProjectErrorResponse'];
|
|
37156
|
+
type GetProjectResponse = components['schemas']['api.GetProjectResponse'];
|
|
37157
|
+
type GetProjectSuccessResponse = components['schemas']['api.GetProjectSuccessResponse'];
|
|
37158
|
+
type GetProjectsErrorResponse = components['schemas']['api.GetProjectsErrorResponse'];
|
|
37159
|
+
type GetProjectsResponse = components['schemas']['api.GetProjectsResponse'];
|
|
37160
|
+
type GetProjectsSuccessResponse = components['schemas']['api.GetProjectsSuccessResponse'];
|
|
36350
37161
|
type GetRuntimeConfigErrorResponse = components['schemas']['api.GetRuntimeConfigErrorResponse'];
|
|
36351
37162
|
type GetRuntimeConfigResponse = components['schemas']['api.GetRuntimeConfigResponse'];
|
|
36352
37163
|
type GetRuntimeConfigSuccessResponse = components['schemas']['api.GetRuntimeConfigSuccessResponse'];
|
|
@@ -36472,6 +37283,10 @@ export declare namespace api {
|
|
|
36472
37283
|
type SetCurrentOrganisationRequest = components['schemas']['api.SetCurrentOrganisationRequest'];
|
|
36473
37284
|
type SetCurrentOrganisationResponse = components['schemas']['api.SetCurrentOrganisationResponse'];
|
|
36474
37285
|
type SetCurrentOrganisationSuccessResponse = components['schemas']['api.SetCurrentOrganisationSuccessResponse'];
|
|
37286
|
+
type SetCurrentProjectErrorResponse = components['schemas']['api.SetCurrentProjectErrorResponse'];
|
|
37287
|
+
type SetCurrentProjectRequest = components['schemas']['api.SetCurrentProjectRequest'];
|
|
37288
|
+
type SetCurrentProjectResponse = components['schemas']['api.SetCurrentProjectResponse'];
|
|
37289
|
+
type SetCurrentProjectSuccessResponse = components['schemas']['api.SetCurrentProjectSuccessResponse'];
|
|
36475
37290
|
type SingleSignOnDomainsResponse = components['schemas']['api.SingleSignOnDomainsResponse'];
|
|
36476
37291
|
type SiteFilter = components['schemas']['api.SiteFilter'];
|
|
36477
37292
|
type SiteFlags = components['schemas']['api.SiteFlags'];
|