@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
package/dist/index.d.mts
CHANGED
|
@@ -4995,6 +4995,11 @@ 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;
|
|
4998
5003
|
};
|
|
4999
5004
|
required: string[];
|
|
5000
5005
|
additionalProperties: boolean;
|
|
@@ -5205,6 +5210,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5205
5210
|
candidates?: undefined;
|
|
5206
5211
|
candidateWindow?: undefined;
|
|
5207
5212
|
hold?: undefined;
|
|
5213
|
+
itemId?: undefined;
|
|
5214
|
+
decision?: undefined;
|
|
5215
|
+
slots?: undefined;
|
|
5216
|
+
recommendedSlotIndex?: undefined;
|
|
5217
|
+
recommendationReason?: undefined;
|
|
5208
5218
|
};
|
|
5209
5219
|
additionalProperties: boolean;
|
|
5210
5220
|
required?: undefined;
|
|
@@ -5418,6 +5428,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5418
5428
|
candidates?: undefined;
|
|
5419
5429
|
candidateWindow?: undefined;
|
|
5420
5430
|
hold?: undefined;
|
|
5431
|
+
itemId?: undefined;
|
|
5432
|
+
decision?: undefined;
|
|
5433
|
+
slots?: undefined;
|
|
5434
|
+
recommendedSlotIndex?: undefined;
|
|
5435
|
+
recommendationReason?: undefined;
|
|
5421
5436
|
};
|
|
5422
5437
|
required: string[];
|
|
5423
5438
|
additionalProperties: boolean;
|
|
@@ -5642,6 +5657,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5642
5657
|
candidates?: undefined;
|
|
5643
5658
|
candidateWindow?: undefined;
|
|
5644
5659
|
hold?: undefined;
|
|
5660
|
+
itemId?: undefined;
|
|
5661
|
+
decision?: undefined;
|
|
5662
|
+
slots?: undefined;
|
|
5663
|
+
recommendedSlotIndex?: undefined;
|
|
5664
|
+
recommendationReason?: undefined;
|
|
5645
5665
|
};
|
|
5646
5666
|
required: string[];
|
|
5647
5667
|
additionalProperties: boolean;
|
|
@@ -5863,6 +5883,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5863
5883
|
candidates?: undefined;
|
|
5864
5884
|
candidateWindow?: undefined;
|
|
5865
5885
|
hold?: undefined;
|
|
5886
|
+
itemId?: undefined;
|
|
5887
|
+
decision?: undefined;
|
|
5888
|
+
slots?: undefined;
|
|
5889
|
+
recommendedSlotIndex?: undefined;
|
|
5890
|
+
recommendationReason?: undefined;
|
|
5866
5891
|
};
|
|
5867
5892
|
required: string[];
|
|
5868
5893
|
additionalProperties: boolean;
|
|
@@ -6081,6 +6106,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6081
6106
|
candidates?: undefined;
|
|
6082
6107
|
candidateWindow?: undefined;
|
|
6083
6108
|
hold?: undefined;
|
|
6109
|
+
itemId?: undefined;
|
|
6110
|
+
decision?: undefined;
|
|
6111
|
+
slots?: undefined;
|
|
6112
|
+
recommendedSlotIndex?: undefined;
|
|
6113
|
+
recommendationReason?: undefined;
|
|
6084
6114
|
};
|
|
6085
6115
|
additionalProperties: boolean;
|
|
6086
6116
|
required?: undefined;
|
|
@@ -6301,6 +6331,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6301
6331
|
candidates?: undefined;
|
|
6302
6332
|
candidateWindow?: undefined;
|
|
6303
6333
|
hold?: undefined;
|
|
6334
|
+
itemId?: undefined;
|
|
6335
|
+
decision?: undefined;
|
|
6336
|
+
slots?: undefined;
|
|
6337
|
+
recommendedSlotIndex?: undefined;
|
|
6338
|
+
recommendationReason?: undefined;
|
|
6304
6339
|
};
|
|
6305
6340
|
required: string[];
|
|
6306
6341
|
additionalProperties: boolean;
|
|
@@ -6517,6 +6552,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6517
6552
|
candidates?: undefined;
|
|
6518
6553
|
candidateWindow?: undefined;
|
|
6519
6554
|
hold?: undefined;
|
|
6555
|
+
itemId?: undefined;
|
|
6556
|
+
decision?: undefined;
|
|
6557
|
+
slots?: undefined;
|
|
6558
|
+
recommendedSlotIndex?: undefined;
|
|
6559
|
+
recommendationReason?: undefined;
|
|
6520
6560
|
};
|
|
6521
6561
|
required: string[];
|
|
6522
6562
|
additionalProperties: boolean;
|
|
@@ -6758,6 +6798,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6758
6798
|
candidates?: undefined;
|
|
6759
6799
|
candidateWindow?: undefined;
|
|
6760
6800
|
hold?: undefined;
|
|
6801
|
+
itemId?: undefined;
|
|
6802
|
+
decision?: undefined;
|
|
6803
|
+
slots?: undefined;
|
|
6804
|
+
recommendedSlotIndex?: undefined;
|
|
6805
|
+
recommendationReason?: undefined;
|
|
6761
6806
|
};
|
|
6762
6807
|
required: string[];
|
|
6763
6808
|
additionalProperties: boolean;
|
|
@@ -7000,6 +7045,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7000
7045
|
candidates?: undefined;
|
|
7001
7046
|
candidateWindow?: undefined;
|
|
7002
7047
|
hold?: undefined;
|
|
7048
|
+
itemId?: undefined;
|
|
7049
|
+
decision?: undefined;
|
|
7050
|
+
slots?: undefined;
|
|
7051
|
+
recommendedSlotIndex?: undefined;
|
|
7052
|
+
recommendationReason?: undefined;
|
|
7003
7053
|
};
|
|
7004
7054
|
required: string[];
|
|
7005
7055
|
additionalProperties: boolean;
|
|
@@ -7222,6 +7272,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7222
7272
|
candidates?: undefined;
|
|
7223
7273
|
candidateWindow?: undefined;
|
|
7224
7274
|
hold?: undefined;
|
|
7275
|
+
itemId?: undefined;
|
|
7276
|
+
decision?: undefined;
|
|
7277
|
+
slots?: undefined;
|
|
7278
|
+
recommendedSlotIndex?: undefined;
|
|
7279
|
+
recommendationReason?: undefined;
|
|
7225
7280
|
};
|
|
7226
7281
|
required: string[];
|
|
7227
7282
|
additionalProperties: boolean;
|
|
@@ -7467,6 +7522,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7467
7522
|
candidates?: undefined;
|
|
7468
7523
|
candidateWindow?: undefined;
|
|
7469
7524
|
hold?: undefined;
|
|
7525
|
+
itemId?: undefined;
|
|
7526
|
+
decision?: undefined;
|
|
7527
|
+
slots?: undefined;
|
|
7528
|
+
recommendedSlotIndex?: undefined;
|
|
7529
|
+
recommendationReason?: undefined;
|
|
7470
7530
|
};
|
|
7471
7531
|
required: string[];
|
|
7472
7532
|
additionalProperties: boolean;
|
|
@@ -7703,6 +7763,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7703
7763
|
candidates?: undefined;
|
|
7704
7764
|
candidateWindow?: undefined;
|
|
7705
7765
|
hold?: undefined;
|
|
7766
|
+
itemId?: undefined;
|
|
7767
|
+
decision?: undefined;
|
|
7768
|
+
slots?: undefined;
|
|
7769
|
+
recommendedSlotIndex?: undefined;
|
|
7770
|
+
recommendationReason?: undefined;
|
|
7706
7771
|
};
|
|
7707
7772
|
required: string[];
|
|
7708
7773
|
additionalProperties: boolean;
|
|
@@ -7948,6 +8013,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7948
8013
|
candidates?: undefined;
|
|
7949
8014
|
candidateWindow?: undefined;
|
|
7950
8015
|
hold?: undefined;
|
|
8016
|
+
itemId?: undefined;
|
|
8017
|
+
decision?: undefined;
|
|
8018
|
+
slots?: undefined;
|
|
8019
|
+
recommendedSlotIndex?: undefined;
|
|
8020
|
+
recommendationReason?: undefined;
|
|
7951
8021
|
};
|
|
7952
8022
|
required: string[];
|
|
7953
8023
|
additionalProperties: boolean;
|
|
@@ -8170,6 +8240,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8170
8240
|
candidates?: undefined;
|
|
8171
8241
|
candidateWindow?: undefined;
|
|
8172
8242
|
hold?: undefined;
|
|
8243
|
+
itemId?: undefined;
|
|
8244
|
+
decision?: undefined;
|
|
8245
|
+
slots?: undefined;
|
|
8246
|
+
recommendedSlotIndex?: undefined;
|
|
8247
|
+
recommendationReason?: undefined;
|
|
8173
8248
|
};
|
|
8174
8249
|
required: string[];
|
|
8175
8250
|
additionalProperties: boolean;
|
|
@@ -8408,6 +8483,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8408
8483
|
candidates?: undefined;
|
|
8409
8484
|
candidateWindow?: undefined;
|
|
8410
8485
|
hold?: undefined;
|
|
8486
|
+
itemId?: undefined;
|
|
8487
|
+
decision?: undefined;
|
|
8488
|
+
slots?: undefined;
|
|
8489
|
+
recommendedSlotIndex?: undefined;
|
|
8490
|
+
recommendationReason?: undefined;
|
|
8411
8491
|
};
|
|
8412
8492
|
required: string[];
|
|
8413
8493
|
additionalProperties: boolean;
|
|
@@ -8640,6 +8720,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8640
8720
|
candidates?: undefined;
|
|
8641
8721
|
candidateWindow?: undefined;
|
|
8642
8722
|
hold?: undefined;
|
|
8723
|
+
itemId?: undefined;
|
|
8724
|
+
decision?: undefined;
|
|
8725
|
+
slots?: undefined;
|
|
8726
|
+
recommendedSlotIndex?: undefined;
|
|
8727
|
+
recommendationReason?: undefined;
|
|
8643
8728
|
};
|
|
8644
8729
|
required: string[];
|
|
8645
8730
|
additionalProperties: boolean;
|
|
@@ -8871,6 +8956,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8871
8956
|
candidates?: undefined;
|
|
8872
8957
|
candidateWindow?: undefined;
|
|
8873
8958
|
hold?: undefined;
|
|
8959
|
+
itemId?: undefined;
|
|
8960
|
+
decision?: undefined;
|
|
8961
|
+
slots?: undefined;
|
|
8962
|
+
recommendedSlotIndex?: undefined;
|
|
8963
|
+
recommendationReason?: undefined;
|
|
8874
8964
|
};
|
|
8875
8965
|
required: string[];
|
|
8876
8966
|
additionalProperties: boolean;
|
|
@@ -9102,6 +9192,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9102
9192
|
candidates?: undefined;
|
|
9103
9193
|
candidateWindow?: undefined;
|
|
9104
9194
|
hold?: undefined;
|
|
9195
|
+
itemId?: undefined;
|
|
9196
|
+
decision?: undefined;
|
|
9197
|
+
slots?: undefined;
|
|
9198
|
+
recommendedSlotIndex?: undefined;
|
|
9199
|
+
recommendationReason?: undefined;
|
|
9105
9200
|
};
|
|
9106
9201
|
required: string[];
|
|
9107
9202
|
additionalProperties: boolean;
|
|
@@ -9334,6 +9429,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9334
9429
|
candidates?: undefined;
|
|
9335
9430
|
candidateWindow?: undefined;
|
|
9336
9431
|
hold?: undefined;
|
|
9432
|
+
itemId?: undefined;
|
|
9433
|
+
decision?: undefined;
|
|
9434
|
+
slots?: undefined;
|
|
9435
|
+
recommendedSlotIndex?: undefined;
|
|
9436
|
+
recommendationReason?: undefined;
|
|
9337
9437
|
};
|
|
9338
9438
|
required: string[];
|
|
9339
9439
|
additionalProperties: boolean;
|
|
@@ -9559,6 +9659,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9559
9659
|
candidates?: undefined;
|
|
9560
9660
|
candidateWindow?: undefined;
|
|
9561
9661
|
hold?: undefined;
|
|
9662
|
+
itemId?: undefined;
|
|
9663
|
+
decision?: undefined;
|
|
9664
|
+
slots?: undefined;
|
|
9665
|
+
recommendedSlotIndex?: undefined;
|
|
9666
|
+
recommendationReason?: undefined;
|
|
9562
9667
|
};
|
|
9563
9668
|
required: string[];
|
|
9564
9669
|
additionalProperties: boolean;
|
|
@@ -9774,6 +9879,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9774
9879
|
candidates?: undefined;
|
|
9775
9880
|
candidateWindow?: undefined;
|
|
9776
9881
|
hold?: undefined;
|
|
9882
|
+
itemId?: undefined;
|
|
9883
|
+
decision?: undefined;
|
|
9884
|
+
slots?: undefined;
|
|
9885
|
+
recommendedSlotIndex?: undefined;
|
|
9886
|
+
recommendationReason?: undefined;
|
|
9777
9887
|
};
|
|
9778
9888
|
required: string[];
|
|
9779
9889
|
additionalProperties: boolean;
|
|
@@ -10006,6 +10116,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10006
10116
|
candidates?: undefined;
|
|
10007
10117
|
candidateWindow?: undefined;
|
|
10008
10118
|
hold?: undefined;
|
|
10119
|
+
itemId?: undefined;
|
|
10120
|
+
decision?: undefined;
|
|
10121
|
+
slots?: undefined;
|
|
10122
|
+
recommendedSlotIndex?: undefined;
|
|
10123
|
+
recommendationReason?: undefined;
|
|
10009
10124
|
};
|
|
10010
10125
|
required: string[];
|
|
10011
10126
|
additionalProperties: boolean;
|
|
@@ -10233,6 +10348,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10233
10348
|
candidates?: undefined;
|
|
10234
10349
|
candidateWindow?: undefined;
|
|
10235
10350
|
hold?: undefined;
|
|
10351
|
+
itemId?: undefined;
|
|
10352
|
+
decision?: undefined;
|
|
10353
|
+
slots?: undefined;
|
|
10354
|
+
recommendedSlotIndex?: undefined;
|
|
10355
|
+
recommendationReason?: undefined;
|
|
10236
10356
|
};
|
|
10237
10357
|
required: string[];
|
|
10238
10358
|
additionalProperties: boolean;
|
|
@@ -10459,6 +10579,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10459
10579
|
candidates?: undefined;
|
|
10460
10580
|
candidateWindow?: undefined;
|
|
10461
10581
|
hold?: undefined;
|
|
10582
|
+
itemId?: undefined;
|
|
10583
|
+
decision?: undefined;
|
|
10584
|
+
slots?: undefined;
|
|
10585
|
+
recommendedSlotIndex?: undefined;
|
|
10586
|
+
recommendationReason?: undefined;
|
|
10462
10587
|
};
|
|
10463
10588
|
required: string[];
|
|
10464
10589
|
additionalProperties: boolean;
|
|
@@ -10684,6 +10809,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10684
10809
|
candidates?: undefined;
|
|
10685
10810
|
candidateWindow?: undefined;
|
|
10686
10811
|
hold?: undefined;
|
|
10812
|
+
itemId?: undefined;
|
|
10813
|
+
decision?: undefined;
|
|
10814
|
+
slots?: undefined;
|
|
10815
|
+
recommendedSlotIndex?: undefined;
|
|
10816
|
+
recommendationReason?: undefined;
|
|
10687
10817
|
};
|
|
10688
10818
|
required: string[];
|
|
10689
10819
|
additionalProperties: boolean;
|
|
@@ -10906,6 +11036,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10906
11036
|
candidates?: undefined;
|
|
10907
11037
|
candidateWindow?: undefined;
|
|
10908
11038
|
hold?: undefined;
|
|
11039
|
+
itemId?: undefined;
|
|
11040
|
+
decision?: undefined;
|
|
11041
|
+
slots?: undefined;
|
|
11042
|
+
recommendedSlotIndex?: undefined;
|
|
11043
|
+
recommendationReason?: undefined;
|
|
10909
11044
|
};
|
|
10910
11045
|
required: string[];
|
|
10911
11046
|
additionalProperties: boolean;
|
|
@@ -11150,6 +11285,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11150
11285
|
candidates?: undefined;
|
|
11151
11286
|
candidateWindow?: undefined;
|
|
11152
11287
|
hold?: undefined;
|
|
11288
|
+
itemId?: undefined;
|
|
11289
|
+
decision?: undefined;
|
|
11290
|
+
slots?: undefined;
|
|
11291
|
+
recommendedSlotIndex?: undefined;
|
|
11292
|
+
recommendationReason?: undefined;
|
|
11153
11293
|
};
|
|
11154
11294
|
required: string[];
|
|
11155
11295
|
additionalProperties: boolean;
|
|
@@ -11382,6 +11522,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11382
11522
|
candidates?: undefined;
|
|
11383
11523
|
candidateWindow?: undefined;
|
|
11384
11524
|
hold?: undefined;
|
|
11525
|
+
itemId?: undefined;
|
|
11526
|
+
decision?: undefined;
|
|
11527
|
+
slots?: undefined;
|
|
11528
|
+
recommendedSlotIndex?: undefined;
|
|
11529
|
+
recommendationReason?: undefined;
|
|
11385
11530
|
};
|
|
11386
11531
|
required: string[];
|
|
11387
11532
|
additionalProperties: boolean;
|
|
@@ -11600,6 +11745,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11600
11745
|
candidates?: undefined;
|
|
11601
11746
|
candidateWindow?: undefined;
|
|
11602
11747
|
hold?: undefined;
|
|
11748
|
+
itemId?: undefined;
|
|
11749
|
+
decision?: undefined;
|
|
11750
|
+
slots?: undefined;
|
|
11751
|
+
recommendedSlotIndex?: undefined;
|
|
11752
|
+
recommendationReason?: undefined;
|
|
11603
11753
|
};
|
|
11604
11754
|
required: string[];
|
|
11605
11755
|
additionalProperties: boolean;
|
|
@@ -11822,6 +11972,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11822
11972
|
candidates?: undefined;
|
|
11823
11973
|
candidateWindow?: undefined;
|
|
11824
11974
|
hold?: undefined;
|
|
11975
|
+
itemId?: undefined;
|
|
11976
|
+
decision?: undefined;
|
|
11977
|
+
slots?: undefined;
|
|
11978
|
+
recommendedSlotIndex?: undefined;
|
|
11979
|
+
recommendationReason?: undefined;
|
|
11825
11980
|
};
|
|
11826
11981
|
required: string[];
|
|
11827
11982
|
additionalProperties: boolean;
|
|
@@ -12050,6 +12205,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12050
12205
|
candidates?: undefined;
|
|
12051
12206
|
candidateWindow?: undefined;
|
|
12052
12207
|
hold?: undefined;
|
|
12208
|
+
itemId?: undefined;
|
|
12209
|
+
decision?: undefined;
|
|
12210
|
+
slots?: undefined;
|
|
12211
|
+
recommendedSlotIndex?: undefined;
|
|
12212
|
+
recommendationReason?: undefined;
|
|
12053
12213
|
};
|
|
12054
12214
|
required: string[];
|
|
12055
12215
|
additionalProperties: boolean;
|
|
@@ -12271,6 +12431,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12271
12431
|
candidates?: undefined;
|
|
12272
12432
|
candidateWindow?: undefined;
|
|
12273
12433
|
hold?: undefined;
|
|
12434
|
+
itemId?: undefined;
|
|
12435
|
+
decision?: undefined;
|
|
12436
|
+
slots?: undefined;
|
|
12437
|
+
recommendedSlotIndex?: undefined;
|
|
12438
|
+
recommendationReason?: undefined;
|
|
12274
12439
|
};
|
|
12275
12440
|
required: string[];
|
|
12276
12441
|
additionalProperties: boolean;
|
|
@@ -12509,6 +12674,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12509
12674
|
candidates?: undefined;
|
|
12510
12675
|
candidateWindow?: undefined;
|
|
12511
12676
|
hold?: undefined;
|
|
12677
|
+
itemId?: undefined;
|
|
12678
|
+
decision?: undefined;
|
|
12679
|
+
slots?: undefined;
|
|
12680
|
+
recommendedSlotIndex?: undefined;
|
|
12681
|
+
recommendationReason?: undefined;
|
|
12512
12682
|
};
|
|
12513
12683
|
required: string[];
|
|
12514
12684
|
additionalProperties: boolean;
|
|
@@ -12743,6 +12913,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12743
12913
|
candidates?: undefined;
|
|
12744
12914
|
candidateWindow?: undefined;
|
|
12745
12915
|
hold?: undefined;
|
|
12916
|
+
itemId?: undefined;
|
|
12917
|
+
decision?: undefined;
|
|
12918
|
+
slots?: undefined;
|
|
12919
|
+
recommendedSlotIndex?: undefined;
|
|
12920
|
+
recommendationReason?: undefined;
|
|
12746
12921
|
};
|
|
12747
12922
|
required: string[];
|
|
12748
12923
|
additionalProperties: boolean;
|
|
@@ -12968,6 +13143,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12968
13143
|
candidates?: undefined;
|
|
12969
13144
|
candidateWindow?: undefined;
|
|
12970
13145
|
hold?: undefined;
|
|
13146
|
+
itemId?: undefined;
|
|
13147
|
+
decision?: undefined;
|
|
13148
|
+
slots?: undefined;
|
|
13149
|
+
recommendedSlotIndex?: undefined;
|
|
13150
|
+
recommendationReason?: undefined;
|
|
12971
13151
|
};
|
|
12972
13152
|
required: string[];
|
|
12973
13153
|
additionalProperties: boolean;
|
|
@@ -13195,6 +13375,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13195
13375
|
candidates?: undefined;
|
|
13196
13376
|
candidateWindow?: undefined;
|
|
13197
13377
|
hold?: undefined;
|
|
13378
|
+
itemId?: undefined;
|
|
13379
|
+
decision?: undefined;
|
|
13380
|
+
slots?: undefined;
|
|
13381
|
+
recommendedSlotIndex?: undefined;
|
|
13382
|
+
recommendationReason?: undefined;
|
|
13198
13383
|
};
|
|
13199
13384
|
required: string[];
|
|
13200
13385
|
additionalProperties: boolean;
|
|
@@ -13421,6 +13606,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13421
13606
|
candidates?: undefined;
|
|
13422
13607
|
candidateWindow?: undefined;
|
|
13423
13608
|
hold?: undefined;
|
|
13609
|
+
itemId?: undefined;
|
|
13610
|
+
decision?: undefined;
|
|
13611
|
+
slots?: undefined;
|
|
13612
|
+
recommendedSlotIndex?: undefined;
|
|
13613
|
+
recommendationReason?: undefined;
|
|
13424
13614
|
};
|
|
13425
13615
|
required: string[];
|
|
13426
13616
|
additionalProperties: boolean;
|
|
@@ -13635,6 +13825,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13635
13825
|
candidates?: undefined;
|
|
13636
13826
|
candidateWindow?: undefined;
|
|
13637
13827
|
hold?: undefined;
|
|
13828
|
+
itemId?: undefined;
|
|
13829
|
+
decision?: undefined;
|
|
13830
|
+
slots?: undefined;
|
|
13831
|
+
recommendedSlotIndex?: undefined;
|
|
13832
|
+
recommendationReason?: undefined;
|
|
13638
13833
|
};
|
|
13639
13834
|
required: string[];
|
|
13640
13835
|
additionalProperties: boolean;
|
|
@@ -13857,6 +14052,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13857
14052
|
candidates?: undefined;
|
|
13858
14053
|
candidateWindow?: undefined;
|
|
13859
14054
|
hold?: undefined;
|
|
14055
|
+
itemId?: undefined;
|
|
14056
|
+
decision?: undefined;
|
|
14057
|
+
slots?: undefined;
|
|
14058
|
+
recommendedSlotIndex?: undefined;
|
|
14059
|
+
recommendationReason?: undefined;
|
|
13860
14060
|
};
|
|
13861
14061
|
required: string[];
|
|
13862
14062
|
additionalProperties: boolean;
|
|
@@ -14089,6 +14289,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14089
14289
|
candidates?: undefined;
|
|
14090
14290
|
candidateWindow?: undefined;
|
|
14091
14291
|
hold?: undefined;
|
|
14292
|
+
itemId?: undefined;
|
|
14293
|
+
decision?: undefined;
|
|
14294
|
+
slots?: undefined;
|
|
14295
|
+
recommendedSlotIndex?: undefined;
|
|
14296
|
+
recommendationReason?: undefined;
|
|
14092
14297
|
};
|
|
14093
14298
|
required: string[];
|
|
14094
14299
|
additionalProperties: boolean;
|
|
@@ -14310,6 +14515,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14310
14515
|
candidates?: undefined;
|
|
14311
14516
|
candidateWindow?: undefined;
|
|
14312
14517
|
hold?: undefined;
|
|
14518
|
+
itemId?: undefined;
|
|
14519
|
+
decision?: undefined;
|
|
14520
|
+
slots?: undefined;
|
|
14521
|
+
recommendedSlotIndex?: undefined;
|
|
14522
|
+
recommendationReason?: undefined;
|
|
14313
14523
|
};
|
|
14314
14524
|
required: string[];
|
|
14315
14525
|
additionalProperties: boolean;
|
|
@@ -14541,6 +14751,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14541
14751
|
candidates?: undefined;
|
|
14542
14752
|
candidateWindow?: undefined;
|
|
14543
14753
|
hold?: undefined;
|
|
14754
|
+
itemId?: undefined;
|
|
14755
|
+
decision?: undefined;
|
|
14756
|
+
slots?: undefined;
|
|
14757
|
+
recommendedSlotIndex?: undefined;
|
|
14758
|
+
recommendationReason?: undefined;
|
|
14544
14759
|
};
|
|
14545
14760
|
required: string[];
|
|
14546
14761
|
additionalProperties: boolean;
|
|
@@ -14763,6 +14978,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14763
14978
|
candidates?: undefined;
|
|
14764
14979
|
candidateWindow?: undefined;
|
|
14765
14980
|
hold?: undefined;
|
|
14981
|
+
itemId?: undefined;
|
|
14982
|
+
decision?: undefined;
|
|
14983
|
+
slots?: undefined;
|
|
14984
|
+
recommendedSlotIndex?: undefined;
|
|
14985
|
+
recommendationReason?: undefined;
|
|
14766
14986
|
};
|
|
14767
14987
|
required: string[];
|
|
14768
14988
|
additionalProperties: boolean;
|
|
@@ -14990,6 +15210,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14990
15210
|
candidates?: undefined;
|
|
14991
15211
|
candidateWindow?: undefined;
|
|
14992
15212
|
hold?: undefined;
|
|
15213
|
+
itemId?: undefined;
|
|
15214
|
+
decision?: undefined;
|
|
15215
|
+
slots?: undefined;
|
|
15216
|
+
recommendedSlotIndex?: undefined;
|
|
15217
|
+
recommendationReason?: undefined;
|
|
14993
15218
|
};
|
|
14994
15219
|
required: never[];
|
|
14995
15220
|
additionalProperties: boolean;
|
|
@@ -15200,6 +15425,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15200
15425
|
candidates?: undefined;
|
|
15201
15426
|
candidateWindow?: undefined;
|
|
15202
15427
|
hold?: undefined;
|
|
15428
|
+
itemId?: undefined;
|
|
15429
|
+
decision?: undefined;
|
|
15430
|
+
slots?: undefined;
|
|
15431
|
+
recommendedSlotIndex?: undefined;
|
|
15432
|
+
recommendationReason?: undefined;
|
|
15203
15433
|
};
|
|
15204
15434
|
required: never[];
|
|
15205
15435
|
additionalProperties: boolean;
|
|
@@ -15423,6 +15653,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15423
15653
|
candidates?: undefined;
|
|
15424
15654
|
candidateWindow?: undefined;
|
|
15425
15655
|
hold?: undefined;
|
|
15656
|
+
itemId?: undefined;
|
|
15657
|
+
decision?: undefined;
|
|
15658
|
+
slots?: undefined;
|
|
15659
|
+
recommendedSlotIndex?: undefined;
|
|
15660
|
+
recommendationReason?: undefined;
|
|
15426
15661
|
};
|
|
15427
15662
|
required: string[];
|
|
15428
15663
|
additionalProperties: boolean;
|
|
@@ -15650,6 +15885,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15650
15885
|
candidates?: undefined;
|
|
15651
15886
|
candidateWindow?: undefined;
|
|
15652
15887
|
hold?: undefined;
|
|
15888
|
+
itemId?: undefined;
|
|
15889
|
+
decision?: undefined;
|
|
15890
|
+
slots?: undefined;
|
|
15891
|
+
recommendedSlotIndex?: undefined;
|
|
15892
|
+
recommendationReason?: undefined;
|
|
15653
15893
|
};
|
|
15654
15894
|
required: string[];
|
|
15655
15895
|
additionalProperties: boolean;
|
|
@@ -15881,6 +16121,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15881
16121
|
candidates?: undefined;
|
|
15882
16122
|
candidateWindow?: undefined;
|
|
15883
16123
|
hold?: undefined;
|
|
16124
|
+
itemId?: undefined;
|
|
16125
|
+
decision?: undefined;
|
|
16126
|
+
slots?: undefined;
|
|
16127
|
+
recommendedSlotIndex?: undefined;
|
|
16128
|
+
recommendationReason?: undefined;
|
|
15884
16129
|
};
|
|
15885
16130
|
required: never[];
|
|
15886
16131
|
additionalProperties: boolean;
|
|
@@ -16095,6 +16340,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16095
16340
|
candidates?: undefined;
|
|
16096
16341
|
candidateWindow?: undefined;
|
|
16097
16342
|
hold?: undefined;
|
|
16343
|
+
itemId?: undefined;
|
|
16344
|
+
decision?: undefined;
|
|
16345
|
+
slots?: undefined;
|
|
16346
|
+
recommendedSlotIndex?: undefined;
|
|
16347
|
+
recommendationReason?: undefined;
|
|
16098
16348
|
};
|
|
16099
16349
|
required: string[];
|
|
16100
16350
|
additionalProperties: boolean;
|
|
@@ -16308,6 +16558,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16308
16558
|
candidates?: undefined;
|
|
16309
16559
|
candidateWindow?: undefined;
|
|
16310
16560
|
hold?: undefined;
|
|
16561
|
+
itemId?: undefined;
|
|
16562
|
+
decision?: undefined;
|
|
16563
|
+
slots?: undefined;
|
|
16564
|
+
recommendedSlotIndex?: undefined;
|
|
16565
|
+
recommendationReason?: undefined;
|
|
16311
16566
|
};
|
|
16312
16567
|
required: never[];
|
|
16313
16568
|
additionalProperties: boolean;
|
|
@@ -16525,6 +16780,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16525
16780
|
candidates?: undefined;
|
|
16526
16781
|
candidateWindow?: undefined;
|
|
16527
16782
|
hold?: undefined;
|
|
16783
|
+
itemId?: undefined;
|
|
16784
|
+
decision?: undefined;
|
|
16785
|
+
slots?: undefined;
|
|
16786
|
+
recommendedSlotIndex?: undefined;
|
|
16787
|
+
recommendationReason?: undefined;
|
|
16528
16788
|
};
|
|
16529
16789
|
required: string[];
|
|
16530
16790
|
additionalProperties: boolean;
|
|
@@ -16749,6 +17009,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16749
17009
|
candidates?: undefined;
|
|
16750
17010
|
candidateWindow?: undefined;
|
|
16751
17011
|
hold?: undefined;
|
|
17012
|
+
itemId?: undefined;
|
|
17013
|
+
decision?: undefined;
|
|
17014
|
+
slots?: undefined;
|
|
17015
|
+
recommendedSlotIndex?: undefined;
|
|
17016
|
+
recommendationReason?: undefined;
|
|
16752
17017
|
};
|
|
16753
17018
|
required: string[];
|
|
16754
17019
|
additionalProperties: boolean;
|
|
@@ -16970,6 +17235,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16970
17235
|
candidates?: undefined;
|
|
16971
17236
|
candidateWindow?: undefined;
|
|
16972
17237
|
hold?: undefined;
|
|
17238
|
+
itemId?: undefined;
|
|
17239
|
+
decision?: undefined;
|
|
17240
|
+
slots?: undefined;
|
|
17241
|
+
recommendedSlotIndex?: undefined;
|
|
17242
|
+
recommendationReason?: undefined;
|
|
16973
17243
|
};
|
|
16974
17244
|
required: string[];
|
|
16975
17245
|
additionalProperties: boolean;
|
|
@@ -17184,6 +17454,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17184
17454
|
candidates?: undefined;
|
|
17185
17455
|
candidateWindow?: undefined;
|
|
17186
17456
|
hold?: undefined;
|
|
17457
|
+
itemId?: undefined;
|
|
17458
|
+
decision?: undefined;
|
|
17459
|
+
slots?: undefined;
|
|
17460
|
+
recommendedSlotIndex?: undefined;
|
|
17461
|
+
recommendationReason?: undefined;
|
|
17187
17462
|
};
|
|
17188
17463
|
required: string[];
|
|
17189
17464
|
additionalProperties: boolean;
|
|
@@ -17410,6 +17685,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17410
17685
|
candidates?: undefined;
|
|
17411
17686
|
candidateWindow?: undefined;
|
|
17412
17687
|
hold?: undefined;
|
|
17688
|
+
itemId?: undefined;
|
|
17689
|
+
decision?: undefined;
|
|
17690
|
+
slots?: undefined;
|
|
17691
|
+
recommendedSlotIndex?: undefined;
|
|
17692
|
+
recommendationReason?: undefined;
|
|
17413
17693
|
};
|
|
17414
17694
|
required: never[];
|
|
17415
17695
|
additionalProperties: boolean;
|
|
@@ -17632,6 +17912,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17632
17912
|
candidates?: undefined;
|
|
17633
17913
|
candidateWindow?: undefined;
|
|
17634
17914
|
hold?: undefined;
|
|
17915
|
+
itemId?: undefined;
|
|
17916
|
+
decision?: undefined;
|
|
17917
|
+
slots?: undefined;
|
|
17918
|
+
recommendedSlotIndex?: undefined;
|
|
17919
|
+
recommendationReason?: undefined;
|
|
17635
17920
|
};
|
|
17636
17921
|
required: string[];
|
|
17637
17922
|
additionalProperties: boolean;
|
|
@@ -17852,6 +18137,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17852
18137
|
candidates?: undefined;
|
|
17853
18138
|
candidateWindow?: undefined;
|
|
17854
18139
|
hold?: undefined;
|
|
18140
|
+
itemId?: undefined;
|
|
18141
|
+
decision?: undefined;
|
|
18142
|
+
slots?: undefined;
|
|
18143
|
+
recommendedSlotIndex?: undefined;
|
|
18144
|
+
recommendationReason?: undefined;
|
|
17855
18145
|
};
|
|
17856
18146
|
required: string[];
|
|
17857
18147
|
additionalProperties: boolean;
|
|
@@ -18065,6 +18355,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18065
18355
|
candidates?: undefined;
|
|
18066
18356
|
candidateWindow?: undefined;
|
|
18067
18357
|
hold?: undefined;
|
|
18358
|
+
itemId?: undefined;
|
|
18359
|
+
decision?: undefined;
|
|
18360
|
+
slots?: undefined;
|
|
18361
|
+
recommendedSlotIndex?: undefined;
|
|
18362
|
+
recommendationReason?: undefined;
|
|
18068
18363
|
};
|
|
18069
18364
|
required: string[];
|
|
18070
18365
|
additionalProperties: boolean;
|
|
@@ -18299,6 +18594,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18299
18594
|
candidates?: undefined;
|
|
18300
18595
|
candidateWindow?: undefined;
|
|
18301
18596
|
hold?: undefined;
|
|
18597
|
+
itemId?: undefined;
|
|
18598
|
+
decision?: undefined;
|
|
18599
|
+
slots?: undefined;
|
|
18600
|
+
recommendedSlotIndex?: undefined;
|
|
18601
|
+
recommendationReason?: undefined;
|
|
18302
18602
|
};
|
|
18303
18603
|
required: string[];
|
|
18304
18604
|
additionalProperties: boolean;
|
|
@@ -18524,6 +18824,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18524
18824
|
candidates?: undefined;
|
|
18525
18825
|
candidateWindow?: undefined;
|
|
18526
18826
|
hold?: undefined;
|
|
18827
|
+
itemId?: undefined;
|
|
18828
|
+
decision?: undefined;
|
|
18829
|
+
slots?: undefined;
|
|
18830
|
+
recommendedSlotIndex?: undefined;
|
|
18831
|
+
recommendationReason?: undefined;
|
|
18527
18832
|
};
|
|
18528
18833
|
required: string[];
|
|
18529
18834
|
additionalProperties: boolean;
|
|
@@ -18748,6 +19053,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18748
19053
|
candidates?: undefined;
|
|
18749
19054
|
candidateWindow?: undefined;
|
|
18750
19055
|
hold?: undefined;
|
|
19056
|
+
itemId?: undefined;
|
|
19057
|
+
decision?: undefined;
|
|
19058
|
+
slots?: undefined;
|
|
19059
|
+
recommendedSlotIndex?: undefined;
|
|
19060
|
+
recommendationReason?: undefined;
|
|
18751
19061
|
};
|
|
18752
19062
|
additionalProperties: boolean;
|
|
18753
19063
|
required?: undefined;
|
|
@@ -18965,6 +19275,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18965
19275
|
candidates?: undefined;
|
|
18966
19276
|
candidateWindow?: undefined;
|
|
18967
19277
|
hold?: undefined;
|
|
19278
|
+
itemId?: undefined;
|
|
19279
|
+
decision?: undefined;
|
|
19280
|
+
slots?: undefined;
|
|
19281
|
+
recommendedSlotIndex?: undefined;
|
|
19282
|
+
recommendationReason?: undefined;
|
|
18968
19283
|
};
|
|
18969
19284
|
required: string[];
|
|
18970
19285
|
additionalProperties: boolean;
|
|
@@ -19184,6 +19499,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19184
19499
|
candidates?: undefined;
|
|
19185
19500
|
candidateWindow?: undefined;
|
|
19186
19501
|
hold?: undefined;
|
|
19502
|
+
itemId?: undefined;
|
|
19503
|
+
decision?: undefined;
|
|
19504
|
+
slots?: undefined;
|
|
19505
|
+
recommendedSlotIndex?: undefined;
|
|
19506
|
+
recommendationReason?: undefined;
|
|
19187
19507
|
};
|
|
19188
19508
|
required: string[];
|
|
19189
19509
|
additionalProperties: boolean;
|
|
@@ -19459,6 +19779,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19459
19779
|
candidates?: undefined;
|
|
19460
19780
|
candidateWindow?: undefined;
|
|
19461
19781
|
hold?: undefined;
|
|
19782
|
+
itemId?: undefined;
|
|
19783
|
+
decision?: undefined;
|
|
19784
|
+
slots?: undefined;
|
|
19785
|
+
recommendedSlotIndex?: undefined;
|
|
19786
|
+
recommendationReason?: undefined;
|
|
19462
19787
|
};
|
|
19463
19788
|
required: string[];
|
|
19464
19789
|
additionalProperties: boolean;
|
|
@@ -19745,6 +20070,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19745
20070
|
candidates?: undefined;
|
|
19746
20071
|
candidateWindow?: undefined;
|
|
19747
20072
|
hold?: undefined;
|
|
20073
|
+
itemId?: undefined;
|
|
20074
|
+
decision?: undefined;
|
|
20075
|
+
slots?: undefined;
|
|
20076
|
+
recommendedSlotIndex?: undefined;
|
|
20077
|
+
recommendationReason?: undefined;
|
|
19748
20078
|
};
|
|
19749
20079
|
required: string[];
|
|
19750
20080
|
additionalProperties: boolean;
|
|
@@ -19969,6 +20299,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19969
20299
|
candidates?: undefined;
|
|
19970
20300
|
candidateWindow?: undefined;
|
|
19971
20301
|
hold?: undefined;
|
|
20302
|
+
itemId?: undefined;
|
|
20303
|
+
decision?: undefined;
|
|
20304
|
+
slots?: undefined;
|
|
20305
|
+
recommendedSlotIndex?: undefined;
|
|
20306
|
+
recommendationReason?: undefined;
|
|
19972
20307
|
};
|
|
19973
20308
|
required: string[];
|
|
19974
20309
|
additionalProperties: boolean;
|
|
@@ -20181,6 +20516,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20181
20516
|
candidates?: undefined;
|
|
20182
20517
|
candidateWindow?: undefined;
|
|
20183
20518
|
hold?: undefined;
|
|
20519
|
+
itemId?: undefined;
|
|
20520
|
+
decision?: undefined;
|
|
20521
|
+
slots?: undefined;
|
|
20522
|
+
recommendedSlotIndex?: undefined;
|
|
20523
|
+
recommendationReason?: undefined;
|
|
20184
20524
|
};
|
|
20185
20525
|
additionalProperties: boolean;
|
|
20186
20526
|
required?: undefined;
|
|
@@ -20397,6 +20737,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20397
20737
|
candidates?: undefined;
|
|
20398
20738
|
candidateWindow?: undefined;
|
|
20399
20739
|
hold?: undefined;
|
|
20740
|
+
itemId?: undefined;
|
|
20741
|
+
decision?: undefined;
|
|
20742
|
+
slots?: undefined;
|
|
20743
|
+
recommendedSlotIndex?: undefined;
|
|
20744
|
+
recommendationReason?: undefined;
|
|
20400
20745
|
};
|
|
20401
20746
|
additionalProperties: boolean;
|
|
20402
20747
|
required?: undefined;
|
|
@@ -20614,6 +20959,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20614
20959
|
candidates?: undefined;
|
|
20615
20960
|
candidateWindow?: undefined;
|
|
20616
20961
|
hold?: undefined;
|
|
20962
|
+
itemId?: undefined;
|
|
20963
|
+
decision?: undefined;
|
|
20964
|
+
slots?: undefined;
|
|
20965
|
+
recommendedSlotIndex?: undefined;
|
|
20966
|
+
recommendationReason?: undefined;
|
|
20617
20967
|
};
|
|
20618
20968
|
required: string[];
|
|
20619
20969
|
additionalProperties: boolean;
|
|
@@ -20832,6 +21182,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20832
21182
|
candidates?: undefined;
|
|
20833
21183
|
candidateWindow?: undefined;
|
|
20834
21184
|
hold?: undefined;
|
|
21185
|
+
itemId?: undefined;
|
|
21186
|
+
decision?: undefined;
|
|
21187
|
+
slots?: undefined;
|
|
21188
|
+
recommendedSlotIndex?: undefined;
|
|
21189
|
+
recommendationReason?: undefined;
|
|
20835
21190
|
};
|
|
20836
21191
|
required: string[];
|
|
20837
21192
|
additionalProperties: boolean;
|
|
@@ -21053,6 +21408,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21053
21408
|
candidates?: undefined;
|
|
21054
21409
|
candidateWindow?: undefined;
|
|
21055
21410
|
hold?: undefined;
|
|
21411
|
+
itemId?: undefined;
|
|
21412
|
+
decision?: undefined;
|
|
21413
|
+
slots?: undefined;
|
|
21414
|
+
recommendedSlotIndex?: undefined;
|
|
21415
|
+
recommendationReason?: undefined;
|
|
21056
21416
|
};
|
|
21057
21417
|
required: string[];
|
|
21058
21418
|
additionalProperties: boolean;
|
|
@@ -21266,6 +21626,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21266
21626
|
candidates?: undefined;
|
|
21267
21627
|
candidateWindow?: undefined;
|
|
21268
21628
|
hold?: undefined;
|
|
21629
|
+
itemId?: undefined;
|
|
21630
|
+
decision?: undefined;
|
|
21631
|
+
slots?: undefined;
|
|
21632
|
+
recommendedSlotIndex?: undefined;
|
|
21633
|
+
recommendationReason?: undefined;
|
|
21269
21634
|
};
|
|
21270
21635
|
required: string[];
|
|
21271
21636
|
additionalProperties: boolean;
|
|
@@ -21506,6 +21871,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21506
21871
|
candidates?: undefined;
|
|
21507
21872
|
candidateWindow?: undefined;
|
|
21508
21873
|
hold?: undefined;
|
|
21874
|
+
itemId?: undefined;
|
|
21875
|
+
decision?: undefined;
|
|
21876
|
+
slots?: undefined;
|
|
21877
|
+
recommendedSlotIndex?: undefined;
|
|
21878
|
+
recommendationReason?: undefined;
|
|
21509
21879
|
};
|
|
21510
21880
|
required: string[];
|
|
21511
21881
|
additionalProperties: boolean;
|
|
@@ -21742,6 +22112,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21742
22112
|
candidates?: undefined;
|
|
21743
22113
|
candidateWindow?: undefined;
|
|
21744
22114
|
hold?: undefined;
|
|
22115
|
+
itemId?: undefined;
|
|
22116
|
+
decision?: undefined;
|
|
22117
|
+
slots?: undefined;
|
|
22118
|
+
recommendedSlotIndex?: undefined;
|
|
22119
|
+
recommendationReason?: undefined;
|
|
21745
22120
|
};
|
|
21746
22121
|
required: string[];
|
|
21747
22122
|
additionalProperties: boolean;
|
|
@@ -21955,6 +22330,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21955
22330
|
candidates?: undefined;
|
|
21956
22331
|
candidateWindow?: undefined;
|
|
21957
22332
|
hold?: undefined;
|
|
22333
|
+
itemId?: undefined;
|
|
22334
|
+
decision?: undefined;
|
|
22335
|
+
slots?: undefined;
|
|
22336
|
+
recommendedSlotIndex?: undefined;
|
|
22337
|
+
recommendationReason?: undefined;
|
|
21958
22338
|
};
|
|
21959
22339
|
required: string[];
|
|
21960
22340
|
additionalProperties: boolean;
|
|
@@ -22181,6 +22561,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22181
22561
|
candidates?: undefined;
|
|
22182
22562
|
candidateWindow?: undefined;
|
|
22183
22563
|
hold?: undefined;
|
|
22564
|
+
itemId?: undefined;
|
|
22565
|
+
decision?: undefined;
|
|
22566
|
+
slots?: undefined;
|
|
22567
|
+
recommendedSlotIndex?: undefined;
|
|
22568
|
+
recommendationReason?: undefined;
|
|
22184
22569
|
};
|
|
22185
22570
|
required: string[];
|
|
22186
22571
|
additionalProperties: boolean;
|
|
@@ -22399,6 +22784,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22399
22784
|
candidates?: undefined;
|
|
22400
22785
|
candidateWindow?: undefined;
|
|
22401
22786
|
hold?: undefined;
|
|
22787
|
+
itemId?: undefined;
|
|
22788
|
+
decision?: undefined;
|
|
22789
|
+
slots?: undefined;
|
|
22790
|
+
recommendedSlotIndex?: undefined;
|
|
22791
|
+
recommendationReason?: undefined;
|
|
22402
22792
|
};
|
|
22403
22793
|
required: string[];
|
|
22404
22794
|
additionalProperties: boolean;
|
|
@@ -22615,6 +23005,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22615
23005
|
candidates?: undefined;
|
|
22616
23006
|
candidateWindow?: undefined;
|
|
22617
23007
|
hold?: undefined;
|
|
23008
|
+
itemId?: undefined;
|
|
23009
|
+
decision?: undefined;
|
|
23010
|
+
slots?: undefined;
|
|
23011
|
+
recommendedSlotIndex?: undefined;
|
|
23012
|
+
recommendationReason?: undefined;
|
|
22618
23013
|
};
|
|
22619
23014
|
required: string[];
|
|
22620
23015
|
additionalProperties: boolean;
|
|
@@ -22836,6 +23231,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22836
23231
|
candidates?: undefined;
|
|
22837
23232
|
candidateWindow?: undefined;
|
|
22838
23233
|
hold?: undefined;
|
|
23234
|
+
itemId?: undefined;
|
|
23235
|
+
decision?: undefined;
|
|
23236
|
+
slots?: undefined;
|
|
23237
|
+
recommendedSlotIndex?: undefined;
|
|
23238
|
+
recommendationReason?: undefined;
|
|
22839
23239
|
};
|
|
22840
23240
|
additionalProperties: boolean;
|
|
22841
23241
|
required?: undefined;
|
|
@@ -23058,6 +23458,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23058
23458
|
candidates?: undefined;
|
|
23059
23459
|
candidateWindow?: undefined;
|
|
23060
23460
|
hold?: undefined;
|
|
23461
|
+
itemId?: undefined;
|
|
23462
|
+
decision?: undefined;
|
|
23463
|
+
slots?: undefined;
|
|
23464
|
+
recommendedSlotIndex?: undefined;
|
|
23465
|
+
recommendationReason?: undefined;
|
|
23061
23466
|
};
|
|
23062
23467
|
required: string[];
|
|
23063
23468
|
additionalProperties: boolean;
|
|
@@ -23272,6 +23677,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23272
23677
|
candidates?: undefined;
|
|
23273
23678
|
candidateWindow?: undefined;
|
|
23274
23679
|
hold?: undefined;
|
|
23680
|
+
itemId?: undefined;
|
|
23681
|
+
decision?: undefined;
|
|
23682
|
+
slots?: undefined;
|
|
23683
|
+
recommendedSlotIndex?: undefined;
|
|
23684
|
+
recommendationReason?: undefined;
|
|
23275
23685
|
};
|
|
23276
23686
|
required: string[];
|
|
23277
23687
|
additionalProperties: boolean;
|
|
@@ -23492,6 +23902,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23492
23902
|
candidates?: undefined;
|
|
23493
23903
|
candidateWindow?: undefined;
|
|
23494
23904
|
hold?: undefined;
|
|
23905
|
+
itemId?: undefined;
|
|
23906
|
+
decision?: undefined;
|
|
23907
|
+
slots?: undefined;
|
|
23908
|
+
recommendedSlotIndex?: undefined;
|
|
23909
|
+
recommendationReason?: undefined;
|
|
23495
23910
|
};
|
|
23496
23911
|
required: string[];
|
|
23497
23912
|
additionalProperties: boolean;
|
|
@@ -23704,6 +24119,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23704
24119
|
candidates?: undefined;
|
|
23705
24120
|
candidateWindow?: undefined;
|
|
23706
24121
|
hold?: undefined;
|
|
24122
|
+
itemId?: undefined;
|
|
24123
|
+
decision?: undefined;
|
|
24124
|
+
slots?: undefined;
|
|
24125
|
+
recommendedSlotIndex?: undefined;
|
|
24126
|
+
recommendationReason?: undefined;
|
|
23707
24127
|
};
|
|
23708
24128
|
required: string[];
|
|
23709
24129
|
additionalProperties: boolean;
|
|
@@ -23919,6 +24339,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23919
24339
|
candidates?: undefined;
|
|
23920
24340
|
candidateWindow?: undefined;
|
|
23921
24341
|
hold?: undefined;
|
|
24342
|
+
itemId?: undefined;
|
|
24343
|
+
decision?: undefined;
|
|
24344
|
+
slots?: undefined;
|
|
24345
|
+
recommendedSlotIndex?: undefined;
|
|
24346
|
+
recommendationReason?: undefined;
|
|
23922
24347
|
};
|
|
23923
24348
|
required: string[];
|
|
23924
24349
|
additionalProperties: boolean;
|
|
@@ -24142,6 +24567,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24142
24567
|
candidates?: undefined;
|
|
24143
24568
|
candidateWindow?: undefined;
|
|
24144
24569
|
hold?: undefined;
|
|
24570
|
+
itemId?: undefined;
|
|
24571
|
+
decision?: undefined;
|
|
24572
|
+
slots?: undefined;
|
|
24573
|
+
recommendedSlotIndex?: undefined;
|
|
24574
|
+
recommendationReason?: undefined;
|
|
24145
24575
|
};
|
|
24146
24576
|
required: string[];
|
|
24147
24577
|
additionalProperties: boolean;
|
|
@@ -24368,6 +24798,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24368
24798
|
candidates?: undefined;
|
|
24369
24799
|
candidateWindow?: undefined;
|
|
24370
24800
|
hold?: undefined;
|
|
24801
|
+
itemId?: undefined;
|
|
24802
|
+
decision?: undefined;
|
|
24803
|
+
slots?: undefined;
|
|
24804
|
+
recommendedSlotIndex?: undefined;
|
|
24805
|
+
recommendationReason?: undefined;
|
|
24371
24806
|
};
|
|
24372
24807
|
required: string[];
|
|
24373
24808
|
additionalProperties: boolean;
|
|
@@ -24605,6 +25040,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24605
25040
|
candidates?: undefined;
|
|
24606
25041
|
candidateWindow?: undefined;
|
|
24607
25042
|
hold?: undefined;
|
|
25043
|
+
itemId?: undefined;
|
|
25044
|
+
decision?: undefined;
|
|
25045
|
+
slots?: undefined;
|
|
25046
|
+
recommendedSlotIndex?: undefined;
|
|
25047
|
+
recommendationReason?: undefined;
|
|
24608
25048
|
};
|
|
24609
25049
|
required: string[];
|
|
24610
25050
|
additionalProperties: boolean;
|
|
@@ -24842,6 +25282,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24842
25282
|
candidates?: undefined;
|
|
24843
25283
|
candidateWindow?: undefined;
|
|
24844
25284
|
hold?: undefined;
|
|
25285
|
+
itemId?: undefined;
|
|
25286
|
+
decision?: undefined;
|
|
25287
|
+
slots?: undefined;
|
|
25288
|
+
recommendedSlotIndex?: undefined;
|
|
25289
|
+
recommendationReason?: undefined;
|
|
24845
25290
|
};
|
|
24846
25291
|
required: string[];
|
|
24847
25292
|
additionalProperties: boolean;
|
|
@@ -25074,6 +25519,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25074
25519
|
candidates?: undefined;
|
|
25075
25520
|
candidateWindow?: undefined;
|
|
25076
25521
|
hold?: undefined;
|
|
25522
|
+
itemId?: undefined;
|
|
25523
|
+
decision?: undefined;
|
|
25524
|
+
slots?: undefined;
|
|
25525
|
+
recommendedSlotIndex?: undefined;
|
|
25526
|
+
recommendationReason?: undefined;
|
|
25077
25527
|
};
|
|
25078
25528
|
required: string[];
|
|
25079
25529
|
additionalProperties: boolean;
|
|
@@ -25306,6 +25756,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25306
25756
|
candidates?: undefined;
|
|
25307
25757
|
candidateWindow?: undefined;
|
|
25308
25758
|
hold?: undefined;
|
|
25759
|
+
itemId?: undefined;
|
|
25760
|
+
decision?: undefined;
|
|
25761
|
+
slots?: undefined;
|
|
25762
|
+
recommendedSlotIndex?: undefined;
|
|
25763
|
+
recommendationReason?: undefined;
|
|
25309
25764
|
};
|
|
25310
25765
|
required: string[];
|
|
25311
25766
|
additionalProperties: boolean;
|
|
@@ -25521,6 +25976,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25521
25976
|
candidates?: undefined;
|
|
25522
25977
|
candidateWindow?: undefined;
|
|
25523
25978
|
hold?: undefined;
|
|
25979
|
+
itemId?: undefined;
|
|
25980
|
+
decision?: undefined;
|
|
25981
|
+
slots?: undefined;
|
|
25982
|
+
recommendedSlotIndex?: undefined;
|
|
25983
|
+
recommendationReason?: undefined;
|
|
25524
25984
|
};
|
|
25525
25985
|
required: string[];
|
|
25526
25986
|
additionalProperties: boolean;
|
|
@@ -25737,6 +26197,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25737
26197
|
candidates?: undefined;
|
|
25738
26198
|
candidateWindow?: undefined;
|
|
25739
26199
|
hold?: undefined;
|
|
26200
|
+
itemId?: undefined;
|
|
26201
|
+
decision?: undefined;
|
|
26202
|
+
slots?: undefined;
|
|
26203
|
+
recommendedSlotIndex?: undefined;
|
|
26204
|
+
recommendationReason?: undefined;
|
|
25740
26205
|
};
|
|
25741
26206
|
required: string[];
|
|
25742
26207
|
additionalProperties: boolean;
|
|
@@ -25970,6 +26435,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25970
26435
|
candidates?: undefined;
|
|
25971
26436
|
candidateWindow?: undefined;
|
|
25972
26437
|
hold?: undefined;
|
|
26438
|
+
itemId?: undefined;
|
|
26439
|
+
decision?: undefined;
|
|
26440
|
+
slots?: undefined;
|
|
26441
|
+
recommendedSlotIndex?: undefined;
|
|
26442
|
+
recommendationReason?: undefined;
|
|
25973
26443
|
};
|
|
25974
26444
|
required: string[];
|
|
25975
26445
|
additionalProperties: boolean;
|
|
@@ -26202,6 +26672,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26202
26672
|
candidates?: undefined;
|
|
26203
26673
|
candidateWindow?: undefined;
|
|
26204
26674
|
hold?: undefined;
|
|
26675
|
+
itemId?: undefined;
|
|
26676
|
+
decision?: undefined;
|
|
26677
|
+
slots?: undefined;
|
|
26678
|
+
recommendedSlotIndex?: undefined;
|
|
26679
|
+
recommendationReason?: undefined;
|
|
26205
26680
|
};
|
|
26206
26681
|
required: string[];
|
|
26207
26682
|
additionalProperties: boolean;
|
|
@@ -26426,6 +26901,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26426
26901
|
candidates?: undefined;
|
|
26427
26902
|
candidateWindow?: undefined;
|
|
26428
26903
|
hold?: undefined;
|
|
26904
|
+
itemId?: undefined;
|
|
26905
|
+
decision?: undefined;
|
|
26906
|
+
slots?: undefined;
|
|
26907
|
+
recommendedSlotIndex?: undefined;
|
|
26908
|
+
recommendationReason?: undefined;
|
|
26429
26909
|
};
|
|
26430
26910
|
required: string[];
|
|
26431
26911
|
additionalProperties: boolean;
|
|
@@ -26640,6 +27120,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26640
27120
|
candidates?: undefined;
|
|
26641
27121
|
candidateWindow?: undefined;
|
|
26642
27122
|
hold?: undefined;
|
|
27123
|
+
itemId?: undefined;
|
|
27124
|
+
decision?: undefined;
|
|
27125
|
+
slots?: undefined;
|
|
27126
|
+
recommendedSlotIndex?: undefined;
|
|
27127
|
+
recommendationReason?: undefined;
|
|
26643
27128
|
};
|
|
26644
27129
|
required: string[];
|
|
26645
27130
|
additionalProperties: boolean;
|
|
@@ -26860,6 +27345,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26860
27345
|
candidates?: undefined;
|
|
26861
27346
|
candidateWindow?: undefined;
|
|
26862
27347
|
hold?: undefined;
|
|
27348
|
+
itemId?: undefined;
|
|
27349
|
+
decision?: undefined;
|
|
27350
|
+
slots?: undefined;
|
|
27351
|
+
recommendedSlotIndex?: undefined;
|
|
27352
|
+
recommendationReason?: undefined;
|
|
26863
27353
|
};
|
|
26864
27354
|
required: string[];
|
|
26865
27355
|
additionalProperties: boolean;
|
|
@@ -27072,6 +27562,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27072
27562
|
candidates?: undefined;
|
|
27073
27563
|
candidateWindow?: undefined;
|
|
27074
27564
|
hold?: undefined;
|
|
27565
|
+
itemId?: undefined;
|
|
27566
|
+
decision?: undefined;
|
|
27567
|
+
slots?: undefined;
|
|
27568
|
+
recommendedSlotIndex?: undefined;
|
|
27569
|
+
recommendationReason?: undefined;
|
|
27075
27570
|
};
|
|
27076
27571
|
required: string[];
|
|
27077
27572
|
additionalProperties: boolean;
|
|
@@ -27294,6 +27789,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27294
27789
|
candidates?: undefined;
|
|
27295
27790
|
candidateWindow?: undefined;
|
|
27296
27791
|
hold?: undefined;
|
|
27792
|
+
itemId?: undefined;
|
|
27793
|
+
decision?: undefined;
|
|
27794
|
+
slots?: undefined;
|
|
27795
|
+
recommendedSlotIndex?: undefined;
|
|
27796
|
+
recommendationReason?: undefined;
|
|
27297
27797
|
};
|
|
27298
27798
|
required: string[];
|
|
27299
27799
|
additionalProperties: boolean;
|
|
@@ -27514,6 +28014,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27514
28014
|
candidates?: undefined;
|
|
27515
28015
|
candidateWindow?: undefined;
|
|
27516
28016
|
hold?: undefined;
|
|
28017
|
+
itemId?: undefined;
|
|
28018
|
+
decision?: undefined;
|
|
28019
|
+
slots?: undefined;
|
|
28020
|
+
recommendedSlotIndex?: undefined;
|
|
28021
|
+
recommendationReason?: undefined;
|
|
27517
28022
|
};
|
|
27518
28023
|
required: string[];
|
|
27519
28024
|
additionalProperties: boolean;
|
|
@@ -27731,6 +28236,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27731
28236
|
candidates?: undefined;
|
|
27732
28237
|
candidateWindow?: undefined;
|
|
27733
28238
|
hold?: undefined;
|
|
28239
|
+
itemId?: undefined;
|
|
28240
|
+
decision?: undefined;
|
|
28241
|
+
slots?: undefined;
|
|
28242
|
+
recommendedSlotIndex?: undefined;
|
|
28243
|
+
recommendationReason?: undefined;
|
|
27734
28244
|
};
|
|
27735
28245
|
additionalProperties: boolean;
|
|
27736
28246
|
required?: undefined;
|
|
@@ -27943,6 +28453,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27943
28453
|
candidates?: undefined;
|
|
27944
28454
|
candidateWindow?: undefined;
|
|
27945
28455
|
hold?: undefined;
|
|
28456
|
+
itemId?: undefined;
|
|
28457
|
+
decision?: undefined;
|
|
28458
|
+
slots?: undefined;
|
|
28459
|
+
recommendedSlotIndex?: undefined;
|
|
28460
|
+
recommendationReason?: undefined;
|
|
27946
28461
|
};
|
|
27947
28462
|
required: string[];
|
|
27948
28463
|
additionalProperties: boolean;
|
|
@@ -28160,6 +28675,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28160
28675
|
candidates?: undefined;
|
|
28161
28676
|
candidateWindow?: undefined;
|
|
28162
28677
|
hold?: undefined;
|
|
28678
|
+
itemId?: undefined;
|
|
28679
|
+
decision?: undefined;
|
|
28680
|
+
slots?: undefined;
|
|
28681
|
+
recommendedSlotIndex?: undefined;
|
|
28682
|
+
recommendationReason?: undefined;
|
|
28163
28683
|
};
|
|
28164
28684
|
required: string[];
|
|
28165
28685
|
additionalProperties: boolean;
|
|
@@ -28393,6 +28913,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28393
28913
|
candidates?: undefined;
|
|
28394
28914
|
candidateWindow?: undefined;
|
|
28395
28915
|
hold?: undefined;
|
|
28916
|
+
itemId?: undefined;
|
|
28917
|
+
decision?: undefined;
|
|
28918
|
+
slots?: undefined;
|
|
28919
|
+
recommendedSlotIndex?: undefined;
|
|
28920
|
+
recommendationReason?: undefined;
|
|
28396
28921
|
};
|
|
28397
28922
|
additionalProperties: boolean;
|
|
28398
28923
|
required?: undefined;
|
|
@@ -28607,6 +29132,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28607
29132
|
candidates?: undefined;
|
|
28608
29133
|
candidateWindow?: undefined;
|
|
28609
29134
|
hold?: undefined;
|
|
29135
|
+
itemId?: undefined;
|
|
29136
|
+
decision?: undefined;
|
|
29137
|
+
slots?: undefined;
|
|
29138
|
+
recommendedSlotIndex?: undefined;
|
|
29139
|
+
recommendationReason?: undefined;
|
|
28610
29140
|
};
|
|
28611
29141
|
required: string[];
|
|
28612
29142
|
additionalProperties: boolean;
|
|
@@ -28831,6 +29361,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28831
29361
|
candidates?: undefined;
|
|
28832
29362
|
candidateWindow?: undefined;
|
|
28833
29363
|
hold?: undefined;
|
|
29364
|
+
itemId?: undefined;
|
|
29365
|
+
decision?: undefined;
|
|
29366
|
+
slots?: undefined;
|
|
29367
|
+
recommendedSlotIndex?: undefined;
|
|
29368
|
+
recommendationReason?: undefined;
|
|
28834
29369
|
};
|
|
28835
29370
|
required: string[];
|
|
28836
29371
|
additionalProperties: boolean;
|
|
@@ -29070,6 +29605,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29070
29605
|
candidates?: undefined;
|
|
29071
29606
|
candidateWindow?: undefined;
|
|
29072
29607
|
hold?: undefined;
|
|
29608
|
+
itemId?: undefined;
|
|
29609
|
+
decision?: undefined;
|
|
29610
|
+
slots?: undefined;
|
|
29611
|
+
recommendedSlotIndex?: undefined;
|
|
29612
|
+
recommendationReason?: undefined;
|
|
29073
29613
|
};
|
|
29074
29614
|
required: string[];
|
|
29075
29615
|
additionalProperties: boolean;
|
|
@@ -29309,6 +29849,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29309
29849
|
candidates?: undefined;
|
|
29310
29850
|
candidateWindow?: undefined;
|
|
29311
29851
|
hold?: undefined;
|
|
29852
|
+
itemId?: undefined;
|
|
29853
|
+
decision?: undefined;
|
|
29854
|
+
slots?: undefined;
|
|
29855
|
+
recommendedSlotIndex?: undefined;
|
|
29856
|
+
recommendationReason?: undefined;
|
|
29312
29857
|
};
|
|
29313
29858
|
required: string[];
|
|
29314
29859
|
additionalProperties: boolean;
|
|
@@ -29528,6 +30073,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29528
30073
|
candidates?: undefined;
|
|
29529
30074
|
candidateWindow?: undefined;
|
|
29530
30075
|
hold?: undefined;
|
|
30076
|
+
itemId?: undefined;
|
|
30077
|
+
decision?: undefined;
|
|
30078
|
+
slots?: undefined;
|
|
30079
|
+
recommendedSlotIndex?: undefined;
|
|
30080
|
+
recommendationReason?: undefined;
|
|
29531
30081
|
};
|
|
29532
30082
|
required: string[];
|
|
29533
30083
|
additionalProperties: boolean;
|
|
@@ -29747,6 +30297,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29747
30297
|
candidates?: undefined;
|
|
29748
30298
|
candidateWindow?: undefined;
|
|
29749
30299
|
hold?: undefined;
|
|
30300
|
+
itemId?: undefined;
|
|
30301
|
+
decision?: undefined;
|
|
30302
|
+
slots?: undefined;
|
|
30303
|
+
recommendedSlotIndex?: undefined;
|
|
30304
|
+
recommendationReason?: undefined;
|
|
29750
30305
|
};
|
|
29751
30306
|
required: string[];
|
|
29752
30307
|
additionalProperties: boolean;
|
|
@@ -29966,6 +30521,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29966
30521
|
candidates?: undefined;
|
|
29967
30522
|
candidateWindow?: undefined;
|
|
29968
30523
|
hold?: undefined;
|
|
30524
|
+
itemId?: undefined;
|
|
30525
|
+
decision?: undefined;
|
|
30526
|
+
slots?: undefined;
|
|
30527
|
+
recommendedSlotIndex?: undefined;
|
|
30528
|
+
recommendationReason?: undefined;
|
|
29969
30529
|
};
|
|
29970
30530
|
additionalProperties: boolean;
|
|
29971
30531
|
required?: undefined;
|
|
@@ -30180,6 +30740,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30180
30740
|
candidates?: undefined;
|
|
30181
30741
|
candidateWindow?: undefined;
|
|
30182
30742
|
hold?: undefined;
|
|
30743
|
+
itemId?: undefined;
|
|
30744
|
+
decision?: undefined;
|
|
30745
|
+
slots?: undefined;
|
|
30746
|
+
recommendedSlotIndex?: undefined;
|
|
30747
|
+
recommendationReason?: undefined;
|
|
30183
30748
|
};
|
|
30184
30749
|
required: string[];
|
|
30185
30750
|
additionalProperties: boolean;
|
|
@@ -30395,6 +30960,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30395
30960
|
candidates?: undefined;
|
|
30396
30961
|
candidateWindow?: undefined;
|
|
30397
30962
|
hold?: undefined;
|
|
30963
|
+
itemId?: undefined;
|
|
30964
|
+
decision?: undefined;
|
|
30965
|
+
slots?: undefined;
|
|
30966
|
+
recommendedSlotIndex?: undefined;
|
|
30967
|
+
recommendationReason?: undefined;
|
|
30398
30968
|
};
|
|
30399
30969
|
additionalProperties: boolean;
|
|
30400
30970
|
required?: undefined;
|
|
@@ -30633,6 +31203,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30633
31203
|
candidates?: undefined;
|
|
30634
31204
|
candidateWindow?: undefined;
|
|
30635
31205
|
hold?: undefined;
|
|
31206
|
+
itemId?: undefined;
|
|
31207
|
+
decision?: undefined;
|
|
31208
|
+
slots?: undefined;
|
|
31209
|
+
recommendedSlotIndex?: undefined;
|
|
31210
|
+
recommendationReason?: undefined;
|
|
30636
31211
|
};
|
|
30637
31212
|
required: string[];
|
|
30638
31213
|
additionalProperties: boolean;
|
|
@@ -30864,6 +31439,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30864
31439
|
candidates?: undefined;
|
|
30865
31440
|
candidateWindow?: undefined;
|
|
30866
31441
|
hold?: undefined;
|
|
31442
|
+
itemId?: undefined;
|
|
31443
|
+
decision?: undefined;
|
|
31444
|
+
slots?: undefined;
|
|
31445
|
+
recommendedSlotIndex?: undefined;
|
|
31446
|
+
recommendationReason?: undefined;
|
|
30867
31447
|
};
|
|
30868
31448
|
required: string[];
|
|
30869
31449
|
additionalProperties: boolean;
|
|
@@ -31084,6 +31664,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31084
31664
|
candidates?: undefined;
|
|
31085
31665
|
candidateWindow?: undefined;
|
|
31086
31666
|
hold?: undefined;
|
|
31667
|
+
itemId?: undefined;
|
|
31668
|
+
decision?: undefined;
|
|
31669
|
+
slots?: undefined;
|
|
31670
|
+
recommendedSlotIndex?: undefined;
|
|
31671
|
+
recommendationReason?: undefined;
|
|
31087
31672
|
};
|
|
31088
31673
|
required: string[];
|
|
31089
31674
|
additionalProperties: boolean;
|
|
@@ -31299,6 +31884,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31299
31884
|
candidates?: undefined;
|
|
31300
31885
|
candidateWindow?: undefined;
|
|
31301
31886
|
hold?: undefined;
|
|
31887
|
+
itemId?: undefined;
|
|
31888
|
+
decision?: undefined;
|
|
31889
|
+
slots?: undefined;
|
|
31890
|
+
recommendedSlotIndex?: undefined;
|
|
31891
|
+
recommendationReason?: undefined;
|
|
31302
31892
|
};
|
|
31303
31893
|
required: string[];
|
|
31304
31894
|
additionalProperties: boolean;
|
|
@@ -31517,6 +32107,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31517
32107
|
candidates?: undefined;
|
|
31518
32108
|
candidateWindow?: undefined;
|
|
31519
32109
|
hold?: undefined;
|
|
32110
|
+
itemId?: undefined;
|
|
32111
|
+
decision?: undefined;
|
|
32112
|
+
slots?: undefined;
|
|
32113
|
+
recommendedSlotIndex?: undefined;
|
|
32114
|
+
recommendationReason?: undefined;
|
|
31520
32115
|
};
|
|
31521
32116
|
required: string[];
|
|
31522
32117
|
additionalProperties: boolean;
|
|
@@ -31739,6 +32334,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31739
32334
|
candidates?: undefined;
|
|
31740
32335
|
candidateWindow?: undefined;
|
|
31741
32336
|
hold?: undefined;
|
|
32337
|
+
itemId?: undefined;
|
|
32338
|
+
decision?: undefined;
|
|
32339
|
+
slots?: undefined;
|
|
32340
|
+
recommendedSlotIndex?: undefined;
|
|
32341
|
+
recommendationReason?: undefined;
|
|
31742
32342
|
};
|
|
31743
32343
|
required: string[];
|
|
31744
32344
|
additionalProperties: boolean;
|
|
@@ -31953,6 +32553,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31953
32553
|
candidates?: undefined;
|
|
31954
32554
|
candidateWindow?: undefined;
|
|
31955
32555
|
hold?: undefined;
|
|
32556
|
+
itemId?: undefined;
|
|
32557
|
+
decision?: undefined;
|
|
32558
|
+
slots?: undefined;
|
|
32559
|
+
recommendedSlotIndex?: undefined;
|
|
32560
|
+
recommendationReason?: undefined;
|
|
31956
32561
|
};
|
|
31957
32562
|
required: string[];
|
|
31958
32563
|
additionalProperties: boolean;
|
|
@@ -32167,6 +32772,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32167
32772
|
candidates?: undefined;
|
|
32168
32773
|
candidateWindow?: undefined;
|
|
32169
32774
|
hold?: undefined;
|
|
32775
|
+
itemId?: undefined;
|
|
32776
|
+
decision?: undefined;
|
|
32777
|
+
slots?: undefined;
|
|
32778
|
+
recommendedSlotIndex?: undefined;
|
|
32779
|
+
recommendationReason?: undefined;
|
|
32170
32780
|
};
|
|
32171
32781
|
required: string[];
|
|
32172
32782
|
additionalProperties: boolean;
|
|
@@ -32397,6 +33007,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32397
33007
|
candidates?: undefined;
|
|
32398
33008
|
candidateWindow?: undefined;
|
|
32399
33009
|
hold?: undefined;
|
|
33010
|
+
itemId?: undefined;
|
|
33011
|
+
decision?: undefined;
|
|
33012
|
+
slots?: undefined;
|
|
33013
|
+
recommendedSlotIndex?: undefined;
|
|
33014
|
+
recommendationReason?: undefined;
|
|
32400
33015
|
};
|
|
32401
33016
|
required: string[];
|
|
32402
33017
|
additionalProperties: boolean;
|
|
@@ -32630,6 +33245,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32630
33245
|
candidates?: undefined;
|
|
32631
33246
|
candidateWindow?: undefined;
|
|
32632
33247
|
hold?: undefined;
|
|
33248
|
+
itemId?: undefined;
|
|
33249
|
+
decision?: undefined;
|
|
33250
|
+
slots?: undefined;
|
|
33251
|
+
recommendedSlotIndex?: undefined;
|
|
33252
|
+
recommendationReason?: undefined;
|
|
32633
33253
|
};
|
|
32634
33254
|
required: string[];
|
|
32635
33255
|
additionalProperties: boolean;
|
|
@@ -32855,6 +33475,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32855
33475
|
candidates?: undefined;
|
|
32856
33476
|
candidateWindow?: undefined;
|
|
32857
33477
|
hold?: undefined;
|
|
33478
|
+
itemId?: undefined;
|
|
33479
|
+
decision?: undefined;
|
|
33480
|
+
slots?: undefined;
|
|
33481
|
+
recommendedSlotIndex?: undefined;
|
|
33482
|
+
recommendationReason?: undefined;
|
|
32858
33483
|
};
|
|
32859
33484
|
required: string[];
|
|
32860
33485
|
additionalProperties: boolean;
|
|
@@ -33080,6 +33705,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33080
33705
|
candidates?: undefined;
|
|
33081
33706
|
candidateWindow?: undefined;
|
|
33082
33707
|
hold?: undefined;
|
|
33708
|
+
itemId?: undefined;
|
|
33709
|
+
decision?: undefined;
|
|
33710
|
+
slots?: undefined;
|
|
33711
|
+
recommendedSlotIndex?: undefined;
|
|
33712
|
+
recommendationReason?: undefined;
|
|
33083
33713
|
};
|
|
33084
33714
|
required: string[];
|
|
33085
33715
|
additionalProperties: boolean;
|
|
@@ -33305,6 +33935,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33305
33935
|
candidates?: undefined;
|
|
33306
33936
|
candidateWindow?: undefined;
|
|
33307
33937
|
hold?: undefined;
|
|
33938
|
+
itemId?: undefined;
|
|
33939
|
+
decision?: undefined;
|
|
33940
|
+
slots?: undefined;
|
|
33941
|
+
recommendedSlotIndex?: undefined;
|
|
33942
|
+
recommendationReason?: undefined;
|
|
33308
33943
|
};
|
|
33309
33944
|
required: string[];
|
|
33310
33945
|
additionalProperties: boolean;
|
|
@@ -33519,6 +34154,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33519
34154
|
candidates?: undefined;
|
|
33520
34155
|
candidateWindow?: undefined;
|
|
33521
34156
|
hold?: undefined;
|
|
34157
|
+
itemId?: undefined;
|
|
34158
|
+
decision?: undefined;
|
|
34159
|
+
slots?: undefined;
|
|
34160
|
+
recommendedSlotIndex?: undefined;
|
|
34161
|
+
recommendationReason?: undefined;
|
|
33522
34162
|
};
|
|
33523
34163
|
required: string[];
|
|
33524
34164
|
additionalProperties: boolean;
|
|
@@ -33744,6 +34384,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33744
34384
|
candidates?: undefined;
|
|
33745
34385
|
candidateWindow?: undefined;
|
|
33746
34386
|
hold?: undefined;
|
|
34387
|
+
itemId?: undefined;
|
|
34388
|
+
decision?: undefined;
|
|
34389
|
+
slots?: undefined;
|
|
34390
|
+
recommendedSlotIndex?: undefined;
|
|
34391
|
+
recommendationReason?: undefined;
|
|
33747
34392
|
};
|
|
33748
34393
|
required: string[];
|
|
33749
34394
|
additionalProperties: boolean;
|
|
@@ -33965,6 +34610,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33965
34610
|
candidates?: undefined;
|
|
33966
34611
|
candidateWindow?: undefined;
|
|
33967
34612
|
hold?: undefined;
|
|
34613
|
+
itemId?: undefined;
|
|
34614
|
+
decision?: undefined;
|
|
34615
|
+
slots?: undefined;
|
|
34616
|
+
recommendedSlotIndex?: undefined;
|
|
34617
|
+
recommendationReason?: undefined;
|
|
33968
34618
|
};
|
|
33969
34619
|
required: string[];
|
|
33970
34620
|
additionalProperties: boolean;
|
|
@@ -34184,6 +34834,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34184
34834
|
candidates?: undefined;
|
|
34185
34835
|
candidateWindow?: undefined;
|
|
34186
34836
|
hold?: undefined;
|
|
34837
|
+
itemId?: undefined;
|
|
34838
|
+
decision?: undefined;
|
|
34839
|
+
slots?: undefined;
|
|
34840
|
+
recommendedSlotIndex?: undefined;
|
|
34841
|
+
recommendationReason?: undefined;
|
|
34187
34842
|
};
|
|
34188
34843
|
additionalProperties: boolean;
|
|
34189
34844
|
required?: undefined;
|
|
@@ -34398,6 +35053,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34398
35053
|
candidates?: undefined;
|
|
34399
35054
|
candidateWindow?: undefined;
|
|
34400
35055
|
hold?: undefined;
|
|
35056
|
+
itemId?: undefined;
|
|
35057
|
+
decision?: undefined;
|
|
35058
|
+
slots?: undefined;
|
|
35059
|
+
recommendedSlotIndex?: undefined;
|
|
35060
|
+
recommendationReason?: undefined;
|
|
34401
35061
|
};
|
|
34402
35062
|
required: string[];
|
|
34403
35063
|
additionalProperties: boolean;
|
|
@@ -34615,6 +35275,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34615
35275
|
candidates?: undefined;
|
|
34616
35276
|
candidateWindow?: undefined;
|
|
34617
35277
|
hold?: undefined;
|
|
35278
|
+
itemId?: undefined;
|
|
35279
|
+
decision?: undefined;
|
|
35280
|
+
slots?: undefined;
|
|
35281
|
+
recommendedSlotIndex?: undefined;
|
|
35282
|
+
recommendationReason?: undefined;
|
|
34618
35283
|
};
|
|
34619
35284
|
required: string[];
|
|
34620
35285
|
additionalProperties: boolean;
|
|
@@ -34880,6 +35545,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34880
35545
|
status?: undefined;
|
|
34881
35546
|
token?: undefined;
|
|
34882
35547
|
result?: undefined;
|
|
35548
|
+
itemId?: undefined;
|
|
35549
|
+
decision?: undefined;
|
|
35550
|
+
slots?: undefined;
|
|
35551
|
+
recommendedSlotIndex?: undefined;
|
|
35552
|
+
recommendationReason?: undefined;
|
|
34883
35553
|
};
|
|
34884
35554
|
required: string[];
|
|
34885
35555
|
oneOf: ({
|
|
@@ -34917,6 +35587,254 @@ declare const ACTION_REGISTRY: {
|
|
|
34917
35587
|
secondary?: undefined;
|
|
34918
35588
|
};
|
|
34919
35589
|
version: string;
|
|
35590
|
+
} | {
|
|
35591
|
+
action: string;
|
|
35592
|
+
resource_type: string;
|
|
35593
|
+
required_relations: string[];
|
|
35594
|
+
required_scopes: string[];
|
|
35595
|
+
capability: string;
|
|
35596
|
+
input_schema: {
|
|
35597
|
+
type: string;
|
|
35598
|
+
properties: {
|
|
35599
|
+
itemId: {
|
|
35600
|
+
type: string;
|
|
35601
|
+
minLength: number;
|
|
35602
|
+
description: string;
|
|
35603
|
+
};
|
|
35604
|
+
decision: {
|
|
35605
|
+
type: string;
|
|
35606
|
+
enum: string[];
|
|
35607
|
+
description: string;
|
|
35608
|
+
};
|
|
35609
|
+
slots: {
|
|
35610
|
+
type: string;
|
|
35611
|
+
maxItems: number;
|
|
35612
|
+
description: string;
|
|
35613
|
+
items: {
|
|
35614
|
+
type: string;
|
|
35615
|
+
properties: {
|
|
35616
|
+
start: {
|
|
35617
|
+
type: string;
|
|
35618
|
+
description: string;
|
|
35619
|
+
};
|
|
35620
|
+
end: {
|
|
35621
|
+
type: string;
|
|
35622
|
+
description: string;
|
|
35623
|
+
};
|
|
35624
|
+
};
|
|
35625
|
+
required: string[];
|
|
35626
|
+
additionalProperties: boolean;
|
|
35627
|
+
};
|
|
35628
|
+
};
|
|
35629
|
+
recommendedSlotIndex: {
|
|
35630
|
+
type: string[];
|
|
35631
|
+
description: string;
|
|
35632
|
+
};
|
|
35633
|
+
recommendationReason: {
|
|
35634
|
+
type: string;
|
|
35635
|
+
description: string;
|
|
35636
|
+
};
|
|
35637
|
+
channel?: undefined;
|
|
35638
|
+
text?: undefined;
|
|
35639
|
+
thread_ts?: undefined;
|
|
35640
|
+
username?: undefined;
|
|
35641
|
+
icon_emoji?: undefined;
|
|
35642
|
+
blocks?: undefined;
|
|
35643
|
+
userId?: undefined;
|
|
35644
|
+
latest?: undefined;
|
|
35645
|
+
oldest?: undefined;
|
|
35646
|
+
limit?: undefined;
|
|
35647
|
+
inclusive?: undefined;
|
|
35648
|
+
cursor?: undefined;
|
|
35649
|
+
ts?: undefined;
|
|
35650
|
+
owner?: undefined;
|
|
35651
|
+
repo?: undefined;
|
|
35652
|
+
title?: undefined;
|
|
35653
|
+
body?: undefined;
|
|
35654
|
+
labels?: undefined;
|
|
35655
|
+
assignees?: undefined;
|
|
35656
|
+
milestone?: undefined;
|
|
35657
|
+
state?: undefined;
|
|
35658
|
+
sort?: undefined;
|
|
35659
|
+
direction?: undefined;
|
|
35660
|
+
per_page?: undefined;
|
|
35661
|
+
page?: undefined;
|
|
35662
|
+
issueNumber?: undefined;
|
|
35663
|
+
head?: undefined;
|
|
35664
|
+
base?: undefined;
|
|
35665
|
+
draft?: undefined;
|
|
35666
|
+
pullNumber?: undefined;
|
|
35667
|
+
commitTitle?: undefined;
|
|
35668
|
+
commitMessage?: undefined;
|
|
35669
|
+
mergeMethod?: undefined;
|
|
35670
|
+
event?: undefined;
|
|
35671
|
+
commentId?: undefined;
|
|
35672
|
+
expectedHeadSha?: undefined;
|
|
35673
|
+
query?: undefined;
|
|
35674
|
+
order?: undefined;
|
|
35675
|
+
path?: undefined;
|
|
35676
|
+
ref?: undefined;
|
|
35677
|
+
treeSha?: undefined;
|
|
35678
|
+
recursive?: undefined;
|
|
35679
|
+
sha?: undefined;
|
|
35680
|
+
author?: undefined;
|
|
35681
|
+
since?: undefined;
|
|
35682
|
+
until?: undefined;
|
|
35683
|
+
tag?: undefined;
|
|
35684
|
+
name?: undefined;
|
|
35685
|
+
description?: undefined;
|
|
35686
|
+
private?: undefined;
|
|
35687
|
+
org?: undefined;
|
|
35688
|
+
autoInit?: undefined;
|
|
35689
|
+
organization?: undefined;
|
|
35690
|
+
message?: undefined;
|
|
35691
|
+
content?: undefined;
|
|
35692
|
+
branch?: undefined;
|
|
35693
|
+
fromBranch?: undefined;
|
|
35694
|
+
subIssueId?: undefined;
|
|
35695
|
+
color?: undefined;
|
|
35696
|
+
newName?: undefined;
|
|
35697
|
+
workflowId?: undefined;
|
|
35698
|
+
inputs?: undefined;
|
|
35699
|
+
jobId?: undefined;
|
|
35700
|
+
teamSlug?: undefined;
|
|
35701
|
+
all?: undefined;
|
|
35702
|
+
participating?: undefined;
|
|
35703
|
+
before?: undefined;
|
|
35704
|
+
threadId?: undefined;
|
|
35705
|
+
lastReadAt?: undefined;
|
|
35706
|
+
ignored?: undefined;
|
|
35707
|
+
subscribed?: undefined;
|
|
35708
|
+
files?: undefined;
|
|
35709
|
+
public?: undefined;
|
|
35710
|
+
gistId?: undefined;
|
|
35711
|
+
maxResults?: undefined;
|
|
35712
|
+
messageId?: undefined;
|
|
35713
|
+
to?: undefined;
|
|
35714
|
+
subject?: undefined;
|
|
35715
|
+
cc?: undefined;
|
|
35716
|
+
bcc?: undefined;
|
|
35717
|
+
inReplyTo?: undefined;
|
|
35718
|
+
references?: undefined;
|
|
35719
|
+
messageIds?: undefined;
|
|
35720
|
+
calendarId?: undefined;
|
|
35721
|
+
timeMin?: undefined;
|
|
35722
|
+
timeMax?: undefined;
|
|
35723
|
+
eventId?: undefined;
|
|
35724
|
+
summary?: undefined;
|
|
35725
|
+
start?: undefined;
|
|
35726
|
+
end?: undefined;
|
|
35727
|
+
attendees?: undefined;
|
|
35728
|
+
location?: undefined;
|
|
35729
|
+
addMeet?: undefined;
|
|
35730
|
+
meetRequestId?: undefined;
|
|
35731
|
+
recent?: undefined;
|
|
35732
|
+
projectKeyOrId?: undefined;
|
|
35733
|
+
type?: undefined;
|
|
35734
|
+
boardId?: undefined;
|
|
35735
|
+
sprintId?: undefined;
|
|
35736
|
+
jql?: undefined;
|
|
35737
|
+
startAt?: undefined;
|
|
35738
|
+
issueIdOrKey?: undefined;
|
|
35739
|
+
projectKey?: undefined;
|
|
35740
|
+
issueTypeName?: undefined;
|
|
35741
|
+
priority?: undefined;
|
|
35742
|
+
assigneeAccountId?: undefined;
|
|
35743
|
+
transitionId?: undefined;
|
|
35744
|
+
typeName?: undefined;
|
|
35745
|
+
inwardIssueKey?: undefined;
|
|
35746
|
+
outwardIssueKey?: undefined;
|
|
35747
|
+
commentBody?: undefined;
|
|
35748
|
+
linkId?: undefined;
|
|
35749
|
+
file_path?: undefined;
|
|
35750
|
+
command?: undefined;
|
|
35751
|
+
working_directory?: undefined;
|
|
35752
|
+
env_profile?: undefined;
|
|
35753
|
+
timeout_seconds?: undefined;
|
|
35754
|
+
objectType?: undefined;
|
|
35755
|
+
after?: undefined;
|
|
35756
|
+
properties?: undefined;
|
|
35757
|
+
archived?: undefined;
|
|
35758
|
+
filterGroups?: undefined;
|
|
35759
|
+
sorts?: undefined;
|
|
35760
|
+
idProperty?: undefined;
|
|
35761
|
+
propertyName?: undefined;
|
|
35762
|
+
label?: undefined;
|
|
35763
|
+
fieldType?: undefined;
|
|
35764
|
+
groupName?: undefined;
|
|
35765
|
+
options?: undefined;
|
|
35766
|
+
objectId?: undefined;
|
|
35767
|
+
toObjectType?: undefined;
|
|
35768
|
+
fromObjectType?: undefined;
|
|
35769
|
+
engagementId?: undefined;
|
|
35770
|
+
ownerId?: undefined;
|
|
35771
|
+
timestamp?: undefined;
|
|
35772
|
+
associations?: undefined;
|
|
35773
|
+
metadata?: undefined;
|
|
35774
|
+
flowId?: undefined;
|
|
35775
|
+
portalId?: undefined;
|
|
35776
|
+
uiDomain?: undefined;
|
|
35777
|
+
pageRequests?: undefined;
|
|
35778
|
+
teamId?: undefined;
|
|
35779
|
+
assigneeId?: undefined;
|
|
35780
|
+
assigneeMe?: undefined;
|
|
35781
|
+
stateId?: undefined;
|
|
35782
|
+
issueId?: undefined;
|
|
35783
|
+
labelIds?: undefined;
|
|
35784
|
+
projectId?: undefined;
|
|
35785
|
+
teamIds?: undefined;
|
|
35786
|
+
statusId?: undefined;
|
|
35787
|
+
startDate?: undefined;
|
|
35788
|
+
targetDate?: undefined;
|
|
35789
|
+
labelId?: undefined;
|
|
35790
|
+
relatedIssueId?: undefined;
|
|
35791
|
+
relationId?: undefined;
|
|
35792
|
+
cycleId?: undefined;
|
|
35793
|
+
startsAt?: undefined;
|
|
35794
|
+
endsAt?: undefined;
|
|
35795
|
+
completedAt?: undefined;
|
|
35796
|
+
url?: undefined;
|
|
35797
|
+
subtitle?: undefined;
|
|
35798
|
+
attachmentId?: undefined;
|
|
35799
|
+
taskType?: undefined;
|
|
35800
|
+
payload?: undefined;
|
|
35801
|
+
id?: undefined;
|
|
35802
|
+
action?: undefined;
|
|
35803
|
+
data?: undefined;
|
|
35804
|
+
types?: undefined;
|
|
35805
|
+
status?: undefined;
|
|
35806
|
+
token?: undefined;
|
|
35807
|
+
result?: undefined;
|
|
35808
|
+
topic?: undefined;
|
|
35809
|
+
durationMinutes?: undefined;
|
|
35810
|
+
candidates?: undefined;
|
|
35811
|
+
candidateWindow?: undefined;
|
|
35812
|
+
hold?: undefined;
|
|
35813
|
+
};
|
|
35814
|
+
required: string[];
|
|
35815
|
+
additionalProperties: boolean;
|
|
35816
|
+
oneOf?: undefined;
|
|
35817
|
+
};
|
|
35818
|
+
constraints: {
|
|
35819
|
+
rate_bucket: string;
|
|
35820
|
+
};
|
|
35821
|
+
effects: string[];
|
|
35822
|
+
risk: string;
|
|
35823
|
+
target_bindings: {
|
|
35824
|
+
resource_id: {
|
|
35825
|
+
source: "param";
|
|
35826
|
+
param: string;
|
|
35827
|
+
required?: undefined;
|
|
35828
|
+
fallback_param?: undefined;
|
|
35829
|
+
key?: undefined;
|
|
35830
|
+
multi?: undefined;
|
|
35831
|
+
separator?: undefined;
|
|
35832
|
+
default?: undefined;
|
|
35833
|
+
derive?: undefined;
|
|
35834
|
+
};
|
|
35835
|
+
secondary?: undefined;
|
|
35836
|
+
};
|
|
35837
|
+
version: string;
|
|
34920
35838
|
})[];
|
|
34921
35839
|
capabilities: {
|
|
34922
35840
|
capability: string;
|