@uug-ai/models 1.5.7 → 1.5.9

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 +1336 -209
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -3981,6 +3981,84 @@ export interface paths {
3981
3981
  patch?: never;
3982
3982
  trace?: never;
3983
3983
  };
3984
+ "/internal/createworkflowstageinput": {
3985
+ parameters: {
3986
+ query?: never;
3987
+ header?: never;
3988
+ path?: never;
3989
+ cookie?: never;
3990
+ };
3991
+ /**
3992
+ * Get CreateWorkflowStageInput (schema generation only)
3993
+ * @description Internal endpoint used only to ensure CreateWorkflowStageInput schema is generated in OpenAPI spec
3994
+ */
3995
+ get: {
3996
+ parameters: {
3997
+ query?: never;
3998
+ header?: never;
3999
+ path?: never;
4000
+ cookie?: never;
4001
+ };
4002
+ requestBody?: never;
4003
+ responses: {
4004
+ /** @description OK */
4005
+ 200: {
4006
+ headers: {
4007
+ [name: string]: unknown;
4008
+ };
4009
+ content: {
4010
+ "application/json": components["schemas"]["models.CreateWorkflowStageInput"];
4011
+ };
4012
+ };
4013
+ };
4014
+ };
4015
+ put?: never;
4016
+ post?: never;
4017
+ delete?: never;
4018
+ options?: never;
4019
+ head?: never;
4020
+ patch?: never;
4021
+ trace?: never;
4022
+ };
4023
+ "/internal/createworkflowstageoutput": {
4024
+ parameters: {
4025
+ query?: never;
4026
+ header?: never;
4027
+ path?: never;
4028
+ cookie?: never;
4029
+ };
4030
+ /**
4031
+ * Get CreateWorkflowStageOutput (schema generation only)
4032
+ * @description Internal endpoint used only to ensure CreateWorkflowStageOutput schema is generated in OpenAPI spec
4033
+ */
4034
+ get: {
4035
+ parameters: {
4036
+ query?: never;
4037
+ header?: never;
4038
+ path?: never;
4039
+ cookie?: never;
4040
+ };
4041
+ requestBody?: never;
4042
+ responses: {
4043
+ /** @description OK */
4044
+ 200: {
4045
+ headers: {
4046
+ [name: string]: unknown;
4047
+ };
4048
+ content: {
4049
+ "application/json": components["schemas"]["models.CreateWorkflowStageOutput"];
4050
+ };
4051
+ };
4052
+ };
4053
+ };
4054
+ put?: never;
4055
+ post?: never;
4056
+ delete?: never;
4057
+ options?: never;
4058
+ head?: never;
4059
+ patch?: never;
4060
+ trace?: never;
4061
+ };
3984
4062
  "/internal/createworkflowsuccessresponse": {
3985
4063
  parameters: {
3986
4064
  query?: never;
@@ -5541,6 +5619,84 @@ export interface paths {
5541
5619
  patch?: never;
5542
5620
  trace?: never;
5543
5621
  };
5622
+ "/internal/deleteworkflowstageinput": {
5623
+ parameters: {
5624
+ query?: never;
5625
+ header?: never;
5626
+ path?: never;
5627
+ cookie?: never;
5628
+ };
5629
+ /**
5630
+ * Get DeleteWorkflowStageInput (schema generation only)
5631
+ * @description Internal endpoint used only to ensure DeleteWorkflowStageInput 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.DeleteWorkflowStageInput"];
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/deleteworkflowstageoutput": {
5662
+ parameters: {
5663
+ query?: never;
5664
+ header?: never;
5665
+ path?: never;
5666
+ cookie?: never;
5667
+ };
5668
+ /**
5669
+ * Get DeleteWorkflowStageOutput (schema generation only)
5670
+ * @description Internal endpoint used only to ensure DeleteWorkflowStageOutput 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.DeleteWorkflowStageOutput"];
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
+ };
5544
5700
  "/internal/deleteworkflowsuccessresponse": {
5545
5701
  parameters: {
5546
5702
  query?: never;
@@ -15252,7 +15408,7 @@ export interface paths {
15252
15408
  patch?: never;
15253
15409
  trace?: never;
15254
15410
  };
15255
- "/internal/getworkflowsuccessresponse": {
15411
+ "/internal/getworkflowstageinput": {
15256
15412
  parameters: {
15257
15413
  query?: never;
15258
15414
  header?: never;
@@ -15260,8 +15416,8 @@ export interface paths {
15260
15416
  cookie?: never;
15261
15417
  };
15262
15418
  /**
15263
- * Get GetWorkflowSuccessResponse (schema generation only)
15264
- * @description Internal endpoint used only to ensure GetWorkflowSuccessResponse schema is generated in OpenAPI spec
15419
+ * Get GetWorkflowStageInput (schema generation only)
15420
+ * @description Internal endpoint used only to ensure GetWorkflowStageInput schema is generated in OpenAPI spec
15265
15421
  */
15266
15422
  get: {
15267
15423
  parameters: {
@@ -15278,7 +15434,7 @@ export interface paths {
15278
15434
  [name: string]: unknown;
15279
15435
  };
15280
15436
  content: {
15281
- "application/json": components["schemas"]["api.GetWorkflowSuccessResponse"];
15437
+ "application/json": components["schemas"]["models.GetWorkflowStageInput"];
15282
15438
  };
15283
15439
  };
15284
15440
  };
@@ -15291,7 +15447,7 @@ export interface paths {
15291
15447
  patch?: never;
15292
15448
  trace?: never;
15293
15449
  };
15294
- "/internal/gpsmetadata": {
15450
+ "/internal/getworkflowstageoutput": {
15295
15451
  parameters: {
15296
15452
  query?: never;
15297
15453
  header?: never;
@@ -15299,8 +15455,8 @@ export interface paths {
15299
15455
  cookie?: never;
15300
15456
  };
15301
15457
  /**
15302
- * Get GPSMetadata (schema generation only)
15303
- * @description Internal endpoint used only to ensure GPSMetadata schema is generated in OpenAPI spec
15458
+ * Get GetWorkflowStageOutput (schema generation only)
15459
+ * @description Internal endpoint used only to ensure GetWorkflowStageOutput schema is generated in OpenAPI spec
15304
15460
  */
15305
15461
  get: {
15306
15462
  parameters: {
@@ -15317,7 +15473,7 @@ export interface paths {
15317
15473
  [name: string]: unknown;
15318
15474
  };
15319
15475
  content: {
15320
- "application/json": components["schemas"]["models.GPSMetadata"];
15476
+ "application/json": components["schemas"]["models.GetWorkflowStageOutput"];
15321
15477
  };
15322
15478
  };
15323
15479
  };
@@ -15330,7 +15486,7 @@ export interface paths {
15330
15486
  patch?: never;
15331
15487
  trace?: never;
15332
15488
  };
15333
- "/internal/group": {
15489
+ "/internal/getworkflowstagesinput": {
15334
15490
  parameters: {
15335
15491
  query?: never;
15336
15492
  header?: never;
@@ -15338,8 +15494,8 @@ export interface paths {
15338
15494
  cookie?: never;
15339
15495
  };
15340
15496
  /**
15341
- * Get Group (schema generation only)
15342
- * @description Internal endpoint used only to ensure Group schema is generated in OpenAPI spec
15497
+ * Get GetWorkflowStagesInput (schema generation only)
15498
+ * @description Internal endpoint used only to ensure GetWorkflowStagesInput schema is generated in OpenAPI spec
15343
15499
  */
15344
15500
  get: {
15345
15501
  parameters: {
@@ -15356,7 +15512,7 @@ export interface paths {
15356
15512
  [name: string]: unknown;
15357
15513
  };
15358
15514
  content: {
15359
- "application/json": components["schemas"]["models.Group"];
15515
+ "application/json": components["schemas"]["models.GetWorkflowStagesInput"];
15360
15516
  };
15361
15517
  };
15362
15518
  };
@@ -15369,7 +15525,7 @@ export interface paths {
15369
15525
  patch?: never;
15370
15526
  trace?: never;
15371
15527
  };
15372
- "/internal/groupfilter": {
15528
+ "/internal/getworkflowstagesoutput": {
15373
15529
  parameters: {
15374
15530
  query?: never;
15375
15531
  header?: never;
@@ -15377,8 +15533,8 @@ export interface paths {
15377
15533
  cookie?: never;
15378
15534
  };
15379
15535
  /**
15380
- * Get GroupFilter (schema generation only)
15381
- * @description Internal endpoint used only to ensure GroupFilter schema is generated in OpenAPI spec
15536
+ * Get GetWorkflowStagesOutput (schema generation only)
15537
+ * @description Internal endpoint used only to ensure GetWorkflowStagesOutput schema is generated in OpenAPI spec
15382
15538
  */
15383
15539
  get: {
15384
15540
  parameters: {
@@ -15395,7 +15551,7 @@ export interface paths {
15395
15551
  [name: string]: unknown;
15396
15552
  };
15397
15553
  content: {
15398
- "application/json": components["schemas"]["api.GroupFilter"];
15554
+ "application/json": components["schemas"]["models.GetWorkflowStagesOutput"];
15399
15555
  };
15400
15556
  };
15401
15557
  };
@@ -15408,7 +15564,7 @@ export interface paths {
15408
15564
  patch?: never;
15409
15565
  trace?: never;
15410
15566
  };
15411
- "/internal/groupmetadata": {
15567
+ "/internal/getworkflowsuccessresponse": {
15412
15568
  parameters: {
15413
15569
  query?: never;
15414
15570
  header?: never;
@@ -15416,8 +15572,8 @@ export interface paths {
15416
15572
  cookie?: never;
15417
15573
  };
15418
15574
  /**
15419
- * Get GroupMetadata (schema generation only)
15420
- * @description Internal endpoint used only to ensure GroupMetadata schema is generated in OpenAPI spec
15575
+ * Get GetWorkflowSuccessResponse (schema generation only)
15576
+ * @description Internal endpoint used only to ensure GetWorkflowSuccessResponse schema is generated in OpenAPI spec
15421
15577
  */
15422
15578
  get: {
15423
15579
  parameters: {
@@ -15434,7 +15590,7 @@ export interface paths {
15434
15590
  [name: string]: unknown;
15435
15591
  };
15436
15592
  content: {
15437
- "application/json": components["schemas"]["models.GroupMetadata"];
15593
+ "application/json": components["schemas"]["api.GetWorkflowSuccessResponse"];
15438
15594
  };
15439
15595
  };
15440
15596
  };
@@ -15447,7 +15603,7 @@ export interface paths {
15447
15603
  patch?: never;
15448
15604
  trace?: never;
15449
15605
  };
15450
- "/internal/groupoption": {
15606
+ "/internal/gpsmetadata": {
15451
15607
  parameters: {
15452
15608
  query?: never;
15453
15609
  header?: never;
@@ -15455,8 +15611,8 @@ export interface paths {
15455
15611
  cookie?: never;
15456
15612
  };
15457
15613
  /**
15458
- * Get GroupOption (schema generation only)
15459
- * @description Internal endpoint used only to ensure GroupOption schema is generated in OpenAPI spec
15614
+ * Get GPSMetadata (schema generation only)
15615
+ * @description Internal endpoint used only to ensure GPSMetadata schema is generated in OpenAPI spec
15460
15616
  */
15461
15617
  get: {
15462
15618
  parameters: {
@@ -15473,7 +15629,7 @@ export interface paths {
15473
15629
  [name: string]: unknown;
15474
15630
  };
15475
15631
  content: {
15476
- "application/json": components["schemas"]["models.GroupOption"];
15632
+ "application/json": components["schemas"]["models.GPSMetadata"];
15477
15633
  };
15478
15634
  };
15479
15635
  };
@@ -15486,7 +15642,7 @@ export interface paths {
15486
15642
  patch?: never;
15487
15643
  trace?: never;
15488
15644
  };
15489
- "/internal/health": {
15645
+ "/internal/group": {
15490
15646
  parameters: {
15491
15647
  query?: never;
15492
15648
  header?: never;
@@ -15494,8 +15650,8 @@ export interface paths {
15494
15650
  cookie?: never;
15495
15651
  };
15496
15652
  /**
15497
- * Get Health (schema generation only)
15498
- * @description Internal endpoint used only to ensure Health schema is generated in OpenAPI spec
15653
+ * Get Group (schema generation only)
15654
+ * @description Internal endpoint used only to ensure Group schema is generated in OpenAPI spec
15499
15655
  */
15500
15656
  get: {
15501
15657
  parameters: {
@@ -15512,7 +15668,7 @@ export interface paths {
15512
15668
  [name: string]: unknown;
15513
15669
  };
15514
15670
  content: {
15515
- "application/json": components["schemas"]["models.Health"];
15671
+ "application/json": components["schemas"]["models.Group"];
15516
15672
  };
15517
15673
  };
15518
15674
  };
@@ -15525,7 +15681,7 @@ export interface paths {
15525
15681
  patch?: never;
15526
15682
  trace?: never;
15527
15683
  };
15528
- "/internal/healthatruntimemetadata": {
15684
+ "/internal/groupfilter": {
15529
15685
  parameters: {
15530
15686
  query?: never;
15531
15687
  header?: never;
@@ -15533,8 +15689,8 @@ export interface paths {
15533
15689
  cookie?: never;
15534
15690
  };
15535
15691
  /**
15536
- * Get HealthAtRuntimeMetadata (schema generation only)
15537
- * @description Internal endpoint used only to ensure HealthAtRuntimeMetadata schema is generated in OpenAPI spec
15692
+ * Get GroupFilter (schema generation only)
15693
+ * @description Internal endpoint used only to ensure GroupFilter schema is generated in OpenAPI spec
15538
15694
  */
15539
15695
  get: {
15540
15696
  parameters: {
@@ -15551,7 +15707,7 @@ export interface paths {
15551
15707
  [name: string]: unknown;
15552
15708
  };
15553
15709
  content: {
15554
- "application/json": components["schemas"]["models.HealthAtRuntimeMetadata"];
15710
+ "application/json": components["schemas"]["api.GroupFilter"];
15555
15711
  };
15556
15712
  };
15557
15713
  };
@@ -15564,7 +15720,7 @@ export interface paths {
15564
15720
  patch?: never;
15565
15721
  trace?: never;
15566
15722
  };
15567
- "/internal/healthmetadata": {
15723
+ "/internal/groupmetadata": {
15568
15724
  parameters: {
15569
15725
  query?: never;
15570
15726
  header?: never;
@@ -15572,8 +15728,8 @@ export interface paths {
15572
15728
  cookie?: never;
15573
15729
  };
15574
15730
  /**
15575
- * Get HealthMetadata (schema generation only)
15576
- * @description Internal endpoint used only to ensure HealthMetadata schema is generated in OpenAPI spec
15731
+ * Get GroupMetadata (schema generation only)
15732
+ * @description Internal endpoint used only to ensure GroupMetadata schema is generated in OpenAPI spec
15577
15733
  */
15578
15734
  get: {
15579
15735
  parameters: {
@@ -15590,7 +15746,7 @@ export interface paths {
15590
15746
  [name: string]: unknown;
15591
15747
  };
15592
15748
  content: {
15593
- "application/json": components["schemas"]["models.HealthMetadata"];
15749
+ "application/json": components["schemas"]["models.GroupMetadata"];
15594
15750
  };
15595
15751
  };
15596
15752
  };
@@ -15603,7 +15759,7 @@ export interface paths {
15603
15759
  patch?: never;
15604
15760
  trace?: never;
15605
15761
  };
15606
- "/internal/highupload": {
15762
+ "/internal/groupoption": {
15607
15763
  parameters: {
15608
15764
  query?: never;
15609
15765
  header?: never;
@@ -15611,8 +15767,8 @@ export interface paths {
15611
15767
  cookie?: never;
15612
15768
  };
15613
15769
  /**
15614
- * Get Highupload (schema generation only)
15615
- * @description Internal endpoint used only to ensure Highupload schema is generated in OpenAPI spec
15770
+ * Get GroupOption (schema generation only)
15771
+ * @description Internal endpoint used only to ensure GroupOption schema is generated in OpenAPI spec
15616
15772
  */
15617
15773
  get: {
15618
15774
  parameters: {
@@ -15629,7 +15785,7 @@ export interface paths {
15629
15785
  [name: string]: unknown;
15630
15786
  };
15631
15787
  content: {
15632
- "application/json": components["schemas"]["models.Highupload"];
15788
+ "application/json": components["schemas"]["models.GroupOption"];
15633
15789
  };
15634
15790
  };
15635
15791
  };
@@ -15642,7 +15798,7 @@ export interface paths {
15642
15798
  patch?: never;
15643
15799
  trace?: never;
15644
15800
  };
15645
- "/internal/hourrange": {
15801
+ "/internal/health": {
15646
15802
  parameters: {
15647
15803
  query?: never;
15648
15804
  header?: never;
@@ -15650,8 +15806,8 @@ export interface paths {
15650
15806
  cookie?: never;
15651
15807
  };
15652
15808
  /**
15653
- * Get HourRange (schema generation only)
15654
- * @description Internal endpoint used only to ensure HourRange schema is generated in OpenAPI spec
15809
+ * Get Health (schema generation only)
15810
+ * @description Internal endpoint used only to ensure Health schema is generated in OpenAPI spec
15655
15811
  */
15656
15812
  get: {
15657
15813
  parameters: {
@@ -15668,7 +15824,7 @@ export interface paths {
15668
15824
  [name: string]: unknown;
15669
15825
  };
15670
15826
  content: {
15671
- "application/json": components["schemas"]["models.HourRange"];
15827
+ "application/json": components["schemas"]["models.Health"];
15672
15828
  };
15673
15829
  };
15674
15830
  };
@@ -15681,7 +15837,7 @@ export interface paths {
15681
15837
  patch?: never;
15682
15838
  trace?: never;
15683
15839
  };
15684
- "/internal/hubcredentials": {
15840
+ "/internal/healthatruntimemetadata": {
15685
15841
  parameters: {
15686
15842
  query?: never;
15687
15843
  header?: never;
@@ -15689,8 +15845,8 @@ export interface paths {
15689
15845
  cookie?: never;
15690
15846
  };
15691
15847
  /**
15692
- * Get HubCredentials (schema generation only)
15693
- * @description Internal endpoint used only to ensure HubCredentials schema is generated in OpenAPI spec
15848
+ * Get HealthAtRuntimeMetadata (schema generation only)
15849
+ * @description Internal endpoint used only to ensure HealthAtRuntimeMetadata schema is generated in OpenAPI spec
15694
15850
  */
15695
15851
  get: {
15696
15852
  parameters: {
@@ -15707,7 +15863,7 @@ export interface paths {
15707
15863
  [name: string]: unknown;
15708
15864
  };
15709
15865
  content: {
15710
- "application/json": components["schemas"]["models.HubCredentials"];
15866
+ "application/json": components["schemas"]["models.HealthAtRuntimeMetadata"];
15711
15867
  };
15712
15868
  };
15713
15869
  };
@@ -15720,7 +15876,7 @@ export interface paths {
15720
15876
  patch?: never;
15721
15877
  trace?: never;
15722
15878
  };
15723
- "/internal/humiditysensormetadata": {
15879
+ "/internal/healthmetadata": {
15724
15880
  parameters: {
15725
15881
  query?: never;
15726
15882
  header?: never;
@@ -15728,8 +15884,8 @@ export interface paths {
15728
15884
  cookie?: never;
15729
15885
  };
15730
15886
  /**
15731
- * Get HumiditySensorMetadata (schema generation only)
15732
- * @description Internal endpoint used only to ensure HumiditySensorMetadata schema is generated in OpenAPI spec
15887
+ * Get HealthMetadata (schema generation only)
15888
+ * @description Internal endpoint used only to ensure HealthMetadata schema is generated in OpenAPI spec
15733
15889
  */
15734
15890
  get: {
15735
15891
  parameters: {
@@ -15746,7 +15902,7 @@ export interface paths {
15746
15902
  [name: string]: unknown;
15747
15903
  };
15748
15904
  content: {
15749
- "application/json": components["schemas"]["models.HumiditySensorMetadata"];
15905
+ "application/json": components["schemas"]["models.HealthMetadata"];
15750
15906
  };
15751
15907
  };
15752
15908
  };
@@ -15759,7 +15915,7 @@ export interface paths {
15759
15915
  patch?: never;
15760
15916
  trace?: never;
15761
15917
  };
15762
- "/internal/ifttt": {
15918
+ "/internal/highupload": {
15763
15919
  parameters: {
15764
15920
  query?: never;
15765
15921
  header?: never;
@@ -15767,8 +15923,8 @@ export interface paths {
15767
15923
  cookie?: never;
15768
15924
  };
15769
15925
  /**
15770
- * Get Ifttt (schema generation only)
15771
- * @description Internal endpoint used only to ensure Ifttt schema is generated in OpenAPI spec
15926
+ * Get Highupload (schema generation only)
15927
+ * @description Internal endpoint used only to ensure Highupload schema is generated in OpenAPI spec
15772
15928
  */
15773
15929
  get: {
15774
15930
  parameters: {
@@ -15785,7 +15941,7 @@ export interface paths {
15785
15941
  [name: string]: unknown;
15786
15942
  };
15787
15943
  content: {
15788
- "application/json": components["schemas"]["models.Ifttt"];
15944
+ "application/json": components["schemas"]["models.Highupload"];
15789
15945
  };
15790
15946
  };
15791
15947
  };
@@ -15798,7 +15954,7 @@ export interface paths {
15798
15954
  patch?: never;
15799
15955
  trace?: never;
15800
15956
  };
15801
- "/internal/io": {
15957
+ "/internal/hourrange": {
15802
15958
  parameters: {
15803
15959
  query?: never;
15804
15960
  header?: never;
@@ -15806,8 +15962,8 @@ export interface paths {
15806
15962
  cookie?: never;
15807
15963
  };
15808
15964
  /**
15809
- * Get IO (schema generation only)
15810
- * @description Internal endpoint used only to ensure IO schema is generated in OpenAPI spec
15965
+ * Get HourRange (schema generation only)
15966
+ * @description Internal endpoint used only to ensure HourRange schema is generated in OpenAPI spec
15811
15967
  */
15812
15968
  get: {
15813
15969
  parameters: {
@@ -15824,7 +15980,7 @@ export interface paths {
15824
15980
  [name: string]: unknown;
15825
15981
  };
15826
15982
  content: {
15827
- "application/json": components["schemas"]["models.IO"];
15983
+ "application/json": components["schemas"]["models.HourRange"];
15828
15984
  };
15829
15985
  };
15830
15986
  };
@@ -15837,7 +15993,7 @@ export interface paths {
15837
15993
  patch?: never;
15838
15994
  trace?: never;
15839
15995
  };
15840
- "/internal/keypair": {
15996
+ "/internal/hubcredentials": {
15841
15997
  parameters: {
15842
15998
  query?: never;
15843
15999
  header?: never;
@@ -15845,8 +16001,8 @@ export interface paths {
15845
16001
  cookie?: never;
15846
16002
  };
15847
16003
  /**
15848
- * Get KeyPair (schema generation only)
15849
- * @description Internal endpoint used only to ensure KeyPair schema is generated in OpenAPI spec
16004
+ * Get HubCredentials (schema generation only)
16005
+ * @description Internal endpoint used only to ensure HubCredentials schema is generated in OpenAPI spec
15850
16006
  */
15851
16007
  get: {
15852
16008
  parameters: {
@@ -15863,7 +16019,7 @@ export interface paths {
15863
16019
  [name: string]: unknown;
15864
16020
  };
15865
16021
  content: {
15866
- "application/json": components["schemas"]["models.KeyPair"];
16022
+ "application/json": components["schemas"]["models.HubCredentials"];
15867
16023
  };
15868
16024
  };
15869
16025
  };
@@ -15876,7 +16032,7 @@ export interface paths {
15876
16032
  patch?: never;
15877
16033
  trace?: never;
15878
16034
  };
15879
- "/internal/lightsensormetadata": {
16035
+ "/internal/humiditysensormetadata": {
15880
16036
  parameters: {
15881
16037
  query?: never;
15882
16038
  header?: never;
@@ -15884,8 +16040,320 @@ export interface paths {
15884
16040
  cookie?: never;
15885
16041
  };
15886
16042
  /**
15887
- * Get LightSensorMetadata (schema generation only)
15888
- * @description Internal endpoint used only to ensure LightSensorMetadata schema is generated in OpenAPI spec
16043
+ * Get HumiditySensorMetadata (schema generation only)
16044
+ * @description Internal endpoint used only to ensure HumiditySensorMetadata schema is generated in OpenAPI spec
16045
+ */
16046
+ get: {
16047
+ parameters: {
16048
+ query?: never;
16049
+ header?: never;
16050
+ path?: never;
16051
+ cookie?: never;
16052
+ };
16053
+ requestBody?: never;
16054
+ responses: {
16055
+ /** @description OK */
16056
+ 200: {
16057
+ headers: {
16058
+ [name: string]: unknown;
16059
+ };
16060
+ content: {
16061
+ "application/json": components["schemas"]["models.HumiditySensorMetadata"];
16062
+ };
16063
+ };
16064
+ };
16065
+ };
16066
+ put?: never;
16067
+ post?: never;
16068
+ delete?: never;
16069
+ options?: never;
16070
+ head?: never;
16071
+ patch?: never;
16072
+ trace?: never;
16073
+ };
16074
+ "/internal/ifttt": {
16075
+ parameters: {
16076
+ query?: never;
16077
+ header?: never;
16078
+ path?: never;
16079
+ cookie?: never;
16080
+ };
16081
+ /**
16082
+ * Get Ifttt (schema generation only)
16083
+ * @description Internal endpoint used only to ensure Ifttt schema is generated in OpenAPI spec
16084
+ */
16085
+ get: {
16086
+ parameters: {
16087
+ query?: never;
16088
+ header?: never;
16089
+ path?: never;
16090
+ cookie?: never;
16091
+ };
16092
+ requestBody?: never;
16093
+ responses: {
16094
+ /** @description OK */
16095
+ 200: {
16096
+ headers: {
16097
+ [name: string]: unknown;
16098
+ };
16099
+ content: {
16100
+ "application/json": components["schemas"]["models.Ifttt"];
16101
+ };
16102
+ };
16103
+ };
16104
+ };
16105
+ put?: never;
16106
+ post?: never;
16107
+ delete?: never;
16108
+ options?: never;
16109
+ head?: never;
16110
+ patch?: never;
16111
+ trace?: never;
16112
+ };
16113
+ "/internal/ingesterrorresponse": {
16114
+ parameters: {
16115
+ query?: never;
16116
+ header?: never;
16117
+ path?: never;
16118
+ cookie?: never;
16119
+ };
16120
+ /**
16121
+ * Get IngestErrorResponse (schema generation only)
16122
+ * @description Internal endpoint used only to ensure IngestErrorResponse schema is generated in OpenAPI spec
16123
+ */
16124
+ get: {
16125
+ parameters: {
16126
+ query?: never;
16127
+ header?: never;
16128
+ path?: never;
16129
+ cookie?: never;
16130
+ };
16131
+ requestBody?: never;
16132
+ responses: {
16133
+ /** @description OK */
16134
+ 200: {
16135
+ headers: {
16136
+ [name: string]: unknown;
16137
+ };
16138
+ content: {
16139
+ "application/json": components["schemas"]["api.IngestErrorResponse"];
16140
+ };
16141
+ };
16142
+ };
16143
+ };
16144
+ put?: never;
16145
+ post?: never;
16146
+ delete?: never;
16147
+ options?: never;
16148
+ head?: never;
16149
+ patch?: never;
16150
+ trace?: never;
16151
+ };
16152
+ "/internal/ingestrequest": {
16153
+ parameters: {
16154
+ query?: never;
16155
+ header?: never;
16156
+ path?: never;
16157
+ cookie?: never;
16158
+ };
16159
+ /**
16160
+ * Get IngestRequest (schema generation only)
16161
+ * @description Internal endpoint used only to ensure IngestRequest schema is generated in OpenAPI spec
16162
+ */
16163
+ get: {
16164
+ parameters: {
16165
+ query?: never;
16166
+ header?: never;
16167
+ path?: never;
16168
+ cookie?: never;
16169
+ };
16170
+ requestBody?: never;
16171
+ responses: {
16172
+ /** @description OK */
16173
+ 200: {
16174
+ headers: {
16175
+ [name: string]: unknown;
16176
+ };
16177
+ content: {
16178
+ "application/json": components["schemas"]["api.IngestRequest"];
16179
+ };
16180
+ };
16181
+ };
16182
+ };
16183
+ put?: never;
16184
+ post?: never;
16185
+ delete?: never;
16186
+ options?: never;
16187
+ head?: never;
16188
+ patch?: never;
16189
+ trace?: never;
16190
+ };
16191
+ "/internal/ingestresponse": {
16192
+ parameters: {
16193
+ query?: never;
16194
+ header?: never;
16195
+ path?: never;
16196
+ cookie?: never;
16197
+ };
16198
+ /**
16199
+ * Get IngestResponse (schema generation only)
16200
+ * @description Internal endpoint used only to ensure IngestResponse schema is generated in OpenAPI spec
16201
+ */
16202
+ get: {
16203
+ parameters: {
16204
+ query?: never;
16205
+ header?: never;
16206
+ path?: never;
16207
+ cookie?: never;
16208
+ };
16209
+ requestBody?: never;
16210
+ responses: {
16211
+ /** @description OK */
16212
+ 200: {
16213
+ headers: {
16214
+ [name: string]: unknown;
16215
+ };
16216
+ content: {
16217
+ "application/json": components["schemas"]["api.IngestResponse"];
16218
+ };
16219
+ };
16220
+ };
16221
+ };
16222
+ put?: never;
16223
+ post?: never;
16224
+ delete?: never;
16225
+ options?: never;
16226
+ head?: never;
16227
+ patch?: never;
16228
+ trace?: never;
16229
+ };
16230
+ "/internal/ingestsuccessresponse": {
16231
+ parameters: {
16232
+ query?: never;
16233
+ header?: never;
16234
+ path?: never;
16235
+ cookie?: never;
16236
+ };
16237
+ /**
16238
+ * Get IngestSuccessResponse (schema generation only)
16239
+ * @description Internal endpoint used only to ensure IngestSuccessResponse schema is generated in OpenAPI spec
16240
+ */
16241
+ get: {
16242
+ parameters: {
16243
+ query?: never;
16244
+ header?: never;
16245
+ path?: never;
16246
+ cookie?: never;
16247
+ };
16248
+ requestBody?: never;
16249
+ responses: {
16250
+ /** @description OK */
16251
+ 200: {
16252
+ headers: {
16253
+ [name: string]: unknown;
16254
+ };
16255
+ content: {
16256
+ "application/json": components["schemas"]["api.IngestSuccessResponse"];
16257
+ };
16258
+ };
16259
+ };
16260
+ };
16261
+ put?: never;
16262
+ post?: never;
16263
+ delete?: never;
16264
+ options?: never;
16265
+ head?: never;
16266
+ patch?: never;
16267
+ trace?: never;
16268
+ };
16269
+ "/internal/io": {
16270
+ parameters: {
16271
+ query?: never;
16272
+ header?: never;
16273
+ path?: never;
16274
+ cookie?: never;
16275
+ };
16276
+ /**
16277
+ * Get IO (schema generation only)
16278
+ * @description Internal endpoint used only to ensure IO schema is generated in OpenAPI spec
16279
+ */
16280
+ get: {
16281
+ parameters: {
16282
+ query?: never;
16283
+ header?: never;
16284
+ path?: never;
16285
+ cookie?: never;
16286
+ };
16287
+ requestBody?: never;
16288
+ responses: {
16289
+ /** @description OK */
16290
+ 200: {
16291
+ headers: {
16292
+ [name: string]: unknown;
16293
+ };
16294
+ content: {
16295
+ "application/json": components["schemas"]["models.IO"];
16296
+ };
16297
+ };
16298
+ };
16299
+ };
16300
+ put?: never;
16301
+ post?: never;
16302
+ delete?: never;
16303
+ options?: never;
16304
+ head?: never;
16305
+ patch?: never;
16306
+ trace?: never;
16307
+ };
16308
+ "/internal/keypair": {
16309
+ parameters: {
16310
+ query?: never;
16311
+ header?: never;
16312
+ path?: never;
16313
+ cookie?: never;
16314
+ };
16315
+ /**
16316
+ * Get KeyPair (schema generation only)
16317
+ * @description Internal endpoint used only to ensure KeyPair schema is generated in OpenAPI spec
16318
+ */
16319
+ get: {
16320
+ parameters: {
16321
+ query?: never;
16322
+ header?: never;
16323
+ path?: never;
16324
+ cookie?: never;
16325
+ };
16326
+ requestBody?: never;
16327
+ responses: {
16328
+ /** @description OK */
16329
+ 200: {
16330
+ headers: {
16331
+ [name: string]: unknown;
16332
+ };
16333
+ content: {
16334
+ "application/json": components["schemas"]["models.KeyPair"];
16335
+ };
16336
+ };
16337
+ };
16338
+ };
16339
+ put?: never;
16340
+ post?: never;
16341
+ delete?: never;
16342
+ options?: never;
16343
+ head?: never;
16344
+ patch?: never;
16345
+ trace?: never;
16346
+ };
16347
+ "/internal/lightsensormetadata": {
16348
+ parameters: {
16349
+ query?: never;
16350
+ header?: never;
16351
+ path?: never;
16352
+ cookie?: never;
16353
+ };
16354
+ /**
16355
+ * Get LightSensorMetadata (schema generation only)
16356
+ * @description Internal endpoint used only to ensure LightSensorMetadata schema is generated in OpenAPI spec
15889
16357
  */
15890
16358
  get: {
15891
16359
  parameters: {
@@ -19256,7 +19724,241 @@ export interface paths {
19256
19724
  [name: string]: unknown;
19257
19725
  };
19258
19726
  content: {
19259
- "application/json": components["schemas"]["api.RequestTaskExportErrorResponse"];
19727
+ "application/json": components["schemas"]["api.RequestTaskExportErrorResponse"];
19728
+ };
19729
+ };
19730
+ };
19731
+ };
19732
+ put?: never;
19733
+ post?: never;
19734
+ delete?: never;
19735
+ options?: never;
19736
+ head?: never;
19737
+ patch?: never;
19738
+ trace?: never;
19739
+ };
19740
+ "/internal/requesttaskexportrequest": {
19741
+ parameters: {
19742
+ query?: never;
19743
+ header?: never;
19744
+ path?: never;
19745
+ cookie?: never;
19746
+ };
19747
+ /**
19748
+ * Get RequestTaskExportRequest (schema generation only)
19749
+ * @description Internal endpoint used only to ensure RequestTaskExportRequest schema is generated in OpenAPI spec
19750
+ */
19751
+ get: {
19752
+ parameters: {
19753
+ query?: never;
19754
+ header?: never;
19755
+ path?: never;
19756
+ cookie?: never;
19757
+ };
19758
+ requestBody?: never;
19759
+ responses: {
19760
+ /** @description OK */
19761
+ 200: {
19762
+ headers: {
19763
+ [name: string]: unknown;
19764
+ };
19765
+ content: {
19766
+ "application/json": components["schemas"]["api.RequestTaskExportRequest"];
19767
+ };
19768
+ };
19769
+ };
19770
+ };
19771
+ put?: never;
19772
+ post?: never;
19773
+ delete?: never;
19774
+ options?: never;
19775
+ head?: never;
19776
+ patch?: never;
19777
+ trace?: never;
19778
+ };
19779
+ "/internal/requesttaskexportresponse": {
19780
+ parameters: {
19781
+ query?: never;
19782
+ header?: never;
19783
+ path?: never;
19784
+ cookie?: never;
19785
+ };
19786
+ /**
19787
+ * Get RequestTaskExportResponse (schema generation only)
19788
+ * @description Internal endpoint used only to ensure RequestTaskExportResponse schema is generated in OpenAPI spec
19789
+ */
19790
+ get: {
19791
+ parameters: {
19792
+ query?: never;
19793
+ header?: never;
19794
+ path?: never;
19795
+ cookie?: never;
19796
+ };
19797
+ requestBody?: never;
19798
+ responses: {
19799
+ /** @description OK */
19800
+ 200: {
19801
+ headers: {
19802
+ [name: string]: unknown;
19803
+ };
19804
+ content: {
19805
+ "application/json": components["schemas"]["api.RequestTaskExportResponse"];
19806
+ };
19807
+ };
19808
+ };
19809
+ };
19810
+ put?: never;
19811
+ post?: never;
19812
+ delete?: never;
19813
+ options?: never;
19814
+ head?: never;
19815
+ patch?: never;
19816
+ trace?: never;
19817
+ };
19818
+ "/internal/requesttaskexportsuccessresponse": {
19819
+ parameters: {
19820
+ query?: never;
19821
+ header?: never;
19822
+ path?: never;
19823
+ cookie?: never;
19824
+ };
19825
+ /**
19826
+ * Get RequestTaskExportSuccessResponse (schema generation only)
19827
+ * @description Internal endpoint used only to ensure RequestTaskExportSuccessResponse schema is generated in OpenAPI spec
19828
+ */
19829
+ get: {
19830
+ parameters: {
19831
+ query?: never;
19832
+ header?: never;
19833
+ path?: never;
19834
+ cookie?: never;
19835
+ };
19836
+ requestBody?: never;
19837
+ responses: {
19838
+ /** @description OK */
19839
+ 200: {
19840
+ headers: {
19841
+ [name: string]: unknown;
19842
+ };
19843
+ content: {
19844
+ "application/json": components["schemas"]["api.RequestTaskExportSuccessResponse"];
19845
+ };
19846
+ };
19847
+ };
19848
+ };
19849
+ put?: never;
19850
+ post?: never;
19851
+ delete?: never;
19852
+ options?: never;
19853
+ head?: never;
19854
+ patch?: never;
19855
+ trace?: never;
19856
+ };
19857
+ "/internal/role": {
19858
+ parameters: {
19859
+ query?: never;
19860
+ header?: never;
19861
+ path?: never;
19862
+ cookie?: never;
19863
+ };
19864
+ /**
19865
+ * Get Role (schema generation only)
19866
+ * @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
19867
+ */
19868
+ get: {
19869
+ parameters: {
19870
+ query?: never;
19871
+ header?: never;
19872
+ path?: never;
19873
+ cookie?: never;
19874
+ };
19875
+ requestBody?: never;
19876
+ responses: {
19877
+ /** @description OK */
19878
+ 200: {
19879
+ headers: {
19880
+ [name: string]: unknown;
19881
+ };
19882
+ content: {
19883
+ "application/json": components["schemas"]["models.Role"];
19884
+ };
19885
+ };
19886
+ };
19887
+ };
19888
+ put?: never;
19889
+ post?: never;
19890
+ delete?: never;
19891
+ options?: never;
19892
+ head?: never;
19893
+ patch?: never;
19894
+ trace?: never;
19895
+ };
19896
+ "/internal/roleassignment": {
19897
+ parameters: {
19898
+ query?: never;
19899
+ header?: never;
19900
+ path?: never;
19901
+ cookie?: never;
19902
+ };
19903
+ /**
19904
+ * Get RoleAssignment (schema generation only)
19905
+ * @description Internal endpoint used only to ensure RoleAssignment schema is generated in OpenAPI spec
19906
+ */
19907
+ get: {
19908
+ parameters: {
19909
+ query?: never;
19910
+ header?: never;
19911
+ path?: never;
19912
+ cookie?: never;
19913
+ };
19914
+ requestBody?: never;
19915
+ responses: {
19916
+ /** @description OK */
19917
+ 200: {
19918
+ headers: {
19919
+ [name: string]: unknown;
19920
+ };
19921
+ content: {
19922
+ "application/json": components["schemas"]["models.RoleAssignment"];
19923
+ };
19924
+ };
19925
+ };
19926
+ };
19927
+ put?: never;
19928
+ post?: never;
19929
+ delete?: never;
19930
+ options?: never;
19931
+ head?: never;
19932
+ patch?: never;
19933
+ trace?: never;
19934
+ };
19935
+ "/internal/rolescope": {
19936
+ parameters: {
19937
+ query?: never;
19938
+ header?: never;
19939
+ path?: never;
19940
+ cookie?: never;
19941
+ };
19942
+ /**
19943
+ * Get RoleScope (schema generation only)
19944
+ * @description Internal endpoint used only to ensure RoleScope schema is generated in OpenAPI spec
19945
+ */
19946
+ get: {
19947
+ parameters: {
19948
+ query?: never;
19949
+ header?: never;
19950
+ path?: never;
19951
+ cookie?: never;
19952
+ };
19953
+ requestBody?: never;
19954
+ responses: {
19955
+ /** @description OK */
19956
+ 200: {
19957
+ headers: {
19958
+ [name: string]: unknown;
19959
+ };
19960
+ content: {
19961
+ "application/json": components["schemas"]["models.RoleScope"];
19260
19962
  };
19261
19963
  };
19262
19964
  };
@@ -19269,7 +19971,7 @@ export interface paths {
19269
19971
  patch?: never;
19270
19972
  trace?: never;
19271
19973
  };
19272
- "/internal/requesttaskexportrequest": {
19974
+ "/internal/runtimeconfig": {
19273
19975
  parameters: {
19274
19976
  query?: never;
19275
19977
  header?: never;
@@ -19277,8 +19979,8 @@ export interface paths {
19277
19979
  cookie?: never;
19278
19980
  };
19279
19981
  /**
19280
- * Get RequestTaskExportRequest (schema generation only)
19281
- * @description Internal endpoint used only to ensure RequestTaskExportRequest schema is generated in OpenAPI spec
19982
+ * Get RuntimeConfig (schema generation only)
19983
+ * @description Internal endpoint used only to ensure RuntimeConfig schema is generated in OpenAPI spec
19282
19984
  */
19283
19985
  get: {
19284
19986
  parameters: {
@@ -19295,7 +19997,7 @@ export interface paths {
19295
19997
  [name: string]: unknown;
19296
19998
  };
19297
19999
  content: {
19298
- "application/json": components["schemas"]["api.RequestTaskExportRequest"];
20000
+ "application/json": components["schemas"]["models.RuntimeConfig"];
19299
20001
  };
19300
20002
  };
19301
20003
  };
@@ -19308,7 +20010,7 @@ export interface paths {
19308
20010
  patch?: never;
19309
20011
  trace?: never;
19310
20012
  };
19311
- "/internal/requesttaskexportresponse": {
20013
+ "/internal/savefaceredactionerrorresponse": {
19312
20014
  parameters: {
19313
20015
  query?: never;
19314
20016
  header?: never;
@@ -19316,8 +20018,8 @@ export interface paths {
19316
20018
  cookie?: never;
19317
20019
  };
19318
20020
  /**
19319
- * Get RequestTaskExportResponse (schema generation only)
19320
- * @description Internal endpoint used only to ensure RequestTaskExportResponse schema is generated in OpenAPI spec
20021
+ * Get SaveFaceRedactionErrorResponse (schema generation only)
20022
+ * @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
19321
20023
  */
19322
20024
  get: {
19323
20025
  parameters: {
@@ -19334,7 +20036,7 @@ export interface paths {
19334
20036
  [name: string]: unknown;
19335
20037
  };
19336
20038
  content: {
19337
- "application/json": components["schemas"]["api.RequestTaskExportResponse"];
20039
+ "application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
19338
20040
  };
19339
20041
  };
19340
20042
  };
@@ -19347,7 +20049,7 @@ export interface paths {
19347
20049
  patch?: never;
19348
20050
  trace?: never;
19349
20051
  };
19350
- "/internal/requesttaskexportsuccessresponse": {
20052
+ "/internal/savefaceredactionrequest": {
19351
20053
  parameters: {
19352
20054
  query?: never;
19353
20055
  header?: never;
@@ -19355,8 +20057,8 @@ export interface paths {
19355
20057
  cookie?: never;
19356
20058
  };
19357
20059
  /**
19358
- * Get RequestTaskExportSuccessResponse (schema generation only)
19359
- * @description Internal endpoint used only to ensure RequestTaskExportSuccessResponse schema is generated in OpenAPI spec
20060
+ * Get SaveFaceRedactionRequest (schema generation only)
20061
+ * @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
19360
20062
  */
19361
20063
  get: {
19362
20064
  parameters: {
@@ -19373,7 +20075,7 @@ export interface paths {
19373
20075
  [name: string]: unknown;
19374
20076
  };
19375
20077
  content: {
19376
- "application/json": components["schemas"]["api.RequestTaskExportSuccessResponse"];
20078
+ "application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
19377
20079
  };
19378
20080
  };
19379
20081
  };
@@ -19386,7 +20088,7 @@ export interface paths {
19386
20088
  patch?: never;
19387
20089
  trace?: never;
19388
20090
  };
19389
- "/internal/role": {
20091
+ "/internal/savefaceredactionresponse": {
19390
20092
  parameters: {
19391
20093
  query?: never;
19392
20094
  header?: never;
@@ -19394,8 +20096,8 @@ export interface paths {
19394
20096
  cookie?: never;
19395
20097
  };
19396
20098
  /**
19397
- * Get Role (schema generation only)
19398
- * @description Internal endpoint used only to ensure Role schema is generated in OpenAPI spec
20099
+ * Get SaveFaceRedactionResponse (schema generation only)
20100
+ * @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
19399
20101
  */
19400
20102
  get: {
19401
20103
  parameters: {
@@ -19412,7 +20114,7 @@ export interface paths {
19412
20114
  [name: string]: unknown;
19413
20115
  };
19414
20116
  content: {
19415
- "application/json": components["schemas"]["models.Role"];
20117
+ "application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
19416
20118
  };
19417
20119
  };
19418
20120
  };
@@ -19425,7 +20127,7 @@ export interface paths {
19425
20127
  patch?: never;
19426
20128
  trace?: never;
19427
20129
  };
19428
- "/internal/roleassignment": {
20130
+ "/internal/savefaceredactionsuccessresponse": {
19429
20131
  parameters: {
19430
20132
  query?: never;
19431
20133
  header?: never;
@@ -19433,8 +20135,8 @@ export interface paths {
19433
20135
  cookie?: never;
19434
20136
  };
19435
20137
  /**
19436
- * Get RoleAssignment (schema generation only)
19437
- * @description Internal endpoint used only to ensure RoleAssignment schema is generated in OpenAPI spec
20138
+ * Get SaveFaceRedactionSuccessResponse (schema generation only)
20139
+ * @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
19438
20140
  */
19439
20141
  get: {
19440
20142
  parameters: {
@@ -19451,7 +20153,7 @@ export interface paths {
19451
20153
  [name: string]: unknown;
19452
20154
  };
19453
20155
  content: {
19454
- "application/json": components["schemas"]["models.RoleAssignment"];
20156
+ "application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
19455
20157
  };
19456
20158
  };
19457
20159
  };
@@ -19464,7 +20166,7 @@ export interface paths {
19464
20166
  patch?: never;
19465
20167
  trace?: never;
19466
20168
  };
19467
- "/internal/rolescope": {
20169
+ "/internal/sequence": {
19468
20170
  parameters: {
19469
20171
  query?: never;
19470
20172
  header?: never;
@@ -19472,8 +20174,8 @@ export interface paths {
19472
20174
  cookie?: never;
19473
20175
  };
19474
20176
  /**
19475
- * Get RoleScope (schema generation only)
19476
- * @description Internal endpoint used only to ensure RoleScope schema is generated in OpenAPI spec
20177
+ * Get Sequence (schema generation only)
20178
+ * @description Internal endpoint used only to ensure Sequence schema is generated in OpenAPI spec
19477
20179
  */
19478
20180
  get: {
19479
20181
  parameters: {
@@ -19490,7 +20192,7 @@ export interface paths {
19490
20192
  [name: string]: unknown;
19491
20193
  };
19492
20194
  content: {
19493
- "application/json": components["schemas"]["models.RoleScope"];
20195
+ "application/json": components["schemas"]["models.Sequence"];
19494
20196
  };
19495
20197
  };
19496
20198
  };
@@ -19503,7 +20205,7 @@ export interface paths {
19503
20205
  patch?: never;
19504
20206
  trace?: never;
19505
20207
  };
19506
- "/internal/runtimeconfig": {
20208
+ "/internal/sequencestage": {
19507
20209
  parameters: {
19508
20210
  query?: never;
19509
20211
  header?: never;
@@ -19511,8 +20213,8 @@ export interface paths {
19511
20213
  cookie?: never;
19512
20214
  };
19513
20215
  /**
19514
- * Get RuntimeConfig (schema generation only)
19515
- * @description Internal endpoint used only to ensure RuntimeConfig schema is generated in OpenAPI spec
20216
+ * Get SequenceStage (schema generation only)
20217
+ * @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
19516
20218
  */
19517
20219
  get: {
19518
20220
  parameters: {
@@ -19529,7 +20231,7 @@ export interface paths {
19529
20231
  [name: string]: unknown;
19530
20232
  };
19531
20233
  content: {
19532
- "application/json": components["schemas"]["models.RuntimeConfig"];
20234
+ "application/json": components["schemas"]["models.SequenceStage"];
19533
20235
  };
19534
20236
  };
19535
20237
  };
@@ -19542,7 +20244,7 @@ export interface paths {
19542
20244
  patch?: never;
19543
20245
  trace?: never;
19544
20246
  };
19545
- "/internal/savefaceredactionerrorresponse": {
20247
+ "/internal/settings": {
19546
20248
  parameters: {
19547
20249
  query?: never;
19548
20250
  header?: never;
@@ -19550,8 +20252,8 @@ export interface paths {
19550
20252
  cookie?: never;
19551
20253
  };
19552
20254
  /**
19553
- * Get SaveFaceRedactionErrorResponse (schema generation only)
19554
- * @description Internal endpoint used only to ensure SaveFaceRedactionErrorResponse schema is generated in OpenAPI spec
20255
+ * Get Settings (schema generation only)
20256
+ * @description Internal endpoint used only to ensure Settings schema is generated in OpenAPI spec
19555
20257
  */
19556
20258
  get: {
19557
20259
  parameters: {
@@ -19568,7 +20270,7 @@ export interface paths {
19568
20270
  [name: string]: unknown;
19569
20271
  };
19570
20272
  content: {
19571
- "application/json": components["schemas"]["api.SaveFaceRedactionErrorResponse"];
20273
+ "application/json": components["schemas"]["models.Settings"];
19572
20274
  };
19573
20275
  };
19574
20276
  };
@@ -19581,7 +20283,7 @@ export interface paths {
19581
20283
  patch?: never;
19582
20284
  trace?: never;
19583
20285
  };
19584
- "/internal/savefaceredactionrequest": {
20286
+ "/internal/singlesignondomainsrequest": {
19585
20287
  parameters: {
19586
20288
  query?: never;
19587
20289
  header?: never;
@@ -19589,8 +20291,8 @@ export interface paths {
19589
20291
  cookie?: never;
19590
20292
  };
19591
20293
  /**
19592
- * Get SaveFaceRedactionRequest (schema generation only)
19593
- * @description Internal endpoint used only to ensure SaveFaceRedactionRequest schema is generated in OpenAPI spec
20294
+ * Get SingleSignOnDomainsRequest (schema generation only)
20295
+ * @description Internal endpoint used only to ensure SingleSignOnDomainsRequest schema is generated in OpenAPI spec
19594
20296
  */
19595
20297
  get: {
19596
20298
  parameters: {
@@ -19607,7 +20309,7 @@ export interface paths {
19607
20309
  [name: string]: unknown;
19608
20310
  };
19609
20311
  content: {
19610
- "application/json": components["schemas"]["api.SaveFaceRedactionRequest"];
20312
+ "application/json": components["schemas"]["api.SingleSignOnDomainsRequest"];
19611
20313
  };
19612
20314
  };
19613
20315
  };
@@ -19620,7 +20322,7 @@ export interface paths {
19620
20322
  patch?: never;
19621
20323
  trace?: never;
19622
20324
  };
19623
- "/internal/savefaceredactionresponse": {
20325
+ "/internal/singlesignondomainsresponse": {
19624
20326
  parameters: {
19625
20327
  query?: never;
19626
20328
  header?: never;
@@ -19628,8 +20330,8 @@ export interface paths {
19628
20330
  cookie?: never;
19629
20331
  };
19630
20332
  /**
19631
- * Get SaveFaceRedactionResponse (schema generation only)
19632
- * @description Internal endpoint used only to ensure SaveFaceRedactionResponse schema is generated in OpenAPI spec
20333
+ * Get SingleSignOnDomainsResponse (schema generation only)
20334
+ * @description Internal endpoint used only to ensure SingleSignOnDomainsResponse schema is generated in OpenAPI spec
19633
20335
  */
19634
20336
  get: {
19635
20337
  parameters: {
@@ -19646,7 +20348,7 @@ export interface paths {
19646
20348
  [name: string]: unknown;
19647
20349
  };
19648
20350
  content: {
19649
- "application/json": components["schemas"]["api.SaveFaceRedactionResponse"];
20351
+ "application/json": components["schemas"]["api.SingleSignOnDomainsResponse"];
19650
20352
  };
19651
20353
  };
19652
20354
  };
@@ -19659,7 +20361,7 @@ export interface paths {
19659
20361
  patch?: never;
19660
20362
  trace?: never;
19661
20363
  };
19662
- "/internal/savefaceredactionsuccessresponse": {
20364
+ "/internal/site": {
19663
20365
  parameters: {
19664
20366
  query?: never;
19665
20367
  header?: never;
@@ -19667,8 +20369,8 @@ export interface paths {
19667
20369
  cookie?: never;
19668
20370
  };
19669
20371
  /**
19670
- * Get SaveFaceRedactionSuccessResponse (schema generation only)
19671
- * @description Internal endpoint used only to ensure SaveFaceRedactionSuccessResponse schema is generated in OpenAPI spec
20372
+ * Get Site (schema generation only)
20373
+ * @description Internal endpoint used only to ensure Site schema is generated in OpenAPI spec
19672
20374
  */
19673
20375
  get: {
19674
20376
  parameters: {
@@ -19685,7 +20387,7 @@ export interface paths {
19685
20387
  [name: string]: unknown;
19686
20388
  };
19687
20389
  content: {
19688
- "application/json": components["schemas"]["api.SaveFaceRedactionSuccessResponse"];
20390
+ "application/json": components["schemas"]["models.Site"];
19689
20391
  };
19690
20392
  };
19691
20393
  };
@@ -19698,7 +20400,7 @@ export interface paths {
19698
20400
  patch?: never;
19699
20401
  trace?: never;
19700
20402
  };
19701
- "/internal/sequence": {
20403
+ "/internal/sitefilter": {
19702
20404
  parameters: {
19703
20405
  query?: never;
19704
20406
  header?: never;
@@ -19706,8 +20408,8 @@ export interface paths {
19706
20408
  cookie?: never;
19707
20409
  };
19708
20410
  /**
19709
- * Get Sequence (schema generation only)
19710
- * @description Internal endpoint used only to ensure Sequence schema is generated in OpenAPI spec
20411
+ * Get SiteFilter (schema generation only)
20412
+ * @description Internal endpoint used only to ensure SiteFilter schema is generated in OpenAPI spec
19711
20413
  */
19712
20414
  get: {
19713
20415
  parameters: {
@@ -19724,7 +20426,7 @@ export interface paths {
19724
20426
  [name: string]: unknown;
19725
20427
  };
19726
20428
  content: {
19727
- "application/json": components["schemas"]["models.Sequence"];
20429
+ "application/json": components["schemas"]["api.SiteFilter"];
19728
20430
  };
19729
20431
  };
19730
20432
  };
@@ -19737,7 +20439,7 @@ export interface paths {
19737
20439
  patch?: never;
19738
20440
  trace?: never;
19739
20441
  };
19740
- "/internal/sequencestage": {
20442
+ "/internal/siteflags": {
19741
20443
  parameters: {
19742
20444
  query?: never;
19743
20445
  header?: never;
@@ -19745,8 +20447,8 @@ export interface paths {
19745
20447
  cookie?: never;
19746
20448
  };
19747
20449
  /**
19748
- * Get SequenceStage (schema generation only)
19749
- * @description Internal endpoint used only to ensure SequenceStage schema is generated in OpenAPI spec
20450
+ * Get SiteFlags (schema generation only)
20451
+ * @description Internal endpoint used only to ensure SiteFlags schema is generated in OpenAPI spec
19750
20452
  */
19751
20453
  get: {
19752
20454
  parameters: {
@@ -19763,7 +20465,7 @@ export interface paths {
19763
20465
  [name: string]: unknown;
19764
20466
  };
19765
20467
  content: {
19766
- "application/json": components["schemas"]["models.SequenceStage"];
20468
+ "application/json": components["schemas"]["api.SiteFlags"];
19767
20469
  };
19768
20470
  };
19769
20471
  };
@@ -19776,7 +20478,7 @@ export interface paths {
19776
20478
  patch?: never;
19777
20479
  trace?: never;
19778
20480
  };
19779
- "/internal/settings": {
20481
+ "/internal/sitemetadata": {
19780
20482
  parameters: {
19781
20483
  query?: never;
19782
20484
  header?: never;
@@ -19784,8 +20486,8 @@ export interface paths {
19784
20486
  cookie?: never;
19785
20487
  };
19786
20488
  /**
19787
- * Get Settings (schema generation only)
19788
- * @description Internal endpoint used only to ensure Settings schema is generated in OpenAPI spec
20489
+ * Get SiteMetadata (schema generation only)
20490
+ * @description Internal endpoint used only to ensure SiteMetadata schema is generated in OpenAPI spec
19789
20491
  */
19790
20492
  get: {
19791
20493
  parameters: {
@@ -19802,7 +20504,7 @@ export interface paths {
19802
20504
  [name: string]: unknown;
19803
20505
  };
19804
20506
  content: {
19805
- "application/json": components["schemas"]["models.Settings"];
20507
+ "application/json": components["schemas"]["models.SiteMetadata"];
19806
20508
  };
19807
20509
  };
19808
20510
  };
@@ -19815,7 +20517,7 @@ export interface paths {
19815
20517
  patch?: never;
19816
20518
  trace?: never;
19817
20519
  };
19818
- "/internal/singlesignondomainsrequest": {
20520
+ "/internal/siteoption": {
19819
20521
  parameters: {
19820
20522
  query?: never;
19821
20523
  header?: never;
@@ -19823,8 +20525,8 @@ export interface paths {
19823
20525
  cookie?: never;
19824
20526
  };
19825
20527
  /**
19826
- * Get SingleSignOnDomainsRequest (schema generation only)
19827
- * @description Internal endpoint used only to ensure SingleSignOnDomainsRequest schema is generated in OpenAPI spec
20528
+ * Get SiteOption (schema generation only)
20529
+ * @description Internal endpoint used only to ensure SiteOption schema is generated in OpenAPI spec
19828
20530
  */
19829
20531
  get: {
19830
20532
  parameters: {
@@ -19841,7 +20543,7 @@ export interface paths {
19841
20543
  [name: string]: unknown;
19842
20544
  };
19843
20545
  content: {
19844
- "application/json": components["schemas"]["api.SingleSignOnDomainsRequest"];
20546
+ "application/json": components["schemas"]["models.SiteOption"];
19845
20547
  };
19846
20548
  };
19847
20549
  };
@@ -19854,7 +20556,7 @@ export interface paths {
19854
20556
  patch?: never;
19855
20557
  trace?: never;
19856
20558
  };
19857
- "/internal/singlesignondomainsresponse": {
20559
+ "/internal/slack": {
19858
20560
  parameters: {
19859
20561
  query?: never;
19860
20562
  header?: never;
@@ -19862,8 +20564,8 @@ export interface paths {
19862
20564
  cookie?: never;
19863
20565
  };
19864
20566
  /**
19865
- * Get SingleSignOnDomainsResponse (schema generation only)
19866
- * @description Internal endpoint used only to ensure SingleSignOnDomainsResponse schema is generated in OpenAPI spec
20567
+ * Get Slack (schema generation only)
20568
+ * @description Internal endpoint used only to ensure Slack schema is generated in OpenAPI spec
19867
20569
  */
19868
20570
  get: {
19869
20571
  parameters: {
@@ -19880,7 +20582,7 @@ export interface paths {
19880
20582
  [name: string]: unknown;
19881
20583
  };
19882
20584
  content: {
19883
- "application/json": components["schemas"]["api.SingleSignOnDomainsResponse"];
20585
+ "application/json": components["schemas"]["models.Slack"];
19884
20586
  };
19885
20587
  };
19886
20588
  };
@@ -19893,7 +20595,7 @@ export interface paths {
19893
20595
  patch?: never;
19894
20596
  trace?: never;
19895
20597
  };
19896
- "/internal/site": {
20598
+ "/internal/sms": {
19897
20599
  parameters: {
19898
20600
  query?: never;
19899
20601
  header?: never;
@@ -19901,8 +20603,8 @@ export interface paths {
19901
20603
  cookie?: never;
19902
20604
  };
19903
20605
  /**
19904
- * Get Site (schema generation only)
19905
- * @description Internal endpoint used only to ensure Site schema is generated in OpenAPI spec
20606
+ * Get Sms (schema generation only)
20607
+ * @description Internal endpoint used only to ensure Sms schema is generated in OpenAPI spec
19906
20608
  */
19907
20609
  get: {
19908
20610
  parameters: {
@@ -19919,7 +20621,7 @@ export interface paths {
19919
20621
  [name: string]: unknown;
19920
20622
  };
19921
20623
  content: {
19922
- "application/json": components["schemas"]["models.Site"];
20624
+ "application/json": components["schemas"]["models.Sms"];
19923
20625
  };
19924
20626
  };
19925
20627
  };
@@ -19932,7 +20634,7 @@ export interface paths {
19932
20634
  patch?: never;
19933
20635
  trace?: never;
19934
20636
  };
19935
- "/internal/sitefilter": {
20637
+ "/internal/sprite": {
19936
20638
  parameters: {
19937
20639
  query?: never;
19938
20640
  header?: never;
@@ -19940,8 +20642,8 @@ export interface paths {
19940
20642
  cookie?: never;
19941
20643
  };
19942
20644
  /**
19943
- * Get SiteFilter (schema generation only)
19944
- * @description Internal endpoint used only to ensure SiteFilter schema is generated in OpenAPI spec
20645
+ * Get Sprite (schema generation only)
20646
+ * @description Internal endpoint used only to ensure Sprite schema is generated in OpenAPI spec
19945
20647
  */
19946
20648
  get: {
19947
20649
  parameters: {
@@ -19958,7 +20660,7 @@ export interface paths {
19958
20660
  [name: string]: unknown;
19959
20661
  };
19960
20662
  content: {
19961
- "application/json": components["schemas"]["api.SiteFilter"];
20663
+ "application/json": components["schemas"]["models.Sprite"];
19962
20664
  };
19963
20665
  };
19964
20666
  };
@@ -19971,7 +20673,7 @@ export interface paths {
19971
20673
  patch?: never;
19972
20674
  trace?: never;
19973
20675
  };
19974
- "/internal/siteflags": {
20676
+ "/internal/stage": {
19975
20677
  parameters: {
19976
20678
  query?: never;
19977
20679
  header?: never;
@@ -19979,8 +20681,8 @@ export interface paths {
19979
20681
  cookie?: never;
19980
20682
  };
19981
20683
  /**
19982
- * Get SiteFlags (schema generation only)
19983
- * @description Internal endpoint used only to ensure SiteFlags schema is generated in OpenAPI spec
20684
+ * Get Stage (schema generation only)
20685
+ * @description Internal endpoint used only to ensure Stage schema is generated in OpenAPI spec
19984
20686
  */
19985
20687
  get: {
19986
20688
  parameters: {
@@ -19997,7 +20699,7 @@ export interface paths {
19997
20699
  [name: string]: unknown;
19998
20700
  };
19999
20701
  content: {
20000
- "application/json": components["schemas"]["api.SiteFlags"];
20702
+ "application/json": unknown;
20001
20703
  };
20002
20704
  };
20003
20705
  };
@@ -20010,7 +20712,7 @@ export interface paths {
20010
20712
  patch?: never;
20011
20713
  trace?: never;
20012
20714
  };
20013
- "/internal/sitemetadata": {
20715
+ "/internal/stagecondition": {
20014
20716
  parameters: {
20015
20717
  query?: never;
20016
20718
  header?: never;
@@ -20018,8 +20720,8 @@ export interface paths {
20018
20720
  cookie?: never;
20019
20721
  };
20020
20722
  /**
20021
- * Get SiteMetadata (schema generation only)
20022
- * @description Internal endpoint used only to ensure SiteMetadata schema is generated in OpenAPI spec
20723
+ * Get StageCondition (schema generation only)
20724
+ * @description Internal endpoint used only to ensure StageCondition schema is generated in OpenAPI spec
20023
20725
  */
20024
20726
  get: {
20025
20727
  parameters: {
@@ -20036,7 +20738,7 @@ export interface paths {
20036
20738
  [name: string]: unknown;
20037
20739
  };
20038
20740
  content: {
20039
- "application/json": components["schemas"]["models.SiteMetadata"];
20741
+ "application/json": components["schemas"]["models.StageCondition"];
20040
20742
  };
20041
20743
  };
20042
20744
  };
@@ -20049,7 +20751,7 @@ export interface paths {
20049
20751
  patch?: never;
20050
20752
  trace?: never;
20051
20753
  };
20052
- "/internal/siteoption": {
20754
+ "/internal/stagedependency": {
20053
20755
  parameters: {
20054
20756
  query?: never;
20055
20757
  header?: never;
@@ -20057,8 +20759,8 @@ export interface paths {
20057
20759
  cookie?: never;
20058
20760
  };
20059
20761
  /**
20060
- * Get SiteOption (schema generation only)
20061
- * @description Internal endpoint used only to ensure SiteOption schema is generated in OpenAPI spec
20762
+ * Get StageDependency (schema generation only)
20763
+ * @description Internal endpoint used only to ensure StageDependency schema is generated in OpenAPI spec
20062
20764
  */
20063
20765
  get: {
20064
20766
  parameters: {
@@ -20075,7 +20777,7 @@ export interface paths {
20075
20777
  [name: string]: unknown;
20076
20778
  };
20077
20779
  content: {
20078
- "application/json": components["schemas"]["models.SiteOption"];
20780
+ "application/json": components["schemas"]["models.StageDependency"];
20079
20781
  };
20080
20782
  };
20081
20783
  };
@@ -20088,7 +20790,7 @@ export interface paths {
20088
20790
  patch?: never;
20089
20791
  trace?: never;
20090
20792
  };
20091
- "/internal/slack": {
20793
+ "/internal/stageparam": {
20092
20794
  parameters: {
20093
20795
  query?: never;
20094
20796
  header?: never;
@@ -20096,8 +20798,8 @@ export interface paths {
20096
20798
  cookie?: never;
20097
20799
  };
20098
20800
  /**
20099
- * Get Slack (schema generation only)
20100
- * @description Internal endpoint used only to ensure Slack schema is generated in OpenAPI spec
20801
+ * Get StageParam (schema generation only)
20802
+ * @description Internal endpoint used only to ensure StageParam schema is generated in OpenAPI spec
20101
20803
  */
20102
20804
  get: {
20103
20805
  parameters: {
@@ -20114,7 +20816,7 @@ export interface paths {
20114
20816
  [name: string]: unknown;
20115
20817
  };
20116
20818
  content: {
20117
- "application/json": components["schemas"]["models.Slack"];
20819
+ "application/json": components["schemas"]["models.StageParam"];
20118
20820
  };
20119
20821
  };
20120
20822
  };
@@ -20127,7 +20829,7 @@ export interface paths {
20127
20829
  patch?: never;
20128
20830
  trace?: never;
20129
20831
  };
20130
- "/internal/sms": {
20832
+ "/internal/stageport": {
20131
20833
  parameters: {
20132
20834
  query?: never;
20133
20835
  header?: never;
@@ -20135,8 +20837,8 @@ export interface paths {
20135
20837
  cookie?: never;
20136
20838
  };
20137
20839
  /**
20138
- * Get Sms (schema generation only)
20139
- * @description Internal endpoint used only to ensure Sms schema is generated in OpenAPI spec
20840
+ * Get StagePort (schema generation only)
20841
+ * @description Internal endpoint used only to ensure StagePort schema is generated in OpenAPI spec
20140
20842
  */
20141
20843
  get: {
20142
20844
  parameters: {
@@ -20153,7 +20855,7 @@ export interface paths {
20153
20855
  [name: string]: unknown;
20154
20856
  };
20155
20857
  content: {
20156
- "application/json": components["schemas"]["models.Sms"];
20858
+ "application/json": components["schemas"]["models.StagePort"];
20157
20859
  };
20158
20860
  };
20159
20861
  };
@@ -20166,7 +20868,7 @@ export interface paths {
20166
20868
  patch?: never;
20167
20869
  trace?: never;
20168
20870
  };
20169
- "/internal/sprite": {
20871
+ "/internal/stageresourcelist": {
20170
20872
  parameters: {
20171
20873
  query?: never;
20172
20874
  header?: never;
@@ -20174,8 +20876,8 @@ export interface paths {
20174
20876
  cookie?: never;
20175
20877
  };
20176
20878
  /**
20177
- * Get Sprite (schema generation only)
20178
- * @description Internal endpoint used only to ensure Sprite schema is generated in OpenAPI spec
20879
+ * Get StageResourceList (schema generation only)
20880
+ * @description Internal endpoint used only to ensure StageResourceList schema is generated in OpenAPI spec
20179
20881
  */
20180
20882
  get: {
20181
20883
  parameters: {
@@ -20192,7 +20894,7 @@ export interface paths {
20192
20894
  [name: string]: unknown;
20193
20895
  };
20194
20896
  content: {
20195
- "application/json": components["schemas"]["models.Sprite"];
20897
+ "application/json": components["schemas"]["models.StageResourceList"];
20196
20898
  };
20197
20899
  };
20198
20900
  };
@@ -20205,7 +20907,7 @@ export interface paths {
20205
20907
  patch?: never;
20206
20908
  trace?: never;
20207
20909
  };
20208
- "/internal/stage": {
20910
+ "/internal/stageresources": {
20209
20911
  parameters: {
20210
20912
  query?: never;
20211
20913
  header?: never;
@@ -20213,8 +20915,8 @@ export interface paths {
20213
20915
  cookie?: never;
20214
20916
  };
20215
20917
  /**
20216
- * Get Stage (schema generation only)
20217
- * @description Internal endpoint used only to ensure Stage schema is generated in OpenAPI spec
20918
+ * Get StageResources (schema generation only)
20919
+ * @description Internal endpoint used only to ensure StageResources schema is generated in OpenAPI spec
20218
20920
  */
20219
20921
  get: {
20220
20922
  parameters: {
@@ -20231,7 +20933,7 @@ export interface paths {
20231
20933
  [name: string]: unknown;
20232
20934
  };
20233
20935
  content: {
20234
- "application/json": unknown;
20936
+ "application/json": components["schemas"]["models.StageResources"];
20235
20937
  };
20236
20938
  };
20237
20939
  };
@@ -23234,7 +23936,85 @@ export interface paths {
23234
23936
  [name: string]: unknown;
23235
23937
  };
23236
23938
  content: {
23237
- "application/json": components["schemas"]["models.UpdateVideowallInput"];
23939
+ "application/json": components["schemas"]["models.UpdateVideowallInput"];
23940
+ };
23941
+ };
23942
+ };
23943
+ };
23944
+ put?: never;
23945
+ post?: never;
23946
+ delete?: never;
23947
+ options?: never;
23948
+ head?: never;
23949
+ patch?: never;
23950
+ trace?: never;
23951
+ };
23952
+ "/internal/updatevideowalloutput": {
23953
+ parameters: {
23954
+ query?: never;
23955
+ header?: never;
23956
+ path?: never;
23957
+ cookie?: never;
23958
+ };
23959
+ /**
23960
+ * Get UpdateVideowallOutput (schema generation only)
23961
+ * @description Internal endpoint used only to ensure UpdateVideowallOutput schema is generated in OpenAPI spec
23962
+ */
23963
+ get: {
23964
+ parameters: {
23965
+ query?: never;
23966
+ header?: never;
23967
+ path?: never;
23968
+ cookie?: never;
23969
+ };
23970
+ requestBody?: never;
23971
+ responses: {
23972
+ /** @description OK */
23973
+ 200: {
23974
+ headers: {
23975
+ [name: string]: unknown;
23976
+ };
23977
+ content: {
23978
+ "application/json": components["schemas"]["models.UpdateVideowallOutput"];
23979
+ };
23980
+ };
23981
+ };
23982
+ };
23983
+ put?: never;
23984
+ post?: never;
23985
+ delete?: never;
23986
+ options?: never;
23987
+ head?: never;
23988
+ patch?: never;
23989
+ trace?: never;
23990
+ };
23991
+ "/internal/updatevideowallrequest": {
23992
+ parameters: {
23993
+ query?: never;
23994
+ header?: never;
23995
+ path?: never;
23996
+ cookie?: never;
23997
+ };
23998
+ /**
23999
+ * Get UpdateVideowallRequest (schema generation only)
24000
+ * @description Internal endpoint used only to ensure UpdateVideowallRequest schema is generated in OpenAPI spec
24001
+ */
24002
+ get: {
24003
+ parameters: {
24004
+ query?: never;
24005
+ header?: never;
24006
+ path?: never;
24007
+ cookie?: never;
24008
+ };
24009
+ requestBody?: never;
24010
+ responses: {
24011
+ /** @description OK */
24012
+ 200: {
24013
+ headers: {
24014
+ [name: string]: unknown;
24015
+ };
24016
+ content: {
24017
+ "application/json": components["schemas"]["api.UpdateVideowallRequest"];
23238
24018
  };
23239
24019
  };
23240
24020
  };
@@ -23247,7 +24027,7 @@ export interface paths {
23247
24027
  patch?: never;
23248
24028
  trace?: never;
23249
24029
  };
23250
- "/internal/updatevideowalloutput": {
24030
+ "/internal/updatevideowallresponse": {
23251
24031
  parameters: {
23252
24032
  query?: never;
23253
24033
  header?: never;
@@ -23255,8 +24035,8 @@ export interface paths {
23255
24035
  cookie?: never;
23256
24036
  };
23257
24037
  /**
23258
- * Get UpdateVideowallOutput (schema generation only)
23259
- * @description Internal endpoint used only to ensure UpdateVideowallOutput schema is generated in OpenAPI spec
24038
+ * Get UpdateVideowallResponse (schema generation only)
24039
+ * @description Internal endpoint used only to ensure UpdateVideowallResponse schema is generated in OpenAPI spec
23260
24040
  */
23261
24041
  get: {
23262
24042
  parameters: {
@@ -23273,7 +24053,7 @@ export interface paths {
23273
24053
  [name: string]: unknown;
23274
24054
  };
23275
24055
  content: {
23276
- "application/json": components["schemas"]["models.UpdateVideowallOutput"];
24056
+ "application/json": components["schemas"]["api.UpdateVideowallResponse"];
23277
24057
  };
23278
24058
  };
23279
24059
  };
@@ -23286,7 +24066,7 @@ export interface paths {
23286
24066
  patch?: never;
23287
24067
  trace?: never;
23288
24068
  };
23289
- "/internal/updatevideowallrequest": {
24069
+ "/internal/updatevideowallsuccessresponse": {
23290
24070
  parameters: {
23291
24071
  query?: never;
23292
24072
  header?: never;
@@ -23294,8 +24074,8 @@ export interface paths {
23294
24074
  cookie?: never;
23295
24075
  };
23296
24076
  /**
23297
- * Get UpdateVideowallRequest (schema generation only)
23298
- * @description Internal endpoint used only to ensure UpdateVideowallRequest schema is generated in OpenAPI spec
24077
+ * Get UpdateVideowallSuccessResponse (schema generation only)
24078
+ * @description Internal endpoint used only to ensure UpdateVideowallSuccessResponse schema is generated in OpenAPI spec
23299
24079
  */
23300
24080
  get: {
23301
24081
  parameters: {
@@ -23312,7 +24092,7 @@ export interface paths {
23312
24092
  [name: string]: unknown;
23313
24093
  };
23314
24094
  content: {
23315
- "application/json": components["schemas"]["api.UpdateVideowallRequest"];
24095
+ "application/json": components["schemas"]["api.UpdateVideowallSuccessResponse"];
23316
24096
  };
23317
24097
  };
23318
24098
  };
@@ -23325,7 +24105,7 @@ export interface paths {
23325
24105
  patch?: never;
23326
24106
  trace?: never;
23327
24107
  };
23328
- "/internal/updatevideowallresponse": {
24108
+ "/internal/updateworkflowerrorresponse": {
23329
24109
  parameters: {
23330
24110
  query?: never;
23331
24111
  header?: never;
@@ -23333,8 +24113,8 @@ export interface paths {
23333
24113
  cookie?: never;
23334
24114
  };
23335
24115
  /**
23336
- * Get UpdateVideowallResponse (schema generation only)
23337
- * @description Internal endpoint used only to ensure UpdateVideowallResponse schema is generated in OpenAPI spec
24116
+ * Get UpdateWorkflowErrorResponse (schema generation only)
24117
+ * @description Internal endpoint used only to ensure UpdateWorkflowErrorResponse schema is generated in OpenAPI spec
23338
24118
  */
23339
24119
  get: {
23340
24120
  parameters: {
@@ -23351,7 +24131,7 @@ export interface paths {
23351
24131
  [name: string]: unknown;
23352
24132
  };
23353
24133
  content: {
23354
- "application/json": components["schemas"]["api.UpdateVideowallResponse"];
24134
+ "application/json": components["schemas"]["api.UpdateWorkflowErrorResponse"];
23355
24135
  };
23356
24136
  };
23357
24137
  };
@@ -23364,7 +24144,7 @@ export interface paths {
23364
24144
  patch?: never;
23365
24145
  trace?: never;
23366
24146
  };
23367
- "/internal/updatevideowallsuccessresponse": {
24147
+ "/internal/updateworkflowinput": {
23368
24148
  parameters: {
23369
24149
  query?: never;
23370
24150
  header?: never;
@@ -23372,8 +24152,8 @@ export interface paths {
23372
24152
  cookie?: never;
23373
24153
  };
23374
24154
  /**
23375
- * Get UpdateVideowallSuccessResponse (schema generation only)
23376
- * @description Internal endpoint used only to ensure UpdateVideowallSuccessResponse schema is generated in OpenAPI spec
24155
+ * Get UpdateWorkflowInput (schema generation only)
24156
+ * @description Internal endpoint used only to ensure UpdateWorkflowInput schema is generated in OpenAPI spec
23377
24157
  */
23378
24158
  get: {
23379
24159
  parameters: {
@@ -23390,7 +24170,7 @@ export interface paths {
23390
24170
  [name: string]: unknown;
23391
24171
  };
23392
24172
  content: {
23393
- "application/json": components["schemas"]["api.UpdateVideowallSuccessResponse"];
24173
+ "application/json": components["schemas"]["models.UpdateWorkflowInput"];
23394
24174
  };
23395
24175
  };
23396
24176
  };
@@ -23403,7 +24183,7 @@ export interface paths {
23403
24183
  patch?: never;
23404
24184
  trace?: never;
23405
24185
  };
23406
- "/internal/updateworkflowerrorresponse": {
24186
+ "/internal/updateworkflowoutput": {
23407
24187
  parameters: {
23408
24188
  query?: never;
23409
24189
  header?: never;
@@ -23411,8 +24191,8 @@ export interface paths {
23411
24191
  cookie?: never;
23412
24192
  };
23413
24193
  /**
23414
- * Get UpdateWorkflowErrorResponse (schema generation only)
23415
- * @description Internal endpoint used only to ensure UpdateWorkflowErrorResponse schema is generated in OpenAPI spec
24194
+ * Get UpdateWorkflowOutput (schema generation only)
24195
+ * @description Internal endpoint used only to ensure UpdateWorkflowOutput schema is generated in OpenAPI spec
23416
24196
  */
23417
24197
  get: {
23418
24198
  parameters: {
@@ -23429,7 +24209,7 @@ export interface paths {
23429
24209
  [name: string]: unknown;
23430
24210
  };
23431
24211
  content: {
23432
- "application/json": components["schemas"]["api.UpdateWorkflowErrorResponse"];
24212
+ "application/json": components["schemas"]["models.UpdateWorkflowOutput"];
23433
24213
  };
23434
24214
  };
23435
24215
  };
@@ -23442,7 +24222,7 @@ export interface paths {
23442
24222
  patch?: never;
23443
24223
  trace?: never;
23444
24224
  };
23445
- "/internal/updateworkflowinput": {
24225
+ "/internal/updateworkflowrequest": {
23446
24226
  parameters: {
23447
24227
  query?: never;
23448
24228
  header?: never;
@@ -23450,8 +24230,8 @@ export interface paths {
23450
24230
  cookie?: never;
23451
24231
  };
23452
24232
  /**
23453
- * Get UpdateWorkflowInput (schema generation only)
23454
- * @description Internal endpoint used only to ensure UpdateWorkflowInput schema is generated in OpenAPI spec
24233
+ * Get UpdateWorkflowRequest (schema generation only)
24234
+ * @description Internal endpoint used only to ensure UpdateWorkflowRequest schema is generated in OpenAPI spec
23455
24235
  */
23456
24236
  get: {
23457
24237
  parameters: {
@@ -23468,7 +24248,7 @@ export interface paths {
23468
24248
  [name: string]: unknown;
23469
24249
  };
23470
24250
  content: {
23471
- "application/json": components["schemas"]["models.UpdateWorkflowInput"];
24251
+ "application/json": components["schemas"]["api.UpdateWorkflowRequest"];
23472
24252
  };
23473
24253
  };
23474
24254
  };
@@ -23481,7 +24261,7 @@ export interface paths {
23481
24261
  patch?: never;
23482
24262
  trace?: never;
23483
24263
  };
23484
- "/internal/updateworkflowoutput": {
24264
+ "/internal/updateworkflowresponse": {
23485
24265
  parameters: {
23486
24266
  query?: never;
23487
24267
  header?: never;
@@ -23489,8 +24269,8 @@ export interface paths {
23489
24269
  cookie?: never;
23490
24270
  };
23491
24271
  /**
23492
- * Get UpdateWorkflowOutput (schema generation only)
23493
- * @description Internal endpoint used only to ensure UpdateWorkflowOutput schema is generated in OpenAPI spec
24272
+ * Get UpdateWorkflowResponse (schema generation only)
24273
+ * @description Internal endpoint used only to ensure UpdateWorkflowResponse schema is generated in OpenAPI spec
23494
24274
  */
23495
24275
  get: {
23496
24276
  parameters: {
@@ -23507,7 +24287,7 @@ export interface paths {
23507
24287
  [name: string]: unknown;
23508
24288
  };
23509
24289
  content: {
23510
- "application/json": components["schemas"]["models.UpdateWorkflowOutput"];
24290
+ "application/json": components["schemas"]["api.UpdateWorkflowResponse"];
23511
24291
  };
23512
24292
  };
23513
24293
  };
@@ -23520,7 +24300,7 @@ export interface paths {
23520
24300
  patch?: never;
23521
24301
  trace?: never;
23522
24302
  };
23523
- "/internal/updateworkflowrequest": {
24303
+ "/internal/updateworkflowstageinput": {
23524
24304
  parameters: {
23525
24305
  query?: never;
23526
24306
  header?: never;
@@ -23528,8 +24308,8 @@ export interface paths {
23528
24308
  cookie?: never;
23529
24309
  };
23530
24310
  /**
23531
- * Get UpdateWorkflowRequest (schema generation only)
23532
- * @description Internal endpoint used only to ensure UpdateWorkflowRequest schema is generated in OpenAPI spec
24311
+ * Get UpdateWorkflowStageInput (schema generation only)
24312
+ * @description Internal endpoint used only to ensure UpdateWorkflowStageInput schema is generated in OpenAPI spec
23533
24313
  */
23534
24314
  get: {
23535
24315
  parameters: {
@@ -23546,7 +24326,7 @@ export interface paths {
23546
24326
  [name: string]: unknown;
23547
24327
  };
23548
24328
  content: {
23549
- "application/json": components["schemas"]["api.UpdateWorkflowRequest"];
24329
+ "application/json": components["schemas"]["models.UpdateWorkflowStageInput"];
23550
24330
  };
23551
24331
  };
23552
24332
  };
@@ -23559,7 +24339,7 @@ export interface paths {
23559
24339
  patch?: never;
23560
24340
  trace?: never;
23561
24341
  };
23562
- "/internal/updateworkflowresponse": {
24342
+ "/internal/updateworkflowstageoutput": {
23563
24343
  parameters: {
23564
24344
  query?: never;
23565
24345
  header?: never;
@@ -23567,8 +24347,8 @@ export interface paths {
23567
24347
  cookie?: never;
23568
24348
  };
23569
24349
  /**
23570
- * Get UpdateWorkflowResponse (schema generation only)
23571
- * @description Internal endpoint used only to ensure UpdateWorkflowResponse schema is generated in OpenAPI spec
24350
+ * Get UpdateWorkflowStageOutput (schema generation only)
24351
+ * @description Internal endpoint used only to ensure UpdateWorkflowStageOutput schema is generated in OpenAPI spec
23572
24352
  */
23573
24353
  get: {
23574
24354
  parameters: {
@@ -23585,7 +24365,7 @@ export interface paths {
23585
24365
  [name: string]: unknown;
23586
24366
  };
23587
24367
  content: {
23588
- "application/json": components["schemas"]["api.UpdateWorkflowResponse"];
24368
+ "application/json": components["schemas"]["models.UpdateWorkflowStageOutput"];
23589
24369
  };
23590
24370
  };
23591
24371
  };
@@ -24729,6 +25509,84 @@ export interface paths {
24729
25509
  patch?: never;
24730
25510
  trace?: never;
24731
25511
  };
25512
+ "/internal/workflowstage": {
25513
+ parameters: {
25514
+ query?: never;
25515
+ header?: never;
25516
+ path?: never;
25517
+ cookie?: never;
25518
+ };
25519
+ /**
25520
+ * Get WorkflowStage (schema generation only)
25521
+ * @description Internal endpoint used only to ensure WorkflowStage schema is generated in OpenAPI spec
25522
+ */
25523
+ get: {
25524
+ parameters: {
25525
+ query?: never;
25526
+ header?: never;
25527
+ path?: never;
25528
+ cookie?: never;
25529
+ };
25530
+ requestBody?: never;
25531
+ responses: {
25532
+ /** @description OK */
25533
+ 200: {
25534
+ headers: {
25535
+ [name: string]: unknown;
25536
+ };
25537
+ content: {
25538
+ "application/json": components["schemas"]["models.WorkflowStage"];
25539
+ };
25540
+ };
25541
+ };
25542
+ };
25543
+ put?: never;
25544
+ post?: never;
25545
+ delete?: never;
25546
+ options?: never;
25547
+ head?: never;
25548
+ patch?: never;
25549
+ trace?: never;
25550
+ };
25551
+ "/internal/workflowtrigger": {
25552
+ parameters: {
25553
+ query?: never;
25554
+ header?: never;
25555
+ path?: never;
25556
+ cookie?: never;
25557
+ };
25558
+ /**
25559
+ * Get WorkflowTrigger (schema generation only)
25560
+ * @description Internal endpoint used only to ensure WorkflowTrigger schema is generated in OpenAPI spec
25561
+ */
25562
+ get: {
25563
+ parameters: {
25564
+ query?: never;
25565
+ header?: never;
25566
+ path?: never;
25567
+ cookie?: never;
25568
+ };
25569
+ requestBody?: never;
25570
+ responses: {
25571
+ /** @description OK */
25572
+ 200: {
25573
+ headers: {
25574
+ [name: string]: unknown;
25575
+ };
25576
+ content: {
25577
+ "application/json": components["schemas"]["models.WorkflowTrigger"];
25578
+ };
25579
+ };
25580
+ };
25581
+ };
25582
+ put?: never;
25583
+ post?: never;
25584
+ delete?: never;
25585
+ options?: never;
25586
+ head?: never;
25587
+ patch?: never;
25588
+ trace?: never;
25589
+ };
24732
25590
  "/media": {
24733
25591
  parameters: {
24734
25592
  query?: never;
@@ -27384,6 +28242,61 @@ export interface components {
27384
28242
  name?: string;
27385
28243
  sort?: string;
27386
28244
  };
28245
+ "api.IngestErrorResponse": {
28246
+ /** @description Application-specific error code */
28247
+ applicationStatusCode?: string;
28248
+ /** @description Entity-specific error code */
28249
+ entityStatusCode?: string;
28250
+ /** @description HTTP status code for the error */
28251
+ httpStatusCode?: number;
28252
+ /** @description Error message describing the issue */
28253
+ message?: string;
28254
+ /** @description Additional metadata about the error, such as timestamps and request IDs */
28255
+ metadata?: components["schemas"]["api.Metadata"];
28256
+ };
28257
+ "api.IngestRequest": {
28258
+ /**
28259
+ * @description AnalysisId targets the recording via its analysis document _id (an
28260
+ * ObjectID hex), as an alternative to MediaKey.
28261
+ */
28262
+ analysisId?: string;
28263
+ /**
28264
+ * @description MediaKey is the recording KEY the result belongs to — the stable string
28265
+ * stored as media.videoFile / analysis.key (NOT the media document _id).
28266
+ * Provide this or AnalysisId (MediaKey wins when both are present).
28267
+ */
28268
+ mediaKey?: string;
28269
+ /**
28270
+ * @description Operation is the kind selector — the registry key the ingest dispatcher
28271
+ * routes on (e.g. "detection").
28272
+ */
28273
+ operation?: string;
28274
+ /**
28275
+ * @description Payload is the kind's typed result body, validated and normalised by the
28276
+ * kind's handler (for "detection" this is a PostDetectionsRequest).
28277
+ */
28278
+ payload?: number[];
28279
+ };
28280
+ "api.IngestResponse": {
28281
+ boxesStored?: number;
28282
+ rejected?: components["schemas"]["api.DetectionRejection"][];
28283
+ runId?: string;
28284
+ tracksStored?: number;
28285
+ warnings?: string[];
28286
+ };
28287
+ "api.IngestSuccessResponse": {
28288
+ /** @description Application-specific status code */
28289
+ applicationStatusCode?: string;
28290
+ data?: components["schemas"]["api.IngestResponse"];
28291
+ /** @description Entity-specific status code */
28292
+ entityStatusCode?: string;
28293
+ /** @description HTTP status code for the response */
28294
+ httpStatusCode?: number;
28295
+ /** @description Success message describing the operation */
28296
+ message?: string;
28297
+ /** @description Additional metadata about the response, such as timestamps and request IDs */
28298
+ metadata?: components["schemas"]["api.Metadata"];
28299
+ };
27387
28300
  "api.ListCaseAttachmentsErrorResponse": {
27388
28301
  /** @description Application-specific error code */
27389
28302
  applicationStatusCode?: string;
@@ -29080,6 +29993,8 @@ export interface components {
29080
29993
  /** @description Company website */
29081
29994
  website?: string;
29082
29995
  };
29996
+ /** @enum {string} */
29997
+ "models.ConditionOp": "eq" | "ne" | "contains" | "in" | "exists" | "gt" | "gte" | "lt" | "lte";
29083
29998
  "models.Contact": {
29084
29999
  email?: string;
29085
30000
  name?: string;
@@ -29146,6 +30061,13 @@ export interface components {
29146
30061
  "models.CreateWorkflowOutput": {
29147
30062
  workflow?: components["schemas"]["models.Workflow"];
29148
30063
  };
30064
+ "models.CreateWorkflowStageInput": {
30065
+ stage?: components["schemas"]["models.WorkflowStage"];
30066
+ user?: components["schemas"]["models.User"];
30067
+ };
30068
+ "models.CreateWorkflowStageOutput": {
30069
+ stage?: components["schemas"]["models.WorkflowStage"];
30070
+ };
29149
30071
  "models.Credentials": {
29150
30072
  currentPassword?: string;
29151
30073
  newPassword?: string;
@@ -29226,6 +30148,11 @@ export interface components {
29226
30148
  workflow_id?: string;
29227
30149
  };
29228
30150
  "models.DeleteWorkflowOutput": Record<string, never>;
30151
+ "models.DeleteWorkflowStageInput": {
30152
+ stage_id?: string;
30153
+ user?: components["schemas"]["models.User"];
30154
+ };
30155
+ "models.DeleteWorkflowStageOutput": Record<string, never>;
29229
30156
  "models.DeprecatedHeartbeat": {
29230
30157
  architecture?: string;
29231
30158
  boot_time?: string;
@@ -29569,6 +30496,8 @@ export interface components {
29569
30496
  in?: components["schemas"]["models.TimeSeriesChart"];
29570
30497
  out?: components["schemas"]["models.TimeSeriesChart"];
29571
30498
  };
30499
+ /** @enum {string} */
30500
+ "models.Dispatch": "always" | "conditional";
29572
30501
  "models.DominantColor": {
29573
30502
  hexs?: string[];
29574
30503
  rgbs?: number[][];
@@ -29749,6 +30678,19 @@ export interface components {
29749
30678
  "models.GetWorkflowOutput": {
29750
30679
  workflow?: components["schemas"]["models.Workflow"];
29751
30680
  };
30681
+ "models.GetWorkflowStageInput": {
30682
+ stage_id?: string;
30683
+ user?: components["schemas"]["models.User"];
30684
+ };
30685
+ "models.GetWorkflowStageOutput": {
30686
+ stage?: components["schemas"]["models.WorkflowStage"];
30687
+ };
30688
+ "models.GetWorkflowStagesInput": {
30689
+ user?: components["schemas"]["models.User"];
30690
+ };
30691
+ "models.GetWorkflowStagesOutput": {
30692
+ stages?: components["schemas"]["models.WorkflowStage"][];
30693
+ };
29752
30694
  "models.GetWorkflowsInput": {
29753
30695
  user?: components["schemas"]["models.User"];
29754
30696
  };
@@ -30555,6 +31497,14 @@ export interface components {
30555
31497
  metadata?: components["schemas"]["models.PipelineMetadata"];
30556
31498
  /** @description RBAC */
30557
31499
  organisationId?: string;
31500
+ /**
31501
+ * @description Result is the typed result a producer stage hands back for a delegated
31502
+ * ingest handler (e.g. a DetectionRun-shaped body). It is the result
31503
+ * channel the ingest core reads from — distinct from the deprecated
31504
+ * PipelineEvent.Data bag, which only carries storage credentials on
31505
+ * dispatch and must not be used to carry results.
31506
+ */
31507
+ result?: number[];
30558
31508
  /** @description Signed URL */
30559
31509
  signedUrl?: string;
30560
31510
  timestamp?: number;
@@ -30745,6 +31695,47 @@ export interface components {
30745
31695
  interval?: number;
30746
31696
  provider?: string;
30747
31697
  };
31698
+ "models.StageCondition": {
31699
+ /** @description see the ConditionOp consts */
31700
+ op?: components["schemas"]["models.ConditionOp"];
31701
+ /** @description dot-path into the upstream op's result */
31702
+ path?: string;
31703
+ /** @description comparison operand (unused for ConditionOpExists) */
31704
+ value?: unknown;
31705
+ };
31706
+ "models.StageDependency": {
31707
+ /**
31708
+ * @description Condition is the predicate evaluated against the upstream's result. Nil
31709
+ * means the dependency matches as soon as the upstream resolves.
31710
+ */
31711
+ condition?: components["schemas"]["models.StageCondition"];
31712
+ /** @description Operation is the upstream stage this dependency waits on. */
31713
+ operation?: string;
31714
+ };
31715
+ "models.StageParam": {
31716
+ /** @description Default is applied when a node supplies no value for this parameter. */
31717
+ default?: unknown;
31718
+ label?: string;
31719
+ name?: string;
31720
+ /** @description Options enumerates the permitted values when Type is StageParamSelect. */
31721
+ options?: string[];
31722
+ required?: boolean;
31723
+ type?: components["schemas"]["models.StageParamType"];
31724
+ };
31725
+ /** @enum {string} */
31726
+ "models.StageParamType": "string" | "number" | "boolean" | "select";
31727
+ "models.StagePort": {
31728
+ label?: string;
31729
+ name?: string;
31730
+ };
31731
+ "models.StageResourceList": {
31732
+ cpu?: string;
31733
+ memory?: string;
31734
+ };
31735
+ "models.StageResources": {
31736
+ limits?: components["schemas"]["models.StageResourceList"];
31737
+ requests?: components["schemas"]["models.StageResourceList"];
31738
+ };
30748
31739
  "models.State": {
30749
31740
  /**
30750
31741
  * @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
@@ -31193,6 +32184,14 @@ export interface components {
31193
32184
  "models.UpdateWorkflowOutput": {
31194
32185
  workflow?: components["schemas"]["models.Workflow"];
31195
32186
  };
32187
+ "models.UpdateWorkflowStageInput": {
32188
+ stage?: components["schemas"]["models.WorkflowStage"];
32189
+ stage_id?: string;
32190
+ user?: components["schemas"]["models.User"];
32191
+ };
32192
+ "models.UpdateWorkflowStageOutput": {
32193
+ stage?: components["schemas"]["models.WorkflowStage"];
32194
+ };
31196
32195
  "models.User": {
31197
32196
  activity?: components["schemas"]["models.Activity"][];
31198
32197
  address?: string;
@@ -31465,30 +32464,137 @@ export interface components {
31465
32464
  master_user_id?: string;
31466
32465
  name?: string;
31467
32466
  nodes?: components["schemas"]["models.WorkflowNode"][];
32467
+ trigger?: components["schemas"]["models.WorkflowTrigger"];
31468
32468
  updated_at?: number;
31469
32469
  user_id?: string;
31470
32470
  username?: string;
31471
32471
  };
31472
32472
  "models.WorkflowEdge": {
32473
+ /**
32474
+ * @description Condition is the structured predicate evaluated against the source stage's
32475
+ * result. Nil means the edge is an unconditional dependency. The edge is the
32476
+ * authoring source of truth for routing: this Condition is what compiles into
32477
+ * the target stage's Needs[].Condition (see WorkflowStage.Needs), which is the
32478
+ * derived runtime projection.
32479
+ */
32480
+ condition?: components["schemas"]["models.StageCondition"];
31473
32481
  id?: string;
31474
32482
  source?: string;
32483
+ /**
32484
+ * @description SourcePort optionally selects which of the source stage's declared Outputs
32485
+ * (see WorkflowStage.Outputs) this edge reads; Condition is evaluated against
32486
+ * that output's result. Empty means the stage's single implicit default port.
32487
+ */
31475
32488
  sourcePort?: string;
31476
32489
  target?: string;
32490
+ /**
32491
+ * @description TargetPort optionally selects which of the target stage's declared Inputs
32492
+ * (see WorkflowStage.Inputs) this edge feeds. Empty means the default port.
32493
+ */
31477
32494
  targetPort?: string;
31478
32495
  };
31479
32496
  "models.WorkflowNode": {
32497
+ /**
32498
+ * @description Data holds optional per-instance parameter values for this placement, keyed
32499
+ * by parameter name. They are validated against and defaulted from the
32500
+ * referenced stage's declared Params (see WorkflowStage.Params), layered over
32501
+ * the stage's catalog defaults.
32502
+ */
31480
32503
  data?: {
31481
32504
  [key: string]: unknown;
31482
32505
  };
31483
- endAt?: string;
32506
+ /**
32507
+ * @description Id is this instance's identity within the workflow. It is the stable
32508
+ * handle that edges connect to, and the per-instance runtime key when the
32509
+ * same stage is placed more than once.
32510
+ */
31484
32511
  id?: string;
31485
32512
  label?: string;
32513
+ /**
32514
+ * @description StageRef is the referenced stage's Operation key (the catalog key shared
32515
+ * by platform- and user-defined stages), not its Mongo Id. Always set:
32516
+ * every node is an instance of a catalog stage, resolved at compile time.
32517
+ */
32518
+ stageRef?: string;
32519
+ x?: number;
32520
+ y?: number;
32521
+ };
32522
+ "models.WorkflowStage": {
32523
+ /** @description Description explains what the stage does, for the catalog UI. */
32524
+ description?: string;
32525
+ /**
32526
+ * @description Dispatch is when the stage runs: DispatchAlways or DispatchConditional (the
32527
+ * closed Dispatch enum). Empty defaults to DispatchAlways. For a user
32528
+ * workflow it is derived from the graph's edges (conditional when the node has
32529
+ * at least one incoming edge); see the Routing note above.
32530
+ */
32531
+ dispatch?: components["schemas"]["models.Dispatch"];
32532
+ /** @description Env is extra environment passed to the stage's workers. */
32533
+ env?: {
32534
+ [key: string]: string;
32535
+ };
32536
+ /**
32537
+ * @description Id is the catalog entry's Mongo id for user-defined stages. It is empty
32538
+ * for platform-defined stages supplied via the runtime registry.
32539
+ */
32540
+ id?: string;
32541
+ /**
32542
+ * @description Inputs and Outputs declare the stage's named ports — the connection points
32543
+ * workflow edges attach to (WorkflowEdge.TargetPort / SourcePort). Empty means
32544
+ * a single implicit default port.
32545
+ */
32546
+ inputs?: components["schemas"]["models.StagePort"][];
32547
+ /** @description LogLevel is the worker log verbosity (trace | debug | info | warn | error). */
32548
+ logLevel?: string;
32549
+ /** @description Name is a human-friendly catalog name shown in the stage library. */
32550
+ name?: string;
32551
+ /**
32552
+ * @description Needs lists the upstream dependencies of a conditional stage — its fan-in.
32553
+ * It is the compiled, runtime-authoritative projection of the workflow's
32554
+ * incoming edges (one entry per edge), not an independently editable field. At
32555
+ * least one entry is required when Dispatch is DispatchConditional; ignored
32556
+ * otherwise. The runtime re-evaluates the stage whenever any listed upstream
32557
+ * resolves, and the stage fires for the first dependency whose Condition
32558
+ * matches that upstream's result (a nil Condition matches unconditionally).
32559
+ */
32560
+ needs?: components["schemas"]["models.StageDependency"][];
32561
+ /**
32562
+ * @description Operation uniquely identifies the stage and binds its queue, dispatch and
32563
+ * resolution. It is the key that workflow nodes reference. Two stages may
32564
+ * never share an operation.
32565
+ */
32566
+ operation?: string;
32567
+ outputs?: components["schemas"]["models.StagePort"][];
32568
+ /**
32569
+ * @description Params declares the configurable parameters this stage accepts. A node's
32570
+ * Data is validated against and defaulted from these (see WorkflowNode.Data);
32571
+ * empty means the stage takes no parameters.
32572
+ */
32573
+ params?: components["schemas"]["models.StageParam"][];
32574
+ /** @description PullPolicy is the image pull policy (e.g. "IfNotPresent", "Always"). */
32575
+ pullPolicy?: string;
32576
+ /**
32577
+ * @description Queue is the queue the stage's workers consume from. Defaults to a name
32578
+ * derived from Operation when empty.
32579
+ */
32580
+ queue?: string;
32581
+ /** @description Replicas is the desired number of worker pods for the stage. */
32582
+ replicas?: number;
32583
+ /** @description Repository is the container image (without tag) for the stage's workers. */
32584
+ repository?: string;
32585
+ /** @description Resources are the compute requests/limits for the stage's workers. */
32586
+ resources?: components["schemas"]["models.StageResources"];
32587
+ /** @description Tag is the image tag deployed for the stage. */
32588
+ tag?: string;
32589
+ };
32590
+ "models.WorkflowTrigger": {
32591
+ endAt?: string;
32592
+ /** @description Selection is the set of devices/streams the workflow applies to. */
31486
32593
  selection?: string;
32594
+ /** @description StartAt and EndAt bound a daily time window (e.g. "08:00"/"18:00"). */
31487
32595
  startAt?: string;
31488
- type?: string;
32596
+ /** @description Weekdays restricts the workflow to the listed days of week. */
31489
32597
  weekdays?: number[];
31490
- x?: number;
31491
- y?: number;
31492
32598
  };
31493
32599
  };
31494
32600
  responses: never;
@@ -31557,6 +32663,8 @@ export declare namespace models {
31557
32663
  type CreateVideowallOutput = components['schemas']['models.CreateVideowallOutput'];
31558
32664
  type CreateWorkflowInput = components['schemas']['models.CreateWorkflowInput'];
31559
32665
  type CreateWorkflowOutput = components['schemas']['models.CreateWorkflowOutput'];
32666
+ type CreateWorkflowStageInput = components['schemas']['models.CreateWorkflowStageInput'];
32667
+ type CreateWorkflowStageOutput = components['schemas']['models.CreateWorkflowStageOutput'];
31560
32668
  type Credentials = components['schemas']['models.Credentials'];
31561
32669
  type CustomAlert = components['schemas']['models.CustomAlert'];
31562
32670
  type DateRangeSchedule = components['schemas']['models.DateRangeSchedule'];
@@ -31564,6 +32672,7 @@ export declare namespace models {
31564
32672
  type DeleteCaseShareInput = components['schemas']['models.DeleteCaseShareInput'];
31565
32673
  type DeleteVideowallInput = components['schemas']['models.DeleteVideowallInput'];
31566
32674
  type DeleteWorkflowInput = components['schemas']['models.DeleteWorkflowInput'];
32675
+ type DeleteWorkflowStageInput = components['schemas']['models.DeleteWorkflowStageInput'];
31567
32676
  type DeprecatedHeartbeat = components['schemas']['models.DeprecatedHeartbeat'];
31568
32677
  type DeprecatedONVIFEvents = components['schemas']['models.DeprecatedONVIFEvents'];
31569
32678
  type DeprecatedPreset = components['schemas']['models.DeprecatedPreset'];
@@ -31606,6 +32715,10 @@ export declare namespace models {
31606
32715
  type GetVideowallsOutput = components['schemas']['models.GetVideowallsOutput'];
31607
32716
  type GetWorkflowInput = components['schemas']['models.GetWorkflowInput'];
31608
32717
  type GetWorkflowOutput = components['schemas']['models.GetWorkflowOutput'];
32718
+ type GetWorkflowStageInput = components['schemas']['models.GetWorkflowStageInput'];
32719
+ type GetWorkflowStageOutput = components['schemas']['models.GetWorkflowStageOutput'];
32720
+ type GetWorkflowStagesInput = components['schemas']['models.GetWorkflowStagesInput'];
32721
+ type GetWorkflowStagesOutput = components['schemas']['models.GetWorkflowStagesOutput'];
31609
32722
  type GetWorkflowsInput = components['schemas']['models.GetWorkflowsInput'];
31610
32723
  type GetWorkflowsOutput = components['schemas']['models.GetWorkflowsOutput'];
31611
32724
  type Group = components['schemas']['models.Group'];
@@ -31689,6 +32802,12 @@ export declare namespace models {
31689
32802
  type Slack = components['schemas']['models.Slack'];
31690
32803
  type Sms = components['schemas']['models.Sms'];
31691
32804
  type Sprite = components['schemas']['models.Sprite'];
32805
+ type StageCondition = components['schemas']['models.StageCondition'];
32806
+ type StageDependency = components['schemas']['models.StageDependency'];
32807
+ type StageParam = components['schemas']['models.StageParam'];
32808
+ type StagePort = components['schemas']['models.StagePort'];
32809
+ type StageResourceList = components['schemas']['models.StageResourceList'];
32810
+ type StageResources = components['schemas']['models.StageResources'];
31692
32811
  type State = components['schemas']['models.State'];
31693
32812
  type Storage = components['schemas']['models.Storage'];
31694
32813
  type Subscription = components['schemas']['models.Subscription'];
@@ -31716,6 +32835,8 @@ export declare namespace models {
31716
32835
  type UpdateVideowallOutput = components['schemas']['models.UpdateVideowallOutput'];
31717
32836
  type UpdateWorkflowInput = components['schemas']['models.UpdateWorkflowInput'];
31718
32837
  type UpdateWorkflowOutput = components['schemas']['models.UpdateWorkflowOutput'];
32838
+ type UpdateWorkflowStageInput = components['schemas']['models.UpdateWorkflowStageInput'];
32839
+ type UpdateWorkflowStageOutput = components['schemas']['models.UpdateWorkflowStageOutput'];
31719
32840
  type User = components['schemas']['models.User'];
31720
32841
  type UserOrgPermissions = components['schemas']['models.UserOrgPermissions'];
31721
32842
  type UserProfile = components['schemas']['models.UserProfile'];
@@ -31735,6 +32856,8 @@ export declare namespace models {
31735
32856
  type Workflow = components['schemas']['models.Workflow'];
31736
32857
  type WorkflowEdge = components['schemas']['models.WorkflowEdge'];
31737
32858
  type WorkflowNode = components['schemas']['models.WorkflowNode'];
32859
+ type WorkflowStage = components['schemas']['models.WorkflowStage'];
32860
+ type WorkflowTrigger = components['schemas']['models.WorkflowTrigger'];
31738
32861
  }
31739
32862
  export declare namespace api {
31740
32863
  type AddAccessTokenErrorResponse = components['schemas']['api.AddAccessTokenErrorResponse'];
@@ -32003,6 +33126,10 @@ export declare namespace api {
32003
33126
  type GetWorkflowsResponse = components['schemas']['api.GetWorkflowsResponse'];
32004
33127
  type GetWorkflowsSuccessResponse = components['schemas']['api.GetWorkflowsSuccessResponse'];
32005
33128
  type GroupFilter = components['schemas']['api.GroupFilter'];
33129
+ type IngestErrorResponse = components['schemas']['api.IngestErrorResponse'];
33130
+ type IngestRequest = components['schemas']['api.IngestRequest'];
33131
+ type IngestResponse = components['schemas']['api.IngestResponse'];
33132
+ type IngestSuccessResponse = components['schemas']['api.IngestSuccessResponse'];
32006
33133
  type ListCaseAttachmentsErrorResponse = components['schemas']['api.ListCaseAttachmentsErrorResponse'];
32007
33134
  type ListCaseAttachmentsResponse = components['schemas']['api.ListCaseAttachmentsResponse'];
32008
33135
  type ListCaseAttachmentsSuccessResponse = components['schemas']['api.ListCaseAttachmentsSuccessResponse'];