@vess-id/ai-identity 0.16.0-alpha.4 → 0.16.0-alpha.6
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 +931 -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/dist/types/permission-vc.d.ts +13 -0
- package/dist/types/permission-vc.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1158,6 +1158,19 @@ interface VcSchedulingDelegationClaim {
|
|
|
1158
1158
|
* which negotiation the write was for.
|
|
1159
1159
|
*/
|
|
1160
1160
|
itemId?: string;
|
|
1161
|
+
/**
|
|
1162
|
+
* Scheduling Phase 2 §A / Plan A' (Task A6, spec §7 / §8.3) — the id of the
|
|
1163
|
+
* standing booking link this automated calendar write was booked THROUGH. Present
|
|
1164
|
+
* on the pull-type booking confirm path (a visitor 1-clicks a slot from an
|
|
1165
|
+
* owner's booking link); ADDITIVE / OPTIONAL — absent on the push-type
|
|
1166
|
+
* `scheduling.request` / confirm (§7) / hold (§6) contexts, which have no link.
|
|
1167
|
+
*
|
|
1168
|
+
* AUDIT-ONLY, same principle as the rest of this claim: no enforcement gate
|
|
1169
|
+
* reads it. The audit evidence names which booking link the write belonged to
|
|
1170
|
+
* so an auditor can reconstruct the standing pull-type authority; invoke-time
|
|
1171
|
+
* authorization is unaffected (#884 unchanged).
|
|
1172
|
+
*/
|
|
1173
|
+
linkId?: string;
|
|
1161
1174
|
/**
|
|
1162
1175
|
* Scheduling Phase 2 Plan B (Task 3 bakes this) — the Policy Registry id of
|
|
1163
1176
|
* the signed delegation-policy document the auto-issuance relied on. Lets an
|
|
@@ -4982,6 +4995,11 @@ declare const ACTION_REGISTRY: {
|
|
|
4982
4995
|
candidates?: undefined;
|
|
4983
4996
|
candidateWindow?: undefined;
|
|
4984
4997
|
hold?: undefined;
|
|
4998
|
+
itemId?: undefined;
|
|
4999
|
+
decision?: undefined;
|
|
5000
|
+
slots?: undefined;
|
|
5001
|
+
recommendedSlotIndex?: undefined;
|
|
5002
|
+
recommendationReason?: undefined;
|
|
4985
5003
|
};
|
|
4986
5004
|
required: string[];
|
|
4987
5005
|
additionalProperties: boolean;
|
|
@@ -5192,6 +5210,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5192
5210
|
candidates?: undefined;
|
|
5193
5211
|
candidateWindow?: undefined;
|
|
5194
5212
|
hold?: undefined;
|
|
5213
|
+
itemId?: undefined;
|
|
5214
|
+
decision?: undefined;
|
|
5215
|
+
slots?: undefined;
|
|
5216
|
+
recommendedSlotIndex?: undefined;
|
|
5217
|
+
recommendationReason?: undefined;
|
|
5195
5218
|
};
|
|
5196
5219
|
additionalProperties: boolean;
|
|
5197
5220
|
required?: undefined;
|
|
@@ -5405,6 +5428,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5405
5428
|
candidates?: undefined;
|
|
5406
5429
|
candidateWindow?: undefined;
|
|
5407
5430
|
hold?: undefined;
|
|
5431
|
+
itemId?: undefined;
|
|
5432
|
+
decision?: undefined;
|
|
5433
|
+
slots?: undefined;
|
|
5434
|
+
recommendedSlotIndex?: undefined;
|
|
5435
|
+
recommendationReason?: undefined;
|
|
5408
5436
|
};
|
|
5409
5437
|
required: string[];
|
|
5410
5438
|
additionalProperties: boolean;
|
|
@@ -5629,6 +5657,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5629
5657
|
candidates?: undefined;
|
|
5630
5658
|
candidateWindow?: undefined;
|
|
5631
5659
|
hold?: undefined;
|
|
5660
|
+
itemId?: undefined;
|
|
5661
|
+
decision?: undefined;
|
|
5662
|
+
slots?: undefined;
|
|
5663
|
+
recommendedSlotIndex?: undefined;
|
|
5664
|
+
recommendationReason?: undefined;
|
|
5632
5665
|
};
|
|
5633
5666
|
required: string[];
|
|
5634
5667
|
additionalProperties: boolean;
|
|
@@ -5850,6 +5883,11 @@ declare const ACTION_REGISTRY: {
|
|
|
5850
5883
|
candidates?: undefined;
|
|
5851
5884
|
candidateWindow?: undefined;
|
|
5852
5885
|
hold?: undefined;
|
|
5886
|
+
itemId?: undefined;
|
|
5887
|
+
decision?: undefined;
|
|
5888
|
+
slots?: undefined;
|
|
5889
|
+
recommendedSlotIndex?: undefined;
|
|
5890
|
+
recommendationReason?: undefined;
|
|
5853
5891
|
};
|
|
5854
5892
|
required: string[];
|
|
5855
5893
|
additionalProperties: boolean;
|
|
@@ -6068,6 +6106,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6068
6106
|
candidates?: undefined;
|
|
6069
6107
|
candidateWindow?: undefined;
|
|
6070
6108
|
hold?: undefined;
|
|
6109
|
+
itemId?: undefined;
|
|
6110
|
+
decision?: undefined;
|
|
6111
|
+
slots?: undefined;
|
|
6112
|
+
recommendedSlotIndex?: undefined;
|
|
6113
|
+
recommendationReason?: undefined;
|
|
6071
6114
|
};
|
|
6072
6115
|
additionalProperties: boolean;
|
|
6073
6116
|
required?: undefined;
|
|
@@ -6288,6 +6331,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6288
6331
|
candidates?: undefined;
|
|
6289
6332
|
candidateWindow?: undefined;
|
|
6290
6333
|
hold?: undefined;
|
|
6334
|
+
itemId?: undefined;
|
|
6335
|
+
decision?: undefined;
|
|
6336
|
+
slots?: undefined;
|
|
6337
|
+
recommendedSlotIndex?: undefined;
|
|
6338
|
+
recommendationReason?: undefined;
|
|
6291
6339
|
};
|
|
6292
6340
|
required: string[];
|
|
6293
6341
|
additionalProperties: boolean;
|
|
@@ -6504,6 +6552,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6504
6552
|
candidates?: undefined;
|
|
6505
6553
|
candidateWindow?: undefined;
|
|
6506
6554
|
hold?: undefined;
|
|
6555
|
+
itemId?: undefined;
|
|
6556
|
+
decision?: undefined;
|
|
6557
|
+
slots?: undefined;
|
|
6558
|
+
recommendedSlotIndex?: undefined;
|
|
6559
|
+
recommendationReason?: undefined;
|
|
6507
6560
|
};
|
|
6508
6561
|
required: string[];
|
|
6509
6562
|
additionalProperties: boolean;
|
|
@@ -6745,6 +6798,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6745
6798
|
candidates?: undefined;
|
|
6746
6799
|
candidateWindow?: undefined;
|
|
6747
6800
|
hold?: undefined;
|
|
6801
|
+
itemId?: undefined;
|
|
6802
|
+
decision?: undefined;
|
|
6803
|
+
slots?: undefined;
|
|
6804
|
+
recommendedSlotIndex?: undefined;
|
|
6805
|
+
recommendationReason?: undefined;
|
|
6748
6806
|
};
|
|
6749
6807
|
required: string[];
|
|
6750
6808
|
additionalProperties: boolean;
|
|
@@ -6987,6 +7045,11 @@ declare const ACTION_REGISTRY: {
|
|
|
6987
7045
|
candidates?: undefined;
|
|
6988
7046
|
candidateWindow?: undefined;
|
|
6989
7047
|
hold?: undefined;
|
|
7048
|
+
itemId?: undefined;
|
|
7049
|
+
decision?: undefined;
|
|
7050
|
+
slots?: undefined;
|
|
7051
|
+
recommendedSlotIndex?: undefined;
|
|
7052
|
+
recommendationReason?: undefined;
|
|
6990
7053
|
};
|
|
6991
7054
|
required: string[];
|
|
6992
7055
|
additionalProperties: boolean;
|
|
@@ -7209,6 +7272,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7209
7272
|
candidates?: undefined;
|
|
7210
7273
|
candidateWindow?: undefined;
|
|
7211
7274
|
hold?: undefined;
|
|
7275
|
+
itemId?: undefined;
|
|
7276
|
+
decision?: undefined;
|
|
7277
|
+
slots?: undefined;
|
|
7278
|
+
recommendedSlotIndex?: undefined;
|
|
7279
|
+
recommendationReason?: undefined;
|
|
7212
7280
|
};
|
|
7213
7281
|
required: string[];
|
|
7214
7282
|
additionalProperties: boolean;
|
|
@@ -7454,6 +7522,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7454
7522
|
candidates?: undefined;
|
|
7455
7523
|
candidateWindow?: undefined;
|
|
7456
7524
|
hold?: undefined;
|
|
7525
|
+
itemId?: undefined;
|
|
7526
|
+
decision?: undefined;
|
|
7527
|
+
slots?: undefined;
|
|
7528
|
+
recommendedSlotIndex?: undefined;
|
|
7529
|
+
recommendationReason?: undefined;
|
|
7457
7530
|
};
|
|
7458
7531
|
required: string[];
|
|
7459
7532
|
additionalProperties: boolean;
|
|
@@ -7690,6 +7763,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7690
7763
|
candidates?: undefined;
|
|
7691
7764
|
candidateWindow?: undefined;
|
|
7692
7765
|
hold?: undefined;
|
|
7766
|
+
itemId?: undefined;
|
|
7767
|
+
decision?: undefined;
|
|
7768
|
+
slots?: undefined;
|
|
7769
|
+
recommendedSlotIndex?: undefined;
|
|
7770
|
+
recommendationReason?: undefined;
|
|
7693
7771
|
};
|
|
7694
7772
|
required: string[];
|
|
7695
7773
|
additionalProperties: boolean;
|
|
@@ -7935,6 +8013,11 @@ declare const ACTION_REGISTRY: {
|
|
|
7935
8013
|
candidates?: undefined;
|
|
7936
8014
|
candidateWindow?: undefined;
|
|
7937
8015
|
hold?: undefined;
|
|
8016
|
+
itemId?: undefined;
|
|
8017
|
+
decision?: undefined;
|
|
8018
|
+
slots?: undefined;
|
|
8019
|
+
recommendedSlotIndex?: undefined;
|
|
8020
|
+
recommendationReason?: undefined;
|
|
7938
8021
|
};
|
|
7939
8022
|
required: string[];
|
|
7940
8023
|
additionalProperties: boolean;
|
|
@@ -8157,6 +8240,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8157
8240
|
candidates?: undefined;
|
|
8158
8241
|
candidateWindow?: undefined;
|
|
8159
8242
|
hold?: undefined;
|
|
8243
|
+
itemId?: undefined;
|
|
8244
|
+
decision?: undefined;
|
|
8245
|
+
slots?: undefined;
|
|
8246
|
+
recommendedSlotIndex?: undefined;
|
|
8247
|
+
recommendationReason?: undefined;
|
|
8160
8248
|
};
|
|
8161
8249
|
required: string[];
|
|
8162
8250
|
additionalProperties: boolean;
|
|
@@ -8395,6 +8483,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8395
8483
|
candidates?: undefined;
|
|
8396
8484
|
candidateWindow?: undefined;
|
|
8397
8485
|
hold?: undefined;
|
|
8486
|
+
itemId?: undefined;
|
|
8487
|
+
decision?: undefined;
|
|
8488
|
+
slots?: undefined;
|
|
8489
|
+
recommendedSlotIndex?: undefined;
|
|
8490
|
+
recommendationReason?: undefined;
|
|
8398
8491
|
};
|
|
8399
8492
|
required: string[];
|
|
8400
8493
|
additionalProperties: boolean;
|
|
@@ -8627,6 +8720,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8627
8720
|
candidates?: undefined;
|
|
8628
8721
|
candidateWindow?: undefined;
|
|
8629
8722
|
hold?: undefined;
|
|
8723
|
+
itemId?: undefined;
|
|
8724
|
+
decision?: undefined;
|
|
8725
|
+
slots?: undefined;
|
|
8726
|
+
recommendedSlotIndex?: undefined;
|
|
8727
|
+
recommendationReason?: undefined;
|
|
8630
8728
|
};
|
|
8631
8729
|
required: string[];
|
|
8632
8730
|
additionalProperties: boolean;
|
|
@@ -8858,6 +8956,11 @@ declare const ACTION_REGISTRY: {
|
|
|
8858
8956
|
candidates?: undefined;
|
|
8859
8957
|
candidateWindow?: undefined;
|
|
8860
8958
|
hold?: undefined;
|
|
8959
|
+
itemId?: undefined;
|
|
8960
|
+
decision?: undefined;
|
|
8961
|
+
slots?: undefined;
|
|
8962
|
+
recommendedSlotIndex?: undefined;
|
|
8963
|
+
recommendationReason?: undefined;
|
|
8861
8964
|
};
|
|
8862
8965
|
required: string[];
|
|
8863
8966
|
additionalProperties: boolean;
|
|
@@ -9089,6 +9192,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9089
9192
|
candidates?: undefined;
|
|
9090
9193
|
candidateWindow?: undefined;
|
|
9091
9194
|
hold?: undefined;
|
|
9195
|
+
itemId?: undefined;
|
|
9196
|
+
decision?: undefined;
|
|
9197
|
+
slots?: undefined;
|
|
9198
|
+
recommendedSlotIndex?: undefined;
|
|
9199
|
+
recommendationReason?: undefined;
|
|
9092
9200
|
};
|
|
9093
9201
|
required: string[];
|
|
9094
9202
|
additionalProperties: boolean;
|
|
@@ -9321,6 +9429,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9321
9429
|
candidates?: undefined;
|
|
9322
9430
|
candidateWindow?: undefined;
|
|
9323
9431
|
hold?: undefined;
|
|
9432
|
+
itemId?: undefined;
|
|
9433
|
+
decision?: undefined;
|
|
9434
|
+
slots?: undefined;
|
|
9435
|
+
recommendedSlotIndex?: undefined;
|
|
9436
|
+
recommendationReason?: undefined;
|
|
9324
9437
|
};
|
|
9325
9438
|
required: string[];
|
|
9326
9439
|
additionalProperties: boolean;
|
|
@@ -9546,6 +9659,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9546
9659
|
candidates?: undefined;
|
|
9547
9660
|
candidateWindow?: undefined;
|
|
9548
9661
|
hold?: undefined;
|
|
9662
|
+
itemId?: undefined;
|
|
9663
|
+
decision?: undefined;
|
|
9664
|
+
slots?: undefined;
|
|
9665
|
+
recommendedSlotIndex?: undefined;
|
|
9666
|
+
recommendationReason?: undefined;
|
|
9549
9667
|
};
|
|
9550
9668
|
required: string[];
|
|
9551
9669
|
additionalProperties: boolean;
|
|
@@ -9761,6 +9879,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9761
9879
|
candidates?: undefined;
|
|
9762
9880
|
candidateWindow?: undefined;
|
|
9763
9881
|
hold?: undefined;
|
|
9882
|
+
itemId?: undefined;
|
|
9883
|
+
decision?: undefined;
|
|
9884
|
+
slots?: undefined;
|
|
9885
|
+
recommendedSlotIndex?: undefined;
|
|
9886
|
+
recommendationReason?: undefined;
|
|
9764
9887
|
};
|
|
9765
9888
|
required: string[];
|
|
9766
9889
|
additionalProperties: boolean;
|
|
@@ -9993,6 +10116,11 @@ declare const ACTION_REGISTRY: {
|
|
|
9993
10116
|
candidates?: undefined;
|
|
9994
10117
|
candidateWindow?: undefined;
|
|
9995
10118
|
hold?: undefined;
|
|
10119
|
+
itemId?: undefined;
|
|
10120
|
+
decision?: undefined;
|
|
10121
|
+
slots?: undefined;
|
|
10122
|
+
recommendedSlotIndex?: undefined;
|
|
10123
|
+
recommendationReason?: undefined;
|
|
9996
10124
|
};
|
|
9997
10125
|
required: string[];
|
|
9998
10126
|
additionalProperties: boolean;
|
|
@@ -10220,6 +10348,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10220
10348
|
candidates?: undefined;
|
|
10221
10349
|
candidateWindow?: undefined;
|
|
10222
10350
|
hold?: undefined;
|
|
10351
|
+
itemId?: undefined;
|
|
10352
|
+
decision?: undefined;
|
|
10353
|
+
slots?: undefined;
|
|
10354
|
+
recommendedSlotIndex?: undefined;
|
|
10355
|
+
recommendationReason?: undefined;
|
|
10223
10356
|
};
|
|
10224
10357
|
required: string[];
|
|
10225
10358
|
additionalProperties: boolean;
|
|
@@ -10446,6 +10579,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10446
10579
|
candidates?: undefined;
|
|
10447
10580
|
candidateWindow?: undefined;
|
|
10448
10581
|
hold?: undefined;
|
|
10582
|
+
itemId?: undefined;
|
|
10583
|
+
decision?: undefined;
|
|
10584
|
+
slots?: undefined;
|
|
10585
|
+
recommendedSlotIndex?: undefined;
|
|
10586
|
+
recommendationReason?: undefined;
|
|
10449
10587
|
};
|
|
10450
10588
|
required: string[];
|
|
10451
10589
|
additionalProperties: boolean;
|
|
@@ -10671,6 +10809,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10671
10809
|
candidates?: undefined;
|
|
10672
10810
|
candidateWindow?: undefined;
|
|
10673
10811
|
hold?: undefined;
|
|
10812
|
+
itemId?: undefined;
|
|
10813
|
+
decision?: undefined;
|
|
10814
|
+
slots?: undefined;
|
|
10815
|
+
recommendedSlotIndex?: undefined;
|
|
10816
|
+
recommendationReason?: undefined;
|
|
10674
10817
|
};
|
|
10675
10818
|
required: string[];
|
|
10676
10819
|
additionalProperties: boolean;
|
|
@@ -10893,6 +11036,11 @@ declare const ACTION_REGISTRY: {
|
|
|
10893
11036
|
candidates?: undefined;
|
|
10894
11037
|
candidateWindow?: undefined;
|
|
10895
11038
|
hold?: undefined;
|
|
11039
|
+
itemId?: undefined;
|
|
11040
|
+
decision?: undefined;
|
|
11041
|
+
slots?: undefined;
|
|
11042
|
+
recommendedSlotIndex?: undefined;
|
|
11043
|
+
recommendationReason?: undefined;
|
|
10896
11044
|
};
|
|
10897
11045
|
required: string[];
|
|
10898
11046
|
additionalProperties: boolean;
|
|
@@ -11137,6 +11285,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11137
11285
|
candidates?: undefined;
|
|
11138
11286
|
candidateWindow?: undefined;
|
|
11139
11287
|
hold?: undefined;
|
|
11288
|
+
itemId?: undefined;
|
|
11289
|
+
decision?: undefined;
|
|
11290
|
+
slots?: undefined;
|
|
11291
|
+
recommendedSlotIndex?: undefined;
|
|
11292
|
+
recommendationReason?: undefined;
|
|
11140
11293
|
};
|
|
11141
11294
|
required: string[];
|
|
11142
11295
|
additionalProperties: boolean;
|
|
@@ -11369,6 +11522,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11369
11522
|
candidates?: undefined;
|
|
11370
11523
|
candidateWindow?: undefined;
|
|
11371
11524
|
hold?: undefined;
|
|
11525
|
+
itemId?: undefined;
|
|
11526
|
+
decision?: undefined;
|
|
11527
|
+
slots?: undefined;
|
|
11528
|
+
recommendedSlotIndex?: undefined;
|
|
11529
|
+
recommendationReason?: undefined;
|
|
11372
11530
|
};
|
|
11373
11531
|
required: string[];
|
|
11374
11532
|
additionalProperties: boolean;
|
|
@@ -11587,6 +11745,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11587
11745
|
candidates?: undefined;
|
|
11588
11746
|
candidateWindow?: undefined;
|
|
11589
11747
|
hold?: undefined;
|
|
11748
|
+
itemId?: undefined;
|
|
11749
|
+
decision?: undefined;
|
|
11750
|
+
slots?: undefined;
|
|
11751
|
+
recommendedSlotIndex?: undefined;
|
|
11752
|
+
recommendationReason?: undefined;
|
|
11590
11753
|
};
|
|
11591
11754
|
required: string[];
|
|
11592
11755
|
additionalProperties: boolean;
|
|
@@ -11809,6 +11972,11 @@ declare const ACTION_REGISTRY: {
|
|
|
11809
11972
|
candidates?: undefined;
|
|
11810
11973
|
candidateWindow?: undefined;
|
|
11811
11974
|
hold?: undefined;
|
|
11975
|
+
itemId?: undefined;
|
|
11976
|
+
decision?: undefined;
|
|
11977
|
+
slots?: undefined;
|
|
11978
|
+
recommendedSlotIndex?: undefined;
|
|
11979
|
+
recommendationReason?: undefined;
|
|
11812
11980
|
};
|
|
11813
11981
|
required: string[];
|
|
11814
11982
|
additionalProperties: boolean;
|
|
@@ -12037,6 +12205,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12037
12205
|
candidates?: undefined;
|
|
12038
12206
|
candidateWindow?: undefined;
|
|
12039
12207
|
hold?: undefined;
|
|
12208
|
+
itemId?: undefined;
|
|
12209
|
+
decision?: undefined;
|
|
12210
|
+
slots?: undefined;
|
|
12211
|
+
recommendedSlotIndex?: undefined;
|
|
12212
|
+
recommendationReason?: undefined;
|
|
12040
12213
|
};
|
|
12041
12214
|
required: string[];
|
|
12042
12215
|
additionalProperties: boolean;
|
|
@@ -12258,6 +12431,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12258
12431
|
candidates?: undefined;
|
|
12259
12432
|
candidateWindow?: undefined;
|
|
12260
12433
|
hold?: undefined;
|
|
12434
|
+
itemId?: undefined;
|
|
12435
|
+
decision?: undefined;
|
|
12436
|
+
slots?: undefined;
|
|
12437
|
+
recommendedSlotIndex?: undefined;
|
|
12438
|
+
recommendationReason?: undefined;
|
|
12261
12439
|
};
|
|
12262
12440
|
required: string[];
|
|
12263
12441
|
additionalProperties: boolean;
|
|
@@ -12496,6 +12674,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12496
12674
|
candidates?: undefined;
|
|
12497
12675
|
candidateWindow?: undefined;
|
|
12498
12676
|
hold?: undefined;
|
|
12677
|
+
itemId?: undefined;
|
|
12678
|
+
decision?: undefined;
|
|
12679
|
+
slots?: undefined;
|
|
12680
|
+
recommendedSlotIndex?: undefined;
|
|
12681
|
+
recommendationReason?: undefined;
|
|
12499
12682
|
};
|
|
12500
12683
|
required: string[];
|
|
12501
12684
|
additionalProperties: boolean;
|
|
@@ -12730,6 +12913,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12730
12913
|
candidates?: undefined;
|
|
12731
12914
|
candidateWindow?: undefined;
|
|
12732
12915
|
hold?: undefined;
|
|
12916
|
+
itemId?: undefined;
|
|
12917
|
+
decision?: undefined;
|
|
12918
|
+
slots?: undefined;
|
|
12919
|
+
recommendedSlotIndex?: undefined;
|
|
12920
|
+
recommendationReason?: undefined;
|
|
12733
12921
|
};
|
|
12734
12922
|
required: string[];
|
|
12735
12923
|
additionalProperties: boolean;
|
|
@@ -12955,6 +13143,11 @@ declare const ACTION_REGISTRY: {
|
|
|
12955
13143
|
candidates?: undefined;
|
|
12956
13144
|
candidateWindow?: undefined;
|
|
12957
13145
|
hold?: undefined;
|
|
13146
|
+
itemId?: undefined;
|
|
13147
|
+
decision?: undefined;
|
|
13148
|
+
slots?: undefined;
|
|
13149
|
+
recommendedSlotIndex?: undefined;
|
|
13150
|
+
recommendationReason?: undefined;
|
|
12958
13151
|
};
|
|
12959
13152
|
required: string[];
|
|
12960
13153
|
additionalProperties: boolean;
|
|
@@ -13182,6 +13375,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13182
13375
|
candidates?: undefined;
|
|
13183
13376
|
candidateWindow?: undefined;
|
|
13184
13377
|
hold?: undefined;
|
|
13378
|
+
itemId?: undefined;
|
|
13379
|
+
decision?: undefined;
|
|
13380
|
+
slots?: undefined;
|
|
13381
|
+
recommendedSlotIndex?: undefined;
|
|
13382
|
+
recommendationReason?: undefined;
|
|
13185
13383
|
};
|
|
13186
13384
|
required: string[];
|
|
13187
13385
|
additionalProperties: boolean;
|
|
@@ -13408,6 +13606,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13408
13606
|
candidates?: undefined;
|
|
13409
13607
|
candidateWindow?: undefined;
|
|
13410
13608
|
hold?: undefined;
|
|
13609
|
+
itemId?: undefined;
|
|
13610
|
+
decision?: undefined;
|
|
13611
|
+
slots?: undefined;
|
|
13612
|
+
recommendedSlotIndex?: undefined;
|
|
13613
|
+
recommendationReason?: undefined;
|
|
13411
13614
|
};
|
|
13412
13615
|
required: string[];
|
|
13413
13616
|
additionalProperties: boolean;
|
|
@@ -13622,6 +13825,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13622
13825
|
candidates?: undefined;
|
|
13623
13826
|
candidateWindow?: undefined;
|
|
13624
13827
|
hold?: undefined;
|
|
13828
|
+
itemId?: undefined;
|
|
13829
|
+
decision?: undefined;
|
|
13830
|
+
slots?: undefined;
|
|
13831
|
+
recommendedSlotIndex?: undefined;
|
|
13832
|
+
recommendationReason?: undefined;
|
|
13625
13833
|
};
|
|
13626
13834
|
required: string[];
|
|
13627
13835
|
additionalProperties: boolean;
|
|
@@ -13844,6 +14052,11 @@ declare const ACTION_REGISTRY: {
|
|
|
13844
14052
|
candidates?: undefined;
|
|
13845
14053
|
candidateWindow?: undefined;
|
|
13846
14054
|
hold?: undefined;
|
|
14055
|
+
itemId?: undefined;
|
|
14056
|
+
decision?: undefined;
|
|
14057
|
+
slots?: undefined;
|
|
14058
|
+
recommendedSlotIndex?: undefined;
|
|
14059
|
+
recommendationReason?: undefined;
|
|
13847
14060
|
};
|
|
13848
14061
|
required: string[];
|
|
13849
14062
|
additionalProperties: boolean;
|
|
@@ -14076,6 +14289,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14076
14289
|
candidates?: undefined;
|
|
14077
14290
|
candidateWindow?: undefined;
|
|
14078
14291
|
hold?: undefined;
|
|
14292
|
+
itemId?: undefined;
|
|
14293
|
+
decision?: undefined;
|
|
14294
|
+
slots?: undefined;
|
|
14295
|
+
recommendedSlotIndex?: undefined;
|
|
14296
|
+
recommendationReason?: undefined;
|
|
14079
14297
|
};
|
|
14080
14298
|
required: string[];
|
|
14081
14299
|
additionalProperties: boolean;
|
|
@@ -14297,6 +14515,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14297
14515
|
candidates?: undefined;
|
|
14298
14516
|
candidateWindow?: undefined;
|
|
14299
14517
|
hold?: undefined;
|
|
14518
|
+
itemId?: undefined;
|
|
14519
|
+
decision?: undefined;
|
|
14520
|
+
slots?: undefined;
|
|
14521
|
+
recommendedSlotIndex?: undefined;
|
|
14522
|
+
recommendationReason?: undefined;
|
|
14300
14523
|
};
|
|
14301
14524
|
required: string[];
|
|
14302
14525
|
additionalProperties: boolean;
|
|
@@ -14528,6 +14751,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14528
14751
|
candidates?: undefined;
|
|
14529
14752
|
candidateWindow?: undefined;
|
|
14530
14753
|
hold?: undefined;
|
|
14754
|
+
itemId?: undefined;
|
|
14755
|
+
decision?: undefined;
|
|
14756
|
+
slots?: undefined;
|
|
14757
|
+
recommendedSlotIndex?: undefined;
|
|
14758
|
+
recommendationReason?: undefined;
|
|
14531
14759
|
};
|
|
14532
14760
|
required: string[];
|
|
14533
14761
|
additionalProperties: boolean;
|
|
@@ -14750,6 +14978,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14750
14978
|
candidates?: undefined;
|
|
14751
14979
|
candidateWindow?: undefined;
|
|
14752
14980
|
hold?: undefined;
|
|
14981
|
+
itemId?: undefined;
|
|
14982
|
+
decision?: undefined;
|
|
14983
|
+
slots?: undefined;
|
|
14984
|
+
recommendedSlotIndex?: undefined;
|
|
14985
|
+
recommendationReason?: undefined;
|
|
14753
14986
|
};
|
|
14754
14987
|
required: string[];
|
|
14755
14988
|
additionalProperties: boolean;
|
|
@@ -14977,6 +15210,11 @@ declare const ACTION_REGISTRY: {
|
|
|
14977
15210
|
candidates?: undefined;
|
|
14978
15211
|
candidateWindow?: undefined;
|
|
14979
15212
|
hold?: undefined;
|
|
15213
|
+
itemId?: undefined;
|
|
15214
|
+
decision?: undefined;
|
|
15215
|
+
slots?: undefined;
|
|
15216
|
+
recommendedSlotIndex?: undefined;
|
|
15217
|
+
recommendationReason?: undefined;
|
|
14980
15218
|
};
|
|
14981
15219
|
required: never[];
|
|
14982
15220
|
additionalProperties: boolean;
|
|
@@ -15187,6 +15425,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15187
15425
|
candidates?: undefined;
|
|
15188
15426
|
candidateWindow?: undefined;
|
|
15189
15427
|
hold?: undefined;
|
|
15428
|
+
itemId?: undefined;
|
|
15429
|
+
decision?: undefined;
|
|
15430
|
+
slots?: undefined;
|
|
15431
|
+
recommendedSlotIndex?: undefined;
|
|
15432
|
+
recommendationReason?: undefined;
|
|
15190
15433
|
};
|
|
15191
15434
|
required: never[];
|
|
15192
15435
|
additionalProperties: boolean;
|
|
@@ -15410,6 +15653,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15410
15653
|
candidates?: undefined;
|
|
15411
15654
|
candidateWindow?: undefined;
|
|
15412
15655
|
hold?: undefined;
|
|
15656
|
+
itemId?: undefined;
|
|
15657
|
+
decision?: undefined;
|
|
15658
|
+
slots?: undefined;
|
|
15659
|
+
recommendedSlotIndex?: undefined;
|
|
15660
|
+
recommendationReason?: undefined;
|
|
15413
15661
|
};
|
|
15414
15662
|
required: string[];
|
|
15415
15663
|
additionalProperties: boolean;
|
|
@@ -15637,6 +15885,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15637
15885
|
candidates?: undefined;
|
|
15638
15886
|
candidateWindow?: undefined;
|
|
15639
15887
|
hold?: undefined;
|
|
15888
|
+
itemId?: undefined;
|
|
15889
|
+
decision?: undefined;
|
|
15890
|
+
slots?: undefined;
|
|
15891
|
+
recommendedSlotIndex?: undefined;
|
|
15892
|
+
recommendationReason?: undefined;
|
|
15640
15893
|
};
|
|
15641
15894
|
required: string[];
|
|
15642
15895
|
additionalProperties: boolean;
|
|
@@ -15868,6 +16121,11 @@ declare const ACTION_REGISTRY: {
|
|
|
15868
16121
|
candidates?: undefined;
|
|
15869
16122
|
candidateWindow?: undefined;
|
|
15870
16123
|
hold?: undefined;
|
|
16124
|
+
itemId?: undefined;
|
|
16125
|
+
decision?: undefined;
|
|
16126
|
+
slots?: undefined;
|
|
16127
|
+
recommendedSlotIndex?: undefined;
|
|
16128
|
+
recommendationReason?: undefined;
|
|
15871
16129
|
};
|
|
15872
16130
|
required: never[];
|
|
15873
16131
|
additionalProperties: boolean;
|
|
@@ -16082,6 +16340,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16082
16340
|
candidates?: undefined;
|
|
16083
16341
|
candidateWindow?: undefined;
|
|
16084
16342
|
hold?: undefined;
|
|
16343
|
+
itemId?: undefined;
|
|
16344
|
+
decision?: undefined;
|
|
16345
|
+
slots?: undefined;
|
|
16346
|
+
recommendedSlotIndex?: undefined;
|
|
16347
|
+
recommendationReason?: undefined;
|
|
16085
16348
|
};
|
|
16086
16349
|
required: string[];
|
|
16087
16350
|
additionalProperties: boolean;
|
|
@@ -16295,6 +16558,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16295
16558
|
candidates?: undefined;
|
|
16296
16559
|
candidateWindow?: undefined;
|
|
16297
16560
|
hold?: undefined;
|
|
16561
|
+
itemId?: undefined;
|
|
16562
|
+
decision?: undefined;
|
|
16563
|
+
slots?: undefined;
|
|
16564
|
+
recommendedSlotIndex?: undefined;
|
|
16565
|
+
recommendationReason?: undefined;
|
|
16298
16566
|
};
|
|
16299
16567
|
required: never[];
|
|
16300
16568
|
additionalProperties: boolean;
|
|
@@ -16512,6 +16780,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16512
16780
|
candidates?: undefined;
|
|
16513
16781
|
candidateWindow?: undefined;
|
|
16514
16782
|
hold?: undefined;
|
|
16783
|
+
itemId?: undefined;
|
|
16784
|
+
decision?: undefined;
|
|
16785
|
+
slots?: undefined;
|
|
16786
|
+
recommendedSlotIndex?: undefined;
|
|
16787
|
+
recommendationReason?: undefined;
|
|
16515
16788
|
};
|
|
16516
16789
|
required: string[];
|
|
16517
16790
|
additionalProperties: boolean;
|
|
@@ -16736,6 +17009,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16736
17009
|
candidates?: undefined;
|
|
16737
17010
|
candidateWindow?: undefined;
|
|
16738
17011
|
hold?: undefined;
|
|
17012
|
+
itemId?: undefined;
|
|
17013
|
+
decision?: undefined;
|
|
17014
|
+
slots?: undefined;
|
|
17015
|
+
recommendedSlotIndex?: undefined;
|
|
17016
|
+
recommendationReason?: undefined;
|
|
16739
17017
|
};
|
|
16740
17018
|
required: string[];
|
|
16741
17019
|
additionalProperties: boolean;
|
|
@@ -16957,6 +17235,11 @@ declare const ACTION_REGISTRY: {
|
|
|
16957
17235
|
candidates?: undefined;
|
|
16958
17236
|
candidateWindow?: undefined;
|
|
16959
17237
|
hold?: undefined;
|
|
17238
|
+
itemId?: undefined;
|
|
17239
|
+
decision?: undefined;
|
|
17240
|
+
slots?: undefined;
|
|
17241
|
+
recommendedSlotIndex?: undefined;
|
|
17242
|
+
recommendationReason?: undefined;
|
|
16960
17243
|
};
|
|
16961
17244
|
required: string[];
|
|
16962
17245
|
additionalProperties: boolean;
|
|
@@ -17171,6 +17454,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17171
17454
|
candidates?: undefined;
|
|
17172
17455
|
candidateWindow?: undefined;
|
|
17173
17456
|
hold?: undefined;
|
|
17457
|
+
itemId?: undefined;
|
|
17458
|
+
decision?: undefined;
|
|
17459
|
+
slots?: undefined;
|
|
17460
|
+
recommendedSlotIndex?: undefined;
|
|
17461
|
+
recommendationReason?: undefined;
|
|
17174
17462
|
};
|
|
17175
17463
|
required: string[];
|
|
17176
17464
|
additionalProperties: boolean;
|
|
@@ -17397,6 +17685,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17397
17685
|
candidates?: undefined;
|
|
17398
17686
|
candidateWindow?: undefined;
|
|
17399
17687
|
hold?: undefined;
|
|
17688
|
+
itemId?: undefined;
|
|
17689
|
+
decision?: undefined;
|
|
17690
|
+
slots?: undefined;
|
|
17691
|
+
recommendedSlotIndex?: undefined;
|
|
17692
|
+
recommendationReason?: undefined;
|
|
17400
17693
|
};
|
|
17401
17694
|
required: never[];
|
|
17402
17695
|
additionalProperties: boolean;
|
|
@@ -17619,6 +17912,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17619
17912
|
candidates?: undefined;
|
|
17620
17913
|
candidateWindow?: undefined;
|
|
17621
17914
|
hold?: undefined;
|
|
17915
|
+
itemId?: undefined;
|
|
17916
|
+
decision?: undefined;
|
|
17917
|
+
slots?: undefined;
|
|
17918
|
+
recommendedSlotIndex?: undefined;
|
|
17919
|
+
recommendationReason?: undefined;
|
|
17622
17920
|
};
|
|
17623
17921
|
required: string[];
|
|
17624
17922
|
additionalProperties: boolean;
|
|
@@ -17839,6 +18137,11 @@ declare const ACTION_REGISTRY: {
|
|
|
17839
18137
|
candidates?: undefined;
|
|
17840
18138
|
candidateWindow?: undefined;
|
|
17841
18139
|
hold?: undefined;
|
|
18140
|
+
itemId?: undefined;
|
|
18141
|
+
decision?: undefined;
|
|
18142
|
+
slots?: undefined;
|
|
18143
|
+
recommendedSlotIndex?: undefined;
|
|
18144
|
+
recommendationReason?: undefined;
|
|
17842
18145
|
};
|
|
17843
18146
|
required: string[];
|
|
17844
18147
|
additionalProperties: boolean;
|
|
@@ -18052,6 +18355,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18052
18355
|
candidates?: undefined;
|
|
18053
18356
|
candidateWindow?: undefined;
|
|
18054
18357
|
hold?: undefined;
|
|
18358
|
+
itemId?: undefined;
|
|
18359
|
+
decision?: undefined;
|
|
18360
|
+
slots?: undefined;
|
|
18361
|
+
recommendedSlotIndex?: undefined;
|
|
18362
|
+
recommendationReason?: undefined;
|
|
18055
18363
|
};
|
|
18056
18364
|
required: string[];
|
|
18057
18365
|
additionalProperties: boolean;
|
|
@@ -18286,6 +18594,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18286
18594
|
candidates?: undefined;
|
|
18287
18595
|
candidateWindow?: undefined;
|
|
18288
18596
|
hold?: undefined;
|
|
18597
|
+
itemId?: undefined;
|
|
18598
|
+
decision?: undefined;
|
|
18599
|
+
slots?: undefined;
|
|
18600
|
+
recommendedSlotIndex?: undefined;
|
|
18601
|
+
recommendationReason?: undefined;
|
|
18289
18602
|
};
|
|
18290
18603
|
required: string[];
|
|
18291
18604
|
additionalProperties: boolean;
|
|
@@ -18511,6 +18824,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18511
18824
|
candidates?: undefined;
|
|
18512
18825
|
candidateWindow?: undefined;
|
|
18513
18826
|
hold?: undefined;
|
|
18827
|
+
itemId?: undefined;
|
|
18828
|
+
decision?: undefined;
|
|
18829
|
+
slots?: undefined;
|
|
18830
|
+
recommendedSlotIndex?: undefined;
|
|
18831
|
+
recommendationReason?: undefined;
|
|
18514
18832
|
};
|
|
18515
18833
|
required: string[];
|
|
18516
18834
|
additionalProperties: boolean;
|
|
@@ -18735,6 +19053,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18735
19053
|
candidates?: undefined;
|
|
18736
19054
|
candidateWindow?: undefined;
|
|
18737
19055
|
hold?: undefined;
|
|
19056
|
+
itemId?: undefined;
|
|
19057
|
+
decision?: undefined;
|
|
19058
|
+
slots?: undefined;
|
|
19059
|
+
recommendedSlotIndex?: undefined;
|
|
19060
|
+
recommendationReason?: undefined;
|
|
18738
19061
|
};
|
|
18739
19062
|
additionalProperties: boolean;
|
|
18740
19063
|
required?: undefined;
|
|
@@ -18952,6 +19275,11 @@ declare const ACTION_REGISTRY: {
|
|
|
18952
19275
|
candidates?: undefined;
|
|
18953
19276
|
candidateWindow?: undefined;
|
|
18954
19277
|
hold?: undefined;
|
|
19278
|
+
itemId?: undefined;
|
|
19279
|
+
decision?: undefined;
|
|
19280
|
+
slots?: undefined;
|
|
19281
|
+
recommendedSlotIndex?: undefined;
|
|
19282
|
+
recommendationReason?: undefined;
|
|
18955
19283
|
};
|
|
18956
19284
|
required: string[];
|
|
18957
19285
|
additionalProperties: boolean;
|
|
@@ -19171,6 +19499,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19171
19499
|
candidates?: undefined;
|
|
19172
19500
|
candidateWindow?: undefined;
|
|
19173
19501
|
hold?: undefined;
|
|
19502
|
+
itemId?: undefined;
|
|
19503
|
+
decision?: undefined;
|
|
19504
|
+
slots?: undefined;
|
|
19505
|
+
recommendedSlotIndex?: undefined;
|
|
19506
|
+
recommendationReason?: undefined;
|
|
19174
19507
|
};
|
|
19175
19508
|
required: string[];
|
|
19176
19509
|
additionalProperties: boolean;
|
|
@@ -19446,6 +19779,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19446
19779
|
candidates?: undefined;
|
|
19447
19780
|
candidateWindow?: undefined;
|
|
19448
19781
|
hold?: undefined;
|
|
19782
|
+
itemId?: undefined;
|
|
19783
|
+
decision?: undefined;
|
|
19784
|
+
slots?: undefined;
|
|
19785
|
+
recommendedSlotIndex?: undefined;
|
|
19786
|
+
recommendationReason?: undefined;
|
|
19449
19787
|
};
|
|
19450
19788
|
required: string[];
|
|
19451
19789
|
additionalProperties: boolean;
|
|
@@ -19732,6 +20070,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19732
20070
|
candidates?: undefined;
|
|
19733
20071
|
candidateWindow?: undefined;
|
|
19734
20072
|
hold?: undefined;
|
|
20073
|
+
itemId?: undefined;
|
|
20074
|
+
decision?: undefined;
|
|
20075
|
+
slots?: undefined;
|
|
20076
|
+
recommendedSlotIndex?: undefined;
|
|
20077
|
+
recommendationReason?: undefined;
|
|
19735
20078
|
};
|
|
19736
20079
|
required: string[];
|
|
19737
20080
|
additionalProperties: boolean;
|
|
@@ -19956,6 +20299,11 @@ declare const ACTION_REGISTRY: {
|
|
|
19956
20299
|
candidates?: undefined;
|
|
19957
20300
|
candidateWindow?: undefined;
|
|
19958
20301
|
hold?: undefined;
|
|
20302
|
+
itemId?: undefined;
|
|
20303
|
+
decision?: undefined;
|
|
20304
|
+
slots?: undefined;
|
|
20305
|
+
recommendedSlotIndex?: undefined;
|
|
20306
|
+
recommendationReason?: undefined;
|
|
19959
20307
|
};
|
|
19960
20308
|
required: string[];
|
|
19961
20309
|
additionalProperties: boolean;
|
|
@@ -20168,6 +20516,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20168
20516
|
candidates?: undefined;
|
|
20169
20517
|
candidateWindow?: undefined;
|
|
20170
20518
|
hold?: undefined;
|
|
20519
|
+
itemId?: undefined;
|
|
20520
|
+
decision?: undefined;
|
|
20521
|
+
slots?: undefined;
|
|
20522
|
+
recommendedSlotIndex?: undefined;
|
|
20523
|
+
recommendationReason?: undefined;
|
|
20171
20524
|
};
|
|
20172
20525
|
additionalProperties: boolean;
|
|
20173
20526
|
required?: undefined;
|
|
@@ -20384,6 +20737,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20384
20737
|
candidates?: undefined;
|
|
20385
20738
|
candidateWindow?: undefined;
|
|
20386
20739
|
hold?: undefined;
|
|
20740
|
+
itemId?: undefined;
|
|
20741
|
+
decision?: undefined;
|
|
20742
|
+
slots?: undefined;
|
|
20743
|
+
recommendedSlotIndex?: undefined;
|
|
20744
|
+
recommendationReason?: undefined;
|
|
20387
20745
|
};
|
|
20388
20746
|
additionalProperties: boolean;
|
|
20389
20747
|
required?: undefined;
|
|
@@ -20601,6 +20959,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20601
20959
|
candidates?: undefined;
|
|
20602
20960
|
candidateWindow?: undefined;
|
|
20603
20961
|
hold?: undefined;
|
|
20962
|
+
itemId?: undefined;
|
|
20963
|
+
decision?: undefined;
|
|
20964
|
+
slots?: undefined;
|
|
20965
|
+
recommendedSlotIndex?: undefined;
|
|
20966
|
+
recommendationReason?: undefined;
|
|
20604
20967
|
};
|
|
20605
20968
|
required: string[];
|
|
20606
20969
|
additionalProperties: boolean;
|
|
@@ -20819,6 +21182,11 @@ declare const ACTION_REGISTRY: {
|
|
|
20819
21182
|
candidates?: undefined;
|
|
20820
21183
|
candidateWindow?: undefined;
|
|
20821
21184
|
hold?: undefined;
|
|
21185
|
+
itemId?: undefined;
|
|
21186
|
+
decision?: undefined;
|
|
21187
|
+
slots?: undefined;
|
|
21188
|
+
recommendedSlotIndex?: undefined;
|
|
21189
|
+
recommendationReason?: undefined;
|
|
20822
21190
|
};
|
|
20823
21191
|
required: string[];
|
|
20824
21192
|
additionalProperties: boolean;
|
|
@@ -21040,6 +21408,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21040
21408
|
candidates?: undefined;
|
|
21041
21409
|
candidateWindow?: undefined;
|
|
21042
21410
|
hold?: undefined;
|
|
21411
|
+
itemId?: undefined;
|
|
21412
|
+
decision?: undefined;
|
|
21413
|
+
slots?: undefined;
|
|
21414
|
+
recommendedSlotIndex?: undefined;
|
|
21415
|
+
recommendationReason?: undefined;
|
|
21043
21416
|
};
|
|
21044
21417
|
required: string[];
|
|
21045
21418
|
additionalProperties: boolean;
|
|
@@ -21253,6 +21626,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21253
21626
|
candidates?: undefined;
|
|
21254
21627
|
candidateWindow?: undefined;
|
|
21255
21628
|
hold?: undefined;
|
|
21629
|
+
itemId?: undefined;
|
|
21630
|
+
decision?: undefined;
|
|
21631
|
+
slots?: undefined;
|
|
21632
|
+
recommendedSlotIndex?: undefined;
|
|
21633
|
+
recommendationReason?: undefined;
|
|
21256
21634
|
};
|
|
21257
21635
|
required: string[];
|
|
21258
21636
|
additionalProperties: boolean;
|
|
@@ -21493,6 +21871,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21493
21871
|
candidates?: undefined;
|
|
21494
21872
|
candidateWindow?: undefined;
|
|
21495
21873
|
hold?: undefined;
|
|
21874
|
+
itemId?: undefined;
|
|
21875
|
+
decision?: undefined;
|
|
21876
|
+
slots?: undefined;
|
|
21877
|
+
recommendedSlotIndex?: undefined;
|
|
21878
|
+
recommendationReason?: undefined;
|
|
21496
21879
|
};
|
|
21497
21880
|
required: string[];
|
|
21498
21881
|
additionalProperties: boolean;
|
|
@@ -21729,6 +22112,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21729
22112
|
candidates?: undefined;
|
|
21730
22113
|
candidateWindow?: undefined;
|
|
21731
22114
|
hold?: undefined;
|
|
22115
|
+
itemId?: undefined;
|
|
22116
|
+
decision?: undefined;
|
|
22117
|
+
slots?: undefined;
|
|
22118
|
+
recommendedSlotIndex?: undefined;
|
|
22119
|
+
recommendationReason?: undefined;
|
|
21732
22120
|
};
|
|
21733
22121
|
required: string[];
|
|
21734
22122
|
additionalProperties: boolean;
|
|
@@ -21942,6 +22330,11 @@ declare const ACTION_REGISTRY: {
|
|
|
21942
22330
|
candidates?: undefined;
|
|
21943
22331
|
candidateWindow?: undefined;
|
|
21944
22332
|
hold?: undefined;
|
|
22333
|
+
itemId?: undefined;
|
|
22334
|
+
decision?: undefined;
|
|
22335
|
+
slots?: undefined;
|
|
22336
|
+
recommendedSlotIndex?: undefined;
|
|
22337
|
+
recommendationReason?: undefined;
|
|
21945
22338
|
};
|
|
21946
22339
|
required: string[];
|
|
21947
22340
|
additionalProperties: boolean;
|
|
@@ -22168,6 +22561,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22168
22561
|
candidates?: undefined;
|
|
22169
22562
|
candidateWindow?: undefined;
|
|
22170
22563
|
hold?: undefined;
|
|
22564
|
+
itemId?: undefined;
|
|
22565
|
+
decision?: undefined;
|
|
22566
|
+
slots?: undefined;
|
|
22567
|
+
recommendedSlotIndex?: undefined;
|
|
22568
|
+
recommendationReason?: undefined;
|
|
22171
22569
|
};
|
|
22172
22570
|
required: string[];
|
|
22173
22571
|
additionalProperties: boolean;
|
|
@@ -22386,6 +22784,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22386
22784
|
candidates?: undefined;
|
|
22387
22785
|
candidateWindow?: undefined;
|
|
22388
22786
|
hold?: undefined;
|
|
22787
|
+
itemId?: undefined;
|
|
22788
|
+
decision?: undefined;
|
|
22789
|
+
slots?: undefined;
|
|
22790
|
+
recommendedSlotIndex?: undefined;
|
|
22791
|
+
recommendationReason?: undefined;
|
|
22389
22792
|
};
|
|
22390
22793
|
required: string[];
|
|
22391
22794
|
additionalProperties: boolean;
|
|
@@ -22602,6 +23005,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22602
23005
|
candidates?: undefined;
|
|
22603
23006
|
candidateWindow?: undefined;
|
|
22604
23007
|
hold?: undefined;
|
|
23008
|
+
itemId?: undefined;
|
|
23009
|
+
decision?: undefined;
|
|
23010
|
+
slots?: undefined;
|
|
23011
|
+
recommendedSlotIndex?: undefined;
|
|
23012
|
+
recommendationReason?: undefined;
|
|
22605
23013
|
};
|
|
22606
23014
|
required: string[];
|
|
22607
23015
|
additionalProperties: boolean;
|
|
@@ -22823,6 +23231,11 @@ declare const ACTION_REGISTRY: {
|
|
|
22823
23231
|
candidates?: undefined;
|
|
22824
23232
|
candidateWindow?: undefined;
|
|
22825
23233
|
hold?: undefined;
|
|
23234
|
+
itemId?: undefined;
|
|
23235
|
+
decision?: undefined;
|
|
23236
|
+
slots?: undefined;
|
|
23237
|
+
recommendedSlotIndex?: undefined;
|
|
23238
|
+
recommendationReason?: undefined;
|
|
22826
23239
|
};
|
|
22827
23240
|
additionalProperties: boolean;
|
|
22828
23241
|
required?: undefined;
|
|
@@ -23045,6 +23458,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23045
23458
|
candidates?: undefined;
|
|
23046
23459
|
candidateWindow?: undefined;
|
|
23047
23460
|
hold?: undefined;
|
|
23461
|
+
itemId?: undefined;
|
|
23462
|
+
decision?: undefined;
|
|
23463
|
+
slots?: undefined;
|
|
23464
|
+
recommendedSlotIndex?: undefined;
|
|
23465
|
+
recommendationReason?: undefined;
|
|
23048
23466
|
};
|
|
23049
23467
|
required: string[];
|
|
23050
23468
|
additionalProperties: boolean;
|
|
@@ -23259,6 +23677,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23259
23677
|
candidates?: undefined;
|
|
23260
23678
|
candidateWindow?: undefined;
|
|
23261
23679
|
hold?: undefined;
|
|
23680
|
+
itemId?: undefined;
|
|
23681
|
+
decision?: undefined;
|
|
23682
|
+
slots?: undefined;
|
|
23683
|
+
recommendedSlotIndex?: undefined;
|
|
23684
|
+
recommendationReason?: undefined;
|
|
23262
23685
|
};
|
|
23263
23686
|
required: string[];
|
|
23264
23687
|
additionalProperties: boolean;
|
|
@@ -23479,6 +23902,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23479
23902
|
candidates?: undefined;
|
|
23480
23903
|
candidateWindow?: undefined;
|
|
23481
23904
|
hold?: undefined;
|
|
23905
|
+
itemId?: undefined;
|
|
23906
|
+
decision?: undefined;
|
|
23907
|
+
slots?: undefined;
|
|
23908
|
+
recommendedSlotIndex?: undefined;
|
|
23909
|
+
recommendationReason?: undefined;
|
|
23482
23910
|
};
|
|
23483
23911
|
required: string[];
|
|
23484
23912
|
additionalProperties: boolean;
|
|
@@ -23691,6 +24119,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23691
24119
|
candidates?: undefined;
|
|
23692
24120
|
candidateWindow?: undefined;
|
|
23693
24121
|
hold?: undefined;
|
|
24122
|
+
itemId?: undefined;
|
|
24123
|
+
decision?: undefined;
|
|
24124
|
+
slots?: undefined;
|
|
24125
|
+
recommendedSlotIndex?: undefined;
|
|
24126
|
+
recommendationReason?: undefined;
|
|
23694
24127
|
};
|
|
23695
24128
|
required: string[];
|
|
23696
24129
|
additionalProperties: boolean;
|
|
@@ -23906,6 +24339,11 @@ declare const ACTION_REGISTRY: {
|
|
|
23906
24339
|
candidates?: undefined;
|
|
23907
24340
|
candidateWindow?: undefined;
|
|
23908
24341
|
hold?: undefined;
|
|
24342
|
+
itemId?: undefined;
|
|
24343
|
+
decision?: undefined;
|
|
24344
|
+
slots?: undefined;
|
|
24345
|
+
recommendedSlotIndex?: undefined;
|
|
24346
|
+
recommendationReason?: undefined;
|
|
23909
24347
|
};
|
|
23910
24348
|
required: string[];
|
|
23911
24349
|
additionalProperties: boolean;
|
|
@@ -24129,6 +24567,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24129
24567
|
candidates?: undefined;
|
|
24130
24568
|
candidateWindow?: undefined;
|
|
24131
24569
|
hold?: undefined;
|
|
24570
|
+
itemId?: undefined;
|
|
24571
|
+
decision?: undefined;
|
|
24572
|
+
slots?: undefined;
|
|
24573
|
+
recommendedSlotIndex?: undefined;
|
|
24574
|
+
recommendationReason?: undefined;
|
|
24132
24575
|
};
|
|
24133
24576
|
required: string[];
|
|
24134
24577
|
additionalProperties: boolean;
|
|
@@ -24355,6 +24798,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24355
24798
|
candidates?: undefined;
|
|
24356
24799
|
candidateWindow?: undefined;
|
|
24357
24800
|
hold?: undefined;
|
|
24801
|
+
itemId?: undefined;
|
|
24802
|
+
decision?: undefined;
|
|
24803
|
+
slots?: undefined;
|
|
24804
|
+
recommendedSlotIndex?: undefined;
|
|
24805
|
+
recommendationReason?: undefined;
|
|
24358
24806
|
};
|
|
24359
24807
|
required: string[];
|
|
24360
24808
|
additionalProperties: boolean;
|
|
@@ -24592,6 +25040,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24592
25040
|
candidates?: undefined;
|
|
24593
25041
|
candidateWindow?: undefined;
|
|
24594
25042
|
hold?: undefined;
|
|
25043
|
+
itemId?: undefined;
|
|
25044
|
+
decision?: undefined;
|
|
25045
|
+
slots?: undefined;
|
|
25046
|
+
recommendedSlotIndex?: undefined;
|
|
25047
|
+
recommendationReason?: undefined;
|
|
24595
25048
|
};
|
|
24596
25049
|
required: string[];
|
|
24597
25050
|
additionalProperties: boolean;
|
|
@@ -24829,6 +25282,11 @@ declare const ACTION_REGISTRY: {
|
|
|
24829
25282
|
candidates?: undefined;
|
|
24830
25283
|
candidateWindow?: undefined;
|
|
24831
25284
|
hold?: undefined;
|
|
25285
|
+
itemId?: undefined;
|
|
25286
|
+
decision?: undefined;
|
|
25287
|
+
slots?: undefined;
|
|
25288
|
+
recommendedSlotIndex?: undefined;
|
|
25289
|
+
recommendationReason?: undefined;
|
|
24832
25290
|
};
|
|
24833
25291
|
required: string[];
|
|
24834
25292
|
additionalProperties: boolean;
|
|
@@ -25061,6 +25519,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25061
25519
|
candidates?: undefined;
|
|
25062
25520
|
candidateWindow?: undefined;
|
|
25063
25521
|
hold?: undefined;
|
|
25522
|
+
itemId?: undefined;
|
|
25523
|
+
decision?: undefined;
|
|
25524
|
+
slots?: undefined;
|
|
25525
|
+
recommendedSlotIndex?: undefined;
|
|
25526
|
+
recommendationReason?: undefined;
|
|
25064
25527
|
};
|
|
25065
25528
|
required: string[];
|
|
25066
25529
|
additionalProperties: boolean;
|
|
@@ -25293,6 +25756,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25293
25756
|
candidates?: undefined;
|
|
25294
25757
|
candidateWindow?: undefined;
|
|
25295
25758
|
hold?: undefined;
|
|
25759
|
+
itemId?: undefined;
|
|
25760
|
+
decision?: undefined;
|
|
25761
|
+
slots?: undefined;
|
|
25762
|
+
recommendedSlotIndex?: undefined;
|
|
25763
|
+
recommendationReason?: undefined;
|
|
25296
25764
|
};
|
|
25297
25765
|
required: string[];
|
|
25298
25766
|
additionalProperties: boolean;
|
|
@@ -25508,6 +25976,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25508
25976
|
candidates?: undefined;
|
|
25509
25977
|
candidateWindow?: undefined;
|
|
25510
25978
|
hold?: undefined;
|
|
25979
|
+
itemId?: undefined;
|
|
25980
|
+
decision?: undefined;
|
|
25981
|
+
slots?: undefined;
|
|
25982
|
+
recommendedSlotIndex?: undefined;
|
|
25983
|
+
recommendationReason?: undefined;
|
|
25511
25984
|
};
|
|
25512
25985
|
required: string[];
|
|
25513
25986
|
additionalProperties: boolean;
|
|
@@ -25724,6 +26197,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25724
26197
|
candidates?: undefined;
|
|
25725
26198
|
candidateWindow?: undefined;
|
|
25726
26199
|
hold?: undefined;
|
|
26200
|
+
itemId?: undefined;
|
|
26201
|
+
decision?: undefined;
|
|
26202
|
+
slots?: undefined;
|
|
26203
|
+
recommendedSlotIndex?: undefined;
|
|
26204
|
+
recommendationReason?: undefined;
|
|
25727
26205
|
};
|
|
25728
26206
|
required: string[];
|
|
25729
26207
|
additionalProperties: boolean;
|
|
@@ -25957,6 +26435,11 @@ declare const ACTION_REGISTRY: {
|
|
|
25957
26435
|
candidates?: undefined;
|
|
25958
26436
|
candidateWindow?: undefined;
|
|
25959
26437
|
hold?: undefined;
|
|
26438
|
+
itemId?: undefined;
|
|
26439
|
+
decision?: undefined;
|
|
26440
|
+
slots?: undefined;
|
|
26441
|
+
recommendedSlotIndex?: undefined;
|
|
26442
|
+
recommendationReason?: undefined;
|
|
25960
26443
|
};
|
|
25961
26444
|
required: string[];
|
|
25962
26445
|
additionalProperties: boolean;
|
|
@@ -26189,6 +26672,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26189
26672
|
candidates?: undefined;
|
|
26190
26673
|
candidateWindow?: undefined;
|
|
26191
26674
|
hold?: undefined;
|
|
26675
|
+
itemId?: undefined;
|
|
26676
|
+
decision?: undefined;
|
|
26677
|
+
slots?: undefined;
|
|
26678
|
+
recommendedSlotIndex?: undefined;
|
|
26679
|
+
recommendationReason?: undefined;
|
|
26192
26680
|
};
|
|
26193
26681
|
required: string[];
|
|
26194
26682
|
additionalProperties: boolean;
|
|
@@ -26413,6 +26901,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26413
26901
|
candidates?: undefined;
|
|
26414
26902
|
candidateWindow?: undefined;
|
|
26415
26903
|
hold?: undefined;
|
|
26904
|
+
itemId?: undefined;
|
|
26905
|
+
decision?: undefined;
|
|
26906
|
+
slots?: undefined;
|
|
26907
|
+
recommendedSlotIndex?: undefined;
|
|
26908
|
+
recommendationReason?: undefined;
|
|
26416
26909
|
};
|
|
26417
26910
|
required: string[];
|
|
26418
26911
|
additionalProperties: boolean;
|
|
@@ -26627,6 +27120,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26627
27120
|
candidates?: undefined;
|
|
26628
27121
|
candidateWindow?: undefined;
|
|
26629
27122
|
hold?: undefined;
|
|
27123
|
+
itemId?: undefined;
|
|
27124
|
+
decision?: undefined;
|
|
27125
|
+
slots?: undefined;
|
|
27126
|
+
recommendedSlotIndex?: undefined;
|
|
27127
|
+
recommendationReason?: undefined;
|
|
26630
27128
|
};
|
|
26631
27129
|
required: string[];
|
|
26632
27130
|
additionalProperties: boolean;
|
|
@@ -26847,6 +27345,11 @@ declare const ACTION_REGISTRY: {
|
|
|
26847
27345
|
candidates?: undefined;
|
|
26848
27346
|
candidateWindow?: undefined;
|
|
26849
27347
|
hold?: undefined;
|
|
27348
|
+
itemId?: undefined;
|
|
27349
|
+
decision?: undefined;
|
|
27350
|
+
slots?: undefined;
|
|
27351
|
+
recommendedSlotIndex?: undefined;
|
|
27352
|
+
recommendationReason?: undefined;
|
|
26850
27353
|
};
|
|
26851
27354
|
required: string[];
|
|
26852
27355
|
additionalProperties: boolean;
|
|
@@ -27059,6 +27562,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27059
27562
|
candidates?: undefined;
|
|
27060
27563
|
candidateWindow?: undefined;
|
|
27061
27564
|
hold?: undefined;
|
|
27565
|
+
itemId?: undefined;
|
|
27566
|
+
decision?: undefined;
|
|
27567
|
+
slots?: undefined;
|
|
27568
|
+
recommendedSlotIndex?: undefined;
|
|
27569
|
+
recommendationReason?: undefined;
|
|
27062
27570
|
};
|
|
27063
27571
|
required: string[];
|
|
27064
27572
|
additionalProperties: boolean;
|
|
@@ -27281,6 +27789,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27281
27789
|
candidates?: undefined;
|
|
27282
27790
|
candidateWindow?: undefined;
|
|
27283
27791
|
hold?: undefined;
|
|
27792
|
+
itemId?: undefined;
|
|
27793
|
+
decision?: undefined;
|
|
27794
|
+
slots?: undefined;
|
|
27795
|
+
recommendedSlotIndex?: undefined;
|
|
27796
|
+
recommendationReason?: undefined;
|
|
27284
27797
|
};
|
|
27285
27798
|
required: string[];
|
|
27286
27799
|
additionalProperties: boolean;
|
|
@@ -27501,6 +28014,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27501
28014
|
candidates?: undefined;
|
|
27502
28015
|
candidateWindow?: undefined;
|
|
27503
28016
|
hold?: undefined;
|
|
28017
|
+
itemId?: undefined;
|
|
28018
|
+
decision?: undefined;
|
|
28019
|
+
slots?: undefined;
|
|
28020
|
+
recommendedSlotIndex?: undefined;
|
|
28021
|
+
recommendationReason?: undefined;
|
|
27504
28022
|
};
|
|
27505
28023
|
required: string[];
|
|
27506
28024
|
additionalProperties: boolean;
|
|
@@ -27718,6 +28236,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27718
28236
|
candidates?: undefined;
|
|
27719
28237
|
candidateWindow?: undefined;
|
|
27720
28238
|
hold?: undefined;
|
|
28239
|
+
itemId?: undefined;
|
|
28240
|
+
decision?: undefined;
|
|
28241
|
+
slots?: undefined;
|
|
28242
|
+
recommendedSlotIndex?: undefined;
|
|
28243
|
+
recommendationReason?: undefined;
|
|
27721
28244
|
};
|
|
27722
28245
|
additionalProperties: boolean;
|
|
27723
28246
|
required?: undefined;
|
|
@@ -27930,6 +28453,11 @@ declare const ACTION_REGISTRY: {
|
|
|
27930
28453
|
candidates?: undefined;
|
|
27931
28454
|
candidateWindow?: undefined;
|
|
27932
28455
|
hold?: undefined;
|
|
28456
|
+
itemId?: undefined;
|
|
28457
|
+
decision?: undefined;
|
|
28458
|
+
slots?: undefined;
|
|
28459
|
+
recommendedSlotIndex?: undefined;
|
|
28460
|
+
recommendationReason?: undefined;
|
|
27933
28461
|
};
|
|
27934
28462
|
required: string[];
|
|
27935
28463
|
additionalProperties: boolean;
|
|
@@ -28147,6 +28675,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28147
28675
|
candidates?: undefined;
|
|
28148
28676
|
candidateWindow?: undefined;
|
|
28149
28677
|
hold?: undefined;
|
|
28678
|
+
itemId?: undefined;
|
|
28679
|
+
decision?: undefined;
|
|
28680
|
+
slots?: undefined;
|
|
28681
|
+
recommendedSlotIndex?: undefined;
|
|
28682
|
+
recommendationReason?: undefined;
|
|
28150
28683
|
};
|
|
28151
28684
|
required: string[];
|
|
28152
28685
|
additionalProperties: boolean;
|
|
@@ -28380,6 +28913,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28380
28913
|
candidates?: undefined;
|
|
28381
28914
|
candidateWindow?: undefined;
|
|
28382
28915
|
hold?: undefined;
|
|
28916
|
+
itemId?: undefined;
|
|
28917
|
+
decision?: undefined;
|
|
28918
|
+
slots?: undefined;
|
|
28919
|
+
recommendedSlotIndex?: undefined;
|
|
28920
|
+
recommendationReason?: undefined;
|
|
28383
28921
|
};
|
|
28384
28922
|
additionalProperties: boolean;
|
|
28385
28923
|
required?: undefined;
|
|
@@ -28594,6 +29132,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28594
29132
|
candidates?: undefined;
|
|
28595
29133
|
candidateWindow?: undefined;
|
|
28596
29134
|
hold?: undefined;
|
|
29135
|
+
itemId?: undefined;
|
|
29136
|
+
decision?: undefined;
|
|
29137
|
+
slots?: undefined;
|
|
29138
|
+
recommendedSlotIndex?: undefined;
|
|
29139
|
+
recommendationReason?: undefined;
|
|
28597
29140
|
};
|
|
28598
29141
|
required: string[];
|
|
28599
29142
|
additionalProperties: boolean;
|
|
@@ -28818,6 +29361,11 @@ declare const ACTION_REGISTRY: {
|
|
|
28818
29361
|
candidates?: undefined;
|
|
28819
29362
|
candidateWindow?: undefined;
|
|
28820
29363
|
hold?: undefined;
|
|
29364
|
+
itemId?: undefined;
|
|
29365
|
+
decision?: undefined;
|
|
29366
|
+
slots?: undefined;
|
|
29367
|
+
recommendedSlotIndex?: undefined;
|
|
29368
|
+
recommendationReason?: undefined;
|
|
28821
29369
|
};
|
|
28822
29370
|
required: string[];
|
|
28823
29371
|
additionalProperties: boolean;
|
|
@@ -29057,6 +29605,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29057
29605
|
candidates?: undefined;
|
|
29058
29606
|
candidateWindow?: undefined;
|
|
29059
29607
|
hold?: undefined;
|
|
29608
|
+
itemId?: undefined;
|
|
29609
|
+
decision?: undefined;
|
|
29610
|
+
slots?: undefined;
|
|
29611
|
+
recommendedSlotIndex?: undefined;
|
|
29612
|
+
recommendationReason?: undefined;
|
|
29060
29613
|
};
|
|
29061
29614
|
required: string[];
|
|
29062
29615
|
additionalProperties: boolean;
|
|
@@ -29296,6 +29849,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29296
29849
|
candidates?: undefined;
|
|
29297
29850
|
candidateWindow?: undefined;
|
|
29298
29851
|
hold?: undefined;
|
|
29852
|
+
itemId?: undefined;
|
|
29853
|
+
decision?: undefined;
|
|
29854
|
+
slots?: undefined;
|
|
29855
|
+
recommendedSlotIndex?: undefined;
|
|
29856
|
+
recommendationReason?: undefined;
|
|
29299
29857
|
};
|
|
29300
29858
|
required: string[];
|
|
29301
29859
|
additionalProperties: boolean;
|
|
@@ -29515,6 +30073,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29515
30073
|
candidates?: undefined;
|
|
29516
30074
|
candidateWindow?: undefined;
|
|
29517
30075
|
hold?: undefined;
|
|
30076
|
+
itemId?: undefined;
|
|
30077
|
+
decision?: undefined;
|
|
30078
|
+
slots?: undefined;
|
|
30079
|
+
recommendedSlotIndex?: undefined;
|
|
30080
|
+
recommendationReason?: undefined;
|
|
29518
30081
|
};
|
|
29519
30082
|
required: string[];
|
|
29520
30083
|
additionalProperties: boolean;
|
|
@@ -29734,6 +30297,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29734
30297
|
candidates?: undefined;
|
|
29735
30298
|
candidateWindow?: undefined;
|
|
29736
30299
|
hold?: undefined;
|
|
30300
|
+
itemId?: undefined;
|
|
30301
|
+
decision?: undefined;
|
|
30302
|
+
slots?: undefined;
|
|
30303
|
+
recommendedSlotIndex?: undefined;
|
|
30304
|
+
recommendationReason?: undefined;
|
|
29737
30305
|
};
|
|
29738
30306
|
required: string[];
|
|
29739
30307
|
additionalProperties: boolean;
|
|
@@ -29953,6 +30521,11 @@ declare const ACTION_REGISTRY: {
|
|
|
29953
30521
|
candidates?: undefined;
|
|
29954
30522
|
candidateWindow?: undefined;
|
|
29955
30523
|
hold?: undefined;
|
|
30524
|
+
itemId?: undefined;
|
|
30525
|
+
decision?: undefined;
|
|
30526
|
+
slots?: undefined;
|
|
30527
|
+
recommendedSlotIndex?: undefined;
|
|
30528
|
+
recommendationReason?: undefined;
|
|
29956
30529
|
};
|
|
29957
30530
|
additionalProperties: boolean;
|
|
29958
30531
|
required?: undefined;
|
|
@@ -30167,6 +30740,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30167
30740
|
candidates?: undefined;
|
|
30168
30741
|
candidateWindow?: undefined;
|
|
30169
30742
|
hold?: undefined;
|
|
30743
|
+
itemId?: undefined;
|
|
30744
|
+
decision?: undefined;
|
|
30745
|
+
slots?: undefined;
|
|
30746
|
+
recommendedSlotIndex?: undefined;
|
|
30747
|
+
recommendationReason?: undefined;
|
|
30170
30748
|
};
|
|
30171
30749
|
required: string[];
|
|
30172
30750
|
additionalProperties: boolean;
|
|
@@ -30382,6 +30960,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30382
30960
|
candidates?: undefined;
|
|
30383
30961
|
candidateWindow?: undefined;
|
|
30384
30962
|
hold?: undefined;
|
|
30963
|
+
itemId?: undefined;
|
|
30964
|
+
decision?: undefined;
|
|
30965
|
+
slots?: undefined;
|
|
30966
|
+
recommendedSlotIndex?: undefined;
|
|
30967
|
+
recommendationReason?: undefined;
|
|
30385
30968
|
};
|
|
30386
30969
|
additionalProperties: boolean;
|
|
30387
30970
|
required?: undefined;
|
|
@@ -30620,6 +31203,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30620
31203
|
candidates?: undefined;
|
|
30621
31204
|
candidateWindow?: undefined;
|
|
30622
31205
|
hold?: undefined;
|
|
31206
|
+
itemId?: undefined;
|
|
31207
|
+
decision?: undefined;
|
|
31208
|
+
slots?: undefined;
|
|
31209
|
+
recommendedSlotIndex?: undefined;
|
|
31210
|
+
recommendationReason?: undefined;
|
|
30623
31211
|
};
|
|
30624
31212
|
required: string[];
|
|
30625
31213
|
additionalProperties: boolean;
|
|
@@ -30851,6 +31439,11 @@ declare const ACTION_REGISTRY: {
|
|
|
30851
31439
|
candidates?: undefined;
|
|
30852
31440
|
candidateWindow?: undefined;
|
|
30853
31441
|
hold?: undefined;
|
|
31442
|
+
itemId?: undefined;
|
|
31443
|
+
decision?: undefined;
|
|
31444
|
+
slots?: undefined;
|
|
31445
|
+
recommendedSlotIndex?: undefined;
|
|
31446
|
+
recommendationReason?: undefined;
|
|
30854
31447
|
};
|
|
30855
31448
|
required: string[];
|
|
30856
31449
|
additionalProperties: boolean;
|
|
@@ -31071,6 +31664,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31071
31664
|
candidates?: undefined;
|
|
31072
31665
|
candidateWindow?: undefined;
|
|
31073
31666
|
hold?: undefined;
|
|
31667
|
+
itemId?: undefined;
|
|
31668
|
+
decision?: undefined;
|
|
31669
|
+
slots?: undefined;
|
|
31670
|
+
recommendedSlotIndex?: undefined;
|
|
31671
|
+
recommendationReason?: undefined;
|
|
31074
31672
|
};
|
|
31075
31673
|
required: string[];
|
|
31076
31674
|
additionalProperties: boolean;
|
|
@@ -31286,6 +31884,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31286
31884
|
candidates?: undefined;
|
|
31287
31885
|
candidateWindow?: undefined;
|
|
31288
31886
|
hold?: undefined;
|
|
31887
|
+
itemId?: undefined;
|
|
31888
|
+
decision?: undefined;
|
|
31889
|
+
slots?: undefined;
|
|
31890
|
+
recommendedSlotIndex?: undefined;
|
|
31891
|
+
recommendationReason?: undefined;
|
|
31289
31892
|
};
|
|
31290
31893
|
required: string[];
|
|
31291
31894
|
additionalProperties: boolean;
|
|
@@ -31504,6 +32107,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31504
32107
|
candidates?: undefined;
|
|
31505
32108
|
candidateWindow?: undefined;
|
|
31506
32109
|
hold?: undefined;
|
|
32110
|
+
itemId?: undefined;
|
|
32111
|
+
decision?: undefined;
|
|
32112
|
+
slots?: undefined;
|
|
32113
|
+
recommendedSlotIndex?: undefined;
|
|
32114
|
+
recommendationReason?: undefined;
|
|
31507
32115
|
};
|
|
31508
32116
|
required: string[];
|
|
31509
32117
|
additionalProperties: boolean;
|
|
@@ -31726,6 +32334,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31726
32334
|
candidates?: undefined;
|
|
31727
32335
|
candidateWindow?: undefined;
|
|
31728
32336
|
hold?: undefined;
|
|
32337
|
+
itemId?: undefined;
|
|
32338
|
+
decision?: undefined;
|
|
32339
|
+
slots?: undefined;
|
|
32340
|
+
recommendedSlotIndex?: undefined;
|
|
32341
|
+
recommendationReason?: undefined;
|
|
31729
32342
|
};
|
|
31730
32343
|
required: string[];
|
|
31731
32344
|
additionalProperties: boolean;
|
|
@@ -31940,6 +32553,11 @@ declare const ACTION_REGISTRY: {
|
|
|
31940
32553
|
candidates?: undefined;
|
|
31941
32554
|
candidateWindow?: undefined;
|
|
31942
32555
|
hold?: undefined;
|
|
32556
|
+
itemId?: undefined;
|
|
32557
|
+
decision?: undefined;
|
|
32558
|
+
slots?: undefined;
|
|
32559
|
+
recommendedSlotIndex?: undefined;
|
|
32560
|
+
recommendationReason?: undefined;
|
|
31943
32561
|
};
|
|
31944
32562
|
required: string[];
|
|
31945
32563
|
additionalProperties: boolean;
|
|
@@ -32154,6 +32772,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32154
32772
|
candidates?: undefined;
|
|
32155
32773
|
candidateWindow?: undefined;
|
|
32156
32774
|
hold?: undefined;
|
|
32775
|
+
itemId?: undefined;
|
|
32776
|
+
decision?: undefined;
|
|
32777
|
+
slots?: undefined;
|
|
32778
|
+
recommendedSlotIndex?: undefined;
|
|
32779
|
+
recommendationReason?: undefined;
|
|
32157
32780
|
};
|
|
32158
32781
|
required: string[];
|
|
32159
32782
|
additionalProperties: boolean;
|
|
@@ -32384,6 +33007,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32384
33007
|
candidates?: undefined;
|
|
32385
33008
|
candidateWindow?: undefined;
|
|
32386
33009
|
hold?: undefined;
|
|
33010
|
+
itemId?: undefined;
|
|
33011
|
+
decision?: undefined;
|
|
33012
|
+
slots?: undefined;
|
|
33013
|
+
recommendedSlotIndex?: undefined;
|
|
33014
|
+
recommendationReason?: undefined;
|
|
32387
33015
|
};
|
|
32388
33016
|
required: string[];
|
|
32389
33017
|
additionalProperties: boolean;
|
|
@@ -32617,6 +33245,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32617
33245
|
candidates?: undefined;
|
|
32618
33246
|
candidateWindow?: undefined;
|
|
32619
33247
|
hold?: undefined;
|
|
33248
|
+
itemId?: undefined;
|
|
33249
|
+
decision?: undefined;
|
|
33250
|
+
slots?: undefined;
|
|
33251
|
+
recommendedSlotIndex?: undefined;
|
|
33252
|
+
recommendationReason?: undefined;
|
|
32620
33253
|
};
|
|
32621
33254
|
required: string[];
|
|
32622
33255
|
additionalProperties: boolean;
|
|
@@ -32842,6 +33475,11 @@ declare const ACTION_REGISTRY: {
|
|
|
32842
33475
|
candidates?: undefined;
|
|
32843
33476
|
candidateWindow?: undefined;
|
|
32844
33477
|
hold?: undefined;
|
|
33478
|
+
itemId?: undefined;
|
|
33479
|
+
decision?: undefined;
|
|
33480
|
+
slots?: undefined;
|
|
33481
|
+
recommendedSlotIndex?: undefined;
|
|
33482
|
+
recommendationReason?: undefined;
|
|
32845
33483
|
};
|
|
32846
33484
|
required: string[];
|
|
32847
33485
|
additionalProperties: boolean;
|
|
@@ -33067,6 +33705,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33067
33705
|
candidates?: undefined;
|
|
33068
33706
|
candidateWindow?: undefined;
|
|
33069
33707
|
hold?: undefined;
|
|
33708
|
+
itemId?: undefined;
|
|
33709
|
+
decision?: undefined;
|
|
33710
|
+
slots?: undefined;
|
|
33711
|
+
recommendedSlotIndex?: undefined;
|
|
33712
|
+
recommendationReason?: undefined;
|
|
33070
33713
|
};
|
|
33071
33714
|
required: string[];
|
|
33072
33715
|
additionalProperties: boolean;
|
|
@@ -33292,6 +33935,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33292
33935
|
candidates?: undefined;
|
|
33293
33936
|
candidateWindow?: undefined;
|
|
33294
33937
|
hold?: undefined;
|
|
33938
|
+
itemId?: undefined;
|
|
33939
|
+
decision?: undefined;
|
|
33940
|
+
slots?: undefined;
|
|
33941
|
+
recommendedSlotIndex?: undefined;
|
|
33942
|
+
recommendationReason?: undefined;
|
|
33295
33943
|
};
|
|
33296
33944
|
required: string[];
|
|
33297
33945
|
additionalProperties: boolean;
|
|
@@ -33506,6 +34154,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33506
34154
|
candidates?: undefined;
|
|
33507
34155
|
candidateWindow?: undefined;
|
|
33508
34156
|
hold?: undefined;
|
|
34157
|
+
itemId?: undefined;
|
|
34158
|
+
decision?: undefined;
|
|
34159
|
+
slots?: undefined;
|
|
34160
|
+
recommendedSlotIndex?: undefined;
|
|
34161
|
+
recommendationReason?: undefined;
|
|
33509
34162
|
};
|
|
33510
34163
|
required: string[];
|
|
33511
34164
|
additionalProperties: boolean;
|
|
@@ -33731,6 +34384,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33731
34384
|
candidates?: undefined;
|
|
33732
34385
|
candidateWindow?: undefined;
|
|
33733
34386
|
hold?: undefined;
|
|
34387
|
+
itemId?: undefined;
|
|
34388
|
+
decision?: undefined;
|
|
34389
|
+
slots?: undefined;
|
|
34390
|
+
recommendedSlotIndex?: undefined;
|
|
34391
|
+
recommendationReason?: undefined;
|
|
33734
34392
|
};
|
|
33735
34393
|
required: string[];
|
|
33736
34394
|
additionalProperties: boolean;
|
|
@@ -33952,6 +34610,11 @@ declare const ACTION_REGISTRY: {
|
|
|
33952
34610
|
candidates?: undefined;
|
|
33953
34611
|
candidateWindow?: undefined;
|
|
33954
34612
|
hold?: undefined;
|
|
34613
|
+
itemId?: undefined;
|
|
34614
|
+
decision?: undefined;
|
|
34615
|
+
slots?: undefined;
|
|
34616
|
+
recommendedSlotIndex?: undefined;
|
|
34617
|
+
recommendationReason?: undefined;
|
|
33955
34618
|
};
|
|
33956
34619
|
required: string[];
|
|
33957
34620
|
additionalProperties: boolean;
|
|
@@ -34171,6 +34834,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34171
34834
|
candidates?: undefined;
|
|
34172
34835
|
candidateWindow?: undefined;
|
|
34173
34836
|
hold?: undefined;
|
|
34837
|
+
itemId?: undefined;
|
|
34838
|
+
decision?: undefined;
|
|
34839
|
+
slots?: undefined;
|
|
34840
|
+
recommendedSlotIndex?: undefined;
|
|
34841
|
+
recommendationReason?: undefined;
|
|
34174
34842
|
};
|
|
34175
34843
|
additionalProperties: boolean;
|
|
34176
34844
|
required?: undefined;
|
|
@@ -34385,6 +35053,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34385
35053
|
candidates?: undefined;
|
|
34386
35054
|
candidateWindow?: undefined;
|
|
34387
35055
|
hold?: undefined;
|
|
35056
|
+
itemId?: undefined;
|
|
35057
|
+
decision?: undefined;
|
|
35058
|
+
slots?: undefined;
|
|
35059
|
+
recommendedSlotIndex?: undefined;
|
|
35060
|
+
recommendationReason?: undefined;
|
|
34388
35061
|
};
|
|
34389
35062
|
required: string[];
|
|
34390
35063
|
additionalProperties: boolean;
|
|
@@ -34602,6 +35275,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34602
35275
|
candidates?: undefined;
|
|
34603
35276
|
candidateWindow?: undefined;
|
|
34604
35277
|
hold?: undefined;
|
|
35278
|
+
itemId?: undefined;
|
|
35279
|
+
decision?: undefined;
|
|
35280
|
+
slots?: undefined;
|
|
35281
|
+
recommendedSlotIndex?: undefined;
|
|
35282
|
+
recommendationReason?: undefined;
|
|
34605
35283
|
};
|
|
34606
35284
|
required: string[];
|
|
34607
35285
|
additionalProperties: boolean;
|
|
@@ -34867,6 +35545,11 @@ declare const ACTION_REGISTRY: {
|
|
|
34867
35545
|
status?: undefined;
|
|
34868
35546
|
token?: undefined;
|
|
34869
35547
|
result?: undefined;
|
|
35548
|
+
itemId?: undefined;
|
|
35549
|
+
decision?: undefined;
|
|
35550
|
+
slots?: undefined;
|
|
35551
|
+
recommendedSlotIndex?: undefined;
|
|
35552
|
+
recommendationReason?: undefined;
|
|
34870
35553
|
};
|
|
34871
35554
|
required: string[];
|
|
34872
35555
|
oneOf: ({
|
|
@@ -34904,6 +35587,254 @@ declare const ACTION_REGISTRY: {
|
|
|
34904
35587
|
secondary?: undefined;
|
|
34905
35588
|
};
|
|
34906
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;
|
|
34907
35838
|
})[];
|
|
34908
35839
|
capabilities: {
|
|
34909
35840
|
capability: string;
|