@vess-id/ai-identity 0.16.0 → 0.17.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 +676 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +70 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +70 -7
- package/dist/index.mjs.map +1 -1
- package/dist/registry/__tests__/action-registry-freebusy.spec.d.ts +13 -0
- package/dist/registry/__tests__/action-registry-freebusy.spec.d.ts.map +1 -0
- package/dist/registry/__tests__/high-risk-resource-binding-invariant.spec.d.ts +30 -0
- package/dist/registry/__tests__/high-risk-resource-binding-invariant.spec.d.ts.map +1 -0
- package/dist/registry/action-registry-json.d.ts +555 -0
- package/dist/registry/action-registry-json.d.ts.map +1 -1
- package/dist/registry/action-risk.d.ts +17 -1
- package/dist/registry/action-risk.d.ts.map +1 -1
- package/dist/types/permission-vc.d.ts +103 -0
- package/dist/types/permission-vc.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -188,9 +188,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
188
188
|
topic?: undefined;
|
|
189
189
|
durationMinutes?: undefined;
|
|
190
190
|
candidates?: undefined;
|
|
191
|
+
candidateWindow?: undefined;
|
|
192
|
+
hold?: undefined;
|
|
191
193
|
};
|
|
192
194
|
required: string[];
|
|
193
195
|
additionalProperties: boolean;
|
|
196
|
+
oneOf?: undefined;
|
|
194
197
|
};
|
|
195
198
|
constraints: {
|
|
196
199
|
rate_bucket: string;
|
|
@@ -374,9 +377,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
374
377
|
topic?: undefined;
|
|
375
378
|
durationMinutes?: undefined;
|
|
376
379
|
candidates?: undefined;
|
|
380
|
+
candidateWindow?: undefined;
|
|
381
|
+
hold?: undefined;
|
|
377
382
|
};
|
|
378
383
|
additionalProperties: boolean;
|
|
379
384
|
required?: undefined;
|
|
385
|
+
oneOf?: undefined;
|
|
380
386
|
};
|
|
381
387
|
constraints: {
|
|
382
388
|
rate_bucket: string;
|
|
@@ -563,9 +569,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
563
569
|
topic?: undefined;
|
|
564
570
|
durationMinutes?: undefined;
|
|
565
571
|
candidates?: undefined;
|
|
572
|
+
candidateWindow?: undefined;
|
|
573
|
+
hold?: undefined;
|
|
566
574
|
};
|
|
567
575
|
required: string[];
|
|
568
576
|
additionalProperties: boolean;
|
|
577
|
+
oneOf?: undefined;
|
|
569
578
|
};
|
|
570
579
|
constraints: {
|
|
571
580
|
rate_bucket: string;
|
|
@@ -762,9 +771,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
762
771
|
topic?: undefined;
|
|
763
772
|
durationMinutes?: undefined;
|
|
764
773
|
candidates?: undefined;
|
|
774
|
+
candidateWindow?: undefined;
|
|
775
|
+
hold?: undefined;
|
|
765
776
|
};
|
|
766
777
|
required: string[];
|
|
767
778
|
additionalProperties: boolean;
|
|
779
|
+
oneOf?: undefined;
|
|
768
780
|
};
|
|
769
781
|
constraints: {
|
|
770
782
|
rate_bucket: string;
|
|
@@ -958,9 +970,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
958
970
|
topic?: undefined;
|
|
959
971
|
durationMinutes?: undefined;
|
|
960
972
|
candidates?: undefined;
|
|
973
|
+
candidateWindow?: undefined;
|
|
974
|
+
hold?: undefined;
|
|
961
975
|
};
|
|
962
976
|
required: string[];
|
|
963
977
|
additionalProperties: boolean;
|
|
978
|
+
oneOf?: undefined;
|
|
964
979
|
};
|
|
965
980
|
constraints: {
|
|
966
981
|
rate_bucket: string;
|
|
@@ -1151,9 +1166,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
1151
1166
|
topic?: undefined;
|
|
1152
1167
|
durationMinutes?: undefined;
|
|
1153
1168
|
candidates?: undefined;
|
|
1169
|
+
candidateWindow?: undefined;
|
|
1170
|
+
hold?: undefined;
|
|
1154
1171
|
};
|
|
1155
1172
|
additionalProperties: boolean;
|
|
1156
1173
|
required?: undefined;
|
|
1174
|
+
oneOf?: undefined;
|
|
1157
1175
|
};
|
|
1158
1176
|
constraints: {
|
|
1159
1177
|
rate_bucket: string;
|
|
@@ -1347,9 +1365,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
1347
1365
|
topic?: undefined;
|
|
1348
1366
|
durationMinutes?: undefined;
|
|
1349
1367
|
candidates?: undefined;
|
|
1368
|
+
candidateWindow?: undefined;
|
|
1369
|
+
hold?: undefined;
|
|
1350
1370
|
};
|
|
1351
1371
|
required: string[];
|
|
1352
1372
|
additionalProperties: boolean;
|
|
1373
|
+
oneOf?: undefined;
|
|
1353
1374
|
};
|
|
1354
1375
|
constraints: {
|
|
1355
1376
|
rate_bucket: string;
|
|
@@ -1539,9 +1560,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
1539
1560
|
topic?: undefined;
|
|
1540
1561
|
durationMinutes?: undefined;
|
|
1541
1562
|
candidates?: undefined;
|
|
1563
|
+
candidateWindow?: undefined;
|
|
1564
|
+
hold?: undefined;
|
|
1542
1565
|
};
|
|
1543
1566
|
required: string[];
|
|
1544
1567
|
additionalProperties: boolean;
|
|
1568
|
+
oneOf?: undefined;
|
|
1545
1569
|
};
|
|
1546
1570
|
constraints: {
|
|
1547
1571
|
rate_bucket: string;
|
|
@@ -1756,9 +1780,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
1756
1780
|
topic?: undefined;
|
|
1757
1781
|
durationMinutes?: undefined;
|
|
1758
1782
|
candidates?: undefined;
|
|
1783
|
+
candidateWindow?: undefined;
|
|
1784
|
+
hold?: undefined;
|
|
1759
1785
|
};
|
|
1760
1786
|
required: string[];
|
|
1761
1787
|
additionalProperties: boolean;
|
|
1788
|
+
oneOf?: undefined;
|
|
1762
1789
|
};
|
|
1763
1790
|
constraints: {
|
|
1764
1791
|
rate_bucket: string;
|
|
@@ -1974,9 +2001,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
1974
2001
|
topic?: undefined;
|
|
1975
2002
|
durationMinutes?: undefined;
|
|
1976
2003
|
candidates?: undefined;
|
|
2004
|
+
candidateWindow?: undefined;
|
|
2005
|
+
hold?: undefined;
|
|
1977
2006
|
};
|
|
1978
2007
|
required: string[];
|
|
1979
2008
|
additionalProperties: boolean;
|
|
2009
|
+
oneOf?: undefined;
|
|
1980
2010
|
};
|
|
1981
2011
|
constraints: {
|
|
1982
2012
|
rate_bucket: string;
|
|
@@ -2172,9 +2202,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
2172
2202
|
topic?: undefined;
|
|
2173
2203
|
durationMinutes?: undefined;
|
|
2174
2204
|
candidates?: undefined;
|
|
2205
|
+
candidateWindow?: undefined;
|
|
2206
|
+
hold?: undefined;
|
|
2175
2207
|
};
|
|
2176
2208
|
required: string[];
|
|
2177
2209
|
additionalProperties: boolean;
|
|
2210
|
+
oneOf?: undefined;
|
|
2178
2211
|
};
|
|
2179
2212
|
constraints: {
|
|
2180
2213
|
rate_bucket: string;
|
|
@@ -2393,9 +2426,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
2393
2426
|
topic?: undefined;
|
|
2394
2427
|
durationMinutes?: undefined;
|
|
2395
2428
|
candidates?: undefined;
|
|
2429
|
+
candidateWindow?: undefined;
|
|
2430
|
+
hold?: undefined;
|
|
2396
2431
|
};
|
|
2397
2432
|
required: string[];
|
|
2398
2433
|
additionalProperties: boolean;
|
|
2434
|
+
oneOf?: undefined;
|
|
2399
2435
|
};
|
|
2400
2436
|
constraints: {
|
|
2401
2437
|
rate_bucket: string;
|
|
@@ -2605,9 +2641,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
2605
2641
|
topic?: undefined;
|
|
2606
2642
|
durationMinutes?: undefined;
|
|
2607
2643
|
candidates?: undefined;
|
|
2644
|
+
candidateWindow?: undefined;
|
|
2645
|
+
hold?: undefined;
|
|
2608
2646
|
};
|
|
2609
2647
|
required: string[];
|
|
2610
2648
|
additionalProperties: boolean;
|
|
2649
|
+
oneOf?: undefined;
|
|
2611
2650
|
};
|
|
2612
2651
|
constraints: {
|
|
2613
2652
|
rate_bucket: string;
|
|
@@ -2826,9 +2865,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
2826
2865
|
topic?: undefined;
|
|
2827
2866
|
durationMinutes?: undefined;
|
|
2828
2867
|
candidates?: undefined;
|
|
2868
|
+
candidateWindow?: undefined;
|
|
2869
|
+
hold?: undefined;
|
|
2829
2870
|
};
|
|
2830
2871
|
required: string[];
|
|
2831
2872
|
additionalProperties: boolean;
|
|
2873
|
+
oneOf?: undefined;
|
|
2832
2874
|
};
|
|
2833
2875
|
constraints: {
|
|
2834
2876
|
rate_bucket: string;
|
|
@@ -3024,9 +3066,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
3024
3066
|
topic?: undefined;
|
|
3025
3067
|
durationMinutes?: undefined;
|
|
3026
3068
|
candidates?: undefined;
|
|
3069
|
+
candidateWindow?: undefined;
|
|
3070
|
+
hold?: undefined;
|
|
3027
3071
|
};
|
|
3028
3072
|
required: string[];
|
|
3029
3073
|
additionalProperties: boolean;
|
|
3074
|
+
oneOf?: undefined;
|
|
3030
3075
|
};
|
|
3031
3076
|
constraints: {
|
|
3032
3077
|
rate_bucket: string;
|
|
@@ -3238,9 +3283,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
3238
3283
|
topic?: undefined;
|
|
3239
3284
|
durationMinutes?: undefined;
|
|
3240
3285
|
candidates?: undefined;
|
|
3286
|
+
candidateWindow?: undefined;
|
|
3287
|
+
hold?: undefined;
|
|
3241
3288
|
};
|
|
3242
3289
|
required: string[];
|
|
3243
3290
|
additionalProperties: boolean;
|
|
3291
|
+
oneOf?: undefined;
|
|
3244
3292
|
};
|
|
3245
3293
|
constraints: {
|
|
3246
3294
|
rate_bucket: string;
|
|
@@ -3446,9 +3494,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
3446
3494
|
topic?: undefined;
|
|
3447
3495
|
durationMinutes?: undefined;
|
|
3448
3496
|
candidates?: undefined;
|
|
3497
|
+
candidateWindow?: undefined;
|
|
3498
|
+
hold?: undefined;
|
|
3449
3499
|
};
|
|
3450
3500
|
required: string[];
|
|
3451
3501
|
additionalProperties: boolean;
|
|
3502
|
+
oneOf?: undefined;
|
|
3452
3503
|
};
|
|
3453
3504
|
constraints: {
|
|
3454
3505
|
rate_bucket: string;
|
|
@@ -3653,9 +3704,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
3653
3704
|
topic?: undefined;
|
|
3654
3705
|
durationMinutes?: undefined;
|
|
3655
3706
|
candidates?: undefined;
|
|
3707
|
+
candidateWindow?: undefined;
|
|
3708
|
+
hold?: undefined;
|
|
3656
3709
|
};
|
|
3657
3710
|
required: string[];
|
|
3658
3711
|
additionalProperties: boolean;
|
|
3712
|
+
oneOf?: undefined;
|
|
3659
3713
|
};
|
|
3660
3714
|
constraints: {
|
|
3661
3715
|
rate_bucket: string;
|
|
@@ -3860,9 +3914,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
3860
3914
|
topic?: undefined;
|
|
3861
3915
|
durationMinutes?: undefined;
|
|
3862
3916
|
candidates?: undefined;
|
|
3917
|
+
candidateWindow?: undefined;
|
|
3918
|
+
hold?: undefined;
|
|
3863
3919
|
};
|
|
3864
3920
|
required: string[];
|
|
3865
3921
|
additionalProperties: boolean;
|
|
3922
|
+
oneOf?: undefined;
|
|
3866
3923
|
};
|
|
3867
3924
|
constraints: {
|
|
3868
3925
|
rate_bucket: string;
|
|
@@ -4068,9 +4125,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
4068
4125
|
topic?: undefined;
|
|
4069
4126
|
durationMinutes?: undefined;
|
|
4070
4127
|
candidates?: undefined;
|
|
4128
|
+
candidateWindow?: undefined;
|
|
4129
|
+
hold?: undefined;
|
|
4071
4130
|
};
|
|
4072
4131
|
required: string[];
|
|
4073
4132
|
additionalProperties: boolean;
|
|
4133
|
+
oneOf?: undefined;
|
|
4074
4134
|
};
|
|
4075
4135
|
constraints: {
|
|
4076
4136
|
rate_bucket: string;
|
|
@@ -4269,9 +4329,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
4269
4329
|
topic?: undefined;
|
|
4270
4330
|
durationMinutes?: undefined;
|
|
4271
4331
|
candidates?: undefined;
|
|
4332
|
+
candidateWindow?: undefined;
|
|
4333
|
+
hold?: undefined;
|
|
4272
4334
|
};
|
|
4273
4335
|
required: string[];
|
|
4274
4336
|
additionalProperties: boolean;
|
|
4337
|
+
oneOf?: undefined;
|
|
4275
4338
|
};
|
|
4276
4339
|
constraints: {
|
|
4277
4340
|
rate_bucket: string;
|
|
@@ -4460,9 +4523,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
4460
4523
|
topic?: undefined;
|
|
4461
4524
|
durationMinutes?: undefined;
|
|
4462
4525
|
candidates?: undefined;
|
|
4526
|
+
candidateWindow?: undefined;
|
|
4527
|
+
hold?: undefined;
|
|
4463
4528
|
};
|
|
4464
4529
|
required: string[];
|
|
4465
4530
|
additionalProperties: boolean;
|
|
4531
|
+
oneOf?: undefined;
|
|
4466
4532
|
};
|
|
4467
4533
|
constraints: {
|
|
4468
4534
|
rate_bucket: string;
|
|
@@ -4668,9 +4734,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
4668
4734
|
topic?: undefined;
|
|
4669
4735
|
durationMinutes?: undefined;
|
|
4670
4736
|
candidates?: undefined;
|
|
4737
|
+
candidateWindow?: undefined;
|
|
4738
|
+
hold?: undefined;
|
|
4671
4739
|
};
|
|
4672
4740
|
required: string[];
|
|
4673
4741
|
additionalProperties: boolean;
|
|
4742
|
+
oneOf?: undefined;
|
|
4674
4743
|
};
|
|
4675
4744
|
constraints: {
|
|
4676
4745
|
rate_bucket: string;
|
|
@@ -4871,9 +4940,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
4871
4940
|
topic?: undefined;
|
|
4872
4941
|
durationMinutes?: undefined;
|
|
4873
4942
|
candidates?: undefined;
|
|
4943
|
+
candidateWindow?: undefined;
|
|
4944
|
+
hold?: undefined;
|
|
4874
4945
|
};
|
|
4875
4946
|
required: string[];
|
|
4876
4947
|
additionalProperties: boolean;
|
|
4948
|
+
oneOf?: undefined;
|
|
4877
4949
|
};
|
|
4878
4950
|
constraints: {
|
|
4879
4951
|
rate_bucket: string;
|
|
@@ -5073,9 +5145,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
5073
5145
|
topic?: undefined;
|
|
5074
5146
|
durationMinutes?: undefined;
|
|
5075
5147
|
candidates?: undefined;
|
|
5148
|
+
candidateWindow?: undefined;
|
|
5149
|
+
hold?: undefined;
|
|
5076
5150
|
};
|
|
5077
5151
|
required: string[];
|
|
5078
5152
|
additionalProperties: boolean;
|
|
5153
|
+
oneOf?: undefined;
|
|
5079
5154
|
};
|
|
5080
5155
|
constraints: {
|
|
5081
5156
|
rate_bucket: string;
|
|
@@ -5274,9 +5349,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
5274
5349
|
topic?: undefined;
|
|
5275
5350
|
durationMinutes?: undefined;
|
|
5276
5351
|
candidates?: undefined;
|
|
5352
|
+
candidateWindow?: undefined;
|
|
5353
|
+
hold?: undefined;
|
|
5277
5354
|
};
|
|
5278
5355
|
required: string[];
|
|
5279
5356
|
additionalProperties: boolean;
|
|
5357
|
+
oneOf?: undefined;
|
|
5280
5358
|
};
|
|
5281
5359
|
constraints: {
|
|
5282
5360
|
rate_bucket: string;
|
|
@@ -5472,9 +5550,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
5472
5550
|
topic?: undefined;
|
|
5473
5551
|
durationMinutes?: undefined;
|
|
5474
5552
|
candidates?: undefined;
|
|
5553
|
+
candidateWindow?: undefined;
|
|
5554
|
+
hold?: undefined;
|
|
5475
5555
|
};
|
|
5476
5556
|
required: string[];
|
|
5477
5557
|
additionalProperties: boolean;
|
|
5558
|
+
oneOf?: undefined;
|
|
5478
5559
|
};
|
|
5479
5560
|
constraints: {
|
|
5480
5561
|
rate_bucket: string;
|
|
@@ -5692,9 +5773,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
5692
5773
|
topic?: undefined;
|
|
5693
5774
|
durationMinutes?: undefined;
|
|
5694
5775
|
candidates?: undefined;
|
|
5776
|
+
candidateWindow?: undefined;
|
|
5777
|
+
hold?: undefined;
|
|
5695
5778
|
};
|
|
5696
5779
|
required: string[];
|
|
5697
5780
|
additionalProperties: boolean;
|
|
5781
|
+
oneOf?: undefined;
|
|
5698
5782
|
};
|
|
5699
5783
|
constraints: {
|
|
5700
5784
|
rate_bucket: string;
|
|
@@ -5900,9 +5984,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
5900
5984
|
topic?: undefined;
|
|
5901
5985
|
durationMinutes?: undefined;
|
|
5902
5986
|
candidates?: undefined;
|
|
5987
|
+
candidateWindow?: undefined;
|
|
5988
|
+
hold?: undefined;
|
|
5903
5989
|
};
|
|
5904
5990
|
required: string[];
|
|
5905
5991
|
additionalProperties: boolean;
|
|
5992
|
+
oneOf?: undefined;
|
|
5906
5993
|
};
|
|
5907
5994
|
constraints: {
|
|
5908
5995
|
rate_bucket: string;
|
|
@@ -6094,9 +6181,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
6094
6181
|
topic?: undefined;
|
|
6095
6182
|
durationMinutes?: undefined;
|
|
6096
6183
|
candidates?: undefined;
|
|
6184
|
+
candidateWindow?: undefined;
|
|
6185
|
+
hold?: undefined;
|
|
6097
6186
|
};
|
|
6098
6187
|
required: string[];
|
|
6099
6188
|
additionalProperties: boolean;
|
|
6189
|
+
oneOf?: undefined;
|
|
6100
6190
|
};
|
|
6101
6191
|
constraints: {
|
|
6102
6192
|
rate_bucket: string;
|
|
@@ -6292,9 +6382,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
6292
6382
|
topic?: undefined;
|
|
6293
6383
|
durationMinutes?: undefined;
|
|
6294
6384
|
candidates?: undefined;
|
|
6385
|
+
candidateWindow?: undefined;
|
|
6386
|
+
hold?: undefined;
|
|
6295
6387
|
};
|
|
6296
6388
|
required: string[];
|
|
6297
6389
|
additionalProperties: boolean;
|
|
6390
|
+
oneOf?: undefined;
|
|
6298
6391
|
};
|
|
6299
6392
|
constraints: {
|
|
6300
6393
|
rate_bucket: string;
|
|
@@ -6496,9 +6589,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
6496
6589
|
topic?: undefined;
|
|
6497
6590
|
durationMinutes?: undefined;
|
|
6498
6591
|
candidates?: undefined;
|
|
6592
|
+
candidateWindow?: undefined;
|
|
6593
|
+
hold?: undefined;
|
|
6499
6594
|
};
|
|
6500
6595
|
required: string[];
|
|
6501
6596
|
additionalProperties: boolean;
|
|
6597
|
+
oneOf?: undefined;
|
|
6502
6598
|
};
|
|
6503
6599
|
constraints: {
|
|
6504
6600
|
rate_bucket: string;
|
|
@@ -6693,9 +6789,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
6693
6789
|
topic?: undefined;
|
|
6694
6790
|
durationMinutes?: undefined;
|
|
6695
6791
|
candidates?: undefined;
|
|
6792
|
+
candidateWindow?: undefined;
|
|
6793
|
+
hold?: undefined;
|
|
6696
6794
|
};
|
|
6697
6795
|
required: string[];
|
|
6698
6796
|
additionalProperties: boolean;
|
|
6797
|
+
oneOf?: undefined;
|
|
6699
6798
|
};
|
|
6700
6799
|
constraints: {
|
|
6701
6800
|
rate_bucket: string;
|
|
@@ -6907,9 +7006,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
6907
7006
|
topic?: undefined;
|
|
6908
7007
|
durationMinutes?: undefined;
|
|
6909
7008
|
candidates?: undefined;
|
|
7009
|
+
candidateWindow?: undefined;
|
|
7010
|
+
hold?: undefined;
|
|
6910
7011
|
};
|
|
6911
7012
|
required: string[];
|
|
6912
7013
|
additionalProperties: boolean;
|
|
7014
|
+
oneOf?: undefined;
|
|
6913
7015
|
};
|
|
6914
7016
|
constraints: {
|
|
6915
7017
|
rate_bucket: string;
|
|
@@ -7117,9 +7219,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
7117
7219
|
topic?: undefined;
|
|
7118
7220
|
durationMinutes?: undefined;
|
|
7119
7221
|
candidates?: undefined;
|
|
7222
|
+
candidateWindow?: undefined;
|
|
7223
|
+
hold?: undefined;
|
|
7120
7224
|
};
|
|
7121
7225
|
required: string[];
|
|
7122
7226
|
additionalProperties: boolean;
|
|
7227
|
+
oneOf?: undefined;
|
|
7123
7228
|
};
|
|
7124
7229
|
constraints: {
|
|
7125
7230
|
rate_bucket: string;
|
|
@@ -7318,9 +7423,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
7318
7423
|
topic?: undefined;
|
|
7319
7424
|
durationMinutes?: undefined;
|
|
7320
7425
|
candidates?: undefined;
|
|
7426
|
+
candidateWindow?: undefined;
|
|
7427
|
+
hold?: undefined;
|
|
7321
7428
|
};
|
|
7322
7429
|
required: string[];
|
|
7323
7430
|
additionalProperties: boolean;
|
|
7431
|
+
oneOf?: undefined;
|
|
7324
7432
|
};
|
|
7325
7433
|
constraints: {
|
|
7326
7434
|
rate_bucket: string;
|
|
@@ -7521,9 +7629,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
7521
7629
|
topic?: undefined;
|
|
7522
7630
|
durationMinutes?: undefined;
|
|
7523
7631
|
candidates?: undefined;
|
|
7632
|
+
candidateWindow?: undefined;
|
|
7633
|
+
hold?: undefined;
|
|
7524
7634
|
};
|
|
7525
7635
|
required: string[];
|
|
7526
7636
|
additionalProperties: boolean;
|
|
7637
|
+
oneOf?: undefined;
|
|
7527
7638
|
};
|
|
7528
7639
|
constraints: {
|
|
7529
7640
|
rate_bucket: string;
|
|
@@ -7723,9 +7834,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
7723
7834
|
topic?: undefined;
|
|
7724
7835
|
durationMinutes?: undefined;
|
|
7725
7836
|
candidates?: undefined;
|
|
7837
|
+
candidateWindow?: undefined;
|
|
7838
|
+
hold?: undefined;
|
|
7726
7839
|
};
|
|
7727
7840
|
required: string[];
|
|
7728
7841
|
additionalProperties: boolean;
|
|
7842
|
+
oneOf?: undefined;
|
|
7729
7843
|
};
|
|
7730
7844
|
constraints: {
|
|
7731
7845
|
rate_bucket: string;
|
|
@@ -7913,9 +8027,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
7913
8027
|
topic?: undefined;
|
|
7914
8028
|
durationMinutes?: undefined;
|
|
7915
8029
|
candidates?: undefined;
|
|
8030
|
+
candidateWindow?: undefined;
|
|
8031
|
+
hold?: undefined;
|
|
7916
8032
|
};
|
|
7917
8033
|
required: string[];
|
|
7918
8034
|
additionalProperties: boolean;
|
|
8035
|
+
oneOf?: undefined;
|
|
7919
8036
|
};
|
|
7920
8037
|
constraints: {
|
|
7921
8038
|
rate_bucket: string;
|
|
@@ -8111,9 +8228,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
8111
8228
|
topic?: undefined;
|
|
8112
8229
|
durationMinutes?: undefined;
|
|
8113
8230
|
candidates?: undefined;
|
|
8231
|
+
candidateWindow?: undefined;
|
|
8232
|
+
hold?: undefined;
|
|
8114
8233
|
};
|
|
8115
8234
|
required: string[];
|
|
8116
8235
|
additionalProperties: boolean;
|
|
8236
|
+
oneOf?: undefined;
|
|
8117
8237
|
};
|
|
8118
8238
|
constraints: {
|
|
8119
8239
|
rate_bucket: string;
|
|
@@ -8319,9 +8439,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
8319
8439
|
topic?: undefined;
|
|
8320
8440
|
durationMinutes?: undefined;
|
|
8321
8441
|
candidates?: undefined;
|
|
8442
|
+
candidateWindow?: undefined;
|
|
8443
|
+
hold?: undefined;
|
|
8322
8444
|
};
|
|
8323
8445
|
required: string[];
|
|
8324
8446
|
additionalProperties: boolean;
|
|
8447
|
+
oneOf?: undefined;
|
|
8325
8448
|
};
|
|
8326
8449
|
constraints: {
|
|
8327
8450
|
rate_bucket: string;
|
|
@@ -8516,9 +8639,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
8516
8639
|
topic?: undefined;
|
|
8517
8640
|
durationMinutes?: undefined;
|
|
8518
8641
|
candidates?: undefined;
|
|
8642
|
+
candidateWindow?: undefined;
|
|
8643
|
+
hold?: undefined;
|
|
8519
8644
|
};
|
|
8520
8645
|
required: string[];
|
|
8521
8646
|
additionalProperties: boolean;
|
|
8647
|
+
oneOf?: undefined;
|
|
8522
8648
|
};
|
|
8523
8649
|
constraints: {
|
|
8524
8650
|
rate_bucket: string;
|
|
@@ -8723,9 +8849,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
8723
8849
|
topic?: undefined;
|
|
8724
8850
|
durationMinutes?: undefined;
|
|
8725
8851
|
candidates?: undefined;
|
|
8852
|
+
candidateWindow?: undefined;
|
|
8853
|
+
hold?: undefined;
|
|
8726
8854
|
};
|
|
8727
8855
|
required: string[];
|
|
8728
8856
|
additionalProperties: boolean;
|
|
8857
|
+
oneOf?: undefined;
|
|
8729
8858
|
};
|
|
8730
8859
|
constraints: {
|
|
8731
8860
|
rate_bucket: string;
|
|
@@ -8921,9 +9050,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
8921
9050
|
topic?: undefined;
|
|
8922
9051
|
durationMinutes?: undefined;
|
|
8923
9052
|
candidates?: undefined;
|
|
9053
|
+
candidateWindow?: undefined;
|
|
9054
|
+
hold?: undefined;
|
|
8924
9055
|
};
|
|
8925
9056
|
required: string[];
|
|
8926
9057
|
additionalProperties: boolean;
|
|
9058
|
+
oneOf?: undefined;
|
|
8927
9059
|
};
|
|
8928
9060
|
constraints: {
|
|
8929
9061
|
rate_bucket: string;
|
|
@@ -9124,9 +9256,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
9124
9256
|
topic?: undefined;
|
|
9125
9257
|
durationMinutes?: undefined;
|
|
9126
9258
|
candidates?: undefined;
|
|
9259
|
+
candidateWindow?: undefined;
|
|
9260
|
+
hold?: undefined;
|
|
9127
9261
|
};
|
|
9128
9262
|
required: never[];
|
|
9129
9263
|
additionalProperties: boolean;
|
|
9264
|
+
oneOf?: undefined;
|
|
9130
9265
|
};
|
|
9131
9266
|
constraints: {
|
|
9132
9267
|
rate_bucket: string;
|
|
@@ -9310,9 +9445,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
9310
9445
|
topic?: undefined;
|
|
9311
9446
|
durationMinutes?: undefined;
|
|
9312
9447
|
candidates?: undefined;
|
|
9448
|
+
candidateWindow?: undefined;
|
|
9449
|
+
hold?: undefined;
|
|
9313
9450
|
};
|
|
9314
9451
|
required: never[];
|
|
9315
9452
|
additionalProperties: boolean;
|
|
9453
|
+
oneOf?: undefined;
|
|
9316
9454
|
};
|
|
9317
9455
|
constraints: {
|
|
9318
9456
|
rate_bucket: string;
|
|
@@ -9509,9 +9647,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
9509
9647
|
topic?: undefined;
|
|
9510
9648
|
durationMinutes?: undefined;
|
|
9511
9649
|
candidates?: undefined;
|
|
9650
|
+
candidateWindow?: undefined;
|
|
9651
|
+
hold?: undefined;
|
|
9512
9652
|
};
|
|
9513
9653
|
required: string[];
|
|
9514
9654
|
additionalProperties: boolean;
|
|
9655
|
+
oneOf?: undefined;
|
|
9515
9656
|
};
|
|
9516
9657
|
constraints: {
|
|
9517
9658
|
rate_bucket: string;
|
|
@@ -9712,9 +9853,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
9712
9853
|
topic?: undefined;
|
|
9713
9854
|
durationMinutes?: undefined;
|
|
9714
9855
|
candidates?: undefined;
|
|
9856
|
+
candidateWindow?: undefined;
|
|
9857
|
+
hold?: undefined;
|
|
9715
9858
|
};
|
|
9716
9859
|
required: string[];
|
|
9717
9860
|
additionalProperties: boolean;
|
|
9861
|
+
oneOf?: undefined;
|
|
9718
9862
|
};
|
|
9719
9863
|
constraints: {
|
|
9720
9864
|
rate_bucket: string;
|
|
@@ -9919,9 +10063,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
9919
10063
|
topic?: undefined;
|
|
9920
10064
|
durationMinutes?: undefined;
|
|
9921
10065
|
candidates?: undefined;
|
|
10066
|
+
candidateWindow?: undefined;
|
|
10067
|
+
hold?: undefined;
|
|
9922
10068
|
};
|
|
9923
10069
|
required: never[];
|
|
9924
10070
|
additionalProperties: boolean;
|
|
10071
|
+
oneOf?: undefined;
|
|
9925
10072
|
};
|
|
9926
10073
|
constraints: {
|
|
9927
10074
|
rate_bucket: string;
|
|
@@ -10109,9 +10256,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
10109
10256
|
topic?: undefined;
|
|
10110
10257
|
durationMinutes?: undefined;
|
|
10111
10258
|
candidates?: undefined;
|
|
10259
|
+
candidateWindow?: undefined;
|
|
10260
|
+
hold?: undefined;
|
|
10112
10261
|
};
|
|
10113
10262
|
required: string[];
|
|
10114
10263
|
additionalProperties: boolean;
|
|
10264
|
+
oneOf?: undefined;
|
|
10115
10265
|
};
|
|
10116
10266
|
constraints: {
|
|
10117
10267
|
rate_bucket: string;
|
|
@@ -10298,9 +10448,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
10298
10448
|
topic?: undefined;
|
|
10299
10449
|
durationMinutes?: undefined;
|
|
10300
10450
|
candidates?: undefined;
|
|
10451
|
+
candidateWindow?: undefined;
|
|
10452
|
+
hold?: undefined;
|
|
10301
10453
|
};
|
|
10302
10454
|
required: never[];
|
|
10303
10455
|
additionalProperties: boolean;
|
|
10456
|
+
oneOf?: undefined;
|
|
10304
10457
|
};
|
|
10305
10458
|
constraints: {
|
|
10306
10459
|
rate_bucket: string;
|
|
@@ -10491,9 +10644,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
10491
10644
|
topic?: undefined;
|
|
10492
10645
|
durationMinutes?: undefined;
|
|
10493
10646
|
candidates?: undefined;
|
|
10647
|
+
candidateWindow?: undefined;
|
|
10648
|
+
hold?: undefined;
|
|
10494
10649
|
};
|
|
10495
10650
|
required: string[];
|
|
10496
10651
|
additionalProperties: boolean;
|
|
10652
|
+
oneOf?: undefined;
|
|
10497
10653
|
};
|
|
10498
10654
|
constraints: {
|
|
10499
10655
|
rate_bucket: string;
|
|
@@ -10691,9 +10847,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
10691
10847
|
topic?: undefined;
|
|
10692
10848
|
durationMinutes?: undefined;
|
|
10693
10849
|
candidates?: undefined;
|
|
10850
|
+
candidateWindow?: undefined;
|
|
10851
|
+
hold?: undefined;
|
|
10694
10852
|
};
|
|
10695
10853
|
required: string[];
|
|
10696
10854
|
additionalProperties: boolean;
|
|
10855
|
+
oneOf?: undefined;
|
|
10697
10856
|
};
|
|
10698
10857
|
constraints: {
|
|
10699
10858
|
rate_bucket: string;
|
|
@@ -10888,9 +11047,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
10888
11047
|
topic?: undefined;
|
|
10889
11048
|
durationMinutes?: undefined;
|
|
10890
11049
|
candidates?: undefined;
|
|
11050
|
+
candidateWindow?: undefined;
|
|
11051
|
+
hold?: undefined;
|
|
10891
11052
|
};
|
|
10892
11053
|
required: string[];
|
|
10893
11054
|
additionalProperties: boolean;
|
|
11055
|
+
oneOf?: undefined;
|
|
10894
11056
|
};
|
|
10895
11057
|
constraints: {
|
|
10896
11058
|
rate_bucket: string;
|
|
@@ -11078,9 +11240,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
11078
11240
|
topic?: undefined;
|
|
11079
11241
|
durationMinutes?: undefined;
|
|
11080
11242
|
candidates?: undefined;
|
|
11243
|
+
candidateWindow?: undefined;
|
|
11244
|
+
hold?: undefined;
|
|
11081
11245
|
};
|
|
11082
11246
|
required: string[];
|
|
11083
11247
|
additionalProperties: boolean;
|
|
11248
|
+
oneOf?: undefined;
|
|
11084
11249
|
};
|
|
11085
11250
|
constraints: {
|
|
11086
11251
|
rate_bucket: string;
|
|
@@ -11280,9 +11445,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
11280
11445
|
topic?: undefined;
|
|
11281
11446
|
durationMinutes?: undefined;
|
|
11282
11447
|
candidates?: undefined;
|
|
11448
|
+
candidateWindow?: undefined;
|
|
11449
|
+
hold?: undefined;
|
|
11283
11450
|
};
|
|
11284
11451
|
required: never[];
|
|
11285
11452
|
additionalProperties: boolean;
|
|
11453
|
+
oneOf?: undefined;
|
|
11286
11454
|
};
|
|
11287
11455
|
constraints: {
|
|
11288
11456
|
rate_bucket: string;
|
|
@@ -11478,9 +11646,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
11478
11646
|
topic?: undefined;
|
|
11479
11647
|
durationMinutes?: undefined;
|
|
11480
11648
|
candidates?: undefined;
|
|
11649
|
+
candidateWindow?: undefined;
|
|
11650
|
+
hold?: undefined;
|
|
11481
11651
|
};
|
|
11482
11652
|
required: string[];
|
|
11483
11653
|
additionalProperties: boolean;
|
|
11654
|
+
oneOf?: undefined;
|
|
11484
11655
|
};
|
|
11485
11656
|
constraints: {
|
|
11486
11657
|
rate_bucket: string;
|
|
@@ -11674,9 +11845,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
11674
11845
|
topic?: undefined;
|
|
11675
11846
|
durationMinutes?: undefined;
|
|
11676
11847
|
candidates?: undefined;
|
|
11848
|
+
candidateWindow?: undefined;
|
|
11849
|
+
hold?: undefined;
|
|
11677
11850
|
};
|
|
11678
11851
|
required: string[];
|
|
11679
11852
|
additionalProperties: boolean;
|
|
11853
|
+
oneOf?: undefined;
|
|
11680
11854
|
};
|
|
11681
11855
|
constraints: {
|
|
11682
11856
|
rate_bucket: string;
|
|
@@ -11863,9 +12037,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
11863
12037
|
topic?: undefined;
|
|
11864
12038
|
durationMinutes?: undefined;
|
|
11865
12039
|
candidates?: undefined;
|
|
12040
|
+
candidateWindow?: undefined;
|
|
12041
|
+
hold?: undefined;
|
|
11866
12042
|
};
|
|
11867
12043
|
required: string[];
|
|
11868
12044
|
additionalProperties: boolean;
|
|
12045
|
+
oneOf?: undefined;
|
|
11869
12046
|
};
|
|
11870
12047
|
constraints: {
|
|
11871
12048
|
rate_bucket: string;
|
|
@@ -12073,9 +12250,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
12073
12250
|
topic?: undefined;
|
|
12074
12251
|
durationMinutes?: undefined;
|
|
12075
12252
|
candidates?: undefined;
|
|
12253
|
+
candidateWindow?: undefined;
|
|
12254
|
+
hold?: undefined;
|
|
12076
12255
|
};
|
|
12077
12256
|
required: string[];
|
|
12078
12257
|
additionalProperties: boolean;
|
|
12258
|
+
oneOf?: undefined;
|
|
12079
12259
|
};
|
|
12080
12260
|
constraints: {
|
|
12081
12261
|
rate_bucket: string;
|
|
@@ -12274,9 +12454,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
12274
12454
|
topic?: undefined;
|
|
12275
12455
|
durationMinutes?: undefined;
|
|
12276
12456
|
candidates?: undefined;
|
|
12457
|
+
candidateWindow?: undefined;
|
|
12458
|
+
hold?: undefined;
|
|
12277
12459
|
};
|
|
12278
12460
|
required: string[];
|
|
12279
12461
|
additionalProperties: boolean;
|
|
12462
|
+
oneOf?: undefined;
|
|
12280
12463
|
};
|
|
12281
12464
|
constraints: {
|
|
12282
12465
|
rate_bucket: string;
|
|
@@ -12474,9 +12657,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
12474
12657
|
topic?: undefined;
|
|
12475
12658
|
durationMinutes?: undefined;
|
|
12476
12659
|
candidates?: undefined;
|
|
12660
|
+
candidateWindow?: undefined;
|
|
12661
|
+
hold?: undefined;
|
|
12477
12662
|
};
|
|
12478
12663
|
additionalProperties: boolean;
|
|
12479
12664
|
required?: undefined;
|
|
12665
|
+
oneOf?: undefined;
|
|
12480
12666
|
};
|
|
12481
12667
|
constraints: {
|
|
12482
12668
|
rate_bucket: string;
|
|
@@ -12667,9 +12853,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
12667
12853
|
topic?: undefined;
|
|
12668
12854
|
durationMinutes?: undefined;
|
|
12669
12855
|
candidates?: undefined;
|
|
12856
|
+
candidateWindow?: undefined;
|
|
12857
|
+
hold?: undefined;
|
|
12670
12858
|
};
|
|
12671
12859
|
required: string[];
|
|
12672
12860
|
additionalProperties: boolean;
|
|
12861
|
+
oneOf?: undefined;
|
|
12673
12862
|
};
|
|
12674
12863
|
constraints: {
|
|
12675
12864
|
rate_bucket: string;
|
|
@@ -12691,6 +12880,204 @@ export declare const ACTION_REGISTRY: {
|
|
|
12691
12880
|
secondary?: undefined;
|
|
12692
12881
|
};
|
|
12693
12882
|
version: string;
|
|
12883
|
+
} | {
|
|
12884
|
+
action: string;
|
|
12885
|
+
resource_type: string;
|
|
12886
|
+
required_relations: string[];
|
|
12887
|
+
required_scopes: string[];
|
|
12888
|
+
capability: string;
|
|
12889
|
+
input_schema: {
|
|
12890
|
+
type: string;
|
|
12891
|
+
properties: {
|
|
12892
|
+
calendarId: {
|
|
12893
|
+
type: string;
|
|
12894
|
+
description: string;
|
|
12895
|
+
};
|
|
12896
|
+
timeMin: {
|
|
12897
|
+
type: string;
|
|
12898
|
+
description: string;
|
|
12899
|
+
};
|
|
12900
|
+
timeMax: {
|
|
12901
|
+
type: string;
|
|
12902
|
+
description: string;
|
|
12903
|
+
};
|
|
12904
|
+
channel?: undefined;
|
|
12905
|
+
text?: undefined;
|
|
12906
|
+
thread_ts?: undefined;
|
|
12907
|
+
username?: undefined;
|
|
12908
|
+
icon_emoji?: undefined;
|
|
12909
|
+
blocks?: undefined;
|
|
12910
|
+
userId?: undefined;
|
|
12911
|
+
latest?: undefined;
|
|
12912
|
+
oldest?: undefined;
|
|
12913
|
+
limit?: undefined;
|
|
12914
|
+
inclusive?: undefined;
|
|
12915
|
+
cursor?: undefined;
|
|
12916
|
+
ts?: undefined;
|
|
12917
|
+
owner?: undefined;
|
|
12918
|
+
repo?: undefined;
|
|
12919
|
+
title?: undefined;
|
|
12920
|
+
body?: undefined;
|
|
12921
|
+
labels?: undefined;
|
|
12922
|
+
assignees?: undefined;
|
|
12923
|
+
milestone?: undefined;
|
|
12924
|
+
state?: undefined;
|
|
12925
|
+
sort?: undefined;
|
|
12926
|
+
direction?: undefined;
|
|
12927
|
+
per_page?: undefined;
|
|
12928
|
+
page?: undefined;
|
|
12929
|
+
issueNumber?: undefined;
|
|
12930
|
+
head?: undefined;
|
|
12931
|
+
base?: undefined;
|
|
12932
|
+
draft?: undefined;
|
|
12933
|
+
pullNumber?: undefined;
|
|
12934
|
+
commitTitle?: undefined;
|
|
12935
|
+
commitMessage?: undefined;
|
|
12936
|
+
mergeMethod?: undefined;
|
|
12937
|
+
event?: undefined;
|
|
12938
|
+
commentId?: undefined;
|
|
12939
|
+
expectedHeadSha?: undefined;
|
|
12940
|
+
query?: undefined;
|
|
12941
|
+
order?: undefined;
|
|
12942
|
+
path?: undefined;
|
|
12943
|
+
ref?: undefined;
|
|
12944
|
+
treeSha?: undefined;
|
|
12945
|
+
recursive?: undefined;
|
|
12946
|
+
sha?: undefined;
|
|
12947
|
+
author?: undefined;
|
|
12948
|
+
since?: undefined;
|
|
12949
|
+
until?: undefined;
|
|
12950
|
+
tag?: undefined;
|
|
12951
|
+
name?: undefined;
|
|
12952
|
+
description?: undefined;
|
|
12953
|
+
private?: undefined;
|
|
12954
|
+
org?: undefined;
|
|
12955
|
+
autoInit?: undefined;
|
|
12956
|
+
organization?: undefined;
|
|
12957
|
+
message?: undefined;
|
|
12958
|
+
content?: undefined;
|
|
12959
|
+
branch?: undefined;
|
|
12960
|
+
fromBranch?: undefined;
|
|
12961
|
+
subIssueId?: undefined;
|
|
12962
|
+
color?: undefined;
|
|
12963
|
+
newName?: undefined;
|
|
12964
|
+
workflowId?: undefined;
|
|
12965
|
+
inputs?: undefined;
|
|
12966
|
+
jobId?: undefined;
|
|
12967
|
+
teamSlug?: undefined;
|
|
12968
|
+
all?: undefined;
|
|
12969
|
+
participating?: undefined;
|
|
12970
|
+
before?: undefined;
|
|
12971
|
+
threadId?: undefined;
|
|
12972
|
+
lastReadAt?: undefined;
|
|
12973
|
+
ignored?: undefined;
|
|
12974
|
+
subscribed?: undefined;
|
|
12975
|
+
files?: undefined;
|
|
12976
|
+
public?: undefined;
|
|
12977
|
+
gistId?: undefined;
|
|
12978
|
+
maxResults?: undefined;
|
|
12979
|
+
messageId?: undefined;
|
|
12980
|
+
to?: undefined;
|
|
12981
|
+
subject?: undefined;
|
|
12982
|
+
cc?: undefined;
|
|
12983
|
+
bcc?: undefined;
|
|
12984
|
+
inReplyTo?: undefined;
|
|
12985
|
+
references?: undefined;
|
|
12986
|
+
messageIds?: undefined;
|
|
12987
|
+
eventId?: undefined;
|
|
12988
|
+
summary?: undefined;
|
|
12989
|
+
start?: undefined;
|
|
12990
|
+
end?: undefined;
|
|
12991
|
+
attendees?: undefined;
|
|
12992
|
+
location?: undefined;
|
|
12993
|
+
addMeet?: undefined;
|
|
12994
|
+
meetRequestId?: undefined;
|
|
12995
|
+
recent?: undefined;
|
|
12996
|
+
projectKeyOrId?: undefined;
|
|
12997
|
+
type?: undefined;
|
|
12998
|
+
boardId?: undefined;
|
|
12999
|
+
sprintId?: undefined;
|
|
13000
|
+
jql?: undefined;
|
|
13001
|
+
startAt?: undefined;
|
|
13002
|
+
issueIdOrKey?: undefined;
|
|
13003
|
+
projectKey?: undefined;
|
|
13004
|
+
issueTypeName?: undefined;
|
|
13005
|
+
priority?: undefined;
|
|
13006
|
+
assigneeAccountId?: undefined;
|
|
13007
|
+
transitionId?: undefined;
|
|
13008
|
+
typeName?: undefined;
|
|
13009
|
+
inwardIssueKey?: undefined;
|
|
13010
|
+
outwardIssueKey?: undefined;
|
|
13011
|
+
commentBody?: undefined;
|
|
13012
|
+
linkId?: undefined;
|
|
13013
|
+
file_path?: undefined;
|
|
13014
|
+
command?: undefined;
|
|
13015
|
+
working_directory?: undefined;
|
|
13016
|
+
env_profile?: undefined;
|
|
13017
|
+
timeout_seconds?: undefined;
|
|
13018
|
+
objectType?: undefined;
|
|
13019
|
+
after?: undefined;
|
|
13020
|
+
properties?: undefined;
|
|
13021
|
+
archived?: undefined;
|
|
13022
|
+
filterGroups?: undefined;
|
|
13023
|
+
sorts?: undefined;
|
|
13024
|
+
idProperty?: undefined;
|
|
13025
|
+
propertyName?: undefined;
|
|
13026
|
+
label?: undefined;
|
|
13027
|
+
fieldType?: undefined;
|
|
13028
|
+
groupName?: undefined;
|
|
13029
|
+
options?: undefined;
|
|
13030
|
+
objectId?: undefined;
|
|
13031
|
+
toObjectType?: undefined;
|
|
13032
|
+
fromObjectType?: undefined;
|
|
13033
|
+
engagementId?: undefined;
|
|
13034
|
+
ownerId?: undefined;
|
|
13035
|
+
timestamp?: undefined;
|
|
13036
|
+
associations?: undefined;
|
|
13037
|
+
metadata?: undefined;
|
|
13038
|
+
flowId?: undefined;
|
|
13039
|
+
portalId?: undefined;
|
|
13040
|
+
uiDomain?: undefined;
|
|
13041
|
+
pageRequests?: undefined;
|
|
13042
|
+
taskType?: undefined;
|
|
13043
|
+
payload?: undefined;
|
|
13044
|
+
id?: undefined;
|
|
13045
|
+
action?: undefined;
|
|
13046
|
+
data?: undefined;
|
|
13047
|
+
types?: undefined;
|
|
13048
|
+
status?: undefined;
|
|
13049
|
+
token?: undefined;
|
|
13050
|
+
result?: undefined;
|
|
13051
|
+
topic?: undefined;
|
|
13052
|
+
durationMinutes?: undefined;
|
|
13053
|
+
candidates?: undefined;
|
|
13054
|
+
candidateWindow?: undefined;
|
|
13055
|
+
hold?: undefined;
|
|
13056
|
+
};
|
|
13057
|
+
required: string[];
|
|
13058
|
+
additionalProperties: boolean;
|
|
13059
|
+
oneOf?: undefined;
|
|
13060
|
+
};
|
|
13061
|
+
constraints: {
|
|
13062
|
+
rate_bucket: string;
|
|
13063
|
+
};
|
|
13064
|
+
effects: string[];
|
|
13065
|
+
risk: string;
|
|
13066
|
+
target_bindings: {
|
|
13067
|
+
resource_id: {
|
|
13068
|
+
source: "param";
|
|
13069
|
+
param: string;
|
|
13070
|
+
required: boolean;
|
|
13071
|
+
default: string;
|
|
13072
|
+
fallback_param?: undefined;
|
|
13073
|
+
key?: undefined;
|
|
13074
|
+
multi?: undefined;
|
|
13075
|
+
separator?: undefined;
|
|
13076
|
+
derive?: undefined;
|
|
13077
|
+
};
|
|
13078
|
+
secondary?: undefined;
|
|
13079
|
+
};
|
|
13080
|
+
version: string;
|
|
12694
13081
|
} | {
|
|
12695
13082
|
action: string;
|
|
12696
13083
|
resource_type: string;
|
|
@@ -12918,9 +13305,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
12918
13305
|
topic?: undefined;
|
|
12919
13306
|
durationMinutes?: undefined;
|
|
12920
13307
|
candidates?: undefined;
|
|
13308
|
+
candidateWindow?: undefined;
|
|
13309
|
+
hold?: undefined;
|
|
12921
13310
|
};
|
|
12922
13311
|
required: string[];
|
|
12923
13312
|
additionalProperties: boolean;
|
|
13313
|
+
oneOf?: undefined;
|
|
12924
13314
|
};
|
|
12925
13315
|
constraints: {
|
|
12926
13316
|
rate_bucket: string;
|
|
@@ -13180,9 +13570,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
13180
13570
|
topic?: undefined;
|
|
13181
13571
|
durationMinutes?: undefined;
|
|
13182
13572
|
candidates?: undefined;
|
|
13573
|
+
candidateWindow?: undefined;
|
|
13574
|
+
hold?: undefined;
|
|
13183
13575
|
};
|
|
13184
13576
|
required: string[];
|
|
13185
13577
|
additionalProperties: boolean;
|
|
13578
|
+
oneOf?: undefined;
|
|
13186
13579
|
};
|
|
13187
13580
|
constraints: {
|
|
13188
13581
|
rate_bucket: string;
|
|
@@ -13380,9 +13773,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
13380
13773
|
topic?: undefined;
|
|
13381
13774
|
durationMinutes?: undefined;
|
|
13382
13775
|
candidates?: undefined;
|
|
13776
|
+
candidateWindow?: undefined;
|
|
13777
|
+
hold?: undefined;
|
|
13383
13778
|
};
|
|
13384
13779
|
required: string[];
|
|
13385
13780
|
additionalProperties: boolean;
|
|
13781
|
+
oneOf?: undefined;
|
|
13386
13782
|
};
|
|
13387
13783
|
constraints: {
|
|
13388
13784
|
rate_bucket: string;
|
|
@@ -13568,9 +13964,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
13568
13964
|
topic?: undefined;
|
|
13569
13965
|
durationMinutes?: undefined;
|
|
13570
13966
|
candidates?: undefined;
|
|
13967
|
+
candidateWindow?: undefined;
|
|
13968
|
+
hold?: undefined;
|
|
13571
13969
|
};
|
|
13572
13970
|
additionalProperties: boolean;
|
|
13573
13971
|
required?: undefined;
|
|
13972
|
+
oneOf?: undefined;
|
|
13574
13973
|
};
|
|
13575
13974
|
constraints: {
|
|
13576
13975
|
rate_bucket: string;
|
|
@@ -13759,9 +14158,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
13759
14158
|
topic?: undefined;
|
|
13760
14159
|
durationMinutes?: undefined;
|
|
13761
14160
|
candidates?: undefined;
|
|
14161
|
+
candidateWindow?: undefined;
|
|
14162
|
+
hold?: undefined;
|
|
13762
14163
|
};
|
|
13763
14164
|
additionalProperties: boolean;
|
|
13764
14165
|
required?: undefined;
|
|
14166
|
+
oneOf?: undefined;
|
|
13765
14167
|
};
|
|
13766
14168
|
constraints: {
|
|
13767
14169
|
rate_bucket: string;
|
|
@@ -13952,9 +14354,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
13952
14354
|
topic?: undefined;
|
|
13953
14355
|
durationMinutes?: undefined;
|
|
13954
14356
|
candidates?: undefined;
|
|
14357
|
+
candidateWindow?: undefined;
|
|
14358
|
+
hold?: undefined;
|
|
13955
14359
|
};
|
|
13956
14360
|
required: string[];
|
|
13957
14361
|
additionalProperties: boolean;
|
|
14362
|
+
oneOf?: undefined;
|
|
13958
14363
|
};
|
|
13959
14364
|
constraints: {
|
|
13960
14365
|
rate_bucket: string;
|
|
@@ -14146,9 +14551,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
14146
14551
|
topic?: undefined;
|
|
14147
14552
|
durationMinutes?: undefined;
|
|
14148
14553
|
candidates?: undefined;
|
|
14554
|
+
candidateWindow?: undefined;
|
|
14555
|
+
hold?: undefined;
|
|
14149
14556
|
};
|
|
14150
14557
|
required: string[];
|
|
14151
14558
|
additionalProperties: boolean;
|
|
14559
|
+
oneOf?: undefined;
|
|
14152
14560
|
};
|
|
14153
14561
|
constraints: {
|
|
14154
14562
|
rate_bucket: string;
|
|
@@ -14343,9 +14751,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
14343
14751
|
topic?: undefined;
|
|
14344
14752
|
durationMinutes?: undefined;
|
|
14345
14753
|
candidates?: undefined;
|
|
14754
|
+
candidateWindow?: undefined;
|
|
14755
|
+
hold?: undefined;
|
|
14346
14756
|
};
|
|
14347
14757
|
required: string[];
|
|
14348
14758
|
additionalProperties: boolean;
|
|
14759
|
+
oneOf?: undefined;
|
|
14349
14760
|
};
|
|
14350
14761
|
constraints: {
|
|
14351
14762
|
rate_bucket: string;
|
|
@@ -14532,9 +14943,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
14532
14943
|
topic?: undefined;
|
|
14533
14944
|
durationMinutes?: undefined;
|
|
14534
14945
|
candidates?: undefined;
|
|
14946
|
+
candidateWindow?: undefined;
|
|
14947
|
+
hold?: undefined;
|
|
14535
14948
|
};
|
|
14536
14949
|
required: string[];
|
|
14537
14950
|
additionalProperties: boolean;
|
|
14951
|
+
oneOf?: undefined;
|
|
14538
14952
|
};
|
|
14539
14953
|
constraints: {
|
|
14540
14954
|
rate_bucket: string;
|
|
@@ -14745,9 +15159,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
14745
15159
|
topic?: undefined;
|
|
14746
15160
|
durationMinutes?: undefined;
|
|
14747
15161
|
candidates?: undefined;
|
|
15162
|
+
candidateWindow?: undefined;
|
|
15163
|
+
hold?: undefined;
|
|
14748
15164
|
};
|
|
14749
15165
|
required: string[];
|
|
14750
15166
|
additionalProperties: boolean;
|
|
15167
|
+
oneOf?: undefined;
|
|
14751
15168
|
};
|
|
14752
15169
|
constraints: {
|
|
14753
15170
|
rate_bucket: string;
|
|
@@ -14954,9 +15371,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
14954
15371
|
topic?: undefined;
|
|
14955
15372
|
durationMinutes?: undefined;
|
|
14956
15373
|
candidates?: undefined;
|
|
15374
|
+
candidateWindow?: undefined;
|
|
15375
|
+
hold?: undefined;
|
|
14957
15376
|
};
|
|
14958
15377
|
required: string[];
|
|
14959
15378
|
additionalProperties: boolean;
|
|
15379
|
+
oneOf?: undefined;
|
|
14960
15380
|
};
|
|
14961
15381
|
constraints: {
|
|
14962
15382
|
rate_bucket: string;
|
|
@@ -15143,9 +15563,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
15143
15563
|
topic?: undefined;
|
|
15144
15564
|
durationMinutes?: undefined;
|
|
15145
15565
|
candidates?: undefined;
|
|
15566
|
+
candidateWindow?: undefined;
|
|
15567
|
+
hold?: undefined;
|
|
15146
15568
|
};
|
|
15147
15569
|
required: string[];
|
|
15148
15570
|
additionalProperties: boolean;
|
|
15571
|
+
oneOf?: undefined;
|
|
15149
15572
|
};
|
|
15150
15573
|
constraints: {
|
|
15151
15574
|
rate_bucket: string;
|
|
@@ -15345,9 +15768,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
15345
15768
|
topic?: undefined;
|
|
15346
15769
|
durationMinutes?: undefined;
|
|
15347
15770
|
candidates?: undefined;
|
|
15771
|
+
candidateWindow?: undefined;
|
|
15772
|
+
hold?: undefined;
|
|
15348
15773
|
};
|
|
15349
15774
|
required: string[];
|
|
15350
15775
|
additionalProperties: boolean;
|
|
15776
|
+
oneOf?: undefined;
|
|
15351
15777
|
};
|
|
15352
15778
|
constraints: {
|
|
15353
15779
|
rate_bucket: string;
|
|
@@ -15539,9 +15965,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
15539
15965
|
topic?: undefined;
|
|
15540
15966
|
durationMinutes?: undefined;
|
|
15541
15967
|
candidates?: undefined;
|
|
15968
|
+
candidateWindow?: undefined;
|
|
15969
|
+
hold?: undefined;
|
|
15542
15970
|
};
|
|
15543
15971
|
required: string[];
|
|
15544
15972
|
additionalProperties: boolean;
|
|
15973
|
+
oneOf?: undefined;
|
|
15545
15974
|
};
|
|
15546
15975
|
constraints: {
|
|
15547
15976
|
rate_bucket: string;
|
|
@@ -15731,9 +16160,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
15731
16160
|
topic?: undefined;
|
|
15732
16161
|
durationMinutes?: undefined;
|
|
15733
16162
|
candidates?: undefined;
|
|
16163
|
+
candidateWindow?: undefined;
|
|
16164
|
+
hold?: undefined;
|
|
15734
16165
|
};
|
|
15735
16166
|
required: string[];
|
|
15736
16167
|
additionalProperties: boolean;
|
|
16168
|
+
oneOf?: undefined;
|
|
15737
16169
|
};
|
|
15738
16170
|
constraints: {
|
|
15739
16171
|
rate_bucket: string;
|
|
@@ -15928,9 +16360,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
15928
16360
|
topic?: undefined;
|
|
15929
16361
|
durationMinutes?: undefined;
|
|
15930
16362
|
candidates?: undefined;
|
|
16363
|
+
candidateWindow?: undefined;
|
|
16364
|
+
hold?: undefined;
|
|
15931
16365
|
};
|
|
15932
16366
|
additionalProperties: boolean;
|
|
15933
16367
|
required?: undefined;
|
|
16368
|
+
oneOf?: undefined;
|
|
15934
16369
|
};
|
|
15935
16370
|
constraints: {
|
|
15936
16371
|
rate_bucket: string;
|
|
@@ -16126,9 +16561,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
16126
16561
|
topic?: undefined;
|
|
16127
16562
|
durationMinutes?: undefined;
|
|
16128
16563
|
candidates?: undefined;
|
|
16564
|
+
candidateWindow?: undefined;
|
|
16565
|
+
hold?: undefined;
|
|
16129
16566
|
};
|
|
16130
16567
|
required: string[];
|
|
16131
16568
|
additionalProperties: boolean;
|
|
16569
|
+
oneOf?: undefined;
|
|
16132
16570
|
};
|
|
16133
16571
|
constraints: {
|
|
16134
16572
|
rate_bucket: string;
|
|
@@ -16316,9 +16754,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
16316
16754
|
topic?: undefined;
|
|
16317
16755
|
durationMinutes?: undefined;
|
|
16318
16756
|
candidates?: undefined;
|
|
16757
|
+
candidateWindow?: undefined;
|
|
16758
|
+
hold?: undefined;
|
|
16319
16759
|
};
|
|
16320
16760
|
required: string[];
|
|
16321
16761
|
additionalProperties: boolean;
|
|
16762
|
+
oneOf?: undefined;
|
|
16322
16763
|
};
|
|
16323
16764
|
constraints: {
|
|
16324
16765
|
rate_bucket: string;
|
|
@@ -16512,9 +16953,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
16512
16953
|
topic?: undefined;
|
|
16513
16954
|
durationMinutes?: undefined;
|
|
16514
16955
|
candidates?: undefined;
|
|
16956
|
+
candidateWindow?: undefined;
|
|
16957
|
+
hold?: undefined;
|
|
16515
16958
|
};
|
|
16516
16959
|
required: string[];
|
|
16517
16960
|
additionalProperties: boolean;
|
|
16961
|
+
oneOf?: undefined;
|
|
16518
16962
|
};
|
|
16519
16963
|
constraints: {
|
|
16520
16964
|
rate_bucket: string;
|
|
@@ -16700,9 +17144,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
16700
17144
|
topic?: undefined;
|
|
16701
17145
|
durationMinutes?: undefined;
|
|
16702
17146
|
candidates?: undefined;
|
|
17147
|
+
candidateWindow?: undefined;
|
|
17148
|
+
hold?: undefined;
|
|
16703
17149
|
};
|
|
16704
17150
|
required: string[];
|
|
16705
17151
|
additionalProperties: boolean;
|
|
17152
|
+
oneOf?: undefined;
|
|
16706
17153
|
};
|
|
16707
17154
|
effects: string[];
|
|
16708
17155
|
risk: string;
|
|
@@ -16891,9 +17338,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
16891
17338
|
topic?: undefined;
|
|
16892
17339
|
durationMinutes?: undefined;
|
|
16893
17340
|
candidates?: undefined;
|
|
17341
|
+
candidateWindow?: undefined;
|
|
17342
|
+
hold?: undefined;
|
|
16894
17343
|
};
|
|
16895
17344
|
required: string[];
|
|
16896
17345
|
additionalProperties: boolean;
|
|
17346
|
+
oneOf?: undefined;
|
|
16897
17347
|
};
|
|
16898
17348
|
effects: string[];
|
|
16899
17349
|
risk: string;
|
|
@@ -17090,9 +17540,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
17090
17540
|
topic?: undefined;
|
|
17091
17541
|
durationMinutes?: undefined;
|
|
17092
17542
|
candidates?: undefined;
|
|
17543
|
+
candidateWindow?: undefined;
|
|
17544
|
+
hold?: undefined;
|
|
17093
17545
|
};
|
|
17094
17546
|
required: string[];
|
|
17095
17547
|
additionalProperties: boolean;
|
|
17548
|
+
oneOf?: undefined;
|
|
17096
17549
|
};
|
|
17097
17550
|
effects: string[];
|
|
17098
17551
|
risk: string;
|
|
@@ -17291,9 +17744,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
17291
17744
|
topic?: undefined;
|
|
17292
17745
|
durationMinutes?: undefined;
|
|
17293
17746
|
candidates?: undefined;
|
|
17747
|
+
candidateWindow?: undefined;
|
|
17748
|
+
hold?: undefined;
|
|
17294
17749
|
};
|
|
17295
17750
|
required: string[];
|
|
17296
17751
|
additionalProperties: boolean;
|
|
17752
|
+
oneOf?: undefined;
|
|
17297
17753
|
};
|
|
17298
17754
|
constraints: {
|
|
17299
17755
|
rate_bucket: string;
|
|
@@ -17503,9 +17959,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
17503
17959
|
topic?: undefined;
|
|
17504
17960
|
durationMinutes?: undefined;
|
|
17505
17961
|
candidates?: undefined;
|
|
17962
|
+
candidateWindow?: undefined;
|
|
17963
|
+
hold?: undefined;
|
|
17506
17964
|
};
|
|
17507
17965
|
required: string[];
|
|
17508
17966
|
additionalProperties: boolean;
|
|
17967
|
+
oneOf?: undefined;
|
|
17509
17968
|
};
|
|
17510
17969
|
constraints: {
|
|
17511
17970
|
rate_bucket: string;
|
|
@@ -17716,9 +18175,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
17716
18175
|
topic?: undefined;
|
|
17717
18176
|
durationMinutes?: undefined;
|
|
17718
18177
|
candidates?: undefined;
|
|
18178
|
+
candidateWindow?: undefined;
|
|
18179
|
+
hold?: undefined;
|
|
17719
18180
|
};
|
|
17720
18181
|
required: string[];
|
|
17721
18182
|
additionalProperties: boolean;
|
|
18183
|
+
oneOf?: undefined;
|
|
17722
18184
|
};
|
|
17723
18185
|
constraints: {
|
|
17724
18186
|
rate_bucket: string;
|
|
@@ -17924,9 +18386,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
17924
18386
|
topic?: undefined;
|
|
17925
18387
|
durationMinutes?: undefined;
|
|
17926
18388
|
candidates?: undefined;
|
|
18389
|
+
candidateWindow?: undefined;
|
|
18390
|
+
hold?: undefined;
|
|
17927
18391
|
};
|
|
17928
18392
|
required: string[];
|
|
17929
18393
|
additionalProperties: boolean;
|
|
18394
|
+
oneOf?: undefined;
|
|
17930
18395
|
};
|
|
17931
18396
|
constraints: {
|
|
17932
18397
|
rate_bucket: string;
|
|
@@ -18132,9 +18597,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
18132
18597
|
topic?: undefined;
|
|
18133
18598
|
durationMinutes?: undefined;
|
|
18134
18599
|
candidates?: undefined;
|
|
18600
|
+
candidateWindow?: undefined;
|
|
18601
|
+
hold?: undefined;
|
|
18135
18602
|
};
|
|
18136
18603
|
required: string[];
|
|
18137
18604
|
additionalProperties: boolean;
|
|
18605
|
+
oneOf?: undefined;
|
|
18138
18606
|
};
|
|
18139
18607
|
constraints: {
|
|
18140
18608
|
rate_bucket: string;
|
|
@@ -18323,9 +18791,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
18323
18791
|
topic?: undefined;
|
|
18324
18792
|
durationMinutes?: undefined;
|
|
18325
18793
|
candidates?: undefined;
|
|
18794
|
+
candidateWindow?: undefined;
|
|
18795
|
+
hold?: undefined;
|
|
18326
18796
|
};
|
|
18327
18797
|
required: string[];
|
|
18328
18798
|
additionalProperties: boolean;
|
|
18799
|
+
oneOf?: undefined;
|
|
18329
18800
|
};
|
|
18330
18801
|
constraints: {
|
|
18331
18802
|
rate_bucket: string;
|
|
@@ -18515,9 +18986,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
18515
18986
|
topic?: undefined;
|
|
18516
18987
|
durationMinutes?: undefined;
|
|
18517
18988
|
candidates?: undefined;
|
|
18989
|
+
candidateWindow?: undefined;
|
|
18990
|
+
hold?: undefined;
|
|
18518
18991
|
};
|
|
18519
18992
|
required: string[];
|
|
18520
18993
|
additionalProperties: boolean;
|
|
18994
|
+
oneOf?: undefined;
|
|
18521
18995
|
};
|
|
18522
18996
|
constraints: {
|
|
18523
18997
|
rate_bucket: string;
|
|
@@ -18723,9 +19197,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
18723
19197
|
topic?: undefined;
|
|
18724
19198
|
durationMinutes?: undefined;
|
|
18725
19199
|
candidates?: undefined;
|
|
19200
|
+
candidateWindow?: undefined;
|
|
19201
|
+
hold?: undefined;
|
|
18726
19202
|
};
|
|
18727
19203
|
required: string[];
|
|
18728
19204
|
additionalProperties: boolean;
|
|
19205
|
+
oneOf?: undefined;
|
|
18729
19206
|
};
|
|
18730
19207
|
constraints: {
|
|
18731
19208
|
rate_bucket: string;
|
|
@@ -18930,9 +19407,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
18930
19407
|
topic?: undefined;
|
|
18931
19408
|
durationMinutes?: undefined;
|
|
18932
19409
|
candidates?: undefined;
|
|
19410
|
+
candidateWindow?: undefined;
|
|
19411
|
+
hold?: undefined;
|
|
18933
19412
|
};
|
|
18934
19413
|
required: string[];
|
|
18935
19414
|
additionalProperties: boolean;
|
|
19415
|
+
oneOf?: undefined;
|
|
18936
19416
|
};
|
|
18937
19417
|
constraints: {
|
|
18938
19418
|
rate_bucket: string;
|
|
@@ -19129,9 +19609,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
19129
19609
|
topic?: undefined;
|
|
19130
19610
|
durationMinutes?: undefined;
|
|
19131
19611
|
candidates?: undefined;
|
|
19612
|
+
candidateWindow?: undefined;
|
|
19613
|
+
hold?: undefined;
|
|
19132
19614
|
};
|
|
19133
19615
|
required: string[];
|
|
19134
19616
|
additionalProperties: boolean;
|
|
19617
|
+
oneOf?: undefined;
|
|
19135
19618
|
};
|
|
19136
19619
|
constraints: {
|
|
19137
19620
|
rate_bucket: string;
|
|
@@ -19319,9 +19802,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
19319
19802
|
topic?: undefined;
|
|
19320
19803
|
durationMinutes?: undefined;
|
|
19321
19804
|
candidates?: undefined;
|
|
19805
|
+
candidateWindow?: undefined;
|
|
19806
|
+
hold?: undefined;
|
|
19322
19807
|
};
|
|
19323
19808
|
required: string[];
|
|
19324
19809
|
additionalProperties: boolean;
|
|
19810
|
+
oneOf?: undefined;
|
|
19325
19811
|
};
|
|
19326
19812
|
constraints: {
|
|
19327
19813
|
rate_bucket: string;
|
|
@@ -19515,9 +20001,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
19515
20001
|
topic?: undefined;
|
|
19516
20002
|
durationMinutes?: undefined;
|
|
19517
20003
|
candidates?: undefined;
|
|
20004
|
+
candidateWindow?: undefined;
|
|
20005
|
+
hold?: undefined;
|
|
19518
20006
|
};
|
|
19519
20007
|
required: string[];
|
|
19520
20008
|
additionalProperties: boolean;
|
|
20009
|
+
oneOf?: undefined;
|
|
19521
20010
|
};
|
|
19522
20011
|
constraints: {
|
|
19523
20012
|
rate_bucket: string;
|
|
@@ -19703,9 +20192,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
19703
20192
|
topic?: undefined;
|
|
19704
20193
|
durationMinutes?: undefined;
|
|
19705
20194
|
candidates?: undefined;
|
|
20195
|
+
candidateWindow?: undefined;
|
|
20196
|
+
hold?: undefined;
|
|
19706
20197
|
};
|
|
19707
20198
|
required: string[];
|
|
19708
20199
|
additionalProperties: boolean;
|
|
20200
|
+
oneOf?: undefined;
|
|
19709
20201
|
};
|
|
19710
20202
|
constraints: {
|
|
19711
20203
|
rate_bucket: string;
|
|
@@ -19900,9 +20392,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
19900
20392
|
topic?: undefined;
|
|
19901
20393
|
durationMinutes?: undefined;
|
|
19902
20394
|
candidates?: undefined;
|
|
20395
|
+
candidateWindow?: undefined;
|
|
20396
|
+
hold?: undefined;
|
|
19903
20397
|
};
|
|
19904
20398
|
required: string[];
|
|
19905
20399
|
additionalProperties: boolean;
|
|
20400
|
+
oneOf?: undefined;
|
|
19906
20401
|
};
|
|
19907
20402
|
constraints: {
|
|
19908
20403
|
rate_bucket: string;
|
|
@@ -20096,9 +20591,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
20096
20591
|
topic?: undefined;
|
|
20097
20592
|
durationMinutes?: undefined;
|
|
20098
20593
|
candidates?: undefined;
|
|
20594
|
+
candidateWindow?: undefined;
|
|
20595
|
+
hold?: undefined;
|
|
20099
20596
|
};
|
|
20100
20597
|
required: string[];
|
|
20101
20598
|
additionalProperties: boolean;
|
|
20599
|
+
oneOf?: undefined;
|
|
20102
20600
|
};
|
|
20103
20601
|
constraints: {
|
|
20104
20602
|
rate_bucket: string;
|
|
@@ -20288,9 +20786,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
20288
20786
|
topic?: undefined;
|
|
20289
20787
|
durationMinutes?: undefined;
|
|
20290
20788
|
candidates?: undefined;
|
|
20789
|
+
candidateWindow?: undefined;
|
|
20790
|
+
hold?: undefined;
|
|
20291
20791
|
};
|
|
20292
20792
|
additionalProperties: boolean;
|
|
20293
20793
|
required?: undefined;
|
|
20794
|
+
oneOf?: undefined;
|
|
20294
20795
|
};
|
|
20295
20796
|
constraints: {
|
|
20296
20797
|
rate_bucket: string;
|
|
@@ -20476,9 +20977,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
20476
20977
|
topic?: undefined;
|
|
20477
20978
|
durationMinutes?: undefined;
|
|
20478
20979
|
candidates?: undefined;
|
|
20980
|
+
candidateWindow?: undefined;
|
|
20981
|
+
hold?: undefined;
|
|
20479
20982
|
};
|
|
20480
20983
|
required: string[];
|
|
20481
20984
|
additionalProperties: boolean;
|
|
20985
|
+
oneOf?: undefined;
|
|
20482
20986
|
};
|
|
20483
20987
|
constraints: {
|
|
20484
20988
|
rate_bucket: string;
|
|
@@ -20669,9 +21173,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
20669
21173
|
topic?: undefined;
|
|
20670
21174
|
durationMinutes?: undefined;
|
|
20671
21175
|
candidates?: undefined;
|
|
21176
|
+
candidateWindow?: undefined;
|
|
21177
|
+
hold?: undefined;
|
|
20672
21178
|
};
|
|
20673
21179
|
required: string[];
|
|
20674
21180
|
additionalProperties: boolean;
|
|
21181
|
+
oneOf?: undefined;
|
|
20675
21182
|
};
|
|
20676
21183
|
constraints: {
|
|
20677
21184
|
rate_bucket: string;
|
|
@@ -20870,9 +21377,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
20870
21377
|
topic?: undefined;
|
|
20871
21378
|
durationMinutes?: undefined;
|
|
20872
21379
|
candidates?: undefined;
|
|
21380
|
+
candidateWindow?: undefined;
|
|
21381
|
+
hold?: undefined;
|
|
20873
21382
|
};
|
|
20874
21383
|
required: string[];
|
|
20875
21384
|
additionalProperties: boolean;
|
|
21385
|
+
oneOf?: undefined;
|
|
20876
21386
|
};
|
|
20877
21387
|
constraints: {
|
|
20878
21388
|
rate_bucket: string;
|
|
@@ -21067,9 +21577,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
21067
21577
|
topic?: undefined;
|
|
21068
21578
|
durationMinutes?: undefined;
|
|
21069
21579
|
candidates?: undefined;
|
|
21580
|
+
candidateWindow?: undefined;
|
|
21581
|
+
hold?: undefined;
|
|
21070
21582
|
};
|
|
21071
21583
|
required: string[];
|
|
21072
21584
|
additionalProperties: boolean;
|
|
21585
|
+
oneOf?: undefined;
|
|
21073
21586
|
};
|
|
21074
21587
|
constraints: {
|
|
21075
21588
|
rate_bucket: string;
|
|
@@ -21262,9 +21775,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
21262
21775
|
topic?: undefined;
|
|
21263
21776
|
durationMinutes?: undefined;
|
|
21264
21777
|
candidates?: undefined;
|
|
21778
|
+
candidateWindow?: undefined;
|
|
21779
|
+
hold?: undefined;
|
|
21265
21780
|
};
|
|
21266
21781
|
additionalProperties: boolean;
|
|
21267
21782
|
required?: undefined;
|
|
21783
|
+
oneOf?: undefined;
|
|
21268
21784
|
};
|
|
21269
21785
|
constraints: {
|
|
21270
21786
|
rate_bucket: string;
|
|
@@ -21452,9 +21968,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
21452
21968
|
topic?: undefined;
|
|
21453
21969
|
durationMinutes?: undefined;
|
|
21454
21970
|
candidates?: undefined;
|
|
21971
|
+
candidateWindow?: undefined;
|
|
21972
|
+
hold?: undefined;
|
|
21455
21973
|
};
|
|
21456
21974
|
required: string[];
|
|
21457
21975
|
additionalProperties: boolean;
|
|
21976
|
+
oneOf?: undefined;
|
|
21458
21977
|
};
|
|
21459
21978
|
constraints: {
|
|
21460
21979
|
rate_bucket: string;
|
|
@@ -21645,9 +22164,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
21645
22164
|
topic?: undefined;
|
|
21646
22165
|
durationMinutes?: undefined;
|
|
21647
22166
|
candidates?: undefined;
|
|
22167
|
+
candidateWindow?: undefined;
|
|
22168
|
+
hold?: undefined;
|
|
21648
22169
|
};
|
|
21649
22170
|
required: string[];
|
|
21650
22171
|
additionalProperties: boolean;
|
|
22172
|
+
oneOf?: undefined;
|
|
21651
22173
|
};
|
|
21652
22174
|
constraints: {
|
|
21653
22175
|
rate_bucket: string;
|
|
@@ -21715,6 +22237,26 @@ export declare const ACTION_REGISTRY: {
|
|
|
21715
22237
|
additionalProperties: boolean;
|
|
21716
22238
|
};
|
|
21717
22239
|
};
|
|
22240
|
+
candidateWindow: {
|
|
22241
|
+
type: string;
|
|
22242
|
+
description: string;
|
|
22243
|
+
properties: {
|
|
22244
|
+
start: {
|
|
22245
|
+
type: string;
|
|
22246
|
+
description: string;
|
|
22247
|
+
};
|
|
22248
|
+
end: {
|
|
22249
|
+
type: string;
|
|
22250
|
+
description: string;
|
|
22251
|
+
};
|
|
22252
|
+
};
|
|
22253
|
+
required: string[];
|
|
22254
|
+
additionalProperties: boolean;
|
|
22255
|
+
};
|
|
22256
|
+
hold: {
|
|
22257
|
+
type: string;
|
|
22258
|
+
description: string;
|
|
22259
|
+
};
|
|
21718
22260
|
message: {
|
|
21719
22261
|
type: string;
|
|
21720
22262
|
description: string;
|
|
@@ -21870,6 +22412,19 @@ export declare const ACTION_REGISTRY: {
|
|
|
21870
22412
|
result?: undefined;
|
|
21871
22413
|
};
|
|
21872
22414
|
required: string[];
|
|
22415
|
+
oneOf: ({
|
|
22416
|
+
required: string[];
|
|
22417
|
+
properties: {
|
|
22418
|
+
candidates: {};
|
|
22419
|
+
candidateWindow?: undefined;
|
|
22420
|
+
};
|
|
22421
|
+
} | {
|
|
22422
|
+
required: string[];
|
|
22423
|
+
properties: {
|
|
22424
|
+
candidateWindow: {};
|
|
22425
|
+
candidates?: undefined;
|
|
22426
|
+
};
|
|
22427
|
+
})[];
|
|
21873
22428
|
additionalProperties: boolean;
|
|
21874
22429
|
};
|
|
21875
22430
|
constraints: {
|