@uug-ai/models 1.5.8 → 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.
- package/dist/types.d.ts +1008 -104
- 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/
|
|
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
|
|
15264
|
-
* @description Internal endpoint used only to ensure
|
|
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"]["
|
|
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/
|
|
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
|
|
15303
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15342
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15381
|
-
* @description Internal endpoint used only to ensure
|
|
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"]["
|
|
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/
|
|
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
|
|
15420
|
-
* @description Internal endpoint used only to ensure
|
|
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"]["
|
|
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/
|
|
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
|
|
15459
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15498
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15537
|
-
* @description Internal endpoint used only to ensure
|
|
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"]["
|
|
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/
|
|
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
|
|
15576
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15615
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15654
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15693
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15732
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15771
|
-
* @description Internal endpoint used only to ensure
|
|
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.
|
|
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/
|
|
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
|
|
15810
|
-
* @description Internal endpoint used only to ensure
|
|
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"]["
|
|
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/
|
|
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
|
|
15849
|
-
* @description Internal endpoint used only to ensure
|
|
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"]["
|
|
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/
|
|
16035
|
+
"/internal/humiditysensormetadata": {
|
|
15880
16036
|
parameters: {
|
|
15881
16037
|
query?: never;
|
|
15882
16038
|
header?: never;
|
|
@@ -15884,8 +16040,164 @@ export interface paths {
|
|
|
15884
16040
|
cookie?: never;
|
|
15885
16041
|
};
|
|
15886
16042
|
/**
|
|
15887
|
-
* Get
|
|
15888
|
-
* @description Internal endpoint used only to ensure
|
|
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
|
|
15889
16201
|
*/
|
|
15890
16202
|
get: {
|
|
15891
16203
|
parameters: {
|
|
@@ -20075,7 +20387,241 @@ export interface paths {
|
|
|
20075
20387
|
[name: string]: unknown;
|
|
20076
20388
|
};
|
|
20077
20389
|
content: {
|
|
20078
|
-
"application/json": components["schemas"]["models.Site"];
|
|
20390
|
+
"application/json": components["schemas"]["models.Site"];
|
|
20391
|
+
};
|
|
20392
|
+
};
|
|
20393
|
+
};
|
|
20394
|
+
};
|
|
20395
|
+
put?: never;
|
|
20396
|
+
post?: never;
|
|
20397
|
+
delete?: never;
|
|
20398
|
+
options?: never;
|
|
20399
|
+
head?: never;
|
|
20400
|
+
patch?: never;
|
|
20401
|
+
trace?: never;
|
|
20402
|
+
};
|
|
20403
|
+
"/internal/sitefilter": {
|
|
20404
|
+
parameters: {
|
|
20405
|
+
query?: never;
|
|
20406
|
+
header?: never;
|
|
20407
|
+
path?: never;
|
|
20408
|
+
cookie?: never;
|
|
20409
|
+
};
|
|
20410
|
+
/**
|
|
20411
|
+
* Get SiteFilter (schema generation only)
|
|
20412
|
+
* @description Internal endpoint used only to ensure SiteFilter schema is generated in OpenAPI spec
|
|
20413
|
+
*/
|
|
20414
|
+
get: {
|
|
20415
|
+
parameters: {
|
|
20416
|
+
query?: never;
|
|
20417
|
+
header?: never;
|
|
20418
|
+
path?: never;
|
|
20419
|
+
cookie?: never;
|
|
20420
|
+
};
|
|
20421
|
+
requestBody?: never;
|
|
20422
|
+
responses: {
|
|
20423
|
+
/** @description OK */
|
|
20424
|
+
200: {
|
|
20425
|
+
headers: {
|
|
20426
|
+
[name: string]: unknown;
|
|
20427
|
+
};
|
|
20428
|
+
content: {
|
|
20429
|
+
"application/json": components["schemas"]["api.SiteFilter"];
|
|
20430
|
+
};
|
|
20431
|
+
};
|
|
20432
|
+
};
|
|
20433
|
+
};
|
|
20434
|
+
put?: never;
|
|
20435
|
+
post?: never;
|
|
20436
|
+
delete?: never;
|
|
20437
|
+
options?: never;
|
|
20438
|
+
head?: never;
|
|
20439
|
+
patch?: never;
|
|
20440
|
+
trace?: never;
|
|
20441
|
+
};
|
|
20442
|
+
"/internal/siteflags": {
|
|
20443
|
+
parameters: {
|
|
20444
|
+
query?: never;
|
|
20445
|
+
header?: never;
|
|
20446
|
+
path?: never;
|
|
20447
|
+
cookie?: never;
|
|
20448
|
+
};
|
|
20449
|
+
/**
|
|
20450
|
+
* Get SiteFlags (schema generation only)
|
|
20451
|
+
* @description Internal endpoint used only to ensure SiteFlags schema is generated in OpenAPI spec
|
|
20452
|
+
*/
|
|
20453
|
+
get: {
|
|
20454
|
+
parameters: {
|
|
20455
|
+
query?: never;
|
|
20456
|
+
header?: never;
|
|
20457
|
+
path?: never;
|
|
20458
|
+
cookie?: never;
|
|
20459
|
+
};
|
|
20460
|
+
requestBody?: never;
|
|
20461
|
+
responses: {
|
|
20462
|
+
/** @description OK */
|
|
20463
|
+
200: {
|
|
20464
|
+
headers: {
|
|
20465
|
+
[name: string]: unknown;
|
|
20466
|
+
};
|
|
20467
|
+
content: {
|
|
20468
|
+
"application/json": components["schemas"]["api.SiteFlags"];
|
|
20469
|
+
};
|
|
20470
|
+
};
|
|
20471
|
+
};
|
|
20472
|
+
};
|
|
20473
|
+
put?: never;
|
|
20474
|
+
post?: never;
|
|
20475
|
+
delete?: never;
|
|
20476
|
+
options?: never;
|
|
20477
|
+
head?: never;
|
|
20478
|
+
patch?: never;
|
|
20479
|
+
trace?: never;
|
|
20480
|
+
};
|
|
20481
|
+
"/internal/sitemetadata": {
|
|
20482
|
+
parameters: {
|
|
20483
|
+
query?: never;
|
|
20484
|
+
header?: never;
|
|
20485
|
+
path?: never;
|
|
20486
|
+
cookie?: never;
|
|
20487
|
+
};
|
|
20488
|
+
/**
|
|
20489
|
+
* Get SiteMetadata (schema generation only)
|
|
20490
|
+
* @description Internal endpoint used only to ensure SiteMetadata schema is generated in OpenAPI spec
|
|
20491
|
+
*/
|
|
20492
|
+
get: {
|
|
20493
|
+
parameters: {
|
|
20494
|
+
query?: never;
|
|
20495
|
+
header?: never;
|
|
20496
|
+
path?: never;
|
|
20497
|
+
cookie?: never;
|
|
20498
|
+
};
|
|
20499
|
+
requestBody?: never;
|
|
20500
|
+
responses: {
|
|
20501
|
+
/** @description OK */
|
|
20502
|
+
200: {
|
|
20503
|
+
headers: {
|
|
20504
|
+
[name: string]: unknown;
|
|
20505
|
+
};
|
|
20506
|
+
content: {
|
|
20507
|
+
"application/json": components["schemas"]["models.SiteMetadata"];
|
|
20508
|
+
};
|
|
20509
|
+
};
|
|
20510
|
+
};
|
|
20511
|
+
};
|
|
20512
|
+
put?: never;
|
|
20513
|
+
post?: never;
|
|
20514
|
+
delete?: never;
|
|
20515
|
+
options?: never;
|
|
20516
|
+
head?: never;
|
|
20517
|
+
patch?: never;
|
|
20518
|
+
trace?: never;
|
|
20519
|
+
};
|
|
20520
|
+
"/internal/siteoption": {
|
|
20521
|
+
parameters: {
|
|
20522
|
+
query?: never;
|
|
20523
|
+
header?: never;
|
|
20524
|
+
path?: never;
|
|
20525
|
+
cookie?: never;
|
|
20526
|
+
};
|
|
20527
|
+
/**
|
|
20528
|
+
* Get SiteOption (schema generation only)
|
|
20529
|
+
* @description Internal endpoint used only to ensure SiteOption schema is generated in OpenAPI spec
|
|
20530
|
+
*/
|
|
20531
|
+
get: {
|
|
20532
|
+
parameters: {
|
|
20533
|
+
query?: never;
|
|
20534
|
+
header?: never;
|
|
20535
|
+
path?: never;
|
|
20536
|
+
cookie?: never;
|
|
20537
|
+
};
|
|
20538
|
+
requestBody?: never;
|
|
20539
|
+
responses: {
|
|
20540
|
+
/** @description OK */
|
|
20541
|
+
200: {
|
|
20542
|
+
headers: {
|
|
20543
|
+
[name: string]: unknown;
|
|
20544
|
+
};
|
|
20545
|
+
content: {
|
|
20546
|
+
"application/json": components["schemas"]["models.SiteOption"];
|
|
20547
|
+
};
|
|
20548
|
+
};
|
|
20549
|
+
};
|
|
20550
|
+
};
|
|
20551
|
+
put?: never;
|
|
20552
|
+
post?: never;
|
|
20553
|
+
delete?: never;
|
|
20554
|
+
options?: never;
|
|
20555
|
+
head?: never;
|
|
20556
|
+
patch?: never;
|
|
20557
|
+
trace?: never;
|
|
20558
|
+
};
|
|
20559
|
+
"/internal/slack": {
|
|
20560
|
+
parameters: {
|
|
20561
|
+
query?: never;
|
|
20562
|
+
header?: never;
|
|
20563
|
+
path?: never;
|
|
20564
|
+
cookie?: never;
|
|
20565
|
+
};
|
|
20566
|
+
/**
|
|
20567
|
+
* Get Slack (schema generation only)
|
|
20568
|
+
* @description Internal endpoint used only to ensure Slack schema is generated in OpenAPI spec
|
|
20569
|
+
*/
|
|
20570
|
+
get: {
|
|
20571
|
+
parameters: {
|
|
20572
|
+
query?: never;
|
|
20573
|
+
header?: never;
|
|
20574
|
+
path?: never;
|
|
20575
|
+
cookie?: never;
|
|
20576
|
+
};
|
|
20577
|
+
requestBody?: never;
|
|
20578
|
+
responses: {
|
|
20579
|
+
/** @description OK */
|
|
20580
|
+
200: {
|
|
20581
|
+
headers: {
|
|
20582
|
+
[name: string]: unknown;
|
|
20583
|
+
};
|
|
20584
|
+
content: {
|
|
20585
|
+
"application/json": components["schemas"]["models.Slack"];
|
|
20586
|
+
};
|
|
20587
|
+
};
|
|
20588
|
+
};
|
|
20589
|
+
};
|
|
20590
|
+
put?: never;
|
|
20591
|
+
post?: never;
|
|
20592
|
+
delete?: never;
|
|
20593
|
+
options?: never;
|
|
20594
|
+
head?: never;
|
|
20595
|
+
patch?: never;
|
|
20596
|
+
trace?: never;
|
|
20597
|
+
};
|
|
20598
|
+
"/internal/sms": {
|
|
20599
|
+
parameters: {
|
|
20600
|
+
query?: never;
|
|
20601
|
+
header?: never;
|
|
20602
|
+
path?: never;
|
|
20603
|
+
cookie?: never;
|
|
20604
|
+
};
|
|
20605
|
+
/**
|
|
20606
|
+
* Get Sms (schema generation only)
|
|
20607
|
+
* @description Internal endpoint used only to ensure Sms schema is generated in OpenAPI spec
|
|
20608
|
+
*/
|
|
20609
|
+
get: {
|
|
20610
|
+
parameters: {
|
|
20611
|
+
query?: never;
|
|
20612
|
+
header?: never;
|
|
20613
|
+
path?: never;
|
|
20614
|
+
cookie?: never;
|
|
20615
|
+
};
|
|
20616
|
+
requestBody?: never;
|
|
20617
|
+
responses: {
|
|
20618
|
+
/** @description OK */
|
|
20619
|
+
200: {
|
|
20620
|
+
headers: {
|
|
20621
|
+
[name: string]: unknown;
|
|
20622
|
+
};
|
|
20623
|
+
content: {
|
|
20624
|
+
"application/json": components["schemas"]["models.Sms"];
|
|
20079
20625
|
};
|
|
20080
20626
|
};
|
|
20081
20627
|
};
|
|
@@ -20088,7 +20634,7 @@ export interface paths {
|
|
|
20088
20634
|
patch?: never;
|
|
20089
20635
|
trace?: never;
|
|
20090
20636
|
};
|
|
20091
|
-
"/internal/
|
|
20637
|
+
"/internal/sprite": {
|
|
20092
20638
|
parameters: {
|
|
20093
20639
|
query?: never;
|
|
20094
20640
|
header?: never;
|
|
@@ -20096,8 +20642,8 @@ export interface paths {
|
|
|
20096
20642
|
cookie?: never;
|
|
20097
20643
|
};
|
|
20098
20644
|
/**
|
|
20099
|
-
* Get
|
|
20100
|
-
* @description Internal endpoint used only to ensure
|
|
20645
|
+
* Get Sprite (schema generation only)
|
|
20646
|
+
* @description Internal endpoint used only to ensure Sprite schema is generated in OpenAPI spec
|
|
20101
20647
|
*/
|
|
20102
20648
|
get: {
|
|
20103
20649
|
parameters: {
|
|
@@ -20114,7 +20660,7 @@ export interface paths {
|
|
|
20114
20660
|
[name: string]: unknown;
|
|
20115
20661
|
};
|
|
20116
20662
|
content: {
|
|
20117
|
-
"application/json": components["schemas"]["
|
|
20663
|
+
"application/json": components["schemas"]["models.Sprite"];
|
|
20118
20664
|
};
|
|
20119
20665
|
};
|
|
20120
20666
|
};
|
|
@@ -20127,7 +20673,7 @@ export interface paths {
|
|
|
20127
20673
|
patch?: never;
|
|
20128
20674
|
trace?: never;
|
|
20129
20675
|
};
|
|
20130
|
-
"/internal/
|
|
20676
|
+
"/internal/stage": {
|
|
20131
20677
|
parameters: {
|
|
20132
20678
|
query?: never;
|
|
20133
20679
|
header?: never;
|
|
@@ -20135,8 +20681,8 @@ export interface paths {
|
|
|
20135
20681
|
cookie?: never;
|
|
20136
20682
|
};
|
|
20137
20683
|
/**
|
|
20138
|
-
* Get
|
|
20139
|
-
* @description Internal endpoint used only to ensure
|
|
20684
|
+
* Get Stage (schema generation only)
|
|
20685
|
+
* @description Internal endpoint used only to ensure Stage schema is generated in OpenAPI spec
|
|
20140
20686
|
*/
|
|
20141
20687
|
get: {
|
|
20142
20688
|
parameters: {
|
|
@@ -20153,7 +20699,7 @@ export interface paths {
|
|
|
20153
20699
|
[name: string]: unknown;
|
|
20154
20700
|
};
|
|
20155
20701
|
content: {
|
|
20156
|
-
"application/json":
|
|
20702
|
+
"application/json": unknown;
|
|
20157
20703
|
};
|
|
20158
20704
|
};
|
|
20159
20705
|
};
|
|
@@ -20166,7 +20712,7 @@ export interface paths {
|
|
|
20166
20712
|
patch?: never;
|
|
20167
20713
|
trace?: never;
|
|
20168
20714
|
};
|
|
20169
|
-
"/internal/
|
|
20715
|
+
"/internal/stagecondition": {
|
|
20170
20716
|
parameters: {
|
|
20171
20717
|
query?: never;
|
|
20172
20718
|
header?: never;
|
|
@@ -20174,8 +20720,8 @@ export interface paths {
|
|
|
20174
20720
|
cookie?: never;
|
|
20175
20721
|
};
|
|
20176
20722
|
/**
|
|
20177
|
-
* Get
|
|
20178
|
-
* @description Internal endpoint used only to ensure
|
|
20723
|
+
* Get StageCondition (schema generation only)
|
|
20724
|
+
* @description Internal endpoint used only to ensure StageCondition schema is generated in OpenAPI spec
|
|
20179
20725
|
*/
|
|
20180
20726
|
get: {
|
|
20181
20727
|
parameters: {
|
|
@@ -20192,7 +20738,7 @@ export interface paths {
|
|
|
20192
20738
|
[name: string]: unknown;
|
|
20193
20739
|
};
|
|
20194
20740
|
content: {
|
|
20195
|
-
"application/json": components["schemas"]["models.
|
|
20741
|
+
"application/json": components["schemas"]["models.StageCondition"];
|
|
20196
20742
|
};
|
|
20197
20743
|
};
|
|
20198
20744
|
};
|
|
@@ -20205,7 +20751,7 @@ export interface paths {
|
|
|
20205
20751
|
patch?: never;
|
|
20206
20752
|
trace?: never;
|
|
20207
20753
|
};
|
|
20208
|
-
"/internal/
|
|
20754
|
+
"/internal/stagedependency": {
|
|
20209
20755
|
parameters: {
|
|
20210
20756
|
query?: never;
|
|
20211
20757
|
header?: never;
|
|
@@ -20213,8 +20759,8 @@ export interface paths {
|
|
|
20213
20759
|
cookie?: never;
|
|
20214
20760
|
};
|
|
20215
20761
|
/**
|
|
20216
|
-
* Get
|
|
20217
|
-
* @description Internal endpoint used only to ensure
|
|
20762
|
+
* Get StageDependency (schema generation only)
|
|
20763
|
+
* @description Internal endpoint used only to ensure StageDependency schema is generated in OpenAPI spec
|
|
20218
20764
|
*/
|
|
20219
20765
|
get: {
|
|
20220
20766
|
parameters: {
|
|
@@ -20231,7 +20777,7 @@ export interface paths {
|
|
|
20231
20777
|
[name: string]: unknown;
|
|
20232
20778
|
};
|
|
20233
20779
|
content: {
|
|
20234
|
-
"application/json": components["schemas"]["models.
|
|
20780
|
+
"application/json": components["schemas"]["models.StageDependency"];
|
|
20235
20781
|
};
|
|
20236
20782
|
};
|
|
20237
20783
|
};
|
|
@@ -20244,7 +20790,7 @@ export interface paths {
|
|
|
20244
20790
|
patch?: never;
|
|
20245
20791
|
trace?: never;
|
|
20246
20792
|
};
|
|
20247
|
-
"/internal/
|
|
20793
|
+
"/internal/stageparam": {
|
|
20248
20794
|
parameters: {
|
|
20249
20795
|
query?: never;
|
|
20250
20796
|
header?: never;
|
|
@@ -20252,8 +20798,8 @@ export interface paths {
|
|
|
20252
20798
|
cookie?: never;
|
|
20253
20799
|
};
|
|
20254
20800
|
/**
|
|
20255
|
-
* Get
|
|
20256
|
-
* @description Internal endpoint used only to ensure
|
|
20801
|
+
* Get StageParam (schema generation only)
|
|
20802
|
+
* @description Internal endpoint used only to ensure StageParam schema is generated in OpenAPI spec
|
|
20257
20803
|
*/
|
|
20258
20804
|
get: {
|
|
20259
20805
|
parameters: {
|
|
@@ -20270,7 +20816,7 @@ export interface paths {
|
|
|
20270
20816
|
[name: string]: unknown;
|
|
20271
20817
|
};
|
|
20272
20818
|
content: {
|
|
20273
|
-
"application/json": components["schemas"]["models.
|
|
20819
|
+
"application/json": components["schemas"]["models.StageParam"];
|
|
20274
20820
|
};
|
|
20275
20821
|
};
|
|
20276
20822
|
};
|
|
@@ -20283,7 +20829,7 @@ export interface paths {
|
|
|
20283
20829
|
patch?: never;
|
|
20284
20830
|
trace?: never;
|
|
20285
20831
|
};
|
|
20286
|
-
"/internal/
|
|
20832
|
+
"/internal/stageport": {
|
|
20287
20833
|
parameters: {
|
|
20288
20834
|
query?: never;
|
|
20289
20835
|
header?: never;
|
|
@@ -20291,8 +20837,8 @@ export interface paths {
|
|
|
20291
20837
|
cookie?: never;
|
|
20292
20838
|
};
|
|
20293
20839
|
/**
|
|
20294
|
-
* Get
|
|
20295
|
-
* @description Internal endpoint used only to ensure
|
|
20840
|
+
* Get StagePort (schema generation only)
|
|
20841
|
+
* @description Internal endpoint used only to ensure StagePort schema is generated in OpenAPI spec
|
|
20296
20842
|
*/
|
|
20297
20843
|
get: {
|
|
20298
20844
|
parameters: {
|
|
@@ -20309,7 +20855,7 @@ export interface paths {
|
|
|
20309
20855
|
[name: string]: unknown;
|
|
20310
20856
|
};
|
|
20311
20857
|
content: {
|
|
20312
|
-
"application/json": components["schemas"]["models.
|
|
20858
|
+
"application/json": components["schemas"]["models.StagePort"];
|
|
20313
20859
|
};
|
|
20314
20860
|
};
|
|
20315
20861
|
};
|
|
@@ -20322,7 +20868,7 @@ export interface paths {
|
|
|
20322
20868
|
patch?: never;
|
|
20323
20869
|
trace?: never;
|
|
20324
20870
|
};
|
|
20325
|
-
"/internal/
|
|
20871
|
+
"/internal/stageresourcelist": {
|
|
20326
20872
|
parameters: {
|
|
20327
20873
|
query?: never;
|
|
20328
20874
|
header?: never;
|
|
@@ -20330,8 +20876,8 @@ export interface paths {
|
|
|
20330
20876
|
cookie?: never;
|
|
20331
20877
|
};
|
|
20332
20878
|
/**
|
|
20333
|
-
* Get
|
|
20334
|
-
* @description Internal endpoint used only to ensure
|
|
20879
|
+
* Get StageResourceList (schema generation only)
|
|
20880
|
+
* @description Internal endpoint used only to ensure StageResourceList schema is generated in OpenAPI spec
|
|
20335
20881
|
*/
|
|
20336
20882
|
get: {
|
|
20337
20883
|
parameters: {
|
|
@@ -20348,7 +20894,7 @@ export interface paths {
|
|
|
20348
20894
|
[name: string]: unknown;
|
|
20349
20895
|
};
|
|
20350
20896
|
content: {
|
|
20351
|
-
"application/json": components["schemas"]["models.
|
|
20897
|
+
"application/json": components["schemas"]["models.StageResourceList"];
|
|
20352
20898
|
};
|
|
20353
20899
|
};
|
|
20354
20900
|
};
|
|
@@ -20361,7 +20907,7 @@ export interface paths {
|
|
|
20361
20907
|
patch?: never;
|
|
20362
20908
|
trace?: never;
|
|
20363
20909
|
};
|
|
20364
|
-
"/internal/
|
|
20910
|
+
"/internal/stageresources": {
|
|
20365
20911
|
parameters: {
|
|
20366
20912
|
query?: never;
|
|
20367
20913
|
header?: never;
|
|
@@ -20369,8 +20915,8 @@ export interface paths {
|
|
|
20369
20915
|
cookie?: never;
|
|
20370
20916
|
};
|
|
20371
20917
|
/**
|
|
20372
|
-
* Get
|
|
20373
|
-
* @description Internal endpoint used only to ensure
|
|
20918
|
+
* Get StageResources (schema generation only)
|
|
20919
|
+
* @description Internal endpoint used only to ensure StageResources schema is generated in OpenAPI spec
|
|
20374
20920
|
*/
|
|
20375
20921
|
get: {
|
|
20376
20922
|
parameters: {
|
|
@@ -20387,7 +20933,7 @@ export interface paths {
|
|
|
20387
20933
|
[name: string]: unknown;
|
|
20388
20934
|
};
|
|
20389
20935
|
content: {
|
|
20390
|
-
"application/json":
|
|
20936
|
+
"application/json": components["schemas"]["models.StageResources"];
|
|
20391
20937
|
};
|
|
20392
20938
|
};
|
|
20393
20939
|
};
|
|
@@ -23754,6 +24300,84 @@ export interface paths {
|
|
|
23754
24300
|
patch?: never;
|
|
23755
24301
|
trace?: never;
|
|
23756
24302
|
};
|
|
24303
|
+
"/internal/updateworkflowstageinput": {
|
|
24304
|
+
parameters: {
|
|
24305
|
+
query?: never;
|
|
24306
|
+
header?: never;
|
|
24307
|
+
path?: never;
|
|
24308
|
+
cookie?: never;
|
|
24309
|
+
};
|
|
24310
|
+
/**
|
|
24311
|
+
* Get UpdateWorkflowStageInput (schema generation only)
|
|
24312
|
+
* @description Internal endpoint used only to ensure UpdateWorkflowStageInput schema is generated in OpenAPI spec
|
|
24313
|
+
*/
|
|
24314
|
+
get: {
|
|
24315
|
+
parameters: {
|
|
24316
|
+
query?: never;
|
|
24317
|
+
header?: never;
|
|
24318
|
+
path?: never;
|
|
24319
|
+
cookie?: never;
|
|
24320
|
+
};
|
|
24321
|
+
requestBody?: never;
|
|
24322
|
+
responses: {
|
|
24323
|
+
/** @description OK */
|
|
24324
|
+
200: {
|
|
24325
|
+
headers: {
|
|
24326
|
+
[name: string]: unknown;
|
|
24327
|
+
};
|
|
24328
|
+
content: {
|
|
24329
|
+
"application/json": components["schemas"]["models.UpdateWorkflowStageInput"];
|
|
24330
|
+
};
|
|
24331
|
+
};
|
|
24332
|
+
};
|
|
24333
|
+
};
|
|
24334
|
+
put?: never;
|
|
24335
|
+
post?: never;
|
|
24336
|
+
delete?: never;
|
|
24337
|
+
options?: never;
|
|
24338
|
+
head?: never;
|
|
24339
|
+
patch?: never;
|
|
24340
|
+
trace?: never;
|
|
24341
|
+
};
|
|
24342
|
+
"/internal/updateworkflowstageoutput": {
|
|
24343
|
+
parameters: {
|
|
24344
|
+
query?: never;
|
|
24345
|
+
header?: never;
|
|
24346
|
+
path?: never;
|
|
24347
|
+
cookie?: never;
|
|
24348
|
+
};
|
|
24349
|
+
/**
|
|
24350
|
+
* Get UpdateWorkflowStageOutput (schema generation only)
|
|
24351
|
+
* @description Internal endpoint used only to ensure UpdateWorkflowStageOutput schema is generated in OpenAPI spec
|
|
24352
|
+
*/
|
|
24353
|
+
get: {
|
|
24354
|
+
parameters: {
|
|
24355
|
+
query?: never;
|
|
24356
|
+
header?: never;
|
|
24357
|
+
path?: never;
|
|
24358
|
+
cookie?: never;
|
|
24359
|
+
};
|
|
24360
|
+
requestBody?: never;
|
|
24361
|
+
responses: {
|
|
24362
|
+
/** @description OK */
|
|
24363
|
+
200: {
|
|
24364
|
+
headers: {
|
|
24365
|
+
[name: string]: unknown;
|
|
24366
|
+
};
|
|
24367
|
+
content: {
|
|
24368
|
+
"application/json": components["schemas"]["models.UpdateWorkflowStageOutput"];
|
|
24369
|
+
};
|
|
24370
|
+
};
|
|
24371
|
+
};
|
|
24372
|
+
};
|
|
24373
|
+
put?: never;
|
|
24374
|
+
post?: never;
|
|
24375
|
+
delete?: never;
|
|
24376
|
+
options?: never;
|
|
24377
|
+
head?: never;
|
|
24378
|
+
patch?: never;
|
|
24379
|
+
trace?: never;
|
|
24380
|
+
};
|
|
23757
24381
|
"/internal/updateworkflowsuccessresponse": {
|
|
23758
24382
|
parameters: {
|
|
23759
24383
|
query?: never;
|
|
@@ -24885,6 +25509,84 @@ export interface paths {
|
|
|
24885
25509
|
patch?: never;
|
|
24886
25510
|
trace?: never;
|
|
24887
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
|
+
};
|
|
24888
25590
|
"/media": {
|
|
24889
25591
|
parameters: {
|
|
24890
25592
|
query?: never;
|
|
@@ -29291,6 +29993,8 @@ export interface components {
|
|
|
29291
29993
|
/** @description Company website */
|
|
29292
29994
|
website?: string;
|
|
29293
29995
|
};
|
|
29996
|
+
/** @enum {string} */
|
|
29997
|
+
"models.ConditionOp": "eq" | "ne" | "contains" | "in" | "exists" | "gt" | "gte" | "lt" | "lte";
|
|
29294
29998
|
"models.Contact": {
|
|
29295
29999
|
email?: string;
|
|
29296
30000
|
name?: string;
|
|
@@ -29357,6 +30061,13 @@ export interface components {
|
|
|
29357
30061
|
"models.CreateWorkflowOutput": {
|
|
29358
30062
|
workflow?: components["schemas"]["models.Workflow"];
|
|
29359
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
|
+
};
|
|
29360
30071
|
"models.Credentials": {
|
|
29361
30072
|
currentPassword?: string;
|
|
29362
30073
|
newPassword?: string;
|
|
@@ -29437,6 +30148,11 @@ export interface components {
|
|
|
29437
30148
|
workflow_id?: string;
|
|
29438
30149
|
};
|
|
29439
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>;
|
|
29440
30156
|
"models.DeprecatedHeartbeat": {
|
|
29441
30157
|
architecture?: string;
|
|
29442
30158
|
boot_time?: string;
|
|
@@ -29780,6 +30496,8 @@ export interface components {
|
|
|
29780
30496
|
in?: components["schemas"]["models.TimeSeriesChart"];
|
|
29781
30497
|
out?: components["schemas"]["models.TimeSeriesChart"];
|
|
29782
30498
|
};
|
|
30499
|
+
/** @enum {string} */
|
|
30500
|
+
"models.Dispatch": "always" | "conditional";
|
|
29783
30501
|
"models.DominantColor": {
|
|
29784
30502
|
hexs?: string[];
|
|
29785
30503
|
rgbs?: number[][];
|
|
@@ -29960,6 +30678,19 @@ export interface components {
|
|
|
29960
30678
|
"models.GetWorkflowOutput": {
|
|
29961
30679
|
workflow?: components["schemas"]["models.Workflow"];
|
|
29962
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
|
+
};
|
|
29963
30694
|
"models.GetWorkflowsInput": {
|
|
29964
30695
|
user?: components["schemas"]["models.User"];
|
|
29965
30696
|
};
|
|
@@ -30964,6 +31695,47 @@ export interface components {
|
|
|
30964
31695
|
interval?: number;
|
|
30965
31696
|
provider?: string;
|
|
30966
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
|
+
};
|
|
30967
31739
|
"models.State": {
|
|
30968
31740
|
/**
|
|
30969
31741
|
* @description AtRuntimeMetadata contains metadata that is generated at runtime, which can include
|
|
@@ -31412,6 +32184,14 @@ export interface components {
|
|
|
31412
32184
|
"models.UpdateWorkflowOutput": {
|
|
31413
32185
|
workflow?: components["schemas"]["models.Workflow"];
|
|
31414
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
|
+
};
|
|
31415
32195
|
"models.User": {
|
|
31416
32196
|
activity?: components["schemas"]["models.Activity"][];
|
|
31417
32197
|
address?: string;
|
|
@@ -31684,30 +32464,137 @@ export interface components {
|
|
|
31684
32464
|
master_user_id?: string;
|
|
31685
32465
|
name?: string;
|
|
31686
32466
|
nodes?: components["schemas"]["models.WorkflowNode"][];
|
|
32467
|
+
trigger?: components["schemas"]["models.WorkflowTrigger"];
|
|
31687
32468
|
updated_at?: number;
|
|
31688
32469
|
user_id?: string;
|
|
31689
32470
|
username?: string;
|
|
31690
32471
|
};
|
|
31691
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"];
|
|
31692
32481
|
id?: string;
|
|
31693
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
|
+
*/
|
|
31694
32488
|
sourcePort?: string;
|
|
31695
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
|
+
*/
|
|
31696
32494
|
targetPort?: string;
|
|
31697
32495
|
};
|
|
31698
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
|
+
*/
|
|
31699
32503
|
data?: {
|
|
31700
32504
|
[key: string]: unknown;
|
|
31701
32505
|
};
|
|
31702
|
-
|
|
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
|
+
*/
|
|
31703
32511
|
id?: string;
|
|
31704
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. */
|
|
31705
32593
|
selection?: string;
|
|
32594
|
+
/** @description StartAt and EndAt bound a daily time window (e.g. "08:00"/"18:00"). */
|
|
31706
32595
|
startAt?: string;
|
|
31707
|
-
|
|
32596
|
+
/** @description Weekdays restricts the workflow to the listed days of week. */
|
|
31708
32597
|
weekdays?: number[];
|
|
31709
|
-
x?: number;
|
|
31710
|
-
y?: number;
|
|
31711
32598
|
};
|
|
31712
32599
|
};
|
|
31713
32600
|
responses: never;
|
|
@@ -31776,6 +32663,8 @@ export declare namespace models {
|
|
|
31776
32663
|
type CreateVideowallOutput = components['schemas']['models.CreateVideowallOutput'];
|
|
31777
32664
|
type CreateWorkflowInput = components['schemas']['models.CreateWorkflowInput'];
|
|
31778
32665
|
type CreateWorkflowOutput = components['schemas']['models.CreateWorkflowOutput'];
|
|
32666
|
+
type CreateWorkflowStageInput = components['schemas']['models.CreateWorkflowStageInput'];
|
|
32667
|
+
type CreateWorkflowStageOutput = components['schemas']['models.CreateWorkflowStageOutput'];
|
|
31779
32668
|
type Credentials = components['schemas']['models.Credentials'];
|
|
31780
32669
|
type CustomAlert = components['schemas']['models.CustomAlert'];
|
|
31781
32670
|
type DateRangeSchedule = components['schemas']['models.DateRangeSchedule'];
|
|
@@ -31783,6 +32672,7 @@ export declare namespace models {
|
|
|
31783
32672
|
type DeleteCaseShareInput = components['schemas']['models.DeleteCaseShareInput'];
|
|
31784
32673
|
type DeleteVideowallInput = components['schemas']['models.DeleteVideowallInput'];
|
|
31785
32674
|
type DeleteWorkflowInput = components['schemas']['models.DeleteWorkflowInput'];
|
|
32675
|
+
type DeleteWorkflowStageInput = components['schemas']['models.DeleteWorkflowStageInput'];
|
|
31786
32676
|
type DeprecatedHeartbeat = components['schemas']['models.DeprecatedHeartbeat'];
|
|
31787
32677
|
type DeprecatedONVIFEvents = components['schemas']['models.DeprecatedONVIFEvents'];
|
|
31788
32678
|
type DeprecatedPreset = components['schemas']['models.DeprecatedPreset'];
|
|
@@ -31825,6 +32715,10 @@ export declare namespace models {
|
|
|
31825
32715
|
type GetVideowallsOutput = components['schemas']['models.GetVideowallsOutput'];
|
|
31826
32716
|
type GetWorkflowInput = components['schemas']['models.GetWorkflowInput'];
|
|
31827
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'];
|
|
31828
32722
|
type GetWorkflowsInput = components['schemas']['models.GetWorkflowsInput'];
|
|
31829
32723
|
type GetWorkflowsOutput = components['schemas']['models.GetWorkflowsOutput'];
|
|
31830
32724
|
type Group = components['schemas']['models.Group'];
|
|
@@ -31908,6 +32802,12 @@ export declare namespace models {
|
|
|
31908
32802
|
type Slack = components['schemas']['models.Slack'];
|
|
31909
32803
|
type Sms = components['schemas']['models.Sms'];
|
|
31910
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'];
|
|
31911
32811
|
type State = components['schemas']['models.State'];
|
|
31912
32812
|
type Storage = components['schemas']['models.Storage'];
|
|
31913
32813
|
type Subscription = components['schemas']['models.Subscription'];
|
|
@@ -31935,6 +32835,8 @@ export declare namespace models {
|
|
|
31935
32835
|
type UpdateVideowallOutput = components['schemas']['models.UpdateVideowallOutput'];
|
|
31936
32836
|
type UpdateWorkflowInput = components['schemas']['models.UpdateWorkflowInput'];
|
|
31937
32837
|
type UpdateWorkflowOutput = components['schemas']['models.UpdateWorkflowOutput'];
|
|
32838
|
+
type UpdateWorkflowStageInput = components['schemas']['models.UpdateWorkflowStageInput'];
|
|
32839
|
+
type UpdateWorkflowStageOutput = components['schemas']['models.UpdateWorkflowStageOutput'];
|
|
31938
32840
|
type User = components['schemas']['models.User'];
|
|
31939
32841
|
type UserOrgPermissions = components['schemas']['models.UserOrgPermissions'];
|
|
31940
32842
|
type UserProfile = components['schemas']['models.UserProfile'];
|
|
@@ -31954,6 +32856,8 @@ export declare namespace models {
|
|
|
31954
32856
|
type Workflow = components['schemas']['models.Workflow'];
|
|
31955
32857
|
type WorkflowEdge = components['schemas']['models.WorkflowEdge'];
|
|
31956
32858
|
type WorkflowNode = components['schemas']['models.WorkflowNode'];
|
|
32859
|
+
type WorkflowStage = components['schemas']['models.WorkflowStage'];
|
|
32860
|
+
type WorkflowTrigger = components['schemas']['models.WorkflowTrigger'];
|
|
31957
32861
|
}
|
|
31958
32862
|
export declare namespace api {
|
|
31959
32863
|
type AddAccessTokenErrorResponse = components['schemas']['api.AddAccessTokenErrorResponse'];
|