@uug-ai/models 1.7.9 → 1.7.12

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1185 -300
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -6243,6 +6243,45 @@ export interface paths {
6243
6243
  patch?: never;
6244
6244
  trace?: never;
6245
6245
  };
6246
+ "/internal/detectionref": {
6247
+ parameters: {
6248
+ query?: never;
6249
+ header?: never;
6250
+ path?: never;
6251
+ cookie?: never;
6252
+ };
6253
+ /**
6254
+ * Get DetectionRef (schema generation only)
6255
+ * @description Internal endpoint used only to ensure DetectionRef schema is generated in OpenAPI spec
6256
+ */
6257
+ get: {
6258
+ parameters: {
6259
+ query?: never;
6260
+ header?: never;
6261
+ path?: never;
6262
+ cookie?: never;
6263
+ };
6264
+ requestBody?: never;
6265
+ responses: {
6266
+ /** @description OK */
6267
+ 200: {
6268
+ headers: {
6269
+ [name: string]: unknown;
6270
+ };
6271
+ content: {
6272
+ "application/json": components["schemas"]["models.DetectionRef"];
6273
+ };
6274
+ };
6275
+ };
6276
+ };
6277
+ put?: never;
6278
+ post?: never;
6279
+ delete?: never;
6280
+ options?: never;
6281
+ head?: never;
6282
+ patch?: never;
6283
+ trace?: never;
6284
+ };
6246
6285
  "/internal/detectionrejection": {
6247
6286
  parameters: {
6248
6287
  query?: never;
@@ -10065,6 +10104,84 @@ export interface paths {
10065
10104
  patch?: never;
10066
10105
  trace?: never;
10067
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
+ };
10068
10185
  "/internal/getcustomalertserrorresponse": {
10069
10186
  parameters: {
10070
10187
  query?: never;
@@ -12873,7 +12990,7 @@ export interface paths {
12873
12990
  patch?: never;
12874
12991
  trace?: never;
12875
12992
  };
12876
- "/internal/getruntimeconfigerrorresponse": {
12993
+ "/internal/getprojecterrorresponse": {
12877
12994
  parameters: {
12878
12995
  query?: never;
12879
12996
  header?: never;
@@ -12881,8 +12998,8 @@ export interface paths {
12881
12998
  cookie?: never;
12882
12999
  };
12883
13000
  /**
12884
- * Get GetRuntimeConfigErrorResponse (schema generation only)
12885
- * @description Internal endpoint used only to ensure GetRuntimeConfigErrorResponse schema is generated in OpenAPI spec
13001
+ * Get GetProjectErrorResponse (schema generation only)
13002
+ * @description Internal endpoint used only to ensure GetProjectErrorResponse schema is generated in OpenAPI spec
12886
13003
  */
12887
13004
  get: {
12888
13005
  parameters: {
@@ -12899,7 +13016,7 @@ export interface paths {
12899
13016
  [name: string]: unknown;
12900
13017
  };
12901
13018
  content: {
12902
- "application/json": components["schemas"]["api.GetRuntimeConfigErrorResponse"];
13019
+ "application/json": components["schemas"]["api.GetProjectErrorResponse"];
12903
13020
  };
12904
13021
  };
12905
13022
  };
@@ -12912,7 +13029,7 @@ export interface paths {
12912
13029
  patch?: never;
12913
13030
  trace?: never;
12914
13031
  };
12915
- "/internal/getruntimeconfigresponse": {
13032
+ "/internal/getprojectresponse": {
12916
13033
  parameters: {
12917
13034
  query?: never;
12918
13035
  header?: never;
@@ -12920,8 +13037,8 @@ export interface paths {
12920
13037
  cookie?: never;
12921
13038
  };
12922
13039
  /**
12923
- * Get GetRuntimeConfigResponse (schema generation only)
12924
- * @description Internal endpoint used only to ensure GetRuntimeConfigResponse schema is generated in OpenAPI spec
13040
+ * Get GetProjectResponse (schema generation only)
13041
+ * @description Internal endpoint used only to ensure GetProjectResponse schema is generated in OpenAPI spec
12925
13042
  */
12926
13043
  get: {
12927
13044
  parameters: {
@@ -12938,7 +13055,7 @@ export interface paths {
12938
13055
  [name: string]: unknown;
12939
13056
  };
12940
13057
  content: {
12941
- "application/json": components["schemas"]["api.GetRuntimeConfigResponse"];
13058
+ "application/json": components["schemas"]["api.GetProjectResponse"];
12942
13059
  };
12943
13060
  };
12944
13061
  };
@@ -12951,7 +13068,7 @@ export interface paths {
12951
13068
  patch?: never;
12952
13069
  trace?: never;
12953
13070
  };
12954
- "/internal/getruntimeconfigsuccessresponse": {
13071
+ "/internal/getprojectserrorresponse": {
12955
13072
  parameters: {
12956
13073
  query?: never;
12957
13074
  header?: never;
@@ -12959,8 +13076,8 @@ export interface paths {
12959
13076
  cookie?: never;
12960
13077
  };
12961
13078
  /**
12962
- * Get GetRuntimeConfigSuccessResponse (schema generation only)
12963
- * @description Internal endpoint used only to ensure GetRuntimeConfigSuccessResponse schema is generated in OpenAPI spec
13079
+ * Get GetProjectsErrorResponse (schema generation only)
13080
+ * @description Internal endpoint used only to ensure GetProjectsErrorResponse schema is generated in OpenAPI spec
12964
13081
  */
12965
13082
  get: {
12966
13083
  parameters: {
@@ -12977,7 +13094,7 @@ export interface paths {
12977
13094
  [name: string]: unknown;
12978
13095
  };
12979
13096
  content: {
12980
- "application/json": components["schemas"]["api.GetRuntimeConfigSuccessResponse"];
13097
+ "application/json": components["schemas"]["api.GetProjectsErrorResponse"];
12981
13098
  };
12982
13099
  };
12983
13100
  };
@@ -12990,7 +13107,7 @@ export interface paths {
12990
13107
  patch?: never;
12991
13108
  trace?: never;
12992
13109
  };
12993
- "/internal/getsinglesignondomainserrorresponse": {
13110
+ "/internal/getprojectsinput": {
12994
13111
  parameters: {
12995
13112
  query?: never;
12996
13113
  header?: never;
@@ -12998,8 +13115,8 @@ export interface paths {
12998
13115
  cookie?: never;
12999
13116
  };
13000
13117
  /**
13001
- * Get GetSingleSignOnDomainsErrorResponse (schema generation only)
13002
- * @description Internal endpoint used only to ensure GetSingleSignOnDomainsErrorResponse schema is generated in OpenAPI spec
13118
+ * Get GetProjectsInput (schema generation only)
13119
+ * @description Internal endpoint used only to ensure GetProjectsInput schema is generated in OpenAPI spec
13003
13120
  */
13004
13121
  get: {
13005
13122
  parameters: {
@@ -13016,7 +13133,7 @@ export interface paths {
13016
13133
  [name: string]: unknown;
13017
13134
  };
13018
13135
  content: {
13019
- "application/json": components["schemas"]["api.GetSingleSignOnDomainsErrorResponse"];
13136
+ "application/json": components["schemas"]["models.GetProjectsInput"];
13020
13137
  };
13021
13138
  };
13022
13139
  };
@@ -13029,7 +13146,7 @@ export interface paths {
13029
13146
  patch?: never;
13030
13147
  trace?: never;
13031
13148
  };
13032
- "/internal/getsinglesignondomainssuccessresponse": {
13149
+ "/internal/getprojectsoutput": {
13033
13150
  parameters: {
13034
13151
  query?: never;
13035
13152
  header?: never;
@@ -13037,8 +13154,8 @@ export interface paths {
13037
13154
  cookie?: never;
13038
13155
  };
13039
13156
  /**
13040
- * Get GetSingleSignOnDomainsSuccessResponse (schema generation only)
13041
- * @description Internal endpoint used only to ensure GetSingleSignOnDomainsSuccessResponse schema is generated in OpenAPI spec
13157
+ * Get GetProjectsOutput (schema generation only)
13158
+ * @description Internal endpoint used only to ensure GetProjectsOutput schema is generated in OpenAPI spec
13042
13159
  */
13043
13160
  get: {
13044
13161
  parameters: {
@@ -13055,7 +13172,7 @@ export interface paths {
13055
13172
  [name: string]: unknown;
13056
13173
  };
13057
13174
  content: {
13058
- "application/json": components["schemas"]["api.GetSingleSignOnDomainsSuccessResponse"];
13175
+ "application/json": components["schemas"]["models.GetProjectsOutput"];
13059
13176
  };
13060
13177
  };
13061
13178
  };
@@ -13068,7 +13185,7 @@ export interface paths {
13068
13185
  patch?: never;
13069
13186
  trace?: never;
13070
13187
  };
13071
- "/internal/getsiteoptionserrorresponse": {
13188
+ "/internal/getprojectsresponse": {
13072
13189
  parameters: {
13073
13190
  query?: never;
13074
13191
  header?: never;
@@ -13076,8 +13193,8 @@ export interface paths {
13076
13193
  cookie?: never;
13077
13194
  };
13078
13195
  /**
13079
- * Get GetSiteOptionsErrorResponse (schema generation only)
13080
- * @description Internal endpoint used only to ensure GetSiteOptionsErrorResponse schema is generated in OpenAPI spec
13196
+ * Get GetProjectsResponse (schema generation only)
13197
+ * @description Internal endpoint used only to ensure GetProjectsResponse schema is generated in OpenAPI spec
13081
13198
  */
13082
13199
  get: {
13083
13200
  parameters: {
@@ -13094,7 +13211,7 @@ export interface paths {
13094
13211
  [name: string]: unknown;
13095
13212
  };
13096
13213
  content: {
13097
- "application/json": components["schemas"]["api.GetSiteOptionsErrorResponse"];
13214
+ "application/json": components["schemas"]["api.GetProjectsResponse"];
13098
13215
  };
13099
13216
  };
13100
13217
  };
@@ -13107,7 +13224,7 @@ export interface paths {
13107
13224
  patch?: never;
13108
13225
  trace?: never;
13109
13226
  };
13110
- "/internal/getsiteoptionsrequest": {
13227
+ "/internal/getprojectssuccessresponse": {
13111
13228
  parameters: {
13112
13229
  query?: never;
13113
13230
  header?: never;
@@ -13115,8 +13232,8 @@ export interface paths {
13115
13232
  cookie?: never;
13116
13233
  };
13117
13234
  /**
13118
- * Get GetSiteOptionsRequest (schema generation only)
13119
- * @description Internal endpoint used only to ensure GetSiteOptionsRequest schema is generated in OpenAPI spec
13235
+ * Get GetProjectsSuccessResponse (schema generation only)
13236
+ * @description Internal endpoint used only to ensure GetProjectsSuccessResponse schema is generated in OpenAPI spec
13120
13237
  */
13121
13238
  get: {
13122
13239
  parameters: {
@@ -13133,7 +13250,7 @@ export interface paths {
13133
13250
  [name: string]: unknown;
13134
13251
  };
13135
13252
  content: {
13136
- "application/json": components["schemas"]["api.GetSiteOptionsRequest"];
13253
+ "application/json": components["schemas"]["api.GetProjectsSuccessResponse"];
13137
13254
  };
13138
13255
  };
13139
13256
  };
@@ -13146,7 +13263,7 @@ export interface paths {
13146
13263
  patch?: never;
13147
13264
  trace?: never;
13148
13265
  };
13149
- "/internal/getsiteoptionsresponse": {
13266
+ "/internal/getprojectsuccessresponse": {
13150
13267
  parameters: {
13151
13268
  query?: never;
13152
13269
  header?: never;
@@ -13154,8 +13271,8 @@ export interface paths {
13154
13271
  cookie?: never;
13155
13272
  };
13156
13273
  /**
13157
- * Get GetSiteOptionsResponse (schema generation only)
13158
- * @description Internal endpoint used only to ensure GetSiteOptionsResponse schema is generated in OpenAPI spec
13274
+ * Get GetProjectSuccessResponse (schema generation only)
13275
+ * @description Internal endpoint used only to ensure GetProjectSuccessResponse schema is generated in OpenAPI spec
13159
13276
  */
13160
13277
  get: {
13161
13278
  parameters: {
@@ -13172,7 +13289,7 @@ export interface paths {
13172
13289
  [name: string]: unknown;
13173
13290
  };
13174
13291
  content: {
13175
- "application/json": components["schemas"]["api.GetSiteOptionsResponse"];
13292
+ "application/json": components["schemas"]["api.GetProjectSuccessResponse"];
13176
13293
  };
13177
13294
  };
13178
13295
  };
@@ -13185,7 +13302,7 @@ export interface paths {
13185
13302
  patch?: never;
13186
13303
  trace?: never;
13187
13304
  };
13188
- "/internal/getsiteoptionssuccessresponse": {
13305
+ "/internal/getruntimeconfigerrorresponse": {
13189
13306
  parameters: {
13190
13307
  query?: never;
13191
13308
  header?: never;
@@ -13193,8 +13310,8 @@ export interface paths {
13193
13310
  cookie?: never;
13194
13311
  };
13195
13312
  /**
13196
- * Get GetSiteOptionsSuccessResponse (schema generation only)
13197
- * @description Internal endpoint used only to ensure GetSiteOptionsSuccessResponse schema is generated in OpenAPI spec
13313
+ * Get GetRuntimeConfigErrorResponse (schema generation only)
13314
+ * @description Internal endpoint used only to ensure GetRuntimeConfigErrorResponse schema is generated in OpenAPI spec
13198
13315
  */
13199
13316
  get: {
13200
13317
  parameters: {
@@ -13211,7 +13328,7 @@ export interface paths {
13211
13328
  [name: string]: unknown;
13212
13329
  };
13213
13330
  content: {
13214
- "application/json": components["schemas"]["api.GetSiteOptionsSuccessResponse"];
13331
+ "application/json": components["schemas"]["api.GetRuntimeConfigErrorResponse"];
13215
13332
  };
13216
13333
  };
13217
13334
  };
@@ -13224,7 +13341,7 @@ export interface paths {
13224
13341
  patch?: never;
13225
13342
  trace?: never;
13226
13343
  };
13227
- "/internal/getstateserrorresponse": {
13344
+ "/internal/getruntimeconfigresponse": {
13228
13345
  parameters: {
13229
13346
  query?: never;
13230
13347
  header?: never;
@@ -13232,8 +13349,8 @@ export interface paths {
13232
13349
  cookie?: never;
13233
13350
  };
13234
13351
  /**
13235
- * Get GetStatesErrorResponse (schema generation only)
13236
- * @description Internal endpoint used only to ensure GetStatesErrorResponse schema is generated in OpenAPI spec
13352
+ * Get GetRuntimeConfigResponse (schema generation only)
13353
+ * @description Internal endpoint used only to ensure GetRuntimeConfigResponse schema is generated in OpenAPI spec
13237
13354
  */
13238
13355
  get: {
13239
13356
  parameters: {
@@ -13250,7 +13367,7 @@ export interface paths {
13250
13367
  [name: string]: unknown;
13251
13368
  };
13252
13369
  content: {
13253
- "application/json": components["schemas"]["api.GetStatesErrorResponse"];
13370
+ "application/json": components["schemas"]["api.GetRuntimeConfigResponse"];
13254
13371
  };
13255
13372
  };
13256
13373
  };
@@ -13263,7 +13380,7 @@ export interface paths {
13263
13380
  patch?: never;
13264
13381
  trace?: never;
13265
13382
  };
13266
- "/internal/getstatesrequest": {
13383
+ "/internal/getruntimeconfigsuccessresponse": {
13267
13384
  parameters: {
13268
13385
  query?: never;
13269
13386
  header?: never;
@@ -13271,8 +13388,8 @@ export interface paths {
13271
13388
  cookie?: never;
13272
13389
  };
13273
13390
  /**
13274
- * Get GetStatesRequest (schema generation only)
13275
- * @description Internal endpoint used only to ensure GetStatesRequest schema is generated in OpenAPI spec
13391
+ * Get GetRuntimeConfigSuccessResponse (schema generation only)
13392
+ * @description Internal endpoint used only to ensure GetRuntimeConfigSuccessResponse schema is generated in OpenAPI spec
13276
13393
  */
13277
13394
  get: {
13278
13395
  parameters: {
@@ -13289,7 +13406,7 @@ export interface paths {
13289
13406
  [name: string]: unknown;
13290
13407
  };
13291
13408
  content: {
13292
- "application/json": components["schemas"]["api.GetStatesRequest"];
13409
+ "application/json": components["schemas"]["api.GetRuntimeConfigSuccessResponse"];
13293
13410
  };
13294
13411
  };
13295
13412
  };
@@ -13302,7 +13419,7 @@ export interface paths {
13302
13419
  patch?: never;
13303
13420
  trace?: never;
13304
13421
  };
13305
- "/internal/getstatesresponse": {
13422
+ "/internal/getsinglesignondomainserrorresponse": {
13306
13423
  parameters: {
13307
13424
  query?: never;
13308
13425
  header?: never;
@@ -13310,8 +13427,8 @@ export interface paths {
13310
13427
  cookie?: never;
13311
13428
  };
13312
13429
  /**
13313
- * Get GetStatesResponse (schema generation only)
13314
- * @description Internal endpoint used only to ensure GetStatesResponse schema is generated in OpenAPI spec
13430
+ * Get GetSingleSignOnDomainsErrorResponse (schema generation only)
13431
+ * @description Internal endpoint used only to ensure GetSingleSignOnDomainsErrorResponse schema is generated in OpenAPI spec
13315
13432
  */
13316
13433
  get: {
13317
13434
  parameters: {
@@ -13328,7 +13445,7 @@ export interface paths {
13328
13445
  [name: string]: unknown;
13329
13446
  };
13330
13447
  content: {
13331
- "application/json": components["schemas"]["api.GetStatesResponse"];
13448
+ "application/json": components["schemas"]["api.GetSingleSignOnDomainsErrorResponse"];
13332
13449
  };
13333
13450
  };
13334
13451
  };
@@ -13341,7 +13458,7 @@ export interface paths {
13341
13458
  patch?: never;
13342
13459
  trace?: never;
13343
13460
  };
13344
- "/internal/getstatessuccessresponse": {
13461
+ "/internal/getsinglesignondomainssuccessresponse": {
13345
13462
  parameters: {
13346
13463
  query?: never;
13347
13464
  header?: never;
@@ -13349,8 +13466,8 @@ export interface paths {
13349
13466
  cookie?: never;
13350
13467
  };
13351
13468
  /**
13352
- * Get GetStatesSuccessResponse (schema generation only)
13353
- * @description Internal endpoint used only to ensure GetStatesSuccessResponse schema is generated in OpenAPI spec
13469
+ * Get GetSingleSignOnDomainsSuccessResponse (schema generation only)
13470
+ * @description Internal endpoint used only to ensure GetSingleSignOnDomainsSuccessResponse schema is generated in OpenAPI spec
13354
13471
  */
13355
13472
  get: {
13356
13473
  parameters: {
@@ -13367,7 +13484,7 @@ export interface paths {
13367
13484
  [name: string]: unknown;
13368
13485
  };
13369
13486
  content: {
13370
- "application/json": components["schemas"]["api.GetStatesSuccessResponse"];
13487
+ "application/json": components["schemas"]["api.GetSingleSignOnDomainsSuccessResponse"];
13371
13488
  };
13372
13489
  };
13373
13490
  };
@@ -13380,7 +13497,7 @@ export interface paths {
13380
13497
  patch?: never;
13381
13498
  trace?: never;
13382
13499
  };
13383
- "/internal/gettaskbyiderrorresponse": {
13500
+ "/internal/getsiteoptionserrorresponse": {
13384
13501
  parameters: {
13385
13502
  query?: never;
13386
13503
  header?: never;
@@ -13388,8 +13505,8 @@ export interface paths {
13388
13505
  cookie?: never;
13389
13506
  };
13390
13507
  /**
13391
- * Get GetTaskByIdErrorResponse (schema generation only)
13392
- * @description Internal endpoint used only to ensure GetTaskByIdErrorResponse schema is generated in OpenAPI spec
13508
+ * Get GetSiteOptionsErrorResponse (schema generation only)
13509
+ * @description Internal endpoint used only to ensure GetSiteOptionsErrorResponse schema is generated in OpenAPI spec
13393
13510
  */
13394
13511
  get: {
13395
13512
  parameters: {
@@ -13406,7 +13523,7 @@ export interface paths {
13406
13523
  [name: string]: unknown;
13407
13524
  };
13408
13525
  content: {
13409
- "application/json": components["schemas"]["api.GetTaskByIdErrorResponse"];
13526
+ "application/json": components["schemas"]["api.GetSiteOptionsErrorResponse"];
13410
13527
  };
13411
13528
  };
13412
13529
  };
@@ -13419,7 +13536,7 @@ export interface paths {
13419
13536
  patch?: never;
13420
13537
  trace?: never;
13421
13538
  };
13422
- "/internal/gettaskbyidresponse": {
13539
+ "/internal/getsiteoptionsrequest": {
13423
13540
  parameters: {
13424
13541
  query?: never;
13425
13542
  header?: never;
@@ -13427,8 +13544,8 @@ export interface paths {
13427
13544
  cookie?: never;
13428
13545
  };
13429
13546
  /**
13430
- * Get GetTaskByIdResponse (schema generation only)
13431
- * @description Internal endpoint used only to ensure GetTaskByIdResponse schema is generated in OpenAPI spec
13547
+ * Get GetSiteOptionsRequest (schema generation only)
13548
+ * @description Internal endpoint used only to ensure GetSiteOptionsRequest schema is generated in OpenAPI spec
13432
13549
  */
13433
13550
  get: {
13434
13551
  parameters: {
@@ -13445,7 +13562,7 @@ export interface paths {
13445
13562
  [name: string]: unknown;
13446
13563
  };
13447
13564
  content: {
13448
- "application/json": components["schemas"]["api.GetTaskByIdResponse"];
13565
+ "application/json": components["schemas"]["api.GetSiteOptionsRequest"];
13449
13566
  };
13450
13567
  };
13451
13568
  };
@@ -13458,7 +13575,7 @@ export interface paths {
13458
13575
  patch?: never;
13459
13576
  trace?: never;
13460
13577
  };
13461
- "/internal/gettaskbyidsuccessresponse": {
13578
+ "/internal/getsiteoptionsresponse": {
13462
13579
  parameters: {
13463
13580
  query?: never;
13464
13581
  header?: never;
@@ -13466,8 +13583,8 @@ export interface paths {
13466
13583
  cookie?: never;
13467
13584
  };
13468
13585
  /**
13469
- * Get GetTaskByIdSuccessResponse (schema generation only)
13470
- * @description Internal endpoint used only to ensure GetTaskByIdSuccessResponse schema is generated in OpenAPI spec
13586
+ * Get GetSiteOptionsResponse (schema generation only)
13587
+ * @description Internal endpoint used only to ensure GetSiteOptionsResponse schema is generated in OpenAPI spec
13471
13588
  */
13472
13589
  get: {
13473
13590
  parameters: {
@@ -13484,7 +13601,7 @@ export interface paths {
13484
13601
  [name: string]: unknown;
13485
13602
  };
13486
13603
  content: {
13487
- "application/json": components["schemas"]["api.GetTaskByIdSuccessResponse"];
13604
+ "application/json": components["schemas"]["api.GetSiteOptionsResponse"];
13488
13605
  };
13489
13606
  };
13490
13607
  };
@@ -13497,7 +13614,7 @@ export interface paths {
13497
13614
  patch?: never;
13498
13615
  trace?: never;
13499
13616
  };
13500
- "/internal/gettaskcommentserrorresponse": {
13617
+ "/internal/getsiteoptionssuccessresponse": {
13501
13618
  parameters: {
13502
13619
  query?: never;
13503
13620
  header?: never;
@@ -13505,8 +13622,8 @@ export interface paths {
13505
13622
  cookie?: never;
13506
13623
  };
13507
13624
  /**
13508
- * Get GetTaskCommentsErrorResponse (schema generation only)
13509
- * @description Internal endpoint used only to ensure GetTaskCommentsErrorResponse schema is generated in OpenAPI spec
13625
+ * Get GetSiteOptionsSuccessResponse (schema generation only)
13626
+ * @description Internal endpoint used only to ensure GetSiteOptionsSuccessResponse schema is generated in OpenAPI spec
13510
13627
  */
13511
13628
  get: {
13512
13629
  parameters: {
@@ -13523,7 +13640,7 @@ export interface paths {
13523
13640
  [name: string]: unknown;
13524
13641
  };
13525
13642
  content: {
13526
- "application/json": components["schemas"]["api.GetTaskCommentsErrorResponse"];
13643
+ "application/json": components["schemas"]["api.GetSiteOptionsSuccessResponse"];
13527
13644
  };
13528
13645
  };
13529
13646
  };
@@ -13536,7 +13653,7 @@ export interface paths {
13536
13653
  patch?: never;
13537
13654
  trace?: never;
13538
13655
  };
13539
- "/internal/gettaskcommentsresponse": {
13656
+ "/internal/getstateserrorresponse": {
13540
13657
  parameters: {
13541
13658
  query?: never;
13542
13659
  header?: never;
@@ -13544,8 +13661,8 @@ export interface paths {
13544
13661
  cookie?: never;
13545
13662
  };
13546
13663
  /**
13547
- * Get GetTaskCommentsResponse (schema generation only)
13548
- * @description Internal endpoint used only to ensure GetTaskCommentsResponse schema is generated in OpenAPI spec
13664
+ * Get GetStatesErrorResponse (schema generation only)
13665
+ * @description Internal endpoint used only to ensure GetStatesErrorResponse schema is generated in OpenAPI spec
13549
13666
  */
13550
13667
  get: {
13551
13668
  parameters: {
@@ -13562,7 +13679,7 @@ export interface paths {
13562
13679
  [name: string]: unknown;
13563
13680
  };
13564
13681
  content: {
13565
- "application/json": components["schemas"]["api.GetTaskCommentsResponse"];
13682
+ "application/json": components["schemas"]["api.GetStatesErrorResponse"];
13566
13683
  };
13567
13684
  };
13568
13685
  };
@@ -13575,7 +13692,7 @@ export interface paths {
13575
13692
  patch?: never;
13576
13693
  trace?: never;
13577
13694
  };
13578
- "/internal/gettaskcommentssuccessresponse": {
13695
+ "/internal/getstatesrequest": {
13579
13696
  parameters: {
13580
13697
  query?: never;
13581
13698
  header?: never;
@@ -13583,8 +13700,8 @@ export interface paths {
13583
13700
  cookie?: never;
13584
13701
  };
13585
13702
  /**
13586
- * Get GetTaskCommentsSuccessResponse (schema generation only)
13587
- * @description Internal endpoint used only to ensure GetTaskCommentsSuccessResponse schema is generated in OpenAPI spec
13703
+ * Get GetStatesRequest (schema generation only)
13704
+ * @description Internal endpoint used only to ensure GetStatesRequest schema is generated in OpenAPI spec
13588
13705
  */
13589
13706
  get: {
13590
13707
  parameters: {
@@ -13601,7 +13718,7 @@ export interface paths {
13601
13718
  [name: string]: unknown;
13602
13719
  };
13603
13720
  content: {
13604
- "application/json": components["schemas"]["api.GetTaskCommentsSuccessResponse"];
13721
+ "application/json": components["schemas"]["api.GetStatesRequest"];
13605
13722
  };
13606
13723
  };
13607
13724
  };
@@ -13614,7 +13731,7 @@ export interface paths {
13614
13731
  patch?: never;
13615
13732
  trace?: never;
13616
13733
  };
13617
- "/internal/gettaskmediaerrorresponse": {
13734
+ "/internal/getstatesresponse": {
13618
13735
  parameters: {
13619
13736
  query?: never;
13620
13737
  header?: never;
@@ -13622,8 +13739,8 @@ export interface paths {
13622
13739
  cookie?: never;
13623
13740
  };
13624
13741
  /**
13625
- * Get GetTaskMediaErrorResponse (schema generation only)
13626
- * @description Internal endpoint used only to ensure GetTaskMediaErrorResponse schema is generated in OpenAPI spec
13742
+ * Get GetStatesResponse (schema generation only)
13743
+ * @description Internal endpoint used only to ensure GetStatesResponse schema is generated in OpenAPI spec
13627
13744
  */
13628
13745
  get: {
13629
13746
  parameters: {
@@ -13640,7 +13757,7 @@ export interface paths {
13640
13757
  [name: string]: unknown;
13641
13758
  };
13642
13759
  content: {
13643
- "application/json": components["schemas"]["api.GetTaskMediaErrorResponse"];
13760
+ "application/json": components["schemas"]["api.GetStatesResponse"];
13644
13761
  };
13645
13762
  };
13646
13763
  };
@@ -13653,7 +13770,7 @@ export interface paths {
13653
13770
  patch?: never;
13654
13771
  trace?: never;
13655
13772
  };
13656
- "/internal/gettaskmediarequest": {
13773
+ "/internal/getstatessuccessresponse": {
13657
13774
  parameters: {
13658
13775
  query?: never;
13659
13776
  header?: never;
@@ -13661,8 +13778,8 @@ export interface paths {
13661
13778
  cookie?: never;
13662
13779
  };
13663
13780
  /**
13664
- * Get GetTaskMediaRequest (schema generation only)
13665
- * @description Internal endpoint used only to ensure GetTaskMediaRequest schema is generated in OpenAPI spec
13781
+ * Get GetStatesSuccessResponse (schema generation only)
13782
+ * @description Internal endpoint used only to ensure GetStatesSuccessResponse schema is generated in OpenAPI spec
13666
13783
  */
13667
13784
  get: {
13668
13785
  parameters: {
@@ -13679,7 +13796,7 @@ export interface paths {
13679
13796
  [name: string]: unknown;
13680
13797
  };
13681
13798
  content: {
13682
- "application/json": components["schemas"]["api.GetTaskMediaRequest"];
13799
+ "application/json": components["schemas"]["api.GetStatesSuccessResponse"];
13683
13800
  };
13684
13801
  };
13685
13802
  };
@@ -13692,7 +13809,7 @@ export interface paths {
13692
13809
  patch?: never;
13693
13810
  trace?: never;
13694
13811
  };
13695
- "/internal/gettaskmediarequestbody": {
13812
+ "/internal/gettaskbyiderrorresponse": {
13696
13813
  parameters: {
13697
13814
  query?: never;
13698
13815
  header?: never;
@@ -13700,8 +13817,8 @@ export interface paths {
13700
13817
  cookie?: never;
13701
13818
  };
13702
13819
  /**
13703
- * Get GetTaskMediaRequestBody (schema generation only)
13704
- * @description Internal endpoint used only to ensure GetTaskMediaRequestBody schema is generated in OpenAPI spec
13820
+ * Get GetTaskByIdErrorResponse (schema generation only)
13821
+ * @description Internal endpoint used only to ensure GetTaskByIdErrorResponse schema is generated in OpenAPI spec
13705
13822
  */
13706
13823
  get: {
13707
13824
  parameters: {
@@ -13718,7 +13835,7 @@ export interface paths {
13718
13835
  [name: string]: unknown;
13719
13836
  };
13720
13837
  content: {
13721
- "application/json": components["schemas"]["api.GetTaskMediaRequestBody"];
13838
+ "application/json": components["schemas"]["api.GetTaskByIdErrorResponse"];
13722
13839
  };
13723
13840
  };
13724
13841
  };
@@ -13731,7 +13848,7 @@ export interface paths {
13731
13848
  patch?: never;
13732
13849
  trace?: never;
13733
13850
  };
13734
- "/internal/gettaskmediaresponse": {
13851
+ "/internal/gettaskbyidresponse": {
13735
13852
  parameters: {
13736
13853
  query?: never;
13737
13854
  header?: never;
@@ -13739,8 +13856,8 @@ export interface paths {
13739
13856
  cookie?: never;
13740
13857
  };
13741
13858
  /**
13742
- * Get GetTaskMediaResponse (schema generation only)
13743
- * @description Internal endpoint used only to ensure GetTaskMediaResponse schema is generated in OpenAPI spec
13859
+ * Get GetTaskByIdResponse (schema generation only)
13860
+ * @description Internal endpoint used only to ensure GetTaskByIdResponse schema is generated in OpenAPI spec
13744
13861
  */
13745
13862
  get: {
13746
13863
  parameters: {
@@ -13757,7 +13874,319 @@ export interface paths {
13757
13874
  [name: string]: unknown;
13758
13875
  };
13759
13876
  content: {
13760
- "application/json": components["schemas"]["api.GetTaskMediaResponse"];
13877
+ "application/json": components["schemas"]["api.GetTaskByIdResponse"];
13878
+ };
13879
+ };
13880
+ };
13881
+ };
13882
+ put?: never;
13883
+ post?: never;
13884
+ delete?: never;
13885
+ options?: never;
13886
+ head?: never;
13887
+ patch?: never;
13888
+ trace?: never;
13889
+ };
13890
+ "/internal/gettaskbyidsuccessresponse": {
13891
+ parameters: {
13892
+ query?: never;
13893
+ header?: never;
13894
+ path?: never;
13895
+ cookie?: never;
13896
+ };
13897
+ /**
13898
+ * Get GetTaskByIdSuccessResponse (schema generation only)
13899
+ * @description Internal endpoint used only to ensure GetTaskByIdSuccessResponse schema is generated in OpenAPI spec
13900
+ */
13901
+ get: {
13902
+ parameters: {
13903
+ query?: never;
13904
+ header?: never;
13905
+ path?: never;
13906
+ cookie?: never;
13907
+ };
13908
+ requestBody?: never;
13909
+ responses: {
13910
+ /** @description OK */
13911
+ 200: {
13912
+ headers: {
13913
+ [name: string]: unknown;
13914
+ };
13915
+ content: {
13916
+ "application/json": components["schemas"]["api.GetTaskByIdSuccessResponse"];
13917
+ };
13918
+ };
13919
+ };
13920
+ };
13921
+ put?: never;
13922
+ post?: never;
13923
+ delete?: never;
13924
+ options?: never;
13925
+ head?: never;
13926
+ patch?: never;
13927
+ trace?: never;
13928
+ };
13929
+ "/internal/gettaskcommentserrorresponse": {
13930
+ parameters: {
13931
+ query?: never;
13932
+ header?: never;
13933
+ path?: never;
13934
+ cookie?: never;
13935
+ };
13936
+ /**
13937
+ * Get GetTaskCommentsErrorResponse (schema generation only)
13938
+ * @description Internal endpoint used only to ensure GetTaskCommentsErrorResponse schema is generated in OpenAPI spec
13939
+ */
13940
+ get: {
13941
+ parameters: {
13942
+ query?: never;
13943
+ header?: never;
13944
+ path?: never;
13945
+ cookie?: never;
13946
+ };
13947
+ requestBody?: never;
13948
+ responses: {
13949
+ /** @description OK */
13950
+ 200: {
13951
+ headers: {
13952
+ [name: string]: unknown;
13953
+ };
13954
+ content: {
13955
+ "application/json": components["schemas"]["api.GetTaskCommentsErrorResponse"];
13956
+ };
13957
+ };
13958
+ };
13959
+ };
13960
+ put?: never;
13961
+ post?: never;
13962
+ delete?: never;
13963
+ options?: never;
13964
+ head?: never;
13965
+ patch?: never;
13966
+ trace?: never;
13967
+ };
13968
+ "/internal/gettaskcommentsresponse": {
13969
+ parameters: {
13970
+ query?: never;
13971
+ header?: never;
13972
+ path?: never;
13973
+ cookie?: never;
13974
+ };
13975
+ /**
13976
+ * Get GetTaskCommentsResponse (schema generation only)
13977
+ * @description Internal endpoint used only to ensure GetTaskCommentsResponse schema is generated in OpenAPI spec
13978
+ */
13979
+ get: {
13980
+ parameters: {
13981
+ query?: never;
13982
+ header?: never;
13983
+ path?: never;
13984
+ cookie?: never;
13985
+ };
13986
+ requestBody?: never;
13987
+ responses: {
13988
+ /** @description OK */
13989
+ 200: {
13990
+ headers: {
13991
+ [name: string]: unknown;
13992
+ };
13993
+ content: {
13994
+ "application/json": components["schemas"]["api.GetTaskCommentsResponse"];
13995
+ };
13996
+ };
13997
+ };
13998
+ };
13999
+ put?: never;
14000
+ post?: never;
14001
+ delete?: never;
14002
+ options?: never;
14003
+ head?: never;
14004
+ patch?: never;
14005
+ trace?: never;
14006
+ };
14007
+ "/internal/gettaskcommentssuccessresponse": {
14008
+ parameters: {
14009
+ query?: never;
14010
+ header?: never;
14011
+ path?: never;
14012
+ cookie?: never;
14013
+ };
14014
+ /**
14015
+ * Get GetTaskCommentsSuccessResponse (schema generation only)
14016
+ * @description Internal endpoint used only to ensure GetTaskCommentsSuccessResponse schema is generated in OpenAPI spec
14017
+ */
14018
+ get: {
14019
+ parameters: {
14020
+ query?: never;
14021
+ header?: never;
14022
+ path?: never;
14023
+ cookie?: never;
14024
+ };
14025
+ requestBody?: never;
14026
+ responses: {
14027
+ /** @description OK */
14028
+ 200: {
14029
+ headers: {
14030
+ [name: string]: unknown;
14031
+ };
14032
+ content: {
14033
+ "application/json": components["schemas"]["api.GetTaskCommentsSuccessResponse"];
14034
+ };
14035
+ };
14036
+ };
14037
+ };
14038
+ put?: never;
14039
+ post?: never;
14040
+ delete?: never;
14041
+ options?: never;
14042
+ head?: never;
14043
+ patch?: never;
14044
+ trace?: never;
14045
+ };
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"];
13761
14190
  };
13762
14191
  };
13763
14192
  };
@@ -20096,8 +20525,203 @@ export interface paths {
20096
20525
  cookie?: never;
20097
20526
  };
20098
20527
  /**
20099
- * Get Point (schema generation only)
20100
- * @description Internal endpoint used only to ensure Point schema is generated in OpenAPI spec
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"];
20625
+ };
20626
+ };
20627
+ };
20628
+ };
20629
+ put?: never;
20630
+ post?: never;
20631
+ delete?: never;
20632
+ options?: never;
20633
+ head?: never;
20634
+ patch?: never;
20635
+ trace?: never;
20636
+ };
20637
+ "/internal/postdetectionsresponse": {
20638
+ parameters: {
20639
+ query?: never;
20640
+ header?: never;
20641
+ path?: never;
20642
+ cookie?: never;
20643
+ };
20644
+ /**
20645
+ * Get PostDetectionsResponse (schema generation only)
20646
+ * @description Internal endpoint used only to ensure PostDetectionsResponse schema is generated in OpenAPI spec
20647
+ */
20648
+ get: {
20649
+ parameters: {
20650
+ query?: never;
20651
+ header?: never;
20652
+ path?: never;
20653
+ cookie?: never;
20654
+ };
20655
+ requestBody?: never;
20656
+ responses: {
20657
+ /** @description OK */
20658
+ 200: {
20659
+ headers: {
20660
+ [name: string]: unknown;
20661
+ };
20662
+ content: {
20663
+ "application/json": components["schemas"]["api.PostDetectionsResponse"];
20664
+ };
20665
+ };
20666
+ };
20667
+ };
20668
+ put?: never;
20669
+ post?: never;
20670
+ delete?: never;
20671
+ options?: never;
20672
+ head?: never;
20673
+ patch?: never;
20674
+ trace?: never;
20675
+ };
20676
+ "/internal/postdetectionssuccessresponse": {
20677
+ parameters: {
20678
+ query?: never;
20679
+ header?: never;
20680
+ path?: never;
20681
+ cookie?: never;
20682
+ };
20683
+ /**
20684
+ * Get PostDetectionsSuccessResponse (schema generation only)
20685
+ * @description Internal endpoint used only to ensure PostDetectionsSuccessResponse schema is generated in OpenAPI spec
20686
+ */
20687
+ get: {
20688
+ parameters: {
20689
+ query?: never;
20690
+ header?: never;
20691
+ path?: never;
20692
+ cookie?: never;
20693
+ };
20694
+ requestBody?: never;
20695
+ responses: {
20696
+ /** @description OK */
20697
+ 200: {
20698
+ headers: {
20699
+ [name: string]: unknown;
20700
+ };
20701
+ content: {
20702
+ "application/json": components["schemas"]["api.PostDetectionsSuccessResponse"];
20703
+ };
20704
+ };
20705
+ };
20706
+ };
20707
+ put?: never;
20708
+ post?: never;
20709
+ delete?: never;
20710
+ options?: never;
20711
+ head?: never;
20712
+ patch?: never;
20713
+ trace?: never;
20714
+ };
20715
+ "/internal/profilesettings": {
20716
+ parameters: {
20717
+ query?: never;
20718
+ header?: never;
20719
+ path?: never;
20720
+ cookie?: never;
20721
+ };
20722
+ /**
20723
+ * Get ProfileSettings (schema generation only)
20724
+ * @description Internal endpoint used only to ensure ProfileSettings schema is generated in OpenAPI spec
20101
20725
  */
20102
20726
  get: {
20103
20727
  parameters: {
@@ -20114,7 +20738,7 @@ export interface paths {
20114
20738
  [name: string]: unknown;
20115
20739
  };
20116
20740
  content: {
20117
- "application/json": components["schemas"]["models.Point"];
20741
+ "application/json": components["schemas"]["models.ProfileSettings"];
20118
20742
  };
20119
20743
  };
20120
20744
  };
@@ -20127,7 +20751,7 @@ export interface paths {
20127
20751
  patch?: never;
20128
20752
  trace?: never;
20129
20753
  };
20130
- "/internal/postdetectionserrorresponse": {
20754
+ "/internal/project": {
20131
20755
  parameters: {
20132
20756
  query?: never;
20133
20757
  header?: never;
@@ -20135,8 +20759,8 @@ export interface paths {
20135
20759
  cookie?: never;
20136
20760
  };
20137
20761
  /**
20138
- * Get PostDetectionsErrorResponse (schema generation only)
20139
- * @description Internal endpoint used only to ensure PostDetectionsErrorResponse schema is generated in OpenAPI spec
20762
+ * Get Project (schema generation only)
20763
+ * @description Internal endpoint used only to ensure Project schema is generated in OpenAPI spec
20140
20764
  */
20141
20765
  get: {
20142
20766
  parameters: {
@@ -20153,7 +20777,7 @@ export interface paths {
20153
20777
  [name: string]: unknown;
20154
20778
  };
20155
20779
  content: {
20156
- "application/json": components["schemas"]["api.PostDetectionsErrorResponse"];
20780
+ "application/json": components["schemas"]["models.Project"];
20157
20781
  };
20158
20782
  };
20159
20783
  };
@@ -20166,7 +20790,7 @@ export interface paths {
20166
20790
  patch?: never;
20167
20791
  trace?: never;
20168
20792
  };
20169
- "/internal/postdetectionsrequest": {
20793
+ "/internal/publishfileerrorresponse": {
20170
20794
  parameters: {
20171
20795
  query?: never;
20172
20796
  header?: never;
@@ -20174,8 +20798,8 @@ export interface paths {
20174
20798
  cookie?: never;
20175
20799
  };
20176
20800
  /**
20177
- * Get PostDetectionsRequest (schema generation only)
20178
- * @description Internal endpoint used only to ensure PostDetectionsRequest schema is generated in OpenAPI spec
20801
+ * Get PublishFileErrorResponse (schema generation only)
20802
+ * @description Internal endpoint used only to ensure PublishFileErrorResponse schema is generated in OpenAPI spec
20179
20803
  */
20180
20804
  get: {
20181
20805
  parameters: {
@@ -20192,7 +20816,7 @@ export interface paths {
20192
20816
  [name: string]: unknown;
20193
20817
  };
20194
20818
  content: {
20195
- "application/json": components["schemas"]["api.PostDetectionsRequest"];
20819
+ "application/json": components["schemas"]["api.PublishFileErrorResponse"];
20196
20820
  };
20197
20821
  };
20198
20822
  };
@@ -20205,7 +20829,7 @@ export interface paths {
20205
20829
  patch?: never;
20206
20830
  trace?: never;
20207
20831
  };
20208
- "/internal/postdetectionsresponse": {
20832
+ "/internal/publishfileresponse": {
20209
20833
  parameters: {
20210
20834
  query?: never;
20211
20835
  header?: never;
@@ -20213,8 +20837,8 @@ export interface paths {
20213
20837
  cookie?: never;
20214
20838
  };
20215
20839
  /**
20216
- * Get PostDetectionsResponse (schema generation only)
20217
- * @description Internal endpoint used only to ensure PostDetectionsResponse schema is generated in OpenAPI spec
20840
+ * Get PublishFileResponse (schema generation only)
20841
+ * @description Internal endpoint used only to ensure PublishFileResponse schema is generated in OpenAPI spec
20218
20842
  */
20219
20843
  get: {
20220
20844
  parameters: {
@@ -20231,7 +20855,7 @@ export interface paths {
20231
20855
  [name: string]: unknown;
20232
20856
  };
20233
20857
  content: {
20234
- "application/json": components["schemas"]["api.PostDetectionsResponse"];
20858
+ "application/json": components["schemas"]["api.PublishFileResponse"];
20235
20859
  };
20236
20860
  };
20237
20861
  };
@@ -20244,7 +20868,7 @@ export interface paths {
20244
20868
  patch?: never;
20245
20869
  trace?: never;
20246
20870
  };
20247
- "/internal/postdetectionssuccessresponse": {
20871
+ "/internal/publishfilesuccessresponse": {
20248
20872
  parameters: {
20249
20873
  query?: never;
20250
20874
  header?: never;
@@ -20252,8 +20876,8 @@ export interface paths {
20252
20876
  cookie?: never;
20253
20877
  };
20254
20878
  /**
20255
- * Get PostDetectionsSuccessResponse (schema generation only)
20256
- * @description Internal endpoint used only to ensure PostDetectionsSuccessResponse schema is generated in OpenAPI spec
20879
+ * Get PublishFileSuccessResponse (schema generation only)
20880
+ * @description Internal endpoint used only to ensure PublishFileSuccessResponse schema is generated in OpenAPI spec
20257
20881
  */
20258
20882
  get: {
20259
20883
  parameters: {
@@ -20270,7 +20894,7 @@ export interface paths {
20270
20894
  [name: string]: unknown;
20271
20895
  };
20272
20896
  content: {
20273
- "application/json": components["schemas"]["api.PostDetectionsSuccessResponse"];
20897
+ "application/json": components["schemas"]["api.PublishFileSuccessResponse"];
20274
20898
  };
20275
20899
  };
20276
20900
  };
@@ -20283,7 +20907,7 @@ export interface paths {
20283
20907
  patch?: never;
20284
20908
  trace?: never;
20285
20909
  };
20286
- "/internal/profilesettings": {
20910
+ "/internal/pushbullet": {
20287
20911
  parameters: {
20288
20912
  query?: never;
20289
20913
  header?: never;
@@ -20291,8 +20915,8 @@ export interface paths {
20291
20915
  cookie?: never;
20292
20916
  };
20293
20917
  /**
20294
- * Get ProfileSettings (schema generation only)
20295
- * @description Internal endpoint used only to ensure ProfileSettings schema is generated in OpenAPI spec
20918
+ * Get Pushbullet (schema generation only)
20919
+ * @description Internal endpoint used only to ensure Pushbullet schema is generated in OpenAPI spec
20296
20920
  */
20297
20921
  get: {
20298
20922
  parameters: {
@@ -20309,7 +20933,7 @@ export interface paths {
20309
20933
  [name: string]: unknown;
20310
20934
  };
20311
20935
  content: {
20312
- "application/json": components["schemas"]["models.ProfileSettings"];
20936
+ "application/json": components["schemas"]["models.Pushbullet"];
20313
20937
  };
20314
20938
  };
20315
20939
  };
@@ -20322,7 +20946,7 @@ export interface paths {
20322
20946
  patch?: never;
20323
20947
  trace?: never;
20324
20948
  };
20325
- "/internal/project": {
20949
+ "/internal/pushover": {
20326
20950
  parameters: {
20327
20951
  query?: never;
20328
20952
  header?: never;
@@ -20330,8 +20954,8 @@ export interface paths {
20330
20954
  cookie?: never;
20331
20955
  };
20332
20956
  /**
20333
- * Get Project (schema generation only)
20334
- * @description Internal endpoint used only to ensure Project schema is generated in OpenAPI spec
20957
+ * Get Pushover (schema generation only)
20958
+ * @description Internal endpoint used only to ensure Pushover schema is generated in OpenAPI spec
20335
20959
  */
20336
20960
  get: {
20337
20961
  parameters: {
@@ -20348,7 +20972,7 @@ export interface paths {
20348
20972
  [name: string]: unknown;
20349
20973
  };
20350
20974
  content: {
20351
- "application/json": components["schemas"]["models.Project"];
20975
+ "application/json": components["schemas"]["models.Pushover"];
20352
20976
  };
20353
20977
  };
20354
20978
  };
@@ -20361,7 +20985,7 @@ export interface paths {
20361
20985
  patch?: never;
20362
20986
  trace?: never;
20363
20987
  };
20364
- "/internal/projectresourcescope": {
20988
+ "/internal/redactionevent": {
20365
20989
  parameters: {
20366
20990
  query?: never;
20367
20991
  header?: never;
@@ -20369,8 +20993,8 @@ export interface paths {
20369
20993
  cookie?: never;
20370
20994
  };
20371
20995
  /**
20372
- * Get ProjectResourceScope (schema generation only)
20373
- * @description Internal endpoint used only to ensure ProjectResourceScope schema is generated in OpenAPI spec
20996
+ * Get RedactionEvent (schema generation only)
20997
+ * @description Internal endpoint used only to ensure RedactionEvent schema is generated in OpenAPI spec
20374
20998
  */
20375
20999
  get: {
20376
21000
  parameters: {
@@ -20387,7 +21011,7 @@ export interface paths {
20387
21011
  [name: string]: unknown;
20388
21012
  };
20389
21013
  content: {
20390
- "application/json": components["schemas"]["models.ProjectResourceScope"];
21014
+ "application/json": components["schemas"]["api.RedactionEvent"];
20391
21015
  };
20392
21016
  };
20393
21017
  };
@@ -20400,7 +21024,7 @@ export interface paths {
20400
21024
  patch?: never;
20401
21025
  trace?: never;
20402
21026
  };
20403
- "/internal/publishfileerrorresponse": {
21027
+ "/internal/region": {
20404
21028
  parameters: {
20405
21029
  query?: never;
20406
21030
  header?: never;
@@ -20408,8 +21032,8 @@ export interface paths {
20408
21032
  cookie?: never;
20409
21033
  };
20410
21034
  /**
20411
- * Get PublishFileErrorResponse (schema generation only)
20412
- * @description Internal endpoint used only to ensure PublishFileErrorResponse schema is generated in OpenAPI spec
21035
+ * Get Region (schema generation only)
21036
+ * @description Internal endpoint used only to ensure Region schema is generated in OpenAPI spec
20413
21037
  */
20414
21038
  get: {
20415
21039
  parameters: {
@@ -20426,7 +21050,7 @@ export interface paths {
20426
21050
  [name: string]: unknown;
20427
21051
  };
20428
21052
  content: {
20429
- "application/json": components["schemas"]["api.PublishFileErrorResponse"];
21053
+ "application/json": components["schemas"]["models.Region"];
20430
21054
  };
20431
21055
  };
20432
21056
  };
@@ -20439,7 +21063,7 @@ export interface paths {
20439
21063
  patch?: never;
20440
21064
  trace?: never;
20441
21065
  };
20442
- "/internal/publishfileresponse": {
21066
+ "/internal/regionpoint": {
20443
21067
  parameters: {
20444
21068
  query?: never;
20445
21069
  header?: never;
@@ -20447,8 +21071,8 @@ export interface paths {
20447
21071
  cookie?: never;
20448
21072
  };
20449
21073
  /**
20450
- * Get PublishFileResponse (schema generation only)
20451
- * @description Internal endpoint used only to ensure PublishFileResponse schema is generated in OpenAPI spec
21074
+ * Get RegionPoint (schema generation only)
21075
+ * @description Internal endpoint used only to ensure RegionPoint schema is generated in OpenAPI spec
20452
21076
  */
20453
21077
  get: {
20454
21078
  parameters: {
@@ -20465,7 +21089,7 @@ export interface paths {
20465
21089
  [name: string]: unknown;
20466
21090
  };
20467
21091
  content: {
20468
- "application/json": components["schemas"]["api.PublishFileResponse"];
21092
+ "application/json": components["schemas"]["models.RegionPoint"];
20469
21093
  };
20470
21094
  };
20471
21095
  };
@@ -20478,7 +21102,7 @@ export interface paths {
20478
21102
  patch?: never;
20479
21103
  trace?: never;
20480
21104
  };
20481
- "/internal/publishfilesuccessresponse": {
21105
+ "/internal/removealertinput": {
20482
21106
  parameters: {
20483
21107
  query?: never;
20484
21108
  header?: never;
@@ -20486,8 +21110,8 @@ export interface paths {
20486
21110
  cookie?: never;
20487
21111
  };
20488
21112
  /**
20489
- * Get PublishFileSuccessResponse (schema generation only)
20490
- * @description Internal endpoint used only to ensure PublishFileSuccessResponse schema is generated in OpenAPI spec
21113
+ * Get RemoveAlertInput (schema generation only)
21114
+ * @description Internal endpoint used only to ensure RemoveAlertInput schema is generated in OpenAPI spec
20491
21115
  */
20492
21116
  get: {
20493
21117
  parameters: {
@@ -20504,7 +21128,7 @@ export interface paths {
20504
21128
  [name: string]: unknown;
20505
21129
  };
20506
21130
  content: {
20507
- "application/json": components["schemas"]["api.PublishFileSuccessResponse"];
21131
+ "application/json": components["schemas"]["models.RemoveAlertInput"];
20508
21132
  };
20509
21133
  };
20510
21134
  };
@@ -20517,7 +21141,7 @@ export interface paths {
20517
21141
  patch?: never;
20518
21142
  trace?: never;
20519
21143
  };
20520
- "/internal/pushbullet": {
21144
+ "/internal/removealertoutput": {
20521
21145
  parameters: {
20522
21146
  query?: never;
20523
21147
  header?: never;
@@ -20525,8 +21149,8 @@ export interface paths {
20525
21149
  cookie?: never;
20526
21150
  };
20527
21151
  /**
20528
- * Get Pushbullet (schema generation only)
20529
- * @description Internal endpoint used only to ensure Pushbullet schema is generated in OpenAPI spec
21152
+ * Get RemoveAlertOutput (schema generation only)
21153
+ * @description Internal endpoint used only to ensure RemoveAlertOutput schema is generated in OpenAPI spec
20530
21154
  */
20531
21155
  get: {
20532
21156
  parameters: {
@@ -20543,7 +21167,7 @@ export interface paths {
20543
21167
  [name: string]: unknown;
20544
21168
  };
20545
21169
  content: {
20546
- "application/json": components["schemas"]["models.Pushbullet"];
21170
+ "application/json": components["schemas"]["models.RemoveAlertOutput"];
20547
21171
  };
20548
21172
  };
20549
21173
  };
@@ -20556,7 +21180,7 @@ export interface paths {
20556
21180
  patch?: never;
20557
21181
  trace?: never;
20558
21182
  };
20559
- "/internal/pushover": {
21183
+ "/internal/removecustomalerterrorresponse": {
20560
21184
  parameters: {
20561
21185
  query?: never;
20562
21186
  header?: never;
@@ -20564,8 +21188,8 @@ export interface paths {
20564
21188
  cookie?: never;
20565
21189
  };
20566
21190
  /**
20567
- * Get Pushover (schema generation only)
20568
- * @description Internal endpoint used only to ensure Pushover schema is generated in OpenAPI spec
21191
+ * Get RemoveCustomAlertErrorResponse (schema generation only)
21192
+ * @description Internal endpoint used only to ensure RemoveCustomAlertErrorResponse schema is generated in OpenAPI spec
20569
21193
  */
20570
21194
  get: {
20571
21195
  parameters: {
@@ -20582,7 +21206,7 @@ export interface paths {
20582
21206
  [name: string]: unknown;
20583
21207
  };
20584
21208
  content: {
20585
- "application/json": components["schemas"]["models.Pushover"];
21209
+ "application/json": components["schemas"]["api.RemoveCustomAlertErrorResponse"];
20586
21210
  };
20587
21211
  };
20588
21212
  };
@@ -20595,7 +21219,7 @@ export interface paths {
20595
21219
  patch?: never;
20596
21220
  trace?: never;
20597
21221
  };
20598
- "/internal/redactionevent": {
21222
+ "/internal/removecustomalertrequest": {
20599
21223
  parameters: {
20600
21224
  query?: never;
20601
21225
  header?: never;
@@ -20603,8 +21227,8 @@ export interface paths {
20603
21227
  cookie?: never;
20604
21228
  };
20605
21229
  /**
20606
- * Get RedactionEvent (schema generation only)
20607
- * @description Internal endpoint used only to ensure RedactionEvent schema is generated in OpenAPI spec
21230
+ * Get RemoveCustomAlertRequest (schema generation only)
21231
+ * @description Internal endpoint used only to ensure RemoveCustomAlertRequest schema is generated in OpenAPI spec
20608
21232
  */
20609
21233
  get: {
20610
21234
  parameters: {
@@ -20621,7 +21245,7 @@ export interface paths {
20621
21245
  [name: string]: unknown;
20622
21246
  };
20623
21247
  content: {
20624
- "application/json": components["schemas"]["api.RedactionEvent"];
21248
+ "application/json": components["schemas"]["api.RemoveCustomAlertRequest"];
20625
21249
  };
20626
21250
  };
20627
21251
  };
@@ -20634,7 +21258,7 @@ export interface paths {
20634
21258
  patch?: never;
20635
21259
  trace?: never;
20636
21260
  };
20637
- "/internal/region": {
21261
+ "/internal/removecustomalertresponse": {
20638
21262
  parameters: {
20639
21263
  query?: never;
20640
21264
  header?: never;
@@ -20642,8 +21266,8 @@ export interface paths {
20642
21266
  cookie?: never;
20643
21267
  };
20644
21268
  /**
20645
- * Get Region (schema generation only)
20646
- * @description Internal endpoint used only to ensure Region schema is generated in OpenAPI spec
21269
+ * Get RemoveCustomAlertResponse (schema generation only)
21270
+ * @description Internal endpoint used only to ensure RemoveCustomAlertResponse schema is generated in OpenAPI spec
20647
21271
  */
20648
21272
  get: {
20649
21273
  parameters: {
@@ -20660,7 +21284,7 @@ export interface paths {
20660
21284
  [name: string]: unknown;
20661
21285
  };
20662
21286
  content: {
20663
- "application/json": components["schemas"]["models.Region"];
21287
+ "application/json": components["schemas"]["api.RemoveCustomAlertResponse"];
20664
21288
  };
20665
21289
  };
20666
21290
  };
@@ -20673,7 +21297,7 @@ export interface paths {
20673
21297
  patch?: never;
20674
21298
  trace?: never;
20675
21299
  };
20676
- "/internal/regionpoint": {
21300
+ "/internal/removecustomalertsuccessresponse": {
20677
21301
  parameters: {
20678
21302
  query?: never;
20679
21303
  header?: never;
@@ -20681,8 +21305,8 @@ export interface paths {
20681
21305
  cookie?: never;
20682
21306
  };
20683
21307
  /**
20684
- * Get RegionPoint (schema generation only)
20685
- * @description Internal endpoint used only to ensure RegionPoint schema is generated in OpenAPI spec
21308
+ * Get RemoveCustomAlertSuccessResponse (schema generation only)
21309
+ * @description Internal endpoint used only to ensure RemoveCustomAlertSuccessResponse schema is generated in OpenAPI spec
20686
21310
  */
20687
21311
  get: {
20688
21312
  parameters: {
@@ -20699,7 +21323,7 @@ export interface paths {
20699
21323
  [name: string]: unknown;
20700
21324
  };
20701
21325
  content: {
20702
- "application/json": components["schemas"]["models.RegionPoint"];
21326
+ "application/json": components["schemas"]["api.RemoveCustomAlertSuccessResponse"];
20703
21327
  };
20704
21328
  };
20705
21329
  };
@@ -20712,7 +21336,7 @@ export interface paths {
20712
21336
  patch?: never;
20713
21337
  trace?: never;
20714
21338
  };
20715
- "/internal/removealertinput": {
21339
+ "/internal/requesttaskexporterrorresponse": {
20716
21340
  parameters: {
20717
21341
  query?: never;
20718
21342
  header?: never;
@@ -20720,8 +21344,8 @@ export interface paths {
20720
21344
  cookie?: never;
20721
21345
  };
20722
21346
  /**
20723
- * Get RemoveAlertInput (schema generation only)
20724
- * @description Internal endpoint used only to ensure RemoveAlertInput schema is generated in OpenAPI spec
21347
+ * Get RequestTaskExportErrorResponse (schema generation only)
21348
+ * @description Internal endpoint used only to ensure RequestTaskExportErrorResponse schema is generated in OpenAPI spec
20725
21349
  */
20726
21350
  get: {
20727
21351
  parameters: {
@@ -20738,7 +21362,7 @@ export interface paths {
20738
21362
  [name: string]: unknown;
20739
21363
  };
20740
21364
  content: {
20741
- "application/json": components["schemas"]["models.RemoveAlertInput"];
21365
+ "application/json": components["schemas"]["api.RequestTaskExportErrorResponse"];
20742
21366
  };
20743
21367
  };
20744
21368
  };
@@ -20751,7 +21375,7 @@ export interface paths {
20751
21375
  patch?: never;
20752
21376
  trace?: never;
20753
21377
  };
20754
- "/internal/removealertoutput": {
21378
+ "/internal/requesttaskexportrequest": {
20755
21379
  parameters: {
20756
21380
  query?: never;
20757
21381
  header?: never;
@@ -20759,8 +21383,8 @@ export interface paths {
20759
21383
  cookie?: never;
20760
21384
  };
20761
21385
  /**
20762
- * Get RemoveAlertOutput (schema generation only)
20763
- * @description Internal endpoint used only to ensure RemoveAlertOutput schema is generated in OpenAPI spec
21386
+ * Get RequestTaskExportRequest (schema generation only)
21387
+ * @description Internal endpoint used only to ensure RequestTaskExportRequest schema is generated in OpenAPI spec
20764
21388
  */
20765
21389
  get: {
20766
21390
  parameters: {
@@ -20777,7 +21401,7 @@ export interface paths {
20777
21401
  [name: string]: unknown;
20778
21402
  };
20779
21403
  content: {
20780
- "application/json": components["schemas"]["models.RemoveAlertOutput"];
21404
+ "application/json": components["schemas"]["api.RequestTaskExportRequest"];
20781
21405
  };
20782
21406
  };
20783
21407
  };
@@ -20790,7 +21414,7 @@ export interface paths {
20790
21414
  patch?: never;
20791
21415
  trace?: never;
20792
21416
  };
20793
- "/internal/removecustomalerterrorresponse": {
21417
+ "/internal/requesttaskexportresponse": {
20794
21418
  parameters: {
20795
21419
  query?: never;
20796
21420
  header?: never;
@@ -20798,8 +21422,8 @@ export interface paths {
20798
21422
  cookie?: never;
20799
21423
  };
20800
21424
  /**
20801
- * Get RemoveCustomAlertErrorResponse (schema generation only)
20802
- * @description Internal endpoint used only to ensure RemoveCustomAlertErrorResponse schema is generated in OpenAPI spec
21425
+ * Get RequestTaskExportResponse (schema generation only)
21426
+ * @description Internal endpoint used only to ensure RequestTaskExportResponse schema is generated in OpenAPI spec
20803
21427
  */
20804
21428
  get: {
20805
21429
  parameters: {
@@ -20816,7 +21440,7 @@ export interface paths {
20816
21440
  [name: string]: unknown;
20817
21441
  };
20818
21442
  content: {
20819
- "application/json": components["schemas"]["api.RemoveCustomAlertErrorResponse"];
21443
+ "application/json": components["schemas"]["api.RequestTaskExportResponse"];
20820
21444
  };
20821
21445
  };
20822
21446
  };
@@ -20829,7 +21453,7 @@ export interface paths {
20829
21453
  patch?: never;
20830
21454
  trace?: never;
20831
21455
  };
20832
- "/internal/removecustomalertrequest": {
21456
+ "/internal/requesttaskexportsuccessresponse": {
20833
21457
  parameters: {
20834
21458
  query?: never;
20835
21459
  header?: never;
@@ -20837,8 +21461,8 @@ export interface paths {
20837
21461
  cookie?: never;
20838
21462
  };
20839
21463
  /**
20840
- * Get RemoveCustomAlertRequest (schema generation only)
20841
- * @description Internal endpoint used only to ensure RemoveCustomAlertRequest schema is generated in OpenAPI spec
21464
+ * Get RequestTaskExportSuccessResponse (schema generation only)
21465
+ * @description Internal endpoint used only to ensure RequestTaskExportSuccessResponse schema is generated in OpenAPI spec
20842
21466
  */
20843
21467
  get: {
20844
21468
  parameters: {
@@ -20855,7 +21479,7 @@ export interface paths {
20855
21479
  [name: string]: unknown;
20856
21480
  };
20857
21481
  content: {
20858
- "application/json": components["schemas"]["api.RemoveCustomAlertRequest"];
21482
+ "application/json": components["schemas"]["api.RequestTaskExportSuccessResponse"];
20859
21483
  };
20860
21484
  };
20861
21485
  };
@@ -20868,7 +21492,7 @@ export interface paths {
20868
21492
  patch?: never;
20869
21493
  trace?: never;
20870
21494
  };
20871
- "/internal/removecustomalertresponse": {
21495
+ "/internal/role": {
20872
21496
  parameters: {
20873
21497
  query?: never;
20874
21498
  header?: never;
@@ -20876,8 +21500,8 @@ export interface paths {
20876
21500
  cookie?: never;
20877
21501
  };
20878
21502
  /**
20879
- * Get RemoveCustomAlertResponse (schema generation only)
20880
- * @description Internal endpoint used only to ensure RemoveCustomAlertResponse schema is generated in OpenAPI spec
21503
+ * Get Role (schema generation only)
21504
+ * @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
20881
21505
  */
20882
21506
  get: {
20883
21507
  parameters: {
@@ -20894,7 +21518,7 @@ export interface paths {
20894
21518
  [name: string]: unknown;
20895
21519
  };
20896
21520
  content: {
20897
- "application/json": components["schemas"]["api.RemoveCustomAlertResponse"];
21521
+ "application/json": components["schemas"]["models.Role"];
20898
21522
  };
20899
21523
  };
20900
21524
  };
@@ -20907,7 +21531,7 @@ export interface paths {
20907
21531
  patch?: never;
20908
21532
  trace?: never;
20909
21533
  };
20910
- "/internal/removecustomalertsuccessresponse": {
21534
+ "/internal/roleassignment": {
20911
21535
  parameters: {
20912
21536
  query?: never;
20913
21537
  header?: never;
@@ -20915,8 +21539,8 @@ export interface paths {
20915
21539
  cookie?: never;
20916
21540
  };
20917
21541
  /**
20918
- * Get RemoveCustomAlertSuccessResponse (schema generation only)
20919
- * @description Internal endpoint used only to ensure RemoveCustomAlertSuccessResponse schema is generated in OpenAPI spec
21542
+ * Get RoleAssignment (schema generation only)
21543
+ * @description Internal endpoint used only to ensure RoleAssignment schema is generated in OpenAPI spec
20920
21544
  */
20921
21545
  get: {
20922
21546
  parameters: {
@@ -20933,7 +21557,7 @@ export interface paths {
20933
21557
  [name: string]: unknown;
20934
21558
  };
20935
21559
  content: {
20936
- "application/json": components["schemas"]["api.RemoveCustomAlertSuccessResponse"];
21560
+ "application/json": components["schemas"]["models.RoleAssignment"];
20937
21561
  };
20938
21562
  };
20939
21563
  };
@@ -20946,7 +21570,7 @@ export interface paths {
20946
21570
  patch?: never;
20947
21571
  trace?: never;
20948
21572
  };
20949
- "/internal/requesttaskexporterrorresponse": {
21573
+ "/internal/roleassignmentscope": {
20950
21574
  parameters: {
20951
21575
  query?: never;
20952
21576
  header?: never;
@@ -20954,8 +21578,8 @@ export interface paths {
20954
21578
  cookie?: never;
20955
21579
  };
20956
21580
  /**
20957
- * Get RequestTaskExportErrorResponse (schema generation only)
20958
- * @description Internal endpoint used only to ensure RequestTaskExportErrorResponse schema is generated in OpenAPI spec
21581
+ * Get RoleAssignmentScope (schema generation only)
21582
+ * @description Internal endpoint used only to ensure RoleAssignmentScope schema is generated in OpenAPI spec
20959
21583
  */
20960
21584
  get: {
20961
21585
  parameters: {
@@ -20972,7 +21596,7 @@ export interface paths {
20972
21596
  [name: string]: unknown;
20973
21597
  };
20974
21598
  content: {
20975
- "application/json": components["schemas"]["api.RequestTaskExportErrorResponse"];
21599
+ "application/json": components["schemas"]["models.RoleAssignmentScope"];
20976
21600
  };
20977
21601
  };
20978
21602
  };
@@ -20985,7 +21609,7 @@ export interface paths {
20985
21609
  patch?: never;
20986
21610
  trace?: never;
20987
21611
  };
20988
- "/internal/requesttaskexportrequest": {
21612
+ "/internal/runtimeconfig": {
20989
21613
  parameters: {
20990
21614
  query?: never;
20991
21615
  header?: never;
@@ -20993,8 +21617,8 @@ export interface paths {
20993
21617
  cookie?: never;
20994
21618
  };
20995
21619
  /**
20996
- * Get RequestTaskExportRequest (schema generation only)
20997
- * @description Internal endpoint used only to ensure RequestTaskExportRequest schema is generated in OpenAPI spec
21620
+ * Get RuntimeConfig (schema generation only)
21621
+ * @description Internal endpoint used only to ensure RuntimeConfig schema is generated in OpenAPI spec
20998
21622
  */
20999
21623
  get: {
21000
21624
  parameters: {
@@ -21011,7 +21635,7 @@ export interface paths {
21011
21635
  [name: string]: unknown;
21012
21636
  };
21013
21637
  content: {
21014
- "application/json": components["schemas"]["api.RequestTaskExportRequest"];
21638
+ "application/json": components["schemas"]["models.RuntimeConfig"];
21015
21639
  };
21016
21640
  };
21017
21641
  };
@@ -21024,7 +21648,7 @@ export interface paths {
21024
21648
  patch?: never;
21025
21649
  trace?: never;
21026
21650
  };
21027
- "/internal/requesttaskexportresponse": {
21651
+ "/internal/runworkflowerrorresponse": {
21028
21652
  parameters: {
21029
21653
  query?: never;
21030
21654
  header?: never;
@@ -21032,8 +21656,8 @@ export interface paths {
21032
21656
  cookie?: never;
21033
21657
  };
21034
21658
  /**
21035
- * Get RequestTaskExportResponse (schema generation only)
21036
- * @description Internal endpoint used only to ensure RequestTaskExportResponse schema is generated in OpenAPI spec
21659
+ * Get RunWorkflowErrorResponse (schema generation only)
21660
+ * @description Internal endpoint used only to ensure RunWorkflowErrorResponse schema is generated in OpenAPI spec
21037
21661
  */
21038
21662
  get: {
21039
21663
  parameters: {
@@ -21050,7 +21674,7 @@ export interface paths {
21050
21674
  [name: string]: unknown;
21051
21675
  };
21052
21676
  content: {
21053
- "application/json": components["schemas"]["api.RequestTaskExportResponse"];
21677
+ "application/json": components["schemas"]["api.RunWorkflowErrorResponse"];
21054
21678
  };
21055
21679
  };
21056
21680
  };
@@ -21063,7 +21687,7 @@ export interface paths {
21063
21687
  patch?: never;
21064
21688
  trace?: never;
21065
21689
  };
21066
- "/internal/requesttaskexportsuccessresponse": {
21690
+ "/internal/runworkflowrequest": {
21067
21691
  parameters: {
21068
21692
  query?: never;
21069
21693
  header?: never;
@@ -21071,8 +21695,8 @@ export interface paths {
21071
21695
  cookie?: never;
21072
21696
  };
21073
21697
  /**
21074
- * Get RequestTaskExportSuccessResponse (schema generation only)
21075
- * @description Internal endpoint used only to ensure RequestTaskExportSuccessResponse schema is generated in OpenAPI spec
21698
+ * Get RunWorkflowRequest (schema generation only)
21699
+ * @description Internal endpoint used only to ensure RunWorkflowRequest schema is generated in OpenAPI spec
21076
21700
  */
21077
21701
  get: {
21078
21702
  parameters: {
@@ -21089,7 +21713,7 @@ export interface paths {
21089
21713
  [name: string]: unknown;
21090
21714
  };
21091
21715
  content: {
21092
- "application/json": components["schemas"]["api.RequestTaskExportSuccessResponse"];
21716
+ "application/json": components["schemas"]["api.RunWorkflowRequest"];
21093
21717
  };
21094
21718
  };
21095
21719
  };
@@ -21102,7 +21726,7 @@ export interface paths {
21102
21726
  patch?: never;
21103
21727
  trace?: never;
21104
21728
  };
21105
- "/internal/role": {
21729
+ "/internal/runworkflowresponse": {
21106
21730
  parameters: {
21107
21731
  query?: never;
21108
21732
  header?: never;
@@ -21110,8 +21734,8 @@ export interface paths {
21110
21734
  cookie?: never;
21111
21735
  };
21112
21736
  /**
21113
- * Get Role (schema generation only)
21114
- * @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
21737
+ * Get RunWorkflowResponse (schema generation only)
21738
+ * @description Internal endpoint used only to ensure RunWorkflowResponse schema is generated in OpenAPI spec
21115
21739
  */
21116
21740
  get: {
21117
21741
  parameters: {
@@ -21128,7 +21752,7 @@ export interface paths {
21128
21752
  [name: string]: unknown;
21129
21753
  };
21130
21754
  content: {
21131
- "application/json": components["schemas"]["models.Role"];
21755
+ "application/json": components["schemas"]["api.RunWorkflowResponse"];
21132
21756
  };
21133
21757
  };
21134
21758
  };
@@ -21141,7 +21765,7 @@ export interface paths {
21141
21765
  patch?: never;
21142
21766
  trace?: never;
21143
21767
  };
21144
- "/internal/roleassignment": {
21768
+ "/internal/runworkflowsuccessresponse": {
21145
21769
  parameters: {
21146
21770
  query?: never;
21147
21771
  header?: never;
@@ -21149,8 +21773,8 @@ export interface paths {
21149
21773
  cookie?: never;
21150
21774
  };
21151
21775
  /**
21152
- * Get RoleAssignment (schema generation only)
21153
- * @description Internal endpoint used only to ensure RoleAssignment schema is generated in OpenAPI spec
21776
+ * Get RunWorkflowSuccessResponse (schema generation only)
21777
+ * @description Internal endpoint used only to ensure RunWorkflowSuccessResponse schema is generated in OpenAPI spec
21154
21778
  */
21155
21779
  get: {
21156
21780
  parameters: {
@@ -21167,7 +21791,7 @@ export interface paths {
21167
21791
  [name: string]: unknown;
21168
21792
  };
21169
21793
  content: {
21170
- "application/json": components["schemas"]["models.RoleAssignment"];
21794
+ "application/json": components["schemas"]["api.RunWorkflowSuccessResponse"];
21171
21795
  };
21172
21796
  };
21173
21797
  };
@@ -21180,7 +21804,7 @@ export interface paths {
21180
21804
  patch?: never;
21181
21805
  trace?: never;
21182
21806
  };
21183
- "/internal/roleassignmentscope": {
21807
+ "/internal/savefaceredactionerrorresponse": {
21184
21808
  parameters: {
21185
21809
  query?: never;
21186
21810
  header?: never;
@@ -21188,8 +21812,8 @@ export interface paths {
21188
21812
  cookie?: never;
21189
21813
  };
21190
21814
  /**
21191
- * Get RoleAssignmentScope (schema generation only)
21192
- * @description Internal endpoint used only to ensure RoleAssignmentScope schema is generated in OpenAPI spec
21815
+ * Get SaveFaceRedactionErrorResponse (schema generation only)
21816
+ * @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
21193
21817
  */
21194
21818
  get: {
21195
21819
  parameters: {
@@ -21206,7 +21830,7 @@ export interface paths {
21206
21830
  [name: string]: unknown;
21207
21831
  };
21208
21832
  content: {
21209
- "application/json": components["schemas"]["models.RoleAssignmentScope"];
21833
+ "application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
21210
21834
  };
21211
21835
  };
21212
21836
  };
@@ -21219,7 +21843,7 @@ export interface paths {
21219
21843
  patch?: never;
21220
21844
  trace?: never;
21221
21845
  };
21222
- "/internal/runtimeconfig": {
21846
+ "/internal/savefaceredactionrequest": {
21223
21847
  parameters: {
21224
21848
  query?: never;
21225
21849
  header?: never;
@@ -21227,8 +21851,8 @@ export interface paths {
21227
21851
  cookie?: never;
21228
21852
  };
21229
21853
  /**
21230
- * Get RuntimeConfig (schema generation only)
21231
- * @description Internal endpoint used only to ensure RuntimeConfig schema is generated in OpenAPI spec
21854
+ * Get SaveFaceRedactionRequest (schema generation only)
21855
+ * @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
21232
21856
  */
21233
21857
  get: {
21234
21858
  parameters: {
@@ -21245,7 +21869,7 @@ export interface paths {
21245
21869
  [name: string]: unknown;
21246
21870
  };
21247
21871
  content: {
21248
- "application/json": components["schemas"]["models.RuntimeConfig"];
21872
+ "application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
21249
21873
  };
21250
21874
  };
21251
21875
  };
@@ -21258,7 +21882,7 @@ export interface paths {
21258
21882
  patch?: never;
21259
21883
  trace?: never;
21260
21884
  };
21261
- "/internal/runworkflowerrorresponse": {
21885
+ "/internal/savefaceredactionresponse": {
21262
21886
  parameters: {
21263
21887
  query?: never;
21264
21888
  header?: never;
@@ -21266,8 +21890,8 @@ export interface paths {
21266
21890
  cookie?: never;
21267
21891
  };
21268
21892
  /**
21269
- * Get RunWorkflowErrorResponse (schema generation only)
21270
- * @description Internal endpoint used only to ensure RunWorkflowErrorResponse schema is generated in OpenAPI spec
21893
+ * Get SaveFaceRedactionResponse (schema generation only)
21894
+ * @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
21271
21895
  */
21272
21896
  get: {
21273
21897
  parameters: {
@@ -21284,7 +21908,7 @@ export interface paths {
21284
21908
  [name: string]: unknown;
21285
21909
  };
21286
21910
  content: {
21287
- "application/json": components["schemas"]["api.RunWorkflowErrorResponse"];
21911
+ "application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
21288
21912
  };
21289
21913
  };
21290
21914
  };
@@ -21297,7 +21921,7 @@ export interface paths {
21297
21921
  patch?: never;
21298
21922
  trace?: never;
21299
21923
  };
21300
- "/internal/runworkflowrequest": {
21924
+ "/internal/savefaceredactionsuccessresponse": {
21301
21925
  parameters: {
21302
21926
  query?: never;
21303
21927
  header?: never;
@@ -21305,8 +21929,8 @@ export interface paths {
21305
21929
  cookie?: never;
21306
21930
  };
21307
21931
  /**
21308
- * Get RunWorkflowRequest (schema generation only)
21309
- * @description Internal endpoint used only to ensure RunWorkflowRequest schema is generated in OpenAPI spec
21932
+ * Get SaveFaceRedactionSuccessResponse (schema generation only)
21933
+ * @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
21310
21934
  */
21311
21935
  get: {
21312
21936
  parameters: {
@@ -21323,7 +21947,7 @@ export interface paths {
21323
21947
  [name: string]: unknown;
21324
21948
  };
21325
21949
  content: {
21326
- "application/json": components["schemas"]["api.RunWorkflowRequest"];
21950
+ "application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
21327
21951
  };
21328
21952
  };
21329
21953
  };
@@ -21336,16 +21960,16 @@ export interface paths {
21336
21960
  patch?: never;
21337
21961
  trace?: never;
21338
21962
  };
21339
- "/internal/runworkflowresponse": {
21963
+ "/internal/sequence": {
21340
21964
  parameters: {
21341
21965
  query?: never;
21342
21966
  header?: never;
21343
21967
  path?: never;
21344
21968
  cookie?: never;
21345
21969
  };
21346
- /**
21347
- * Get RunWorkflowResponse (schema generation only)
21348
- * @description Internal endpoint used only to ensure RunWorkflowResponse schema is generated in OpenAPI spec
21970
+ /**
21971
+ * Get Sequence (schema generation only)
21972
+ * @description Internal endpoint used only to ensure Sequence schema is generated in OpenAPI spec
21349
21973
  */
21350
21974
  get: {
21351
21975
  parameters: {
@@ -21362,7 +21986,7 @@ export interface paths {
21362
21986
  [name: string]: unknown;
21363
21987
  };
21364
21988
  content: {
21365
- "application/json": components["schemas"]["api.RunWorkflowResponse"];
21989
+ "application/json": components["schemas"]["models.Sequence"];
21366
21990
  };
21367
21991
  };
21368
21992
  };
@@ -21375,7 +21999,7 @@ export interface paths {
21375
21999
  patch?: never;
21376
22000
  trace?: never;
21377
22001
  };
21378
- "/internal/runworkflowsuccessresponse": {
22002
+ "/internal/sequencestage": {
21379
22003
  parameters: {
21380
22004
  query?: never;
21381
22005
  header?: never;
@@ -21383,8 +22007,8 @@ export interface paths {
21383
22007
  cookie?: never;
21384
22008
  };
21385
22009
  /**
21386
- * Get RunWorkflowSuccessResponse (schema generation only)
21387
- * @description Internal endpoint used only to ensure RunWorkflowSuccessResponse schema is generated in OpenAPI spec
22010
+ * Get SequenceStage (schema generation only)
22011
+ * @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
21388
22012
  */
21389
22013
  get: {
21390
22014
  parameters: {
@@ -21401,7 +22025,7 @@ export interface paths {
21401
22025
  [name: string]: unknown;
21402
22026
  };
21403
22027
  content: {
21404
- "application/json": components["schemas"]["api.RunWorkflowSuccessResponse"];
22028
+ "application/json": components["schemas"]["models.SequenceStage"];
21405
22029
  };
21406
22030
  };
21407
22031
  };
@@ -21414,7 +22038,7 @@ export interface paths {
21414
22038
  patch?: never;
21415
22039
  trace?: never;
21416
22040
  };
21417
- "/internal/savefaceredactionerrorresponse": {
22041
+ "/internal/setcurrentorganisationerrorresponse": {
21418
22042
  parameters: {
21419
22043
  query?: never;
21420
22044
  header?: never;
@@ -21422,8 +22046,8 @@ export interface paths {
21422
22046
  cookie?: never;
21423
22047
  };
21424
22048
  /**
21425
- * Get SaveFaceRedactionErrorResponse (schema generation only)
21426
- * @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
22049
+ * Get SetCurrentOrganisationErrorResponse (schema generation only)
22050
+ * @description Internal endpoint used only to ensure SetCurrentOrganisationErrorResponse schema is generated in OpenAPI spec
21427
22051
  */
21428
22052
  get: {
21429
22053
  parameters: {
@@ -21440,7 +22064,7 @@ export interface paths {
21440
22064
  [name: string]: unknown;
21441
22065
  };
21442
22066
  content: {
21443
- "application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
22067
+ "application/json": components["schemas"]["api.SetCurrentOrganisationErrorResponse"];
21444
22068
  };
21445
22069
  };
21446
22070
  };
@@ -21453,7 +22077,7 @@ export interface paths {
21453
22077
  patch?: never;
21454
22078
  trace?: never;
21455
22079
  };
21456
- "/internal/savefaceredactionrequest": {
22080
+ "/internal/setcurrentorganisationinput": {
21457
22081
  parameters: {
21458
22082
  query?: never;
21459
22083
  header?: never;
@@ -21461,8 +22085,8 @@ export interface paths {
21461
22085
  cookie?: never;
21462
22086
  };
21463
22087
  /**
21464
- * Get SaveFaceRedactionRequest (schema generation only)
21465
- * @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
22088
+ * Get SetCurrentOrganisationInput (schema generation only)
22089
+ * @description Internal endpoint used only to ensure SetCurrentOrganisationInput schema is generated in OpenAPI spec
21466
22090
  */
21467
22091
  get: {
21468
22092
  parameters: {
@@ -21479,7 +22103,7 @@ export interface paths {
21479
22103
  [name: string]: unknown;
21480
22104
  };
21481
22105
  content: {
21482
- "application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
22106
+ "application/json": components["schemas"]["models.SetCurrentOrganisationInput"];
21483
22107
  };
21484
22108
  };
21485
22109
  };
@@ -21492,7 +22116,7 @@ export interface paths {
21492
22116
  patch?: never;
21493
22117
  trace?: never;
21494
22118
  };
21495
- "/internal/savefaceredactionresponse": {
22119
+ "/internal/setcurrentorganisationoutput": {
21496
22120
  parameters: {
21497
22121
  query?: never;
21498
22122
  header?: never;
@@ -21500,8 +22124,8 @@ export interface paths {
21500
22124
  cookie?: never;
21501
22125
  };
21502
22126
  /**
21503
- * Get SaveFaceRedactionResponse (schema generation only)
21504
- * @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
22127
+ * Get SetCurrentOrganisationOutput (schema generation only)
22128
+ * @description Internal endpoint used only to ensure SetCurrentOrganisationOutput schema is generated in OpenAPI spec
21505
22129
  */
21506
22130
  get: {
21507
22131
  parameters: {
@@ -21518,7 +22142,7 @@ export interface paths {
21518
22142
  [name: string]: unknown;
21519
22143
  };
21520
22144
  content: {
21521
- "application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
22145
+ "application/json": components["schemas"]["models.SetCurrentOrganisationOutput"];
21522
22146
  };
21523
22147
  };
21524
22148
  };
@@ -21531,7 +22155,7 @@ export interface paths {
21531
22155
  patch?: never;
21532
22156
  trace?: never;
21533
22157
  };
21534
- "/internal/savefaceredactionsuccessresponse": {
22158
+ "/internal/setcurrentorganisationrequest": {
21535
22159
  parameters: {
21536
22160
  query?: never;
21537
22161
  header?: never;
@@ -21539,8 +22163,8 @@ export interface paths {
21539
22163
  cookie?: never;
21540
22164
  };
21541
22165
  /**
21542
- * Get SaveFaceRedactionSuccessResponse (schema generation only)
21543
- * @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
22166
+ * Get SetCurrentOrganisationRequest (schema generation only)
22167
+ * @description Internal endpoint used only to ensure SetCurrentOrganisationRequest schema is generated in OpenAPI spec
21544
22168
  */
21545
22169
  get: {
21546
22170
  parameters: {
@@ -21557,7 +22181,7 @@ export interface paths {
21557
22181
  [name: string]: unknown;
21558
22182
  };
21559
22183
  content: {
21560
- "application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
22184
+ "application/json": components["schemas"]["api.SetCurrentOrganisationRequest"];
21561
22185
  };
21562
22186
  };
21563
22187
  };
@@ -21570,7 +22194,7 @@ export interface paths {
21570
22194
  patch?: never;
21571
22195
  trace?: never;
21572
22196
  };
21573
- "/internal/sequence": {
22197
+ "/internal/setcurrentorganisationresponse": {
21574
22198
  parameters: {
21575
22199
  query?: never;
21576
22200
  header?: never;
@@ -21578,8 +22202,8 @@ export interface paths {
21578
22202
  cookie?: never;
21579
22203
  };
21580
22204
  /**
21581
- * Get Sequence (schema generation only)
21582
- * @description Internal endpoint used only to ensure Sequence schema is generated in OpenAPI spec
22205
+ * Get SetCurrentOrganisationResponse (schema generation only)
22206
+ * @description Internal endpoint used only to ensure SetCurrentOrganisationResponse schema is generated in OpenAPI spec
21583
22207
  */
21584
22208
  get: {
21585
22209
  parameters: {
@@ -21596,7 +22220,7 @@ export interface paths {
21596
22220
  [name: string]: unknown;
21597
22221
  };
21598
22222
  content: {
21599
- "application/json": components["schemas"]["models.Sequence"];
22223
+ "application/json": components["schemas"]["api.SetCurrentOrganisationResponse"];
21600
22224
  };
21601
22225
  };
21602
22226
  };
@@ -21609,7 +22233,7 @@ export interface paths {
21609
22233
  patch?: never;
21610
22234
  trace?: never;
21611
22235
  };
21612
- "/internal/sequencestage": {
22236
+ "/internal/setcurrentorganisationsuccessresponse": {
21613
22237
  parameters: {
21614
22238
  query?: never;
21615
22239
  header?: never;
@@ -21617,8 +22241,8 @@ export interface paths {
21617
22241
  cookie?: never;
21618
22242
  };
21619
22243
  /**
21620
- * Get SequenceStage (schema generation only)
21621
- * @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
22244
+ * Get SetCurrentOrganisationSuccessResponse (schema generation only)
22245
+ * @description Internal endpoint used only to ensure SetCurrentOrganisationSuccessResponse schema is generated in OpenAPI spec
21622
22246
  */
21623
22247
  get: {
21624
22248
  parameters: {
@@ -21635,7 +22259,7 @@ export interface paths {
21635
22259
  [name: string]: unknown;
21636
22260
  };
21637
22261
  content: {
21638
- "application/json": components["schemas"]["models.SequenceStage"];
22262
+ "application/json": components["schemas"]["api.SetCurrentOrganisationSuccessResponse"];
21639
22263
  };
21640
22264
  };
21641
22265
  };
@@ -21648,7 +22272,7 @@ export interface paths {
21648
22272
  patch?: never;
21649
22273
  trace?: never;
21650
22274
  };
21651
- "/internal/setcurrentorganisationerrorresponse": {
22275
+ "/internal/setcurrentprojecterrorresponse": {
21652
22276
  parameters: {
21653
22277
  query?: never;
21654
22278
  header?: never;
@@ -21656,8 +22280,8 @@ export interface paths {
21656
22280
  cookie?: never;
21657
22281
  };
21658
22282
  /**
21659
- * Get SetCurrentOrganisationErrorResponse (schema generation only)
21660
- * @description Internal endpoint used only to ensure SetCurrentOrganisationErrorResponse schema is generated in OpenAPI spec
22283
+ * Get SetCurrentProjectErrorResponse (schema generation only)
22284
+ * @description Internal endpoint used only to ensure SetCurrentProjectErrorResponse schema is generated in OpenAPI spec
21661
22285
  */
21662
22286
  get: {
21663
22287
  parameters: {
@@ -21674,7 +22298,7 @@ export interface paths {
21674
22298
  [name: string]: unknown;
21675
22299
  };
21676
22300
  content: {
21677
- "application/json": components["schemas"]["api.SetCurrentOrganisationErrorResponse"];
22301
+ "application/json": components["schemas"]["api.SetCurrentProjectErrorResponse"];
21678
22302
  };
21679
22303
  };
21680
22304
  };
@@ -21687,7 +22311,7 @@ export interface paths {
21687
22311
  patch?: never;
21688
22312
  trace?: never;
21689
22313
  };
21690
- "/internal/setcurrentorganisationinput": {
22314
+ "/internal/setcurrentprojectinput": {
21691
22315
  parameters: {
21692
22316
  query?: never;
21693
22317
  header?: never;
@@ -21695,8 +22319,8 @@ export interface paths {
21695
22319
  cookie?: never;
21696
22320
  };
21697
22321
  /**
21698
- * Get SetCurrentOrganisationInput (schema generation only)
21699
- * @description Internal endpoint used only to ensure SetCurrentOrganisationInput schema is generated in OpenAPI spec
22322
+ * Get SetCurrentProjectInput (schema generation only)
22323
+ * @description Internal endpoint used only to ensure SetCurrentProjectInput schema is generated in OpenAPI spec
21700
22324
  */
21701
22325
  get: {
21702
22326
  parameters: {
@@ -21713,7 +22337,7 @@ export interface paths {
21713
22337
  [name: string]: unknown;
21714
22338
  };
21715
22339
  content: {
21716
- "application/json": components["schemas"]["models.SetCurrentOrganisationInput"];
22340
+ "application/json": components["schemas"]["models.SetCurrentProjectInput"];
21717
22341
  };
21718
22342
  };
21719
22343
  };
@@ -21726,7 +22350,7 @@ export interface paths {
21726
22350
  patch?: never;
21727
22351
  trace?: never;
21728
22352
  };
21729
- "/internal/setcurrentorganisationoutput": {
22353
+ "/internal/setcurrentprojectoutput": {
21730
22354
  parameters: {
21731
22355
  query?: never;
21732
22356
  header?: never;
@@ -21734,8 +22358,8 @@ export interface paths {
21734
22358
  cookie?: never;
21735
22359
  };
21736
22360
  /**
21737
- * Get SetCurrentOrganisationOutput (schema generation only)
21738
- * @description Internal endpoint used only to ensure SetCurrentOrganisationOutput schema is generated in OpenAPI spec
22361
+ * Get SetCurrentProjectOutput (schema generation only)
22362
+ * @description Internal endpoint used only to ensure SetCurrentProjectOutput schema is generated in OpenAPI spec
21739
22363
  */
21740
22364
  get: {
21741
22365
  parameters: {
@@ -21752,7 +22376,7 @@ export interface paths {
21752
22376
  [name: string]: unknown;
21753
22377
  };
21754
22378
  content: {
21755
- "application/json": components["schemas"]["models.SetCurrentOrganisationOutput"];
22379
+ "application/json": components["schemas"]["models.SetCurrentProjectOutput"];
21756
22380
  };
21757
22381
  };
21758
22382
  };
@@ -21765,7 +22389,7 @@ export interface paths {
21765
22389
  patch?: never;
21766
22390
  trace?: never;
21767
22391
  };
21768
- "/internal/setcurrentorganisationrequest": {
22392
+ "/internal/setcurrentprojectrequest": {
21769
22393
  parameters: {
21770
22394
  query?: never;
21771
22395
  header?: never;
@@ -21773,8 +22397,8 @@ export interface paths {
21773
22397
  cookie?: never;
21774
22398
  };
21775
22399
  /**
21776
- * Get SetCurrentOrganisationRequest (schema generation only)
21777
- * @description Internal endpoint used only to ensure SetCurrentOrganisationRequest schema is generated in OpenAPI spec
22400
+ * Get SetCurrentProjectRequest (schema generation only)
22401
+ * @description Internal endpoint used only to ensure SetCurrentProjectRequest schema is generated in OpenAPI spec
21778
22402
  */
21779
22403
  get: {
21780
22404
  parameters: {
@@ -21791,7 +22415,7 @@ export interface paths {
21791
22415
  [name: string]: unknown;
21792
22416
  };
21793
22417
  content: {
21794
- "application/json": components["schemas"]["api.SetCurrentOrganisationRequest"];
22418
+ "application/json": components["schemas"]["api.SetCurrentProjectRequest"];
21795
22419
  };
21796
22420
  };
21797
22421
  };
@@ -21804,7 +22428,7 @@ export interface paths {
21804
22428
  patch?: never;
21805
22429
  trace?: never;
21806
22430
  };
21807
- "/internal/setcurrentorganisationresponse": {
22431
+ "/internal/setcurrentprojectresponse": {
21808
22432
  parameters: {
21809
22433
  query?: never;
21810
22434
  header?: never;
@@ -21812,8 +22436,8 @@ export interface paths {
21812
22436
  cookie?: never;
21813
22437
  };
21814
22438
  /**
21815
- * Get SetCurrentOrganisationResponse (schema generation only)
21816
- * @description Internal endpoint used only to ensure SetCurrentOrganisationResponse schema is generated in OpenAPI spec
22439
+ * Get SetCurrentProjectResponse (schema generation only)
22440
+ * @description Internal endpoint used only to ensure SetCurrentProjectResponse schema is generated in OpenAPI spec
21817
22441
  */
21818
22442
  get: {
21819
22443
  parameters: {
@@ -21830,7 +22454,7 @@ export interface paths {
21830
22454
  [name: string]: unknown;
21831
22455
  };
21832
22456
  content: {
21833
- "application/json": components["schemas"]["api.SetCurrentOrganisationResponse"];
22457
+ "application/json": components["schemas"]["api.SetCurrentProjectResponse"];
21834
22458
  };
21835
22459
  };
21836
22460
  };
@@ -21843,7 +22467,7 @@ export interface paths {
21843
22467
  patch?: never;
21844
22468
  trace?: never;
21845
22469
  };
21846
- "/internal/setcurrentorganisationsuccessresponse": {
22470
+ "/internal/setcurrentprojectsuccessresponse": {
21847
22471
  parameters: {
21848
22472
  query?: never;
21849
22473
  header?: never;
@@ -21851,8 +22475,8 @@ export interface paths {
21851
22475
  cookie?: never;
21852
22476
  };
21853
22477
  /**
21854
- * Get SetCurrentOrganisationSuccessResponse (schema generation only)
21855
- * @description Internal endpoint used only to ensure SetCurrentOrganisationSuccessResponse schema is generated in OpenAPI spec
22478
+ * Get SetCurrentProjectSuccessResponse (schema generation only)
22479
+ * @description Internal endpoint used only to ensure SetCurrentProjectSuccessResponse schema is generated in OpenAPI spec
21856
22480
  */
21857
22481
  get: {
21858
22482
  parameters: {
@@ -21869,7 +22493,7 @@ export interface paths {
21869
22493
  [name: string]: unknown;
21870
22494
  };
21871
22495
  content: {
21872
- "application/json": components["schemas"]["api.SetCurrentOrganisationSuccessResponse"];
22496
+ "application/json": components["schemas"]["api.SetCurrentProjectSuccessResponse"];
21873
22497
  };
21874
22498
  };
21875
22499
  };
@@ -28142,6 +28766,11 @@ export interface components {
28142
28766
  notes_short?: string;
28143
28767
  notify_assignees?: boolean;
28144
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;
28145
28774
  reporter_email?: string;
28146
28775
  reporter_id?: string;
28147
28776
  reporter_profile?: string;
@@ -29909,6 +30538,62 @@ export interface components {
29909
30538
  /** @description Additional metadata about the response, such as timestamps and request IDs */
29910
30539
  metadata?: components["schemas"]["api.Metadata"];
29911
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
+ };
29912
30597
  "api.GetRuntimeConfigErrorResponse": {
29913
30598
  /** @description Application-specific error code */
29914
30599
  applicationStatusCode?: string;
@@ -31091,6 +31776,37 @@ export interface components {
31091
31776
  /** @description Additional metadata about the response, such as timestamps and request IDs */
31092
31777
  metadata?: components["schemas"]["api.Metadata"];
31093
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
+ };
31094
31810
  "api.SingleSignOnDomainsRequest": Record<string, never>;
31095
31811
  "api.SingleSignOnDomainsResponse": {
31096
31812
  domains?: string[];
@@ -31960,6 +32676,11 @@ export interface components {
31960
32676
  in_process?: number;
31961
32677
  key?: string;
31962
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;
31963
32684
  provider?: string;
31964
32685
  requiredOperations?: string[];
31965
32686
  resolvedOperations?: string[];
@@ -32181,6 +32902,11 @@ export interface components {
32181
32902
  */
32182
32903
  name?: string;
32183
32904
  organisationId?: string;
32905
+ /**
32906
+ * @description ProjectId optionally places the attachment in a project within its organisation.
32907
+ * A nil value keeps it organisation-wide.
32908
+ */
32909
+ projectId?: string;
32184
32910
  provider?: string;
32185
32911
  /**
32186
32912
  * @description RelatedCaseMediaId optionally links the attachment to a specific
@@ -32329,6 +33055,11 @@ export interface components {
32329
33055
  * source — the individual operations are described in Params.
32330
33056
  */
32331
33057
  parentId?: string;
33058
+ /**
33059
+ * @description ProjectId optionally places the case media in a project within its organisation.
33060
+ * A nil value keeps it organisation-wide.
33061
+ */
33062
+ projectId?: string;
32332
33063
  provider?: string;
32333
33064
  /**
32334
33065
  * @description Role describes whether this entry represents a source attached to
@@ -32417,6 +33148,11 @@ export interface components {
32417
33148
  organisation_id?: string;
32418
33149
  /** @description e.g. ["view"] */
32419
33150
  permissions?: string[];
33151
+ /**
33152
+ * @description ProjectId optionally places the case share in a project within its organisation.
33153
+ * A nil value keeps it organisation-wide.
33154
+ */
33155
+ projectId?: string;
32420
33156
  /**
32421
33157
  * @description Selection is the per-share snapshot of the case_media ids the
32422
33158
  * recipient is allowed to browse, captured at CreateShare time.
@@ -32527,6 +33263,11 @@ export interface components {
32527
33263
  organisationId?: string;
32528
33264
  /** @description ID of the parent comment, if this is a reply */
32529
33265
  parentId?: string;
33266
+ /**
33267
+ * @description ProjectId optionally places the comment in a project within its organisation.
33268
+ * A nil value keeps the comment organisation-wide.
33269
+ */
33270
+ projectId?: string;
32530
33271
  timestamps?: number[];
32531
33272
  /** @description Comment information */
32532
33273
  type?: string;
@@ -32668,6 +33409,11 @@ export interface components {
32668
33409
  motionRegions?: components["schemas"]["models.Region"][];
32669
33410
  organisationId?: string;
32670
33411
  outputList?: string[];
33412
+ /**
33413
+ * @description ProjectId optionally places the alert in a project within its organisation.
33414
+ * A nil value keeps the alert organisation-wide.
33415
+ */
33416
+ projectId?: string;
32671
33417
  pushbullet_apikey?: string;
32672
33418
  pushover_apikey?: string;
32673
33419
  pushover_sendto?: string;
@@ -32715,11 +33461,11 @@ export interface components {
32715
33461
  "models.DeleteVideowallOutput": Record<string, never>;
32716
33462
  "models.DeleteWorkflowInput": {
32717
33463
  user?: components["schemas"]["models.User"];
32718
- workflow_id?: string;
33464
+ workflowId?: string;
32719
33465
  };
32720
33466
  "models.DeleteWorkflowOutput": Record<string, never>;
32721
33467
  "models.DeleteWorkflowStageInput": {
32722
- stage_id?: string;
33468
+ stageId?: string;
32723
33469
  user?: components["schemas"]["models.User"];
32724
33470
  };
32725
33471
  "models.DeleteWorkflowStageOutput": Record<string, never>;
@@ -32789,6 +33535,18 @@ export interface components {
32789
33535
  rotation?: number;
32790
33536
  width?: number;
32791
33537
  };
33538
+ "models.DetectionRef": {
33539
+ /**
33540
+ * @description DetectionRun.Source.RunId
33541
+ * @example 01J8Z9Q2A7K3
33542
+ */
33543
+ runId?: string;
33544
+ /**
33545
+ * @description FaceRedactionTrack.Id within the run
33546
+ * @example track-3
33547
+ */
33548
+ trackId?: string;
33549
+ };
32792
33550
  "models.DetectionRun": {
32793
33551
  categories?: components["schemas"]["models.DetectionCategory"][];
32794
33552
  /** @description CreatedAt is set by the server when the run is first stored (epoch millis). */
@@ -32935,6 +33693,12 @@ export interface components {
32935
33693
  * FeaturePermissions is used to identify the permissions of the device, such as read, write, delete, etc.
32936
33694
  */
32937
33695
  organisationId?: string;
33696
+ /**
33697
+ * @description ProjectId optionally places the device in a project within its
33698
+ * organisation. A nil value keeps the device organisation-wide. It narrows
33699
+ * access on top of OrganisationId; it never replaces it.
33700
+ */
33701
+ projectId?: string;
32938
33702
  /**
32939
33703
  * @description Versioning information
32940
33704
  * Note: Version is used to identify the version of the device software.
@@ -33236,6 +34000,12 @@ export interface components {
33236
34000
  "models.GetCurrentOrganisationOutput": {
33237
34001
  organisation?: components["schemas"]["models.Organisation"];
33238
34002
  };
34003
+ "models.GetCurrentProjectInput": {
34004
+ user?: components["schemas"]["models.User"];
34005
+ };
34006
+ "models.GetCurrentProjectOutput": {
34007
+ project?: components["schemas"]["models.Project"];
34008
+ };
33239
34009
  "models.GetOrganisationInput": {
33240
34010
  organisationId?: string;
33241
34011
  user?: components["schemas"]["models.User"];
@@ -33249,6 +34019,12 @@ export interface components {
33249
34019
  "models.GetOrganisationsOutput": {
33250
34020
  organisations?: components["schemas"]["models.Organisation"][];
33251
34021
  };
34022
+ "models.GetProjectsInput": {
34023
+ user?: components["schemas"]["models.User"];
34024
+ };
34025
+ "models.GetProjectsOutput": {
34026
+ projects?: components["schemas"]["models.Project"][];
34027
+ };
33252
34028
  "models.GetVideowallInput": {
33253
34029
  user?: components["schemas"]["models.User"];
33254
34030
  videowall_id?: string;
@@ -33264,13 +34040,13 @@ export interface components {
33264
34040
  };
33265
34041
  "models.GetWorkflowInput": {
33266
34042
  user?: components["schemas"]["models.User"];
33267
- workflow_id?: string;
34043
+ workflowId?: string;
33268
34044
  };
33269
34045
  "models.GetWorkflowOutput": {
33270
34046
  workflow?: components["schemas"]["models.Workflow"];
33271
34047
  };
33272
34048
  "models.GetWorkflowStageInput": {
33273
- stage_id?: string;
34049
+ stageId?: string;
33274
34050
  user?: components["schemas"]["models.User"];
33275
34051
  };
33276
34052
  "models.GetWorkflowStageOutput": {
@@ -33305,6 +34081,11 @@ export interface components {
33305
34081
  name?: string;
33306
34082
  /** @description RBAC information */
33307
34083
  organisationId?: string;
34084
+ /**
34085
+ * @description ProjectId optionally places the group in a project within its organisation.
34086
+ * A nil value keeps the group organisation-wide.
34087
+ */
34088
+ projectId?: string;
33308
34089
  /** @description Nested sites */
33309
34090
  sites?: string[];
33310
34091
  /**
@@ -33414,6 +34195,11 @@ export interface components {
33414
34195
  /** @description last time the IO was seen */
33415
34196
  lastSeenTimestamp?: number;
33416
34197
  organisationId?: string;
34198
+ /**
34199
+ * @description ProjectId optionally places the IO in a project within its organisation.
34200
+ * A nil value keeps the IO organisation-wide.
34201
+ */
34202
+ projectId?: string;
33417
34203
  /** @description input or output */
33418
34204
  type?: string;
33419
34205
  value?: string;
@@ -33439,6 +34225,11 @@ export interface components {
33439
34225
  name?: string;
33440
34226
  organisationId?: string;
33441
34227
  owner_id?: string;
34228
+ /**
34229
+ * @description ProjectId optionally places the label in a project within its organisation.
34230
+ * A nil value keeps the label organisation-wide.
34231
+ */
34232
+ projectId?: string;
33442
34233
  type?: string[];
33443
34234
  user_id?: string;
33444
34235
  };
@@ -33484,6 +34275,13 @@ export interface components {
33484
34275
  * @example Person forcably opened a door
33485
34276
  */
33486
34277
  description?: string;
34278
+ /**
34279
+ * @description Detections links this marker to the detection track(s) it was derived from,
34280
+ * enabling on-demand bounding-box overlays on the recording. Each entry points
34281
+ * at a stored detection track (see DetectionRef). A marker usually links to a
34282
+ * single track but may reference several; empty when no detection link is known.
34283
+ */
34284
+ detections?: components["schemas"]["models.DetectionRef"][];
33487
34285
  /**
33488
34286
  * @description RBAC information
33489
34287
  * @example 686a906345c1df594939f9j25f4
@@ -33536,6 +34334,11 @@ export interface components {
33536
34334
  * @example 686a906345c1df594pad69f0
33537
34335
  */
33538
34336
  organisationId?: string;
34337
+ /**
34338
+ * @description ProjectId optionally places the marker in a project within its organisation.
34339
+ * A nil value keeps the marker organisation-wide.
34340
+ */
34341
+ projectId?: string;
33539
34342
  /**
33540
34343
  * @description SiteId is used to identify the site where the marker is located
33541
34344
  * @example 686a906345c1df594pcsr3r45
@@ -33756,6 +34559,12 @@ export interface components {
33756
34559
  };
33757
34560
  "models.MarkerSummary": {
33758
34561
  categoryNames?: string[];
34562
+ /**
34563
+ * @description Detections mirrors the source marker's Detections so the frontend can map a
34564
+ * summarised marker to its detection track(s) — and toggle their bounding-box
34565
+ * overlay — without a second query. Empty when the marker has no detection link.
34566
+ */
34567
+ detections?: components["schemas"]["models.DetectionRef"][];
33759
34568
  endTimestamp?: number;
33760
34569
  eventNames?: string[];
33761
34570
  name?: string;
@@ -33845,6 +34654,11 @@ export interface components {
33845
34654
  /** @description Metadata */
33846
34655
  metadata?: components["schemas"]["models.MediaMetadata"];
33847
34656
  organisationId?: string;
34657
+ /**
34658
+ * @description ProjectId optionally places the media in a project within its organisation.
34659
+ * A nil value keeps the media organisation-wide.
34660
+ */
34661
+ projectId?: string;
33848
34662
  siteId?: string;
33849
34663
  spriteFile?: string;
33850
34664
  spriteProvider?: string;
@@ -33984,6 +34798,11 @@ export interface components {
33984
34798
  notification_type?: string;
33985
34799
  number_of_media?: string;
33986
34800
  organisationId?: string;
34801
+ /**
34802
+ * @description ProjectId optionally places the message in a project within its organisation.
34803
+ * A nil value keeps the message organisation-wide.
34804
+ */
34805
+ projectId?: string;
33987
34806
  sequence_id?: string;
33988
34807
  sites?: components["schemas"]["models.Site"][];
33989
34808
  spriteFile?: string;
@@ -34071,6 +34890,11 @@ export interface components {
34071
34890
  notification_type?: string;
34072
34891
  number_of_media?: string;
34073
34892
  organisationId?: string;
34893
+ /**
34894
+ * @description ProjectId optionally places the message in a project within its organisation.
34895
+ * A nil value keeps the message organisation-wide.
34896
+ */
34897
+ projectId?: string;
34074
34898
  sequence_id?: string;
34075
34899
  sites?: components["schemas"]["models.Site"][];
34076
34900
  spriteFile?: string;
@@ -34337,10 +35161,6 @@ export interface components {
34337
35161
  organisationId?: string;
34338
35162
  slug?: string;
34339
35163
  };
34340
- "models.ProjectResourceScope": {
34341
- projectId?: string;
34342
- sharedWithProjectIds?: string[];
34343
- };
34344
35164
  "models.Pushbullet": {
34345
35165
  apikey?: string;
34346
35166
  enabled?: boolean;
@@ -34445,6 +35265,11 @@ export interface components {
34445
35265
  images?: components["schemas"]["models.Media"][];
34446
35266
  notified?: boolean;
34447
35267
  organisationId?: string;
35268
+ /**
35269
+ * @description ProjectId optionally places the sequence in a project within its organisation.
35270
+ * A nil value keeps the sequence organisation-wide.
35271
+ */
35272
+ projectId?: string;
34448
35273
  start?: number;
34449
35274
  user_id?: string;
34450
35275
  };
@@ -34460,6 +35285,13 @@ export interface components {
34460
35285
  "models.SetCurrentOrganisationOutput": {
34461
35286
  organisation?: components["schemas"]["models.Organisation"];
34462
35287
  };
35288
+ "models.SetCurrentProjectInput": {
35289
+ projectId?: string;
35290
+ user?: components["schemas"]["models.User"];
35291
+ };
35292
+ "models.SetCurrentProjectOutput": {
35293
+ project?: components["schemas"]["models.Project"];
35294
+ };
34463
35295
  "models.Settings": {
34464
35296
  id?: string;
34465
35297
  key?: string;
@@ -34485,6 +35317,11 @@ export interface components {
34485
35317
  name?: string;
34486
35318
  /** @description RBAC information */
34487
35319
  organisationId?: string;
35320
+ /**
35321
+ * @description ProjectId optionally places the site in a project within its organisation.
35322
+ * A nil value keeps the site organisation-wide.
35323
+ */
35324
+ projectId?: string;
34488
35325
  secret_key?: string;
34489
35326
  storage_uri?: string;
34490
35327
  /**
@@ -34644,6 +35481,8 @@ export interface components {
34644
35481
  * @example 686a906345c1df594pad69f0
34645
35482
  */
34646
35483
  organisationId?: string;
35484
+ /** @description ProjectId optionally places the state in a project within its organisation; nil keeps it organisation-wide. */
35485
+ projectId?: string;
34647
35486
  /**
34648
35487
  * @description SiteId is used to identify the site for which the state is relevant
34649
35488
  * @example 686a906345c1df594pcsr3r45
@@ -34787,6 +35626,11 @@ export interface components {
34787
35626
  notes_short?: string;
34788
35627
  notify_assignees?: boolean;
34789
35628
  organisationId?: string;
35629
+ /**
35630
+ * @description ProjectId optionally places the case/task in a project within its organisation.
35631
+ * A nil value keeps it organisation-wide.
35632
+ */
35633
+ projectId?: string;
34790
35634
  reporter_email?: string;
34791
35635
  reporter_id?: string;
34792
35636
  reporter_profile?: string;
@@ -35035,14 +35879,14 @@ export interface components {
35035
35879
  "models.UpdateWorkflowInput": {
35036
35880
  user?: components["schemas"]["models.User"];
35037
35881
  workflow?: components["schemas"]["models.Workflow"];
35038
- workflow_id?: string;
35882
+ workflowId?: string;
35039
35883
  };
35040
35884
  "models.UpdateWorkflowOutput": {
35041
35885
  workflow?: components["schemas"]["models.Workflow"];
35042
35886
  };
35043
35887
  "models.UpdateWorkflowStageInput": {
35044
35888
  stage?: components["schemas"]["models.WorkflowStage"];
35045
- stage_id?: string;
35889
+ stageId?: string;
35046
35890
  user?: components["schemas"]["models.User"];
35047
35891
  };
35048
35892
  "models.UpdateWorkflowStageOutput": {
@@ -35117,6 +35961,7 @@ export interface components {
35117
35961
  private_cloud_plan?: string;
35118
35962
  profileCompleted?: boolean;
35119
35963
  profileSettings?: components["schemas"]["models.ProfileSettings"];
35964
+ projectId?: string;
35120
35965
  reachedLimit?: boolean;
35121
35966
  reachedLimitTimestamp?: number;
35122
35967
  region?: string;
@@ -35299,6 +36144,11 @@ export interface components {
35299
36144
  name?: string;
35300
36145
  organisationId?: string;
35301
36146
  pass_code?: string;
36147
+ /**
36148
+ * @description ProjectId optionally places the videowall in a project within its
36149
+ * organisation. A nil value keeps it organisation-wide.
36150
+ */
36151
+ projectId?: string;
35302
36152
  /** @description ForceMFA int `json:"force_mfa" bson:"force_mfa"` */
35303
36153
  ptz?: number;
35304
36154
  short_link?: string;
@@ -35330,18 +36180,35 @@ export interface components {
35330
36180
  timezone?: string;
35331
36181
  };
35332
36182
  "models.Workflow": {
35333
- created_at?: number;
36183
+ /**
36184
+ * @description Audit carries bounded actor/timestamp metadata for database-backed user
36185
+ * workflows. It is omitted from Helm-defined global workflows unless set.
36186
+ */
36187
+ audit?: components["schemas"]["models.Audit"];
36188
+ createdAt?: number;
35334
36189
  description?: string;
35335
36190
  edges?: components["schemas"]["models.WorkflowEdge"][];
35336
36191
  enabled?: boolean;
35337
36192
  id?: string;
35338
36193
  name?: string;
35339
36194
  nodes?: components["schemas"]["models.WorkflowNode"][];
35340
- organisation_id?: string;
36195
+ /**
36196
+ * @description OrganisationId is the canonical tenant key. It is persisted as the
36197
+ * camelCase `organisationId` field to match the platform-wide convention for
36198
+ * organisation-owned domain resources. Database-backed workflows are not yet
36199
+ * materially used in deployments, so new documents start with this canonical
36200
+ * contract while readers may retain a legacy `organisation_id` fallback.
36201
+ */
36202
+ organisationId?: string;
36203
+ /**
36204
+ * @description ProjectId optionally places the workflow in a project within its organisation.
36205
+ * A nil value keeps the workflow organisation-wide.
36206
+ */
36207
+ projectId?: string;
35341
36208
  /**
35342
36209
  * @description Source is the workflow's provenance and availability (see WorkflowSource).
35343
36210
  * Empty means WorkflowSourceUser: an ordinary user workflow scoped to its
35344
- * OrganisationId. WorkflowSourceConfig marks a helm-seeded, deployment-global,
36211
+ * OrganisationId. WorkflowSourceConfig marks a Helm-defined, deployment-global,
35345
36212
  * read-only workflow. Every workflow persisted before this field existed
35346
36213
  * decodes as user.
35347
36214
  */
@@ -35375,8 +36242,8 @@ export interface components {
35375
36242
  * matching recordings and can also be launched on demand from a surface.
35376
36243
  */
35377
36244
  triggers?: components["schemas"]["models.WorkflowTrigger"][];
35378
- updated_at?: number;
35379
- user_id?: string;
36245
+ updatedAt?: number;
36246
+ userId?: string;
35380
36247
  username?: string;
35381
36248
  };
35382
36249
  "models.WorkflowDevice": {
@@ -35458,8 +36325,10 @@ export interface components {
35458
36325
  [key: string]: unknown;
35459
36326
  };
35460
36327
  /**
35461
- * @description Key is the media key the run is about: its natural identity, used to load
35462
- * or open the run document. Copied from the recording at hand-off time.
36328
+ * @description Key is the media key the run is about. It is copied from the recording at
36329
+ * hand-off time and can group all runs for that recording, but is not unique:
36330
+ * run state is correlated by Id/RunId because several workflows and manual
36331
+ * re-runs may execute over the same key.
35463
36332
  */
35464
36333
  key?: string;
35465
36334
  /**
@@ -35537,8 +36406,9 @@ export interface components {
35537
36406
  };
35538
36407
  /**
35539
36408
  * @description RunId is the run's identifier on the wire (the hex of the document Id). It
35540
- * is empty on the analysis hand-off — the run is keyed by Key until the
35541
- * engine opens it — and set on every engine→worker dispatch. The persisted
36409
+ * is empty on an untargeted analysis hand-off; after workflow matching, the
36410
+ * engine derives a distinct document identity per recording, organisation,
36411
+ * and workflow. It is set on every engine→worker dispatch. The persisted
35542
36412
  * identity is Id, so RunId itself is wire-only.
35543
36413
  *
35544
36414
  * It is never set by hand: MarshalJSON derives it from Id whenever a run that
@@ -35604,10 +36474,9 @@ export interface components {
35604
36474
  user?: components["schemas"]["models.WorkflowUser"];
35605
36475
  /**
35606
36476
  * @description WorkflowId is the id of the Workflow definition (models.Workflow) this run
35607
- * executes — the authored graph (nodes/edges/trigger) the run is an execution
35608
- * of, as opposed to the global stage registry. Forward-looking: it is set once
35609
- * the engine executes Workflow graphs; while the engine is driven by the flat
35610
- * stage registry it is empty.
36477
+ * executes — the authored graph (nodes/edges/triggers) the run is an execution
36478
+ * of. It is empty only on an untargeted analysis hand-off; the engine stamps it
36479
+ * as it fans that recording out to each matching config or database workflow.
35611
36480
  */
35612
36481
  workflowId?: string;
35613
36482
  /**
@@ -35859,6 +36728,7 @@ export declare namespace models {
35859
36728
  type DeprecatedPreset = components['schemas']['models.DeprecatedPreset'];
35860
36729
  type DetectionCategory = components['schemas']['models.DetectionCategory'];
35861
36730
  type DetectionMedia = components['schemas']['models.DetectionMedia'];
36731
+ type DetectionRef = components['schemas']['models.DetectionRef'];
35862
36732
  type DetectionRun = components['schemas']['models.DetectionRun'];
35863
36733
  type DetectionSource = components['schemas']['models.DetectionSource'];
35864
36734
  type Detections = components['schemas']['models.Detections'];
@@ -35892,10 +36762,14 @@ export declare namespace models {
35892
36762
  type GetCaseSharesForTaskOutput = components['schemas']['models.GetCaseSharesForTaskOutput'];
35893
36763
  type GetCurrentOrganisationInput = components['schemas']['models.GetCurrentOrganisationInput'];
35894
36764
  type GetCurrentOrganisationOutput = components['schemas']['models.GetCurrentOrganisationOutput'];
36765
+ type GetCurrentProjectInput = components['schemas']['models.GetCurrentProjectInput'];
36766
+ type GetCurrentProjectOutput = components['schemas']['models.GetCurrentProjectOutput'];
35895
36767
  type GetOrganisationInput = components['schemas']['models.GetOrganisationInput'];
35896
36768
  type GetOrganisationOutput = components['schemas']['models.GetOrganisationOutput'];
35897
36769
  type GetOrganisationsInput = components['schemas']['models.GetOrganisationsInput'];
35898
36770
  type GetOrganisationsOutput = components['schemas']['models.GetOrganisationsOutput'];
36771
+ type GetProjectsInput = components['schemas']['models.GetProjectsInput'];
36772
+ type GetProjectsOutput = components['schemas']['models.GetProjectsOutput'];
35899
36773
  type GetVideowallInput = components['schemas']['models.GetVideowallInput'];
35900
36774
  type GetVideowallOutput = components['schemas']['models.GetVideowallOutput'];
35901
36775
  type GetVideowallsInput = components['schemas']['models.GetVideowallsInput'];
@@ -35980,7 +36854,6 @@ export declare namespace models {
35980
36854
  type Point = components['schemas']['models.Point'];
35981
36855
  type ProfileSettings = components['schemas']['models.ProfileSettings'];
35982
36856
  type Project = components['schemas']['models.Project'];
35983
- type ProjectResourceScope = components['schemas']['models.ProjectResourceScope'];
35984
36857
  type Pushbullet = components['schemas']['models.Pushbullet'];
35985
36858
  type Pushover = components['schemas']['models.Pushover'];
35986
36859
  type Region = components['schemas']['models.Region'];
@@ -35994,6 +36867,8 @@ export declare namespace models {
35994
36867
  type SequenceStage = components['schemas']['models.SequenceStage'];
35995
36868
  type SetCurrentOrganisationInput = components['schemas']['models.SetCurrentOrganisationInput'];
35996
36869
  type SetCurrentOrganisationOutput = components['schemas']['models.SetCurrentOrganisationOutput'];
36870
+ type SetCurrentProjectInput = components['schemas']['models.SetCurrentProjectInput'];
36871
+ type SetCurrentProjectOutput = components['schemas']['models.SetCurrentProjectOutput'];
35997
36872
  type Settings = components['schemas']['models.Settings'];
35998
36873
  type Site = components['schemas']['models.Site'];
35999
36874
  type SiteMetadata = components['schemas']['models.SiteMetadata'];
@@ -36270,6 +37145,12 @@ export declare namespace api {
36270
37145
  type GetOrganisationsErrorResponse = components['schemas']['api.GetOrganisationsErrorResponse'];
36271
37146
  type GetOrganisationsResponse = components['schemas']['api.GetOrganisationsResponse'];
36272
37147
  type GetOrganisationsSuccessResponse = components['schemas']['api.GetOrganisationsSuccessResponse'];
37148
+ type GetProjectErrorResponse = components['schemas']['api.GetProjectErrorResponse'];
37149
+ type GetProjectResponse = components['schemas']['api.GetProjectResponse'];
37150
+ type GetProjectSuccessResponse = components['schemas']['api.GetProjectSuccessResponse'];
37151
+ type GetProjectsErrorResponse = components['schemas']['api.GetProjectsErrorResponse'];
37152
+ type GetProjectsResponse = components['schemas']['api.GetProjectsResponse'];
37153
+ type GetProjectsSuccessResponse = components['schemas']['api.GetProjectsSuccessResponse'];
36273
37154
  type GetRuntimeConfigErrorResponse = components['schemas']['api.GetRuntimeConfigErrorResponse'];
36274
37155
  type GetRuntimeConfigResponse = components['schemas']['api.GetRuntimeConfigResponse'];
36275
37156
  type GetRuntimeConfigSuccessResponse = components['schemas']['api.GetRuntimeConfigSuccessResponse'];
@@ -36395,6 +37276,10 @@ export declare namespace api {
36395
37276
  type SetCurrentOrganisationRequest = components['schemas']['api.SetCurrentOrganisationRequest'];
36396
37277
  type SetCurrentOrganisationResponse = components['schemas']['api.SetCurrentOrganisationResponse'];
36397
37278
  type SetCurrentOrganisationSuccessResponse = components['schemas']['api.SetCurrentOrganisationSuccessResponse'];
37279
+ type SetCurrentProjectErrorResponse = components['schemas']['api.SetCurrentProjectErrorResponse'];
37280
+ type SetCurrentProjectRequest = components['schemas']['api.SetCurrentProjectRequest'];
37281
+ type SetCurrentProjectResponse = components['schemas']['api.SetCurrentProjectResponse'];
37282
+ type SetCurrentProjectSuccessResponse = components['schemas']['api.SetCurrentProjectSuccessResponse'];
36398
37283
  type SingleSignOnDomainsResponse = components['schemas']['api.SingleSignOnDomainsResponse'];
36399
37284
  type SiteFilter = components['schemas']['api.SiteFilter'];
36400
37285
  type SiteFlags = components['schemas']['api.SiteFlags'];