@uug-ai/models 1.1.1 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +2229 -377
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -978,6 +978,45 @@ export interface paths {
978
978
  patch?: never;
979
979
  trace?: never;
980
980
  };
981
+ "/internal/cursorpagination": {
982
+ parameters: {
983
+ query?: never;
984
+ header?: never;
985
+ path?: never;
986
+ cookie?: never;
987
+ };
988
+ /**
989
+ * Get CursorPagination (schema generation only)
990
+ * @description Internal endpoint used only to ensure CursorPagination schema is generated in OpenAPI spec
991
+ */
992
+ get: {
993
+ parameters: {
994
+ query?: never;
995
+ header?: never;
996
+ path?: never;
997
+ cookie?: never;
998
+ };
999
+ requestBody?: never;
1000
+ responses: {
1001
+ /** @description OK */
1002
+ 200: {
1003
+ headers: {
1004
+ [name: string]: unknown;
1005
+ };
1006
+ content: {
1007
+ "application/json": components["schemas"]["api.CursorPagination"];
1008
+ };
1009
+ };
1010
+ };
1011
+ };
1012
+ put?: never;
1013
+ post?: never;
1014
+ delete?: never;
1015
+ options?: never;
1016
+ head?: never;
1017
+ patch?: never;
1018
+ trace?: never;
1019
+ };
981
1020
  "/internal/deleteaccesstokenerrorresponse": {
982
1021
  parameters: {
983
1022
  query?: never;
@@ -1290,6 +1329,45 @@ export interface paths {
1290
1329
  patch?: never;
1291
1330
  trace?: never;
1292
1331
  };
1332
+ "/internal/devicefilter": {
1333
+ parameters: {
1334
+ query?: never;
1335
+ header?: never;
1336
+ path?: never;
1337
+ cookie?: never;
1338
+ };
1339
+ /**
1340
+ * Get DeviceFilter (schema generation only)
1341
+ * @description Internal endpoint used only to ensure DeviceFilter schema is generated in OpenAPI spec
1342
+ */
1343
+ get: {
1344
+ parameters: {
1345
+ query?: never;
1346
+ header?: never;
1347
+ path?: never;
1348
+ cookie?: never;
1349
+ };
1350
+ requestBody?: never;
1351
+ responses: {
1352
+ /** @description OK */
1353
+ 200: {
1354
+ headers: {
1355
+ [name: string]: unknown;
1356
+ };
1357
+ content: {
1358
+ "application/json": components["schemas"]["api.DeviceFilter"];
1359
+ };
1360
+ };
1361
+ };
1362
+ };
1363
+ put?: never;
1364
+ post?: never;
1365
+ delete?: never;
1366
+ options?: never;
1367
+ head?: never;
1368
+ patch?: never;
1369
+ trace?: never;
1370
+ };
1293
1371
  "/internal/devicelocationmetadata": {
1294
1372
  parameters: {
1295
1373
  query?: never;
@@ -1368,6 +1446,45 @@ export interface paths {
1368
1446
  patch?: never;
1369
1447
  trace?: never;
1370
1448
  };
1449
+ "/internal/deviceoption": {
1450
+ parameters: {
1451
+ query?: never;
1452
+ header?: never;
1453
+ path?: never;
1454
+ cookie?: never;
1455
+ };
1456
+ /**
1457
+ * Get DeviceOption (schema generation only)
1458
+ * @description Internal endpoint used only to ensure DeviceOption schema is generated in OpenAPI spec
1459
+ */
1460
+ get: {
1461
+ parameters: {
1462
+ query?: never;
1463
+ header?: never;
1464
+ path?: never;
1465
+ cookie?: never;
1466
+ };
1467
+ requestBody?: never;
1468
+ responses: {
1469
+ /** @description OK */
1470
+ 200: {
1471
+ headers: {
1472
+ [name: string]: unknown;
1473
+ };
1474
+ content: {
1475
+ "application/json": components["schemas"]["models.DeviceOption"];
1476
+ };
1477
+ };
1478
+ };
1479
+ };
1480
+ put?: never;
1481
+ post?: never;
1482
+ delete?: never;
1483
+ options?: never;
1484
+ head?: never;
1485
+ patch?: never;
1486
+ trace?: never;
1487
+ };
1371
1488
  "/internal/deviceplacement": {
1372
1489
  parameters: {
1373
1490
  query?: never;
@@ -2070,7 +2187,7 @@ export interface paths {
2070
2187
  patch?: never;
2071
2188
  trace?: never;
2072
2189
  };
2073
- "/internal/getmarkerserrorresponse": {
2190
+ "/internal/getdeviceoptionserrorresponse": {
2074
2191
  parameters: {
2075
2192
  query?: never;
2076
2193
  header?: never;
@@ -2078,8 +2195,8 @@ export interface paths {
2078
2195
  cookie?: never;
2079
2196
  };
2080
2197
  /**
2081
- * Get GetMarkersErrorResponse (schema generation only)
2082
- * @description Internal endpoint used only to ensure GetMarkersErrorResponse schema is generated in OpenAPI spec
2198
+ * Get GetDeviceOptionsErrorResponse (schema generation only)
2199
+ * @description Internal endpoint used only to ensure GetDeviceOptionsErrorResponse schema is generated in OpenAPI spec
2083
2200
  */
2084
2201
  get: {
2085
2202
  parameters: {
@@ -2096,7 +2213,7 @@ export interface paths {
2096
2213
  [name: string]: unknown;
2097
2214
  };
2098
2215
  content: {
2099
- "application/json": components["schemas"]["api.GetMarkersErrorResponse"];
2216
+ "application/json": components["schemas"]["api.GetDeviceOptionsErrorResponse"];
2100
2217
  };
2101
2218
  };
2102
2219
  };
@@ -2109,7 +2226,7 @@ export interface paths {
2109
2226
  patch?: never;
2110
2227
  trace?: never;
2111
2228
  };
2112
- "/internal/getmarkersrequest": {
2229
+ "/internal/getdeviceoptionsrequest": {
2113
2230
  parameters: {
2114
2231
  query?: never;
2115
2232
  header?: never;
@@ -2117,8 +2234,8 @@ export interface paths {
2117
2234
  cookie?: never;
2118
2235
  };
2119
2236
  /**
2120
- * Get GetMarkersRequest (schema generation only)
2121
- * @description Internal endpoint used only to ensure GetMarkersRequest schema is generated in OpenAPI spec
2237
+ * Get GetDeviceOptionsRequest (schema generation only)
2238
+ * @description Internal endpoint used only to ensure GetDeviceOptionsRequest schema is generated in OpenAPI spec
2122
2239
  */
2123
2240
  get: {
2124
2241
  parameters: {
@@ -2135,7 +2252,7 @@ export interface paths {
2135
2252
  [name: string]: unknown;
2136
2253
  };
2137
2254
  content: {
2138
- "application/json": components["schemas"]["api.GetMarkersRequest"];
2255
+ "application/json": components["schemas"]["api.GetDeviceOptionsRequest"];
2139
2256
  };
2140
2257
  };
2141
2258
  };
@@ -2148,7 +2265,7 @@ export interface paths {
2148
2265
  patch?: never;
2149
2266
  trace?: never;
2150
2267
  };
2151
- "/internal/getmarkersresponse": {
2268
+ "/internal/getdeviceoptionsresponse": {
2152
2269
  parameters: {
2153
2270
  query?: never;
2154
2271
  header?: never;
@@ -2156,8 +2273,8 @@ export interface paths {
2156
2273
  cookie?: never;
2157
2274
  };
2158
2275
  /**
2159
- * Get GetMarkersResponse (schema generation only)
2160
- * @description Internal endpoint used only to ensure GetMarkersResponse schema is generated in OpenAPI spec
2276
+ * Get GetDeviceOptionsResponse (schema generation only)
2277
+ * @description Internal endpoint used only to ensure GetDeviceOptionsResponse schema is generated in OpenAPI spec
2161
2278
  */
2162
2279
  get: {
2163
2280
  parameters: {
@@ -2174,7 +2291,7 @@ export interface paths {
2174
2291
  [name: string]: unknown;
2175
2292
  };
2176
2293
  content: {
2177
- "application/json": components["schemas"]["api.GetMarkersResponse"];
2294
+ "application/json": components["schemas"]["api.GetDeviceOptionsResponse"];
2178
2295
  };
2179
2296
  };
2180
2297
  };
@@ -2187,7 +2304,7 @@ export interface paths {
2187
2304
  patch?: never;
2188
2305
  trace?: never;
2189
2306
  };
2190
- "/internal/getmarkerssuccessresponse": {
2307
+ "/internal/getdeviceoptionssuccessresponse": {
2191
2308
  parameters: {
2192
2309
  query?: never;
2193
2310
  header?: never;
@@ -2195,8 +2312,8 @@ export interface paths {
2195
2312
  cookie?: never;
2196
2313
  };
2197
2314
  /**
2198
- * Get GetMarkersSuccessResponse (schema generation only)
2199
- * @description Internal endpoint used only to ensure GetMarkersSuccessResponse schema is generated in OpenAPI spec
2315
+ * Get GetDeviceOptionsSuccessResponse (schema generation only)
2316
+ * @description Internal endpoint used only to ensure GetDeviceOptionsSuccessResponse schema is generated in OpenAPI spec
2200
2317
  */
2201
2318
  get: {
2202
2319
  parameters: {
@@ -2213,7 +2330,7 @@ export interface paths {
2213
2330
  [name: string]: unknown;
2214
2331
  };
2215
2332
  content: {
2216
- "application/json": components["schemas"]["api.GetMarkersSuccessResponse"];
2333
+ "application/json": components["schemas"]["api.GetDeviceOptionsSuccessResponse"];
2217
2334
  };
2218
2335
  };
2219
2336
  };
@@ -2226,7 +2343,7 @@ export interface paths {
2226
2343
  patch?: never;
2227
2344
  trace?: never;
2228
2345
  };
2229
- "/internal/getmediaerrorresponse": {
2346
+ "/internal/getmarkereventoptionserrorresponse": {
2230
2347
  parameters: {
2231
2348
  query?: never;
2232
2349
  header?: never;
@@ -2234,8 +2351,8 @@ export interface paths {
2234
2351
  cookie?: never;
2235
2352
  };
2236
2353
  /**
2237
- * Get GetMediaErrorResponse (schema generation only)
2238
- * @description Internal endpoint used only to ensure GetMediaErrorResponse schema is generated in OpenAPI spec
2354
+ * Get GetMarkerEventOptionsErrorResponse (schema generation only)
2355
+ * @description Internal endpoint used only to ensure GetMarkerEventOptionsErrorResponse schema is generated in OpenAPI spec
2239
2356
  */
2240
2357
  get: {
2241
2358
  parameters: {
@@ -2252,7 +2369,7 @@ export interface paths {
2252
2369
  [name: string]: unknown;
2253
2370
  };
2254
2371
  content: {
2255
- "application/json": components["schemas"]["api.GetMediaErrorResponse"];
2372
+ "application/json": components["schemas"]["api.GetMarkerEventOptionsErrorResponse"];
2256
2373
  };
2257
2374
  };
2258
2375
  };
@@ -2265,7 +2382,7 @@ export interface paths {
2265
2382
  patch?: never;
2266
2383
  trace?: never;
2267
2384
  };
2268
- "/internal/getmediarequest": {
2385
+ "/internal/getmarkereventoptionsrequest": {
2269
2386
  parameters: {
2270
2387
  query?: never;
2271
2388
  header?: never;
@@ -2273,8 +2390,8 @@ export interface paths {
2273
2390
  cookie?: never;
2274
2391
  };
2275
2392
  /**
2276
- * Get GetMediaRequest (schema generation only)
2277
- * @description Internal endpoint used only to ensure GetMediaRequest schema is generated in OpenAPI spec
2393
+ * Get GetMarkerEventOptionsRequest (schema generation only)
2394
+ * @description Internal endpoint used only to ensure GetMarkerEventOptionsRequest schema is generated in OpenAPI spec
2278
2395
  */
2279
2396
  get: {
2280
2397
  parameters: {
@@ -2291,7 +2408,7 @@ export interface paths {
2291
2408
  [name: string]: unknown;
2292
2409
  };
2293
2410
  content: {
2294
- "application/json": components["schemas"]["api.GetMediaRequest"];
2411
+ "application/json": components["schemas"]["api.GetMarkerEventOptionsRequest"];
2295
2412
  };
2296
2413
  };
2297
2414
  };
@@ -2304,7 +2421,7 @@ export interface paths {
2304
2421
  patch?: never;
2305
2422
  trace?: never;
2306
2423
  };
2307
- "/internal/getmediaresponse": {
2424
+ "/internal/getmarkereventoptionsresponse": {
2308
2425
  parameters: {
2309
2426
  query?: never;
2310
2427
  header?: never;
@@ -2312,8 +2429,8 @@ export interface paths {
2312
2429
  cookie?: never;
2313
2430
  };
2314
2431
  /**
2315
- * Get GetMediaResponse (schema generation only)
2316
- * @description Internal endpoint used only to ensure GetMediaResponse schema is generated in OpenAPI spec
2432
+ * Get GetMarkerEventOptionsResponse (schema generation only)
2433
+ * @description Internal endpoint used only to ensure GetMarkerEventOptionsResponse schema is generated in OpenAPI spec
2317
2434
  */
2318
2435
  get: {
2319
2436
  parameters: {
@@ -2330,7 +2447,7 @@ export interface paths {
2330
2447
  [name: string]: unknown;
2331
2448
  };
2332
2449
  content: {
2333
- "application/json": components["schemas"]["api.GetMediaResponse"];
2450
+ "application/json": components["schemas"]["api.GetMarkerEventOptionsResponse"];
2334
2451
  };
2335
2452
  };
2336
2453
  };
@@ -2343,7 +2460,7 @@ export interface paths {
2343
2460
  patch?: never;
2344
2461
  trace?: never;
2345
2462
  };
2346
- "/internal/getmediasuccessresponse": {
2463
+ "/internal/getmarkereventoptionssuccessresponse": {
2347
2464
  parameters: {
2348
2465
  query?: never;
2349
2466
  header?: never;
@@ -2351,8 +2468,8 @@ export interface paths {
2351
2468
  cookie?: never;
2352
2469
  };
2353
2470
  /**
2354
- * Get GetMediaSuccessResponse (schema generation only)
2355
- * @description Internal endpoint used only to ensure GetMediaSuccessResponse schema is generated in OpenAPI spec
2471
+ * Get GetMarkerEventOptionsSuccessResponse (schema generation only)
2472
+ * @description Internal endpoint used only to ensure GetMarkerEventOptionsSuccessResponse schema is generated in OpenAPI spec
2356
2473
  */
2357
2474
  get: {
2358
2475
  parameters: {
@@ -2369,7 +2486,7 @@ export interface paths {
2369
2486
  [name: string]: unknown;
2370
2487
  };
2371
2488
  content: {
2372
- "application/json": components["schemas"]["api.GetMediaSuccessResponse"];
2489
+ "application/json": components["schemas"]["api.GetMarkerEventOptionsSuccessResponse"];
2373
2490
  };
2374
2491
  };
2375
2492
  };
@@ -2382,7 +2499,7 @@ export interface paths {
2382
2499
  patch?: never;
2383
2500
  trace?: never;
2384
2501
  };
2385
- "/internal/gettimelineerrorresponse": {
2502
+ "/internal/getmarkeroptionserrorresponse": {
2386
2503
  parameters: {
2387
2504
  query?: never;
2388
2505
  header?: never;
@@ -2390,8 +2507,8 @@ export interface paths {
2390
2507
  cookie?: never;
2391
2508
  };
2392
2509
  /**
2393
- * Get GetTimelineErrorResponse (schema generation only)
2394
- * @description Internal endpoint used only to ensure GetTimelineErrorResponse schema is generated in OpenAPI spec
2510
+ * Get GetMarkerOptionsErrorResponse (schema generation only)
2511
+ * @description Internal endpoint used only to ensure GetMarkerOptionsErrorResponse schema is generated in OpenAPI spec
2395
2512
  */
2396
2513
  get: {
2397
2514
  parameters: {
@@ -2408,7 +2525,7 @@ export interface paths {
2408
2525
  [name: string]: unknown;
2409
2526
  };
2410
2527
  content: {
2411
- "application/json": components["schemas"]["api.GetTimelineErrorResponse"];
2528
+ "application/json": components["schemas"]["api.GetMarkerOptionsErrorResponse"];
2412
2529
  };
2413
2530
  };
2414
2531
  };
@@ -2421,7 +2538,7 @@ export interface paths {
2421
2538
  patch?: never;
2422
2539
  trace?: never;
2423
2540
  };
2424
- "/internal/gettimelinerequest": {
2541
+ "/internal/getmarkeroptionsrequest": {
2425
2542
  parameters: {
2426
2543
  query?: never;
2427
2544
  header?: never;
@@ -2429,8 +2546,8 @@ export interface paths {
2429
2546
  cookie?: never;
2430
2547
  };
2431
2548
  /**
2432
- * Get GetTimelineRequest (schema generation only)
2433
- * @description Internal endpoint used only to ensure GetTimelineRequest schema is generated in OpenAPI spec
2549
+ * Get GetMarkerOptionsRequest (schema generation only)
2550
+ * @description Internal endpoint used only to ensure GetMarkerOptionsRequest schema is generated in OpenAPI spec
2434
2551
  */
2435
2552
  get: {
2436
2553
  parameters: {
@@ -2447,7 +2564,7 @@ export interface paths {
2447
2564
  [name: string]: unknown;
2448
2565
  };
2449
2566
  content: {
2450
- "application/json": components["schemas"]["api.GetTimelineRequest"];
2567
+ "application/json": components["schemas"]["api.GetMarkerOptionsRequest"];
2451
2568
  };
2452
2569
  };
2453
2570
  };
@@ -2460,7 +2577,7 @@ export interface paths {
2460
2577
  patch?: never;
2461
2578
  trace?: never;
2462
2579
  };
2463
- "/internal/gettimelineresponse": {
2580
+ "/internal/getmarkeroptionsresponse": {
2464
2581
  parameters: {
2465
2582
  query?: never;
2466
2583
  header?: never;
@@ -2468,8 +2585,8 @@ export interface paths {
2468
2585
  cookie?: never;
2469
2586
  };
2470
2587
  /**
2471
- * Get GetTimelineResponse (schema generation only)
2472
- * @description Internal endpoint used only to ensure GetTimelineResponse schema is generated in OpenAPI spec
2588
+ * Get GetMarkerOptionsResponse (schema generation only)
2589
+ * @description Internal endpoint used only to ensure GetMarkerOptionsResponse schema is generated in OpenAPI spec
2473
2590
  */
2474
2591
  get: {
2475
2592
  parameters: {
@@ -2486,7 +2603,7 @@ export interface paths {
2486
2603
  [name: string]: unknown;
2487
2604
  };
2488
2605
  content: {
2489
- "application/json": components["schemas"]["api.GetTimelineResponse"];
2606
+ "application/json": components["schemas"]["api.GetMarkerOptionsResponse"];
2490
2607
  };
2491
2608
  };
2492
2609
  };
@@ -2499,7 +2616,7 @@ export interface paths {
2499
2616
  patch?: never;
2500
2617
  trace?: never;
2501
2618
  };
2502
- "/internal/gettimelinesuccessresponse": {
2619
+ "/internal/getmarkeroptionssuccessresponse": {
2503
2620
  parameters: {
2504
2621
  query?: never;
2505
2622
  header?: never;
@@ -2507,8 +2624,8 @@ export interface paths {
2507
2624
  cookie?: never;
2508
2625
  };
2509
2626
  /**
2510
- * Get GetTimelineSuccessResponse (schema generation only)
2511
- * @description Internal endpoint used only to ensure GetTimelineSuccessResponse schema is generated in OpenAPI spec
2627
+ * Get GetMarkerOptionsSuccessResponse (schema generation only)
2628
+ * @description Internal endpoint used only to ensure GetMarkerOptionsSuccessResponse schema is generated in OpenAPI spec
2512
2629
  */
2513
2630
  get: {
2514
2631
  parameters: {
@@ -2525,7 +2642,7 @@ export interface paths {
2525
2642
  [name: string]: unknown;
2526
2643
  };
2527
2644
  content: {
2528
- "application/json": components["schemas"]["api.GetTimelineSuccessResponse"];
2645
+ "application/json": components["schemas"]["api.GetMarkerOptionsSuccessResponse"];
2529
2646
  };
2530
2647
  };
2531
2648
  };
@@ -2538,7 +2655,7 @@ export interface paths {
2538
2655
  patch?: never;
2539
2656
  trace?: never;
2540
2657
  };
2541
- "/internal/highupload": {
2658
+ "/internal/getmarkerserrorresponse": {
2542
2659
  parameters: {
2543
2660
  query?: never;
2544
2661
  header?: never;
@@ -2546,8 +2663,8 @@ export interface paths {
2546
2663
  cookie?: never;
2547
2664
  };
2548
2665
  /**
2549
- * Get HighUpload (schema generation only)
2550
- * @description Internal endpoint used only to ensure HighUpload schema is generated in OpenAPI spec
2666
+ * Get GetMarkersErrorResponse (schema generation only)
2667
+ * @description Internal endpoint used only to ensure GetMarkersErrorResponse schema is generated in OpenAPI spec
2551
2668
  */
2552
2669
  get: {
2553
2670
  parameters: {
@@ -2564,7 +2681,7 @@ export interface paths {
2564
2681
  [name: string]: unknown;
2565
2682
  };
2566
2683
  content: {
2567
- "application/json": components["schemas"]["models.HighUpload"];
2684
+ "application/json": components["schemas"]["api.GetMarkersErrorResponse"];
2568
2685
  };
2569
2686
  };
2570
2687
  };
@@ -2577,7 +2694,7 @@ export interface paths {
2577
2694
  patch?: never;
2578
2695
  trace?: never;
2579
2696
  };
2580
- "/internal/hourrange": {
2697
+ "/internal/getmarkersrequest": {
2581
2698
  parameters: {
2582
2699
  query?: never;
2583
2700
  header?: never;
@@ -2585,8 +2702,8 @@ export interface paths {
2585
2702
  cookie?: never;
2586
2703
  };
2587
2704
  /**
2588
- * Get HourRange (schema generation only)
2589
- * @description Internal endpoint used only to ensure HourRange schema is generated in OpenAPI spec
2705
+ * Get GetMarkersRequest (schema generation only)
2706
+ * @description Internal endpoint used only to ensure GetMarkersRequest schema is generated in OpenAPI spec
2590
2707
  */
2591
2708
  get: {
2592
2709
  parameters: {
@@ -2603,7 +2720,7 @@ export interface paths {
2603
2720
  [name: string]: unknown;
2604
2721
  };
2605
2722
  content: {
2606
- "application/json": components["schemas"]["models.HourRange"];
2723
+ "application/json": components["schemas"]["api.GetMarkersRequest"];
2607
2724
  };
2608
2725
  };
2609
2726
  };
@@ -2616,7 +2733,7 @@ export interface paths {
2616
2733
  patch?: never;
2617
2734
  trace?: never;
2618
2735
  };
2619
- "/internal/io": {
2736
+ "/internal/getmarkersresponse": {
2620
2737
  parameters: {
2621
2738
  query?: never;
2622
2739
  header?: never;
@@ -2624,8 +2741,8 @@ export interface paths {
2624
2741
  cookie?: never;
2625
2742
  };
2626
2743
  /**
2627
- * Get IO (schema generation only)
2628
- * @description Internal endpoint used only to ensure IO schema is generated in OpenAPI spec
2744
+ * Get GetMarkersResponse (schema generation only)
2745
+ * @description Internal endpoint used only to ensure GetMarkersResponse schema is generated in OpenAPI spec
2629
2746
  */
2630
2747
  get: {
2631
2748
  parameters: {
@@ -2642,7 +2759,7 @@ export interface paths {
2642
2759
  [name: string]: unknown;
2643
2760
  };
2644
2761
  content: {
2645
- "application/json": components["schemas"]["models.IO"];
2762
+ "application/json": components["schemas"]["api.GetMarkersResponse"];
2646
2763
  };
2647
2764
  };
2648
2765
  };
@@ -2655,7 +2772,7 @@ export interface paths {
2655
2772
  patch?: never;
2656
2773
  trace?: never;
2657
2774
  };
2658
- "/internal/location": {
2775
+ "/internal/getmarkerssuccessresponse": {
2659
2776
  parameters: {
2660
2777
  query?: never;
2661
2778
  header?: never;
@@ -2663,8 +2780,8 @@ export interface paths {
2663
2780
  cookie?: never;
2664
2781
  };
2665
2782
  /**
2666
- * Get Location (schema generation only)
2667
- * @description Internal endpoint used only to ensure Location schema is generated in OpenAPI spec
2783
+ * Get GetMarkersSuccessResponse (schema generation only)
2784
+ * @description Internal endpoint used only to ensure GetMarkersSuccessResponse schema is generated in OpenAPI spec
2668
2785
  */
2669
2786
  get: {
2670
2787
  parameters: {
@@ -2681,7 +2798,7 @@ export interface paths {
2681
2798
  [name: string]: unknown;
2682
2799
  };
2683
2800
  content: {
2684
- "application/json": components["schemas"]["models.Location"];
2801
+ "application/json": components["schemas"]["api.GetMarkersSuccessResponse"];
2685
2802
  };
2686
2803
  };
2687
2804
  };
@@ -2694,7 +2811,7 @@ export interface paths {
2694
2811
  patch?: never;
2695
2812
  trace?: never;
2696
2813
  };
2697
- "/internal/marker": {
2814
+ "/internal/getmarkertagoptionserrorresponse": {
2698
2815
  parameters: {
2699
2816
  query?: never;
2700
2817
  header?: never;
@@ -2702,8 +2819,8 @@ export interface paths {
2702
2819
  cookie?: never;
2703
2820
  };
2704
2821
  /**
2705
- * Get Marker (schema generation only)
2706
- * @description Internal endpoint used only to ensure Marker schema is generated in OpenAPI spec
2822
+ * Get GetMarkerTagOptionsErrorResponse (schema generation only)
2823
+ * @description Internal endpoint used only to ensure GetMarkerTagOptionsErrorResponse schema is generated in OpenAPI spec
2707
2824
  */
2708
2825
  get: {
2709
2826
  parameters: {
@@ -2720,7 +2837,7 @@ export interface paths {
2720
2837
  [name: string]: unknown;
2721
2838
  };
2722
2839
  content: {
2723
- "application/json": components["schemas"]["models.Marker"];
2840
+ "application/json": components["schemas"]["api.GetMarkerTagOptionsErrorResponse"];
2724
2841
  };
2725
2842
  };
2726
2843
  };
@@ -2733,7 +2850,7 @@ export interface paths {
2733
2850
  patch?: never;
2734
2851
  trace?: never;
2735
2852
  };
2736
- "/internal/markerevent": {
2853
+ "/internal/getmarkertagoptionsrequest": {
2737
2854
  parameters: {
2738
2855
  query?: never;
2739
2856
  header?: never;
@@ -2741,8 +2858,8 @@ export interface paths {
2741
2858
  cookie?: never;
2742
2859
  };
2743
2860
  /**
2744
- * Get MarkerEvent (schema generation only)
2745
- * @description Internal endpoint used only to ensure MarkerEvent schema is generated in OpenAPI spec
2861
+ * Get GetMarkerTagOptionsRequest (schema generation only)
2862
+ * @description Internal endpoint used only to ensure GetMarkerTagOptionsRequest schema is generated in OpenAPI spec
2746
2863
  */
2747
2864
  get: {
2748
2865
  parameters: {
@@ -2759,7 +2876,7 @@ export interface paths {
2759
2876
  [name: string]: unknown;
2760
2877
  };
2761
2878
  content: {
2762
- "application/json": components["schemas"]["models.MarkerEvent"];
2879
+ "application/json": components["schemas"]["api.GetMarkerTagOptionsRequest"];
2763
2880
  };
2764
2881
  };
2765
2882
  };
@@ -2772,7 +2889,7 @@ export interface paths {
2772
2889
  patch?: never;
2773
2890
  trace?: never;
2774
2891
  };
2775
- "/internal/markermetadata": {
2892
+ "/internal/getmarkertagoptionsresponse": {
2776
2893
  parameters: {
2777
2894
  query?: never;
2778
2895
  header?: never;
@@ -2780,8 +2897,8 @@ export interface paths {
2780
2897
  cookie?: never;
2781
2898
  };
2782
2899
  /**
2783
- * Get MarkerMetadata (schema generation only)
2784
- * @description Internal endpoint used only to ensure MarkerMetadata schema is generated in OpenAPI spec
2900
+ * Get GetMarkerTagOptionsResponse (schema generation only)
2901
+ * @description Internal endpoint used only to ensure GetMarkerTagOptionsResponse schema is generated in OpenAPI spec
2785
2902
  */
2786
2903
  get: {
2787
2904
  parameters: {
@@ -2798,7 +2915,7 @@ export interface paths {
2798
2915
  [name: string]: unknown;
2799
2916
  };
2800
2917
  content: {
2801
- "application/json": components["schemas"]["models.MarkerMetadata"];
2918
+ "application/json": components["schemas"]["api.GetMarkerTagOptionsResponse"];
2802
2919
  };
2803
2920
  };
2804
2921
  };
@@ -2811,7 +2928,7 @@ export interface paths {
2811
2928
  patch?: never;
2812
2929
  trace?: never;
2813
2930
  };
2814
- "/internal/markeroptions": {
2931
+ "/internal/getmarkertagoptionssuccessresponse": {
2815
2932
  parameters: {
2816
2933
  query?: never;
2817
2934
  header?: never;
@@ -2819,8 +2936,8 @@ export interface paths {
2819
2936
  cookie?: never;
2820
2937
  };
2821
2938
  /**
2822
- * Get MarkerOptions (schema generation only)
2823
- * @description Internal endpoint used only to ensure MarkerOptions schema is generated in OpenAPI spec
2939
+ * Get GetMarkerTagOptionsSuccessResponse (schema generation only)
2940
+ * @description Internal endpoint used only to ensure GetMarkerTagOptionsSuccessResponse schema is generated in OpenAPI spec
2824
2941
  */
2825
2942
  get: {
2826
2943
  parameters: {
@@ -2837,7 +2954,7 @@ export interface paths {
2837
2954
  [name: string]: unknown;
2838
2955
  };
2839
2956
  content: {
2840
- "application/json": components["schemas"]["api.MarkerOptions"];
2957
+ "application/json": components["schemas"]["api.GetMarkerTagOptionsSuccessResponse"];
2841
2958
  };
2842
2959
  };
2843
2960
  };
@@ -2850,7 +2967,7 @@ export interface paths {
2850
2967
  patch?: never;
2851
2968
  trace?: never;
2852
2969
  };
2853
- "/internal/mediaatruntimemetadata": {
2970
+ "/internal/getmediaerrorresponse": {
2854
2971
  parameters: {
2855
2972
  query?: never;
2856
2973
  header?: never;
@@ -2858,8 +2975,8 @@ export interface paths {
2858
2975
  cookie?: never;
2859
2976
  };
2860
2977
  /**
2861
- * Get MediaAtRuntimeMetadata (schema generation only)
2862
- * @description Internal endpoint used only to ensure MediaAtRuntimeMetadata schema is generated in OpenAPI spec
2978
+ * Get GetMediaErrorResponse (schema generation only)
2979
+ * @description Internal endpoint used only to ensure GetMediaErrorResponse schema is generated in OpenAPI spec
2863
2980
  */
2864
2981
  get: {
2865
2982
  parameters: {
@@ -2876,7 +2993,7 @@ export interface paths {
2876
2993
  [name: string]: unknown;
2877
2994
  };
2878
2995
  content: {
2879
- "application/json": components["schemas"]["models.MediaAtRuntimeMetadata"];
2996
+ "application/json": components["schemas"]["api.GetMediaErrorResponse"];
2880
2997
  };
2881
2998
  };
2882
2999
  };
@@ -2889,7 +3006,7 @@ export interface paths {
2889
3006
  patch?: never;
2890
3007
  trace?: never;
2891
3008
  };
2892
- "/internal/mediafilter": {
3009
+ "/internal/getmediarequest": {
2893
3010
  parameters: {
2894
3011
  query?: never;
2895
3012
  header?: never;
@@ -2897,8 +3014,8 @@ export interface paths {
2897
3014
  cookie?: never;
2898
3015
  };
2899
3016
  /**
2900
- * Get MediaFilter (schema generation only)
2901
- * @description Internal endpoint used only to ensure MediaFilter schema is generated in OpenAPI spec
3017
+ * Get GetMediaRequest (schema generation only)
3018
+ * @description Internal endpoint used only to ensure GetMediaRequest schema is generated in OpenAPI spec
2902
3019
  */
2903
3020
  get: {
2904
3021
  parameters: {
@@ -2915,7 +3032,7 @@ export interface paths {
2915
3032
  [name: string]: unknown;
2916
3033
  };
2917
3034
  content: {
2918
- "application/json": components["schemas"]["api.MediaFilter"];
3035
+ "application/json": components["schemas"]["api.GetMediaRequest"];
2919
3036
  };
2920
3037
  };
2921
3038
  };
@@ -2928,7 +3045,7 @@ export interface paths {
2928
3045
  patch?: never;
2929
3046
  trace?: never;
2930
3047
  };
2931
- "/internal/mediagroup": {
3048
+ "/internal/getmediaresponse": {
2932
3049
  parameters: {
2933
3050
  query?: never;
2934
3051
  header?: never;
@@ -2936,8 +3053,8 @@ export interface paths {
2936
3053
  cookie?: never;
2937
3054
  };
2938
3055
  /**
2939
- * Get MediaGroup (schema generation only)
2940
- * @description Internal endpoint used only to ensure MediaGroup schema is generated in OpenAPI spec
3056
+ * Get GetMediaResponse (schema generation only)
3057
+ * @description Internal endpoint used only to ensure GetMediaResponse schema is generated in OpenAPI spec
2941
3058
  */
2942
3059
  get: {
2943
3060
  parameters: {
@@ -2954,7 +3071,7 @@ export interface paths {
2954
3071
  [name: string]: unknown;
2955
3072
  };
2956
3073
  content: {
2957
- "application/json": components["schemas"]["api.MediaGroup"];
3074
+ "application/json": components["schemas"]["api.GetMediaResponse"];
2958
3075
  };
2959
3076
  };
2960
3077
  };
@@ -2967,7 +3084,7 @@ export interface paths {
2967
3084
  patch?: never;
2968
3085
  trace?: never;
2969
3086
  };
2970
- "/internal/mediametadata": {
3087
+ "/internal/getmediasuccessresponse": {
2971
3088
  parameters: {
2972
3089
  query?: never;
2973
3090
  header?: never;
@@ -2975,8 +3092,8 @@ export interface paths {
2975
3092
  cookie?: never;
2976
3093
  };
2977
3094
  /**
2978
- * Get MediaMetadata (schema generation only)
2979
- * @description Internal endpoint used only to ensure MediaMetadata schema is generated in OpenAPI spec
3095
+ * Get GetMediaSuccessResponse (schema generation only)
3096
+ * @description Internal endpoint used only to ensure GetMediaSuccessResponse schema is generated in OpenAPI spec
2980
3097
  */
2981
3098
  get: {
2982
3099
  parameters: {
@@ -2993,7 +3110,7 @@ export interface paths {
2993
3110
  [name: string]: unknown;
2994
3111
  };
2995
3112
  content: {
2996
- "application/json": components["schemas"]["models.MediaMetadata"];
3113
+ "application/json": components["schemas"]["api.GetMediaSuccessResponse"];
2997
3114
  };
2998
3115
  };
2999
3116
  };
@@ -3006,7 +3123,7 @@ export interface paths {
3006
3123
  patch?: never;
3007
3124
  trace?: never;
3008
3125
  };
3009
- "/internal/metadata": {
3126
+ "/internal/getsiteoptionserrorresponse": {
3010
3127
  parameters: {
3011
3128
  query?: never;
3012
3129
  header?: never;
@@ -3014,8 +3131,8 @@ export interface paths {
3014
3131
  cookie?: never;
3015
3132
  };
3016
3133
  /**
3017
- * Get Metadata (schema generation only)
3018
- * @description Internal endpoint used only to ensure Metadata schema is generated in OpenAPI spec
3134
+ * Get GetSiteOptionsErrorResponse (schema generation only)
3135
+ * @description Internal endpoint used only to ensure GetSiteOptionsErrorResponse schema is generated in OpenAPI spec
3019
3136
  */
3020
3137
  get: {
3021
3138
  parameters: {
@@ -3032,7 +3149,7 @@ export interface paths {
3032
3149
  [name: string]: unknown;
3033
3150
  };
3034
3151
  content: {
3035
- "application/json": components["schemas"]["api.Metadata"];
3152
+ "application/json": components["schemas"]["api.GetSiteOptionsErrorResponse"];
3036
3153
  };
3037
3154
  };
3038
3155
  };
@@ -3045,7 +3162,7 @@ export interface paths {
3045
3162
  patch?: never;
3046
3163
  trace?: never;
3047
3164
  };
3048
- "/internal/model": {
3165
+ "/internal/getsiteoptionsrequest": {
3049
3166
  parameters: {
3050
3167
  query?: never;
3051
3168
  header?: never;
@@ -3053,8 +3170,8 @@ export interface paths {
3053
3170
  cookie?: never;
3054
3171
  };
3055
3172
  /**
3056
- * Get Model (schema generation only)
3057
- * @description Internal endpoint used only to ensure Model schema is generated in OpenAPI spec
3173
+ * Get GetSiteOptionsRequest (schema generation only)
3174
+ * @description Internal endpoint used only to ensure GetSiteOptionsRequest schema is generated in OpenAPI spec
3058
3175
  */
3059
3176
  get: {
3060
3177
  parameters: {
@@ -3071,7 +3188,7 @@ export interface paths {
3071
3188
  [name: string]: unknown;
3072
3189
  };
3073
3190
  content: {
3074
- "application/json": components["schemas"]["models.Model"];
3191
+ "application/json": components["schemas"]["api.GetSiteOptionsRequest"];
3075
3192
  };
3076
3193
  };
3077
3194
  };
@@ -3084,7 +3201,7 @@ export interface paths {
3084
3201
  patch?: never;
3085
3202
  trace?: never;
3086
3203
  };
3087
- "/internal/monitorstage": {
3204
+ "/internal/getsiteoptionsresponse": {
3088
3205
  parameters: {
3089
3206
  query?: never;
3090
3207
  header?: never;
@@ -3092,8 +3209,8 @@ export interface paths {
3092
3209
  cookie?: never;
3093
3210
  };
3094
3211
  /**
3095
- * Get MonitorStage (schema generation only)
3096
- * @description Internal endpoint used only to ensure MonitorStage schema is generated in OpenAPI spec
3212
+ * Get GetSiteOptionsResponse (schema generation only)
3213
+ * @description Internal endpoint used only to ensure GetSiteOptionsResponse schema is generated in OpenAPI spec
3097
3214
  */
3098
3215
  get: {
3099
3216
  parameters: {
@@ -3110,7 +3227,7 @@ export interface paths {
3110
3227
  [name: string]: unknown;
3111
3228
  };
3112
3229
  content: {
3113
- "application/json": components["schemas"]["models.MonitorStage"];
3230
+ "application/json": components["schemas"]["api.GetSiteOptionsResponse"];
3114
3231
  };
3115
3232
  };
3116
3233
  };
@@ -3123,7 +3240,7 @@ export interface paths {
3123
3240
  patch?: never;
3124
3241
  trace?: never;
3125
3242
  };
3126
- "/internal/notificationstage": {
3243
+ "/internal/getsiteoptionssuccessresponse": {
3127
3244
  parameters: {
3128
3245
  query?: never;
3129
3246
  header?: never;
@@ -3131,8 +3248,8 @@ export interface paths {
3131
3248
  cookie?: never;
3132
3249
  };
3133
3250
  /**
3134
- * Get NotificationStage (schema generation only)
3135
- * @description Internal endpoint used only to ensure NotificationStage schema is generated in OpenAPI spec
3251
+ * Get GetSiteOptionsSuccessResponse (schema generation only)
3252
+ * @description Internal endpoint used only to ensure GetSiteOptionsSuccessResponse schema is generated in OpenAPI spec
3136
3253
  */
3137
3254
  get: {
3138
3255
  parameters: {
@@ -3149,7 +3266,7 @@ export interface paths {
3149
3266
  [name: string]: unknown;
3150
3267
  };
3151
3268
  content: {
3152
- "application/json": components["schemas"]["models.NotificationStage"];
3269
+ "application/json": components["schemas"]["api.GetSiteOptionsSuccessResponse"];
3153
3270
  };
3154
3271
  };
3155
3272
  };
@@ -3162,7 +3279,7 @@ export interface paths {
3162
3279
  patch?: never;
3163
3280
  trace?: never;
3164
3281
  };
3165
- "/internal/pipelineevent": {
3282
+ "/internal/gettimelineerrorresponse": {
3166
3283
  parameters: {
3167
3284
  query?: never;
3168
3285
  header?: never;
@@ -3170,8 +3287,8 @@ export interface paths {
3170
3287
  cookie?: never;
3171
3288
  };
3172
3289
  /**
3173
- * Get PipelineEvent (schema generation only)
3174
- * @description Internal endpoint used only to ensure PipelineEvent schema is generated in OpenAPI spec
3290
+ * Get GetTimelineErrorResponse (schema generation only)
3291
+ * @description Internal endpoint used only to ensure GetTimelineErrorResponse schema is generated in OpenAPI spec
3175
3292
  */
3176
3293
  get: {
3177
3294
  parameters: {
@@ -3188,7 +3305,7 @@ export interface paths {
3188
3305
  [name: string]: unknown;
3189
3306
  };
3190
3307
  content: {
3191
- "application/json": components["schemas"]["models.PipelineEvent"];
3308
+ "application/json": components["schemas"]["api.GetTimelineErrorResponse"];
3192
3309
  };
3193
3310
  };
3194
3311
  };
@@ -3201,7 +3318,7 @@ export interface paths {
3201
3318
  patch?: never;
3202
3319
  trace?: never;
3203
3320
  };
3204
- "/internal/pipelinemetadata": {
3321
+ "/internal/gettimelinerequest": {
3205
3322
  parameters: {
3206
3323
  query?: never;
3207
3324
  header?: never;
@@ -3209,8 +3326,8 @@ export interface paths {
3209
3326
  cookie?: never;
3210
3327
  };
3211
3328
  /**
3212
- * Get PipelineMetadata (schema generation only)
3213
- * @description Internal endpoint used only to ensure PipelineMetadata schema is generated in OpenAPI spec
3329
+ * Get GetTimelineRequest (schema generation only)
3330
+ * @description Internal endpoint used only to ensure GetTimelineRequest schema is generated in OpenAPI spec
3214
3331
  */
3215
3332
  get: {
3216
3333
  parameters: {
@@ -3227,7 +3344,7 @@ export interface paths {
3227
3344
  [name: string]: unknown;
3228
3345
  };
3229
3346
  content: {
3230
- "application/json": components["schemas"]["models.PipelineMetadata"];
3347
+ "application/json": components["schemas"]["api.GetTimelineRequest"];
3231
3348
  };
3232
3349
  };
3233
3350
  };
@@ -3240,7 +3357,7 @@ export interface paths {
3240
3357
  patch?: never;
3241
3358
  trace?: never;
3242
3359
  };
3243
- "/internal/pipelinepayload": {
3360
+ "/internal/gettimelineresponse": {
3244
3361
  parameters: {
3245
3362
  query?: never;
3246
3363
  header?: never;
@@ -3248,8 +3365,8 @@ export interface paths {
3248
3365
  cookie?: never;
3249
3366
  };
3250
3367
  /**
3251
- * Get PipelinePayload (schema generation only)
3252
- * @description Internal endpoint used only to ensure PipelinePayload schema is generated in OpenAPI spec
3368
+ * Get GetTimelineResponse (schema generation only)
3369
+ * @description Internal endpoint used only to ensure GetTimelineResponse schema is generated in OpenAPI spec
3253
3370
  */
3254
3371
  get: {
3255
3372
  parameters: {
@@ -3266,7 +3383,7 @@ export interface paths {
3266
3383
  [name: string]: unknown;
3267
3384
  };
3268
3385
  content: {
3269
- "application/json": components["schemas"]["models.PipelinePayload"];
3386
+ "application/json": components["schemas"]["api.GetTimelineResponse"];
3270
3387
  };
3271
3388
  };
3272
3389
  };
@@ -3279,7 +3396,7 @@ export interface paths {
3279
3396
  patch?: never;
3280
3397
  trace?: never;
3281
3398
  };
3282
- "/internal/point": {
3399
+ "/internal/gettimelinesuccessresponse": {
3283
3400
  parameters: {
3284
3401
  query?: never;
3285
3402
  header?: never;
@@ -3287,8 +3404,8 @@ export interface paths {
3287
3404
  cookie?: never;
3288
3405
  };
3289
3406
  /**
3290
- * Get Point (schema generation only)
3291
- * @description Internal endpoint used only to ensure Point schema is generated in OpenAPI spec
3407
+ * Get GetTimelineSuccessResponse (schema generation only)
3408
+ * @description Internal endpoint used only to ensure GetTimelineSuccessResponse schema is generated in OpenAPI spec
3292
3409
  */
3293
3410
  get: {
3294
3411
  parameters: {
@@ -3305,7 +3422,7 @@ export interface paths {
3305
3422
  [name: string]: unknown;
3306
3423
  };
3307
3424
  content: {
3308
- "application/json": components["schemas"]["models.Point"];
3425
+ "application/json": components["schemas"]["api.GetTimelineSuccessResponse"];
3309
3426
  };
3310
3427
  };
3311
3428
  };
@@ -3318,7 +3435,7 @@ export interface paths {
3318
3435
  patch?: never;
3319
3436
  trace?: never;
3320
3437
  };
3321
- "/internal/preset": {
3438
+ "/internal/highupload": {
3322
3439
  parameters: {
3323
3440
  query?: never;
3324
3441
  header?: never;
@@ -3326,8 +3443,8 @@ export interface paths {
3326
3443
  cookie?: never;
3327
3444
  };
3328
3445
  /**
3329
- * Get Preset (schema generation only)
3330
- * @description Internal endpoint used only to ensure Preset schema is generated in OpenAPI spec
3446
+ * Get HighUpload (schema generation only)
3447
+ * @description Internal endpoint used only to ensure HighUpload schema is generated in OpenAPI spec
3331
3448
  */
3332
3449
  get: {
3333
3450
  parameters: {
@@ -3344,7 +3461,7 @@ export interface paths {
3344
3461
  [name: string]: unknown;
3345
3462
  };
3346
3463
  content: {
3347
- "application/json": components["schemas"]["models.Preset"];
3464
+ "application/json": components["schemas"]["models.HighUpload"];
3348
3465
  };
3349
3466
  };
3350
3467
  };
@@ -3357,7 +3474,7 @@ export interface paths {
3357
3474
  patch?: never;
3358
3475
  trace?: never;
3359
3476
  };
3360
- "/internal/redactionevent": {
3477
+ "/internal/hourrange": {
3361
3478
  parameters: {
3362
3479
  query?: never;
3363
3480
  header?: never;
@@ -3365,8 +3482,8 @@ export interface paths {
3365
3482
  cookie?: never;
3366
3483
  };
3367
3484
  /**
3368
- * Get RedactionEvent (schema generation only)
3369
- * @description Internal endpoint used only to ensure RedactionEvent schema is generated in OpenAPI spec
3485
+ * Get HourRange (schema generation only)
3486
+ * @description Internal endpoint used only to ensure HourRange schema is generated in OpenAPI spec
3370
3487
  */
3371
3488
  get: {
3372
3489
  parameters: {
@@ -3383,7 +3500,7 @@ export interface paths {
3383
3500
  [name: string]: unknown;
3384
3501
  };
3385
3502
  content: {
3386
- "application/json": components["schemas"]["api.RedactionEvent"];
3503
+ "application/json": components["schemas"]["models.HourRange"];
3387
3504
  };
3388
3505
  };
3389
3506
  };
@@ -3396,7 +3513,7 @@ export interface paths {
3396
3513
  patch?: never;
3397
3514
  trace?: never;
3398
3515
  };
3399
- "/internal/region": {
3516
+ "/internal/io": {
3400
3517
  parameters: {
3401
3518
  query?: never;
3402
3519
  header?: never;
@@ -3404,8 +3521,8 @@ export interface paths {
3404
3521
  cookie?: never;
3405
3522
  };
3406
3523
  /**
3407
- * Get Region (schema generation only)
3408
- * @description Internal endpoint used only to ensure Region schema is generated in OpenAPI spec
3524
+ * Get IO (schema generation only)
3525
+ * @description Internal endpoint used only to ensure IO schema is generated in OpenAPI spec
3409
3526
  */
3410
3527
  get: {
3411
3528
  parameters: {
@@ -3422,7 +3539,7 @@ export interface paths {
3422
3539
  [name: string]: unknown;
3423
3540
  };
3424
3541
  content: {
3425
- "application/json": components["schemas"]["models.Region"];
3542
+ "application/json": components["schemas"]["models.IO"];
3426
3543
  };
3427
3544
  };
3428
3545
  };
@@ -3435,7 +3552,7 @@ export interface paths {
3435
3552
  patch?: never;
3436
3553
  trace?: never;
3437
3554
  };
3438
- "/internal/role": {
3555
+ "/internal/location": {
3439
3556
  parameters: {
3440
3557
  query?: never;
3441
3558
  header?: never;
@@ -3443,8 +3560,8 @@ export interface paths {
3443
3560
  cookie?: never;
3444
3561
  };
3445
3562
  /**
3446
- * Get Role (schema generation only)
3447
- * @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
3563
+ * Get Location (schema generation only)
3564
+ * @description Internal endpoint used only to ensure Location schema is generated in OpenAPI spec
3448
3565
  */
3449
3566
  get: {
3450
3567
  parameters: {
@@ -3461,7 +3578,7 @@ export interface paths {
3461
3578
  [name: string]: unknown;
3462
3579
  };
3463
3580
  content: {
3464
- "application/json": components["schemas"]["models.Role"];
3581
+ "application/json": components["schemas"]["models.Location"];
3465
3582
  };
3466
3583
  };
3467
3584
  };
@@ -3474,7 +3591,7 @@ export interface paths {
3474
3591
  patch?: never;
3475
3592
  trace?: never;
3476
3593
  };
3477
- "/internal/savefaceredactionerrorresponse": {
3594
+ "/internal/marker": {
3478
3595
  parameters: {
3479
3596
  query?: never;
3480
3597
  header?: never;
@@ -3482,8 +3599,8 @@ export interface paths {
3482
3599
  cookie?: never;
3483
3600
  };
3484
3601
  /**
3485
- * Get SaveFaceRedactionErrorResponse (schema generation only)
3486
- * @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
3602
+ * Get Marker (schema generation only)
3603
+ * @description Internal endpoint used only to ensure Marker schema is generated in OpenAPI spec
3487
3604
  */
3488
3605
  get: {
3489
3606
  parameters: {
@@ -3500,7 +3617,7 @@ export interface paths {
3500
3617
  [name: string]: unknown;
3501
3618
  };
3502
3619
  content: {
3503
- "application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
3620
+ "application/json": components["schemas"]["models.Marker"];
3504
3621
  };
3505
3622
  };
3506
3623
  };
@@ -3513,7 +3630,7 @@ export interface paths {
3513
3630
  patch?: never;
3514
3631
  trace?: never;
3515
3632
  };
3516
- "/internal/savefaceredactionrequest": {
3633
+ "/internal/markeratruntimemetadata": {
3517
3634
  parameters: {
3518
3635
  query?: never;
3519
3636
  header?: never;
@@ -3521,8 +3638,8 @@ export interface paths {
3521
3638
  cookie?: never;
3522
3639
  };
3523
3640
  /**
3524
- * Get SaveFaceRedactionRequest (schema generation only)
3525
- * @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
3641
+ * Get MarkerAtRuntimeMetadata (schema generation only)
3642
+ * @description Internal endpoint used only to ensure MarkerAtRuntimeMetadata schema is generated in OpenAPI spec
3526
3643
  */
3527
3644
  get: {
3528
3645
  parameters: {
@@ -3539,7 +3656,7 @@ export interface paths {
3539
3656
  [name: string]: unknown;
3540
3657
  };
3541
3658
  content: {
3542
- "application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
3659
+ "application/json": components["schemas"]["models.MarkerAtRuntimeMetadata"];
3543
3660
  };
3544
3661
  };
3545
3662
  };
@@ -3552,7 +3669,7 @@ export interface paths {
3552
3669
  patch?: never;
3553
3670
  trace?: never;
3554
3671
  };
3555
- "/internal/savefaceredactionresponse": {
3672
+ "/internal/markerevent": {
3556
3673
  parameters: {
3557
3674
  query?: never;
3558
3675
  header?: never;
@@ -3560,8 +3677,8 @@ export interface paths {
3560
3677
  cookie?: never;
3561
3678
  };
3562
3679
  /**
3563
- * Get SaveFaceRedactionResponse (schema generation only)
3564
- * @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
3680
+ * Get MarkerEvent (schema generation only)
3681
+ * @description Internal endpoint used only to ensure MarkerEvent schema is generated in OpenAPI spec
3565
3682
  */
3566
3683
  get: {
3567
3684
  parameters: {
@@ -3578,7 +3695,7 @@ export interface paths {
3578
3695
  [name: string]: unknown;
3579
3696
  };
3580
3697
  content: {
3581
- "application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
3698
+ "application/json": components["schemas"]["models.MarkerEvent"];
3582
3699
  };
3583
3700
  };
3584
3701
  };
@@ -3591,7 +3708,7 @@ export interface paths {
3591
3708
  patch?: never;
3592
3709
  trace?: never;
3593
3710
  };
3594
- "/internal/savefaceredactionsuccessresponse": {
3711
+ "/internal/markereventfilter": {
3595
3712
  parameters: {
3596
3713
  query?: never;
3597
3714
  header?: never;
@@ -3599,8 +3716,8 @@ export interface paths {
3599
3716
  cookie?: never;
3600
3717
  };
3601
3718
  /**
3602
- * Get SaveFaceRedactionSuccessResponse (schema generation only)
3603
- * @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
3719
+ * Get MarkerEventFilter (schema generation only)
3720
+ * @description Internal endpoint used only to ensure MarkerEventFilter schema is generated in OpenAPI spec
3604
3721
  */
3605
3722
  get: {
3606
3723
  parameters: {
@@ -3617,7 +3734,7 @@ export interface paths {
3617
3734
  [name: string]: unknown;
3618
3735
  };
3619
3736
  content: {
3620
- "application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
3737
+ "application/json": components["schemas"]["api.MarkerEventFilter"];
3621
3738
  };
3622
3739
  };
3623
3740
  };
@@ -3630,7 +3747,7 @@ export interface paths {
3630
3747
  patch?: never;
3631
3748
  trace?: never;
3632
3749
  };
3633
- "/internal/sequencestage": {
3750
+ "/internal/markereventoption": {
3634
3751
  parameters: {
3635
3752
  query?: never;
3636
3753
  header?: never;
@@ -3638,8 +3755,8 @@ export interface paths {
3638
3755
  cookie?: never;
3639
3756
  };
3640
3757
  /**
3641
- * Get SequenceStage (schema generation only)
3642
- * @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
3758
+ * Get MarkerEventOption (schema generation only)
3759
+ * @description Internal endpoint used only to ensure MarkerEventOption schema is generated in OpenAPI spec
3643
3760
  */
3644
3761
  get: {
3645
3762
  parameters: {
@@ -3656,7 +3773,7 @@ export interface paths {
3656
3773
  [name: string]: unknown;
3657
3774
  };
3658
3775
  content: {
3659
- "application/json": components["schemas"]["models.SequenceStage"];
3776
+ "application/json": components["schemas"]["models.MarkerEventOption"];
3660
3777
  };
3661
3778
  };
3662
3779
  };
@@ -3669,7 +3786,7 @@ export interface paths {
3669
3786
  patch?: never;
3670
3787
  trace?: never;
3671
3788
  };
3672
- "/internal/site": {
3789
+ "/internal/markereventtimerange": {
3673
3790
  parameters: {
3674
3791
  query?: never;
3675
3792
  header?: never;
@@ -3677,8 +3794,8 @@ export interface paths {
3677
3794
  cookie?: never;
3678
3795
  };
3679
3796
  /**
3680
- * Get Site (schema generation only)
3681
- * @description Internal endpoint used only to ensure Site schema is generated in OpenAPI spec
3797
+ * Get MarkerEventTimeRange (schema generation only)
3798
+ * @description Internal endpoint used only to ensure MarkerEventTimeRange schema is generated in OpenAPI spec
3682
3799
  */
3683
3800
  get: {
3684
3801
  parameters: {
@@ -3695,7 +3812,7 @@ export interface paths {
3695
3812
  [name: string]: unknown;
3696
3813
  };
3697
3814
  content: {
3698
- "application/json": components["schemas"]["models.Site"];
3815
+ "application/json": components["schemas"]["models.MarkerEventTimeRange"];
3699
3816
  };
3700
3817
  };
3701
3818
  };
@@ -3708,7 +3825,7 @@ export interface paths {
3708
3825
  patch?: never;
3709
3826
  trace?: never;
3710
3827
  };
3711
- "/internal/sitemetadata": {
3828
+ "/internal/markerfilter": {
3712
3829
  parameters: {
3713
3830
  query?: never;
3714
3831
  header?: never;
@@ -3716,8 +3833,8 @@ export interface paths {
3716
3833
  cookie?: never;
3717
3834
  };
3718
3835
  /**
3719
- * Get SiteMetadata (schema generation only)
3720
- * @description Internal endpoint used only to ensure SiteMetadata schema is generated in OpenAPI spec
3836
+ * Get MarkerFilter (schema generation only)
3837
+ * @description Internal endpoint used only to ensure MarkerFilter schema is generated in OpenAPI spec
3721
3838
  */
3722
3839
  get: {
3723
3840
  parameters: {
@@ -3734,7 +3851,7 @@ export interface paths {
3734
3851
  [name: string]: unknown;
3735
3852
  };
3736
3853
  content: {
3737
- "application/json": components["schemas"]["models.SiteMetadata"];
3854
+ "application/json": components["schemas"]["api.MarkerFilter"];
3738
3855
  };
3739
3856
  };
3740
3857
  };
@@ -3747,7 +3864,7 @@ export interface paths {
3747
3864
  patch?: never;
3748
3865
  trace?: never;
3749
3866
  };
3750
- "/internal/sprite": {
3867
+ "/internal/markermetadata": {
3751
3868
  parameters: {
3752
3869
  query?: never;
3753
3870
  header?: never;
@@ -3755,8 +3872,8 @@ export interface paths {
3755
3872
  cookie?: never;
3756
3873
  };
3757
3874
  /**
3758
- * Get Sprite (schema generation only)
3759
- * @description Internal endpoint used only to ensure Sprite schema is generated in OpenAPI spec
3875
+ * Get MarkerMetadata (schema generation only)
3876
+ * @description Internal endpoint used only to ensure MarkerMetadata schema is generated in OpenAPI spec
3760
3877
  */
3761
3878
  get: {
3762
3879
  parameters: {
@@ -3773,7 +3890,7 @@ export interface paths {
3773
3890
  [name: string]: unknown;
3774
3891
  };
3775
3892
  content: {
3776
- "application/json": components["schemas"]["models.Sprite"];
3893
+ "application/json": components["schemas"]["models.MarkerMetadata"];
3777
3894
  };
3778
3895
  };
3779
3896
  };
@@ -3786,7 +3903,7 @@ export interface paths {
3786
3903
  patch?: never;
3787
3904
  trace?: never;
3788
3905
  };
3789
- "/internal/stage": {
3906
+ "/internal/markeroption": {
3790
3907
  parameters: {
3791
3908
  query?: never;
3792
3909
  header?: never;
@@ -3794,8 +3911,8 @@ export interface paths {
3794
3911
  cookie?: never;
3795
3912
  };
3796
3913
  /**
3797
- * Get Stage (schema generation only)
3798
- * @description Internal endpoint used only to ensure Stage schema is generated in OpenAPI spec
3914
+ * Get MarkerOption (schema generation only)
3915
+ * @description Internal endpoint used only to ensure MarkerOption schema is generated in OpenAPI spec
3799
3916
  */
3800
3917
  get: {
3801
3918
  parameters: {
@@ -3812,7 +3929,7 @@ export interface paths {
3812
3929
  [name: string]: unknown;
3813
3930
  };
3814
3931
  content: {
3815
- "application/json": unknown;
3932
+ "application/json": components["schemas"]["models.MarkerOption"];
3816
3933
  };
3817
3934
  };
3818
3935
  };
@@ -3825,7 +3942,7 @@ export interface paths {
3825
3942
  patch?: never;
3826
3943
  trace?: never;
3827
3944
  };
3828
- "/internal/storage": {
3945
+ "/internal/markeroptiontimerange": {
3829
3946
  parameters: {
3830
3947
  query?: never;
3831
3948
  header?: never;
@@ -3833,8 +3950,8 @@ export interface paths {
3833
3950
  cookie?: never;
3834
3951
  };
3835
3952
  /**
3836
- * Get Storage (schema generation only)
3837
- * @description Internal endpoint used only to ensure Storage schema is generated in OpenAPI spec
3953
+ * Get MarkerOptionTimeRange (schema generation only)
3954
+ * @description Internal endpoint used only to ensure MarkerOptionTimeRange schema is generated in OpenAPI spec
3838
3955
  */
3839
3956
  get: {
3840
3957
  parameters: {
@@ -3851,7 +3968,7 @@ export interface paths {
3851
3968
  [name: string]: unknown;
3852
3969
  };
3853
3970
  content: {
3854
- "application/json": components["schemas"]["models.Storage"];
3971
+ "application/json": components["schemas"]["models.MarkerOptionTimeRange"];
3855
3972
  };
3856
3973
  };
3857
3974
  };
@@ -3864,7 +3981,7 @@ export interface paths {
3864
3981
  patch?: never;
3865
3982
  trace?: never;
3866
3983
  };
3867
- "/internal/submitfaceredactionerrorresponse": {
3984
+ "/internal/markertag": {
3868
3985
  parameters: {
3869
3986
  query?: never;
3870
3987
  header?: never;
@@ -3872,8 +3989,8 @@ export interface paths {
3872
3989
  cookie?: never;
3873
3990
  };
3874
3991
  /**
3875
- * Get SubmitFaceRedactionErrorResponse (schema generation only)
3876
- * @description Internal endpoint used only to ensure SubmitFaceRedactionErrorResponse schema is generated in OpenAPI spec
3992
+ * Get MarkerTag (schema generation only)
3993
+ * @description Internal endpoint used only to ensure MarkerTag schema is generated in OpenAPI spec
3877
3994
  */
3878
3995
  get: {
3879
3996
  parameters: {
@@ -3890,7 +4007,7 @@ export interface paths {
3890
4007
  [name: string]: unknown;
3891
4008
  };
3892
4009
  content: {
3893
- "application/json": components["schemas"]["api.SubmitFaceRedactionErrorResponse"];
4010
+ "application/json": components["schemas"]["models.MarkerTag"];
3894
4011
  };
3895
4012
  };
3896
4013
  };
@@ -3903,7 +4020,7 @@ export interface paths {
3903
4020
  patch?: never;
3904
4021
  trace?: never;
3905
4022
  };
3906
- "/internal/submitfaceredactionrequest": {
4023
+ "/internal/markertagfilter": {
3907
4024
  parameters: {
3908
4025
  query?: never;
3909
4026
  header?: never;
@@ -3911,8 +4028,8 @@ export interface paths {
3911
4028
  cookie?: never;
3912
4029
  };
3913
4030
  /**
3914
- * Get SubmitFaceRedactionRequest (schema generation only)
3915
- * @description Internal endpoint used only to ensure SubmitFaceRedactionRequest schema is generated in OpenAPI spec
4031
+ * Get MarkerTagFilter (schema generation only)
4032
+ * @description Internal endpoint used only to ensure MarkerTagFilter schema is generated in OpenAPI spec
3916
4033
  */
3917
4034
  get: {
3918
4035
  parameters: {
@@ -3929,7 +4046,7 @@ export interface paths {
3929
4046
  [name: string]: unknown;
3930
4047
  };
3931
4048
  content: {
3932
- "application/json": components["schemas"]["api.SubmitFaceRedactionRequest"];
4049
+ "application/json": components["schemas"]["api.MarkerTagFilter"];
3933
4050
  };
3934
4051
  };
3935
4052
  };
@@ -3942,7 +4059,7 @@ export interface paths {
3942
4059
  patch?: never;
3943
4060
  trace?: never;
3944
4061
  };
3945
- "/internal/submitfaceredactionresponse": {
4062
+ "/internal/markertagoption": {
3946
4063
  parameters: {
3947
4064
  query?: never;
3948
4065
  header?: never;
@@ -3950,8 +4067,8 @@ export interface paths {
3950
4067
  cookie?: never;
3951
4068
  };
3952
4069
  /**
3953
- * Get SubmitFaceRedactionResponse (schema generation only)
3954
- * @description Internal endpoint used only to ensure SubmitFaceRedactionResponse schema is generated in OpenAPI spec
4070
+ * Get MarkerTagOption (schema generation only)
4071
+ * @description Internal endpoint used only to ensure MarkerTagOption schema is generated in OpenAPI spec
3955
4072
  */
3956
4073
  get: {
3957
4074
  parameters: {
@@ -3968,7 +4085,7 @@ export interface paths {
3968
4085
  [name: string]: unknown;
3969
4086
  };
3970
4087
  content: {
3971
- "application/json": components["schemas"]["api.SubmitFaceRedactionResponse"];
4088
+ "application/json": components["schemas"]["models.MarkerTagOption"];
3972
4089
  };
3973
4090
  };
3974
4091
  };
@@ -3981,7 +4098,7 @@ export interface paths {
3981
4098
  patch?: never;
3982
4099
  trace?: never;
3983
4100
  };
3984
- "/internal/submitfaceredactionsuccessresponse": {
4101
+ "/internal/markertagtimerange": {
3985
4102
  parameters: {
3986
4103
  query?: never;
3987
4104
  header?: never;
@@ -3989,8 +4106,8 @@ export interface paths {
3989
4106
  cookie?: never;
3990
4107
  };
3991
4108
  /**
3992
- * Get SubmitFaceRedactionSuccessResponse (schema generation only)
3993
- * @description Internal endpoint used only to ensure SubmitFaceRedactionSuccessResponse schema is generated in OpenAPI spec
4109
+ * Get MarkerTagTimeRange (schema generation only)
4110
+ * @description Internal endpoint used only to ensure MarkerTagTimeRange schema is generated in OpenAPI spec
3994
4111
  */
3995
4112
  get: {
3996
4113
  parameters: {
@@ -4007,7 +4124,7 @@ export interface paths {
4007
4124
  [name: string]: unknown;
4008
4125
  };
4009
4126
  content: {
4010
- "application/json": components["schemas"]["api.SubmitFaceRedactionSuccessResponse"];
4127
+ "application/json": components["schemas"]["models.MarkerTagTimeRange"];
4011
4128
  };
4012
4129
  };
4013
4130
  };
@@ -4020,7 +4137,7 @@ export interface paths {
4020
4137
  patch?: never;
4021
4138
  trace?: never;
4022
4139
  };
4023
- "/internal/subscription": {
4140
+ "/internal/media2filter": {
4024
4141
  parameters: {
4025
4142
  query?: never;
4026
4143
  header?: never;
@@ -4028,8 +4145,8 @@ export interface paths {
4028
4145
  cookie?: never;
4029
4146
  };
4030
4147
  /**
4031
- * Get Subscription (schema generation only)
4032
- * @description Internal endpoint used only to ensure Subscription schema is generated in OpenAPI spec
4148
+ * Get Media2Filter (schema generation only)
4149
+ * @description Internal endpoint used only to ensure Media2Filter schema is generated in OpenAPI spec
4033
4150
  */
4034
4151
  get: {
4035
4152
  parameters: {
@@ -4046,7 +4163,7 @@ export interface paths {
4046
4163
  [name: string]: unknown;
4047
4164
  };
4048
4165
  content: {
4049
- "application/json": components["schemas"]["models.Subscription"];
4166
+ "application/json": components["schemas"]["api.Media2Filter"];
4050
4167
  };
4051
4168
  };
4052
4169
  };
@@ -4059,7 +4176,7 @@ export interface paths {
4059
4176
  patch?: never;
4060
4177
  trace?: never;
4061
4178
  };
4062
- "/internal/synchronize": {
4179
+ "/internal/mediaatruntimemetadata": {
4063
4180
  parameters: {
4064
4181
  query?: never;
4065
4182
  header?: never;
@@ -4067,8 +4184,8 @@ export interface paths {
4067
4184
  cookie?: never;
4068
4185
  };
4069
4186
  /**
4070
- * Get Synchronize (schema generation only)
4071
- * @description Internal endpoint used only to ensure Synchronize schema is generated in OpenAPI spec
4187
+ * Get MediaAtRuntimeMetadata (schema generation only)
4188
+ * @description Internal endpoint used only to ensure MediaAtRuntimeMetadata schema is generated in OpenAPI spec
4072
4189
  */
4073
4190
  get: {
4074
4191
  parameters: {
@@ -4085,7 +4202,7 @@ export interface paths {
4085
4202
  [name: string]: unknown;
4086
4203
  };
4087
4204
  content: {
4088
- "application/json": components["schemas"]["models.Synchronize"];
4205
+ "application/json": components["schemas"]["models.MediaAtRuntimeMetadata"];
4089
4206
  };
4090
4207
  };
4091
4208
  };
@@ -4098,7 +4215,7 @@ export interface paths {
4098
4215
  patch?: never;
4099
4216
  trace?: never;
4100
4217
  };
4101
- "/internal/synchronizeevent": {
4218
+ "/internal/mediafilter": {
4102
4219
  parameters: {
4103
4220
  query?: never;
4104
4221
  header?: never;
@@ -4106,8 +4223,8 @@ export interface paths {
4106
4223
  cookie?: never;
4107
4224
  };
4108
4225
  /**
4109
- * Get SynchronizeEvent (schema generation only)
4110
- * @description Internal endpoint used only to ensure SynchronizeEvent schema is generated in OpenAPI spec
4226
+ * Get MediaFilter (schema generation only)
4227
+ * @description Internal endpoint used only to ensure MediaFilter schema is generated in OpenAPI spec
4111
4228
  */
4112
4229
  get: {
4113
4230
  parameters: {
@@ -4124,7 +4241,7 @@ export interface paths {
4124
4241
  [name: string]: unknown;
4125
4242
  };
4126
4243
  content: {
4127
- "application/json": components["schemas"]["models.SynchronizeEvent"];
4244
+ "application/json": components["schemas"]["api.MediaFilter"];
4128
4245
  };
4129
4246
  };
4130
4247
  };
@@ -4137,7 +4254,7 @@ export interface paths {
4137
4254
  patch?: never;
4138
4255
  trace?: never;
4139
4256
  };
4140
- "/internal/throttlerstage": {
4257
+ "/internal/mediagroup": {
4141
4258
  parameters: {
4142
4259
  query?: never;
4143
4260
  header?: never;
@@ -4145,8 +4262,8 @@ export interface paths {
4145
4262
  cookie?: never;
4146
4263
  };
4147
4264
  /**
4148
- * Get ThrottlerStage (schema generation only)
4149
- * @description Internal endpoint used only to ensure ThrottlerStage schema is generated in OpenAPI spec
4265
+ * Get MediaGroup (schema generation only)
4266
+ * @description Internal endpoint used only to ensure MediaGroup schema is generated in OpenAPI spec
4150
4267
  */
4151
4268
  get: {
4152
4269
  parameters: {
@@ -4163,7 +4280,7 @@ export interface paths {
4163
4280
  [name: string]: unknown;
4164
4281
  };
4165
4282
  content: {
4166
- "application/json": components["schemas"]["models.ThrottlerStage"];
4283
+ "application/json": components["schemas"]["api.MediaGroup"];
4167
4284
  };
4168
4285
  };
4169
4286
  };
@@ -4176,7 +4293,7 @@ export interface paths {
4176
4293
  patch?: never;
4177
4294
  trace?: never;
4178
4295
  };
4179
- "/internal/thumbnail": {
4296
+ "/internal/mediametadata": {
4180
4297
  parameters: {
4181
4298
  query?: never;
4182
4299
  header?: never;
@@ -4184,8 +4301,8 @@ export interface paths {
4184
4301
  cookie?: never;
4185
4302
  };
4186
4303
  /**
4187
- * Get Thumbnail (schema generation only)
4188
- * @description Internal endpoint used only to ensure Thumbnail schema is generated in OpenAPI spec
4304
+ * Get MediaMetadata (schema generation only)
4305
+ * @description Internal endpoint used only to ensure MediaMetadata schema is generated in OpenAPI spec
4189
4306
  */
4190
4307
  get: {
4191
4308
  parameters: {
@@ -4202,7 +4319,7 @@ export interface paths {
4202
4319
  [name: string]: unknown;
4203
4320
  };
4204
4321
  content: {
4205
- "application/json": components["schemas"]["models.Thumbnail"];
4322
+ "application/json": components["schemas"]["models.MediaMetadata"];
4206
4323
  };
4207
4324
  };
4208
4325
  };
@@ -4215,7 +4332,7 @@ export interface paths {
4215
4332
  patch?: never;
4216
4333
  trace?: never;
4217
4334
  };
4218
- "/internal/thumby": {
4335
+ "/internal/metadata": {
4219
4336
  parameters: {
4220
4337
  query?: never;
4221
4338
  header?: never;
@@ -4223,8 +4340,8 @@ export interface paths {
4223
4340
  cookie?: never;
4224
4341
  };
4225
4342
  /**
4226
- * Get Thumby (schema generation only)
4227
- * @description Internal endpoint used only to ensure Thumby schema is generated in OpenAPI spec
4343
+ * Get Metadata (schema generation only)
4344
+ * @description Internal endpoint used only to ensure Metadata schema is generated in OpenAPI spec
4228
4345
  */
4229
4346
  get: {
4230
4347
  parameters: {
@@ -4241,7 +4358,7 @@ export interface paths {
4241
4358
  [name: string]: unknown;
4242
4359
  };
4243
4360
  content: {
4244
- "application/json": components["schemas"]["models.Thumby"];
4361
+ "application/json": components["schemas"]["api.Metadata"];
4245
4362
  };
4246
4363
  };
4247
4364
  };
@@ -4254,7 +4371,7 @@ export interface paths {
4254
4371
  patch?: never;
4255
4372
  trace?: never;
4256
4373
  };
4257
- "/internal/timewindow": {
4374
+ "/internal/model": {
4258
4375
  parameters: {
4259
4376
  query?: never;
4260
4377
  header?: never;
@@ -4262,8 +4379,8 @@ export interface paths {
4262
4379
  cookie?: never;
4263
4380
  };
4264
4381
  /**
4265
- * Get TimeWindow (schema generation only)
4266
- * @description Internal endpoint used only to ensure TimeWindow schema is generated in OpenAPI spec
4382
+ * Get Model (schema generation only)
4383
+ * @description Internal endpoint used only to ensure Model schema is generated in OpenAPI spec
4267
4384
  */
4268
4385
  get: {
4269
4386
  parameters: {
@@ -4280,7 +4397,7 @@ export interface paths {
4280
4397
  [name: string]: unknown;
4281
4398
  };
4282
4399
  content: {
4283
- "application/json": components["schemas"]["models.TimeWindow"];
4400
+ "application/json": components["schemas"]["models.Model"];
4284
4401
  };
4285
4402
  };
4286
4403
  };
@@ -4293,7 +4410,7 @@ export interface paths {
4293
4410
  patch?: never;
4294
4411
  trace?: never;
4295
4412
  };
4296
- "/internal/tour": {
4413
+ "/internal/modeloption": {
4297
4414
  parameters: {
4298
4415
  query?: never;
4299
4416
  header?: never;
@@ -4301,8 +4418,8 @@ export interface paths {
4301
4418
  cookie?: never;
4302
4419
  };
4303
4420
  /**
4304
- * Get Tour (schema generation only)
4305
- * @description Internal endpoint used only to ensure Tour schema is generated in OpenAPI spec
4421
+ * Get ModelOption (schema generation only)
4422
+ * @description Internal endpoint used only to ensure ModelOption schema is generated in OpenAPI spec
4306
4423
  */
4307
4424
  get: {
4308
4425
  parameters: {
@@ -4319,7 +4436,7 @@ export interface paths {
4319
4436
  [name: string]: unknown;
4320
4437
  };
4321
4438
  content: {
4322
- "application/json": components["schemas"]["models.Tour"];
4439
+ "application/json": components["schemas"]["models.ModelOption"];
4323
4440
  };
4324
4441
  };
4325
4442
  };
@@ -4332,7 +4449,7 @@ export interface paths {
4332
4449
  patch?: never;
4333
4450
  trace?: never;
4334
4451
  };
4335
- "/internal/trackbox": {
4452
+ "/internal/monitorstage": {
4336
4453
  parameters: {
4337
4454
  query?: never;
4338
4455
  header?: never;
@@ -4340,8 +4457,8 @@ export interface paths {
4340
4457
  cookie?: never;
4341
4458
  };
4342
4459
  /**
4343
- * Get TrackBox (schema generation only)
4344
- * @description Internal endpoint used only to ensure TrackBox schema is generated in OpenAPI spec
4460
+ * Get MonitorStage (schema generation only)
4461
+ * @description Internal endpoint used only to ensure MonitorStage schema is generated in OpenAPI spec
4345
4462
  */
4346
4463
  get: {
4347
4464
  parameters: {
@@ -4358,7 +4475,7 @@ export interface paths {
4358
4475
  [name: string]: unknown;
4359
4476
  };
4360
4477
  content: {
4361
- "application/json": components["schemas"]["models.TrackBox"];
4478
+ "application/json": components["schemas"]["models.MonitorStage"];
4362
4479
  };
4363
4480
  };
4364
4481
  };
@@ -4371,7 +4488,7 @@ export interface paths {
4371
4488
  patch?: never;
4372
4489
  trace?: never;
4373
4490
  };
4374
- "/internal/updateaccesstokenerrorresponse": {
4491
+ "/internal/notificationstage": {
4375
4492
  parameters: {
4376
4493
  query?: never;
4377
4494
  header?: never;
@@ -4379,8 +4496,8 @@ export interface paths {
4379
4496
  cookie?: never;
4380
4497
  };
4381
4498
  /**
4382
- * Get UpdateAccessTokenErrorResponse (schema generation only)
4383
- * @description Internal endpoint used only to ensure UpdateAccessTokenErrorResponse schema is generated in OpenAPI spec
4499
+ * Get NotificationStage (schema generation only)
4500
+ * @description Internal endpoint used only to ensure NotificationStage schema is generated in OpenAPI spec
4384
4501
  */
4385
4502
  get: {
4386
4503
  parameters: {
@@ -4397,7 +4514,7 @@ export interface paths {
4397
4514
  [name: string]: unknown;
4398
4515
  };
4399
4516
  content: {
4400
- "application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
4517
+ "application/json": components["schemas"]["models.NotificationStage"];
4401
4518
  };
4402
4519
  };
4403
4520
  };
@@ -4410,7 +4527,7 @@ export interface paths {
4410
4527
  patch?: never;
4411
4528
  trace?: never;
4412
4529
  };
4413
- "/internal/updateaccesstokenrequest": {
4530
+ "/internal/pipelineevent": {
4414
4531
  parameters: {
4415
4532
  query?: never;
4416
4533
  header?: never;
@@ -4418,8 +4535,8 @@ export interface paths {
4418
4535
  cookie?: never;
4419
4536
  };
4420
4537
  /**
4421
- * Get UpdateAccessTokenRequest (schema generation only)
4422
- * @description Internal endpoint used only to ensure UpdateAccessTokenRequest schema is generated in OpenAPI spec
4538
+ * Get PipelineEvent (schema generation only)
4539
+ * @description Internal endpoint used only to ensure PipelineEvent schema is generated in OpenAPI spec
4423
4540
  */
4424
4541
  get: {
4425
4542
  parameters: {
@@ -4436,7 +4553,7 @@ export interface paths {
4436
4553
  [name: string]: unknown;
4437
4554
  };
4438
4555
  content: {
4439
- "application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
4556
+ "application/json": components["schemas"]["models.PipelineEvent"];
4440
4557
  };
4441
4558
  };
4442
4559
  };
@@ -4449,7 +4566,7 @@ export interface paths {
4449
4566
  patch?: never;
4450
4567
  trace?: never;
4451
4568
  };
4452
- "/internal/updateaccesstokenresponse": {
4569
+ "/internal/pipelinemetadata": {
4453
4570
  parameters: {
4454
4571
  query?: never;
4455
4572
  header?: never;
@@ -4457,8 +4574,8 @@ export interface paths {
4457
4574
  cookie?: never;
4458
4575
  };
4459
4576
  /**
4460
- * Get UpdateAccessTokenResponse (schema generation only)
4461
- * @description Internal endpoint used only to ensure UpdateAccessTokenResponse schema is generated in OpenAPI spec
4577
+ * Get PipelineMetadata (schema generation only)
4578
+ * @description Internal endpoint used only to ensure PipelineMetadata schema is generated in OpenAPI spec
4462
4579
  */
4463
4580
  get: {
4464
4581
  parameters: {
@@ -4475,7 +4592,7 @@ export interface paths {
4475
4592
  [name: string]: unknown;
4476
4593
  };
4477
4594
  content: {
4478
- "application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
4595
+ "application/json": components["schemas"]["models.PipelineMetadata"];
4479
4596
  };
4480
4597
  };
4481
4598
  };
@@ -4488,7 +4605,7 @@ export interface paths {
4488
4605
  patch?: never;
4489
4606
  trace?: never;
4490
4607
  };
4491
- "/internal/updateaccesstokensuccessresponse": {
4608
+ "/internal/pipelinepayload": {
4492
4609
  parameters: {
4493
4610
  query?: never;
4494
4611
  header?: never;
@@ -4496,8 +4613,8 @@ export interface paths {
4496
4613
  cookie?: never;
4497
4614
  };
4498
4615
  /**
4499
- * Get UpdateAccessTokenSuccessResponse (schema generation only)
4500
- * @description Internal endpoint used only to ensure UpdateAccessTokenSuccessResponse schema is generated in OpenAPI spec
4616
+ * Get PipelinePayload (schema generation only)
4617
+ * @description Internal endpoint used only to ensure PipelinePayload schema is generated in OpenAPI spec
4501
4618
  */
4502
4619
  get: {
4503
4620
  parameters: {
@@ -4514,7 +4631,7 @@ export interface paths {
4514
4631
  [name: string]: unknown;
4515
4632
  };
4516
4633
  content: {
4517
- "application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
4634
+ "application/json": components["schemas"]["models.PipelinePayload"];
4518
4635
  };
4519
4636
  };
4520
4637
  };
@@ -4527,7 +4644,7 @@ export interface paths {
4527
4644
  patch?: never;
4528
4645
  trace?: never;
4529
4646
  };
4530
- "/internal/user": {
4647
+ "/internal/point": {
4531
4648
  parameters: {
4532
4649
  query?: never;
4533
4650
  header?: never;
@@ -4535,8 +4652,8 @@ export interface paths {
4535
4652
  cookie?: never;
4536
4653
  };
4537
4654
  /**
4538
- * Get User (schema generation only)
4539
- * @description Internal endpoint used only to ensure User schema is generated in OpenAPI spec
4655
+ * Get Point (schema generation only)
4656
+ * @description Internal endpoint used only to ensure Point schema is generated in OpenAPI spec
4540
4657
  */
4541
4658
  get: {
4542
4659
  parameters: {
@@ -4553,7 +4670,7 @@ export interface paths {
4553
4670
  [name: string]: unknown;
4554
4671
  };
4555
4672
  content: {
4556
- "application/json": components["schemas"]["models.User"];
4673
+ "application/json": components["schemas"]["models.Point"];
4557
4674
  };
4558
4675
  };
4559
4676
  };
@@ -4566,7 +4683,7 @@ export interface paths {
4566
4683
  patch?: never;
4567
4684
  trace?: never;
4568
4685
  };
4569
- "/internal/vaultmedia": {
4686
+ "/internal/preset": {
4570
4687
  parameters: {
4571
4688
  query?: never;
4572
4689
  header?: never;
@@ -4574,8 +4691,8 @@ export interface paths {
4574
4691
  cookie?: never;
4575
4692
  };
4576
4693
  /**
4577
- * Get VaultMedia (schema generation only)
4578
- * @description Internal endpoint used only to ensure VaultMedia schema is generated in OpenAPI spec
4694
+ * Get Preset (schema generation only)
4695
+ * @description Internal endpoint used only to ensure Preset schema is generated in OpenAPI spec
4579
4696
  */
4580
4697
  get: {
4581
4698
  parameters: {
@@ -4592,7 +4709,7 @@ export interface paths {
4592
4709
  [name: string]: unknown;
4593
4710
  };
4594
4711
  content: {
4595
- "application/json": components["schemas"]["models.VaultMedia"];
4712
+ "application/json": components["schemas"]["models.Preset"];
4596
4713
  };
4597
4714
  };
4598
4715
  };
@@ -4605,7 +4722,7 @@ export interface paths {
4605
4722
  patch?: never;
4606
4723
  trace?: never;
4607
4724
  };
4608
- "/internal/vaultmediaevent": {
4725
+ "/internal/redactionevent": {
4609
4726
  parameters: {
4610
4727
  query?: never;
4611
4728
  header?: never;
@@ -4613,8 +4730,8 @@ export interface paths {
4613
4730
  cookie?: never;
4614
4731
  };
4615
4732
  /**
4616
- * Get VaultMediaEvent (schema generation only)
4617
- * @description Internal endpoint used only to ensure VaultMediaEvent schema is generated in OpenAPI spec
4733
+ * Get RedactionEvent (schema generation only)
4734
+ * @description Internal endpoint used only to ensure RedactionEvent schema is generated in OpenAPI spec
4618
4735
  */
4619
4736
  get: {
4620
4737
  parameters: {
@@ -4631,7 +4748,7 @@ export interface paths {
4631
4748
  [name: string]: unknown;
4632
4749
  };
4633
4750
  content: {
4634
- "application/json": components["schemas"]["models.VaultMediaEvent"];
4751
+ "application/json": components["schemas"]["api.RedactionEvent"];
4635
4752
  };
4636
4753
  };
4637
4754
  };
@@ -4644,7 +4761,7 @@ export interface paths {
4644
4761
  patch?: never;
4645
4762
  trace?: never;
4646
4763
  };
4647
- "/internal/vaultmediafragmentcollection": {
4764
+ "/internal/region": {
4648
4765
  parameters: {
4649
4766
  query?: never;
4650
4767
  header?: never;
@@ -4652,8 +4769,8 @@ export interface paths {
4652
4769
  cookie?: never;
4653
4770
  };
4654
4771
  /**
4655
- * Get VaultMediaFragmentCollection (schema generation only)
4656
- * @description Internal endpoint used only to ensure VaultMediaFragmentCollection schema is generated in OpenAPI spec
4772
+ * Get Region (schema generation only)
4773
+ * @description Internal endpoint used only to ensure Region schema is generated in OpenAPI spec
4657
4774
  */
4658
4775
  get: {
4659
4776
  parameters: {
@@ -4670,7 +4787,7 @@ export interface paths {
4670
4787
  [name: string]: unknown;
4671
4788
  };
4672
4789
  content: {
4673
- "application/json": components["schemas"]["models.VaultMediaFragmentCollection"];
4790
+ "application/json": components["schemas"]["models.Region"];
4674
4791
  };
4675
4792
  };
4676
4793
  };
@@ -4683,7 +4800,7 @@ export interface paths {
4683
4800
  patch?: never;
4684
4801
  trace?: never;
4685
4802
  };
4686
- "/internal/vaultmediametadata": {
4803
+ "/internal/role": {
4687
4804
  parameters: {
4688
4805
  query?: never;
4689
4806
  header?: never;
@@ -4691,8 +4808,8 @@ export interface paths {
4691
4808
  cookie?: never;
4692
4809
  };
4693
4810
  /**
4694
- * Get VaultMediaMetadata (schema generation only)
4695
- * @description Internal endpoint used only to ensure VaultMediaMetadata schema is generated in OpenAPI spec
4811
+ * Get Role (schema generation only)
4812
+ * @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
4696
4813
  */
4697
4814
  get: {
4698
4815
  parameters: {
@@ -4709,7 +4826,1372 @@ export interface paths {
4709
4826
  [name: string]: unknown;
4710
4827
  };
4711
4828
  content: {
4712
- "application/json": components["schemas"]["models.VaultMediaMetadata"];
4829
+ "application/json": components["schemas"]["models.Role"];
4830
+ };
4831
+ };
4832
+ };
4833
+ };
4834
+ put?: never;
4835
+ post?: never;
4836
+ delete?: never;
4837
+ options?: never;
4838
+ head?: never;
4839
+ patch?: never;
4840
+ trace?: never;
4841
+ };
4842
+ "/internal/savefaceredactionerrorresponse": {
4843
+ parameters: {
4844
+ query?: never;
4845
+ header?: never;
4846
+ path?: never;
4847
+ cookie?: never;
4848
+ };
4849
+ /**
4850
+ * Get SaveFaceRedactionErrorResponse (schema generation only)
4851
+ * @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
4852
+ */
4853
+ get: {
4854
+ parameters: {
4855
+ query?: never;
4856
+ header?: never;
4857
+ path?: never;
4858
+ cookie?: never;
4859
+ };
4860
+ requestBody?: never;
4861
+ responses: {
4862
+ /** @description OK */
4863
+ 200: {
4864
+ headers: {
4865
+ [name: string]: unknown;
4866
+ };
4867
+ content: {
4868
+ "application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
4869
+ };
4870
+ };
4871
+ };
4872
+ };
4873
+ put?: never;
4874
+ post?: never;
4875
+ delete?: never;
4876
+ options?: never;
4877
+ head?: never;
4878
+ patch?: never;
4879
+ trace?: never;
4880
+ };
4881
+ "/internal/savefaceredactionrequest": {
4882
+ parameters: {
4883
+ query?: never;
4884
+ header?: never;
4885
+ path?: never;
4886
+ cookie?: never;
4887
+ };
4888
+ /**
4889
+ * Get SaveFaceRedactionRequest (schema generation only)
4890
+ * @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
4891
+ */
4892
+ get: {
4893
+ parameters: {
4894
+ query?: never;
4895
+ header?: never;
4896
+ path?: never;
4897
+ cookie?: never;
4898
+ };
4899
+ requestBody?: never;
4900
+ responses: {
4901
+ /** @description OK */
4902
+ 200: {
4903
+ headers: {
4904
+ [name: string]: unknown;
4905
+ };
4906
+ content: {
4907
+ "application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
4908
+ };
4909
+ };
4910
+ };
4911
+ };
4912
+ put?: never;
4913
+ post?: never;
4914
+ delete?: never;
4915
+ options?: never;
4916
+ head?: never;
4917
+ patch?: never;
4918
+ trace?: never;
4919
+ };
4920
+ "/internal/savefaceredactionresponse": {
4921
+ parameters: {
4922
+ query?: never;
4923
+ header?: never;
4924
+ path?: never;
4925
+ cookie?: never;
4926
+ };
4927
+ /**
4928
+ * Get SaveFaceRedactionResponse (schema generation only)
4929
+ * @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
4930
+ */
4931
+ get: {
4932
+ parameters: {
4933
+ query?: never;
4934
+ header?: never;
4935
+ path?: never;
4936
+ cookie?: never;
4937
+ };
4938
+ requestBody?: never;
4939
+ responses: {
4940
+ /** @description OK */
4941
+ 200: {
4942
+ headers: {
4943
+ [name: string]: unknown;
4944
+ };
4945
+ content: {
4946
+ "application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
4947
+ };
4948
+ };
4949
+ };
4950
+ };
4951
+ put?: never;
4952
+ post?: never;
4953
+ delete?: never;
4954
+ options?: never;
4955
+ head?: never;
4956
+ patch?: never;
4957
+ trace?: never;
4958
+ };
4959
+ "/internal/savefaceredactionsuccessresponse": {
4960
+ parameters: {
4961
+ query?: never;
4962
+ header?: never;
4963
+ path?: never;
4964
+ cookie?: never;
4965
+ };
4966
+ /**
4967
+ * Get SaveFaceRedactionSuccessResponse (schema generation only)
4968
+ * @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
4969
+ */
4970
+ get: {
4971
+ parameters: {
4972
+ query?: never;
4973
+ header?: never;
4974
+ path?: never;
4975
+ cookie?: never;
4976
+ };
4977
+ requestBody?: never;
4978
+ responses: {
4979
+ /** @description OK */
4980
+ 200: {
4981
+ headers: {
4982
+ [name: string]: unknown;
4983
+ };
4984
+ content: {
4985
+ "application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
4986
+ };
4987
+ };
4988
+ };
4989
+ };
4990
+ put?: never;
4991
+ post?: never;
4992
+ delete?: never;
4993
+ options?: never;
4994
+ head?: never;
4995
+ patch?: never;
4996
+ trace?: never;
4997
+ };
4998
+ "/internal/sequencestage": {
4999
+ parameters: {
5000
+ query?: never;
5001
+ header?: never;
5002
+ path?: never;
5003
+ cookie?: never;
5004
+ };
5005
+ /**
5006
+ * Get SequenceStage (schema generation only)
5007
+ * @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
5008
+ */
5009
+ get: {
5010
+ parameters: {
5011
+ query?: never;
5012
+ header?: never;
5013
+ path?: never;
5014
+ cookie?: never;
5015
+ };
5016
+ requestBody?: never;
5017
+ responses: {
5018
+ /** @description OK */
5019
+ 200: {
5020
+ headers: {
5021
+ [name: string]: unknown;
5022
+ };
5023
+ content: {
5024
+ "application/json": components["schemas"]["models.SequenceStage"];
5025
+ };
5026
+ };
5027
+ };
5028
+ };
5029
+ put?: never;
5030
+ post?: never;
5031
+ delete?: never;
5032
+ options?: never;
5033
+ head?: never;
5034
+ patch?: never;
5035
+ trace?: never;
5036
+ };
5037
+ "/internal/site": {
5038
+ parameters: {
5039
+ query?: never;
5040
+ header?: never;
5041
+ path?: never;
5042
+ cookie?: never;
5043
+ };
5044
+ /**
5045
+ * Get Site (schema generation only)
5046
+ * @description Internal endpoint used only to ensure Site schema is generated in OpenAPI spec
5047
+ */
5048
+ get: {
5049
+ parameters: {
5050
+ query?: never;
5051
+ header?: never;
5052
+ path?: never;
5053
+ cookie?: never;
5054
+ };
5055
+ requestBody?: never;
5056
+ responses: {
5057
+ /** @description OK */
5058
+ 200: {
5059
+ headers: {
5060
+ [name: string]: unknown;
5061
+ };
5062
+ content: {
5063
+ "application/json": components["schemas"]["models.Site"];
5064
+ };
5065
+ };
5066
+ };
5067
+ };
5068
+ put?: never;
5069
+ post?: never;
5070
+ delete?: never;
5071
+ options?: never;
5072
+ head?: never;
5073
+ patch?: never;
5074
+ trace?: never;
5075
+ };
5076
+ "/internal/sitefilter": {
5077
+ parameters: {
5078
+ query?: never;
5079
+ header?: never;
5080
+ path?: never;
5081
+ cookie?: never;
5082
+ };
5083
+ /**
5084
+ * Get SiteFilter (schema generation only)
5085
+ * @description Internal endpoint used only to ensure SiteFilter schema is generated in OpenAPI spec
5086
+ */
5087
+ get: {
5088
+ parameters: {
5089
+ query?: never;
5090
+ header?: never;
5091
+ path?: never;
5092
+ cookie?: never;
5093
+ };
5094
+ requestBody?: never;
5095
+ responses: {
5096
+ /** @description OK */
5097
+ 200: {
5098
+ headers: {
5099
+ [name: string]: unknown;
5100
+ };
5101
+ content: {
5102
+ "application/json": components["schemas"]["api.SiteFilter"];
5103
+ };
5104
+ };
5105
+ };
5106
+ };
5107
+ put?: never;
5108
+ post?: never;
5109
+ delete?: never;
5110
+ options?: never;
5111
+ head?: never;
5112
+ patch?: never;
5113
+ trace?: never;
5114
+ };
5115
+ "/internal/sitemetadata": {
5116
+ parameters: {
5117
+ query?: never;
5118
+ header?: never;
5119
+ path?: never;
5120
+ cookie?: never;
5121
+ };
5122
+ /**
5123
+ * Get SiteMetadata (schema generation only)
5124
+ * @description Internal endpoint used only to ensure SiteMetadata schema is generated in OpenAPI spec
5125
+ */
5126
+ get: {
5127
+ parameters: {
5128
+ query?: never;
5129
+ header?: never;
5130
+ path?: never;
5131
+ cookie?: never;
5132
+ };
5133
+ requestBody?: never;
5134
+ responses: {
5135
+ /** @description OK */
5136
+ 200: {
5137
+ headers: {
5138
+ [name: string]: unknown;
5139
+ };
5140
+ content: {
5141
+ "application/json": components["schemas"]["models.SiteMetadata"];
5142
+ };
5143
+ };
5144
+ };
5145
+ };
5146
+ put?: never;
5147
+ post?: never;
5148
+ delete?: never;
5149
+ options?: never;
5150
+ head?: never;
5151
+ patch?: never;
5152
+ trace?: never;
5153
+ };
5154
+ "/internal/siteoption": {
5155
+ parameters: {
5156
+ query?: never;
5157
+ header?: never;
5158
+ path?: never;
5159
+ cookie?: never;
5160
+ };
5161
+ /**
5162
+ * Get SiteOption (schema generation only)
5163
+ * @description Internal endpoint used only to ensure SiteOption schema is generated in OpenAPI spec
5164
+ */
5165
+ get: {
5166
+ parameters: {
5167
+ query?: never;
5168
+ header?: never;
5169
+ path?: never;
5170
+ cookie?: never;
5171
+ };
5172
+ requestBody?: never;
5173
+ responses: {
5174
+ /** @description OK */
5175
+ 200: {
5176
+ headers: {
5177
+ [name: string]: unknown;
5178
+ };
5179
+ content: {
5180
+ "application/json": components["schemas"]["models.SiteOption"];
5181
+ };
5182
+ };
5183
+ };
5184
+ };
5185
+ put?: never;
5186
+ post?: never;
5187
+ delete?: never;
5188
+ options?: never;
5189
+ head?: never;
5190
+ patch?: never;
5191
+ trace?: never;
5192
+ };
5193
+ "/internal/sprite": {
5194
+ parameters: {
5195
+ query?: never;
5196
+ header?: never;
5197
+ path?: never;
5198
+ cookie?: never;
5199
+ };
5200
+ /**
5201
+ * Get Sprite (schema generation only)
5202
+ * @description Internal endpoint used only to ensure Sprite schema is generated in OpenAPI spec
5203
+ */
5204
+ get: {
5205
+ parameters: {
5206
+ query?: never;
5207
+ header?: never;
5208
+ path?: never;
5209
+ cookie?: never;
5210
+ };
5211
+ requestBody?: never;
5212
+ responses: {
5213
+ /** @description OK */
5214
+ 200: {
5215
+ headers: {
5216
+ [name: string]: unknown;
5217
+ };
5218
+ content: {
5219
+ "application/json": components["schemas"]["models.Sprite"];
5220
+ };
5221
+ };
5222
+ };
5223
+ };
5224
+ put?: never;
5225
+ post?: never;
5226
+ delete?: never;
5227
+ options?: never;
5228
+ head?: never;
5229
+ patch?: never;
5230
+ trace?: never;
5231
+ };
5232
+ "/internal/stage": {
5233
+ parameters: {
5234
+ query?: never;
5235
+ header?: never;
5236
+ path?: never;
5237
+ cookie?: never;
5238
+ };
5239
+ /**
5240
+ * Get Stage (schema generation only)
5241
+ * @description Internal endpoint used only to ensure Stage schema is generated in OpenAPI spec
5242
+ */
5243
+ get: {
5244
+ parameters: {
5245
+ query?: never;
5246
+ header?: never;
5247
+ path?: never;
5248
+ cookie?: never;
5249
+ };
5250
+ requestBody?: never;
5251
+ responses: {
5252
+ /** @description OK */
5253
+ 200: {
5254
+ headers: {
5255
+ [name: string]: unknown;
5256
+ };
5257
+ content: {
5258
+ "application/json": unknown;
5259
+ };
5260
+ };
5261
+ };
5262
+ };
5263
+ put?: never;
5264
+ post?: never;
5265
+ delete?: never;
5266
+ options?: never;
5267
+ head?: never;
5268
+ patch?: never;
5269
+ trace?: never;
5270
+ };
5271
+ "/internal/storage": {
5272
+ parameters: {
5273
+ query?: never;
5274
+ header?: never;
5275
+ path?: never;
5276
+ cookie?: never;
5277
+ };
5278
+ /**
5279
+ * Get Storage (schema generation only)
5280
+ * @description Internal endpoint used only to ensure Storage schema is generated in OpenAPI spec
5281
+ */
5282
+ get: {
5283
+ parameters: {
5284
+ query?: never;
5285
+ header?: never;
5286
+ path?: never;
5287
+ cookie?: never;
5288
+ };
5289
+ requestBody?: never;
5290
+ responses: {
5291
+ /** @description OK */
5292
+ 200: {
5293
+ headers: {
5294
+ [name: string]: unknown;
5295
+ };
5296
+ content: {
5297
+ "application/json": components["schemas"]["models.Storage"];
5298
+ };
5299
+ };
5300
+ };
5301
+ };
5302
+ put?: never;
5303
+ post?: never;
5304
+ delete?: never;
5305
+ options?: never;
5306
+ head?: never;
5307
+ patch?: never;
5308
+ trace?: never;
5309
+ };
5310
+ "/internal/submitfaceredactionerrorresponse": {
5311
+ parameters: {
5312
+ query?: never;
5313
+ header?: never;
5314
+ path?: never;
5315
+ cookie?: never;
5316
+ };
5317
+ /**
5318
+ * Get SubmitFaceRedactionErrorResponse (schema generation only)
5319
+ * @description Internal endpoint used only to ensure SubmitFaceRedactionErrorResponse schema is generated in OpenAPI spec
5320
+ */
5321
+ get: {
5322
+ parameters: {
5323
+ query?: never;
5324
+ header?: never;
5325
+ path?: never;
5326
+ cookie?: never;
5327
+ };
5328
+ requestBody?: never;
5329
+ responses: {
5330
+ /** @description OK */
5331
+ 200: {
5332
+ headers: {
5333
+ [name: string]: unknown;
5334
+ };
5335
+ content: {
5336
+ "application/json": components["schemas"]["api.SubmitFaceRedactionErrorResponse"];
5337
+ };
5338
+ };
5339
+ };
5340
+ };
5341
+ put?: never;
5342
+ post?: never;
5343
+ delete?: never;
5344
+ options?: never;
5345
+ head?: never;
5346
+ patch?: never;
5347
+ trace?: never;
5348
+ };
5349
+ "/internal/submitfaceredactionrequest": {
5350
+ parameters: {
5351
+ query?: never;
5352
+ header?: never;
5353
+ path?: never;
5354
+ cookie?: never;
5355
+ };
5356
+ /**
5357
+ * Get SubmitFaceRedactionRequest (schema generation only)
5358
+ * @description Internal endpoint used only to ensure SubmitFaceRedactionRequest schema is generated in OpenAPI spec
5359
+ */
5360
+ get: {
5361
+ parameters: {
5362
+ query?: never;
5363
+ header?: never;
5364
+ path?: never;
5365
+ cookie?: never;
5366
+ };
5367
+ requestBody?: never;
5368
+ responses: {
5369
+ /** @description OK */
5370
+ 200: {
5371
+ headers: {
5372
+ [name: string]: unknown;
5373
+ };
5374
+ content: {
5375
+ "application/json": components["schemas"]["api.SubmitFaceRedactionRequest"];
5376
+ };
5377
+ };
5378
+ };
5379
+ };
5380
+ put?: never;
5381
+ post?: never;
5382
+ delete?: never;
5383
+ options?: never;
5384
+ head?: never;
5385
+ patch?: never;
5386
+ trace?: never;
5387
+ };
5388
+ "/internal/submitfaceredactionresponse": {
5389
+ parameters: {
5390
+ query?: never;
5391
+ header?: never;
5392
+ path?: never;
5393
+ cookie?: never;
5394
+ };
5395
+ /**
5396
+ * Get SubmitFaceRedactionResponse (schema generation only)
5397
+ * @description Internal endpoint used only to ensure SubmitFaceRedactionResponse schema is generated in OpenAPI spec
5398
+ */
5399
+ get: {
5400
+ parameters: {
5401
+ query?: never;
5402
+ header?: never;
5403
+ path?: never;
5404
+ cookie?: never;
5405
+ };
5406
+ requestBody?: never;
5407
+ responses: {
5408
+ /** @description OK */
5409
+ 200: {
5410
+ headers: {
5411
+ [name: string]: unknown;
5412
+ };
5413
+ content: {
5414
+ "application/json": components["schemas"]["api.SubmitFaceRedactionResponse"];
5415
+ };
5416
+ };
5417
+ };
5418
+ };
5419
+ put?: never;
5420
+ post?: never;
5421
+ delete?: never;
5422
+ options?: never;
5423
+ head?: never;
5424
+ patch?: never;
5425
+ trace?: never;
5426
+ };
5427
+ "/internal/submitfaceredactionsuccessresponse": {
5428
+ parameters: {
5429
+ query?: never;
5430
+ header?: never;
5431
+ path?: never;
5432
+ cookie?: never;
5433
+ };
5434
+ /**
5435
+ * Get SubmitFaceRedactionSuccessResponse (schema generation only)
5436
+ * @description Internal endpoint used only to ensure SubmitFaceRedactionSuccessResponse schema is generated in OpenAPI spec
5437
+ */
5438
+ get: {
5439
+ parameters: {
5440
+ query?: never;
5441
+ header?: never;
5442
+ path?: never;
5443
+ cookie?: never;
5444
+ };
5445
+ requestBody?: never;
5446
+ responses: {
5447
+ /** @description OK */
5448
+ 200: {
5449
+ headers: {
5450
+ [name: string]: unknown;
5451
+ };
5452
+ content: {
5453
+ "application/json": components["schemas"]["api.SubmitFaceRedactionSuccessResponse"];
5454
+ };
5455
+ };
5456
+ };
5457
+ };
5458
+ put?: never;
5459
+ post?: never;
5460
+ delete?: never;
5461
+ options?: never;
5462
+ head?: never;
5463
+ patch?: never;
5464
+ trace?: never;
5465
+ };
5466
+ "/internal/subscription": {
5467
+ parameters: {
5468
+ query?: never;
5469
+ header?: never;
5470
+ path?: never;
5471
+ cookie?: never;
5472
+ };
5473
+ /**
5474
+ * Get Subscription (schema generation only)
5475
+ * @description Internal endpoint used only to ensure Subscription schema is generated in OpenAPI spec
5476
+ */
5477
+ get: {
5478
+ parameters: {
5479
+ query?: never;
5480
+ header?: never;
5481
+ path?: never;
5482
+ cookie?: never;
5483
+ };
5484
+ requestBody?: never;
5485
+ responses: {
5486
+ /** @description OK */
5487
+ 200: {
5488
+ headers: {
5489
+ [name: string]: unknown;
5490
+ };
5491
+ content: {
5492
+ "application/json": components["schemas"]["models.Subscription"];
5493
+ };
5494
+ };
5495
+ };
5496
+ };
5497
+ put?: never;
5498
+ post?: never;
5499
+ delete?: never;
5500
+ options?: never;
5501
+ head?: never;
5502
+ patch?: never;
5503
+ trace?: never;
5504
+ };
5505
+ "/internal/synchronize": {
5506
+ parameters: {
5507
+ query?: never;
5508
+ header?: never;
5509
+ path?: never;
5510
+ cookie?: never;
5511
+ };
5512
+ /**
5513
+ * Get Synchronize (schema generation only)
5514
+ * @description Internal endpoint used only to ensure Synchronize schema is generated in OpenAPI spec
5515
+ */
5516
+ get: {
5517
+ parameters: {
5518
+ query?: never;
5519
+ header?: never;
5520
+ path?: never;
5521
+ cookie?: never;
5522
+ };
5523
+ requestBody?: never;
5524
+ responses: {
5525
+ /** @description OK */
5526
+ 200: {
5527
+ headers: {
5528
+ [name: string]: unknown;
5529
+ };
5530
+ content: {
5531
+ "application/json": components["schemas"]["models.Synchronize"];
5532
+ };
5533
+ };
5534
+ };
5535
+ };
5536
+ put?: never;
5537
+ post?: never;
5538
+ delete?: never;
5539
+ options?: never;
5540
+ head?: never;
5541
+ patch?: never;
5542
+ trace?: never;
5543
+ };
5544
+ "/internal/synchronizeevent": {
5545
+ parameters: {
5546
+ query?: never;
5547
+ header?: never;
5548
+ path?: never;
5549
+ cookie?: never;
5550
+ };
5551
+ /**
5552
+ * Get SynchronizeEvent (schema generation only)
5553
+ * @description Internal endpoint used only to ensure SynchronizeEvent schema is generated in OpenAPI spec
5554
+ */
5555
+ get: {
5556
+ parameters: {
5557
+ query?: never;
5558
+ header?: never;
5559
+ path?: never;
5560
+ cookie?: never;
5561
+ };
5562
+ requestBody?: never;
5563
+ responses: {
5564
+ /** @description OK */
5565
+ 200: {
5566
+ headers: {
5567
+ [name: string]: unknown;
5568
+ };
5569
+ content: {
5570
+ "application/json": components["schemas"]["models.SynchronizeEvent"];
5571
+ };
5572
+ };
5573
+ };
5574
+ };
5575
+ put?: never;
5576
+ post?: never;
5577
+ delete?: never;
5578
+ options?: never;
5579
+ head?: never;
5580
+ patch?: never;
5581
+ trace?: never;
5582
+ };
5583
+ "/internal/throttlerstage": {
5584
+ parameters: {
5585
+ query?: never;
5586
+ header?: never;
5587
+ path?: never;
5588
+ cookie?: never;
5589
+ };
5590
+ /**
5591
+ * Get ThrottlerStage (schema generation only)
5592
+ * @description Internal endpoint used only to ensure ThrottlerStage schema is generated in OpenAPI spec
5593
+ */
5594
+ get: {
5595
+ parameters: {
5596
+ query?: never;
5597
+ header?: never;
5598
+ path?: never;
5599
+ cookie?: never;
5600
+ };
5601
+ requestBody?: never;
5602
+ responses: {
5603
+ /** @description OK */
5604
+ 200: {
5605
+ headers: {
5606
+ [name: string]: unknown;
5607
+ };
5608
+ content: {
5609
+ "application/json": components["schemas"]["models.ThrottlerStage"];
5610
+ };
5611
+ };
5612
+ };
5613
+ };
5614
+ put?: never;
5615
+ post?: never;
5616
+ delete?: never;
5617
+ options?: never;
5618
+ head?: never;
5619
+ patch?: never;
5620
+ trace?: never;
5621
+ };
5622
+ "/internal/thumbnail": {
5623
+ parameters: {
5624
+ query?: never;
5625
+ header?: never;
5626
+ path?: never;
5627
+ cookie?: never;
5628
+ };
5629
+ /**
5630
+ * Get Thumbnail (schema generation only)
5631
+ * @description Internal endpoint used only to ensure Thumbnail schema is generated in OpenAPI spec
5632
+ */
5633
+ get: {
5634
+ parameters: {
5635
+ query?: never;
5636
+ header?: never;
5637
+ path?: never;
5638
+ cookie?: never;
5639
+ };
5640
+ requestBody?: never;
5641
+ responses: {
5642
+ /** @description OK */
5643
+ 200: {
5644
+ headers: {
5645
+ [name: string]: unknown;
5646
+ };
5647
+ content: {
5648
+ "application/json": components["schemas"]["models.Thumbnail"];
5649
+ };
5650
+ };
5651
+ };
5652
+ };
5653
+ put?: never;
5654
+ post?: never;
5655
+ delete?: never;
5656
+ options?: never;
5657
+ head?: never;
5658
+ patch?: never;
5659
+ trace?: never;
5660
+ };
5661
+ "/internal/thumby": {
5662
+ parameters: {
5663
+ query?: never;
5664
+ header?: never;
5665
+ path?: never;
5666
+ cookie?: never;
5667
+ };
5668
+ /**
5669
+ * Get Thumby (schema generation only)
5670
+ * @description Internal endpoint used only to ensure Thumby schema is generated in OpenAPI spec
5671
+ */
5672
+ get: {
5673
+ parameters: {
5674
+ query?: never;
5675
+ header?: never;
5676
+ path?: never;
5677
+ cookie?: never;
5678
+ };
5679
+ requestBody?: never;
5680
+ responses: {
5681
+ /** @description OK */
5682
+ 200: {
5683
+ headers: {
5684
+ [name: string]: unknown;
5685
+ };
5686
+ content: {
5687
+ "application/json": components["schemas"]["models.Thumby"];
5688
+ };
5689
+ };
5690
+ };
5691
+ };
5692
+ put?: never;
5693
+ post?: never;
5694
+ delete?: never;
5695
+ options?: never;
5696
+ head?: never;
5697
+ patch?: never;
5698
+ trace?: never;
5699
+ };
5700
+ "/internal/timerange": {
5701
+ parameters: {
5702
+ query?: never;
5703
+ header?: never;
5704
+ path?: never;
5705
+ cookie?: never;
5706
+ };
5707
+ /**
5708
+ * Get TimeRange (schema generation only)
5709
+ * @description Internal endpoint used only to ensure TimeRange schema is generated in OpenAPI spec
5710
+ */
5711
+ get: {
5712
+ parameters: {
5713
+ query?: never;
5714
+ header?: never;
5715
+ path?: never;
5716
+ cookie?: never;
5717
+ };
5718
+ requestBody?: never;
5719
+ responses: {
5720
+ /** @description OK */
5721
+ 200: {
5722
+ headers: {
5723
+ [name: string]: unknown;
5724
+ };
5725
+ content: {
5726
+ "application/json": components["schemas"]["models.TimeRange"];
5727
+ };
5728
+ };
5729
+ };
5730
+ };
5731
+ put?: never;
5732
+ post?: never;
5733
+ delete?: never;
5734
+ options?: never;
5735
+ head?: never;
5736
+ patch?: never;
5737
+ trace?: never;
5738
+ };
5739
+ "/internal/timewindow": {
5740
+ parameters: {
5741
+ query?: never;
5742
+ header?: never;
5743
+ path?: never;
5744
+ cookie?: never;
5745
+ };
5746
+ /**
5747
+ * Get TimeWindow (schema generation only)
5748
+ * @description Internal endpoint used only to ensure TimeWindow schema is generated in OpenAPI spec
5749
+ */
5750
+ get: {
5751
+ parameters: {
5752
+ query?: never;
5753
+ header?: never;
5754
+ path?: never;
5755
+ cookie?: never;
5756
+ };
5757
+ requestBody?: never;
5758
+ responses: {
5759
+ /** @description OK */
5760
+ 200: {
5761
+ headers: {
5762
+ [name: string]: unknown;
5763
+ };
5764
+ content: {
5765
+ "application/json": components["schemas"]["models.TimeWindow"];
5766
+ };
5767
+ };
5768
+ };
5769
+ };
5770
+ put?: never;
5771
+ post?: never;
5772
+ delete?: never;
5773
+ options?: never;
5774
+ head?: never;
5775
+ patch?: never;
5776
+ trace?: never;
5777
+ };
5778
+ "/internal/tour": {
5779
+ parameters: {
5780
+ query?: never;
5781
+ header?: never;
5782
+ path?: never;
5783
+ cookie?: never;
5784
+ };
5785
+ /**
5786
+ * Get Tour (schema generation only)
5787
+ * @description Internal endpoint used only to ensure Tour schema is generated in OpenAPI spec
5788
+ */
5789
+ get: {
5790
+ parameters: {
5791
+ query?: never;
5792
+ header?: never;
5793
+ path?: never;
5794
+ cookie?: never;
5795
+ };
5796
+ requestBody?: never;
5797
+ responses: {
5798
+ /** @description OK */
5799
+ 200: {
5800
+ headers: {
5801
+ [name: string]: unknown;
5802
+ };
5803
+ content: {
5804
+ "application/json": components["schemas"]["models.Tour"];
5805
+ };
5806
+ };
5807
+ };
5808
+ };
5809
+ put?: never;
5810
+ post?: never;
5811
+ delete?: never;
5812
+ options?: never;
5813
+ head?: never;
5814
+ patch?: never;
5815
+ trace?: never;
5816
+ };
5817
+ "/internal/trackbox": {
5818
+ parameters: {
5819
+ query?: never;
5820
+ header?: never;
5821
+ path?: never;
5822
+ cookie?: never;
5823
+ };
5824
+ /**
5825
+ * Get TrackBox (schema generation only)
5826
+ * @description Internal endpoint used only to ensure TrackBox schema is generated in OpenAPI spec
5827
+ */
5828
+ get: {
5829
+ parameters: {
5830
+ query?: never;
5831
+ header?: never;
5832
+ path?: never;
5833
+ cookie?: never;
5834
+ };
5835
+ requestBody?: never;
5836
+ responses: {
5837
+ /** @description OK */
5838
+ 200: {
5839
+ headers: {
5840
+ [name: string]: unknown;
5841
+ };
5842
+ content: {
5843
+ "application/json": components["schemas"]["models.TrackBox"];
5844
+ };
5845
+ };
5846
+ };
5847
+ };
5848
+ put?: never;
5849
+ post?: never;
5850
+ delete?: never;
5851
+ options?: never;
5852
+ head?: never;
5853
+ patch?: never;
5854
+ trace?: never;
5855
+ };
5856
+ "/internal/updateaccesstokenerrorresponse": {
5857
+ parameters: {
5858
+ query?: never;
5859
+ header?: never;
5860
+ path?: never;
5861
+ cookie?: never;
5862
+ };
5863
+ /**
5864
+ * Get UpdateAccessTokenErrorResponse (schema generation only)
5865
+ * @description Internal endpoint used only to ensure UpdateAccessTokenErrorResponse schema is generated in OpenAPI spec
5866
+ */
5867
+ get: {
5868
+ parameters: {
5869
+ query?: never;
5870
+ header?: never;
5871
+ path?: never;
5872
+ cookie?: never;
5873
+ };
5874
+ requestBody?: never;
5875
+ responses: {
5876
+ /** @description OK */
5877
+ 200: {
5878
+ headers: {
5879
+ [name: string]: unknown;
5880
+ };
5881
+ content: {
5882
+ "application/json": components["schemas"]["api.UpdateAccessTokenErrorResponse"];
5883
+ };
5884
+ };
5885
+ };
5886
+ };
5887
+ put?: never;
5888
+ post?: never;
5889
+ delete?: never;
5890
+ options?: never;
5891
+ head?: never;
5892
+ patch?: never;
5893
+ trace?: never;
5894
+ };
5895
+ "/internal/updateaccesstokenrequest": {
5896
+ parameters: {
5897
+ query?: never;
5898
+ header?: never;
5899
+ path?: never;
5900
+ cookie?: never;
5901
+ };
5902
+ /**
5903
+ * Get UpdateAccessTokenRequest (schema generation only)
5904
+ * @description Internal endpoint used only to ensure UpdateAccessTokenRequest schema is generated in OpenAPI spec
5905
+ */
5906
+ get: {
5907
+ parameters: {
5908
+ query?: never;
5909
+ header?: never;
5910
+ path?: never;
5911
+ cookie?: never;
5912
+ };
5913
+ requestBody?: never;
5914
+ responses: {
5915
+ /** @description OK */
5916
+ 200: {
5917
+ headers: {
5918
+ [name: string]: unknown;
5919
+ };
5920
+ content: {
5921
+ "application/json": components["schemas"]["api.UpdateAccessTokenRequest"];
5922
+ };
5923
+ };
5924
+ };
5925
+ };
5926
+ put?: never;
5927
+ post?: never;
5928
+ delete?: never;
5929
+ options?: never;
5930
+ head?: never;
5931
+ patch?: never;
5932
+ trace?: never;
5933
+ };
5934
+ "/internal/updateaccesstokenresponse": {
5935
+ parameters: {
5936
+ query?: never;
5937
+ header?: never;
5938
+ path?: never;
5939
+ cookie?: never;
5940
+ };
5941
+ /**
5942
+ * Get UpdateAccessTokenResponse (schema generation only)
5943
+ * @description Internal endpoint used only to ensure UpdateAccessTokenResponse schema is generated in OpenAPI spec
5944
+ */
5945
+ get: {
5946
+ parameters: {
5947
+ query?: never;
5948
+ header?: never;
5949
+ path?: never;
5950
+ cookie?: never;
5951
+ };
5952
+ requestBody?: never;
5953
+ responses: {
5954
+ /** @description OK */
5955
+ 200: {
5956
+ headers: {
5957
+ [name: string]: unknown;
5958
+ };
5959
+ content: {
5960
+ "application/json": components["schemas"]["api.UpdateAccessTokenResponse"];
5961
+ };
5962
+ };
5963
+ };
5964
+ };
5965
+ put?: never;
5966
+ post?: never;
5967
+ delete?: never;
5968
+ options?: never;
5969
+ head?: never;
5970
+ patch?: never;
5971
+ trace?: never;
5972
+ };
5973
+ "/internal/updateaccesstokensuccessresponse": {
5974
+ parameters: {
5975
+ query?: never;
5976
+ header?: never;
5977
+ path?: never;
5978
+ cookie?: never;
5979
+ };
5980
+ /**
5981
+ * Get UpdateAccessTokenSuccessResponse (schema generation only)
5982
+ * @description Internal endpoint used only to ensure UpdateAccessTokenSuccessResponse schema is generated in OpenAPI spec
5983
+ */
5984
+ get: {
5985
+ parameters: {
5986
+ query?: never;
5987
+ header?: never;
5988
+ path?: never;
5989
+ cookie?: never;
5990
+ };
5991
+ requestBody?: never;
5992
+ responses: {
5993
+ /** @description OK */
5994
+ 200: {
5995
+ headers: {
5996
+ [name: string]: unknown;
5997
+ };
5998
+ content: {
5999
+ "application/json": components["schemas"]["api.UpdateAccessTokenSuccessResponse"];
6000
+ };
6001
+ };
6002
+ };
6003
+ };
6004
+ put?: never;
6005
+ post?: never;
6006
+ delete?: never;
6007
+ options?: never;
6008
+ head?: never;
6009
+ patch?: never;
6010
+ trace?: never;
6011
+ };
6012
+ "/internal/user": {
6013
+ parameters: {
6014
+ query?: never;
6015
+ header?: never;
6016
+ path?: never;
6017
+ cookie?: never;
6018
+ };
6019
+ /**
6020
+ * Get User (schema generation only)
6021
+ * @description Internal endpoint used only to ensure User schema is generated in OpenAPI spec
6022
+ */
6023
+ get: {
6024
+ parameters: {
6025
+ query?: never;
6026
+ header?: never;
6027
+ path?: never;
6028
+ cookie?: never;
6029
+ };
6030
+ requestBody?: never;
6031
+ responses: {
6032
+ /** @description OK */
6033
+ 200: {
6034
+ headers: {
6035
+ [name: string]: unknown;
6036
+ };
6037
+ content: {
6038
+ "application/json": components["schemas"]["models.User"];
6039
+ };
6040
+ };
6041
+ };
6042
+ };
6043
+ put?: never;
6044
+ post?: never;
6045
+ delete?: never;
6046
+ options?: never;
6047
+ head?: never;
6048
+ patch?: never;
6049
+ trace?: never;
6050
+ };
6051
+ "/internal/vaultmedia": {
6052
+ parameters: {
6053
+ query?: never;
6054
+ header?: never;
6055
+ path?: never;
6056
+ cookie?: never;
6057
+ };
6058
+ /**
6059
+ * Get VaultMedia (schema generation only)
6060
+ * @description Internal endpoint used only to ensure VaultMedia schema is generated in OpenAPI spec
6061
+ */
6062
+ get: {
6063
+ parameters: {
6064
+ query?: never;
6065
+ header?: never;
6066
+ path?: never;
6067
+ cookie?: never;
6068
+ };
6069
+ requestBody?: never;
6070
+ responses: {
6071
+ /** @description OK */
6072
+ 200: {
6073
+ headers: {
6074
+ [name: string]: unknown;
6075
+ };
6076
+ content: {
6077
+ "application/json": components["schemas"]["models.VaultMedia"];
6078
+ };
6079
+ };
6080
+ };
6081
+ };
6082
+ put?: never;
6083
+ post?: never;
6084
+ delete?: never;
6085
+ options?: never;
6086
+ head?: never;
6087
+ patch?: never;
6088
+ trace?: never;
6089
+ };
6090
+ "/internal/vaultmediaevent": {
6091
+ parameters: {
6092
+ query?: never;
6093
+ header?: never;
6094
+ path?: never;
6095
+ cookie?: never;
6096
+ };
6097
+ /**
6098
+ * Get VaultMediaEvent (schema generation only)
6099
+ * @description Internal endpoint used only to ensure VaultMediaEvent schema is generated in OpenAPI spec
6100
+ */
6101
+ get: {
6102
+ parameters: {
6103
+ query?: never;
6104
+ header?: never;
6105
+ path?: never;
6106
+ cookie?: never;
6107
+ };
6108
+ requestBody?: never;
6109
+ responses: {
6110
+ /** @description OK */
6111
+ 200: {
6112
+ headers: {
6113
+ [name: string]: unknown;
6114
+ };
6115
+ content: {
6116
+ "application/json": components["schemas"]["models.VaultMediaEvent"];
6117
+ };
6118
+ };
6119
+ };
6120
+ };
6121
+ put?: never;
6122
+ post?: never;
6123
+ delete?: never;
6124
+ options?: never;
6125
+ head?: never;
6126
+ patch?: never;
6127
+ trace?: never;
6128
+ };
6129
+ "/internal/vaultmediafragmentcollection": {
6130
+ parameters: {
6131
+ query?: never;
6132
+ header?: never;
6133
+ path?: never;
6134
+ cookie?: never;
6135
+ };
6136
+ /**
6137
+ * Get VaultMediaFragmentCollection (schema generation only)
6138
+ * @description Internal endpoint used only to ensure VaultMediaFragmentCollection schema is generated in OpenAPI spec
6139
+ */
6140
+ get: {
6141
+ parameters: {
6142
+ query?: never;
6143
+ header?: never;
6144
+ path?: never;
6145
+ cookie?: never;
6146
+ };
6147
+ requestBody?: never;
6148
+ responses: {
6149
+ /** @description OK */
6150
+ 200: {
6151
+ headers: {
6152
+ [name: string]: unknown;
6153
+ };
6154
+ content: {
6155
+ "application/json": components["schemas"]["models.VaultMediaFragmentCollection"];
6156
+ };
6157
+ };
6158
+ };
6159
+ };
6160
+ put?: never;
6161
+ post?: never;
6162
+ delete?: never;
6163
+ options?: never;
6164
+ head?: never;
6165
+ patch?: never;
6166
+ trace?: never;
6167
+ };
6168
+ "/internal/vaultmediametadata": {
6169
+ parameters: {
6170
+ query?: never;
6171
+ header?: never;
6172
+ path?: never;
6173
+ cookie?: never;
6174
+ };
6175
+ /**
6176
+ * Get VaultMediaMetadata (schema generation only)
6177
+ * @description Internal endpoint used only to ensure VaultMediaMetadata schema is generated in OpenAPI spec
6178
+ */
6179
+ get: {
6180
+ parameters: {
6181
+ query?: never;
6182
+ header?: never;
6183
+ path?: never;
6184
+ cookie?: never;
6185
+ };
6186
+ requestBody?: never;
6187
+ responses: {
6188
+ /** @description OK */
6189
+ 200: {
6190
+ headers: {
6191
+ [name: string]: unknown;
6192
+ };
6193
+ content: {
6194
+ "application/json": components["schemas"]["models.VaultMediaMetadata"];
4713
6195
  };
4714
6196
  };
4715
6197
  };
@@ -4818,19 +6300,148 @@ export interface paths {
4818
6300
  };
4819
6301
  };
4820
6302
  };
4821
- put?: never;
4822
- post?: never;
4823
- delete?: never;
4824
- options?: never;
4825
- head?: never;
4826
- patch?: never;
4827
- trace?: never;
4828
- };
4829
- }
4830
- export type webhooks = Record<string, never>;
4831
- export interface components {
4832
- schemas: {
4833
- "api.AddAccessTokenErrorResponse": {
6303
+ put?: never;
6304
+ post?: never;
6305
+ delete?: never;
6306
+ options?: never;
6307
+ head?: never;
6308
+ patch?: never;
6309
+ trace?: never;
6310
+ };
6311
+ }
6312
+ export type webhooks = Record<string, never>;
6313
+ export interface components {
6314
+ schemas: {
6315
+ "api.AddAccessTokenErrorResponse": {
6316
+ /** @description Application-specific error code */
6317
+ applicationStatusCode?: string;
6318
+ /** @description Entity-specific error code */
6319
+ entityStatusCode?: string;
6320
+ /** @description HTTP status code for the error */
6321
+ httpStatusCode?: number;
6322
+ /** @description Error message describing the issue */
6323
+ message?: string;
6324
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
6325
+ metadata?: components["schemas"]["api.Metadata"];
6326
+ };
6327
+ "api.AddAccessTokenRequest": {
6328
+ token?: components["schemas"]["models.AccessToken"];
6329
+ };
6330
+ "api.AddAccessTokenResponse": {
6331
+ token?: components["schemas"]["models.AccessToken"];
6332
+ };
6333
+ "api.AddAccessTokenSuccessResponse": {
6334
+ /** @description Application-specific status code */
6335
+ applicationStatusCode?: string;
6336
+ data?: components["schemas"]["api.AddAccessTokenResponse"];
6337
+ /** @description Entity-specific status code */
6338
+ entityStatusCode?: string;
6339
+ /** @description HTTP status code for the response */
6340
+ httpStatusCode?: number;
6341
+ /** @description Success message describing the operation */
6342
+ message?: string;
6343
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
6344
+ metadata?: components["schemas"]["api.Metadata"];
6345
+ };
6346
+ "api.AddMarkerErrorResponse": {
6347
+ /** @description Application-specific error code */
6348
+ applicationStatusCode?: string;
6349
+ /** @description Entity-specific error code */
6350
+ entityStatusCode?: string;
6351
+ /** @description HTTP status code for the error */
6352
+ httpStatusCode?: number;
6353
+ /** @description Error message describing the issue */
6354
+ message?: string;
6355
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
6356
+ metadata?: components["schemas"]["api.Metadata"];
6357
+ };
6358
+ "api.AddMarkerRequest": {
6359
+ marker?: components["schemas"]["models.Marker"];
6360
+ };
6361
+ "api.AddMarkerResponse": {
6362
+ marker?: components["schemas"]["models.Marker"];
6363
+ };
6364
+ "api.AddMarkerSuccessResponse": {
6365
+ /** @description Application-specific status code */
6366
+ applicationStatusCode?: string;
6367
+ data?: components["schemas"]["api.AddMarkerResponse"];
6368
+ /** @description Entity-specific status code */
6369
+ entityStatusCode?: string;
6370
+ /** @description HTTP status code for the response */
6371
+ httpStatusCode?: number;
6372
+ /** @description Success message describing the operation */
6373
+ message?: string;
6374
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
6375
+ metadata?: components["schemas"]["api.Metadata"];
6376
+ };
6377
+ /** @enum {string} */
6378
+ "api.AnalysisStatus": "analysis_face_redaction_binding_failed" | "analysis_save_redaction_success" | "analysis_save_redaction_failed" | "analysis_submit_redaction_success" | "analysis_submit_redaction_failed" | "analysis_file_name_missing" | "analysis_signed_url_missing" | "analysis_all_frame_coordinates_missing" | "analysis_not_found" | "analysis_found" | "analysisId_missing";
6379
+ "api.CursorPagination": {
6380
+ /** @description Request fields (sent by client) */
6381
+ cursor?: string;
6382
+ hasMore?: boolean;
6383
+ limit?: number;
6384
+ /** @description Response fields (returned by server) */
6385
+ nextCursor?: string;
6386
+ /** @description Optional numbered pagination support */
6387
+ page?: number;
6388
+ pageSize?: number;
6389
+ prevCursor?: string;
6390
+ total?: number;
6391
+ };
6392
+ "api.DeleteAccessTokenErrorResponse": {
6393
+ /** @description Application-specific error code */
6394
+ applicationStatusCode?: string;
6395
+ /** @description Entity-specific error code */
6396
+ entityStatusCode?: string;
6397
+ /** @description HTTP status code for the error */
6398
+ httpStatusCode?: number;
6399
+ /** @description Error message describing the issue */
6400
+ message?: string;
6401
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
6402
+ metadata?: components["schemas"]["api.Metadata"];
6403
+ };
6404
+ "api.DeleteAccessTokenRequest": Record<string, never>;
6405
+ "api.DeleteAccessTokenResponse": Record<string, never>;
6406
+ "api.DeleteAccessTokenSuccessResponse": {
6407
+ /** @description Application-specific status code */
6408
+ applicationStatusCode?: string;
6409
+ data?: components["schemas"]["api.DeleteAccessTokenResponse"];
6410
+ /** @description Entity-specific status code */
6411
+ entityStatusCode?: string;
6412
+ /** @description HTTP status code for the response */
6413
+ httpStatusCode?: number;
6414
+ /** @description Success message describing the operation */
6415
+ message?: string;
6416
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
6417
+ metadata?: components["schemas"]["api.Metadata"];
6418
+ };
6419
+ "api.DeviceFilter": {
6420
+ deviceIds?: string[];
6421
+ markers?: string[];
6422
+ name?: string;
6423
+ sites?: string[];
6424
+ };
6425
+ "api.ErrorResponse": {
6426
+ /** @description Application-specific error code */
6427
+ applicationStatusCode?: string;
6428
+ /** @description Entity-specific error code */
6429
+ entityStatusCode?: string;
6430
+ /** @description HTTP status code for the error */
6431
+ httpStatusCode?: number;
6432
+ /** @description Error message describing the issue */
6433
+ message?: string;
6434
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
6435
+ metadata?: components["schemas"]["api.Metadata"];
6436
+ };
6437
+ "api.FaceRedactionMessage": {
6438
+ data?: {
6439
+ [key: string]: unknown;
6440
+ };
6441
+ events?: string[];
6442
+ user?: components["schemas"]["models.User"];
6443
+ };
6444
+ "api.GetAccessTokensErrorResponse": {
4834
6445
  /** @description Application-specific error code */
4835
6446
  applicationStatusCode?: string;
4836
6447
  /** @description Entity-specific error code */
@@ -4840,18 +6451,16 @@ export interface components {
4840
6451
  /** @description Error message describing the issue */
4841
6452
  message?: string;
4842
6453
  /** @description Additional metadata about the error, such as timestamps and request IDs */
4843
- metaData?: components["schemas"]["api.Metadata"];
4844
- };
4845
- "api.AddAccessTokenRequest": {
4846
- token?: components["schemas"]["models.AccessToken"];
6454
+ metadata?: components["schemas"]["api.Metadata"];
4847
6455
  };
4848
- "api.AddAccessTokenResponse": {
4849
- token?: components["schemas"]["models.AccessToken"];
6456
+ "api.GetAccessTokensRequest": Record<string, never>;
6457
+ "api.GetAccessTokensResponse": {
6458
+ access_tokens?: components["schemas"]["models.AccessToken"][];
4850
6459
  };
4851
- "api.AddAccessTokenSuccessResponse": {
6460
+ "api.GetAccessTokensSuccessResponse": {
4852
6461
  /** @description Application-specific status code */
4853
6462
  applicationStatusCode?: string;
4854
- data?: components["schemas"]["api.AddAccessTokenResponse"];
6463
+ data?: components["schemas"]["api.GetAccessTokensResponse"];
4855
6464
  /** @description Entity-specific status code */
4856
6465
  entityStatusCode?: string;
4857
6466
  /** @description HTTP status code for the response */
@@ -4859,9 +6468,9 @@ export interface components {
4859
6468
  /** @description Success message describing the operation */
4860
6469
  message?: string;
4861
6470
  /** @description Additional metadata about the response, such as timestamps and request IDs */
4862
- metaData?: components["schemas"]["api.Metadata"];
6471
+ metadata?: components["schemas"]["api.Metadata"];
4863
6472
  };
4864
- "api.AddMarkerErrorResponse": {
6473
+ "api.GetAnalysisErrorResponse": {
4865
6474
  /** @description Application-specific error code */
4866
6475
  applicationStatusCode?: string;
4867
6476
  /** @description Entity-specific error code */
@@ -4871,18 +6480,18 @@ export interface components {
4871
6480
  /** @description Error message describing the issue */
4872
6481
  message?: string;
4873
6482
  /** @description Additional metadata about the error, such as timestamps and request IDs */
4874
- metaData?: components["schemas"]["api.Metadata"];
6483
+ metadata?: components["schemas"]["api.Metadata"];
4875
6484
  };
4876
- "api.AddMarkerRequest": {
4877
- marker?: components["schemas"]["models.Marker"];
6485
+ "api.GetAnalysisRequest": {
6486
+ analysisId?: string;
4878
6487
  };
4879
- "api.AddMarkerResponse": {
4880
- marker?: components["schemas"]["models.Marker"];
6488
+ "api.GetAnalysisResponse": {
6489
+ analysis?: components["schemas"]["models.Analysis"];
4881
6490
  };
4882
- "api.AddMarkerSuccessResponse": {
6491
+ "api.GetAnalysisSuccessResponse": {
4883
6492
  /** @description Application-specific status code */
4884
6493
  applicationStatusCode?: string;
4885
- data?: components["schemas"]["api.AddMarkerResponse"];
6494
+ data?: components["schemas"]["api.GetAnalysisResponse"];
4886
6495
  /** @description Entity-specific status code */
4887
6496
  entityStatusCode?: string;
4888
6497
  /** @description HTTP status code for the response */
@@ -4890,11 +6499,9 @@ export interface components {
4890
6499
  /** @description Success message describing the operation */
4891
6500
  message?: string;
4892
6501
  /** @description Additional metadata about the response, such as timestamps and request IDs */
4893
- metaData?: components["schemas"]["api.Metadata"];
6502
+ metadata?: components["schemas"]["api.Metadata"];
4894
6503
  };
4895
- /** @enum {string} */
4896
- "api.AnalysisStatus": "analysis_face_redaction_binding_failed" | "analysis_save_redaction_success" | "analysis_save_redaction_failed" | "analysis_submit_redaction_success" | "analysis_submit_redaction_failed" | "analysis_file_name_missing" | "analysis_signed_url_missing" | "analysis_all_frame_coordinates_missing" | "analysis_not_found" | "analysis_found" | "analysisId_missing";
4897
- "api.DeleteAccessTokenErrorResponse": {
6504
+ "api.GetDeviceOptionsErrorResponse": {
4898
6505
  /** @description Application-specific error code */
4899
6506
  applicationStatusCode?: string;
4900
6507
  /** @description Entity-specific error code */
@@ -4904,14 +6511,19 @@ export interface components {
4904
6511
  /** @description Error message describing the issue */
4905
6512
  message?: string;
4906
6513
  /** @description Additional metadata about the error, such as timestamps and request IDs */
4907
- metaData?: components["schemas"]["api.Metadata"];
6514
+ metadata?: components["schemas"]["api.Metadata"];
4908
6515
  };
4909
- "api.DeleteAccessTokenRequest": Record<string, never>;
4910
- "api.DeleteAccessTokenResponse": Record<string, never>;
4911
- "api.DeleteAccessTokenSuccessResponse": {
6516
+ "api.GetDeviceOptionsRequest": {
6517
+ filter?: components["schemas"]["api.DeviceFilter"];
6518
+ pagination?: components["schemas"]["api.CursorPagination"];
6519
+ };
6520
+ "api.GetDeviceOptionsResponse": {
6521
+ devices?: components["schemas"]["models.DeviceOption"][];
6522
+ };
6523
+ "api.GetDeviceOptionsSuccessResponse": {
4912
6524
  /** @description Application-specific status code */
4913
6525
  applicationStatusCode?: string;
4914
- data?: components["schemas"]["api.DeleteAccessTokenResponse"];
6526
+ data?: components["schemas"]["api.GetDeviceOptionsResponse"];
4915
6527
  /** @description Entity-specific status code */
4916
6528
  entityStatusCode?: string;
4917
6529
  /** @description HTTP status code for the response */
@@ -4919,9 +6531,9 @@ export interface components {
4919
6531
  /** @description Success message describing the operation */
4920
6532
  message?: string;
4921
6533
  /** @description Additional metadata about the response, such as timestamps and request IDs */
4922
- metaData?: components["schemas"]["api.Metadata"];
6534
+ metadata?: components["schemas"]["api.Metadata"];
4923
6535
  };
4924
- "api.ErrorResponse": {
6536
+ "api.GetMarkerEventOptionsErrorResponse": {
4925
6537
  /** @description Application-specific error code */
4926
6538
  applicationStatusCode?: string;
4927
6539
  /** @description Entity-specific error code */
@@ -4931,16 +6543,29 @@ export interface components {
4931
6543
  /** @description Error message describing the issue */
4932
6544
  message?: string;
4933
6545
  /** @description Additional metadata about the error, such as timestamps and request IDs */
4934
- metaData?: components["schemas"]["api.Metadata"];
6546
+ metadata?: components["schemas"]["api.Metadata"];
4935
6547
  };
4936
- "api.FaceRedactionMessage": {
4937
- data?: {
4938
- [key: string]: unknown;
4939
- };
4940
- events?: string[];
4941
- user?: components["schemas"]["models.User"];
6548
+ "api.GetMarkerEventOptionsRequest": {
6549
+ filter?: components["schemas"]["api.MarkerEventFilter"];
6550
+ pagination?: components["schemas"]["api.CursorPagination"];
4942
6551
  };
4943
- "api.GetAccessTokensErrorResponse": {
6552
+ "api.GetMarkerEventOptionsResponse": {
6553
+ markerEvents?: components["schemas"]["models.MarkerEventOption"][];
6554
+ };
6555
+ "api.GetMarkerEventOptionsSuccessResponse": {
6556
+ /** @description Application-specific status code */
6557
+ applicationStatusCode?: string;
6558
+ data?: components["schemas"]["api.GetMarkerEventOptionsResponse"];
6559
+ /** @description Entity-specific status code */
6560
+ entityStatusCode?: string;
6561
+ /** @description HTTP status code for the response */
6562
+ httpStatusCode?: number;
6563
+ /** @description Success message describing the operation */
6564
+ message?: string;
6565
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
6566
+ metadata?: components["schemas"]["api.Metadata"];
6567
+ };
6568
+ "api.GetMarkerOptionsErrorResponse": {
4944
6569
  /** @description Application-specific error code */
4945
6570
  applicationStatusCode?: string;
4946
6571
  /** @description Entity-specific error code */
@@ -4950,16 +6575,19 @@ export interface components {
4950
6575
  /** @description Error message describing the issue */
4951
6576
  message?: string;
4952
6577
  /** @description Additional metadata about the error, such as timestamps and request IDs */
4953
- metaData?: components["schemas"]["api.Metadata"];
6578
+ metadata?: components["schemas"]["api.Metadata"];
4954
6579
  };
4955
- "api.GetAccessTokensRequest": Record<string, never>;
4956
- "api.GetAccessTokensResponse": {
4957
- access_tokens?: components["schemas"]["models.AccessToken"][];
6580
+ "api.GetMarkerOptionsRequest": {
6581
+ filter?: components["schemas"]["api.MarkerFilter"];
6582
+ pagination?: components["schemas"]["api.CursorPagination"];
4958
6583
  };
4959
- "api.GetAccessTokensSuccessResponse": {
6584
+ "api.GetMarkerOptionsResponse": {
6585
+ markers?: components["schemas"]["models.MarkerOption"][];
6586
+ };
6587
+ "api.GetMarkerOptionsSuccessResponse": {
4960
6588
  /** @description Application-specific status code */
4961
6589
  applicationStatusCode?: string;
4962
- data?: components["schemas"]["api.GetAccessTokensResponse"];
6590
+ data?: components["schemas"]["api.GetMarkerOptionsResponse"];
4963
6591
  /** @description Entity-specific status code */
4964
6592
  entityStatusCode?: string;
4965
6593
  /** @description HTTP status code for the response */
@@ -4967,9 +6595,9 @@ export interface components {
4967
6595
  /** @description Success message describing the operation */
4968
6596
  message?: string;
4969
6597
  /** @description Additional metadata about the response, such as timestamps and request IDs */
4970
- metaData?: components["schemas"]["api.Metadata"];
6598
+ metadata?: components["schemas"]["api.Metadata"];
4971
6599
  };
4972
- "api.GetAnalysisErrorResponse": {
6600
+ "api.GetMarkerTagOptionsErrorResponse": {
4973
6601
  /** @description Application-specific error code */
4974
6602
  applicationStatusCode?: string;
4975
6603
  /** @description Entity-specific error code */
@@ -4979,18 +6607,19 @@ export interface components {
4979
6607
  /** @description Error message describing the issue */
4980
6608
  message?: string;
4981
6609
  /** @description Additional metadata about the error, such as timestamps and request IDs */
4982
- metaData?: components["schemas"]["api.Metadata"];
6610
+ metadata?: components["schemas"]["api.Metadata"];
4983
6611
  };
4984
- "api.GetAnalysisRequest": {
4985
- analysisId?: string;
6612
+ "api.GetMarkerTagOptionsRequest": {
6613
+ filter?: components["schemas"]["api.MarkerTagFilter"];
6614
+ pagination?: components["schemas"]["api.CursorPagination"];
4986
6615
  };
4987
- "api.GetAnalysisResponse": {
4988
- analysis?: components["schemas"]["models.Analysis"];
6616
+ "api.GetMarkerTagOptionsResponse": {
6617
+ markerTags?: components["schemas"]["models.MarkerTagOption"][];
4989
6618
  };
4990
- "api.GetAnalysisSuccessResponse": {
6619
+ "api.GetMarkerTagOptionsSuccessResponse": {
4991
6620
  /** @description Application-specific status code */
4992
6621
  applicationStatusCode?: string;
4993
- data?: components["schemas"]["api.GetAnalysisResponse"];
6622
+ data?: components["schemas"]["api.GetMarkerTagOptionsResponse"];
4994
6623
  /** @description Entity-specific status code */
4995
6624
  entityStatusCode?: string;
4996
6625
  /** @description HTTP status code for the response */
@@ -4998,7 +6627,7 @@ export interface components {
4998
6627
  /** @description Success message describing the operation */
4999
6628
  message?: string;
5000
6629
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5001
- metaData?: components["schemas"]["api.Metadata"];
6630
+ metadata?: components["schemas"]["api.Metadata"];
5002
6631
  };
5003
6632
  "api.GetMarkersErrorResponse": {
5004
6633
  /** @description Application-specific error code */
@@ -5010,7 +6639,7 @@ export interface components {
5010
6639
  /** @description Error message describing the issue */
5011
6640
  message?: string;
5012
6641
  /** @description Additional metadata about the error, such as timestamps and request IDs */
5013
- metaData?: components["schemas"]["api.Metadata"];
6642
+ metadata?: components["schemas"]["api.Metadata"];
5014
6643
  };
5015
6644
  "api.GetMarkersRequest": Record<string, never>;
5016
6645
  "api.GetMarkersResponse": {
@@ -5027,7 +6656,7 @@ export interface components {
5027
6656
  /** @description Success message describing the operation */
5028
6657
  message?: string;
5029
6658
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5030
- metaData?: components["schemas"]["api.Metadata"];
6659
+ metadata?: components["schemas"]["api.Metadata"];
5031
6660
  };
5032
6661
  "api.GetMediaErrorResponse": {
5033
6662
  /** @description Application-specific error code */
@@ -5039,10 +6668,11 @@ export interface components {
5039
6668
  /** @description Error message describing the issue */
5040
6669
  message?: string;
5041
6670
  /** @description Additional metadata about the error, such as timestamps and request IDs */
5042
- metaData?: components["schemas"]["api.Metadata"];
6671
+ metadata?: components["schemas"]["api.Metadata"];
5043
6672
  };
5044
6673
  "api.GetMediaRequest": {
5045
- filter?: components["schemas"]["api.MediaFilter"];
6674
+ filter?: components["schemas"]["api.Media2Filter"];
6675
+ pagination?: components["schemas"]["api.CursorPagination"];
5046
6676
  };
5047
6677
  "api.GetMediaResponse": {
5048
6678
  media?: components["schemas"]["models.Media"][];
@@ -5058,7 +6688,39 @@ export interface components {
5058
6688
  /** @description Success message describing the operation */
5059
6689
  message?: string;
5060
6690
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5061
- metaData?: components["schemas"]["api.Metadata"];
6691
+ metadata?: components["schemas"]["api.Metadata"];
6692
+ };
6693
+ "api.GetSiteOptionsErrorResponse": {
6694
+ /** @description Application-specific error code */
6695
+ applicationStatusCode?: string;
6696
+ /** @description Entity-specific error code */
6697
+ entityStatusCode?: string;
6698
+ /** @description HTTP status code for the error */
6699
+ httpStatusCode?: number;
6700
+ /** @description Error message describing the issue */
6701
+ message?: string;
6702
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
6703
+ metadata?: components["schemas"]["api.Metadata"];
6704
+ };
6705
+ "api.GetSiteOptionsRequest": {
6706
+ filter?: components["schemas"]["api.SiteFilter"];
6707
+ pagination?: components["schemas"]["api.CursorPagination"];
6708
+ };
6709
+ "api.GetSiteOptionsResponse": {
6710
+ sites?: components["schemas"]["models.SiteOption"][];
6711
+ };
6712
+ "api.GetSiteOptionsSuccessResponse": {
6713
+ /** @description Application-specific status code */
6714
+ applicationStatusCode?: string;
6715
+ data?: components["schemas"]["api.GetSiteOptionsResponse"];
6716
+ /** @description Entity-specific status code */
6717
+ entityStatusCode?: string;
6718
+ /** @description HTTP status code for the response */
6719
+ httpStatusCode?: number;
6720
+ /** @description Success message describing the operation */
6721
+ message?: string;
6722
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
6723
+ metadata?: components["schemas"]["api.Metadata"];
5062
6724
  };
5063
6725
  "api.GetTimelineErrorResponse": {
5064
6726
  /** @description Application-specific error code */
@@ -5070,7 +6732,7 @@ export interface components {
5070
6732
  /** @description Error message describing the issue */
5071
6733
  message?: string;
5072
6734
  /** @description Additional metadata about the error, such as timestamps and request IDs */
5073
- metaData?: components["schemas"]["api.Metadata"];
6735
+ metadata?: components["schemas"]["api.Metadata"];
5074
6736
  };
5075
6737
  "api.GetTimelineRequest": {
5076
6738
  filter?: components["schemas"]["api.MediaFilter"];
@@ -5090,12 +6752,34 @@ export interface components {
5090
6752
  /** @description Success message describing the operation */
5091
6753
  message?: string;
5092
6754
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5093
- metaData?: components["schemas"]["api.Metadata"];
6755
+ metadata?: components["schemas"]["api.Metadata"];
6756
+ };
6757
+ "api.MarkerEventFilter": {
6758
+ markerEventIds?: string[];
6759
+ name?: string;
6760
+ names?: string[];
5094
6761
  };
5095
- "api.MarkerOptions": {
6762
+ "api.MarkerFilter": {
6763
+ markerIds?: string[];
6764
+ name?: string;
5096
6765
  names?: string[];
5097
6766
  types?: string[];
5098
6767
  };
6768
+ "api.MarkerTagFilter": {
6769
+ name?: string;
6770
+ names?: string[];
6771
+ };
6772
+ "api.Media2Filter": {
6773
+ devices?: string[];
6774
+ events?: string[];
6775
+ markers?: string[];
6776
+ regions?: string[];
6777
+ sites?: string[];
6778
+ sortBy?: string;
6779
+ starred?: boolean;
6780
+ tags?: string[];
6781
+ timeRanges?: components["schemas"]["models.TimeRange"][];
6782
+ };
5099
6783
  "api.MediaFilter": {
5100
6784
  classifications?: string[];
5101
6785
  dates?: string[];
@@ -5122,7 +6806,6 @@ export interface components {
5122
6806
  startTimestamp?: number;
5123
6807
  };
5124
6808
  "api.Metadata": {
5125
- /** @description Additional data relevant to the request or response, this can be free-format */
5126
6809
  data?: {
5127
6810
  [key: string]: unknown;
5128
6811
  };
@@ -5136,6 +6819,8 @@ export interface components {
5136
6819
  missingFields?: string[];
5137
6820
  /** @description Organisation ID for the request */
5138
6821
  organisationId?: string;
6822
+ /** @description Additional data relevant to the request or response, this can be free-format */
6823
+ pagination?: components["schemas"]["api.CursorPagination"];
5139
6824
  /** @description Path of the request */
5140
6825
  path?: string;
5141
6826
  /** @description Timestamp of the request or response */
@@ -5160,7 +6845,7 @@ export interface components {
5160
6845
  /** @description Error message describing the issue */
5161
6846
  message?: string;
5162
6847
  /** @description Additional metadata about the error, such as timestamps and request IDs */
5163
- metaData?: components["schemas"]["api.Metadata"];
6848
+ metadata?: components["schemas"]["api.Metadata"];
5164
6849
  };
5165
6850
  "api.SaveFaceRedactionRequest": {
5166
6851
  analysisId?: string;
@@ -5181,7 +6866,11 @@ export interface components {
5181
6866
  /** @description Success message describing the operation */
5182
6867
  message?: string;
5183
6868
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5184
- metaData?: components["schemas"]["api.Metadata"];
6869
+ metadata?: components["schemas"]["api.Metadata"];
6870
+ };
6871
+ "api.SiteFilter": {
6872
+ name?: string;
6873
+ siteIds?: string[];
5185
6874
  };
5186
6875
  "api.SubmitFaceRedactionErrorResponse": {
5187
6876
  /** @description Application-specific error code */
@@ -5193,7 +6882,7 @@ export interface components {
5193
6882
  /** @description Error message describing the issue */
5194
6883
  message?: string;
5195
6884
  /** @description Additional metadata about the error, such as timestamps and request IDs */
5196
- metaData?: components["schemas"]["api.Metadata"];
6885
+ metadata?: components["schemas"]["api.Metadata"];
5197
6886
  };
5198
6887
  "api.SubmitFaceRedactionRequest": {
5199
6888
  allFrameCoordinates?: {
@@ -5220,7 +6909,7 @@ export interface components {
5220
6909
  /** @description Success message describing the operation */
5221
6910
  message?: string;
5222
6911
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5223
- metaData?: components["schemas"]["api.Metadata"];
6912
+ metadata?: components["schemas"]["api.Metadata"];
5224
6913
  };
5225
6914
  "api.SuccessResponse": {
5226
6915
  /** @description Application-specific status code */
@@ -5232,7 +6921,7 @@ export interface components {
5232
6921
  /** @description Success message describing the operation */
5233
6922
  message?: string;
5234
6923
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5235
- metaData?: components["schemas"]["api.Metadata"];
6924
+ metadata?: components["schemas"]["api.Metadata"];
5236
6925
  };
5237
6926
  "api.UpdateAccessTokenErrorResponse": {
5238
6927
  /** @description Application-specific error code */
@@ -5244,7 +6933,7 @@ export interface components {
5244
6933
  /** @description Error message describing the issue */
5245
6934
  message?: string;
5246
6935
  /** @description Additional metadata about the error, such as timestamps and request IDs */
5247
- metaData?: components["schemas"]["api.Metadata"];
6936
+ metadata?: components["schemas"]["api.Metadata"];
5248
6937
  };
5249
6938
  "api.UpdateAccessTokenRequest": {
5250
6939
  token?: components["schemas"]["models.AccessToken"];
@@ -5263,7 +6952,7 @@ export interface components {
5263
6952
  /** @description Success message describing the operation */
5264
6953
  message?: string;
5265
6954
  /** @description Additional metadata about the response, such as timestamps and request IDs */
5266
- metaData?: components["schemas"]["api.Metadata"];
6955
+ metadata?: components["schemas"]["api.Metadata"];
5267
6956
  };
5268
6957
  "models.AccessToken": {
5269
6958
  /** @description Audit information */
@@ -5557,6 +7246,11 @@ export interface components {
5557
7246
  /** @description Mute status, e.g. false for unmuted, true for muted */
5558
7247
  mute?: boolean;
5559
7248
  };
7249
+ "models.DeviceOption": {
7250
+ id?: string;
7251
+ text?: string;
7252
+ value?: string;
7253
+ };
5560
7254
  "models.DevicePlacement": {
5561
7255
  /** @description Audit information */
5562
7256
  audit?: components["schemas"]["models.Audit"];
@@ -5674,6 +7368,12 @@ export interface components {
5674
7368
  longitude?: number;
5675
7369
  };
5676
7370
  "models.Marker": {
7371
+ /**
7372
+ * @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
7373
+ * more verbose information about the device's current state, capabilities, or configuration.
7374
+ * for example the linked sites details, etc.
7375
+ */
7376
+ atRuntimeMetadata?: components["schemas"]["models.MarkerAtRuntimeMetadata"];
5677
7377
  /** @description Audit information */
5678
7378
  audit?: components["schemas"]["models.Audit"];
5679
7379
  /**
@@ -5682,7 +7382,7 @@ export interface components {
5682
7382
  */
5683
7383
  description?: string;
5684
7384
  /**
5685
- * @description Device information
7385
+ * @description RBAC information
5686
7386
  * @example 686a906345c1df594939f9j25f4
5687
7387
  */
5688
7388
  deviceId?: string;
@@ -5708,16 +7408,8 @@ export interface components {
5708
7408
  * @example 507f1f77bcf86cd799439011
5709
7409
  */
5710
7410
  id?: string;
5711
- /**
5712
- * @description Media information
5713
- * @example [
5714
- * "[\"img_20230918_001.jpg\"",
5715
- * " \"vid_20230918_002.mp4\"]"
5716
- * ]
5717
- */
5718
- mediaIds?: string[];
5719
7411
  /** @description Additional metadata */
5720
- metaData?: components["schemas"]["models.MarkerMetadata"];
7412
+ metadata?: components["schemas"]["models.MarkerMetadata"];
5721
7413
  /**
5722
7414
  * @description Name or identifier for the marker e.g., "a license plate (2-HCP-007), an unique identifier (transaction_id, point of sale), etc."
5723
7415
  * @example 2-HCP-007
@@ -5729,7 +7421,7 @@ export interface components {
5729
7421
  */
5730
7422
  organisationId?: string;
5731
7423
  /**
5732
- * @description RBAC information
7424
+ * @description SiteId is used to identify the site where the marker is located
5733
7425
  * @example 686a906345c1df594pcsr3r45
5734
7426
  */
5735
7427
  siteId?: string;
@@ -5740,11 +7432,13 @@ export interface components {
5740
7432
  startTimestamp?: number;
5741
7433
  /** @description Synchronize */
5742
7434
  synchronize?: components["schemas"]["models.Synchronize"];
5743
- /**
5744
- * @description Type of the marker e.g., "alert", "event", "door_opened", "person", etc.
5745
- * @example door-forced
5746
- */
5747
- type?: string;
7435
+ /** @description Tags associated with the marker for categorization */
7436
+ tags?: components["schemas"]["models.MarkerTag"][];
7437
+ };
7438
+ "models.MarkerAtRuntimeMetadata": {
7439
+ eventRanges?: components["schemas"]["models.MarkerEventTimeRange"][];
7440
+ markerRanges?: components["schemas"]["models.MarkerOptionTimeRange"][];
7441
+ tagRanges?: components["schemas"]["models.MarkerTagTimeRange"][];
5748
7442
  };
5749
7443
  "models.MarkerEvent": {
5750
7444
  /**
@@ -5757,6 +7451,11 @@ export interface components {
5757
7451
  * @example Motion Detected
5758
7452
  */
5759
7453
  name?: string;
7454
+ /**
7455
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7456
+ * @example 686a906345c1df594pad69f0
7457
+ */
7458
+ organisationId?: string;
5760
7459
  /**
5761
7460
  * @description Tags associated with the event for categorization
5762
7461
  * @example [
@@ -5771,18 +7470,119 @@ export interface components {
5771
7470
  */
5772
7471
  timestamp?: number;
5773
7472
  };
7473
+ "models.MarkerEventOption": {
7474
+ createdAt?: number;
7475
+ /**
7476
+ * @description Unique identifier for the marker, generated automatically§§§
7477
+ * @example 507f1f77bcf86cd799439011
7478
+ */
7479
+ id?: string;
7480
+ /**
7481
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7482
+ * @example 686a906345c1df594pad69f0
7483
+ */
7484
+ organisationId?: string;
7485
+ text?: string;
7486
+ updatedAt?: number;
7487
+ value?: string;
7488
+ };
7489
+ "models.MarkerEventTimeRange": {
7490
+ createdAt?: number;
7491
+ deviceId?: string;
7492
+ end?: number;
7493
+ /**
7494
+ * @description Unique identifier for the marker, generated automatically§§§
7495
+ * @example 507f1f77bcf86cd799439011
7496
+ */
7497
+ id?: string;
7498
+ /**
7499
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7500
+ * @example 686a906345c1df594pad69f0
7501
+ */
7502
+ organisationId?: string;
7503
+ start?: number;
7504
+ text?: string;
7505
+ updatedAt?: number;
7506
+ value?: string;
7507
+ };
5774
7508
  "models.MarkerMetadata": {
5775
7509
  /** @description Additional comments or description of the marker */
5776
7510
  comments?: components["schemas"]["models.Comment"];
7511
+ };
7512
+ "models.MarkerOption": {
7513
+ createdAt?: number;
5777
7514
  /**
5778
- * @description Tags associated with the marker for categorization
5779
- * @example [
5780
- * "[\"vehicle\"",
5781
- * "\"license plate\"",
5782
- * "\"security\"]"
5783
- * ]
7515
+ * @description Unique identifier for the marker, generated automatically§§§
7516
+ * @example 507f1f77bcf86cd799439011
5784
7517
  */
5785
- tags?: string[];
7518
+ id?: string;
7519
+ /**
7520
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7521
+ * @example 686a906345c1df594pad69f0
7522
+ */
7523
+ organisationId?: string;
7524
+ text?: string;
7525
+ updatedAt?: number;
7526
+ value?: string;
7527
+ };
7528
+ "models.MarkerOptionTimeRange": {
7529
+ createdAt?: number;
7530
+ /** @description Tags associated with the event for categorization */
7531
+ deviceId?: string;
7532
+ end?: number;
7533
+ /**
7534
+ * @description Unique identifier for the marker, generated automatically§§§
7535
+ * @example 507f1f77bcf86cd799439011
7536
+ */
7537
+ id?: string;
7538
+ /**
7539
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7540
+ * @example 686a906345c1df594pad69f0
7541
+ */
7542
+ organisationId?: string;
7543
+ start?: number;
7544
+ text?: string;
7545
+ updatedAt?: number;
7546
+ value?: string;
7547
+ };
7548
+ "models.MarkerTag": {
7549
+ /** @example Motion Detected */
7550
+ name?: string;
7551
+ };
7552
+ "models.MarkerTagOption": {
7553
+ createdAt?: number;
7554
+ /**
7555
+ * @description Unique identifier for the marker, generated automatically§§§
7556
+ * @example 507f1f77bcf86cd799439011
7557
+ */
7558
+ id?: string;
7559
+ /**
7560
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7561
+ * @example 686a906345c1df594pad69f0
7562
+ */
7563
+ organisationId?: string;
7564
+ text?: string;
7565
+ updatedAt?: number;
7566
+ value?: string;
7567
+ };
7568
+ "models.MarkerTagTimeRange": {
7569
+ createdAt?: number;
7570
+ deviceId?: string;
7571
+ end?: number;
7572
+ /**
7573
+ * @description Unique identifier for the marker, generated automatically§§§
7574
+ * @example 507f1f77bcf86cd799439011
7575
+ */
7576
+ id?: string;
7577
+ /**
7578
+ * @description OrganisationId is used to identify the organisation that owns the marker, retrieved from the user's access token
7579
+ * @example 686a906345c1df594pad69f0
7580
+ */
7581
+ organisationId?: string;
7582
+ start?: number;
7583
+ text?: string;
7584
+ updatedAt?: number;
7585
+ value?: string;
5786
7586
  };
5787
7587
  "models.Media": {
5788
7588
  /**
@@ -5880,6 +7680,10 @@ export interface components {
5880
7680
  */
5881
7681
  metadata?: components["schemas"]["models.MediaMetadata"];
5882
7682
  };
7683
+ "models.ModelOption": {
7684
+ text?: string;
7685
+ value?: string;
7686
+ };
5883
7687
  "models.MonitorStage": {
5884
7688
  activity?: components["schemas"]["models.Activity"];
5885
7689
  highUpload?: components["schemas"]["models.HighUpload"];
@@ -6019,6 +7823,12 @@ export interface components {
6019
7823
  location?: components["schemas"]["models.Location"];
6020
7824
  numberOfFloorPlans?: number;
6021
7825
  };
7826
+ "models.SiteOption": {
7827
+ devices?: string[];
7828
+ groups?: string[];
7829
+ text?: string;
7830
+ value?: string;
7831
+ };
6022
7832
  "models.Sprite": {
6023
7833
  filename?: string;
6024
7834
  interval?: number;
@@ -6076,6 +7886,10 @@ export interface components {
6076
7886
  interval?: number;
6077
7887
  provider?: string;
6078
7888
  };
7889
+ "models.TimeRange": {
7890
+ end?: number;
7891
+ start?: number;
7892
+ };
6079
7893
  "models.TimeWindow": {
6080
7894
  timeRange1MaxFriday?: number;
6081
7895
  timeRange1MaxMonday?: number;
@@ -6244,6 +8058,7 @@ export declare namespace models {
6244
8058
  type DeviceFeaturePermissions = components['schemas']['models.DeviceFeaturePermissions'];
6245
8059
  type DeviceLocationMetadata = components['schemas']['models.DeviceLocationMetadata'];
6246
8060
  type DeviceMetadata = components['schemas']['models.DeviceMetadata'];
8061
+ type DeviceOption = components['schemas']['models.DeviceOption'];
6247
8062
  type DevicePlacement = components['schemas']['models.DevicePlacement'];
6248
8063
  type DominantColor = components['schemas']['models.DominantColor'];
6249
8064
  type EventStage = components['schemas']['models.EventStage'];
@@ -6257,12 +8072,21 @@ export declare namespace models {
6257
8072
  type IO = components['schemas']['models.IO'];
6258
8073
  type Location = components['schemas']['models.Location'];
6259
8074
  type Marker = components['schemas']['models.Marker'];
8075
+ type MarkerAtRuntimeMetadata = components['schemas']['models.MarkerAtRuntimeMetadata'];
6260
8076
  type MarkerEvent = components['schemas']['models.MarkerEvent'];
8077
+ type MarkerEventOption = components['schemas']['models.MarkerEventOption'];
8078
+ type MarkerEventTimeRange = components['schemas']['models.MarkerEventTimeRange'];
6261
8079
  type MarkerMetadata = components['schemas']['models.MarkerMetadata'];
8080
+ type MarkerOption = components['schemas']['models.MarkerOption'];
8081
+ type MarkerOptionTimeRange = components['schemas']['models.MarkerOptionTimeRange'];
8082
+ type MarkerTag = components['schemas']['models.MarkerTag'];
8083
+ type MarkerTagOption = components['schemas']['models.MarkerTagOption'];
8084
+ type MarkerTagTimeRange = components['schemas']['models.MarkerTagTimeRange'];
6262
8085
  type Media = components['schemas']['models.Media'];
6263
8086
  type MediaAtRuntimeMetadata = components['schemas']['models.MediaAtRuntimeMetadata'];
6264
8087
  type MediaMetadata = components['schemas']['models.MediaMetadata'];
6265
8088
  type Model = components['schemas']['models.Model'];
8089
+ type ModelOption = components['schemas']['models.ModelOption'];
6266
8090
  type MonitorStage = components['schemas']['models.MonitorStage'];
6267
8091
  type NotificationStage = components['schemas']['models.NotificationStage'];
6268
8092
  type PipelineEvent = components['schemas']['models.PipelineEvent'];
@@ -6275,6 +8099,7 @@ export declare namespace models {
6275
8099
  type SequenceStage = components['schemas']['models.SequenceStage'];
6276
8100
  type Site = components['schemas']['models.Site'];
6277
8101
  type SiteMetadata = components['schemas']['models.SiteMetadata'];
8102
+ type SiteOption = components['schemas']['models.SiteOption'];
6278
8103
  type Sprite = components['schemas']['models.Sprite'];
6279
8104
  type Storage = components['schemas']['models.Storage'];
6280
8105
  type Subscription = components['schemas']['models.Subscription'];
@@ -6283,6 +8108,7 @@ export declare namespace models {
6283
8108
  type ThrottlerStage = components['schemas']['models.ThrottlerStage'];
6284
8109
  type Thumbnail = components['schemas']['models.Thumbnail'];
6285
8110
  type Thumby = components['schemas']['models.Thumby'];
8111
+ type TimeRange = components['schemas']['models.TimeRange'];
6286
8112
  type TimeWindow = components['schemas']['models.TimeWindow'];
6287
8113
  type Tour = components['schemas']['models.Tour'];
6288
8114
  type TrackBox = components['schemas']['models.TrackBox'];
@@ -6301,8 +8127,10 @@ export declare namespace api {
6301
8127
  type AddMarkerRequest = components['schemas']['api.AddMarkerRequest'];
6302
8128
  type AddMarkerResponse = components['schemas']['api.AddMarkerResponse'];
6303
8129
  type AddMarkerSuccessResponse = components['schemas']['api.AddMarkerSuccessResponse'];
8130
+ type CursorPagination = components['schemas']['api.CursorPagination'];
6304
8131
  type DeleteAccessTokenErrorResponse = components['schemas']['api.DeleteAccessTokenErrorResponse'];
6305
8132
  type DeleteAccessTokenSuccessResponse = components['schemas']['api.DeleteAccessTokenSuccessResponse'];
8133
+ type DeviceFilter = components['schemas']['api.DeviceFilter'];
6306
8134
  type ErrorResponse = components['schemas']['api.ErrorResponse'];
6307
8135
  type FaceRedactionMessage = components['schemas']['api.FaceRedactionMessage'];
6308
8136
  type GetAccessTokensErrorResponse = components['schemas']['api.GetAccessTokensErrorResponse'];
@@ -6312,6 +8140,22 @@ export declare namespace api {
6312
8140
  type GetAnalysisRequest = components['schemas']['api.GetAnalysisRequest'];
6313
8141
  type GetAnalysisResponse = components['schemas']['api.GetAnalysisResponse'];
6314
8142
  type GetAnalysisSuccessResponse = components['schemas']['api.GetAnalysisSuccessResponse'];
8143
+ type GetDeviceOptionsErrorResponse = components['schemas']['api.GetDeviceOptionsErrorResponse'];
8144
+ type GetDeviceOptionsRequest = components['schemas']['api.GetDeviceOptionsRequest'];
8145
+ type GetDeviceOptionsResponse = components['schemas']['api.GetDeviceOptionsResponse'];
8146
+ type GetDeviceOptionsSuccessResponse = components['schemas']['api.GetDeviceOptionsSuccessResponse'];
8147
+ type GetMarkerEventOptionsErrorResponse = components['schemas']['api.GetMarkerEventOptionsErrorResponse'];
8148
+ type GetMarkerEventOptionsRequest = components['schemas']['api.GetMarkerEventOptionsRequest'];
8149
+ type GetMarkerEventOptionsResponse = components['schemas']['api.GetMarkerEventOptionsResponse'];
8150
+ type GetMarkerEventOptionsSuccessResponse = components['schemas']['api.GetMarkerEventOptionsSuccessResponse'];
8151
+ type GetMarkerOptionsErrorResponse = components['schemas']['api.GetMarkerOptionsErrorResponse'];
8152
+ type GetMarkerOptionsRequest = components['schemas']['api.GetMarkerOptionsRequest'];
8153
+ type GetMarkerOptionsResponse = components['schemas']['api.GetMarkerOptionsResponse'];
8154
+ type GetMarkerOptionsSuccessResponse = components['schemas']['api.GetMarkerOptionsSuccessResponse'];
8155
+ type GetMarkerTagOptionsErrorResponse = components['schemas']['api.GetMarkerTagOptionsErrorResponse'];
8156
+ type GetMarkerTagOptionsRequest = components['schemas']['api.GetMarkerTagOptionsRequest'];
8157
+ type GetMarkerTagOptionsResponse = components['schemas']['api.GetMarkerTagOptionsResponse'];
8158
+ type GetMarkerTagOptionsSuccessResponse = components['schemas']['api.GetMarkerTagOptionsSuccessResponse'];
6315
8159
  type GetMarkersErrorResponse = components['schemas']['api.GetMarkersErrorResponse'];
6316
8160
  type GetMarkersResponse = components['schemas']['api.GetMarkersResponse'];
6317
8161
  type GetMarkersSuccessResponse = components['schemas']['api.GetMarkersSuccessResponse'];
@@ -6319,11 +8163,18 @@ export declare namespace api {
6319
8163
  type GetMediaRequest = components['schemas']['api.GetMediaRequest'];
6320
8164
  type GetMediaResponse = components['schemas']['api.GetMediaResponse'];
6321
8165
  type GetMediaSuccessResponse = components['schemas']['api.GetMediaSuccessResponse'];
8166
+ type GetSiteOptionsErrorResponse = components['schemas']['api.GetSiteOptionsErrorResponse'];
8167
+ type GetSiteOptionsRequest = components['schemas']['api.GetSiteOptionsRequest'];
8168
+ type GetSiteOptionsResponse = components['schemas']['api.GetSiteOptionsResponse'];
8169
+ type GetSiteOptionsSuccessResponse = components['schemas']['api.GetSiteOptionsSuccessResponse'];
6322
8170
  type GetTimelineErrorResponse = components['schemas']['api.GetTimelineErrorResponse'];
6323
8171
  type GetTimelineRequest = components['schemas']['api.GetTimelineRequest'];
6324
8172
  type GetTimelineResponse = components['schemas']['api.GetTimelineResponse'];
6325
8173
  type GetTimelineSuccessResponse = components['schemas']['api.GetTimelineSuccessResponse'];
6326
- type MarkerOptions = components['schemas']['api.MarkerOptions'];
8174
+ type MarkerEventFilter = components['schemas']['api.MarkerEventFilter'];
8175
+ type MarkerFilter = components['schemas']['api.MarkerFilter'];
8176
+ type MarkerTagFilter = components['schemas']['api.MarkerTagFilter'];
8177
+ type Media2Filter = components['schemas']['api.Media2Filter'];
6327
8178
  type MediaFilter = components['schemas']['api.MediaFilter'];
6328
8179
  type MediaGroup = components['schemas']['api.MediaGroup'];
6329
8180
  type Metadata = components['schemas']['api.Metadata'];
@@ -6332,6 +8183,7 @@ export declare namespace api {
6332
8183
  type SaveFaceRedactionRequest = components['schemas']['api.SaveFaceRedactionRequest'];
6333
8184
  type SaveFaceRedactionResponse = components['schemas']['api.SaveFaceRedactionResponse'];
6334
8185
  type SaveFaceRedactionSuccessResponse = components['schemas']['api.SaveFaceRedactionSuccessResponse'];
8186
+ type SiteFilter = components['schemas']['api.SiteFilter'];
6335
8187
  type SubmitFaceRedactionErrorResponse = components['schemas']['api.SubmitFaceRedactionErrorResponse'];
6336
8188
  type SubmitFaceRedactionRequest = components['schemas']['api.SubmitFaceRedactionRequest'];
6337
8189
  type SubmitFaceRedactionResponse = components['schemas']['api.SubmitFaceRedactionResponse'];