@vess-id/ai-identity 0.18.0 → 0.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +918 -0
- package/dist/index.js +76 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +76 -13
- package/dist/index.mjs.map +1 -1
- package/dist/registry/action-registry-json.d.ts +918 -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
|
@@ -211,6 +211,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
211
211
|
candidates?: undefined;
|
|
212
212
|
candidateWindow?: undefined;
|
|
213
213
|
hold?: undefined;
|
|
214
|
+
itemId?: undefined;
|
|
215
|
+
decision?: undefined;
|
|
216
|
+
slots?: undefined;
|
|
217
|
+
recommendedSlotIndex?: undefined;
|
|
218
|
+
recommendationReason?: undefined;
|
|
214
219
|
};
|
|
215
220
|
required: string[];
|
|
216
221
|
additionalProperties: boolean;
|
|
@@ -421,6 +426,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
421
426
|
candidates?: undefined;
|
|
422
427
|
candidateWindow?: undefined;
|
|
423
428
|
hold?: undefined;
|
|
429
|
+
itemId?: undefined;
|
|
430
|
+
decision?: undefined;
|
|
431
|
+
slots?: undefined;
|
|
432
|
+
recommendedSlotIndex?: undefined;
|
|
433
|
+
recommendationReason?: undefined;
|
|
424
434
|
};
|
|
425
435
|
additionalProperties: boolean;
|
|
426
436
|
required?: undefined;
|
|
@@ -634,6 +644,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
634
644
|
candidates?: undefined;
|
|
635
645
|
candidateWindow?: undefined;
|
|
636
646
|
hold?: undefined;
|
|
647
|
+
itemId?: undefined;
|
|
648
|
+
decision?: undefined;
|
|
649
|
+
slots?: undefined;
|
|
650
|
+
recommendedSlotIndex?: undefined;
|
|
651
|
+
recommendationReason?: undefined;
|
|
637
652
|
};
|
|
638
653
|
required: string[];
|
|
639
654
|
additionalProperties: boolean;
|
|
@@ -858,6 +873,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
858
873
|
candidates?: undefined;
|
|
859
874
|
candidateWindow?: undefined;
|
|
860
875
|
hold?: undefined;
|
|
876
|
+
itemId?: undefined;
|
|
877
|
+
decision?: undefined;
|
|
878
|
+
slots?: undefined;
|
|
879
|
+
recommendedSlotIndex?: undefined;
|
|
880
|
+
recommendationReason?: undefined;
|
|
861
881
|
};
|
|
862
882
|
required: string[];
|
|
863
883
|
additionalProperties: boolean;
|
|
@@ -1079,6 +1099,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
1079
1099
|
candidates?: undefined;
|
|
1080
1100
|
candidateWindow?: undefined;
|
|
1081
1101
|
hold?: undefined;
|
|
1102
|
+
itemId?: undefined;
|
|
1103
|
+
decision?: undefined;
|
|
1104
|
+
slots?: undefined;
|
|
1105
|
+
recommendedSlotIndex?: undefined;
|
|
1106
|
+
recommendationReason?: undefined;
|
|
1082
1107
|
};
|
|
1083
1108
|
required: string[];
|
|
1084
1109
|
additionalProperties: boolean;
|
|
@@ -1297,6 +1322,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
1297
1322
|
candidates?: undefined;
|
|
1298
1323
|
candidateWindow?: undefined;
|
|
1299
1324
|
hold?: undefined;
|
|
1325
|
+
itemId?: undefined;
|
|
1326
|
+
decision?: undefined;
|
|
1327
|
+
slots?: undefined;
|
|
1328
|
+
recommendedSlotIndex?: undefined;
|
|
1329
|
+
recommendationReason?: undefined;
|
|
1300
1330
|
};
|
|
1301
1331
|
additionalProperties: boolean;
|
|
1302
1332
|
required?: undefined;
|
|
@@ -1517,6 +1547,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
1517
1547
|
candidates?: undefined;
|
|
1518
1548
|
candidateWindow?: undefined;
|
|
1519
1549
|
hold?: undefined;
|
|
1550
|
+
itemId?: undefined;
|
|
1551
|
+
decision?: undefined;
|
|
1552
|
+
slots?: undefined;
|
|
1553
|
+
recommendedSlotIndex?: undefined;
|
|
1554
|
+
recommendationReason?: undefined;
|
|
1520
1555
|
};
|
|
1521
1556
|
required: string[];
|
|
1522
1557
|
additionalProperties: boolean;
|
|
@@ -1733,6 +1768,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
1733
1768
|
candidates?: undefined;
|
|
1734
1769
|
candidateWindow?: undefined;
|
|
1735
1770
|
hold?: undefined;
|
|
1771
|
+
itemId?: undefined;
|
|
1772
|
+
decision?: undefined;
|
|
1773
|
+
slots?: undefined;
|
|
1774
|
+
recommendedSlotIndex?: undefined;
|
|
1775
|
+
recommendationReason?: undefined;
|
|
1736
1776
|
};
|
|
1737
1777
|
required: string[];
|
|
1738
1778
|
additionalProperties: boolean;
|
|
@@ -1974,6 +2014,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
1974
2014
|
candidates?: undefined;
|
|
1975
2015
|
candidateWindow?: undefined;
|
|
1976
2016
|
hold?: undefined;
|
|
2017
|
+
itemId?: undefined;
|
|
2018
|
+
decision?: undefined;
|
|
2019
|
+
slots?: undefined;
|
|
2020
|
+
recommendedSlotIndex?: undefined;
|
|
2021
|
+
recommendationReason?: undefined;
|
|
1977
2022
|
};
|
|
1978
2023
|
required: string[];
|
|
1979
2024
|
additionalProperties: boolean;
|
|
@@ -2216,6 +2261,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
2216
2261
|
candidates?: undefined;
|
|
2217
2262
|
candidateWindow?: undefined;
|
|
2218
2263
|
hold?: undefined;
|
|
2264
|
+
itemId?: undefined;
|
|
2265
|
+
decision?: undefined;
|
|
2266
|
+
slots?: undefined;
|
|
2267
|
+
recommendedSlotIndex?: undefined;
|
|
2268
|
+
recommendationReason?: undefined;
|
|
2219
2269
|
};
|
|
2220
2270
|
required: string[];
|
|
2221
2271
|
additionalProperties: boolean;
|
|
@@ -2438,6 +2488,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
2438
2488
|
candidates?: undefined;
|
|
2439
2489
|
candidateWindow?: undefined;
|
|
2440
2490
|
hold?: undefined;
|
|
2491
|
+
itemId?: undefined;
|
|
2492
|
+
decision?: undefined;
|
|
2493
|
+
slots?: undefined;
|
|
2494
|
+
recommendedSlotIndex?: undefined;
|
|
2495
|
+
recommendationReason?: undefined;
|
|
2441
2496
|
};
|
|
2442
2497
|
required: string[];
|
|
2443
2498
|
additionalProperties: boolean;
|
|
@@ -2683,6 +2738,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
2683
2738
|
candidates?: undefined;
|
|
2684
2739
|
candidateWindow?: undefined;
|
|
2685
2740
|
hold?: undefined;
|
|
2741
|
+
itemId?: undefined;
|
|
2742
|
+
decision?: undefined;
|
|
2743
|
+
slots?: undefined;
|
|
2744
|
+
recommendedSlotIndex?: undefined;
|
|
2745
|
+
recommendationReason?: undefined;
|
|
2686
2746
|
};
|
|
2687
2747
|
required: string[];
|
|
2688
2748
|
additionalProperties: boolean;
|
|
@@ -2919,6 +2979,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
2919
2979
|
candidates?: undefined;
|
|
2920
2980
|
candidateWindow?: undefined;
|
|
2921
2981
|
hold?: undefined;
|
|
2982
|
+
itemId?: undefined;
|
|
2983
|
+
decision?: undefined;
|
|
2984
|
+
slots?: undefined;
|
|
2985
|
+
recommendedSlotIndex?: undefined;
|
|
2986
|
+
recommendationReason?: undefined;
|
|
2922
2987
|
};
|
|
2923
2988
|
required: string[];
|
|
2924
2989
|
additionalProperties: boolean;
|
|
@@ -3164,6 +3229,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
3164
3229
|
candidates?: undefined;
|
|
3165
3230
|
candidateWindow?: undefined;
|
|
3166
3231
|
hold?: undefined;
|
|
3232
|
+
itemId?: undefined;
|
|
3233
|
+
decision?: undefined;
|
|
3234
|
+
slots?: undefined;
|
|
3235
|
+
recommendedSlotIndex?: undefined;
|
|
3236
|
+
recommendationReason?: undefined;
|
|
3167
3237
|
};
|
|
3168
3238
|
required: string[];
|
|
3169
3239
|
additionalProperties: boolean;
|
|
@@ -3386,6 +3456,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
3386
3456
|
candidates?: undefined;
|
|
3387
3457
|
candidateWindow?: undefined;
|
|
3388
3458
|
hold?: undefined;
|
|
3459
|
+
itemId?: undefined;
|
|
3460
|
+
decision?: undefined;
|
|
3461
|
+
slots?: undefined;
|
|
3462
|
+
recommendedSlotIndex?: undefined;
|
|
3463
|
+
recommendationReason?: undefined;
|
|
3389
3464
|
};
|
|
3390
3465
|
required: string[];
|
|
3391
3466
|
additionalProperties: boolean;
|
|
@@ -3624,6 +3699,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
3624
3699
|
candidates?: undefined;
|
|
3625
3700
|
candidateWindow?: undefined;
|
|
3626
3701
|
hold?: undefined;
|
|
3702
|
+
itemId?: undefined;
|
|
3703
|
+
decision?: undefined;
|
|
3704
|
+
slots?: undefined;
|
|
3705
|
+
recommendedSlotIndex?: undefined;
|
|
3706
|
+
recommendationReason?: undefined;
|
|
3627
3707
|
};
|
|
3628
3708
|
required: string[];
|
|
3629
3709
|
additionalProperties: boolean;
|
|
@@ -3856,6 +3936,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
3856
3936
|
candidates?: undefined;
|
|
3857
3937
|
candidateWindow?: undefined;
|
|
3858
3938
|
hold?: undefined;
|
|
3939
|
+
itemId?: undefined;
|
|
3940
|
+
decision?: undefined;
|
|
3941
|
+
slots?: undefined;
|
|
3942
|
+
recommendedSlotIndex?: undefined;
|
|
3943
|
+
recommendationReason?: undefined;
|
|
3859
3944
|
};
|
|
3860
3945
|
required: string[];
|
|
3861
3946
|
additionalProperties: boolean;
|
|
@@ -4087,6 +4172,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
4087
4172
|
candidates?: undefined;
|
|
4088
4173
|
candidateWindow?: undefined;
|
|
4089
4174
|
hold?: undefined;
|
|
4175
|
+
itemId?: undefined;
|
|
4176
|
+
decision?: undefined;
|
|
4177
|
+
slots?: undefined;
|
|
4178
|
+
recommendedSlotIndex?: undefined;
|
|
4179
|
+
recommendationReason?: undefined;
|
|
4090
4180
|
};
|
|
4091
4181
|
required: string[];
|
|
4092
4182
|
additionalProperties: boolean;
|
|
@@ -4318,6 +4408,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
4318
4408
|
candidates?: undefined;
|
|
4319
4409
|
candidateWindow?: undefined;
|
|
4320
4410
|
hold?: undefined;
|
|
4411
|
+
itemId?: undefined;
|
|
4412
|
+
decision?: undefined;
|
|
4413
|
+
slots?: undefined;
|
|
4414
|
+
recommendedSlotIndex?: undefined;
|
|
4415
|
+
recommendationReason?: undefined;
|
|
4321
4416
|
};
|
|
4322
4417
|
required: string[];
|
|
4323
4418
|
additionalProperties: boolean;
|
|
@@ -4550,6 +4645,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
4550
4645
|
candidates?: undefined;
|
|
4551
4646
|
candidateWindow?: undefined;
|
|
4552
4647
|
hold?: undefined;
|
|
4648
|
+
itemId?: undefined;
|
|
4649
|
+
decision?: undefined;
|
|
4650
|
+
slots?: undefined;
|
|
4651
|
+
recommendedSlotIndex?: undefined;
|
|
4652
|
+
recommendationReason?: undefined;
|
|
4553
4653
|
};
|
|
4554
4654
|
required: string[];
|
|
4555
4655
|
additionalProperties: boolean;
|
|
@@ -4775,6 +4875,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
4775
4875
|
candidates?: undefined;
|
|
4776
4876
|
candidateWindow?: undefined;
|
|
4777
4877
|
hold?: undefined;
|
|
4878
|
+
itemId?: undefined;
|
|
4879
|
+
decision?: undefined;
|
|
4880
|
+
slots?: undefined;
|
|
4881
|
+
recommendedSlotIndex?: undefined;
|
|
4882
|
+
recommendationReason?: undefined;
|
|
4778
4883
|
};
|
|
4779
4884
|
required: string[];
|
|
4780
4885
|
additionalProperties: boolean;
|
|
@@ -4990,6 +5095,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
4990
5095
|
candidates?: undefined;
|
|
4991
5096
|
candidateWindow?: undefined;
|
|
4992
5097
|
hold?: undefined;
|
|
5098
|
+
itemId?: undefined;
|
|
5099
|
+
decision?: undefined;
|
|
5100
|
+
slots?: undefined;
|
|
5101
|
+
recommendedSlotIndex?: undefined;
|
|
5102
|
+
recommendationReason?: undefined;
|
|
4993
5103
|
};
|
|
4994
5104
|
required: string[];
|
|
4995
5105
|
additionalProperties: boolean;
|
|
@@ -5222,6 +5332,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
5222
5332
|
candidates?: undefined;
|
|
5223
5333
|
candidateWindow?: undefined;
|
|
5224
5334
|
hold?: undefined;
|
|
5335
|
+
itemId?: undefined;
|
|
5336
|
+
decision?: undefined;
|
|
5337
|
+
slots?: undefined;
|
|
5338
|
+
recommendedSlotIndex?: undefined;
|
|
5339
|
+
recommendationReason?: undefined;
|
|
5225
5340
|
};
|
|
5226
5341
|
required: string[];
|
|
5227
5342
|
additionalProperties: boolean;
|
|
@@ -5449,6 +5564,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
5449
5564
|
candidates?: undefined;
|
|
5450
5565
|
candidateWindow?: undefined;
|
|
5451
5566
|
hold?: undefined;
|
|
5567
|
+
itemId?: undefined;
|
|
5568
|
+
decision?: undefined;
|
|
5569
|
+
slots?: undefined;
|
|
5570
|
+
recommendedSlotIndex?: undefined;
|
|
5571
|
+
recommendationReason?: undefined;
|
|
5452
5572
|
};
|
|
5453
5573
|
required: string[];
|
|
5454
5574
|
additionalProperties: boolean;
|
|
@@ -5675,6 +5795,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
5675
5795
|
candidates?: undefined;
|
|
5676
5796
|
candidateWindow?: undefined;
|
|
5677
5797
|
hold?: undefined;
|
|
5798
|
+
itemId?: undefined;
|
|
5799
|
+
decision?: undefined;
|
|
5800
|
+
slots?: undefined;
|
|
5801
|
+
recommendedSlotIndex?: undefined;
|
|
5802
|
+
recommendationReason?: undefined;
|
|
5678
5803
|
};
|
|
5679
5804
|
required: string[];
|
|
5680
5805
|
additionalProperties: boolean;
|
|
@@ -5900,6 +6025,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
5900
6025
|
candidates?: undefined;
|
|
5901
6026
|
candidateWindow?: undefined;
|
|
5902
6027
|
hold?: undefined;
|
|
6028
|
+
itemId?: undefined;
|
|
6029
|
+
decision?: undefined;
|
|
6030
|
+
slots?: undefined;
|
|
6031
|
+
recommendedSlotIndex?: undefined;
|
|
6032
|
+
recommendationReason?: undefined;
|
|
5903
6033
|
};
|
|
5904
6034
|
required: string[];
|
|
5905
6035
|
additionalProperties: boolean;
|
|
@@ -6122,6 +6252,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
6122
6252
|
candidates?: undefined;
|
|
6123
6253
|
candidateWindow?: undefined;
|
|
6124
6254
|
hold?: undefined;
|
|
6255
|
+
itemId?: undefined;
|
|
6256
|
+
decision?: undefined;
|
|
6257
|
+
slots?: undefined;
|
|
6258
|
+
recommendedSlotIndex?: undefined;
|
|
6259
|
+
recommendationReason?: undefined;
|
|
6125
6260
|
};
|
|
6126
6261
|
required: string[];
|
|
6127
6262
|
additionalProperties: boolean;
|
|
@@ -6366,6 +6501,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
6366
6501
|
candidates?: undefined;
|
|
6367
6502
|
candidateWindow?: undefined;
|
|
6368
6503
|
hold?: undefined;
|
|
6504
|
+
itemId?: undefined;
|
|
6505
|
+
decision?: undefined;
|
|
6506
|
+
slots?: undefined;
|
|
6507
|
+
recommendedSlotIndex?: undefined;
|
|
6508
|
+
recommendationReason?: undefined;
|
|
6369
6509
|
};
|
|
6370
6510
|
required: string[];
|
|
6371
6511
|
additionalProperties: boolean;
|
|
@@ -6598,6 +6738,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
6598
6738
|
candidates?: undefined;
|
|
6599
6739
|
candidateWindow?: undefined;
|
|
6600
6740
|
hold?: undefined;
|
|
6741
|
+
itemId?: undefined;
|
|
6742
|
+
decision?: undefined;
|
|
6743
|
+
slots?: undefined;
|
|
6744
|
+
recommendedSlotIndex?: undefined;
|
|
6745
|
+
recommendationReason?: undefined;
|
|
6601
6746
|
};
|
|
6602
6747
|
required: string[];
|
|
6603
6748
|
additionalProperties: boolean;
|
|
@@ -6816,6 +6961,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
6816
6961
|
candidates?: undefined;
|
|
6817
6962
|
candidateWindow?: undefined;
|
|
6818
6963
|
hold?: undefined;
|
|
6964
|
+
itemId?: undefined;
|
|
6965
|
+
decision?: undefined;
|
|
6966
|
+
slots?: undefined;
|
|
6967
|
+
recommendedSlotIndex?: undefined;
|
|
6968
|
+
recommendationReason?: undefined;
|
|
6819
6969
|
};
|
|
6820
6970
|
required: string[];
|
|
6821
6971
|
additionalProperties: boolean;
|
|
@@ -7038,6 +7188,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
7038
7188
|
candidates?: undefined;
|
|
7039
7189
|
candidateWindow?: undefined;
|
|
7040
7190
|
hold?: undefined;
|
|
7191
|
+
itemId?: undefined;
|
|
7192
|
+
decision?: undefined;
|
|
7193
|
+
slots?: undefined;
|
|
7194
|
+
recommendedSlotIndex?: undefined;
|
|
7195
|
+
recommendationReason?: undefined;
|
|
7041
7196
|
};
|
|
7042
7197
|
required: string[];
|
|
7043
7198
|
additionalProperties: boolean;
|
|
@@ -7266,6 +7421,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
7266
7421
|
candidates?: undefined;
|
|
7267
7422
|
candidateWindow?: undefined;
|
|
7268
7423
|
hold?: undefined;
|
|
7424
|
+
itemId?: undefined;
|
|
7425
|
+
decision?: undefined;
|
|
7426
|
+
slots?: undefined;
|
|
7427
|
+
recommendedSlotIndex?: undefined;
|
|
7428
|
+
recommendationReason?: undefined;
|
|
7269
7429
|
};
|
|
7270
7430
|
required: string[];
|
|
7271
7431
|
additionalProperties: boolean;
|
|
@@ -7487,6 +7647,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
7487
7647
|
candidates?: undefined;
|
|
7488
7648
|
candidateWindow?: undefined;
|
|
7489
7649
|
hold?: undefined;
|
|
7650
|
+
itemId?: undefined;
|
|
7651
|
+
decision?: undefined;
|
|
7652
|
+
slots?: undefined;
|
|
7653
|
+
recommendedSlotIndex?: undefined;
|
|
7654
|
+
recommendationReason?: undefined;
|
|
7490
7655
|
};
|
|
7491
7656
|
required: string[];
|
|
7492
7657
|
additionalProperties: boolean;
|
|
@@ -7725,6 +7890,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
7725
7890
|
candidates?: undefined;
|
|
7726
7891
|
candidateWindow?: undefined;
|
|
7727
7892
|
hold?: undefined;
|
|
7893
|
+
itemId?: undefined;
|
|
7894
|
+
decision?: undefined;
|
|
7895
|
+
slots?: undefined;
|
|
7896
|
+
recommendedSlotIndex?: undefined;
|
|
7897
|
+
recommendationReason?: undefined;
|
|
7728
7898
|
};
|
|
7729
7899
|
required: string[];
|
|
7730
7900
|
additionalProperties: boolean;
|
|
@@ -7959,6 +8129,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
7959
8129
|
candidates?: undefined;
|
|
7960
8130
|
candidateWindow?: undefined;
|
|
7961
8131
|
hold?: undefined;
|
|
8132
|
+
itemId?: undefined;
|
|
8133
|
+
decision?: undefined;
|
|
8134
|
+
slots?: undefined;
|
|
8135
|
+
recommendedSlotIndex?: undefined;
|
|
8136
|
+
recommendationReason?: undefined;
|
|
7962
8137
|
};
|
|
7963
8138
|
required: string[];
|
|
7964
8139
|
additionalProperties: boolean;
|
|
@@ -8184,6 +8359,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
8184
8359
|
candidates?: undefined;
|
|
8185
8360
|
candidateWindow?: undefined;
|
|
8186
8361
|
hold?: undefined;
|
|
8362
|
+
itemId?: undefined;
|
|
8363
|
+
decision?: undefined;
|
|
8364
|
+
slots?: undefined;
|
|
8365
|
+
recommendedSlotIndex?: undefined;
|
|
8366
|
+
recommendationReason?: undefined;
|
|
8187
8367
|
};
|
|
8188
8368
|
required: string[];
|
|
8189
8369
|
additionalProperties: boolean;
|
|
@@ -8411,6 +8591,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
8411
8591
|
candidates?: undefined;
|
|
8412
8592
|
candidateWindow?: undefined;
|
|
8413
8593
|
hold?: undefined;
|
|
8594
|
+
itemId?: undefined;
|
|
8595
|
+
decision?: undefined;
|
|
8596
|
+
slots?: undefined;
|
|
8597
|
+
recommendedSlotIndex?: undefined;
|
|
8598
|
+
recommendationReason?: undefined;
|
|
8414
8599
|
};
|
|
8415
8600
|
required: string[];
|
|
8416
8601
|
additionalProperties: boolean;
|
|
@@ -8637,6 +8822,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
8637
8822
|
candidates?: undefined;
|
|
8638
8823
|
candidateWindow?: undefined;
|
|
8639
8824
|
hold?: undefined;
|
|
8825
|
+
itemId?: undefined;
|
|
8826
|
+
decision?: undefined;
|
|
8827
|
+
slots?: undefined;
|
|
8828
|
+
recommendedSlotIndex?: undefined;
|
|
8829
|
+
recommendationReason?: undefined;
|
|
8640
8830
|
};
|
|
8641
8831
|
required: string[];
|
|
8642
8832
|
additionalProperties: boolean;
|
|
@@ -8851,6 +9041,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
8851
9041
|
candidates?: undefined;
|
|
8852
9042
|
candidateWindow?: undefined;
|
|
8853
9043
|
hold?: undefined;
|
|
9044
|
+
itemId?: undefined;
|
|
9045
|
+
decision?: undefined;
|
|
9046
|
+
slots?: undefined;
|
|
9047
|
+
recommendedSlotIndex?: undefined;
|
|
9048
|
+
recommendationReason?: undefined;
|
|
8854
9049
|
};
|
|
8855
9050
|
required: string[];
|
|
8856
9051
|
additionalProperties: boolean;
|
|
@@ -9073,6 +9268,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
9073
9268
|
candidates?: undefined;
|
|
9074
9269
|
candidateWindow?: undefined;
|
|
9075
9270
|
hold?: undefined;
|
|
9271
|
+
itemId?: undefined;
|
|
9272
|
+
decision?: undefined;
|
|
9273
|
+
slots?: undefined;
|
|
9274
|
+
recommendedSlotIndex?: undefined;
|
|
9275
|
+
recommendationReason?: undefined;
|
|
9076
9276
|
};
|
|
9077
9277
|
required: string[];
|
|
9078
9278
|
additionalProperties: boolean;
|
|
@@ -9305,6 +9505,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
9305
9505
|
candidates?: undefined;
|
|
9306
9506
|
candidateWindow?: undefined;
|
|
9307
9507
|
hold?: undefined;
|
|
9508
|
+
itemId?: undefined;
|
|
9509
|
+
decision?: undefined;
|
|
9510
|
+
slots?: undefined;
|
|
9511
|
+
recommendedSlotIndex?: undefined;
|
|
9512
|
+
recommendationReason?: undefined;
|
|
9308
9513
|
};
|
|
9309
9514
|
required: string[];
|
|
9310
9515
|
additionalProperties: boolean;
|
|
@@ -9526,6 +9731,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
9526
9731
|
candidates?: undefined;
|
|
9527
9732
|
candidateWindow?: undefined;
|
|
9528
9733
|
hold?: undefined;
|
|
9734
|
+
itemId?: undefined;
|
|
9735
|
+
decision?: undefined;
|
|
9736
|
+
slots?: undefined;
|
|
9737
|
+
recommendedSlotIndex?: undefined;
|
|
9738
|
+
recommendationReason?: undefined;
|
|
9529
9739
|
};
|
|
9530
9740
|
required: string[];
|
|
9531
9741
|
additionalProperties: boolean;
|
|
@@ -9757,6 +9967,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
9757
9967
|
candidates?: undefined;
|
|
9758
9968
|
candidateWindow?: undefined;
|
|
9759
9969
|
hold?: undefined;
|
|
9970
|
+
itemId?: undefined;
|
|
9971
|
+
decision?: undefined;
|
|
9972
|
+
slots?: undefined;
|
|
9973
|
+
recommendedSlotIndex?: undefined;
|
|
9974
|
+
recommendationReason?: undefined;
|
|
9760
9975
|
};
|
|
9761
9976
|
required: string[];
|
|
9762
9977
|
additionalProperties: boolean;
|
|
@@ -9979,6 +10194,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
9979
10194
|
candidates?: undefined;
|
|
9980
10195
|
candidateWindow?: undefined;
|
|
9981
10196
|
hold?: undefined;
|
|
10197
|
+
itemId?: undefined;
|
|
10198
|
+
decision?: undefined;
|
|
10199
|
+
slots?: undefined;
|
|
10200
|
+
recommendedSlotIndex?: undefined;
|
|
10201
|
+
recommendationReason?: undefined;
|
|
9982
10202
|
};
|
|
9983
10203
|
required: string[];
|
|
9984
10204
|
additionalProperties: boolean;
|
|
@@ -10206,6 +10426,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
10206
10426
|
candidates?: undefined;
|
|
10207
10427
|
candidateWindow?: undefined;
|
|
10208
10428
|
hold?: undefined;
|
|
10429
|
+
itemId?: undefined;
|
|
10430
|
+
decision?: undefined;
|
|
10431
|
+
slots?: undefined;
|
|
10432
|
+
recommendedSlotIndex?: undefined;
|
|
10433
|
+
recommendationReason?: undefined;
|
|
10209
10434
|
};
|
|
10210
10435
|
required: never[];
|
|
10211
10436
|
additionalProperties: boolean;
|
|
@@ -10416,6 +10641,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
10416
10641
|
candidates?: undefined;
|
|
10417
10642
|
candidateWindow?: undefined;
|
|
10418
10643
|
hold?: undefined;
|
|
10644
|
+
itemId?: undefined;
|
|
10645
|
+
decision?: undefined;
|
|
10646
|
+
slots?: undefined;
|
|
10647
|
+
recommendedSlotIndex?: undefined;
|
|
10648
|
+
recommendationReason?: undefined;
|
|
10419
10649
|
};
|
|
10420
10650
|
required: never[];
|
|
10421
10651
|
additionalProperties: boolean;
|
|
@@ -10639,6 +10869,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
10639
10869
|
candidates?: undefined;
|
|
10640
10870
|
candidateWindow?: undefined;
|
|
10641
10871
|
hold?: undefined;
|
|
10872
|
+
itemId?: undefined;
|
|
10873
|
+
decision?: undefined;
|
|
10874
|
+
slots?: undefined;
|
|
10875
|
+
recommendedSlotIndex?: undefined;
|
|
10876
|
+
recommendationReason?: undefined;
|
|
10642
10877
|
};
|
|
10643
10878
|
required: string[];
|
|
10644
10879
|
additionalProperties: boolean;
|
|
@@ -10866,6 +11101,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
10866
11101
|
candidates?: undefined;
|
|
10867
11102
|
candidateWindow?: undefined;
|
|
10868
11103
|
hold?: undefined;
|
|
11104
|
+
itemId?: undefined;
|
|
11105
|
+
decision?: undefined;
|
|
11106
|
+
slots?: undefined;
|
|
11107
|
+
recommendedSlotIndex?: undefined;
|
|
11108
|
+
recommendationReason?: undefined;
|
|
10869
11109
|
};
|
|
10870
11110
|
required: string[];
|
|
10871
11111
|
additionalProperties: boolean;
|
|
@@ -11097,6 +11337,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
11097
11337
|
candidates?: undefined;
|
|
11098
11338
|
candidateWindow?: undefined;
|
|
11099
11339
|
hold?: undefined;
|
|
11340
|
+
itemId?: undefined;
|
|
11341
|
+
decision?: undefined;
|
|
11342
|
+
slots?: undefined;
|
|
11343
|
+
recommendedSlotIndex?: undefined;
|
|
11344
|
+
recommendationReason?: undefined;
|
|
11100
11345
|
};
|
|
11101
11346
|
required: never[];
|
|
11102
11347
|
additionalProperties: boolean;
|
|
@@ -11311,6 +11556,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
11311
11556
|
candidates?: undefined;
|
|
11312
11557
|
candidateWindow?: undefined;
|
|
11313
11558
|
hold?: undefined;
|
|
11559
|
+
itemId?: undefined;
|
|
11560
|
+
decision?: undefined;
|
|
11561
|
+
slots?: undefined;
|
|
11562
|
+
recommendedSlotIndex?: undefined;
|
|
11563
|
+
recommendationReason?: undefined;
|
|
11314
11564
|
};
|
|
11315
11565
|
required: string[];
|
|
11316
11566
|
additionalProperties: boolean;
|
|
@@ -11524,6 +11774,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
11524
11774
|
candidates?: undefined;
|
|
11525
11775
|
candidateWindow?: undefined;
|
|
11526
11776
|
hold?: undefined;
|
|
11777
|
+
itemId?: undefined;
|
|
11778
|
+
decision?: undefined;
|
|
11779
|
+
slots?: undefined;
|
|
11780
|
+
recommendedSlotIndex?: undefined;
|
|
11781
|
+
recommendationReason?: undefined;
|
|
11527
11782
|
};
|
|
11528
11783
|
required: never[];
|
|
11529
11784
|
additionalProperties: boolean;
|
|
@@ -11741,6 +11996,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
11741
11996
|
candidates?: undefined;
|
|
11742
11997
|
candidateWindow?: undefined;
|
|
11743
11998
|
hold?: undefined;
|
|
11999
|
+
itemId?: undefined;
|
|
12000
|
+
decision?: undefined;
|
|
12001
|
+
slots?: undefined;
|
|
12002
|
+
recommendedSlotIndex?: undefined;
|
|
12003
|
+
recommendationReason?: undefined;
|
|
11744
12004
|
};
|
|
11745
12005
|
required: string[];
|
|
11746
12006
|
additionalProperties: boolean;
|
|
@@ -11965,6 +12225,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
11965
12225
|
candidates?: undefined;
|
|
11966
12226
|
candidateWindow?: undefined;
|
|
11967
12227
|
hold?: undefined;
|
|
12228
|
+
itemId?: undefined;
|
|
12229
|
+
decision?: undefined;
|
|
12230
|
+
slots?: undefined;
|
|
12231
|
+
recommendedSlotIndex?: undefined;
|
|
12232
|
+
recommendationReason?: undefined;
|
|
11968
12233
|
};
|
|
11969
12234
|
required: string[];
|
|
11970
12235
|
additionalProperties: boolean;
|
|
@@ -12186,6 +12451,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
12186
12451
|
candidates?: undefined;
|
|
12187
12452
|
candidateWindow?: undefined;
|
|
12188
12453
|
hold?: undefined;
|
|
12454
|
+
itemId?: undefined;
|
|
12455
|
+
decision?: undefined;
|
|
12456
|
+
slots?: undefined;
|
|
12457
|
+
recommendedSlotIndex?: undefined;
|
|
12458
|
+
recommendationReason?: undefined;
|
|
12189
12459
|
};
|
|
12190
12460
|
required: string[];
|
|
12191
12461
|
additionalProperties: boolean;
|
|
@@ -12400,6 +12670,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
12400
12670
|
candidates?: undefined;
|
|
12401
12671
|
candidateWindow?: undefined;
|
|
12402
12672
|
hold?: undefined;
|
|
12673
|
+
itemId?: undefined;
|
|
12674
|
+
decision?: undefined;
|
|
12675
|
+
slots?: undefined;
|
|
12676
|
+
recommendedSlotIndex?: undefined;
|
|
12677
|
+
recommendationReason?: undefined;
|
|
12403
12678
|
};
|
|
12404
12679
|
required: string[];
|
|
12405
12680
|
additionalProperties: boolean;
|
|
@@ -12626,6 +12901,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
12626
12901
|
candidates?: undefined;
|
|
12627
12902
|
candidateWindow?: undefined;
|
|
12628
12903
|
hold?: undefined;
|
|
12904
|
+
itemId?: undefined;
|
|
12905
|
+
decision?: undefined;
|
|
12906
|
+
slots?: undefined;
|
|
12907
|
+
recommendedSlotIndex?: undefined;
|
|
12908
|
+
recommendationReason?: undefined;
|
|
12629
12909
|
};
|
|
12630
12910
|
required: never[];
|
|
12631
12911
|
additionalProperties: boolean;
|
|
@@ -12848,6 +13128,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
12848
13128
|
candidates?: undefined;
|
|
12849
13129
|
candidateWindow?: undefined;
|
|
12850
13130
|
hold?: undefined;
|
|
13131
|
+
itemId?: undefined;
|
|
13132
|
+
decision?: undefined;
|
|
13133
|
+
slots?: undefined;
|
|
13134
|
+
recommendedSlotIndex?: undefined;
|
|
13135
|
+
recommendationReason?: undefined;
|
|
12851
13136
|
};
|
|
12852
13137
|
required: string[];
|
|
12853
13138
|
additionalProperties: boolean;
|
|
@@ -13068,6 +13353,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
13068
13353
|
candidates?: undefined;
|
|
13069
13354
|
candidateWindow?: undefined;
|
|
13070
13355
|
hold?: undefined;
|
|
13356
|
+
itemId?: undefined;
|
|
13357
|
+
decision?: undefined;
|
|
13358
|
+
slots?: undefined;
|
|
13359
|
+
recommendedSlotIndex?: undefined;
|
|
13360
|
+
recommendationReason?: undefined;
|
|
13071
13361
|
};
|
|
13072
13362
|
required: string[];
|
|
13073
13363
|
additionalProperties: boolean;
|
|
@@ -13281,6 +13571,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
13281
13571
|
candidates?: undefined;
|
|
13282
13572
|
candidateWindow?: undefined;
|
|
13283
13573
|
hold?: undefined;
|
|
13574
|
+
itemId?: undefined;
|
|
13575
|
+
decision?: undefined;
|
|
13576
|
+
slots?: undefined;
|
|
13577
|
+
recommendedSlotIndex?: undefined;
|
|
13578
|
+
recommendationReason?: undefined;
|
|
13284
13579
|
};
|
|
13285
13580
|
required: string[];
|
|
13286
13581
|
additionalProperties: boolean;
|
|
@@ -13515,6 +13810,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
13515
13810
|
candidates?: undefined;
|
|
13516
13811
|
candidateWindow?: undefined;
|
|
13517
13812
|
hold?: undefined;
|
|
13813
|
+
itemId?: undefined;
|
|
13814
|
+
decision?: undefined;
|
|
13815
|
+
slots?: undefined;
|
|
13816
|
+
recommendedSlotIndex?: undefined;
|
|
13817
|
+
recommendationReason?: undefined;
|
|
13518
13818
|
};
|
|
13519
13819
|
required: string[];
|
|
13520
13820
|
additionalProperties: boolean;
|
|
@@ -13740,6 +14040,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
13740
14040
|
candidates?: undefined;
|
|
13741
14041
|
candidateWindow?: undefined;
|
|
13742
14042
|
hold?: undefined;
|
|
14043
|
+
itemId?: undefined;
|
|
14044
|
+
decision?: undefined;
|
|
14045
|
+
slots?: undefined;
|
|
14046
|
+
recommendedSlotIndex?: undefined;
|
|
14047
|
+
recommendationReason?: undefined;
|
|
13743
14048
|
};
|
|
13744
14049
|
required: string[];
|
|
13745
14050
|
additionalProperties: boolean;
|
|
@@ -13964,6 +14269,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
13964
14269
|
candidates?: undefined;
|
|
13965
14270
|
candidateWindow?: undefined;
|
|
13966
14271
|
hold?: undefined;
|
|
14272
|
+
itemId?: undefined;
|
|
14273
|
+
decision?: undefined;
|
|
14274
|
+
slots?: undefined;
|
|
14275
|
+
recommendedSlotIndex?: undefined;
|
|
14276
|
+
recommendationReason?: undefined;
|
|
13967
14277
|
};
|
|
13968
14278
|
additionalProperties: boolean;
|
|
13969
14279
|
required?: undefined;
|
|
@@ -14181,6 +14491,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
14181
14491
|
candidates?: undefined;
|
|
14182
14492
|
candidateWindow?: undefined;
|
|
14183
14493
|
hold?: undefined;
|
|
14494
|
+
itemId?: undefined;
|
|
14495
|
+
decision?: undefined;
|
|
14496
|
+
slots?: undefined;
|
|
14497
|
+
recommendedSlotIndex?: undefined;
|
|
14498
|
+
recommendationReason?: undefined;
|
|
14184
14499
|
};
|
|
14185
14500
|
required: string[];
|
|
14186
14501
|
additionalProperties: boolean;
|
|
@@ -14400,6 +14715,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
14400
14715
|
candidates?: undefined;
|
|
14401
14716
|
candidateWindow?: undefined;
|
|
14402
14717
|
hold?: undefined;
|
|
14718
|
+
itemId?: undefined;
|
|
14719
|
+
decision?: undefined;
|
|
14720
|
+
slots?: undefined;
|
|
14721
|
+
recommendedSlotIndex?: undefined;
|
|
14722
|
+
recommendationReason?: undefined;
|
|
14403
14723
|
};
|
|
14404
14724
|
required: string[];
|
|
14405
14725
|
additionalProperties: boolean;
|
|
@@ -14675,6 +14995,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
14675
14995
|
candidates?: undefined;
|
|
14676
14996
|
candidateWindow?: undefined;
|
|
14677
14997
|
hold?: undefined;
|
|
14998
|
+
itemId?: undefined;
|
|
14999
|
+
decision?: undefined;
|
|
15000
|
+
slots?: undefined;
|
|
15001
|
+
recommendedSlotIndex?: undefined;
|
|
15002
|
+
recommendationReason?: undefined;
|
|
14678
15003
|
};
|
|
14679
15004
|
required: string[];
|
|
14680
15005
|
additionalProperties: boolean;
|
|
@@ -14961,6 +15286,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
14961
15286
|
candidates?: undefined;
|
|
14962
15287
|
candidateWindow?: undefined;
|
|
14963
15288
|
hold?: undefined;
|
|
15289
|
+
itemId?: undefined;
|
|
15290
|
+
decision?: undefined;
|
|
15291
|
+
slots?: undefined;
|
|
15292
|
+
recommendedSlotIndex?: undefined;
|
|
15293
|
+
recommendationReason?: undefined;
|
|
14964
15294
|
};
|
|
14965
15295
|
required: string[];
|
|
14966
15296
|
additionalProperties: boolean;
|
|
@@ -15185,6 +15515,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
15185
15515
|
candidates?: undefined;
|
|
15186
15516
|
candidateWindow?: undefined;
|
|
15187
15517
|
hold?: undefined;
|
|
15518
|
+
itemId?: undefined;
|
|
15519
|
+
decision?: undefined;
|
|
15520
|
+
slots?: undefined;
|
|
15521
|
+
recommendedSlotIndex?: undefined;
|
|
15522
|
+
recommendationReason?: undefined;
|
|
15188
15523
|
};
|
|
15189
15524
|
required: string[];
|
|
15190
15525
|
additionalProperties: boolean;
|
|
@@ -15397,6 +15732,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
15397
15732
|
candidates?: undefined;
|
|
15398
15733
|
candidateWindow?: undefined;
|
|
15399
15734
|
hold?: undefined;
|
|
15735
|
+
itemId?: undefined;
|
|
15736
|
+
decision?: undefined;
|
|
15737
|
+
slots?: undefined;
|
|
15738
|
+
recommendedSlotIndex?: undefined;
|
|
15739
|
+
recommendationReason?: undefined;
|
|
15400
15740
|
};
|
|
15401
15741
|
additionalProperties: boolean;
|
|
15402
15742
|
required?: undefined;
|
|
@@ -15613,6 +15953,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
15613
15953
|
candidates?: undefined;
|
|
15614
15954
|
candidateWindow?: undefined;
|
|
15615
15955
|
hold?: undefined;
|
|
15956
|
+
itemId?: undefined;
|
|
15957
|
+
decision?: undefined;
|
|
15958
|
+
slots?: undefined;
|
|
15959
|
+
recommendedSlotIndex?: undefined;
|
|
15960
|
+
recommendationReason?: undefined;
|
|
15616
15961
|
};
|
|
15617
15962
|
additionalProperties: boolean;
|
|
15618
15963
|
required?: undefined;
|
|
@@ -15830,6 +16175,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
15830
16175
|
candidates?: undefined;
|
|
15831
16176
|
candidateWindow?: undefined;
|
|
15832
16177
|
hold?: undefined;
|
|
16178
|
+
itemId?: undefined;
|
|
16179
|
+
decision?: undefined;
|
|
16180
|
+
slots?: undefined;
|
|
16181
|
+
recommendedSlotIndex?: undefined;
|
|
16182
|
+
recommendationReason?: undefined;
|
|
15833
16183
|
};
|
|
15834
16184
|
required: string[];
|
|
15835
16185
|
additionalProperties: boolean;
|
|
@@ -16048,6 +16398,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
16048
16398
|
candidates?: undefined;
|
|
16049
16399
|
candidateWindow?: undefined;
|
|
16050
16400
|
hold?: undefined;
|
|
16401
|
+
itemId?: undefined;
|
|
16402
|
+
decision?: undefined;
|
|
16403
|
+
slots?: undefined;
|
|
16404
|
+
recommendedSlotIndex?: undefined;
|
|
16405
|
+
recommendationReason?: undefined;
|
|
16051
16406
|
};
|
|
16052
16407
|
required: string[];
|
|
16053
16408
|
additionalProperties: boolean;
|
|
@@ -16269,6 +16624,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
16269
16624
|
candidates?: undefined;
|
|
16270
16625
|
candidateWindow?: undefined;
|
|
16271
16626
|
hold?: undefined;
|
|
16627
|
+
itemId?: undefined;
|
|
16628
|
+
decision?: undefined;
|
|
16629
|
+
slots?: undefined;
|
|
16630
|
+
recommendedSlotIndex?: undefined;
|
|
16631
|
+
recommendationReason?: undefined;
|
|
16272
16632
|
};
|
|
16273
16633
|
required: string[];
|
|
16274
16634
|
additionalProperties: boolean;
|
|
@@ -16482,6 +16842,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
16482
16842
|
candidates?: undefined;
|
|
16483
16843
|
candidateWindow?: undefined;
|
|
16484
16844
|
hold?: undefined;
|
|
16845
|
+
itemId?: undefined;
|
|
16846
|
+
decision?: undefined;
|
|
16847
|
+
slots?: undefined;
|
|
16848
|
+
recommendedSlotIndex?: undefined;
|
|
16849
|
+
recommendationReason?: undefined;
|
|
16485
16850
|
};
|
|
16486
16851
|
required: string[];
|
|
16487
16852
|
additionalProperties: boolean;
|
|
@@ -16722,6 +17087,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
16722
17087
|
candidates?: undefined;
|
|
16723
17088
|
candidateWindow?: undefined;
|
|
16724
17089
|
hold?: undefined;
|
|
17090
|
+
itemId?: undefined;
|
|
17091
|
+
decision?: undefined;
|
|
17092
|
+
slots?: undefined;
|
|
17093
|
+
recommendedSlotIndex?: undefined;
|
|
17094
|
+
recommendationReason?: undefined;
|
|
16725
17095
|
};
|
|
16726
17096
|
required: string[];
|
|
16727
17097
|
additionalProperties: boolean;
|
|
@@ -16958,6 +17328,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
16958
17328
|
candidates?: undefined;
|
|
16959
17329
|
candidateWindow?: undefined;
|
|
16960
17330
|
hold?: undefined;
|
|
17331
|
+
itemId?: undefined;
|
|
17332
|
+
decision?: undefined;
|
|
17333
|
+
slots?: undefined;
|
|
17334
|
+
recommendedSlotIndex?: undefined;
|
|
17335
|
+
recommendationReason?: undefined;
|
|
16961
17336
|
};
|
|
16962
17337
|
required: string[];
|
|
16963
17338
|
additionalProperties: boolean;
|
|
@@ -17171,6 +17546,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
17171
17546
|
candidates?: undefined;
|
|
17172
17547
|
candidateWindow?: undefined;
|
|
17173
17548
|
hold?: undefined;
|
|
17549
|
+
itemId?: undefined;
|
|
17550
|
+
decision?: undefined;
|
|
17551
|
+
slots?: undefined;
|
|
17552
|
+
recommendedSlotIndex?: undefined;
|
|
17553
|
+
recommendationReason?: undefined;
|
|
17174
17554
|
};
|
|
17175
17555
|
required: string[];
|
|
17176
17556
|
additionalProperties: boolean;
|
|
@@ -17397,6 +17777,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
17397
17777
|
candidates?: undefined;
|
|
17398
17778
|
candidateWindow?: undefined;
|
|
17399
17779
|
hold?: undefined;
|
|
17780
|
+
itemId?: undefined;
|
|
17781
|
+
decision?: undefined;
|
|
17782
|
+
slots?: undefined;
|
|
17783
|
+
recommendedSlotIndex?: undefined;
|
|
17784
|
+
recommendationReason?: undefined;
|
|
17400
17785
|
};
|
|
17401
17786
|
required: string[];
|
|
17402
17787
|
additionalProperties: boolean;
|
|
@@ -17615,6 +18000,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
17615
18000
|
candidates?: undefined;
|
|
17616
18001
|
candidateWindow?: undefined;
|
|
17617
18002
|
hold?: undefined;
|
|
18003
|
+
itemId?: undefined;
|
|
18004
|
+
decision?: undefined;
|
|
18005
|
+
slots?: undefined;
|
|
18006
|
+
recommendedSlotIndex?: undefined;
|
|
18007
|
+
recommendationReason?: undefined;
|
|
17618
18008
|
};
|
|
17619
18009
|
required: string[];
|
|
17620
18010
|
additionalProperties: boolean;
|
|
@@ -17831,6 +18221,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
17831
18221
|
candidates?: undefined;
|
|
17832
18222
|
candidateWindow?: undefined;
|
|
17833
18223
|
hold?: undefined;
|
|
18224
|
+
itemId?: undefined;
|
|
18225
|
+
decision?: undefined;
|
|
18226
|
+
slots?: undefined;
|
|
18227
|
+
recommendedSlotIndex?: undefined;
|
|
18228
|
+
recommendationReason?: undefined;
|
|
17834
18229
|
};
|
|
17835
18230
|
required: string[];
|
|
17836
18231
|
additionalProperties: boolean;
|
|
@@ -18052,6 +18447,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
18052
18447
|
candidates?: undefined;
|
|
18053
18448
|
candidateWindow?: undefined;
|
|
18054
18449
|
hold?: undefined;
|
|
18450
|
+
itemId?: undefined;
|
|
18451
|
+
decision?: undefined;
|
|
18452
|
+
slots?: undefined;
|
|
18453
|
+
recommendedSlotIndex?: undefined;
|
|
18454
|
+
recommendationReason?: undefined;
|
|
18055
18455
|
};
|
|
18056
18456
|
additionalProperties: boolean;
|
|
18057
18457
|
required?: undefined;
|
|
@@ -18274,6 +18674,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
18274
18674
|
candidates?: undefined;
|
|
18275
18675
|
candidateWindow?: undefined;
|
|
18276
18676
|
hold?: undefined;
|
|
18677
|
+
itemId?: undefined;
|
|
18678
|
+
decision?: undefined;
|
|
18679
|
+
slots?: undefined;
|
|
18680
|
+
recommendedSlotIndex?: undefined;
|
|
18681
|
+
recommendationReason?: undefined;
|
|
18277
18682
|
};
|
|
18278
18683
|
required: string[];
|
|
18279
18684
|
additionalProperties: boolean;
|
|
@@ -18488,6 +18893,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
18488
18893
|
candidates?: undefined;
|
|
18489
18894
|
candidateWindow?: undefined;
|
|
18490
18895
|
hold?: undefined;
|
|
18896
|
+
itemId?: undefined;
|
|
18897
|
+
decision?: undefined;
|
|
18898
|
+
slots?: undefined;
|
|
18899
|
+
recommendedSlotIndex?: undefined;
|
|
18900
|
+
recommendationReason?: undefined;
|
|
18491
18901
|
};
|
|
18492
18902
|
required: string[];
|
|
18493
18903
|
additionalProperties: boolean;
|
|
@@ -18708,6 +19118,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
18708
19118
|
candidates?: undefined;
|
|
18709
19119
|
candidateWindow?: undefined;
|
|
18710
19120
|
hold?: undefined;
|
|
19121
|
+
itemId?: undefined;
|
|
19122
|
+
decision?: undefined;
|
|
19123
|
+
slots?: undefined;
|
|
19124
|
+
recommendedSlotIndex?: undefined;
|
|
19125
|
+
recommendationReason?: undefined;
|
|
18711
19126
|
};
|
|
18712
19127
|
required: string[];
|
|
18713
19128
|
additionalProperties: boolean;
|
|
@@ -18920,6 +19335,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
18920
19335
|
candidates?: undefined;
|
|
18921
19336
|
candidateWindow?: undefined;
|
|
18922
19337
|
hold?: undefined;
|
|
19338
|
+
itemId?: undefined;
|
|
19339
|
+
decision?: undefined;
|
|
19340
|
+
slots?: undefined;
|
|
19341
|
+
recommendedSlotIndex?: undefined;
|
|
19342
|
+
recommendationReason?: undefined;
|
|
18923
19343
|
};
|
|
18924
19344
|
required: string[];
|
|
18925
19345
|
additionalProperties: boolean;
|
|
@@ -19135,6 +19555,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
19135
19555
|
candidates?: undefined;
|
|
19136
19556
|
candidateWindow?: undefined;
|
|
19137
19557
|
hold?: undefined;
|
|
19558
|
+
itemId?: undefined;
|
|
19559
|
+
decision?: undefined;
|
|
19560
|
+
slots?: undefined;
|
|
19561
|
+
recommendedSlotIndex?: undefined;
|
|
19562
|
+
recommendationReason?: undefined;
|
|
19138
19563
|
};
|
|
19139
19564
|
required: string[];
|
|
19140
19565
|
additionalProperties: boolean;
|
|
@@ -19358,6 +19783,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
19358
19783
|
candidates?: undefined;
|
|
19359
19784
|
candidateWindow?: undefined;
|
|
19360
19785
|
hold?: undefined;
|
|
19786
|
+
itemId?: undefined;
|
|
19787
|
+
decision?: undefined;
|
|
19788
|
+
slots?: undefined;
|
|
19789
|
+
recommendedSlotIndex?: undefined;
|
|
19790
|
+
recommendationReason?: undefined;
|
|
19361
19791
|
};
|
|
19362
19792
|
required: string[];
|
|
19363
19793
|
additionalProperties: boolean;
|
|
@@ -19584,6 +20014,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
19584
20014
|
candidates?: undefined;
|
|
19585
20015
|
candidateWindow?: undefined;
|
|
19586
20016
|
hold?: undefined;
|
|
20017
|
+
itemId?: undefined;
|
|
20018
|
+
decision?: undefined;
|
|
20019
|
+
slots?: undefined;
|
|
20020
|
+
recommendedSlotIndex?: undefined;
|
|
20021
|
+
recommendationReason?: undefined;
|
|
19587
20022
|
};
|
|
19588
20023
|
required: string[];
|
|
19589
20024
|
additionalProperties: boolean;
|
|
@@ -19821,6 +20256,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
19821
20256
|
candidates?: undefined;
|
|
19822
20257
|
candidateWindow?: undefined;
|
|
19823
20258
|
hold?: undefined;
|
|
20259
|
+
itemId?: undefined;
|
|
20260
|
+
decision?: undefined;
|
|
20261
|
+
slots?: undefined;
|
|
20262
|
+
recommendedSlotIndex?: undefined;
|
|
20263
|
+
recommendationReason?: undefined;
|
|
19824
20264
|
};
|
|
19825
20265
|
required: string[];
|
|
19826
20266
|
additionalProperties: boolean;
|
|
@@ -20058,6 +20498,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
20058
20498
|
candidates?: undefined;
|
|
20059
20499
|
candidateWindow?: undefined;
|
|
20060
20500
|
hold?: undefined;
|
|
20501
|
+
itemId?: undefined;
|
|
20502
|
+
decision?: undefined;
|
|
20503
|
+
slots?: undefined;
|
|
20504
|
+
recommendedSlotIndex?: undefined;
|
|
20505
|
+
recommendationReason?: undefined;
|
|
20061
20506
|
};
|
|
20062
20507
|
required: string[];
|
|
20063
20508
|
additionalProperties: boolean;
|
|
@@ -20290,6 +20735,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
20290
20735
|
candidates?: undefined;
|
|
20291
20736
|
candidateWindow?: undefined;
|
|
20292
20737
|
hold?: undefined;
|
|
20738
|
+
itemId?: undefined;
|
|
20739
|
+
decision?: undefined;
|
|
20740
|
+
slots?: undefined;
|
|
20741
|
+
recommendedSlotIndex?: undefined;
|
|
20742
|
+
recommendationReason?: undefined;
|
|
20293
20743
|
};
|
|
20294
20744
|
required: string[];
|
|
20295
20745
|
additionalProperties: boolean;
|
|
@@ -20522,6 +20972,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
20522
20972
|
candidates?: undefined;
|
|
20523
20973
|
candidateWindow?: undefined;
|
|
20524
20974
|
hold?: undefined;
|
|
20975
|
+
itemId?: undefined;
|
|
20976
|
+
decision?: undefined;
|
|
20977
|
+
slots?: undefined;
|
|
20978
|
+
recommendedSlotIndex?: undefined;
|
|
20979
|
+
recommendationReason?: undefined;
|
|
20525
20980
|
};
|
|
20526
20981
|
required: string[];
|
|
20527
20982
|
additionalProperties: boolean;
|
|
@@ -20737,6 +21192,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
20737
21192
|
candidates?: undefined;
|
|
20738
21193
|
candidateWindow?: undefined;
|
|
20739
21194
|
hold?: undefined;
|
|
21195
|
+
itemId?: undefined;
|
|
21196
|
+
decision?: undefined;
|
|
21197
|
+
slots?: undefined;
|
|
21198
|
+
recommendedSlotIndex?: undefined;
|
|
21199
|
+
recommendationReason?: undefined;
|
|
20740
21200
|
};
|
|
20741
21201
|
required: string[];
|
|
20742
21202
|
additionalProperties: boolean;
|
|
@@ -20953,6 +21413,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
20953
21413
|
candidates?: undefined;
|
|
20954
21414
|
candidateWindow?: undefined;
|
|
20955
21415
|
hold?: undefined;
|
|
21416
|
+
itemId?: undefined;
|
|
21417
|
+
decision?: undefined;
|
|
21418
|
+
slots?: undefined;
|
|
21419
|
+
recommendedSlotIndex?: undefined;
|
|
21420
|
+
recommendationReason?: undefined;
|
|
20956
21421
|
};
|
|
20957
21422
|
required: string[];
|
|
20958
21423
|
additionalProperties: boolean;
|
|
@@ -21186,6 +21651,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
21186
21651
|
candidates?: undefined;
|
|
21187
21652
|
candidateWindow?: undefined;
|
|
21188
21653
|
hold?: undefined;
|
|
21654
|
+
itemId?: undefined;
|
|
21655
|
+
decision?: undefined;
|
|
21656
|
+
slots?: undefined;
|
|
21657
|
+
recommendedSlotIndex?: undefined;
|
|
21658
|
+
recommendationReason?: undefined;
|
|
21189
21659
|
};
|
|
21190
21660
|
required: string[];
|
|
21191
21661
|
additionalProperties: boolean;
|
|
@@ -21418,6 +21888,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
21418
21888
|
candidates?: undefined;
|
|
21419
21889
|
candidateWindow?: undefined;
|
|
21420
21890
|
hold?: undefined;
|
|
21891
|
+
itemId?: undefined;
|
|
21892
|
+
decision?: undefined;
|
|
21893
|
+
slots?: undefined;
|
|
21894
|
+
recommendedSlotIndex?: undefined;
|
|
21895
|
+
recommendationReason?: undefined;
|
|
21421
21896
|
};
|
|
21422
21897
|
required: string[];
|
|
21423
21898
|
additionalProperties: boolean;
|
|
@@ -21642,6 +22117,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
21642
22117
|
candidates?: undefined;
|
|
21643
22118
|
candidateWindow?: undefined;
|
|
21644
22119
|
hold?: undefined;
|
|
22120
|
+
itemId?: undefined;
|
|
22121
|
+
decision?: undefined;
|
|
22122
|
+
slots?: undefined;
|
|
22123
|
+
recommendedSlotIndex?: undefined;
|
|
22124
|
+
recommendationReason?: undefined;
|
|
21645
22125
|
};
|
|
21646
22126
|
required: string[];
|
|
21647
22127
|
additionalProperties: boolean;
|
|
@@ -21856,6 +22336,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
21856
22336
|
candidates?: undefined;
|
|
21857
22337
|
candidateWindow?: undefined;
|
|
21858
22338
|
hold?: undefined;
|
|
22339
|
+
itemId?: undefined;
|
|
22340
|
+
decision?: undefined;
|
|
22341
|
+
slots?: undefined;
|
|
22342
|
+
recommendedSlotIndex?: undefined;
|
|
22343
|
+
recommendationReason?: undefined;
|
|
21859
22344
|
};
|
|
21860
22345
|
required: string[];
|
|
21861
22346
|
additionalProperties: boolean;
|
|
@@ -22076,6 +22561,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
22076
22561
|
candidates?: undefined;
|
|
22077
22562
|
candidateWindow?: undefined;
|
|
22078
22563
|
hold?: undefined;
|
|
22564
|
+
itemId?: undefined;
|
|
22565
|
+
decision?: undefined;
|
|
22566
|
+
slots?: undefined;
|
|
22567
|
+
recommendedSlotIndex?: undefined;
|
|
22568
|
+
recommendationReason?: undefined;
|
|
22079
22569
|
};
|
|
22080
22570
|
required: string[];
|
|
22081
22571
|
additionalProperties: boolean;
|
|
@@ -22288,6 +22778,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
22288
22778
|
candidates?: undefined;
|
|
22289
22779
|
candidateWindow?: undefined;
|
|
22290
22780
|
hold?: undefined;
|
|
22781
|
+
itemId?: undefined;
|
|
22782
|
+
decision?: undefined;
|
|
22783
|
+
slots?: undefined;
|
|
22784
|
+
recommendedSlotIndex?: undefined;
|
|
22785
|
+
recommendationReason?: undefined;
|
|
22291
22786
|
};
|
|
22292
22787
|
required: string[];
|
|
22293
22788
|
additionalProperties: boolean;
|
|
@@ -22510,6 +23005,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
22510
23005
|
candidates?: undefined;
|
|
22511
23006
|
candidateWindow?: undefined;
|
|
22512
23007
|
hold?: undefined;
|
|
23008
|
+
itemId?: undefined;
|
|
23009
|
+
decision?: undefined;
|
|
23010
|
+
slots?: undefined;
|
|
23011
|
+
recommendedSlotIndex?: undefined;
|
|
23012
|
+
recommendationReason?: undefined;
|
|
22513
23013
|
};
|
|
22514
23014
|
required: string[];
|
|
22515
23015
|
additionalProperties: boolean;
|
|
@@ -22730,6 +23230,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
22730
23230
|
candidates?: undefined;
|
|
22731
23231
|
candidateWindow?: undefined;
|
|
22732
23232
|
hold?: undefined;
|
|
23233
|
+
itemId?: undefined;
|
|
23234
|
+
decision?: undefined;
|
|
23235
|
+
slots?: undefined;
|
|
23236
|
+
recommendedSlotIndex?: undefined;
|
|
23237
|
+
recommendationReason?: undefined;
|
|
22733
23238
|
};
|
|
22734
23239
|
required: string[];
|
|
22735
23240
|
additionalProperties: boolean;
|
|
@@ -22947,6 +23452,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
22947
23452
|
candidates?: undefined;
|
|
22948
23453
|
candidateWindow?: undefined;
|
|
22949
23454
|
hold?: undefined;
|
|
23455
|
+
itemId?: undefined;
|
|
23456
|
+
decision?: undefined;
|
|
23457
|
+
slots?: undefined;
|
|
23458
|
+
recommendedSlotIndex?: undefined;
|
|
23459
|
+
recommendationReason?: undefined;
|
|
22950
23460
|
};
|
|
22951
23461
|
additionalProperties: boolean;
|
|
22952
23462
|
required?: undefined;
|
|
@@ -23159,6 +23669,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
23159
23669
|
candidates?: undefined;
|
|
23160
23670
|
candidateWindow?: undefined;
|
|
23161
23671
|
hold?: undefined;
|
|
23672
|
+
itemId?: undefined;
|
|
23673
|
+
decision?: undefined;
|
|
23674
|
+
slots?: undefined;
|
|
23675
|
+
recommendedSlotIndex?: undefined;
|
|
23676
|
+
recommendationReason?: undefined;
|
|
23162
23677
|
};
|
|
23163
23678
|
required: string[];
|
|
23164
23679
|
additionalProperties: boolean;
|
|
@@ -23376,6 +23891,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
23376
23891
|
candidates?: undefined;
|
|
23377
23892
|
candidateWindow?: undefined;
|
|
23378
23893
|
hold?: undefined;
|
|
23894
|
+
itemId?: undefined;
|
|
23895
|
+
decision?: undefined;
|
|
23896
|
+
slots?: undefined;
|
|
23897
|
+
recommendedSlotIndex?: undefined;
|
|
23898
|
+
recommendationReason?: undefined;
|
|
23379
23899
|
};
|
|
23380
23900
|
required: string[];
|
|
23381
23901
|
additionalProperties: boolean;
|
|
@@ -23609,6 +24129,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
23609
24129
|
candidates?: undefined;
|
|
23610
24130
|
candidateWindow?: undefined;
|
|
23611
24131
|
hold?: undefined;
|
|
24132
|
+
itemId?: undefined;
|
|
24133
|
+
decision?: undefined;
|
|
24134
|
+
slots?: undefined;
|
|
24135
|
+
recommendedSlotIndex?: undefined;
|
|
24136
|
+
recommendationReason?: undefined;
|
|
23612
24137
|
};
|
|
23613
24138
|
additionalProperties: boolean;
|
|
23614
24139
|
required?: undefined;
|
|
@@ -23823,6 +24348,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
23823
24348
|
candidates?: undefined;
|
|
23824
24349
|
candidateWindow?: undefined;
|
|
23825
24350
|
hold?: undefined;
|
|
24351
|
+
itemId?: undefined;
|
|
24352
|
+
decision?: undefined;
|
|
24353
|
+
slots?: undefined;
|
|
24354
|
+
recommendedSlotIndex?: undefined;
|
|
24355
|
+
recommendationReason?: undefined;
|
|
23826
24356
|
};
|
|
23827
24357
|
required: string[];
|
|
23828
24358
|
additionalProperties: boolean;
|
|
@@ -24047,6 +24577,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
24047
24577
|
candidates?: undefined;
|
|
24048
24578
|
candidateWindow?: undefined;
|
|
24049
24579
|
hold?: undefined;
|
|
24580
|
+
itemId?: undefined;
|
|
24581
|
+
decision?: undefined;
|
|
24582
|
+
slots?: undefined;
|
|
24583
|
+
recommendedSlotIndex?: undefined;
|
|
24584
|
+
recommendationReason?: undefined;
|
|
24050
24585
|
};
|
|
24051
24586
|
required: string[];
|
|
24052
24587
|
additionalProperties: boolean;
|
|
@@ -24286,6 +24821,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
24286
24821
|
candidates?: undefined;
|
|
24287
24822
|
candidateWindow?: undefined;
|
|
24288
24823
|
hold?: undefined;
|
|
24824
|
+
itemId?: undefined;
|
|
24825
|
+
decision?: undefined;
|
|
24826
|
+
slots?: undefined;
|
|
24827
|
+
recommendedSlotIndex?: undefined;
|
|
24828
|
+
recommendationReason?: undefined;
|
|
24289
24829
|
};
|
|
24290
24830
|
required: string[];
|
|
24291
24831
|
additionalProperties: boolean;
|
|
@@ -24525,6 +25065,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
24525
25065
|
candidates?: undefined;
|
|
24526
25066
|
candidateWindow?: undefined;
|
|
24527
25067
|
hold?: undefined;
|
|
25068
|
+
itemId?: undefined;
|
|
25069
|
+
decision?: undefined;
|
|
25070
|
+
slots?: undefined;
|
|
25071
|
+
recommendedSlotIndex?: undefined;
|
|
25072
|
+
recommendationReason?: undefined;
|
|
24528
25073
|
};
|
|
24529
25074
|
required: string[];
|
|
24530
25075
|
additionalProperties: boolean;
|
|
@@ -24744,6 +25289,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
24744
25289
|
candidates?: undefined;
|
|
24745
25290
|
candidateWindow?: undefined;
|
|
24746
25291
|
hold?: undefined;
|
|
25292
|
+
itemId?: undefined;
|
|
25293
|
+
decision?: undefined;
|
|
25294
|
+
slots?: undefined;
|
|
25295
|
+
recommendedSlotIndex?: undefined;
|
|
25296
|
+
recommendationReason?: undefined;
|
|
24747
25297
|
};
|
|
24748
25298
|
required: string[];
|
|
24749
25299
|
additionalProperties: boolean;
|
|
@@ -24963,6 +25513,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
24963
25513
|
candidates?: undefined;
|
|
24964
25514
|
candidateWindow?: undefined;
|
|
24965
25515
|
hold?: undefined;
|
|
25516
|
+
itemId?: undefined;
|
|
25517
|
+
decision?: undefined;
|
|
25518
|
+
slots?: undefined;
|
|
25519
|
+
recommendedSlotIndex?: undefined;
|
|
25520
|
+
recommendationReason?: undefined;
|
|
24966
25521
|
};
|
|
24967
25522
|
required: string[];
|
|
24968
25523
|
additionalProperties: boolean;
|
|
@@ -25182,6 +25737,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
25182
25737
|
candidates?: undefined;
|
|
25183
25738
|
candidateWindow?: undefined;
|
|
25184
25739
|
hold?: undefined;
|
|
25740
|
+
itemId?: undefined;
|
|
25741
|
+
decision?: undefined;
|
|
25742
|
+
slots?: undefined;
|
|
25743
|
+
recommendedSlotIndex?: undefined;
|
|
25744
|
+
recommendationReason?: undefined;
|
|
25185
25745
|
};
|
|
25186
25746
|
additionalProperties: boolean;
|
|
25187
25747
|
required?: undefined;
|
|
@@ -25396,6 +25956,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
25396
25956
|
candidates?: undefined;
|
|
25397
25957
|
candidateWindow?: undefined;
|
|
25398
25958
|
hold?: undefined;
|
|
25959
|
+
itemId?: undefined;
|
|
25960
|
+
decision?: undefined;
|
|
25961
|
+
slots?: undefined;
|
|
25962
|
+
recommendedSlotIndex?: undefined;
|
|
25963
|
+
recommendationReason?: undefined;
|
|
25399
25964
|
};
|
|
25400
25965
|
required: string[];
|
|
25401
25966
|
additionalProperties: boolean;
|
|
@@ -25611,6 +26176,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
25611
26176
|
candidates?: undefined;
|
|
25612
26177
|
candidateWindow?: undefined;
|
|
25613
26178
|
hold?: undefined;
|
|
26179
|
+
itemId?: undefined;
|
|
26180
|
+
decision?: undefined;
|
|
26181
|
+
slots?: undefined;
|
|
26182
|
+
recommendedSlotIndex?: undefined;
|
|
26183
|
+
recommendationReason?: undefined;
|
|
25614
26184
|
};
|
|
25615
26185
|
additionalProperties: boolean;
|
|
25616
26186
|
required?: undefined;
|
|
@@ -25849,6 +26419,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
25849
26419
|
candidates?: undefined;
|
|
25850
26420
|
candidateWindow?: undefined;
|
|
25851
26421
|
hold?: undefined;
|
|
26422
|
+
itemId?: undefined;
|
|
26423
|
+
decision?: undefined;
|
|
26424
|
+
slots?: undefined;
|
|
26425
|
+
recommendedSlotIndex?: undefined;
|
|
26426
|
+
recommendationReason?: undefined;
|
|
25852
26427
|
};
|
|
25853
26428
|
required: string[];
|
|
25854
26429
|
additionalProperties: boolean;
|
|
@@ -26080,6 +26655,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
26080
26655
|
candidates?: undefined;
|
|
26081
26656
|
candidateWindow?: undefined;
|
|
26082
26657
|
hold?: undefined;
|
|
26658
|
+
itemId?: undefined;
|
|
26659
|
+
decision?: undefined;
|
|
26660
|
+
slots?: undefined;
|
|
26661
|
+
recommendedSlotIndex?: undefined;
|
|
26662
|
+
recommendationReason?: undefined;
|
|
26083
26663
|
};
|
|
26084
26664
|
required: string[];
|
|
26085
26665
|
additionalProperties: boolean;
|
|
@@ -26300,6 +26880,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
26300
26880
|
candidates?: undefined;
|
|
26301
26881
|
candidateWindow?: undefined;
|
|
26302
26882
|
hold?: undefined;
|
|
26883
|
+
itemId?: undefined;
|
|
26884
|
+
decision?: undefined;
|
|
26885
|
+
slots?: undefined;
|
|
26886
|
+
recommendedSlotIndex?: undefined;
|
|
26887
|
+
recommendationReason?: undefined;
|
|
26303
26888
|
};
|
|
26304
26889
|
required: string[];
|
|
26305
26890
|
additionalProperties: boolean;
|
|
@@ -26515,6 +27100,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
26515
27100
|
candidates?: undefined;
|
|
26516
27101
|
candidateWindow?: undefined;
|
|
26517
27102
|
hold?: undefined;
|
|
27103
|
+
itemId?: undefined;
|
|
27104
|
+
decision?: undefined;
|
|
27105
|
+
slots?: undefined;
|
|
27106
|
+
recommendedSlotIndex?: undefined;
|
|
27107
|
+
recommendationReason?: undefined;
|
|
26518
27108
|
};
|
|
26519
27109
|
required: string[];
|
|
26520
27110
|
additionalProperties: boolean;
|
|
@@ -26733,6 +27323,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
26733
27323
|
candidates?: undefined;
|
|
26734
27324
|
candidateWindow?: undefined;
|
|
26735
27325
|
hold?: undefined;
|
|
27326
|
+
itemId?: undefined;
|
|
27327
|
+
decision?: undefined;
|
|
27328
|
+
slots?: undefined;
|
|
27329
|
+
recommendedSlotIndex?: undefined;
|
|
27330
|
+
recommendationReason?: undefined;
|
|
26736
27331
|
};
|
|
26737
27332
|
required: string[];
|
|
26738
27333
|
additionalProperties: boolean;
|
|
@@ -26955,6 +27550,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
26955
27550
|
candidates?: undefined;
|
|
26956
27551
|
candidateWindow?: undefined;
|
|
26957
27552
|
hold?: undefined;
|
|
27553
|
+
itemId?: undefined;
|
|
27554
|
+
decision?: undefined;
|
|
27555
|
+
slots?: undefined;
|
|
27556
|
+
recommendedSlotIndex?: undefined;
|
|
27557
|
+
recommendationReason?: undefined;
|
|
26958
27558
|
};
|
|
26959
27559
|
required: string[];
|
|
26960
27560
|
additionalProperties: boolean;
|
|
@@ -27169,6 +27769,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
27169
27769
|
candidates?: undefined;
|
|
27170
27770
|
candidateWindow?: undefined;
|
|
27171
27771
|
hold?: undefined;
|
|
27772
|
+
itemId?: undefined;
|
|
27773
|
+
decision?: undefined;
|
|
27774
|
+
slots?: undefined;
|
|
27775
|
+
recommendedSlotIndex?: undefined;
|
|
27776
|
+
recommendationReason?: undefined;
|
|
27172
27777
|
};
|
|
27173
27778
|
required: string[];
|
|
27174
27779
|
additionalProperties: boolean;
|
|
@@ -27383,6 +27988,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
27383
27988
|
candidates?: undefined;
|
|
27384
27989
|
candidateWindow?: undefined;
|
|
27385
27990
|
hold?: undefined;
|
|
27991
|
+
itemId?: undefined;
|
|
27992
|
+
decision?: undefined;
|
|
27993
|
+
slots?: undefined;
|
|
27994
|
+
recommendedSlotIndex?: undefined;
|
|
27995
|
+
recommendationReason?: undefined;
|
|
27386
27996
|
};
|
|
27387
27997
|
required: string[];
|
|
27388
27998
|
additionalProperties: boolean;
|
|
@@ -27613,6 +28223,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
27613
28223
|
candidates?: undefined;
|
|
27614
28224
|
candidateWindow?: undefined;
|
|
27615
28225
|
hold?: undefined;
|
|
28226
|
+
itemId?: undefined;
|
|
28227
|
+
decision?: undefined;
|
|
28228
|
+
slots?: undefined;
|
|
28229
|
+
recommendedSlotIndex?: undefined;
|
|
28230
|
+
recommendationReason?: undefined;
|
|
27616
28231
|
};
|
|
27617
28232
|
required: string[];
|
|
27618
28233
|
additionalProperties: boolean;
|
|
@@ -27846,6 +28461,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
27846
28461
|
candidates?: undefined;
|
|
27847
28462
|
candidateWindow?: undefined;
|
|
27848
28463
|
hold?: undefined;
|
|
28464
|
+
itemId?: undefined;
|
|
28465
|
+
decision?: undefined;
|
|
28466
|
+
slots?: undefined;
|
|
28467
|
+
recommendedSlotIndex?: undefined;
|
|
28468
|
+
recommendationReason?: undefined;
|
|
27849
28469
|
};
|
|
27850
28470
|
required: string[];
|
|
27851
28471
|
additionalProperties: boolean;
|
|
@@ -28071,6 +28691,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
28071
28691
|
candidates?: undefined;
|
|
28072
28692
|
candidateWindow?: undefined;
|
|
28073
28693
|
hold?: undefined;
|
|
28694
|
+
itemId?: undefined;
|
|
28695
|
+
decision?: undefined;
|
|
28696
|
+
slots?: undefined;
|
|
28697
|
+
recommendedSlotIndex?: undefined;
|
|
28698
|
+
recommendationReason?: undefined;
|
|
28074
28699
|
};
|
|
28075
28700
|
required: string[];
|
|
28076
28701
|
additionalProperties: boolean;
|
|
@@ -28296,6 +28921,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
28296
28921
|
candidates?: undefined;
|
|
28297
28922
|
candidateWindow?: undefined;
|
|
28298
28923
|
hold?: undefined;
|
|
28924
|
+
itemId?: undefined;
|
|
28925
|
+
decision?: undefined;
|
|
28926
|
+
slots?: undefined;
|
|
28927
|
+
recommendedSlotIndex?: undefined;
|
|
28928
|
+
recommendationReason?: undefined;
|
|
28299
28929
|
};
|
|
28300
28930
|
required: string[];
|
|
28301
28931
|
additionalProperties: boolean;
|
|
@@ -28521,6 +29151,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
28521
29151
|
candidates?: undefined;
|
|
28522
29152
|
candidateWindow?: undefined;
|
|
28523
29153
|
hold?: undefined;
|
|
29154
|
+
itemId?: undefined;
|
|
29155
|
+
decision?: undefined;
|
|
29156
|
+
slots?: undefined;
|
|
29157
|
+
recommendedSlotIndex?: undefined;
|
|
29158
|
+
recommendationReason?: undefined;
|
|
28524
29159
|
};
|
|
28525
29160
|
required: string[];
|
|
28526
29161
|
additionalProperties: boolean;
|
|
@@ -28735,6 +29370,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
28735
29370
|
candidates?: undefined;
|
|
28736
29371
|
candidateWindow?: undefined;
|
|
28737
29372
|
hold?: undefined;
|
|
29373
|
+
itemId?: undefined;
|
|
29374
|
+
decision?: undefined;
|
|
29375
|
+
slots?: undefined;
|
|
29376
|
+
recommendedSlotIndex?: undefined;
|
|
29377
|
+
recommendationReason?: undefined;
|
|
28738
29378
|
};
|
|
28739
29379
|
required: string[];
|
|
28740
29380
|
additionalProperties: boolean;
|
|
@@ -28960,6 +29600,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
28960
29600
|
candidates?: undefined;
|
|
28961
29601
|
candidateWindow?: undefined;
|
|
28962
29602
|
hold?: undefined;
|
|
29603
|
+
itemId?: undefined;
|
|
29604
|
+
decision?: undefined;
|
|
29605
|
+
slots?: undefined;
|
|
29606
|
+
recommendedSlotIndex?: undefined;
|
|
29607
|
+
recommendationReason?: undefined;
|
|
28963
29608
|
};
|
|
28964
29609
|
required: string[];
|
|
28965
29610
|
additionalProperties: boolean;
|
|
@@ -29181,6 +29826,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
29181
29826
|
candidates?: undefined;
|
|
29182
29827
|
candidateWindow?: undefined;
|
|
29183
29828
|
hold?: undefined;
|
|
29829
|
+
itemId?: undefined;
|
|
29830
|
+
decision?: undefined;
|
|
29831
|
+
slots?: undefined;
|
|
29832
|
+
recommendedSlotIndex?: undefined;
|
|
29833
|
+
recommendationReason?: undefined;
|
|
29184
29834
|
};
|
|
29185
29835
|
required: string[];
|
|
29186
29836
|
additionalProperties: boolean;
|
|
@@ -29400,6 +30050,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
29400
30050
|
candidates?: undefined;
|
|
29401
30051
|
candidateWindow?: undefined;
|
|
29402
30052
|
hold?: undefined;
|
|
30053
|
+
itemId?: undefined;
|
|
30054
|
+
decision?: undefined;
|
|
30055
|
+
slots?: undefined;
|
|
30056
|
+
recommendedSlotIndex?: undefined;
|
|
30057
|
+
recommendationReason?: undefined;
|
|
29403
30058
|
};
|
|
29404
30059
|
additionalProperties: boolean;
|
|
29405
30060
|
required?: undefined;
|
|
@@ -29614,6 +30269,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
29614
30269
|
candidates?: undefined;
|
|
29615
30270
|
candidateWindow?: undefined;
|
|
29616
30271
|
hold?: undefined;
|
|
30272
|
+
itemId?: undefined;
|
|
30273
|
+
decision?: undefined;
|
|
30274
|
+
slots?: undefined;
|
|
30275
|
+
recommendedSlotIndex?: undefined;
|
|
30276
|
+
recommendationReason?: undefined;
|
|
29617
30277
|
};
|
|
29618
30278
|
required: string[];
|
|
29619
30279
|
additionalProperties: boolean;
|
|
@@ -29831,6 +30491,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
29831
30491
|
candidates?: undefined;
|
|
29832
30492
|
candidateWindow?: undefined;
|
|
29833
30493
|
hold?: undefined;
|
|
30494
|
+
itemId?: undefined;
|
|
30495
|
+
decision?: undefined;
|
|
30496
|
+
slots?: undefined;
|
|
30497
|
+
recommendedSlotIndex?: undefined;
|
|
30498
|
+
recommendationReason?: undefined;
|
|
29834
30499
|
};
|
|
29835
30500
|
required: string[];
|
|
29836
30501
|
additionalProperties: boolean;
|
|
@@ -30096,6 +30761,11 @@ export declare const ACTION_REGISTRY: {
|
|
|
30096
30761
|
status?: undefined;
|
|
30097
30762
|
token?: undefined;
|
|
30098
30763
|
result?: undefined;
|
|
30764
|
+
itemId?: undefined;
|
|
30765
|
+
decision?: undefined;
|
|
30766
|
+
slots?: undefined;
|
|
30767
|
+
recommendedSlotIndex?: undefined;
|
|
30768
|
+
recommendationReason?: undefined;
|
|
30099
30769
|
};
|
|
30100
30770
|
required: string[];
|
|
30101
30771
|
oneOf: ({
|
|
@@ -30133,6 +30803,254 @@ export declare const ACTION_REGISTRY: {
|
|
|
30133
30803
|
secondary?: undefined;
|
|
30134
30804
|
};
|
|
30135
30805
|
version: string;
|
|
30806
|
+
} | {
|
|
30807
|
+
action: string;
|
|
30808
|
+
resource_type: string;
|
|
30809
|
+
required_relations: string[];
|
|
30810
|
+
required_scopes: string[];
|
|
30811
|
+
capability: string;
|
|
30812
|
+
input_schema: {
|
|
30813
|
+
type: string;
|
|
30814
|
+
properties: {
|
|
30815
|
+
itemId: {
|
|
30816
|
+
type: string;
|
|
30817
|
+
minLength: number;
|
|
30818
|
+
description: string;
|
|
30819
|
+
};
|
|
30820
|
+
decision: {
|
|
30821
|
+
type: string;
|
|
30822
|
+
enum: string[];
|
|
30823
|
+
description: string;
|
|
30824
|
+
};
|
|
30825
|
+
slots: {
|
|
30826
|
+
type: string;
|
|
30827
|
+
maxItems: number;
|
|
30828
|
+
description: string;
|
|
30829
|
+
items: {
|
|
30830
|
+
type: string;
|
|
30831
|
+
properties: {
|
|
30832
|
+
start: {
|
|
30833
|
+
type: string;
|
|
30834
|
+
description: string;
|
|
30835
|
+
};
|
|
30836
|
+
end: {
|
|
30837
|
+
type: string;
|
|
30838
|
+
description: string;
|
|
30839
|
+
};
|
|
30840
|
+
};
|
|
30841
|
+
required: string[];
|
|
30842
|
+
additionalProperties: boolean;
|
|
30843
|
+
};
|
|
30844
|
+
};
|
|
30845
|
+
recommendedSlotIndex: {
|
|
30846
|
+
type: string[];
|
|
30847
|
+
description: string;
|
|
30848
|
+
};
|
|
30849
|
+
recommendationReason: {
|
|
30850
|
+
type: string;
|
|
30851
|
+
description: string;
|
|
30852
|
+
};
|
|
30853
|
+
channel?: undefined;
|
|
30854
|
+
text?: undefined;
|
|
30855
|
+
thread_ts?: undefined;
|
|
30856
|
+
username?: undefined;
|
|
30857
|
+
icon_emoji?: undefined;
|
|
30858
|
+
blocks?: undefined;
|
|
30859
|
+
userId?: undefined;
|
|
30860
|
+
latest?: undefined;
|
|
30861
|
+
oldest?: undefined;
|
|
30862
|
+
limit?: undefined;
|
|
30863
|
+
inclusive?: undefined;
|
|
30864
|
+
cursor?: undefined;
|
|
30865
|
+
ts?: undefined;
|
|
30866
|
+
owner?: undefined;
|
|
30867
|
+
repo?: undefined;
|
|
30868
|
+
title?: undefined;
|
|
30869
|
+
body?: undefined;
|
|
30870
|
+
labels?: undefined;
|
|
30871
|
+
assignees?: undefined;
|
|
30872
|
+
milestone?: undefined;
|
|
30873
|
+
state?: undefined;
|
|
30874
|
+
sort?: undefined;
|
|
30875
|
+
direction?: undefined;
|
|
30876
|
+
per_page?: undefined;
|
|
30877
|
+
page?: undefined;
|
|
30878
|
+
issueNumber?: undefined;
|
|
30879
|
+
head?: undefined;
|
|
30880
|
+
base?: undefined;
|
|
30881
|
+
draft?: undefined;
|
|
30882
|
+
pullNumber?: undefined;
|
|
30883
|
+
commitTitle?: undefined;
|
|
30884
|
+
commitMessage?: undefined;
|
|
30885
|
+
mergeMethod?: undefined;
|
|
30886
|
+
event?: undefined;
|
|
30887
|
+
commentId?: undefined;
|
|
30888
|
+
expectedHeadSha?: undefined;
|
|
30889
|
+
query?: undefined;
|
|
30890
|
+
order?: undefined;
|
|
30891
|
+
path?: undefined;
|
|
30892
|
+
ref?: undefined;
|
|
30893
|
+
treeSha?: undefined;
|
|
30894
|
+
recursive?: undefined;
|
|
30895
|
+
sha?: undefined;
|
|
30896
|
+
author?: undefined;
|
|
30897
|
+
since?: undefined;
|
|
30898
|
+
until?: undefined;
|
|
30899
|
+
tag?: undefined;
|
|
30900
|
+
name?: undefined;
|
|
30901
|
+
description?: undefined;
|
|
30902
|
+
private?: undefined;
|
|
30903
|
+
org?: undefined;
|
|
30904
|
+
autoInit?: undefined;
|
|
30905
|
+
organization?: undefined;
|
|
30906
|
+
message?: undefined;
|
|
30907
|
+
content?: undefined;
|
|
30908
|
+
branch?: undefined;
|
|
30909
|
+
fromBranch?: undefined;
|
|
30910
|
+
subIssueId?: undefined;
|
|
30911
|
+
color?: undefined;
|
|
30912
|
+
newName?: undefined;
|
|
30913
|
+
workflowId?: undefined;
|
|
30914
|
+
inputs?: undefined;
|
|
30915
|
+
jobId?: undefined;
|
|
30916
|
+
teamSlug?: undefined;
|
|
30917
|
+
all?: undefined;
|
|
30918
|
+
participating?: undefined;
|
|
30919
|
+
before?: undefined;
|
|
30920
|
+
threadId?: undefined;
|
|
30921
|
+
lastReadAt?: undefined;
|
|
30922
|
+
ignored?: undefined;
|
|
30923
|
+
subscribed?: undefined;
|
|
30924
|
+
files?: undefined;
|
|
30925
|
+
public?: undefined;
|
|
30926
|
+
gistId?: undefined;
|
|
30927
|
+
maxResults?: undefined;
|
|
30928
|
+
messageId?: undefined;
|
|
30929
|
+
to?: undefined;
|
|
30930
|
+
subject?: undefined;
|
|
30931
|
+
cc?: undefined;
|
|
30932
|
+
bcc?: undefined;
|
|
30933
|
+
inReplyTo?: undefined;
|
|
30934
|
+
references?: undefined;
|
|
30935
|
+
messageIds?: undefined;
|
|
30936
|
+
calendarId?: undefined;
|
|
30937
|
+
timeMin?: undefined;
|
|
30938
|
+
timeMax?: undefined;
|
|
30939
|
+
eventId?: undefined;
|
|
30940
|
+
summary?: undefined;
|
|
30941
|
+
start?: undefined;
|
|
30942
|
+
end?: undefined;
|
|
30943
|
+
attendees?: undefined;
|
|
30944
|
+
location?: undefined;
|
|
30945
|
+
addMeet?: undefined;
|
|
30946
|
+
meetRequestId?: undefined;
|
|
30947
|
+
recent?: undefined;
|
|
30948
|
+
projectKeyOrId?: undefined;
|
|
30949
|
+
type?: undefined;
|
|
30950
|
+
boardId?: undefined;
|
|
30951
|
+
sprintId?: undefined;
|
|
30952
|
+
jql?: undefined;
|
|
30953
|
+
startAt?: undefined;
|
|
30954
|
+
issueIdOrKey?: undefined;
|
|
30955
|
+
projectKey?: undefined;
|
|
30956
|
+
issueTypeName?: undefined;
|
|
30957
|
+
priority?: undefined;
|
|
30958
|
+
assigneeAccountId?: undefined;
|
|
30959
|
+
transitionId?: undefined;
|
|
30960
|
+
typeName?: undefined;
|
|
30961
|
+
inwardIssueKey?: undefined;
|
|
30962
|
+
outwardIssueKey?: undefined;
|
|
30963
|
+
commentBody?: undefined;
|
|
30964
|
+
linkId?: undefined;
|
|
30965
|
+
file_path?: undefined;
|
|
30966
|
+
command?: undefined;
|
|
30967
|
+
working_directory?: undefined;
|
|
30968
|
+
env_profile?: undefined;
|
|
30969
|
+
timeout_seconds?: undefined;
|
|
30970
|
+
objectType?: undefined;
|
|
30971
|
+
after?: undefined;
|
|
30972
|
+
properties?: undefined;
|
|
30973
|
+
archived?: undefined;
|
|
30974
|
+
filterGroups?: undefined;
|
|
30975
|
+
sorts?: undefined;
|
|
30976
|
+
idProperty?: undefined;
|
|
30977
|
+
propertyName?: undefined;
|
|
30978
|
+
label?: undefined;
|
|
30979
|
+
fieldType?: undefined;
|
|
30980
|
+
groupName?: undefined;
|
|
30981
|
+
options?: undefined;
|
|
30982
|
+
objectId?: undefined;
|
|
30983
|
+
toObjectType?: undefined;
|
|
30984
|
+
fromObjectType?: undefined;
|
|
30985
|
+
engagementId?: undefined;
|
|
30986
|
+
ownerId?: undefined;
|
|
30987
|
+
timestamp?: undefined;
|
|
30988
|
+
associations?: undefined;
|
|
30989
|
+
metadata?: undefined;
|
|
30990
|
+
flowId?: undefined;
|
|
30991
|
+
portalId?: undefined;
|
|
30992
|
+
uiDomain?: undefined;
|
|
30993
|
+
pageRequests?: undefined;
|
|
30994
|
+
teamId?: undefined;
|
|
30995
|
+
assigneeId?: undefined;
|
|
30996
|
+
assigneeMe?: undefined;
|
|
30997
|
+
stateId?: undefined;
|
|
30998
|
+
issueId?: undefined;
|
|
30999
|
+
labelIds?: undefined;
|
|
31000
|
+
projectId?: undefined;
|
|
31001
|
+
teamIds?: undefined;
|
|
31002
|
+
statusId?: undefined;
|
|
31003
|
+
startDate?: undefined;
|
|
31004
|
+
targetDate?: undefined;
|
|
31005
|
+
labelId?: undefined;
|
|
31006
|
+
relatedIssueId?: undefined;
|
|
31007
|
+
relationId?: undefined;
|
|
31008
|
+
cycleId?: undefined;
|
|
31009
|
+
startsAt?: undefined;
|
|
31010
|
+
endsAt?: undefined;
|
|
31011
|
+
completedAt?: undefined;
|
|
31012
|
+
url?: undefined;
|
|
31013
|
+
subtitle?: undefined;
|
|
31014
|
+
attachmentId?: undefined;
|
|
31015
|
+
taskType?: undefined;
|
|
31016
|
+
payload?: undefined;
|
|
31017
|
+
id?: undefined;
|
|
31018
|
+
action?: undefined;
|
|
31019
|
+
data?: undefined;
|
|
31020
|
+
types?: undefined;
|
|
31021
|
+
status?: undefined;
|
|
31022
|
+
token?: undefined;
|
|
31023
|
+
result?: undefined;
|
|
31024
|
+
topic?: undefined;
|
|
31025
|
+
durationMinutes?: undefined;
|
|
31026
|
+
candidates?: undefined;
|
|
31027
|
+
candidateWindow?: undefined;
|
|
31028
|
+
hold?: undefined;
|
|
31029
|
+
};
|
|
31030
|
+
required: string[];
|
|
31031
|
+
additionalProperties: boolean;
|
|
31032
|
+
oneOf?: undefined;
|
|
31033
|
+
};
|
|
31034
|
+
constraints: {
|
|
31035
|
+
rate_bucket: string;
|
|
31036
|
+
};
|
|
31037
|
+
effects: string[];
|
|
31038
|
+
risk: string;
|
|
31039
|
+
target_bindings: {
|
|
31040
|
+
resource_id: {
|
|
31041
|
+
source: "param";
|
|
31042
|
+
param: string;
|
|
31043
|
+
required?: undefined;
|
|
31044
|
+
fallback_param?: undefined;
|
|
31045
|
+
key?: undefined;
|
|
31046
|
+
multi?: undefined;
|
|
31047
|
+
separator?: undefined;
|
|
31048
|
+
default?: undefined;
|
|
31049
|
+
derive?: undefined;
|
|
31050
|
+
};
|
|
31051
|
+
secondary?: undefined;
|
|
31052
|
+
};
|
|
31053
|
+
version: string;
|
|
30136
31054
|
})[];
|
|
30137
31055
|
capabilities: {
|
|
30138
31056
|
capability: string;
|