@vess-id/ai-identity 0.16.0-alpha.5 → 0.16.0-alpha.8
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/index.d.mts +1300 -0
- package/dist/index.js +128 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +128 -13
- package/dist/index.mjs.map +1 -1
- package/dist/registry/__tests__/action-registry-doc-review.spec.d.ts +14 -0
- package/dist/registry/__tests__/action-registry-doc-review.spec.d.ts.map +1 -0
- package/dist/registry/action-registry-json.d.ts +1300 -0
- package/dist/registry/action-registry-json.d.ts.map +1 -1
- package/dist/registry/action-summary.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4995,6 +4995,12 @@ declare const ACTION_REGISTRY: {
|
|
|
4995
4995
|
candidates?: undefined;
|
|
4996
4996
|
candidateWindow?: undefined;
|
|
4997
4997
|
hold?: undefined;
|
|
4998
|
+
itemId?: undefined;
|
|
4999
|
+
decision?: undefined;
|
|
5000
|
+
slots?: undefined;
|
|
5001
|
+
recommendedSlotIndex?: undefined;
|
|
5002
|
+
recommendationReason?: undefined;
|
|
5003
|
+
findings?: undefined;
|
|
4998
5004
|
};
|
|
4999
5005
|
required: string[];
|
|
5000
5006
|
additionalProperties: boolean;
|
|
@@ -5205,6 +5211,12 @@ declare const ACTION_REGISTRY: {
|
|
|
5205
5211
|
candidates?: undefined;
|
|
5206
5212
|
candidateWindow?: undefined;
|
|
5207
5213
|
hold?: undefined;
|
|
5214
|
+
itemId?: undefined;
|
|
5215
|
+
decision?: undefined;
|
|
5216
|
+
slots?: undefined;
|
|
5217
|
+
recommendedSlotIndex?: undefined;
|
|
5218
|
+
recommendationReason?: undefined;
|
|
5219
|
+
findings?: undefined;
|
|
5208
5220
|
};
|
|
5209
5221
|
additionalProperties: boolean;
|
|
5210
5222
|
required?: undefined;
|
|
@@ -5418,6 +5430,12 @@ declare const ACTION_REGISTRY: {
|
|
|
5418
5430
|
candidates?: undefined;
|
|
5419
5431
|
candidateWindow?: undefined;
|
|
5420
5432
|
hold?: undefined;
|
|
5433
|
+
itemId?: undefined;
|
|
5434
|
+
decision?: undefined;
|
|
5435
|
+
slots?: undefined;
|
|
5436
|
+
recommendedSlotIndex?: undefined;
|
|
5437
|
+
recommendationReason?: undefined;
|
|
5438
|
+
findings?: undefined;
|
|
5421
5439
|
};
|
|
5422
5440
|
required: string[];
|
|
5423
5441
|
additionalProperties: boolean;
|
|
@@ -5642,6 +5660,12 @@ declare const ACTION_REGISTRY: {
|
|
|
5642
5660
|
candidates?: undefined;
|
|
5643
5661
|
candidateWindow?: undefined;
|
|
5644
5662
|
hold?: undefined;
|
|
5663
|
+
itemId?: undefined;
|
|
5664
|
+
decision?: undefined;
|
|
5665
|
+
slots?: undefined;
|
|
5666
|
+
recommendedSlotIndex?: undefined;
|
|
5667
|
+
recommendationReason?: undefined;
|
|
5668
|
+
findings?: undefined;
|
|
5645
5669
|
};
|
|
5646
5670
|
required: string[];
|
|
5647
5671
|
additionalProperties: boolean;
|
|
@@ -5863,6 +5887,12 @@ declare const ACTION_REGISTRY: {
|
|
|
5863
5887
|
candidates?: undefined;
|
|
5864
5888
|
candidateWindow?: undefined;
|
|
5865
5889
|
hold?: undefined;
|
|
5890
|
+
itemId?: undefined;
|
|
5891
|
+
decision?: undefined;
|
|
5892
|
+
slots?: undefined;
|
|
5893
|
+
recommendedSlotIndex?: undefined;
|
|
5894
|
+
recommendationReason?: undefined;
|
|
5895
|
+
findings?: undefined;
|
|
5866
5896
|
};
|
|
5867
5897
|
required: string[];
|
|
5868
5898
|
additionalProperties: boolean;
|
|
@@ -6081,6 +6111,12 @@ declare const ACTION_REGISTRY: {
|
|
|
6081
6111
|
candidates?: undefined;
|
|
6082
6112
|
candidateWindow?: undefined;
|
|
6083
6113
|
hold?: undefined;
|
|
6114
|
+
itemId?: undefined;
|
|
6115
|
+
decision?: undefined;
|
|
6116
|
+
slots?: undefined;
|
|
6117
|
+
recommendedSlotIndex?: undefined;
|
|
6118
|
+
recommendationReason?: undefined;
|
|
6119
|
+
findings?: undefined;
|
|
6084
6120
|
};
|
|
6085
6121
|
additionalProperties: boolean;
|
|
6086
6122
|
required?: undefined;
|
|
@@ -6301,6 +6337,12 @@ declare const ACTION_REGISTRY: {
|
|
|
6301
6337
|
candidates?: undefined;
|
|
6302
6338
|
candidateWindow?: undefined;
|
|
6303
6339
|
hold?: undefined;
|
|
6340
|
+
itemId?: undefined;
|
|
6341
|
+
decision?: undefined;
|
|
6342
|
+
slots?: undefined;
|
|
6343
|
+
recommendedSlotIndex?: undefined;
|
|
6344
|
+
recommendationReason?: undefined;
|
|
6345
|
+
findings?: undefined;
|
|
6304
6346
|
};
|
|
6305
6347
|
required: string[];
|
|
6306
6348
|
additionalProperties: boolean;
|
|
@@ -6517,6 +6559,12 @@ declare const ACTION_REGISTRY: {
|
|
|
6517
6559
|
candidates?: undefined;
|
|
6518
6560
|
candidateWindow?: undefined;
|
|
6519
6561
|
hold?: undefined;
|
|
6562
|
+
itemId?: undefined;
|
|
6563
|
+
decision?: undefined;
|
|
6564
|
+
slots?: undefined;
|
|
6565
|
+
recommendedSlotIndex?: undefined;
|
|
6566
|
+
recommendationReason?: undefined;
|
|
6567
|
+
findings?: undefined;
|
|
6520
6568
|
};
|
|
6521
6569
|
required: string[];
|
|
6522
6570
|
additionalProperties: boolean;
|
|
@@ -6758,6 +6806,12 @@ declare const ACTION_REGISTRY: {
|
|
|
6758
6806
|
candidates?: undefined;
|
|
6759
6807
|
candidateWindow?: undefined;
|
|
6760
6808
|
hold?: undefined;
|
|
6809
|
+
itemId?: undefined;
|
|
6810
|
+
decision?: undefined;
|
|
6811
|
+
slots?: undefined;
|
|
6812
|
+
recommendedSlotIndex?: undefined;
|
|
6813
|
+
recommendationReason?: undefined;
|
|
6814
|
+
findings?: undefined;
|
|
6761
6815
|
};
|
|
6762
6816
|
required: string[];
|
|
6763
6817
|
additionalProperties: boolean;
|
|
@@ -7000,6 +7054,12 @@ declare const ACTION_REGISTRY: {
|
|
|
7000
7054
|
candidates?: undefined;
|
|
7001
7055
|
candidateWindow?: undefined;
|
|
7002
7056
|
hold?: undefined;
|
|
7057
|
+
itemId?: undefined;
|
|
7058
|
+
decision?: undefined;
|
|
7059
|
+
slots?: undefined;
|
|
7060
|
+
recommendedSlotIndex?: undefined;
|
|
7061
|
+
recommendationReason?: undefined;
|
|
7062
|
+
findings?: undefined;
|
|
7003
7063
|
};
|
|
7004
7064
|
required: string[];
|
|
7005
7065
|
additionalProperties: boolean;
|
|
@@ -7222,6 +7282,12 @@ declare const ACTION_REGISTRY: {
|
|
|
7222
7282
|
candidates?: undefined;
|
|
7223
7283
|
candidateWindow?: undefined;
|
|
7224
7284
|
hold?: undefined;
|
|
7285
|
+
itemId?: undefined;
|
|
7286
|
+
decision?: undefined;
|
|
7287
|
+
slots?: undefined;
|
|
7288
|
+
recommendedSlotIndex?: undefined;
|
|
7289
|
+
recommendationReason?: undefined;
|
|
7290
|
+
findings?: undefined;
|
|
7225
7291
|
};
|
|
7226
7292
|
required: string[];
|
|
7227
7293
|
additionalProperties: boolean;
|
|
@@ -7467,6 +7533,12 @@ declare const ACTION_REGISTRY: {
|
|
|
7467
7533
|
candidates?: undefined;
|
|
7468
7534
|
candidateWindow?: undefined;
|
|
7469
7535
|
hold?: undefined;
|
|
7536
|
+
itemId?: undefined;
|
|
7537
|
+
decision?: undefined;
|
|
7538
|
+
slots?: undefined;
|
|
7539
|
+
recommendedSlotIndex?: undefined;
|
|
7540
|
+
recommendationReason?: undefined;
|
|
7541
|
+
findings?: undefined;
|
|
7470
7542
|
};
|
|
7471
7543
|
required: string[];
|
|
7472
7544
|
additionalProperties: boolean;
|
|
@@ -7703,6 +7775,12 @@ declare const ACTION_REGISTRY: {
|
|
|
7703
7775
|
candidates?: undefined;
|
|
7704
7776
|
candidateWindow?: undefined;
|
|
7705
7777
|
hold?: undefined;
|
|
7778
|
+
itemId?: undefined;
|
|
7779
|
+
decision?: undefined;
|
|
7780
|
+
slots?: undefined;
|
|
7781
|
+
recommendedSlotIndex?: undefined;
|
|
7782
|
+
recommendationReason?: undefined;
|
|
7783
|
+
findings?: undefined;
|
|
7706
7784
|
};
|
|
7707
7785
|
required: string[];
|
|
7708
7786
|
additionalProperties: boolean;
|
|
@@ -7948,6 +8026,12 @@ declare const ACTION_REGISTRY: {
|
|
|
7948
8026
|
candidates?: undefined;
|
|
7949
8027
|
candidateWindow?: undefined;
|
|
7950
8028
|
hold?: undefined;
|
|
8029
|
+
itemId?: undefined;
|
|
8030
|
+
decision?: undefined;
|
|
8031
|
+
slots?: undefined;
|
|
8032
|
+
recommendedSlotIndex?: undefined;
|
|
8033
|
+
recommendationReason?: undefined;
|
|
8034
|
+
findings?: undefined;
|
|
7951
8035
|
};
|
|
7952
8036
|
required: string[];
|
|
7953
8037
|
additionalProperties: boolean;
|
|
@@ -8170,6 +8254,12 @@ declare const ACTION_REGISTRY: {
|
|
|
8170
8254
|
candidates?: undefined;
|
|
8171
8255
|
candidateWindow?: undefined;
|
|
8172
8256
|
hold?: undefined;
|
|
8257
|
+
itemId?: undefined;
|
|
8258
|
+
decision?: undefined;
|
|
8259
|
+
slots?: undefined;
|
|
8260
|
+
recommendedSlotIndex?: undefined;
|
|
8261
|
+
recommendationReason?: undefined;
|
|
8262
|
+
findings?: undefined;
|
|
8173
8263
|
};
|
|
8174
8264
|
required: string[];
|
|
8175
8265
|
additionalProperties: boolean;
|
|
@@ -8408,6 +8498,12 @@ declare const ACTION_REGISTRY: {
|
|
|
8408
8498
|
candidates?: undefined;
|
|
8409
8499
|
candidateWindow?: undefined;
|
|
8410
8500
|
hold?: undefined;
|
|
8501
|
+
itemId?: undefined;
|
|
8502
|
+
decision?: undefined;
|
|
8503
|
+
slots?: undefined;
|
|
8504
|
+
recommendedSlotIndex?: undefined;
|
|
8505
|
+
recommendationReason?: undefined;
|
|
8506
|
+
findings?: undefined;
|
|
8411
8507
|
};
|
|
8412
8508
|
required: string[];
|
|
8413
8509
|
additionalProperties: boolean;
|
|
@@ -8640,6 +8736,12 @@ declare const ACTION_REGISTRY: {
|
|
|
8640
8736
|
candidates?: undefined;
|
|
8641
8737
|
candidateWindow?: undefined;
|
|
8642
8738
|
hold?: undefined;
|
|
8739
|
+
itemId?: undefined;
|
|
8740
|
+
decision?: undefined;
|
|
8741
|
+
slots?: undefined;
|
|
8742
|
+
recommendedSlotIndex?: undefined;
|
|
8743
|
+
recommendationReason?: undefined;
|
|
8744
|
+
findings?: undefined;
|
|
8643
8745
|
};
|
|
8644
8746
|
required: string[];
|
|
8645
8747
|
additionalProperties: boolean;
|
|
@@ -8871,6 +8973,12 @@ declare const ACTION_REGISTRY: {
|
|
|
8871
8973
|
candidates?: undefined;
|
|
8872
8974
|
candidateWindow?: undefined;
|
|
8873
8975
|
hold?: undefined;
|
|
8976
|
+
itemId?: undefined;
|
|
8977
|
+
decision?: undefined;
|
|
8978
|
+
slots?: undefined;
|
|
8979
|
+
recommendedSlotIndex?: undefined;
|
|
8980
|
+
recommendationReason?: undefined;
|
|
8981
|
+
findings?: undefined;
|
|
8874
8982
|
};
|
|
8875
8983
|
required: string[];
|
|
8876
8984
|
additionalProperties: boolean;
|
|
@@ -9102,6 +9210,12 @@ declare const ACTION_REGISTRY: {
|
|
|
9102
9210
|
candidates?: undefined;
|
|
9103
9211
|
candidateWindow?: undefined;
|
|
9104
9212
|
hold?: undefined;
|
|
9213
|
+
itemId?: undefined;
|
|
9214
|
+
decision?: undefined;
|
|
9215
|
+
slots?: undefined;
|
|
9216
|
+
recommendedSlotIndex?: undefined;
|
|
9217
|
+
recommendationReason?: undefined;
|
|
9218
|
+
findings?: undefined;
|
|
9105
9219
|
};
|
|
9106
9220
|
required: string[];
|
|
9107
9221
|
additionalProperties: boolean;
|
|
@@ -9334,6 +9448,12 @@ declare const ACTION_REGISTRY: {
|
|
|
9334
9448
|
candidates?: undefined;
|
|
9335
9449
|
candidateWindow?: undefined;
|
|
9336
9450
|
hold?: undefined;
|
|
9451
|
+
itemId?: undefined;
|
|
9452
|
+
decision?: undefined;
|
|
9453
|
+
slots?: undefined;
|
|
9454
|
+
recommendedSlotIndex?: undefined;
|
|
9455
|
+
recommendationReason?: undefined;
|
|
9456
|
+
findings?: undefined;
|
|
9337
9457
|
};
|
|
9338
9458
|
required: string[];
|
|
9339
9459
|
additionalProperties: boolean;
|
|
@@ -9559,6 +9679,12 @@ declare const ACTION_REGISTRY: {
|
|
|
9559
9679
|
candidates?: undefined;
|
|
9560
9680
|
candidateWindow?: undefined;
|
|
9561
9681
|
hold?: undefined;
|
|
9682
|
+
itemId?: undefined;
|
|
9683
|
+
decision?: undefined;
|
|
9684
|
+
slots?: undefined;
|
|
9685
|
+
recommendedSlotIndex?: undefined;
|
|
9686
|
+
recommendationReason?: undefined;
|
|
9687
|
+
findings?: undefined;
|
|
9562
9688
|
};
|
|
9563
9689
|
required: string[];
|
|
9564
9690
|
additionalProperties: boolean;
|
|
@@ -9774,6 +9900,12 @@ declare const ACTION_REGISTRY: {
|
|
|
9774
9900
|
candidates?: undefined;
|
|
9775
9901
|
candidateWindow?: undefined;
|
|
9776
9902
|
hold?: undefined;
|
|
9903
|
+
itemId?: undefined;
|
|
9904
|
+
decision?: undefined;
|
|
9905
|
+
slots?: undefined;
|
|
9906
|
+
recommendedSlotIndex?: undefined;
|
|
9907
|
+
recommendationReason?: undefined;
|
|
9908
|
+
findings?: undefined;
|
|
9777
9909
|
};
|
|
9778
9910
|
required: string[];
|
|
9779
9911
|
additionalProperties: boolean;
|
|
@@ -10006,6 +10138,12 @@ declare const ACTION_REGISTRY: {
|
|
|
10006
10138
|
candidates?: undefined;
|
|
10007
10139
|
candidateWindow?: undefined;
|
|
10008
10140
|
hold?: undefined;
|
|
10141
|
+
itemId?: undefined;
|
|
10142
|
+
decision?: undefined;
|
|
10143
|
+
slots?: undefined;
|
|
10144
|
+
recommendedSlotIndex?: undefined;
|
|
10145
|
+
recommendationReason?: undefined;
|
|
10146
|
+
findings?: undefined;
|
|
10009
10147
|
};
|
|
10010
10148
|
required: string[];
|
|
10011
10149
|
additionalProperties: boolean;
|
|
@@ -10233,6 +10371,12 @@ declare const ACTION_REGISTRY: {
|
|
|
10233
10371
|
candidates?: undefined;
|
|
10234
10372
|
candidateWindow?: undefined;
|
|
10235
10373
|
hold?: undefined;
|
|
10374
|
+
itemId?: undefined;
|
|
10375
|
+
decision?: undefined;
|
|
10376
|
+
slots?: undefined;
|
|
10377
|
+
recommendedSlotIndex?: undefined;
|
|
10378
|
+
recommendationReason?: undefined;
|
|
10379
|
+
findings?: undefined;
|
|
10236
10380
|
};
|
|
10237
10381
|
required: string[];
|
|
10238
10382
|
additionalProperties: boolean;
|
|
@@ -10459,6 +10603,12 @@ declare const ACTION_REGISTRY: {
|
|
|
10459
10603
|
candidates?: undefined;
|
|
10460
10604
|
candidateWindow?: undefined;
|
|
10461
10605
|
hold?: undefined;
|
|
10606
|
+
itemId?: undefined;
|
|
10607
|
+
decision?: undefined;
|
|
10608
|
+
slots?: undefined;
|
|
10609
|
+
recommendedSlotIndex?: undefined;
|
|
10610
|
+
recommendationReason?: undefined;
|
|
10611
|
+
findings?: undefined;
|
|
10462
10612
|
};
|
|
10463
10613
|
required: string[];
|
|
10464
10614
|
additionalProperties: boolean;
|
|
@@ -10684,6 +10834,12 @@ declare const ACTION_REGISTRY: {
|
|
|
10684
10834
|
candidates?: undefined;
|
|
10685
10835
|
candidateWindow?: undefined;
|
|
10686
10836
|
hold?: undefined;
|
|
10837
|
+
itemId?: undefined;
|
|
10838
|
+
decision?: undefined;
|
|
10839
|
+
slots?: undefined;
|
|
10840
|
+
recommendedSlotIndex?: undefined;
|
|
10841
|
+
recommendationReason?: undefined;
|
|
10842
|
+
findings?: undefined;
|
|
10687
10843
|
};
|
|
10688
10844
|
required: string[];
|
|
10689
10845
|
additionalProperties: boolean;
|
|
@@ -10906,6 +11062,12 @@ declare const ACTION_REGISTRY: {
|
|
|
10906
11062
|
candidates?: undefined;
|
|
10907
11063
|
candidateWindow?: undefined;
|
|
10908
11064
|
hold?: undefined;
|
|
11065
|
+
itemId?: undefined;
|
|
11066
|
+
decision?: undefined;
|
|
11067
|
+
slots?: undefined;
|
|
11068
|
+
recommendedSlotIndex?: undefined;
|
|
11069
|
+
recommendationReason?: undefined;
|
|
11070
|
+
findings?: undefined;
|
|
10909
11071
|
};
|
|
10910
11072
|
required: string[];
|
|
10911
11073
|
additionalProperties: boolean;
|
|
@@ -11150,6 +11312,12 @@ declare const ACTION_REGISTRY: {
|
|
|
11150
11312
|
candidates?: undefined;
|
|
11151
11313
|
candidateWindow?: undefined;
|
|
11152
11314
|
hold?: undefined;
|
|
11315
|
+
itemId?: undefined;
|
|
11316
|
+
decision?: undefined;
|
|
11317
|
+
slots?: undefined;
|
|
11318
|
+
recommendedSlotIndex?: undefined;
|
|
11319
|
+
recommendationReason?: undefined;
|
|
11320
|
+
findings?: undefined;
|
|
11153
11321
|
};
|
|
11154
11322
|
required: string[];
|
|
11155
11323
|
additionalProperties: boolean;
|
|
@@ -11382,6 +11550,12 @@ declare const ACTION_REGISTRY: {
|
|
|
11382
11550
|
candidates?: undefined;
|
|
11383
11551
|
candidateWindow?: undefined;
|
|
11384
11552
|
hold?: undefined;
|
|
11553
|
+
itemId?: undefined;
|
|
11554
|
+
decision?: undefined;
|
|
11555
|
+
slots?: undefined;
|
|
11556
|
+
recommendedSlotIndex?: undefined;
|
|
11557
|
+
recommendationReason?: undefined;
|
|
11558
|
+
findings?: undefined;
|
|
11385
11559
|
};
|
|
11386
11560
|
required: string[];
|
|
11387
11561
|
additionalProperties: boolean;
|
|
@@ -11600,6 +11774,12 @@ declare const ACTION_REGISTRY: {
|
|
|
11600
11774
|
candidates?: undefined;
|
|
11601
11775
|
candidateWindow?: undefined;
|
|
11602
11776
|
hold?: undefined;
|
|
11777
|
+
itemId?: undefined;
|
|
11778
|
+
decision?: undefined;
|
|
11779
|
+
slots?: undefined;
|
|
11780
|
+
recommendedSlotIndex?: undefined;
|
|
11781
|
+
recommendationReason?: undefined;
|
|
11782
|
+
findings?: undefined;
|
|
11603
11783
|
};
|
|
11604
11784
|
required: string[];
|
|
11605
11785
|
additionalProperties: boolean;
|
|
@@ -11822,6 +12002,12 @@ declare const ACTION_REGISTRY: {
|
|
|
11822
12002
|
candidates?: undefined;
|
|
11823
12003
|
candidateWindow?: undefined;
|
|
11824
12004
|
hold?: undefined;
|
|
12005
|
+
itemId?: undefined;
|
|
12006
|
+
decision?: undefined;
|
|
12007
|
+
slots?: undefined;
|
|
12008
|
+
recommendedSlotIndex?: undefined;
|
|
12009
|
+
recommendationReason?: undefined;
|
|
12010
|
+
findings?: undefined;
|
|
11825
12011
|
};
|
|
11826
12012
|
required: string[];
|
|
11827
12013
|
additionalProperties: boolean;
|
|
@@ -12050,6 +12236,12 @@ declare const ACTION_REGISTRY: {
|
|
|
12050
12236
|
candidates?: undefined;
|
|
12051
12237
|
candidateWindow?: undefined;
|
|
12052
12238
|
hold?: undefined;
|
|
12239
|
+
itemId?: undefined;
|
|
12240
|
+
decision?: undefined;
|
|
12241
|
+
slots?: undefined;
|
|
12242
|
+
recommendedSlotIndex?: undefined;
|
|
12243
|
+
recommendationReason?: undefined;
|
|
12244
|
+
findings?: undefined;
|
|
12053
12245
|
};
|
|
12054
12246
|
required: string[];
|
|
12055
12247
|
additionalProperties: boolean;
|
|
@@ -12271,6 +12463,12 @@ declare const ACTION_REGISTRY: {
|
|
|
12271
12463
|
candidates?: undefined;
|
|
12272
12464
|
candidateWindow?: undefined;
|
|
12273
12465
|
hold?: undefined;
|
|
12466
|
+
itemId?: undefined;
|
|
12467
|
+
decision?: undefined;
|
|
12468
|
+
slots?: undefined;
|
|
12469
|
+
recommendedSlotIndex?: undefined;
|
|
12470
|
+
recommendationReason?: undefined;
|
|
12471
|
+
findings?: undefined;
|
|
12274
12472
|
};
|
|
12275
12473
|
required: string[];
|
|
12276
12474
|
additionalProperties: boolean;
|
|
@@ -12509,6 +12707,12 @@ declare const ACTION_REGISTRY: {
|
|
|
12509
12707
|
candidates?: undefined;
|
|
12510
12708
|
candidateWindow?: undefined;
|
|
12511
12709
|
hold?: undefined;
|
|
12710
|
+
itemId?: undefined;
|
|
12711
|
+
decision?: undefined;
|
|
12712
|
+
slots?: undefined;
|
|
12713
|
+
recommendedSlotIndex?: undefined;
|
|
12714
|
+
recommendationReason?: undefined;
|
|
12715
|
+
findings?: undefined;
|
|
12512
12716
|
};
|
|
12513
12717
|
required: string[];
|
|
12514
12718
|
additionalProperties: boolean;
|
|
@@ -12743,6 +12947,12 @@ declare const ACTION_REGISTRY: {
|
|
|
12743
12947
|
candidates?: undefined;
|
|
12744
12948
|
candidateWindow?: undefined;
|
|
12745
12949
|
hold?: undefined;
|
|
12950
|
+
itemId?: undefined;
|
|
12951
|
+
decision?: undefined;
|
|
12952
|
+
slots?: undefined;
|
|
12953
|
+
recommendedSlotIndex?: undefined;
|
|
12954
|
+
recommendationReason?: undefined;
|
|
12955
|
+
findings?: undefined;
|
|
12746
12956
|
};
|
|
12747
12957
|
required: string[];
|
|
12748
12958
|
additionalProperties: boolean;
|
|
@@ -12968,6 +13178,12 @@ declare const ACTION_REGISTRY: {
|
|
|
12968
13178
|
candidates?: undefined;
|
|
12969
13179
|
candidateWindow?: undefined;
|
|
12970
13180
|
hold?: undefined;
|
|
13181
|
+
itemId?: undefined;
|
|
13182
|
+
decision?: undefined;
|
|
13183
|
+
slots?: undefined;
|
|
13184
|
+
recommendedSlotIndex?: undefined;
|
|
13185
|
+
recommendationReason?: undefined;
|
|
13186
|
+
findings?: undefined;
|
|
12971
13187
|
};
|
|
12972
13188
|
required: string[];
|
|
12973
13189
|
additionalProperties: boolean;
|
|
@@ -13195,6 +13411,12 @@ declare const ACTION_REGISTRY: {
|
|
|
13195
13411
|
candidates?: undefined;
|
|
13196
13412
|
candidateWindow?: undefined;
|
|
13197
13413
|
hold?: undefined;
|
|
13414
|
+
itemId?: undefined;
|
|
13415
|
+
decision?: undefined;
|
|
13416
|
+
slots?: undefined;
|
|
13417
|
+
recommendedSlotIndex?: undefined;
|
|
13418
|
+
recommendationReason?: undefined;
|
|
13419
|
+
findings?: undefined;
|
|
13198
13420
|
};
|
|
13199
13421
|
required: string[];
|
|
13200
13422
|
additionalProperties: boolean;
|
|
@@ -13421,6 +13643,12 @@ declare const ACTION_REGISTRY: {
|
|
|
13421
13643
|
candidates?: undefined;
|
|
13422
13644
|
candidateWindow?: undefined;
|
|
13423
13645
|
hold?: undefined;
|
|
13646
|
+
itemId?: undefined;
|
|
13647
|
+
decision?: undefined;
|
|
13648
|
+
slots?: undefined;
|
|
13649
|
+
recommendedSlotIndex?: undefined;
|
|
13650
|
+
recommendationReason?: undefined;
|
|
13651
|
+
findings?: undefined;
|
|
13424
13652
|
};
|
|
13425
13653
|
required: string[];
|
|
13426
13654
|
additionalProperties: boolean;
|
|
@@ -13635,6 +13863,12 @@ declare const ACTION_REGISTRY: {
|
|
|
13635
13863
|
candidates?: undefined;
|
|
13636
13864
|
candidateWindow?: undefined;
|
|
13637
13865
|
hold?: undefined;
|
|
13866
|
+
itemId?: undefined;
|
|
13867
|
+
decision?: undefined;
|
|
13868
|
+
slots?: undefined;
|
|
13869
|
+
recommendedSlotIndex?: undefined;
|
|
13870
|
+
recommendationReason?: undefined;
|
|
13871
|
+
findings?: undefined;
|
|
13638
13872
|
};
|
|
13639
13873
|
required: string[];
|
|
13640
13874
|
additionalProperties: boolean;
|
|
@@ -13857,6 +14091,12 @@ declare const ACTION_REGISTRY: {
|
|
|
13857
14091
|
candidates?: undefined;
|
|
13858
14092
|
candidateWindow?: undefined;
|
|
13859
14093
|
hold?: undefined;
|
|
14094
|
+
itemId?: undefined;
|
|
14095
|
+
decision?: undefined;
|
|
14096
|
+
slots?: undefined;
|
|
14097
|
+
recommendedSlotIndex?: undefined;
|
|
14098
|
+
recommendationReason?: undefined;
|
|
14099
|
+
findings?: undefined;
|
|
13860
14100
|
};
|
|
13861
14101
|
required: string[];
|
|
13862
14102
|
additionalProperties: boolean;
|
|
@@ -14089,6 +14329,12 @@ declare const ACTION_REGISTRY: {
|
|
|
14089
14329
|
candidates?: undefined;
|
|
14090
14330
|
candidateWindow?: undefined;
|
|
14091
14331
|
hold?: undefined;
|
|
14332
|
+
itemId?: undefined;
|
|
14333
|
+
decision?: undefined;
|
|
14334
|
+
slots?: undefined;
|
|
14335
|
+
recommendedSlotIndex?: undefined;
|
|
14336
|
+
recommendationReason?: undefined;
|
|
14337
|
+
findings?: undefined;
|
|
14092
14338
|
};
|
|
14093
14339
|
required: string[];
|
|
14094
14340
|
additionalProperties: boolean;
|
|
@@ -14310,6 +14556,12 @@ declare const ACTION_REGISTRY: {
|
|
|
14310
14556
|
candidates?: undefined;
|
|
14311
14557
|
candidateWindow?: undefined;
|
|
14312
14558
|
hold?: undefined;
|
|
14559
|
+
itemId?: undefined;
|
|
14560
|
+
decision?: undefined;
|
|
14561
|
+
slots?: undefined;
|
|
14562
|
+
recommendedSlotIndex?: undefined;
|
|
14563
|
+
recommendationReason?: undefined;
|
|
14564
|
+
findings?: undefined;
|
|
14313
14565
|
};
|
|
14314
14566
|
required: string[];
|
|
14315
14567
|
additionalProperties: boolean;
|
|
@@ -14541,6 +14793,12 @@ declare const ACTION_REGISTRY: {
|
|
|
14541
14793
|
candidates?: undefined;
|
|
14542
14794
|
candidateWindow?: undefined;
|
|
14543
14795
|
hold?: undefined;
|
|
14796
|
+
itemId?: undefined;
|
|
14797
|
+
decision?: undefined;
|
|
14798
|
+
slots?: undefined;
|
|
14799
|
+
recommendedSlotIndex?: undefined;
|
|
14800
|
+
recommendationReason?: undefined;
|
|
14801
|
+
findings?: undefined;
|
|
14544
14802
|
};
|
|
14545
14803
|
required: string[];
|
|
14546
14804
|
additionalProperties: boolean;
|
|
@@ -14763,6 +15021,12 @@ declare const ACTION_REGISTRY: {
|
|
|
14763
15021
|
candidates?: undefined;
|
|
14764
15022
|
candidateWindow?: undefined;
|
|
14765
15023
|
hold?: undefined;
|
|
15024
|
+
itemId?: undefined;
|
|
15025
|
+
decision?: undefined;
|
|
15026
|
+
slots?: undefined;
|
|
15027
|
+
recommendedSlotIndex?: undefined;
|
|
15028
|
+
recommendationReason?: undefined;
|
|
15029
|
+
findings?: undefined;
|
|
14766
15030
|
};
|
|
14767
15031
|
required: string[];
|
|
14768
15032
|
additionalProperties: boolean;
|
|
@@ -14990,6 +15254,12 @@ declare const ACTION_REGISTRY: {
|
|
|
14990
15254
|
candidates?: undefined;
|
|
14991
15255
|
candidateWindow?: undefined;
|
|
14992
15256
|
hold?: undefined;
|
|
15257
|
+
itemId?: undefined;
|
|
15258
|
+
decision?: undefined;
|
|
15259
|
+
slots?: undefined;
|
|
15260
|
+
recommendedSlotIndex?: undefined;
|
|
15261
|
+
recommendationReason?: undefined;
|
|
15262
|
+
findings?: undefined;
|
|
14993
15263
|
};
|
|
14994
15264
|
required: never[];
|
|
14995
15265
|
additionalProperties: boolean;
|
|
@@ -15200,6 +15470,12 @@ declare const ACTION_REGISTRY: {
|
|
|
15200
15470
|
candidates?: undefined;
|
|
15201
15471
|
candidateWindow?: undefined;
|
|
15202
15472
|
hold?: undefined;
|
|
15473
|
+
itemId?: undefined;
|
|
15474
|
+
decision?: undefined;
|
|
15475
|
+
slots?: undefined;
|
|
15476
|
+
recommendedSlotIndex?: undefined;
|
|
15477
|
+
recommendationReason?: undefined;
|
|
15478
|
+
findings?: undefined;
|
|
15203
15479
|
};
|
|
15204
15480
|
required: never[];
|
|
15205
15481
|
additionalProperties: boolean;
|
|
@@ -15423,6 +15699,12 @@ declare const ACTION_REGISTRY: {
|
|
|
15423
15699
|
candidates?: undefined;
|
|
15424
15700
|
candidateWindow?: undefined;
|
|
15425
15701
|
hold?: undefined;
|
|
15702
|
+
itemId?: undefined;
|
|
15703
|
+
decision?: undefined;
|
|
15704
|
+
slots?: undefined;
|
|
15705
|
+
recommendedSlotIndex?: undefined;
|
|
15706
|
+
recommendationReason?: undefined;
|
|
15707
|
+
findings?: undefined;
|
|
15426
15708
|
};
|
|
15427
15709
|
required: string[];
|
|
15428
15710
|
additionalProperties: boolean;
|
|
@@ -15650,6 +15932,12 @@ declare const ACTION_REGISTRY: {
|
|
|
15650
15932
|
candidates?: undefined;
|
|
15651
15933
|
candidateWindow?: undefined;
|
|
15652
15934
|
hold?: undefined;
|
|
15935
|
+
itemId?: undefined;
|
|
15936
|
+
decision?: undefined;
|
|
15937
|
+
slots?: undefined;
|
|
15938
|
+
recommendedSlotIndex?: undefined;
|
|
15939
|
+
recommendationReason?: undefined;
|
|
15940
|
+
findings?: undefined;
|
|
15653
15941
|
};
|
|
15654
15942
|
required: string[];
|
|
15655
15943
|
additionalProperties: boolean;
|
|
@@ -15881,6 +16169,12 @@ declare const ACTION_REGISTRY: {
|
|
|
15881
16169
|
candidates?: undefined;
|
|
15882
16170
|
candidateWindow?: undefined;
|
|
15883
16171
|
hold?: undefined;
|
|
16172
|
+
itemId?: undefined;
|
|
16173
|
+
decision?: undefined;
|
|
16174
|
+
slots?: undefined;
|
|
16175
|
+
recommendedSlotIndex?: undefined;
|
|
16176
|
+
recommendationReason?: undefined;
|
|
16177
|
+
findings?: undefined;
|
|
15884
16178
|
};
|
|
15885
16179
|
required: never[];
|
|
15886
16180
|
additionalProperties: boolean;
|
|
@@ -16095,6 +16389,12 @@ declare const ACTION_REGISTRY: {
|
|
|
16095
16389
|
candidates?: undefined;
|
|
16096
16390
|
candidateWindow?: undefined;
|
|
16097
16391
|
hold?: undefined;
|
|
16392
|
+
itemId?: undefined;
|
|
16393
|
+
decision?: undefined;
|
|
16394
|
+
slots?: undefined;
|
|
16395
|
+
recommendedSlotIndex?: undefined;
|
|
16396
|
+
recommendationReason?: undefined;
|
|
16397
|
+
findings?: undefined;
|
|
16098
16398
|
};
|
|
16099
16399
|
required: string[];
|
|
16100
16400
|
additionalProperties: boolean;
|
|
@@ -16308,6 +16608,12 @@ declare const ACTION_REGISTRY: {
|
|
|
16308
16608
|
candidates?: undefined;
|
|
16309
16609
|
candidateWindow?: undefined;
|
|
16310
16610
|
hold?: undefined;
|
|
16611
|
+
itemId?: undefined;
|
|
16612
|
+
decision?: undefined;
|
|
16613
|
+
slots?: undefined;
|
|
16614
|
+
recommendedSlotIndex?: undefined;
|
|
16615
|
+
recommendationReason?: undefined;
|
|
16616
|
+
findings?: undefined;
|
|
16311
16617
|
};
|
|
16312
16618
|
required: never[];
|
|
16313
16619
|
additionalProperties: boolean;
|
|
@@ -16525,6 +16831,12 @@ declare const ACTION_REGISTRY: {
|
|
|
16525
16831
|
candidates?: undefined;
|
|
16526
16832
|
candidateWindow?: undefined;
|
|
16527
16833
|
hold?: undefined;
|
|
16834
|
+
itemId?: undefined;
|
|
16835
|
+
decision?: undefined;
|
|
16836
|
+
slots?: undefined;
|
|
16837
|
+
recommendedSlotIndex?: undefined;
|
|
16838
|
+
recommendationReason?: undefined;
|
|
16839
|
+
findings?: undefined;
|
|
16528
16840
|
};
|
|
16529
16841
|
required: string[];
|
|
16530
16842
|
additionalProperties: boolean;
|
|
@@ -16749,6 +17061,12 @@ declare const ACTION_REGISTRY: {
|
|
|
16749
17061
|
candidates?: undefined;
|
|
16750
17062
|
candidateWindow?: undefined;
|
|
16751
17063
|
hold?: undefined;
|
|
17064
|
+
itemId?: undefined;
|
|
17065
|
+
decision?: undefined;
|
|
17066
|
+
slots?: undefined;
|
|
17067
|
+
recommendedSlotIndex?: undefined;
|
|
17068
|
+
recommendationReason?: undefined;
|
|
17069
|
+
findings?: undefined;
|
|
16752
17070
|
};
|
|
16753
17071
|
required: string[];
|
|
16754
17072
|
additionalProperties: boolean;
|
|
@@ -16970,6 +17288,12 @@ declare const ACTION_REGISTRY: {
|
|
|
16970
17288
|
candidates?: undefined;
|
|
16971
17289
|
candidateWindow?: undefined;
|
|
16972
17290
|
hold?: undefined;
|
|
17291
|
+
itemId?: undefined;
|
|
17292
|
+
decision?: undefined;
|
|
17293
|
+
slots?: undefined;
|
|
17294
|
+
recommendedSlotIndex?: undefined;
|
|
17295
|
+
recommendationReason?: undefined;
|
|
17296
|
+
findings?: undefined;
|
|
16973
17297
|
};
|
|
16974
17298
|
required: string[];
|
|
16975
17299
|
additionalProperties: boolean;
|
|
@@ -17184,6 +17508,12 @@ declare const ACTION_REGISTRY: {
|
|
|
17184
17508
|
candidates?: undefined;
|
|
17185
17509
|
candidateWindow?: undefined;
|
|
17186
17510
|
hold?: undefined;
|
|
17511
|
+
itemId?: undefined;
|
|
17512
|
+
decision?: undefined;
|
|
17513
|
+
slots?: undefined;
|
|
17514
|
+
recommendedSlotIndex?: undefined;
|
|
17515
|
+
recommendationReason?: undefined;
|
|
17516
|
+
findings?: undefined;
|
|
17187
17517
|
};
|
|
17188
17518
|
required: string[];
|
|
17189
17519
|
additionalProperties: boolean;
|
|
@@ -17410,6 +17740,12 @@ declare const ACTION_REGISTRY: {
|
|
|
17410
17740
|
candidates?: undefined;
|
|
17411
17741
|
candidateWindow?: undefined;
|
|
17412
17742
|
hold?: undefined;
|
|
17743
|
+
itemId?: undefined;
|
|
17744
|
+
decision?: undefined;
|
|
17745
|
+
slots?: undefined;
|
|
17746
|
+
recommendedSlotIndex?: undefined;
|
|
17747
|
+
recommendationReason?: undefined;
|
|
17748
|
+
findings?: undefined;
|
|
17413
17749
|
};
|
|
17414
17750
|
required: never[];
|
|
17415
17751
|
additionalProperties: boolean;
|
|
@@ -17632,6 +17968,12 @@ declare const ACTION_REGISTRY: {
|
|
|
17632
17968
|
candidates?: undefined;
|
|
17633
17969
|
candidateWindow?: undefined;
|
|
17634
17970
|
hold?: undefined;
|
|
17971
|
+
itemId?: undefined;
|
|
17972
|
+
decision?: undefined;
|
|
17973
|
+
slots?: undefined;
|
|
17974
|
+
recommendedSlotIndex?: undefined;
|
|
17975
|
+
recommendationReason?: undefined;
|
|
17976
|
+
findings?: undefined;
|
|
17635
17977
|
};
|
|
17636
17978
|
required: string[];
|
|
17637
17979
|
additionalProperties: boolean;
|
|
@@ -17852,6 +18194,12 @@ declare const ACTION_REGISTRY: {
|
|
|
17852
18194
|
candidates?: undefined;
|
|
17853
18195
|
candidateWindow?: undefined;
|
|
17854
18196
|
hold?: undefined;
|
|
18197
|
+
itemId?: undefined;
|
|
18198
|
+
decision?: undefined;
|
|
18199
|
+
slots?: undefined;
|
|
18200
|
+
recommendedSlotIndex?: undefined;
|
|
18201
|
+
recommendationReason?: undefined;
|
|
18202
|
+
findings?: undefined;
|
|
17855
18203
|
};
|
|
17856
18204
|
required: string[];
|
|
17857
18205
|
additionalProperties: boolean;
|
|
@@ -18065,6 +18413,12 @@ declare const ACTION_REGISTRY: {
|
|
|
18065
18413
|
candidates?: undefined;
|
|
18066
18414
|
candidateWindow?: undefined;
|
|
18067
18415
|
hold?: undefined;
|
|
18416
|
+
itemId?: undefined;
|
|
18417
|
+
decision?: undefined;
|
|
18418
|
+
slots?: undefined;
|
|
18419
|
+
recommendedSlotIndex?: undefined;
|
|
18420
|
+
recommendationReason?: undefined;
|
|
18421
|
+
findings?: undefined;
|
|
18068
18422
|
};
|
|
18069
18423
|
required: string[];
|
|
18070
18424
|
additionalProperties: boolean;
|
|
@@ -18299,6 +18653,12 @@ declare const ACTION_REGISTRY: {
|
|
|
18299
18653
|
candidates?: undefined;
|
|
18300
18654
|
candidateWindow?: undefined;
|
|
18301
18655
|
hold?: undefined;
|
|
18656
|
+
itemId?: undefined;
|
|
18657
|
+
decision?: undefined;
|
|
18658
|
+
slots?: undefined;
|
|
18659
|
+
recommendedSlotIndex?: undefined;
|
|
18660
|
+
recommendationReason?: undefined;
|
|
18661
|
+
findings?: undefined;
|
|
18302
18662
|
};
|
|
18303
18663
|
required: string[];
|
|
18304
18664
|
additionalProperties: boolean;
|
|
@@ -18524,6 +18884,12 @@ declare const ACTION_REGISTRY: {
|
|
|
18524
18884
|
candidates?: undefined;
|
|
18525
18885
|
candidateWindow?: undefined;
|
|
18526
18886
|
hold?: undefined;
|
|
18887
|
+
itemId?: undefined;
|
|
18888
|
+
decision?: undefined;
|
|
18889
|
+
slots?: undefined;
|
|
18890
|
+
recommendedSlotIndex?: undefined;
|
|
18891
|
+
recommendationReason?: undefined;
|
|
18892
|
+
findings?: undefined;
|
|
18527
18893
|
};
|
|
18528
18894
|
required: string[];
|
|
18529
18895
|
additionalProperties: boolean;
|
|
@@ -18748,6 +19114,12 @@ declare const ACTION_REGISTRY: {
|
|
|
18748
19114
|
candidates?: undefined;
|
|
18749
19115
|
candidateWindow?: undefined;
|
|
18750
19116
|
hold?: undefined;
|
|
19117
|
+
itemId?: undefined;
|
|
19118
|
+
decision?: undefined;
|
|
19119
|
+
slots?: undefined;
|
|
19120
|
+
recommendedSlotIndex?: undefined;
|
|
19121
|
+
recommendationReason?: undefined;
|
|
19122
|
+
findings?: undefined;
|
|
18751
19123
|
};
|
|
18752
19124
|
additionalProperties: boolean;
|
|
18753
19125
|
required?: undefined;
|
|
@@ -18965,6 +19337,12 @@ declare const ACTION_REGISTRY: {
|
|
|
18965
19337
|
candidates?: undefined;
|
|
18966
19338
|
candidateWindow?: undefined;
|
|
18967
19339
|
hold?: undefined;
|
|
19340
|
+
itemId?: undefined;
|
|
19341
|
+
decision?: undefined;
|
|
19342
|
+
slots?: undefined;
|
|
19343
|
+
recommendedSlotIndex?: undefined;
|
|
19344
|
+
recommendationReason?: undefined;
|
|
19345
|
+
findings?: undefined;
|
|
18968
19346
|
};
|
|
18969
19347
|
required: string[];
|
|
18970
19348
|
additionalProperties: boolean;
|
|
@@ -19184,6 +19562,12 @@ declare const ACTION_REGISTRY: {
|
|
|
19184
19562
|
candidates?: undefined;
|
|
19185
19563
|
candidateWindow?: undefined;
|
|
19186
19564
|
hold?: undefined;
|
|
19565
|
+
itemId?: undefined;
|
|
19566
|
+
decision?: undefined;
|
|
19567
|
+
slots?: undefined;
|
|
19568
|
+
recommendedSlotIndex?: undefined;
|
|
19569
|
+
recommendationReason?: undefined;
|
|
19570
|
+
findings?: undefined;
|
|
19187
19571
|
};
|
|
19188
19572
|
required: string[];
|
|
19189
19573
|
additionalProperties: boolean;
|
|
@@ -19459,6 +19843,12 @@ declare const ACTION_REGISTRY: {
|
|
|
19459
19843
|
candidates?: undefined;
|
|
19460
19844
|
candidateWindow?: undefined;
|
|
19461
19845
|
hold?: undefined;
|
|
19846
|
+
itemId?: undefined;
|
|
19847
|
+
decision?: undefined;
|
|
19848
|
+
slots?: undefined;
|
|
19849
|
+
recommendedSlotIndex?: undefined;
|
|
19850
|
+
recommendationReason?: undefined;
|
|
19851
|
+
findings?: undefined;
|
|
19462
19852
|
};
|
|
19463
19853
|
required: string[];
|
|
19464
19854
|
additionalProperties: boolean;
|
|
@@ -19745,6 +20135,12 @@ declare const ACTION_REGISTRY: {
|
|
|
19745
20135
|
candidates?: undefined;
|
|
19746
20136
|
candidateWindow?: undefined;
|
|
19747
20137
|
hold?: undefined;
|
|
20138
|
+
itemId?: undefined;
|
|
20139
|
+
decision?: undefined;
|
|
20140
|
+
slots?: undefined;
|
|
20141
|
+
recommendedSlotIndex?: undefined;
|
|
20142
|
+
recommendationReason?: undefined;
|
|
20143
|
+
findings?: undefined;
|
|
19748
20144
|
};
|
|
19749
20145
|
required: string[];
|
|
19750
20146
|
additionalProperties: boolean;
|
|
@@ -19969,6 +20365,12 @@ declare const ACTION_REGISTRY: {
|
|
|
19969
20365
|
candidates?: undefined;
|
|
19970
20366
|
candidateWindow?: undefined;
|
|
19971
20367
|
hold?: undefined;
|
|
20368
|
+
itemId?: undefined;
|
|
20369
|
+
decision?: undefined;
|
|
20370
|
+
slots?: undefined;
|
|
20371
|
+
recommendedSlotIndex?: undefined;
|
|
20372
|
+
recommendationReason?: undefined;
|
|
20373
|
+
findings?: undefined;
|
|
19972
20374
|
};
|
|
19973
20375
|
required: string[];
|
|
19974
20376
|
additionalProperties: boolean;
|
|
@@ -20181,6 +20583,12 @@ declare const ACTION_REGISTRY: {
|
|
|
20181
20583
|
candidates?: undefined;
|
|
20182
20584
|
candidateWindow?: undefined;
|
|
20183
20585
|
hold?: undefined;
|
|
20586
|
+
itemId?: undefined;
|
|
20587
|
+
decision?: undefined;
|
|
20588
|
+
slots?: undefined;
|
|
20589
|
+
recommendedSlotIndex?: undefined;
|
|
20590
|
+
recommendationReason?: undefined;
|
|
20591
|
+
findings?: undefined;
|
|
20184
20592
|
};
|
|
20185
20593
|
additionalProperties: boolean;
|
|
20186
20594
|
required?: undefined;
|
|
@@ -20397,6 +20805,12 @@ declare const ACTION_REGISTRY: {
|
|
|
20397
20805
|
candidates?: undefined;
|
|
20398
20806
|
candidateWindow?: undefined;
|
|
20399
20807
|
hold?: undefined;
|
|
20808
|
+
itemId?: undefined;
|
|
20809
|
+
decision?: undefined;
|
|
20810
|
+
slots?: undefined;
|
|
20811
|
+
recommendedSlotIndex?: undefined;
|
|
20812
|
+
recommendationReason?: undefined;
|
|
20813
|
+
findings?: undefined;
|
|
20400
20814
|
};
|
|
20401
20815
|
additionalProperties: boolean;
|
|
20402
20816
|
required?: undefined;
|
|
@@ -20614,6 +21028,12 @@ declare const ACTION_REGISTRY: {
|
|
|
20614
21028
|
candidates?: undefined;
|
|
20615
21029
|
candidateWindow?: undefined;
|
|
20616
21030
|
hold?: undefined;
|
|
21031
|
+
itemId?: undefined;
|
|
21032
|
+
decision?: undefined;
|
|
21033
|
+
slots?: undefined;
|
|
21034
|
+
recommendedSlotIndex?: undefined;
|
|
21035
|
+
recommendationReason?: undefined;
|
|
21036
|
+
findings?: undefined;
|
|
20617
21037
|
};
|
|
20618
21038
|
required: string[];
|
|
20619
21039
|
additionalProperties: boolean;
|
|
@@ -20832,6 +21252,12 @@ declare const ACTION_REGISTRY: {
|
|
|
20832
21252
|
candidates?: undefined;
|
|
20833
21253
|
candidateWindow?: undefined;
|
|
20834
21254
|
hold?: undefined;
|
|
21255
|
+
itemId?: undefined;
|
|
21256
|
+
decision?: undefined;
|
|
21257
|
+
slots?: undefined;
|
|
21258
|
+
recommendedSlotIndex?: undefined;
|
|
21259
|
+
recommendationReason?: undefined;
|
|
21260
|
+
findings?: undefined;
|
|
20835
21261
|
};
|
|
20836
21262
|
required: string[];
|
|
20837
21263
|
additionalProperties: boolean;
|
|
@@ -21053,6 +21479,12 @@ declare const ACTION_REGISTRY: {
|
|
|
21053
21479
|
candidates?: undefined;
|
|
21054
21480
|
candidateWindow?: undefined;
|
|
21055
21481
|
hold?: undefined;
|
|
21482
|
+
itemId?: undefined;
|
|
21483
|
+
decision?: undefined;
|
|
21484
|
+
slots?: undefined;
|
|
21485
|
+
recommendedSlotIndex?: undefined;
|
|
21486
|
+
recommendationReason?: undefined;
|
|
21487
|
+
findings?: undefined;
|
|
21056
21488
|
};
|
|
21057
21489
|
required: string[];
|
|
21058
21490
|
additionalProperties: boolean;
|
|
@@ -21266,6 +21698,12 @@ declare const ACTION_REGISTRY: {
|
|
|
21266
21698
|
candidates?: undefined;
|
|
21267
21699
|
candidateWindow?: undefined;
|
|
21268
21700
|
hold?: undefined;
|
|
21701
|
+
itemId?: undefined;
|
|
21702
|
+
decision?: undefined;
|
|
21703
|
+
slots?: undefined;
|
|
21704
|
+
recommendedSlotIndex?: undefined;
|
|
21705
|
+
recommendationReason?: undefined;
|
|
21706
|
+
findings?: undefined;
|
|
21269
21707
|
};
|
|
21270
21708
|
required: string[];
|
|
21271
21709
|
additionalProperties: boolean;
|
|
@@ -21506,6 +21944,12 @@ declare const ACTION_REGISTRY: {
|
|
|
21506
21944
|
candidates?: undefined;
|
|
21507
21945
|
candidateWindow?: undefined;
|
|
21508
21946
|
hold?: undefined;
|
|
21947
|
+
itemId?: undefined;
|
|
21948
|
+
decision?: undefined;
|
|
21949
|
+
slots?: undefined;
|
|
21950
|
+
recommendedSlotIndex?: undefined;
|
|
21951
|
+
recommendationReason?: undefined;
|
|
21952
|
+
findings?: undefined;
|
|
21509
21953
|
};
|
|
21510
21954
|
required: string[];
|
|
21511
21955
|
additionalProperties: boolean;
|
|
@@ -21742,6 +22186,12 @@ declare const ACTION_REGISTRY: {
|
|
|
21742
22186
|
candidates?: undefined;
|
|
21743
22187
|
candidateWindow?: undefined;
|
|
21744
22188
|
hold?: undefined;
|
|
22189
|
+
itemId?: undefined;
|
|
22190
|
+
decision?: undefined;
|
|
22191
|
+
slots?: undefined;
|
|
22192
|
+
recommendedSlotIndex?: undefined;
|
|
22193
|
+
recommendationReason?: undefined;
|
|
22194
|
+
findings?: undefined;
|
|
21745
22195
|
};
|
|
21746
22196
|
required: string[];
|
|
21747
22197
|
additionalProperties: boolean;
|
|
@@ -21955,6 +22405,12 @@ declare const ACTION_REGISTRY: {
|
|
|
21955
22405
|
candidates?: undefined;
|
|
21956
22406
|
candidateWindow?: undefined;
|
|
21957
22407
|
hold?: undefined;
|
|
22408
|
+
itemId?: undefined;
|
|
22409
|
+
decision?: undefined;
|
|
22410
|
+
slots?: undefined;
|
|
22411
|
+
recommendedSlotIndex?: undefined;
|
|
22412
|
+
recommendationReason?: undefined;
|
|
22413
|
+
findings?: undefined;
|
|
21958
22414
|
};
|
|
21959
22415
|
required: string[];
|
|
21960
22416
|
additionalProperties: boolean;
|
|
@@ -22181,6 +22637,12 @@ declare const ACTION_REGISTRY: {
|
|
|
22181
22637
|
candidates?: undefined;
|
|
22182
22638
|
candidateWindow?: undefined;
|
|
22183
22639
|
hold?: undefined;
|
|
22640
|
+
itemId?: undefined;
|
|
22641
|
+
decision?: undefined;
|
|
22642
|
+
slots?: undefined;
|
|
22643
|
+
recommendedSlotIndex?: undefined;
|
|
22644
|
+
recommendationReason?: undefined;
|
|
22645
|
+
findings?: undefined;
|
|
22184
22646
|
};
|
|
22185
22647
|
required: string[];
|
|
22186
22648
|
additionalProperties: boolean;
|
|
@@ -22399,6 +22861,12 @@ declare const ACTION_REGISTRY: {
|
|
|
22399
22861
|
candidates?: undefined;
|
|
22400
22862
|
candidateWindow?: undefined;
|
|
22401
22863
|
hold?: undefined;
|
|
22864
|
+
itemId?: undefined;
|
|
22865
|
+
decision?: undefined;
|
|
22866
|
+
slots?: undefined;
|
|
22867
|
+
recommendedSlotIndex?: undefined;
|
|
22868
|
+
recommendationReason?: undefined;
|
|
22869
|
+
findings?: undefined;
|
|
22402
22870
|
};
|
|
22403
22871
|
required: string[];
|
|
22404
22872
|
additionalProperties: boolean;
|
|
@@ -22615,6 +23083,12 @@ declare const ACTION_REGISTRY: {
|
|
|
22615
23083
|
candidates?: undefined;
|
|
22616
23084
|
candidateWindow?: undefined;
|
|
22617
23085
|
hold?: undefined;
|
|
23086
|
+
itemId?: undefined;
|
|
23087
|
+
decision?: undefined;
|
|
23088
|
+
slots?: undefined;
|
|
23089
|
+
recommendedSlotIndex?: undefined;
|
|
23090
|
+
recommendationReason?: undefined;
|
|
23091
|
+
findings?: undefined;
|
|
22618
23092
|
};
|
|
22619
23093
|
required: string[];
|
|
22620
23094
|
additionalProperties: boolean;
|
|
@@ -22836,6 +23310,12 @@ declare const ACTION_REGISTRY: {
|
|
|
22836
23310
|
candidates?: undefined;
|
|
22837
23311
|
candidateWindow?: undefined;
|
|
22838
23312
|
hold?: undefined;
|
|
23313
|
+
itemId?: undefined;
|
|
23314
|
+
decision?: undefined;
|
|
23315
|
+
slots?: undefined;
|
|
23316
|
+
recommendedSlotIndex?: undefined;
|
|
23317
|
+
recommendationReason?: undefined;
|
|
23318
|
+
findings?: undefined;
|
|
22839
23319
|
};
|
|
22840
23320
|
additionalProperties: boolean;
|
|
22841
23321
|
required?: undefined;
|
|
@@ -23058,6 +23538,12 @@ declare const ACTION_REGISTRY: {
|
|
|
23058
23538
|
candidates?: undefined;
|
|
23059
23539
|
candidateWindow?: undefined;
|
|
23060
23540
|
hold?: undefined;
|
|
23541
|
+
itemId?: undefined;
|
|
23542
|
+
decision?: undefined;
|
|
23543
|
+
slots?: undefined;
|
|
23544
|
+
recommendedSlotIndex?: undefined;
|
|
23545
|
+
recommendationReason?: undefined;
|
|
23546
|
+
findings?: undefined;
|
|
23061
23547
|
};
|
|
23062
23548
|
required: string[];
|
|
23063
23549
|
additionalProperties: boolean;
|
|
@@ -23272,6 +23758,12 @@ declare const ACTION_REGISTRY: {
|
|
|
23272
23758
|
candidates?: undefined;
|
|
23273
23759
|
candidateWindow?: undefined;
|
|
23274
23760
|
hold?: undefined;
|
|
23761
|
+
itemId?: undefined;
|
|
23762
|
+
decision?: undefined;
|
|
23763
|
+
slots?: undefined;
|
|
23764
|
+
recommendedSlotIndex?: undefined;
|
|
23765
|
+
recommendationReason?: undefined;
|
|
23766
|
+
findings?: undefined;
|
|
23275
23767
|
};
|
|
23276
23768
|
required: string[];
|
|
23277
23769
|
additionalProperties: boolean;
|
|
@@ -23492,6 +23984,12 @@ declare const ACTION_REGISTRY: {
|
|
|
23492
23984
|
candidates?: undefined;
|
|
23493
23985
|
candidateWindow?: undefined;
|
|
23494
23986
|
hold?: undefined;
|
|
23987
|
+
itemId?: undefined;
|
|
23988
|
+
decision?: undefined;
|
|
23989
|
+
slots?: undefined;
|
|
23990
|
+
recommendedSlotIndex?: undefined;
|
|
23991
|
+
recommendationReason?: undefined;
|
|
23992
|
+
findings?: undefined;
|
|
23495
23993
|
};
|
|
23496
23994
|
required: string[];
|
|
23497
23995
|
additionalProperties: boolean;
|
|
@@ -23704,6 +24202,12 @@ declare const ACTION_REGISTRY: {
|
|
|
23704
24202
|
candidates?: undefined;
|
|
23705
24203
|
candidateWindow?: undefined;
|
|
23706
24204
|
hold?: undefined;
|
|
24205
|
+
itemId?: undefined;
|
|
24206
|
+
decision?: undefined;
|
|
24207
|
+
slots?: undefined;
|
|
24208
|
+
recommendedSlotIndex?: undefined;
|
|
24209
|
+
recommendationReason?: undefined;
|
|
24210
|
+
findings?: undefined;
|
|
23707
24211
|
};
|
|
23708
24212
|
required: string[];
|
|
23709
24213
|
additionalProperties: boolean;
|
|
@@ -23919,6 +24423,12 @@ declare const ACTION_REGISTRY: {
|
|
|
23919
24423
|
candidates?: undefined;
|
|
23920
24424
|
candidateWindow?: undefined;
|
|
23921
24425
|
hold?: undefined;
|
|
24426
|
+
itemId?: undefined;
|
|
24427
|
+
decision?: undefined;
|
|
24428
|
+
slots?: undefined;
|
|
24429
|
+
recommendedSlotIndex?: undefined;
|
|
24430
|
+
recommendationReason?: undefined;
|
|
24431
|
+
findings?: undefined;
|
|
23922
24432
|
};
|
|
23923
24433
|
required: string[];
|
|
23924
24434
|
additionalProperties: boolean;
|
|
@@ -24142,6 +24652,12 @@ declare const ACTION_REGISTRY: {
|
|
|
24142
24652
|
candidates?: undefined;
|
|
24143
24653
|
candidateWindow?: undefined;
|
|
24144
24654
|
hold?: undefined;
|
|
24655
|
+
itemId?: undefined;
|
|
24656
|
+
decision?: undefined;
|
|
24657
|
+
slots?: undefined;
|
|
24658
|
+
recommendedSlotIndex?: undefined;
|
|
24659
|
+
recommendationReason?: undefined;
|
|
24660
|
+
findings?: undefined;
|
|
24145
24661
|
};
|
|
24146
24662
|
required: string[];
|
|
24147
24663
|
additionalProperties: boolean;
|
|
@@ -24368,6 +24884,12 @@ declare const ACTION_REGISTRY: {
|
|
|
24368
24884
|
candidates?: undefined;
|
|
24369
24885
|
candidateWindow?: undefined;
|
|
24370
24886
|
hold?: undefined;
|
|
24887
|
+
itemId?: undefined;
|
|
24888
|
+
decision?: undefined;
|
|
24889
|
+
slots?: undefined;
|
|
24890
|
+
recommendedSlotIndex?: undefined;
|
|
24891
|
+
recommendationReason?: undefined;
|
|
24892
|
+
findings?: undefined;
|
|
24371
24893
|
};
|
|
24372
24894
|
required: string[];
|
|
24373
24895
|
additionalProperties: boolean;
|
|
@@ -24605,6 +25127,12 @@ declare const ACTION_REGISTRY: {
|
|
|
24605
25127
|
candidates?: undefined;
|
|
24606
25128
|
candidateWindow?: undefined;
|
|
24607
25129
|
hold?: undefined;
|
|
25130
|
+
itemId?: undefined;
|
|
25131
|
+
decision?: undefined;
|
|
25132
|
+
slots?: undefined;
|
|
25133
|
+
recommendedSlotIndex?: undefined;
|
|
25134
|
+
recommendationReason?: undefined;
|
|
25135
|
+
findings?: undefined;
|
|
24608
25136
|
};
|
|
24609
25137
|
required: string[];
|
|
24610
25138
|
additionalProperties: boolean;
|
|
@@ -24842,6 +25370,12 @@ declare const ACTION_REGISTRY: {
|
|
|
24842
25370
|
candidates?: undefined;
|
|
24843
25371
|
candidateWindow?: undefined;
|
|
24844
25372
|
hold?: undefined;
|
|
25373
|
+
itemId?: undefined;
|
|
25374
|
+
decision?: undefined;
|
|
25375
|
+
slots?: undefined;
|
|
25376
|
+
recommendedSlotIndex?: undefined;
|
|
25377
|
+
recommendationReason?: undefined;
|
|
25378
|
+
findings?: undefined;
|
|
24845
25379
|
};
|
|
24846
25380
|
required: string[];
|
|
24847
25381
|
additionalProperties: boolean;
|
|
@@ -25074,6 +25608,12 @@ declare const ACTION_REGISTRY: {
|
|
|
25074
25608
|
candidates?: undefined;
|
|
25075
25609
|
candidateWindow?: undefined;
|
|
25076
25610
|
hold?: undefined;
|
|
25611
|
+
itemId?: undefined;
|
|
25612
|
+
decision?: undefined;
|
|
25613
|
+
slots?: undefined;
|
|
25614
|
+
recommendedSlotIndex?: undefined;
|
|
25615
|
+
recommendationReason?: undefined;
|
|
25616
|
+
findings?: undefined;
|
|
25077
25617
|
};
|
|
25078
25618
|
required: string[];
|
|
25079
25619
|
additionalProperties: boolean;
|
|
@@ -25306,6 +25846,12 @@ declare const ACTION_REGISTRY: {
|
|
|
25306
25846
|
candidates?: undefined;
|
|
25307
25847
|
candidateWindow?: undefined;
|
|
25308
25848
|
hold?: undefined;
|
|
25849
|
+
itemId?: undefined;
|
|
25850
|
+
decision?: undefined;
|
|
25851
|
+
slots?: undefined;
|
|
25852
|
+
recommendedSlotIndex?: undefined;
|
|
25853
|
+
recommendationReason?: undefined;
|
|
25854
|
+
findings?: undefined;
|
|
25309
25855
|
};
|
|
25310
25856
|
required: string[];
|
|
25311
25857
|
additionalProperties: boolean;
|
|
@@ -25521,6 +26067,12 @@ declare const ACTION_REGISTRY: {
|
|
|
25521
26067
|
candidates?: undefined;
|
|
25522
26068
|
candidateWindow?: undefined;
|
|
25523
26069
|
hold?: undefined;
|
|
26070
|
+
itemId?: undefined;
|
|
26071
|
+
decision?: undefined;
|
|
26072
|
+
slots?: undefined;
|
|
26073
|
+
recommendedSlotIndex?: undefined;
|
|
26074
|
+
recommendationReason?: undefined;
|
|
26075
|
+
findings?: undefined;
|
|
25524
26076
|
};
|
|
25525
26077
|
required: string[];
|
|
25526
26078
|
additionalProperties: boolean;
|
|
@@ -25737,6 +26289,12 @@ declare const ACTION_REGISTRY: {
|
|
|
25737
26289
|
candidates?: undefined;
|
|
25738
26290
|
candidateWindow?: undefined;
|
|
25739
26291
|
hold?: undefined;
|
|
26292
|
+
itemId?: undefined;
|
|
26293
|
+
decision?: undefined;
|
|
26294
|
+
slots?: undefined;
|
|
26295
|
+
recommendedSlotIndex?: undefined;
|
|
26296
|
+
recommendationReason?: undefined;
|
|
26297
|
+
findings?: undefined;
|
|
25740
26298
|
};
|
|
25741
26299
|
required: string[];
|
|
25742
26300
|
additionalProperties: boolean;
|
|
@@ -25970,6 +26528,12 @@ declare const ACTION_REGISTRY: {
|
|
|
25970
26528
|
candidates?: undefined;
|
|
25971
26529
|
candidateWindow?: undefined;
|
|
25972
26530
|
hold?: undefined;
|
|
26531
|
+
itemId?: undefined;
|
|
26532
|
+
decision?: undefined;
|
|
26533
|
+
slots?: undefined;
|
|
26534
|
+
recommendedSlotIndex?: undefined;
|
|
26535
|
+
recommendationReason?: undefined;
|
|
26536
|
+
findings?: undefined;
|
|
25973
26537
|
};
|
|
25974
26538
|
required: string[];
|
|
25975
26539
|
additionalProperties: boolean;
|
|
@@ -26202,6 +26766,12 @@ declare const ACTION_REGISTRY: {
|
|
|
26202
26766
|
candidates?: undefined;
|
|
26203
26767
|
candidateWindow?: undefined;
|
|
26204
26768
|
hold?: undefined;
|
|
26769
|
+
itemId?: undefined;
|
|
26770
|
+
decision?: undefined;
|
|
26771
|
+
slots?: undefined;
|
|
26772
|
+
recommendedSlotIndex?: undefined;
|
|
26773
|
+
recommendationReason?: undefined;
|
|
26774
|
+
findings?: undefined;
|
|
26205
26775
|
};
|
|
26206
26776
|
required: string[];
|
|
26207
26777
|
additionalProperties: boolean;
|
|
@@ -26426,6 +26996,12 @@ declare const ACTION_REGISTRY: {
|
|
|
26426
26996
|
candidates?: undefined;
|
|
26427
26997
|
candidateWindow?: undefined;
|
|
26428
26998
|
hold?: undefined;
|
|
26999
|
+
itemId?: undefined;
|
|
27000
|
+
decision?: undefined;
|
|
27001
|
+
slots?: undefined;
|
|
27002
|
+
recommendedSlotIndex?: undefined;
|
|
27003
|
+
recommendationReason?: undefined;
|
|
27004
|
+
findings?: undefined;
|
|
26429
27005
|
};
|
|
26430
27006
|
required: string[];
|
|
26431
27007
|
additionalProperties: boolean;
|
|
@@ -26640,6 +27216,12 @@ declare const ACTION_REGISTRY: {
|
|
|
26640
27216
|
candidates?: undefined;
|
|
26641
27217
|
candidateWindow?: undefined;
|
|
26642
27218
|
hold?: undefined;
|
|
27219
|
+
itemId?: undefined;
|
|
27220
|
+
decision?: undefined;
|
|
27221
|
+
slots?: undefined;
|
|
27222
|
+
recommendedSlotIndex?: undefined;
|
|
27223
|
+
recommendationReason?: undefined;
|
|
27224
|
+
findings?: undefined;
|
|
26643
27225
|
};
|
|
26644
27226
|
required: string[];
|
|
26645
27227
|
additionalProperties: boolean;
|
|
@@ -26860,6 +27442,12 @@ declare const ACTION_REGISTRY: {
|
|
|
26860
27442
|
candidates?: undefined;
|
|
26861
27443
|
candidateWindow?: undefined;
|
|
26862
27444
|
hold?: undefined;
|
|
27445
|
+
itemId?: undefined;
|
|
27446
|
+
decision?: undefined;
|
|
27447
|
+
slots?: undefined;
|
|
27448
|
+
recommendedSlotIndex?: undefined;
|
|
27449
|
+
recommendationReason?: undefined;
|
|
27450
|
+
findings?: undefined;
|
|
26863
27451
|
};
|
|
26864
27452
|
required: string[];
|
|
26865
27453
|
additionalProperties: boolean;
|
|
@@ -27072,6 +27660,12 @@ declare const ACTION_REGISTRY: {
|
|
|
27072
27660
|
candidates?: undefined;
|
|
27073
27661
|
candidateWindow?: undefined;
|
|
27074
27662
|
hold?: undefined;
|
|
27663
|
+
itemId?: undefined;
|
|
27664
|
+
decision?: undefined;
|
|
27665
|
+
slots?: undefined;
|
|
27666
|
+
recommendedSlotIndex?: undefined;
|
|
27667
|
+
recommendationReason?: undefined;
|
|
27668
|
+
findings?: undefined;
|
|
27075
27669
|
};
|
|
27076
27670
|
required: string[];
|
|
27077
27671
|
additionalProperties: boolean;
|
|
@@ -27294,6 +27888,12 @@ declare const ACTION_REGISTRY: {
|
|
|
27294
27888
|
candidates?: undefined;
|
|
27295
27889
|
candidateWindow?: undefined;
|
|
27296
27890
|
hold?: undefined;
|
|
27891
|
+
itemId?: undefined;
|
|
27892
|
+
decision?: undefined;
|
|
27893
|
+
slots?: undefined;
|
|
27894
|
+
recommendedSlotIndex?: undefined;
|
|
27895
|
+
recommendationReason?: undefined;
|
|
27896
|
+
findings?: undefined;
|
|
27297
27897
|
};
|
|
27298
27898
|
required: string[];
|
|
27299
27899
|
additionalProperties: boolean;
|
|
@@ -27514,6 +28114,12 @@ declare const ACTION_REGISTRY: {
|
|
|
27514
28114
|
candidates?: undefined;
|
|
27515
28115
|
candidateWindow?: undefined;
|
|
27516
28116
|
hold?: undefined;
|
|
28117
|
+
itemId?: undefined;
|
|
28118
|
+
decision?: undefined;
|
|
28119
|
+
slots?: undefined;
|
|
28120
|
+
recommendedSlotIndex?: undefined;
|
|
28121
|
+
recommendationReason?: undefined;
|
|
28122
|
+
findings?: undefined;
|
|
27517
28123
|
};
|
|
27518
28124
|
required: string[];
|
|
27519
28125
|
additionalProperties: boolean;
|
|
@@ -27731,6 +28337,12 @@ declare const ACTION_REGISTRY: {
|
|
|
27731
28337
|
candidates?: undefined;
|
|
27732
28338
|
candidateWindow?: undefined;
|
|
27733
28339
|
hold?: undefined;
|
|
28340
|
+
itemId?: undefined;
|
|
28341
|
+
decision?: undefined;
|
|
28342
|
+
slots?: undefined;
|
|
28343
|
+
recommendedSlotIndex?: undefined;
|
|
28344
|
+
recommendationReason?: undefined;
|
|
28345
|
+
findings?: undefined;
|
|
27734
28346
|
};
|
|
27735
28347
|
additionalProperties: boolean;
|
|
27736
28348
|
required?: undefined;
|
|
@@ -27943,6 +28555,12 @@ declare const ACTION_REGISTRY: {
|
|
|
27943
28555
|
candidates?: undefined;
|
|
27944
28556
|
candidateWindow?: undefined;
|
|
27945
28557
|
hold?: undefined;
|
|
28558
|
+
itemId?: undefined;
|
|
28559
|
+
decision?: undefined;
|
|
28560
|
+
slots?: undefined;
|
|
28561
|
+
recommendedSlotIndex?: undefined;
|
|
28562
|
+
recommendationReason?: undefined;
|
|
28563
|
+
findings?: undefined;
|
|
27946
28564
|
};
|
|
27947
28565
|
required: string[];
|
|
27948
28566
|
additionalProperties: boolean;
|
|
@@ -28160,6 +28778,12 @@ declare const ACTION_REGISTRY: {
|
|
|
28160
28778
|
candidates?: undefined;
|
|
28161
28779
|
candidateWindow?: undefined;
|
|
28162
28780
|
hold?: undefined;
|
|
28781
|
+
itemId?: undefined;
|
|
28782
|
+
decision?: undefined;
|
|
28783
|
+
slots?: undefined;
|
|
28784
|
+
recommendedSlotIndex?: undefined;
|
|
28785
|
+
recommendationReason?: undefined;
|
|
28786
|
+
findings?: undefined;
|
|
28163
28787
|
};
|
|
28164
28788
|
required: string[];
|
|
28165
28789
|
additionalProperties: boolean;
|
|
@@ -28393,6 +29017,12 @@ declare const ACTION_REGISTRY: {
|
|
|
28393
29017
|
candidates?: undefined;
|
|
28394
29018
|
candidateWindow?: undefined;
|
|
28395
29019
|
hold?: undefined;
|
|
29020
|
+
itemId?: undefined;
|
|
29021
|
+
decision?: undefined;
|
|
29022
|
+
slots?: undefined;
|
|
29023
|
+
recommendedSlotIndex?: undefined;
|
|
29024
|
+
recommendationReason?: undefined;
|
|
29025
|
+
findings?: undefined;
|
|
28396
29026
|
};
|
|
28397
29027
|
additionalProperties: boolean;
|
|
28398
29028
|
required?: undefined;
|
|
@@ -28607,6 +29237,12 @@ declare const ACTION_REGISTRY: {
|
|
|
28607
29237
|
candidates?: undefined;
|
|
28608
29238
|
candidateWindow?: undefined;
|
|
28609
29239
|
hold?: undefined;
|
|
29240
|
+
itemId?: undefined;
|
|
29241
|
+
decision?: undefined;
|
|
29242
|
+
slots?: undefined;
|
|
29243
|
+
recommendedSlotIndex?: undefined;
|
|
29244
|
+
recommendationReason?: undefined;
|
|
29245
|
+
findings?: undefined;
|
|
28610
29246
|
};
|
|
28611
29247
|
required: string[];
|
|
28612
29248
|
additionalProperties: boolean;
|
|
@@ -28831,6 +29467,12 @@ declare const ACTION_REGISTRY: {
|
|
|
28831
29467
|
candidates?: undefined;
|
|
28832
29468
|
candidateWindow?: undefined;
|
|
28833
29469
|
hold?: undefined;
|
|
29470
|
+
itemId?: undefined;
|
|
29471
|
+
decision?: undefined;
|
|
29472
|
+
slots?: undefined;
|
|
29473
|
+
recommendedSlotIndex?: undefined;
|
|
29474
|
+
recommendationReason?: undefined;
|
|
29475
|
+
findings?: undefined;
|
|
28834
29476
|
};
|
|
28835
29477
|
required: string[];
|
|
28836
29478
|
additionalProperties: boolean;
|
|
@@ -29070,6 +29712,12 @@ declare const ACTION_REGISTRY: {
|
|
|
29070
29712
|
candidates?: undefined;
|
|
29071
29713
|
candidateWindow?: undefined;
|
|
29072
29714
|
hold?: undefined;
|
|
29715
|
+
itemId?: undefined;
|
|
29716
|
+
decision?: undefined;
|
|
29717
|
+
slots?: undefined;
|
|
29718
|
+
recommendedSlotIndex?: undefined;
|
|
29719
|
+
recommendationReason?: undefined;
|
|
29720
|
+
findings?: undefined;
|
|
29073
29721
|
};
|
|
29074
29722
|
required: string[];
|
|
29075
29723
|
additionalProperties: boolean;
|
|
@@ -29309,6 +29957,12 @@ declare const ACTION_REGISTRY: {
|
|
|
29309
29957
|
candidates?: undefined;
|
|
29310
29958
|
candidateWindow?: undefined;
|
|
29311
29959
|
hold?: undefined;
|
|
29960
|
+
itemId?: undefined;
|
|
29961
|
+
decision?: undefined;
|
|
29962
|
+
slots?: undefined;
|
|
29963
|
+
recommendedSlotIndex?: undefined;
|
|
29964
|
+
recommendationReason?: undefined;
|
|
29965
|
+
findings?: undefined;
|
|
29312
29966
|
};
|
|
29313
29967
|
required: string[];
|
|
29314
29968
|
additionalProperties: boolean;
|
|
@@ -29528,6 +30182,12 @@ declare const ACTION_REGISTRY: {
|
|
|
29528
30182
|
candidates?: undefined;
|
|
29529
30183
|
candidateWindow?: undefined;
|
|
29530
30184
|
hold?: undefined;
|
|
30185
|
+
itemId?: undefined;
|
|
30186
|
+
decision?: undefined;
|
|
30187
|
+
slots?: undefined;
|
|
30188
|
+
recommendedSlotIndex?: undefined;
|
|
30189
|
+
recommendationReason?: undefined;
|
|
30190
|
+
findings?: undefined;
|
|
29531
30191
|
};
|
|
29532
30192
|
required: string[];
|
|
29533
30193
|
additionalProperties: boolean;
|
|
@@ -29747,6 +30407,12 @@ declare const ACTION_REGISTRY: {
|
|
|
29747
30407
|
candidates?: undefined;
|
|
29748
30408
|
candidateWindow?: undefined;
|
|
29749
30409
|
hold?: undefined;
|
|
30410
|
+
itemId?: undefined;
|
|
30411
|
+
decision?: undefined;
|
|
30412
|
+
slots?: undefined;
|
|
30413
|
+
recommendedSlotIndex?: undefined;
|
|
30414
|
+
recommendationReason?: undefined;
|
|
30415
|
+
findings?: undefined;
|
|
29750
30416
|
};
|
|
29751
30417
|
required: string[];
|
|
29752
30418
|
additionalProperties: boolean;
|
|
@@ -29966,6 +30632,12 @@ declare const ACTION_REGISTRY: {
|
|
|
29966
30632
|
candidates?: undefined;
|
|
29967
30633
|
candidateWindow?: undefined;
|
|
29968
30634
|
hold?: undefined;
|
|
30635
|
+
itemId?: undefined;
|
|
30636
|
+
decision?: undefined;
|
|
30637
|
+
slots?: undefined;
|
|
30638
|
+
recommendedSlotIndex?: undefined;
|
|
30639
|
+
recommendationReason?: undefined;
|
|
30640
|
+
findings?: undefined;
|
|
29969
30641
|
};
|
|
29970
30642
|
additionalProperties: boolean;
|
|
29971
30643
|
required?: undefined;
|
|
@@ -30180,6 +30852,12 @@ declare const ACTION_REGISTRY: {
|
|
|
30180
30852
|
candidates?: undefined;
|
|
30181
30853
|
candidateWindow?: undefined;
|
|
30182
30854
|
hold?: undefined;
|
|
30855
|
+
itemId?: undefined;
|
|
30856
|
+
decision?: undefined;
|
|
30857
|
+
slots?: undefined;
|
|
30858
|
+
recommendedSlotIndex?: undefined;
|
|
30859
|
+
recommendationReason?: undefined;
|
|
30860
|
+
findings?: undefined;
|
|
30183
30861
|
};
|
|
30184
30862
|
required: string[];
|
|
30185
30863
|
additionalProperties: boolean;
|
|
@@ -30395,6 +31073,12 @@ declare const ACTION_REGISTRY: {
|
|
|
30395
31073
|
candidates?: undefined;
|
|
30396
31074
|
candidateWindow?: undefined;
|
|
30397
31075
|
hold?: undefined;
|
|
31076
|
+
itemId?: undefined;
|
|
31077
|
+
decision?: undefined;
|
|
31078
|
+
slots?: undefined;
|
|
31079
|
+
recommendedSlotIndex?: undefined;
|
|
31080
|
+
recommendationReason?: undefined;
|
|
31081
|
+
findings?: undefined;
|
|
30398
31082
|
};
|
|
30399
31083
|
additionalProperties: boolean;
|
|
30400
31084
|
required?: undefined;
|
|
@@ -30633,6 +31317,12 @@ declare const ACTION_REGISTRY: {
|
|
|
30633
31317
|
candidates?: undefined;
|
|
30634
31318
|
candidateWindow?: undefined;
|
|
30635
31319
|
hold?: undefined;
|
|
31320
|
+
itemId?: undefined;
|
|
31321
|
+
decision?: undefined;
|
|
31322
|
+
slots?: undefined;
|
|
31323
|
+
recommendedSlotIndex?: undefined;
|
|
31324
|
+
recommendationReason?: undefined;
|
|
31325
|
+
findings?: undefined;
|
|
30636
31326
|
};
|
|
30637
31327
|
required: string[];
|
|
30638
31328
|
additionalProperties: boolean;
|
|
@@ -30864,6 +31554,12 @@ declare const ACTION_REGISTRY: {
|
|
|
30864
31554
|
candidates?: undefined;
|
|
30865
31555
|
candidateWindow?: undefined;
|
|
30866
31556
|
hold?: undefined;
|
|
31557
|
+
itemId?: undefined;
|
|
31558
|
+
decision?: undefined;
|
|
31559
|
+
slots?: undefined;
|
|
31560
|
+
recommendedSlotIndex?: undefined;
|
|
31561
|
+
recommendationReason?: undefined;
|
|
31562
|
+
findings?: undefined;
|
|
30867
31563
|
};
|
|
30868
31564
|
required: string[];
|
|
30869
31565
|
additionalProperties: boolean;
|
|
@@ -31084,6 +31780,12 @@ declare const ACTION_REGISTRY: {
|
|
|
31084
31780
|
candidates?: undefined;
|
|
31085
31781
|
candidateWindow?: undefined;
|
|
31086
31782
|
hold?: undefined;
|
|
31783
|
+
itemId?: undefined;
|
|
31784
|
+
decision?: undefined;
|
|
31785
|
+
slots?: undefined;
|
|
31786
|
+
recommendedSlotIndex?: undefined;
|
|
31787
|
+
recommendationReason?: undefined;
|
|
31788
|
+
findings?: undefined;
|
|
31087
31789
|
};
|
|
31088
31790
|
required: string[];
|
|
31089
31791
|
additionalProperties: boolean;
|
|
@@ -31299,6 +32001,12 @@ declare const ACTION_REGISTRY: {
|
|
|
31299
32001
|
candidates?: undefined;
|
|
31300
32002
|
candidateWindow?: undefined;
|
|
31301
32003
|
hold?: undefined;
|
|
32004
|
+
itemId?: undefined;
|
|
32005
|
+
decision?: undefined;
|
|
32006
|
+
slots?: undefined;
|
|
32007
|
+
recommendedSlotIndex?: undefined;
|
|
32008
|
+
recommendationReason?: undefined;
|
|
32009
|
+
findings?: undefined;
|
|
31302
32010
|
};
|
|
31303
32011
|
required: string[];
|
|
31304
32012
|
additionalProperties: boolean;
|
|
@@ -31517,6 +32225,12 @@ declare const ACTION_REGISTRY: {
|
|
|
31517
32225
|
candidates?: undefined;
|
|
31518
32226
|
candidateWindow?: undefined;
|
|
31519
32227
|
hold?: undefined;
|
|
32228
|
+
itemId?: undefined;
|
|
32229
|
+
decision?: undefined;
|
|
32230
|
+
slots?: undefined;
|
|
32231
|
+
recommendedSlotIndex?: undefined;
|
|
32232
|
+
recommendationReason?: undefined;
|
|
32233
|
+
findings?: undefined;
|
|
31520
32234
|
};
|
|
31521
32235
|
required: string[];
|
|
31522
32236
|
additionalProperties: boolean;
|
|
@@ -31739,6 +32453,12 @@ declare const ACTION_REGISTRY: {
|
|
|
31739
32453
|
candidates?: undefined;
|
|
31740
32454
|
candidateWindow?: undefined;
|
|
31741
32455
|
hold?: undefined;
|
|
32456
|
+
itemId?: undefined;
|
|
32457
|
+
decision?: undefined;
|
|
32458
|
+
slots?: undefined;
|
|
32459
|
+
recommendedSlotIndex?: undefined;
|
|
32460
|
+
recommendationReason?: undefined;
|
|
32461
|
+
findings?: undefined;
|
|
31742
32462
|
};
|
|
31743
32463
|
required: string[];
|
|
31744
32464
|
additionalProperties: boolean;
|
|
@@ -31953,6 +32673,12 @@ declare const ACTION_REGISTRY: {
|
|
|
31953
32673
|
candidates?: undefined;
|
|
31954
32674
|
candidateWindow?: undefined;
|
|
31955
32675
|
hold?: undefined;
|
|
32676
|
+
itemId?: undefined;
|
|
32677
|
+
decision?: undefined;
|
|
32678
|
+
slots?: undefined;
|
|
32679
|
+
recommendedSlotIndex?: undefined;
|
|
32680
|
+
recommendationReason?: undefined;
|
|
32681
|
+
findings?: undefined;
|
|
31956
32682
|
};
|
|
31957
32683
|
required: string[];
|
|
31958
32684
|
additionalProperties: boolean;
|
|
@@ -32167,6 +32893,12 @@ declare const ACTION_REGISTRY: {
|
|
|
32167
32893
|
candidates?: undefined;
|
|
32168
32894
|
candidateWindow?: undefined;
|
|
32169
32895
|
hold?: undefined;
|
|
32896
|
+
itemId?: undefined;
|
|
32897
|
+
decision?: undefined;
|
|
32898
|
+
slots?: undefined;
|
|
32899
|
+
recommendedSlotIndex?: undefined;
|
|
32900
|
+
recommendationReason?: undefined;
|
|
32901
|
+
findings?: undefined;
|
|
32170
32902
|
};
|
|
32171
32903
|
required: string[];
|
|
32172
32904
|
additionalProperties: boolean;
|
|
@@ -32397,6 +33129,12 @@ declare const ACTION_REGISTRY: {
|
|
|
32397
33129
|
candidates?: undefined;
|
|
32398
33130
|
candidateWindow?: undefined;
|
|
32399
33131
|
hold?: undefined;
|
|
33132
|
+
itemId?: undefined;
|
|
33133
|
+
decision?: undefined;
|
|
33134
|
+
slots?: undefined;
|
|
33135
|
+
recommendedSlotIndex?: undefined;
|
|
33136
|
+
recommendationReason?: undefined;
|
|
33137
|
+
findings?: undefined;
|
|
32400
33138
|
};
|
|
32401
33139
|
required: string[];
|
|
32402
33140
|
additionalProperties: boolean;
|
|
@@ -32630,6 +33368,12 @@ declare const ACTION_REGISTRY: {
|
|
|
32630
33368
|
candidates?: undefined;
|
|
32631
33369
|
candidateWindow?: undefined;
|
|
32632
33370
|
hold?: undefined;
|
|
33371
|
+
itemId?: undefined;
|
|
33372
|
+
decision?: undefined;
|
|
33373
|
+
slots?: undefined;
|
|
33374
|
+
recommendedSlotIndex?: undefined;
|
|
33375
|
+
recommendationReason?: undefined;
|
|
33376
|
+
findings?: undefined;
|
|
32633
33377
|
};
|
|
32634
33378
|
required: string[];
|
|
32635
33379
|
additionalProperties: boolean;
|
|
@@ -32855,6 +33599,12 @@ declare const ACTION_REGISTRY: {
|
|
|
32855
33599
|
candidates?: undefined;
|
|
32856
33600
|
candidateWindow?: undefined;
|
|
32857
33601
|
hold?: undefined;
|
|
33602
|
+
itemId?: undefined;
|
|
33603
|
+
decision?: undefined;
|
|
33604
|
+
slots?: undefined;
|
|
33605
|
+
recommendedSlotIndex?: undefined;
|
|
33606
|
+
recommendationReason?: undefined;
|
|
33607
|
+
findings?: undefined;
|
|
32858
33608
|
};
|
|
32859
33609
|
required: string[];
|
|
32860
33610
|
additionalProperties: boolean;
|
|
@@ -33080,6 +33830,12 @@ declare const ACTION_REGISTRY: {
|
|
|
33080
33830
|
candidates?: undefined;
|
|
33081
33831
|
candidateWindow?: undefined;
|
|
33082
33832
|
hold?: undefined;
|
|
33833
|
+
itemId?: undefined;
|
|
33834
|
+
decision?: undefined;
|
|
33835
|
+
slots?: undefined;
|
|
33836
|
+
recommendedSlotIndex?: undefined;
|
|
33837
|
+
recommendationReason?: undefined;
|
|
33838
|
+
findings?: undefined;
|
|
33083
33839
|
};
|
|
33084
33840
|
required: string[];
|
|
33085
33841
|
additionalProperties: boolean;
|
|
@@ -33305,6 +34061,12 @@ declare const ACTION_REGISTRY: {
|
|
|
33305
34061
|
candidates?: undefined;
|
|
33306
34062
|
candidateWindow?: undefined;
|
|
33307
34063
|
hold?: undefined;
|
|
34064
|
+
itemId?: undefined;
|
|
34065
|
+
decision?: undefined;
|
|
34066
|
+
slots?: undefined;
|
|
34067
|
+
recommendedSlotIndex?: undefined;
|
|
34068
|
+
recommendationReason?: undefined;
|
|
34069
|
+
findings?: undefined;
|
|
33308
34070
|
};
|
|
33309
34071
|
required: string[];
|
|
33310
34072
|
additionalProperties: boolean;
|
|
@@ -33519,6 +34281,12 @@ declare const ACTION_REGISTRY: {
|
|
|
33519
34281
|
candidates?: undefined;
|
|
33520
34282
|
candidateWindow?: undefined;
|
|
33521
34283
|
hold?: undefined;
|
|
34284
|
+
itemId?: undefined;
|
|
34285
|
+
decision?: undefined;
|
|
34286
|
+
slots?: undefined;
|
|
34287
|
+
recommendedSlotIndex?: undefined;
|
|
34288
|
+
recommendationReason?: undefined;
|
|
34289
|
+
findings?: undefined;
|
|
33522
34290
|
};
|
|
33523
34291
|
required: string[];
|
|
33524
34292
|
additionalProperties: boolean;
|
|
@@ -33744,6 +34512,12 @@ declare const ACTION_REGISTRY: {
|
|
|
33744
34512
|
candidates?: undefined;
|
|
33745
34513
|
candidateWindow?: undefined;
|
|
33746
34514
|
hold?: undefined;
|
|
34515
|
+
itemId?: undefined;
|
|
34516
|
+
decision?: undefined;
|
|
34517
|
+
slots?: undefined;
|
|
34518
|
+
recommendedSlotIndex?: undefined;
|
|
34519
|
+
recommendationReason?: undefined;
|
|
34520
|
+
findings?: undefined;
|
|
33747
34521
|
};
|
|
33748
34522
|
required: string[];
|
|
33749
34523
|
additionalProperties: boolean;
|
|
@@ -33965,6 +34739,12 @@ declare const ACTION_REGISTRY: {
|
|
|
33965
34739
|
candidates?: undefined;
|
|
33966
34740
|
candidateWindow?: undefined;
|
|
33967
34741
|
hold?: undefined;
|
|
34742
|
+
itemId?: undefined;
|
|
34743
|
+
decision?: undefined;
|
|
34744
|
+
slots?: undefined;
|
|
34745
|
+
recommendedSlotIndex?: undefined;
|
|
34746
|
+
recommendationReason?: undefined;
|
|
34747
|
+
findings?: undefined;
|
|
33968
34748
|
};
|
|
33969
34749
|
required: string[];
|
|
33970
34750
|
additionalProperties: boolean;
|
|
@@ -34184,6 +34964,12 @@ declare const ACTION_REGISTRY: {
|
|
|
34184
34964
|
candidates?: undefined;
|
|
34185
34965
|
candidateWindow?: undefined;
|
|
34186
34966
|
hold?: undefined;
|
|
34967
|
+
itemId?: undefined;
|
|
34968
|
+
decision?: undefined;
|
|
34969
|
+
slots?: undefined;
|
|
34970
|
+
recommendedSlotIndex?: undefined;
|
|
34971
|
+
recommendationReason?: undefined;
|
|
34972
|
+
findings?: undefined;
|
|
34187
34973
|
};
|
|
34188
34974
|
additionalProperties: boolean;
|
|
34189
34975
|
required?: undefined;
|
|
@@ -34398,6 +35184,12 @@ declare const ACTION_REGISTRY: {
|
|
|
34398
35184
|
candidates?: undefined;
|
|
34399
35185
|
candidateWindow?: undefined;
|
|
34400
35186
|
hold?: undefined;
|
|
35187
|
+
itemId?: undefined;
|
|
35188
|
+
decision?: undefined;
|
|
35189
|
+
slots?: undefined;
|
|
35190
|
+
recommendedSlotIndex?: undefined;
|
|
35191
|
+
recommendationReason?: undefined;
|
|
35192
|
+
findings?: undefined;
|
|
34401
35193
|
};
|
|
34402
35194
|
required: string[];
|
|
34403
35195
|
additionalProperties: boolean;
|
|
@@ -34615,6 +35407,12 @@ declare const ACTION_REGISTRY: {
|
|
|
34615
35407
|
candidates?: undefined;
|
|
34616
35408
|
candidateWindow?: undefined;
|
|
34617
35409
|
hold?: undefined;
|
|
35410
|
+
itemId?: undefined;
|
|
35411
|
+
decision?: undefined;
|
|
35412
|
+
slots?: undefined;
|
|
35413
|
+
recommendedSlotIndex?: undefined;
|
|
35414
|
+
recommendationReason?: undefined;
|
|
35415
|
+
findings?: undefined;
|
|
34618
35416
|
};
|
|
34619
35417
|
required: string[];
|
|
34620
35418
|
additionalProperties: boolean;
|
|
@@ -34880,6 +35678,12 @@ declare const ACTION_REGISTRY: {
|
|
|
34880
35678
|
status?: undefined;
|
|
34881
35679
|
token?: undefined;
|
|
34882
35680
|
result?: undefined;
|
|
35681
|
+
itemId?: undefined;
|
|
35682
|
+
decision?: undefined;
|
|
35683
|
+
slots?: undefined;
|
|
35684
|
+
recommendedSlotIndex?: undefined;
|
|
35685
|
+
recommendationReason?: undefined;
|
|
35686
|
+
findings?: undefined;
|
|
34883
35687
|
};
|
|
34884
35688
|
required: string[];
|
|
34885
35689
|
oneOf: ({
|
|
@@ -34917,6 +35721,502 @@ declare const ACTION_REGISTRY: {
|
|
|
34917
35721
|
secondary?: undefined;
|
|
34918
35722
|
};
|
|
34919
35723
|
version: string;
|
|
35724
|
+
} | {
|
|
35725
|
+
action: string;
|
|
35726
|
+
resource_type: string;
|
|
35727
|
+
required_relations: string[];
|
|
35728
|
+
required_scopes: string[];
|
|
35729
|
+
capability: string;
|
|
35730
|
+
input_schema: {
|
|
35731
|
+
type: string;
|
|
35732
|
+
properties: {
|
|
35733
|
+
itemId: {
|
|
35734
|
+
type: string;
|
|
35735
|
+
minLength: number;
|
|
35736
|
+
description: string;
|
|
35737
|
+
};
|
|
35738
|
+
decision: {
|
|
35739
|
+
type: string;
|
|
35740
|
+
enum: string[];
|
|
35741
|
+
description: string;
|
|
35742
|
+
};
|
|
35743
|
+
slots: {
|
|
35744
|
+
type: string;
|
|
35745
|
+
maxItems: number;
|
|
35746
|
+
description: string;
|
|
35747
|
+
items: {
|
|
35748
|
+
type: string;
|
|
35749
|
+
properties: {
|
|
35750
|
+
start: {
|
|
35751
|
+
type: string;
|
|
35752
|
+
description: string;
|
|
35753
|
+
};
|
|
35754
|
+
end: {
|
|
35755
|
+
type: string;
|
|
35756
|
+
description: string;
|
|
35757
|
+
};
|
|
35758
|
+
};
|
|
35759
|
+
required: string[];
|
|
35760
|
+
additionalProperties: boolean;
|
|
35761
|
+
};
|
|
35762
|
+
};
|
|
35763
|
+
recommendedSlotIndex: {
|
|
35764
|
+
type: string[];
|
|
35765
|
+
description: string;
|
|
35766
|
+
};
|
|
35767
|
+
recommendationReason: {
|
|
35768
|
+
type: string;
|
|
35769
|
+
description: string;
|
|
35770
|
+
};
|
|
35771
|
+
channel?: undefined;
|
|
35772
|
+
text?: undefined;
|
|
35773
|
+
thread_ts?: undefined;
|
|
35774
|
+
username?: undefined;
|
|
35775
|
+
icon_emoji?: undefined;
|
|
35776
|
+
blocks?: undefined;
|
|
35777
|
+
userId?: undefined;
|
|
35778
|
+
latest?: undefined;
|
|
35779
|
+
oldest?: undefined;
|
|
35780
|
+
limit?: undefined;
|
|
35781
|
+
inclusive?: undefined;
|
|
35782
|
+
cursor?: undefined;
|
|
35783
|
+
ts?: undefined;
|
|
35784
|
+
owner?: undefined;
|
|
35785
|
+
repo?: undefined;
|
|
35786
|
+
title?: undefined;
|
|
35787
|
+
body?: undefined;
|
|
35788
|
+
labels?: undefined;
|
|
35789
|
+
assignees?: undefined;
|
|
35790
|
+
milestone?: undefined;
|
|
35791
|
+
state?: undefined;
|
|
35792
|
+
sort?: undefined;
|
|
35793
|
+
direction?: undefined;
|
|
35794
|
+
per_page?: undefined;
|
|
35795
|
+
page?: undefined;
|
|
35796
|
+
issueNumber?: undefined;
|
|
35797
|
+
head?: undefined;
|
|
35798
|
+
base?: undefined;
|
|
35799
|
+
draft?: undefined;
|
|
35800
|
+
pullNumber?: undefined;
|
|
35801
|
+
commitTitle?: undefined;
|
|
35802
|
+
commitMessage?: undefined;
|
|
35803
|
+
mergeMethod?: undefined;
|
|
35804
|
+
event?: undefined;
|
|
35805
|
+
commentId?: undefined;
|
|
35806
|
+
expectedHeadSha?: undefined;
|
|
35807
|
+
query?: undefined;
|
|
35808
|
+
order?: undefined;
|
|
35809
|
+
path?: undefined;
|
|
35810
|
+
ref?: undefined;
|
|
35811
|
+
treeSha?: undefined;
|
|
35812
|
+
recursive?: undefined;
|
|
35813
|
+
sha?: undefined;
|
|
35814
|
+
author?: undefined;
|
|
35815
|
+
since?: undefined;
|
|
35816
|
+
until?: undefined;
|
|
35817
|
+
tag?: undefined;
|
|
35818
|
+
name?: undefined;
|
|
35819
|
+
description?: undefined;
|
|
35820
|
+
private?: undefined;
|
|
35821
|
+
org?: undefined;
|
|
35822
|
+
autoInit?: undefined;
|
|
35823
|
+
organization?: undefined;
|
|
35824
|
+
message?: undefined;
|
|
35825
|
+
content?: undefined;
|
|
35826
|
+
branch?: undefined;
|
|
35827
|
+
fromBranch?: undefined;
|
|
35828
|
+
subIssueId?: undefined;
|
|
35829
|
+
color?: undefined;
|
|
35830
|
+
newName?: undefined;
|
|
35831
|
+
workflowId?: undefined;
|
|
35832
|
+
inputs?: undefined;
|
|
35833
|
+
jobId?: undefined;
|
|
35834
|
+
teamSlug?: undefined;
|
|
35835
|
+
all?: undefined;
|
|
35836
|
+
participating?: undefined;
|
|
35837
|
+
before?: undefined;
|
|
35838
|
+
threadId?: undefined;
|
|
35839
|
+
lastReadAt?: undefined;
|
|
35840
|
+
ignored?: undefined;
|
|
35841
|
+
subscribed?: undefined;
|
|
35842
|
+
files?: undefined;
|
|
35843
|
+
public?: undefined;
|
|
35844
|
+
gistId?: undefined;
|
|
35845
|
+
maxResults?: undefined;
|
|
35846
|
+
messageId?: undefined;
|
|
35847
|
+
to?: undefined;
|
|
35848
|
+
subject?: undefined;
|
|
35849
|
+
cc?: undefined;
|
|
35850
|
+
bcc?: undefined;
|
|
35851
|
+
inReplyTo?: undefined;
|
|
35852
|
+
references?: undefined;
|
|
35853
|
+
messageIds?: undefined;
|
|
35854
|
+
calendarId?: undefined;
|
|
35855
|
+
timeMin?: undefined;
|
|
35856
|
+
timeMax?: undefined;
|
|
35857
|
+
eventId?: undefined;
|
|
35858
|
+
summary?: undefined;
|
|
35859
|
+
start?: undefined;
|
|
35860
|
+
end?: undefined;
|
|
35861
|
+
attendees?: undefined;
|
|
35862
|
+
location?: undefined;
|
|
35863
|
+
addMeet?: undefined;
|
|
35864
|
+
meetRequestId?: undefined;
|
|
35865
|
+
recent?: undefined;
|
|
35866
|
+
projectKeyOrId?: undefined;
|
|
35867
|
+
type?: undefined;
|
|
35868
|
+
boardId?: undefined;
|
|
35869
|
+
sprintId?: undefined;
|
|
35870
|
+
jql?: undefined;
|
|
35871
|
+
startAt?: undefined;
|
|
35872
|
+
issueIdOrKey?: undefined;
|
|
35873
|
+
projectKey?: undefined;
|
|
35874
|
+
issueTypeName?: undefined;
|
|
35875
|
+
priority?: undefined;
|
|
35876
|
+
assigneeAccountId?: undefined;
|
|
35877
|
+
transitionId?: undefined;
|
|
35878
|
+
typeName?: undefined;
|
|
35879
|
+
inwardIssueKey?: undefined;
|
|
35880
|
+
outwardIssueKey?: undefined;
|
|
35881
|
+
commentBody?: undefined;
|
|
35882
|
+
linkId?: undefined;
|
|
35883
|
+
file_path?: undefined;
|
|
35884
|
+
command?: undefined;
|
|
35885
|
+
working_directory?: undefined;
|
|
35886
|
+
env_profile?: undefined;
|
|
35887
|
+
timeout_seconds?: undefined;
|
|
35888
|
+
objectType?: undefined;
|
|
35889
|
+
after?: undefined;
|
|
35890
|
+
properties?: undefined;
|
|
35891
|
+
archived?: undefined;
|
|
35892
|
+
filterGroups?: undefined;
|
|
35893
|
+
sorts?: undefined;
|
|
35894
|
+
idProperty?: undefined;
|
|
35895
|
+
propertyName?: undefined;
|
|
35896
|
+
label?: undefined;
|
|
35897
|
+
fieldType?: undefined;
|
|
35898
|
+
groupName?: undefined;
|
|
35899
|
+
options?: undefined;
|
|
35900
|
+
objectId?: undefined;
|
|
35901
|
+
toObjectType?: undefined;
|
|
35902
|
+
fromObjectType?: undefined;
|
|
35903
|
+
engagementId?: undefined;
|
|
35904
|
+
ownerId?: undefined;
|
|
35905
|
+
timestamp?: undefined;
|
|
35906
|
+
associations?: undefined;
|
|
35907
|
+
metadata?: undefined;
|
|
35908
|
+
flowId?: undefined;
|
|
35909
|
+
portalId?: undefined;
|
|
35910
|
+
uiDomain?: undefined;
|
|
35911
|
+
pageRequests?: undefined;
|
|
35912
|
+
teamId?: undefined;
|
|
35913
|
+
assigneeId?: undefined;
|
|
35914
|
+
assigneeMe?: undefined;
|
|
35915
|
+
stateId?: undefined;
|
|
35916
|
+
issueId?: undefined;
|
|
35917
|
+
labelIds?: undefined;
|
|
35918
|
+
projectId?: undefined;
|
|
35919
|
+
teamIds?: undefined;
|
|
35920
|
+
statusId?: undefined;
|
|
35921
|
+
startDate?: undefined;
|
|
35922
|
+
targetDate?: undefined;
|
|
35923
|
+
labelId?: undefined;
|
|
35924
|
+
relatedIssueId?: undefined;
|
|
35925
|
+
relationId?: undefined;
|
|
35926
|
+
cycleId?: undefined;
|
|
35927
|
+
startsAt?: undefined;
|
|
35928
|
+
endsAt?: undefined;
|
|
35929
|
+
completedAt?: undefined;
|
|
35930
|
+
url?: undefined;
|
|
35931
|
+
subtitle?: undefined;
|
|
35932
|
+
attachmentId?: undefined;
|
|
35933
|
+
taskType?: undefined;
|
|
35934
|
+
payload?: undefined;
|
|
35935
|
+
id?: undefined;
|
|
35936
|
+
action?: undefined;
|
|
35937
|
+
data?: undefined;
|
|
35938
|
+
types?: undefined;
|
|
35939
|
+
status?: undefined;
|
|
35940
|
+
token?: undefined;
|
|
35941
|
+
result?: undefined;
|
|
35942
|
+
topic?: undefined;
|
|
35943
|
+
durationMinutes?: undefined;
|
|
35944
|
+
candidates?: undefined;
|
|
35945
|
+
candidateWindow?: undefined;
|
|
35946
|
+
hold?: undefined;
|
|
35947
|
+
findings?: undefined;
|
|
35948
|
+
};
|
|
35949
|
+
required: string[];
|
|
35950
|
+
additionalProperties: boolean;
|
|
35951
|
+
oneOf?: undefined;
|
|
35952
|
+
};
|
|
35953
|
+
constraints: {
|
|
35954
|
+
rate_bucket: string;
|
|
35955
|
+
};
|
|
35956
|
+
effects: string[];
|
|
35957
|
+
risk: string;
|
|
35958
|
+
target_bindings: {
|
|
35959
|
+
resource_id: {
|
|
35960
|
+
source: "param";
|
|
35961
|
+
param: string;
|
|
35962
|
+
required?: undefined;
|
|
35963
|
+
fallback_param?: undefined;
|
|
35964
|
+
key?: undefined;
|
|
35965
|
+
multi?: undefined;
|
|
35966
|
+
separator?: undefined;
|
|
35967
|
+
default?: undefined;
|
|
35968
|
+
derive?: undefined;
|
|
35969
|
+
};
|
|
35970
|
+
secondary?: undefined;
|
|
35971
|
+
};
|
|
35972
|
+
version: string;
|
|
35973
|
+
} | {
|
|
35974
|
+
action: string;
|
|
35975
|
+
resource_type: string;
|
|
35976
|
+
required_relations: string[];
|
|
35977
|
+
required_scopes: string[];
|
|
35978
|
+
capability: string;
|
|
35979
|
+
input_schema: {
|
|
35980
|
+
type: string;
|
|
35981
|
+
properties: {
|
|
35982
|
+
itemId: {
|
|
35983
|
+
type: string;
|
|
35984
|
+
minLength: number;
|
|
35985
|
+
description: string;
|
|
35986
|
+
};
|
|
35987
|
+
decision: {
|
|
35988
|
+
type: string;
|
|
35989
|
+
enum: string[];
|
|
35990
|
+
description: string;
|
|
35991
|
+
};
|
|
35992
|
+
findings: {
|
|
35993
|
+
type: string;
|
|
35994
|
+
maxItems: number;
|
|
35995
|
+
description: string;
|
|
35996
|
+
items: {
|
|
35997
|
+
type: string;
|
|
35998
|
+
properties: {
|
|
35999
|
+
quote: {
|
|
36000
|
+
type: string;
|
|
36001
|
+
description: string;
|
|
36002
|
+
};
|
|
36003
|
+
comment: {
|
|
36004
|
+
type: string;
|
|
36005
|
+
description: string;
|
|
36006
|
+
};
|
|
36007
|
+
};
|
|
36008
|
+
required: string[];
|
|
36009
|
+
additionalProperties: boolean;
|
|
36010
|
+
};
|
|
36011
|
+
};
|
|
36012
|
+
summary: {
|
|
36013
|
+
type: string;
|
|
36014
|
+
description: string;
|
|
36015
|
+
minLength?: undefined;
|
|
36016
|
+
};
|
|
36017
|
+
channel?: undefined;
|
|
36018
|
+
text?: undefined;
|
|
36019
|
+
thread_ts?: undefined;
|
|
36020
|
+
username?: undefined;
|
|
36021
|
+
icon_emoji?: undefined;
|
|
36022
|
+
blocks?: undefined;
|
|
36023
|
+
userId?: undefined;
|
|
36024
|
+
latest?: undefined;
|
|
36025
|
+
oldest?: undefined;
|
|
36026
|
+
limit?: undefined;
|
|
36027
|
+
inclusive?: undefined;
|
|
36028
|
+
cursor?: undefined;
|
|
36029
|
+
ts?: undefined;
|
|
36030
|
+
owner?: undefined;
|
|
36031
|
+
repo?: undefined;
|
|
36032
|
+
title?: undefined;
|
|
36033
|
+
body?: undefined;
|
|
36034
|
+
labels?: undefined;
|
|
36035
|
+
assignees?: undefined;
|
|
36036
|
+
milestone?: undefined;
|
|
36037
|
+
state?: undefined;
|
|
36038
|
+
sort?: undefined;
|
|
36039
|
+
direction?: undefined;
|
|
36040
|
+
per_page?: undefined;
|
|
36041
|
+
page?: undefined;
|
|
36042
|
+
issueNumber?: undefined;
|
|
36043
|
+
head?: undefined;
|
|
36044
|
+
base?: undefined;
|
|
36045
|
+
draft?: undefined;
|
|
36046
|
+
pullNumber?: undefined;
|
|
36047
|
+
commitTitle?: undefined;
|
|
36048
|
+
commitMessage?: undefined;
|
|
36049
|
+
mergeMethod?: undefined;
|
|
36050
|
+
event?: undefined;
|
|
36051
|
+
commentId?: undefined;
|
|
36052
|
+
expectedHeadSha?: undefined;
|
|
36053
|
+
query?: undefined;
|
|
36054
|
+
order?: undefined;
|
|
36055
|
+
path?: undefined;
|
|
36056
|
+
ref?: undefined;
|
|
36057
|
+
treeSha?: undefined;
|
|
36058
|
+
recursive?: undefined;
|
|
36059
|
+
sha?: undefined;
|
|
36060
|
+
author?: undefined;
|
|
36061
|
+
since?: undefined;
|
|
36062
|
+
until?: undefined;
|
|
36063
|
+
tag?: undefined;
|
|
36064
|
+
name?: undefined;
|
|
36065
|
+
description?: undefined;
|
|
36066
|
+
private?: undefined;
|
|
36067
|
+
org?: undefined;
|
|
36068
|
+
autoInit?: undefined;
|
|
36069
|
+
organization?: undefined;
|
|
36070
|
+
message?: undefined;
|
|
36071
|
+
content?: undefined;
|
|
36072
|
+
branch?: undefined;
|
|
36073
|
+
fromBranch?: undefined;
|
|
36074
|
+
subIssueId?: undefined;
|
|
36075
|
+
color?: undefined;
|
|
36076
|
+
newName?: undefined;
|
|
36077
|
+
workflowId?: undefined;
|
|
36078
|
+
inputs?: undefined;
|
|
36079
|
+
jobId?: undefined;
|
|
36080
|
+
teamSlug?: undefined;
|
|
36081
|
+
all?: undefined;
|
|
36082
|
+
participating?: undefined;
|
|
36083
|
+
before?: undefined;
|
|
36084
|
+
threadId?: undefined;
|
|
36085
|
+
lastReadAt?: undefined;
|
|
36086
|
+
ignored?: undefined;
|
|
36087
|
+
subscribed?: undefined;
|
|
36088
|
+
files?: undefined;
|
|
36089
|
+
public?: undefined;
|
|
36090
|
+
gistId?: undefined;
|
|
36091
|
+
maxResults?: undefined;
|
|
36092
|
+
messageId?: undefined;
|
|
36093
|
+
to?: undefined;
|
|
36094
|
+
subject?: undefined;
|
|
36095
|
+
cc?: undefined;
|
|
36096
|
+
bcc?: undefined;
|
|
36097
|
+
inReplyTo?: undefined;
|
|
36098
|
+
references?: undefined;
|
|
36099
|
+
messageIds?: undefined;
|
|
36100
|
+
calendarId?: undefined;
|
|
36101
|
+
timeMin?: undefined;
|
|
36102
|
+
timeMax?: undefined;
|
|
36103
|
+
eventId?: undefined;
|
|
36104
|
+
start?: undefined;
|
|
36105
|
+
end?: undefined;
|
|
36106
|
+
attendees?: undefined;
|
|
36107
|
+
location?: undefined;
|
|
36108
|
+
addMeet?: undefined;
|
|
36109
|
+
meetRequestId?: undefined;
|
|
36110
|
+
recent?: undefined;
|
|
36111
|
+
projectKeyOrId?: undefined;
|
|
36112
|
+
type?: undefined;
|
|
36113
|
+
boardId?: undefined;
|
|
36114
|
+
sprintId?: undefined;
|
|
36115
|
+
jql?: undefined;
|
|
36116
|
+
startAt?: undefined;
|
|
36117
|
+
issueIdOrKey?: undefined;
|
|
36118
|
+
projectKey?: undefined;
|
|
36119
|
+
issueTypeName?: undefined;
|
|
36120
|
+
priority?: undefined;
|
|
36121
|
+
assigneeAccountId?: undefined;
|
|
36122
|
+
transitionId?: undefined;
|
|
36123
|
+
typeName?: undefined;
|
|
36124
|
+
inwardIssueKey?: undefined;
|
|
36125
|
+
outwardIssueKey?: undefined;
|
|
36126
|
+
commentBody?: undefined;
|
|
36127
|
+
linkId?: undefined;
|
|
36128
|
+
file_path?: undefined;
|
|
36129
|
+
command?: undefined;
|
|
36130
|
+
working_directory?: undefined;
|
|
36131
|
+
env_profile?: undefined;
|
|
36132
|
+
timeout_seconds?: undefined;
|
|
36133
|
+
objectType?: undefined;
|
|
36134
|
+
after?: undefined;
|
|
36135
|
+
properties?: undefined;
|
|
36136
|
+
archived?: undefined;
|
|
36137
|
+
filterGroups?: undefined;
|
|
36138
|
+
sorts?: undefined;
|
|
36139
|
+
idProperty?: undefined;
|
|
36140
|
+
propertyName?: undefined;
|
|
36141
|
+
label?: undefined;
|
|
36142
|
+
fieldType?: undefined;
|
|
36143
|
+
groupName?: undefined;
|
|
36144
|
+
options?: undefined;
|
|
36145
|
+
objectId?: undefined;
|
|
36146
|
+
toObjectType?: undefined;
|
|
36147
|
+
fromObjectType?: undefined;
|
|
36148
|
+
engagementId?: undefined;
|
|
36149
|
+
ownerId?: undefined;
|
|
36150
|
+
timestamp?: undefined;
|
|
36151
|
+
associations?: undefined;
|
|
36152
|
+
metadata?: undefined;
|
|
36153
|
+
flowId?: undefined;
|
|
36154
|
+
portalId?: undefined;
|
|
36155
|
+
uiDomain?: undefined;
|
|
36156
|
+
pageRequests?: undefined;
|
|
36157
|
+
teamId?: undefined;
|
|
36158
|
+
assigneeId?: undefined;
|
|
36159
|
+
assigneeMe?: undefined;
|
|
36160
|
+
stateId?: undefined;
|
|
36161
|
+
issueId?: undefined;
|
|
36162
|
+
labelIds?: undefined;
|
|
36163
|
+
projectId?: undefined;
|
|
36164
|
+
teamIds?: undefined;
|
|
36165
|
+
statusId?: undefined;
|
|
36166
|
+
startDate?: undefined;
|
|
36167
|
+
targetDate?: undefined;
|
|
36168
|
+
labelId?: undefined;
|
|
36169
|
+
relatedIssueId?: undefined;
|
|
36170
|
+
relationId?: undefined;
|
|
36171
|
+
cycleId?: undefined;
|
|
36172
|
+
startsAt?: undefined;
|
|
36173
|
+
endsAt?: undefined;
|
|
36174
|
+
completedAt?: undefined;
|
|
36175
|
+
url?: undefined;
|
|
36176
|
+
subtitle?: undefined;
|
|
36177
|
+
attachmentId?: undefined;
|
|
36178
|
+
taskType?: undefined;
|
|
36179
|
+
payload?: undefined;
|
|
36180
|
+
id?: undefined;
|
|
36181
|
+
action?: undefined;
|
|
36182
|
+
data?: undefined;
|
|
36183
|
+
types?: undefined;
|
|
36184
|
+
status?: undefined;
|
|
36185
|
+
token?: undefined;
|
|
36186
|
+
result?: undefined;
|
|
36187
|
+
topic?: undefined;
|
|
36188
|
+
durationMinutes?: undefined;
|
|
36189
|
+
candidates?: undefined;
|
|
36190
|
+
candidateWindow?: undefined;
|
|
36191
|
+
hold?: undefined;
|
|
36192
|
+
slots?: undefined;
|
|
36193
|
+
recommendedSlotIndex?: undefined;
|
|
36194
|
+
recommendationReason?: undefined;
|
|
36195
|
+
};
|
|
36196
|
+
required: string[];
|
|
36197
|
+
additionalProperties: boolean;
|
|
36198
|
+
oneOf?: undefined;
|
|
36199
|
+
};
|
|
36200
|
+
constraints: {
|
|
36201
|
+
rate_bucket: string;
|
|
36202
|
+
};
|
|
36203
|
+
effects: string[];
|
|
36204
|
+
risk: string;
|
|
36205
|
+
target_bindings: {
|
|
36206
|
+
resource_id: {
|
|
36207
|
+
source: "param";
|
|
36208
|
+
param: string;
|
|
36209
|
+
required?: undefined;
|
|
36210
|
+
fallback_param?: undefined;
|
|
36211
|
+
key?: undefined;
|
|
36212
|
+
multi?: undefined;
|
|
36213
|
+
separator?: undefined;
|
|
36214
|
+
default?: undefined;
|
|
36215
|
+
derive?: undefined;
|
|
36216
|
+
};
|
|
36217
|
+
secondary?: undefined;
|
|
36218
|
+
};
|
|
36219
|
+
version: string;
|
|
34920
36220
|
})[];
|
|
34921
36221
|
capabilities: {
|
|
34922
36222
|
capability: string;
|