@vess-id/ai-identity 0.14.0-alpha.4 → 0.14.0-alpha.5

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 CHANGED
@@ -1370,6 +1370,13 @@ declare enum GrantResourceType {
1370
1370
  JIRA_PROJECT = "jira:project",
1371
1371
  JIRA_BOARD = "jira:board",
1372
1372
  JIRA_ISSUE = "jira:issue",
1373
+ HUBSPOT_OBJECT = "hubspot:object",
1374
+ HUBSPOT_PROPERTY = "hubspot:property",
1375
+ HUBSPOT_SCHEMA = "hubspot:schema",
1376
+ HUBSPOT_ASSOCIATION = "hubspot:association",
1377
+ HUBSPOT_ENGAGEMENT = "hubspot:engagement",
1378
+ HUBSPOT_WORKFLOW = "hubspot:workflow",
1379
+ HUBSPOT_ACCOUNT = "hubspot:account",
1373
1380
  OS_SECRET = "os:secret",
1374
1381
  ANY = "*"
1375
1382
  }
@@ -4401,7 +4408,7 @@ declare function getRequiredRelations(regIndex: Map<string, ActionMeta>, action:
4401
4408
  * All packages (API, remote-mcp, SDK) should import provider constants from here.
4402
4409
  */
4403
4410
  /** Canonical provider identifiers */
4404
- type CanonicalProvider = 'slack' | 'github' | 'gmail' | 'calendar' | 'jira' | 'os';
4411
+ type CanonicalProvider = 'slack' | 'github' | 'gmail' | 'calendar' | 'jira' | 'hubspot' | 'os';
4405
4412
  /** All valid provider identifiers */
4406
4413
  type AnyProvider = CanonicalProvider;
4407
4414
  /** Ordered list of canonical providers */
@@ -4712,6 +4719,32 @@ declare const ACTION_REGISTRY: {
4712
4719
  working_directory?: undefined;
4713
4720
  env_profile?: undefined;
4714
4721
  timeout_seconds?: undefined;
4722
+ objectType?: undefined;
4723
+ after?: undefined;
4724
+ properties?: undefined;
4725
+ archived?: undefined;
4726
+ filterGroups?: undefined;
4727
+ sorts?: undefined;
4728
+ inputs?: undefined;
4729
+ idProperty?: undefined;
4730
+ propertyName?: undefined;
4731
+ name?: undefined;
4732
+ label?: undefined;
4733
+ fieldType?: undefined;
4734
+ groupName?: undefined;
4735
+ options?: undefined;
4736
+ objectId?: undefined;
4737
+ toObjectType?: undefined;
4738
+ fromObjectType?: undefined;
4739
+ engagementId?: undefined;
4740
+ ownerId?: undefined;
4741
+ timestamp?: undefined;
4742
+ associations?: undefined;
4743
+ metadata?: undefined;
4744
+ flowId?: undefined;
4745
+ portalId?: undefined;
4746
+ uiDomain?: undefined;
4747
+ pageRequests?: undefined;
4715
4748
  };
4716
4749
  required: string[];
4717
4750
  additionalProperties: boolean;
@@ -4813,6 +4846,32 @@ declare const ACTION_REGISTRY: {
4813
4846
  working_directory?: undefined;
4814
4847
  env_profile?: undefined;
4815
4848
  timeout_seconds?: undefined;
4849
+ objectType?: undefined;
4850
+ after?: undefined;
4851
+ properties?: undefined;
4852
+ archived?: undefined;
4853
+ filterGroups?: undefined;
4854
+ sorts?: undefined;
4855
+ inputs?: undefined;
4856
+ idProperty?: undefined;
4857
+ propertyName?: undefined;
4858
+ name?: undefined;
4859
+ label?: undefined;
4860
+ fieldType?: undefined;
4861
+ groupName?: undefined;
4862
+ options?: undefined;
4863
+ objectId?: undefined;
4864
+ toObjectType?: undefined;
4865
+ fromObjectType?: undefined;
4866
+ engagementId?: undefined;
4867
+ ownerId?: undefined;
4868
+ timestamp?: undefined;
4869
+ associations?: undefined;
4870
+ metadata?: undefined;
4871
+ flowId?: undefined;
4872
+ portalId?: undefined;
4873
+ uiDomain?: undefined;
4874
+ pageRequests?: undefined;
4816
4875
  };
4817
4876
  additionalProperties: boolean;
4818
4877
  required?: undefined;
@@ -4917,6 +4976,32 @@ declare const ACTION_REGISTRY: {
4917
4976
  working_directory?: undefined;
4918
4977
  env_profile?: undefined;
4919
4978
  timeout_seconds?: undefined;
4979
+ objectType?: undefined;
4980
+ after?: undefined;
4981
+ properties?: undefined;
4982
+ archived?: undefined;
4983
+ filterGroups?: undefined;
4984
+ sorts?: undefined;
4985
+ inputs?: undefined;
4986
+ idProperty?: undefined;
4987
+ propertyName?: undefined;
4988
+ name?: undefined;
4989
+ label?: undefined;
4990
+ fieldType?: undefined;
4991
+ groupName?: undefined;
4992
+ options?: undefined;
4993
+ objectId?: undefined;
4994
+ toObjectType?: undefined;
4995
+ fromObjectType?: undefined;
4996
+ engagementId?: undefined;
4997
+ ownerId?: undefined;
4998
+ timestamp?: undefined;
4999
+ associations?: undefined;
5000
+ metadata?: undefined;
5001
+ flowId?: undefined;
5002
+ portalId?: undefined;
5003
+ uiDomain?: undefined;
5004
+ pageRequests?: undefined;
4920
5005
  };
4921
5006
  required: string[];
4922
5007
  additionalProperties: boolean;
@@ -5031,6 +5116,32 @@ declare const ACTION_REGISTRY: {
5031
5116
  working_directory?: undefined;
5032
5117
  env_profile?: undefined;
5033
5118
  timeout_seconds?: undefined;
5119
+ objectType?: undefined;
5120
+ after?: undefined;
5121
+ properties?: undefined;
5122
+ archived?: undefined;
5123
+ filterGroups?: undefined;
5124
+ sorts?: undefined;
5125
+ inputs?: undefined;
5126
+ idProperty?: undefined;
5127
+ propertyName?: undefined;
5128
+ name?: undefined;
5129
+ label?: undefined;
5130
+ fieldType?: undefined;
5131
+ groupName?: undefined;
5132
+ options?: undefined;
5133
+ objectId?: undefined;
5134
+ toObjectType?: undefined;
5135
+ fromObjectType?: undefined;
5136
+ engagementId?: undefined;
5137
+ ownerId?: undefined;
5138
+ timestamp?: undefined;
5139
+ associations?: undefined;
5140
+ metadata?: undefined;
5141
+ flowId?: undefined;
5142
+ portalId?: undefined;
5143
+ uiDomain?: undefined;
5144
+ pageRequests?: undefined;
5034
5145
  };
5035
5146
  required: string[];
5036
5147
  additionalProperties: boolean;
@@ -5142,6 +5253,32 @@ declare const ACTION_REGISTRY: {
5142
5253
  working_directory?: undefined;
5143
5254
  env_profile?: undefined;
5144
5255
  timeout_seconds?: undefined;
5256
+ objectType?: undefined;
5257
+ after?: undefined;
5258
+ properties?: undefined;
5259
+ archived?: undefined;
5260
+ filterGroups?: undefined;
5261
+ sorts?: undefined;
5262
+ inputs?: undefined;
5263
+ idProperty?: undefined;
5264
+ propertyName?: undefined;
5265
+ name?: undefined;
5266
+ label?: undefined;
5267
+ fieldType?: undefined;
5268
+ groupName?: undefined;
5269
+ options?: undefined;
5270
+ objectId?: undefined;
5271
+ toObjectType?: undefined;
5272
+ fromObjectType?: undefined;
5273
+ engagementId?: undefined;
5274
+ ownerId?: undefined;
5275
+ timestamp?: undefined;
5276
+ associations?: undefined;
5277
+ metadata?: undefined;
5278
+ flowId?: undefined;
5279
+ portalId?: undefined;
5280
+ uiDomain?: undefined;
5281
+ pageRequests?: undefined;
5145
5282
  };
5146
5283
  required: string[];
5147
5284
  additionalProperties: boolean;
@@ -5250,6 +5387,32 @@ declare const ACTION_REGISTRY: {
5250
5387
  working_directory?: undefined;
5251
5388
  env_profile?: undefined;
5252
5389
  timeout_seconds?: undefined;
5390
+ objectType?: undefined;
5391
+ after?: undefined;
5392
+ properties?: undefined;
5393
+ archived?: undefined;
5394
+ filterGroups?: undefined;
5395
+ sorts?: undefined;
5396
+ inputs?: undefined;
5397
+ idProperty?: undefined;
5398
+ propertyName?: undefined;
5399
+ name?: undefined;
5400
+ label?: undefined;
5401
+ fieldType?: undefined;
5402
+ groupName?: undefined;
5403
+ options?: undefined;
5404
+ objectId?: undefined;
5405
+ toObjectType?: undefined;
5406
+ fromObjectType?: undefined;
5407
+ engagementId?: undefined;
5408
+ ownerId?: undefined;
5409
+ timestamp?: undefined;
5410
+ associations?: undefined;
5411
+ metadata?: undefined;
5412
+ flowId?: undefined;
5413
+ portalId?: undefined;
5414
+ uiDomain?: undefined;
5415
+ pageRequests?: undefined;
5253
5416
  };
5254
5417
  additionalProperties: boolean;
5255
5418
  required?: undefined;
@@ -5361,6 +5524,32 @@ declare const ACTION_REGISTRY: {
5361
5524
  working_directory?: undefined;
5362
5525
  env_profile?: undefined;
5363
5526
  timeout_seconds?: undefined;
5527
+ objectType?: undefined;
5528
+ after?: undefined;
5529
+ properties?: undefined;
5530
+ archived?: undefined;
5531
+ filterGroups?: undefined;
5532
+ sorts?: undefined;
5533
+ inputs?: undefined;
5534
+ idProperty?: undefined;
5535
+ propertyName?: undefined;
5536
+ name?: undefined;
5537
+ label?: undefined;
5538
+ fieldType?: undefined;
5539
+ groupName?: undefined;
5540
+ options?: undefined;
5541
+ objectId?: undefined;
5542
+ toObjectType?: undefined;
5543
+ fromObjectType?: undefined;
5544
+ engagementId?: undefined;
5545
+ ownerId?: undefined;
5546
+ timestamp?: undefined;
5547
+ associations?: undefined;
5548
+ metadata?: undefined;
5549
+ flowId?: undefined;
5550
+ portalId?: undefined;
5551
+ uiDomain?: undefined;
5552
+ pageRequests?: undefined;
5364
5553
  };
5365
5554
  required: string[];
5366
5555
  additionalProperties: boolean;
@@ -5468,6 +5657,32 @@ declare const ACTION_REGISTRY: {
5468
5657
  working_directory?: undefined;
5469
5658
  env_profile?: undefined;
5470
5659
  timeout_seconds?: undefined;
5660
+ objectType?: undefined;
5661
+ after?: undefined;
5662
+ properties?: undefined;
5663
+ archived?: undefined;
5664
+ filterGroups?: undefined;
5665
+ sorts?: undefined;
5666
+ inputs?: undefined;
5667
+ idProperty?: undefined;
5668
+ propertyName?: undefined;
5669
+ name?: undefined;
5670
+ label?: undefined;
5671
+ fieldType?: undefined;
5672
+ groupName?: undefined;
5673
+ options?: undefined;
5674
+ objectId?: undefined;
5675
+ toObjectType?: undefined;
5676
+ fromObjectType?: undefined;
5677
+ engagementId?: undefined;
5678
+ ownerId?: undefined;
5679
+ timestamp?: undefined;
5680
+ associations?: undefined;
5681
+ metadata?: undefined;
5682
+ flowId?: undefined;
5683
+ portalId?: undefined;
5684
+ uiDomain?: undefined;
5685
+ pageRequests?: undefined;
5471
5686
  };
5472
5687
  required: string[];
5473
5688
  additionalProperties: boolean;
@@ -5585,6 +5800,32 @@ declare const ACTION_REGISTRY: {
5585
5800
  working_directory?: undefined;
5586
5801
  env_profile?: undefined;
5587
5802
  timeout_seconds?: undefined;
5803
+ objectType?: undefined;
5804
+ after?: undefined;
5805
+ properties?: undefined;
5806
+ archived?: undefined;
5807
+ filterGroups?: undefined;
5808
+ sorts?: undefined;
5809
+ inputs?: undefined;
5810
+ idProperty?: undefined;
5811
+ propertyName?: undefined;
5812
+ name?: undefined;
5813
+ label?: undefined;
5814
+ fieldType?: undefined;
5815
+ groupName?: undefined;
5816
+ options?: undefined;
5817
+ objectId?: undefined;
5818
+ toObjectType?: undefined;
5819
+ fromObjectType?: undefined;
5820
+ engagementId?: undefined;
5821
+ ownerId?: undefined;
5822
+ timestamp?: undefined;
5823
+ associations?: undefined;
5824
+ metadata?: undefined;
5825
+ flowId?: undefined;
5826
+ portalId?: undefined;
5827
+ uiDomain?: undefined;
5828
+ pageRequests?: undefined;
5588
5829
  };
5589
5830
  required: string[];
5590
5831
  additionalProperties: boolean;
@@ -5705,6 +5946,32 @@ declare const ACTION_REGISTRY: {
5705
5946
  working_directory?: undefined;
5706
5947
  env_profile?: undefined;
5707
5948
  timeout_seconds?: undefined;
5949
+ objectType?: undefined;
5950
+ after?: undefined;
5951
+ properties?: undefined;
5952
+ archived?: undefined;
5953
+ filterGroups?: undefined;
5954
+ sorts?: undefined;
5955
+ inputs?: undefined;
5956
+ idProperty?: undefined;
5957
+ propertyName?: undefined;
5958
+ name?: undefined;
5959
+ label?: undefined;
5960
+ fieldType?: undefined;
5961
+ groupName?: undefined;
5962
+ options?: undefined;
5963
+ objectId?: undefined;
5964
+ toObjectType?: undefined;
5965
+ fromObjectType?: undefined;
5966
+ engagementId?: undefined;
5967
+ ownerId?: undefined;
5968
+ timestamp?: undefined;
5969
+ associations?: undefined;
5970
+ metadata?: undefined;
5971
+ flowId?: undefined;
5972
+ portalId?: undefined;
5973
+ uiDomain?: undefined;
5974
+ pageRequests?: undefined;
5708
5975
  };
5709
5976
  additionalProperties: boolean;
5710
5977
  required?: undefined;
@@ -5809,6 +6076,32 @@ declare const ACTION_REGISTRY: {
5809
6076
  working_directory?: undefined;
5810
6077
  env_profile?: undefined;
5811
6078
  timeout_seconds?: undefined;
6079
+ objectType?: undefined;
6080
+ after?: undefined;
6081
+ properties?: undefined;
6082
+ archived?: undefined;
6083
+ filterGroups?: undefined;
6084
+ sorts?: undefined;
6085
+ inputs?: undefined;
6086
+ idProperty?: undefined;
6087
+ propertyName?: undefined;
6088
+ name?: undefined;
6089
+ label?: undefined;
6090
+ fieldType?: undefined;
6091
+ groupName?: undefined;
6092
+ options?: undefined;
6093
+ objectId?: undefined;
6094
+ toObjectType?: undefined;
6095
+ fromObjectType?: undefined;
6096
+ engagementId?: undefined;
6097
+ ownerId?: undefined;
6098
+ timestamp?: undefined;
6099
+ associations?: undefined;
6100
+ metadata?: undefined;
6101
+ flowId?: undefined;
6102
+ portalId?: undefined;
6103
+ uiDomain?: undefined;
6104
+ pageRequests?: undefined;
5812
6105
  };
5813
6106
  required: string[];
5814
6107
  additionalProperties: boolean;
@@ -5932,6 +6225,32 @@ declare const ACTION_REGISTRY: {
5932
6225
  working_directory?: undefined;
5933
6226
  env_profile?: undefined;
5934
6227
  timeout_seconds?: undefined;
6228
+ objectType?: undefined;
6229
+ after?: undefined;
6230
+ properties?: undefined;
6231
+ archived?: undefined;
6232
+ filterGroups?: undefined;
6233
+ sorts?: undefined;
6234
+ inputs?: undefined;
6235
+ idProperty?: undefined;
6236
+ propertyName?: undefined;
6237
+ name?: undefined;
6238
+ label?: undefined;
6239
+ fieldType?: undefined;
6240
+ groupName?: undefined;
6241
+ options?: undefined;
6242
+ objectId?: undefined;
6243
+ toObjectType?: undefined;
6244
+ fromObjectType?: undefined;
6245
+ engagementId?: undefined;
6246
+ ownerId?: undefined;
6247
+ timestamp?: undefined;
6248
+ associations?: undefined;
6249
+ metadata?: undefined;
6250
+ flowId?: undefined;
6251
+ portalId?: undefined;
6252
+ uiDomain?: undefined;
6253
+ pageRequests?: undefined;
5935
6254
  };
5936
6255
  required: string[];
5937
6256
  additionalProperties: boolean;
@@ -5968,6 +6287,7 @@ declare const ACTION_REGISTRY: {
5968
6287
  query: {
5969
6288
  type: string;
5970
6289
  minLength: number;
6290
+ maxLength?: undefined;
5971
6291
  };
5972
6292
  maxResults: {
5973
6293
  type: string;
@@ -6041,6 +6361,32 @@ declare const ACTION_REGISTRY: {
6041
6361
  working_directory?: undefined;
6042
6362
  env_profile?: undefined;
6043
6363
  timeout_seconds?: undefined;
6364
+ objectType?: undefined;
6365
+ after?: undefined;
6366
+ properties?: undefined;
6367
+ archived?: undefined;
6368
+ filterGroups?: undefined;
6369
+ sorts?: undefined;
6370
+ inputs?: undefined;
6371
+ idProperty?: undefined;
6372
+ propertyName?: undefined;
6373
+ name?: undefined;
6374
+ label?: undefined;
6375
+ fieldType?: undefined;
6376
+ groupName?: undefined;
6377
+ options?: undefined;
6378
+ objectId?: undefined;
6379
+ toObjectType?: undefined;
6380
+ fromObjectType?: undefined;
6381
+ engagementId?: undefined;
6382
+ ownerId?: undefined;
6383
+ timestamp?: undefined;
6384
+ associations?: undefined;
6385
+ metadata?: undefined;
6386
+ flowId?: undefined;
6387
+ portalId?: undefined;
6388
+ uiDomain?: undefined;
6389
+ pageRequests?: undefined;
6044
6390
  };
6045
6391
  required: string[];
6046
6392
  additionalProperties: boolean;
@@ -6145,6 +6491,32 @@ declare const ACTION_REGISTRY: {
6145
6491
  working_directory?: undefined;
6146
6492
  env_profile?: undefined;
6147
6493
  timeout_seconds?: undefined;
6494
+ objectType?: undefined;
6495
+ after?: undefined;
6496
+ properties?: undefined;
6497
+ archived?: undefined;
6498
+ filterGroups?: undefined;
6499
+ sorts?: undefined;
6500
+ inputs?: undefined;
6501
+ idProperty?: undefined;
6502
+ propertyName?: undefined;
6503
+ name?: undefined;
6504
+ label?: undefined;
6505
+ fieldType?: undefined;
6506
+ groupName?: undefined;
6507
+ options?: undefined;
6508
+ objectId?: undefined;
6509
+ toObjectType?: undefined;
6510
+ fromObjectType?: undefined;
6511
+ engagementId?: undefined;
6512
+ ownerId?: undefined;
6513
+ timestamp?: undefined;
6514
+ associations?: undefined;
6515
+ metadata?: undefined;
6516
+ flowId?: undefined;
6517
+ portalId?: undefined;
6518
+ uiDomain?: undefined;
6519
+ pageRequests?: undefined;
6148
6520
  };
6149
6521
  required: string[];
6150
6522
  additionalProperties: boolean;
@@ -6265,6 +6637,32 @@ declare const ACTION_REGISTRY: {
6265
6637
  working_directory?: undefined;
6266
6638
  env_profile?: undefined;
6267
6639
  timeout_seconds?: undefined;
6640
+ objectType?: undefined;
6641
+ after?: undefined;
6642
+ properties?: undefined;
6643
+ archived?: undefined;
6644
+ filterGroups?: undefined;
6645
+ sorts?: undefined;
6646
+ inputs?: undefined;
6647
+ idProperty?: undefined;
6648
+ propertyName?: undefined;
6649
+ name?: undefined;
6650
+ label?: undefined;
6651
+ fieldType?: undefined;
6652
+ groupName?: undefined;
6653
+ options?: undefined;
6654
+ objectId?: undefined;
6655
+ toObjectType?: undefined;
6656
+ fromObjectType?: undefined;
6657
+ engagementId?: undefined;
6658
+ ownerId?: undefined;
6659
+ timestamp?: undefined;
6660
+ associations?: undefined;
6661
+ metadata?: undefined;
6662
+ flowId?: undefined;
6663
+ portalId?: undefined;
6664
+ uiDomain?: undefined;
6665
+ pageRequests?: undefined;
6268
6666
  };
6269
6667
  required: string[];
6270
6668
  additionalProperties: boolean;
@@ -6381,6 +6779,32 @@ declare const ACTION_REGISTRY: {
6381
6779
  working_directory?: undefined;
6382
6780
  env_profile?: undefined;
6383
6781
  timeout_seconds?: undefined;
6782
+ objectType?: undefined;
6783
+ after?: undefined;
6784
+ properties?: undefined;
6785
+ archived?: undefined;
6786
+ filterGroups?: undefined;
6787
+ sorts?: undefined;
6788
+ inputs?: undefined;
6789
+ idProperty?: undefined;
6790
+ propertyName?: undefined;
6791
+ name?: undefined;
6792
+ label?: undefined;
6793
+ fieldType?: undefined;
6794
+ groupName?: undefined;
6795
+ options?: undefined;
6796
+ objectId?: undefined;
6797
+ toObjectType?: undefined;
6798
+ fromObjectType?: undefined;
6799
+ engagementId?: undefined;
6800
+ ownerId?: undefined;
6801
+ timestamp?: undefined;
6802
+ associations?: undefined;
6803
+ metadata?: undefined;
6804
+ flowId?: undefined;
6805
+ portalId?: undefined;
6806
+ uiDomain?: undefined;
6807
+ pageRequests?: undefined;
6384
6808
  };
6385
6809
  required: string[];
6386
6810
  additionalProperties: boolean;
@@ -6496,6 +6920,32 @@ declare const ACTION_REGISTRY: {
6496
6920
  working_directory?: undefined;
6497
6921
  env_profile?: undefined;
6498
6922
  timeout_seconds?: undefined;
6923
+ objectType?: undefined;
6924
+ after?: undefined;
6925
+ properties?: undefined;
6926
+ archived?: undefined;
6927
+ filterGroups?: undefined;
6928
+ sorts?: undefined;
6929
+ inputs?: undefined;
6930
+ idProperty?: undefined;
6931
+ propertyName?: undefined;
6932
+ name?: undefined;
6933
+ label?: undefined;
6934
+ fieldType?: undefined;
6935
+ groupName?: undefined;
6936
+ options?: undefined;
6937
+ objectId?: undefined;
6938
+ toObjectType?: undefined;
6939
+ fromObjectType?: undefined;
6940
+ engagementId?: undefined;
6941
+ ownerId?: undefined;
6942
+ timestamp?: undefined;
6943
+ associations?: undefined;
6944
+ metadata?: undefined;
6945
+ flowId?: undefined;
6946
+ portalId?: undefined;
6947
+ uiDomain?: undefined;
6948
+ pageRequests?: undefined;
6499
6949
  };
6500
6950
  additionalProperties: boolean;
6501
6951
  required?: undefined;
@@ -6604,6 +7054,32 @@ declare const ACTION_REGISTRY: {
6604
7054
  working_directory?: undefined;
6605
7055
  env_profile?: undefined;
6606
7056
  timeout_seconds?: undefined;
7057
+ objectType?: undefined;
7058
+ after?: undefined;
7059
+ properties?: undefined;
7060
+ archived?: undefined;
7061
+ filterGroups?: undefined;
7062
+ sorts?: undefined;
7063
+ inputs?: undefined;
7064
+ idProperty?: undefined;
7065
+ propertyName?: undefined;
7066
+ name?: undefined;
7067
+ label?: undefined;
7068
+ fieldType?: undefined;
7069
+ groupName?: undefined;
7070
+ options?: undefined;
7071
+ objectId?: undefined;
7072
+ toObjectType?: undefined;
7073
+ fromObjectType?: undefined;
7074
+ engagementId?: undefined;
7075
+ ownerId?: undefined;
7076
+ timestamp?: undefined;
7077
+ associations?: undefined;
7078
+ metadata?: undefined;
7079
+ flowId?: undefined;
7080
+ portalId?: undefined;
7081
+ uiDomain?: undefined;
7082
+ pageRequests?: undefined;
6607
7083
  };
6608
7084
  required: string[];
6609
7085
  additionalProperties: boolean;
@@ -6763,6 +7239,32 @@ declare const ACTION_REGISTRY: {
6763
7239
  working_directory?: undefined;
6764
7240
  env_profile?: undefined;
6765
7241
  timeout_seconds?: undefined;
7242
+ objectType?: undefined;
7243
+ after?: undefined;
7244
+ properties?: undefined;
7245
+ archived?: undefined;
7246
+ filterGroups?: undefined;
7247
+ sorts?: undefined;
7248
+ inputs?: undefined;
7249
+ idProperty?: undefined;
7250
+ propertyName?: undefined;
7251
+ name?: undefined;
7252
+ label?: undefined;
7253
+ fieldType?: undefined;
7254
+ groupName?: undefined;
7255
+ options?: undefined;
7256
+ objectId?: undefined;
7257
+ toObjectType?: undefined;
7258
+ fromObjectType?: undefined;
7259
+ engagementId?: undefined;
7260
+ ownerId?: undefined;
7261
+ timestamp?: undefined;
7262
+ associations?: undefined;
7263
+ metadata?: undefined;
7264
+ flowId?: undefined;
7265
+ portalId?: undefined;
7266
+ uiDomain?: undefined;
7267
+ pageRequests?: undefined;
6766
7268
  };
6767
7269
  required: string[];
6768
7270
  additionalProperties: boolean;
@@ -6933,6 +7435,32 @@ declare const ACTION_REGISTRY: {
6933
7435
  working_directory?: undefined;
6934
7436
  env_profile?: undefined;
6935
7437
  timeout_seconds?: undefined;
7438
+ objectType?: undefined;
7439
+ after?: undefined;
7440
+ properties?: undefined;
7441
+ archived?: undefined;
7442
+ filterGroups?: undefined;
7443
+ sorts?: undefined;
7444
+ inputs?: undefined;
7445
+ idProperty?: undefined;
7446
+ propertyName?: undefined;
7447
+ name?: undefined;
7448
+ label?: undefined;
7449
+ fieldType?: undefined;
7450
+ groupName?: undefined;
7451
+ options?: undefined;
7452
+ objectId?: undefined;
7453
+ toObjectType?: undefined;
7454
+ fromObjectType?: undefined;
7455
+ engagementId?: undefined;
7456
+ ownerId?: undefined;
7457
+ timestamp?: undefined;
7458
+ associations?: undefined;
7459
+ metadata?: undefined;
7460
+ flowId?: undefined;
7461
+ portalId?: undefined;
7462
+ uiDomain?: undefined;
7463
+ pageRequests?: undefined;
6936
7464
  };
6937
7465
  required: string[];
6938
7466
  additionalProperties: boolean;
@@ -7048,6 +7576,32 @@ declare const ACTION_REGISTRY: {
7048
7576
  working_directory?: undefined;
7049
7577
  env_profile?: undefined;
7050
7578
  timeout_seconds?: undefined;
7579
+ objectType?: undefined;
7580
+ after?: undefined;
7581
+ properties?: undefined;
7582
+ archived?: undefined;
7583
+ filterGroups?: undefined;
7584
+ sorts?: undefined;
7585
+ inputs?: undefined;
7586
+ idProperty?: undefined;
7587
+ propertyName?: undefined;
7588
+ name?: undefined;
7589
+ label?: undefined;
7590
+ fieldType?: undefined;
7591
+ groupName?: undefined;
7592
+ options?: undefined;
7593
+ objectId?: undefined;
7594
+ toObjectType?: undefined;
7595
+ fromObjectType?: undefined;
7596
+ engagementId?: undefined;
7597
+ ownerId?: undefined;
7598
+ timestamp?: undefined;
7599
+ associations?: undefined;
7600
+ metadata?: undefined;
7601
+ flowId?: undefined;
7602
+ portalId?: undefined;
7603
+ uiDomain?: undefined;
7604
+ pageRequests?: undefined;
7051
7605
  };
7052
7606
  required: string[];
7053
7607
  additionalProperties: boolean;
@@ -7151,6 +7705,32 @@ declare const ACTION_REGISTRY: {
7151
7705
  working_directory?: undefined;
7152
7706
  env_profile?: undefined;
7153
7707
  timeout_seconds?: undefined;
7708
+ objectType?: undefined;
7709
+ after?: undefined;
7710
+ properties?: undefined;
7711
+ archived?: undefined;
7712
+ filterGroups?: undefined;
7713
+ sorts?: undefined;
7714
+ inputs?: undefined;
7715
+ idProperty?: undefined;
7716
+ propertyName?: undefined;
7717
+ name?: undefined;
7718
+ label?: undefined;
7719
+ fieldType?: undefined;
7720
+ groupName?: undefined;
7721
+ options?: undefined;
7722
+ objectId?: undefined;
7723
+ toObjectType?: undefined;
7724
+ fromObjectType?: undefined;
7725
+ engagementId?: undefined;
7726
+ ownerId?: undefined;
7727
+ timestamp?: undefined;
7728
+ associations?: undefined;
7729
+ metadata?: undefined;
7730
+ flowId?: undefined;
7731
+ portalId?: undefined;
7732
+ uiDomain?: undefined;
7733
+ pageRequests?: undefined;
7154
7734
  };
7155
7735
  additionalProperties: boolean;
7156
7736
  required?: undefined;
@@ -7189,6 +7769,7 @@ declare const ACTION_REGISTRY: {
7189
7769
  };
7190
7770
  type: {
7191
7771
  type: string;
7772
+ enum?: undefined;
7192
7773
  };
7193
7774
  channel?: undefined;
7194
7775
  text?: undefined;
@@ -7256,6 +7837,32 @@ declare const ACTION_REGISTRY: {
7256
7837
  working_directory?: undefined;
7257
7838
  env_profile?: undefined;
7258
7839
  timeout_seconds?: undefined;
7840
+ objectType?: undefined;
7841
+ after?: undefined;
7842
+ properties?: undefined;
7843
+ archived?: undefined;
7844
+ filterGroups?: undefined;
7845
+ sorts?: undefined;
7846
+ inputs?: undefined;
7847
+ idProperty?: undefined;
7848
+ propertyName?: undefined;
7849
+ name?: undefined;
7850
+ label?: undefined;
7851
+ fieldType?: undefined;
7852
+ groupName?: undefined;
7853
+ options?: undefined;
7854
+ objectId?: undefined;
7855
+ toObjectType?: undefined;
7856
+ fromObjectType?: undefined;
7857
+ engagementId?: undefined;
7858
+ ownerId?: undefined;
7859
+ timestamp?: undefined;
7860
+ associations?: undefined;
7861
+ metadata?: undefined;
7862
+ flowId?: undefined;
7863
+ portalId?: undefined;
7864
+ uiDomain?: undefined;
7865
+ pageRequests?: undefined;
7259
7866
  };
7260
7867
  additionalProperties: boolean;
7261
7868
  required?: undefined;
@@ -7363,6 +7970,32 @@ declare const ACTION_REGISTRY: {
7363
7970
  working_directory?: undefined;
7364
7971
  env_profile?: undefined;
7365
7972
  timeout_seconds?: undefined;
7973
+ objectType?: undefined;
7974
+ after?: undefined;
7975
+ properties?: undefined;
7976
+ archived?: undefined;
7977
+ filterGroups?: undefined;
7978
+ sorts?: undefined;
7979
+ inputs?: undefined;
7980
+ idProperty?: undefined;
7981
+ propertyName?: undefined;
7982
+ name?: undefined;
7983
+ label?: undefined;
7984
+ fieldType?: undefined;
7985
+ groupName?: undefined;
7986
+ options?: undefined;
7987
+ objectId?: undefined;
7988
+ toObjectType?: undefined;
7989
+ fromObjectType?: undefined;
7990
+ engagementId?: undefined;
7991
+ ownerId?: undefined;
7992
+ timestamp?: undefined;
7993
+ associations?: undefined;
7994
+ metadata?: undefined;
7995
+ flowId?: undefined;
7996
+ portalId?: undefined;
7997
+ uiDomain?: undefined;
7998
+ pageRequests?: undefined;
7366
7999
  };
7367
8000
  required: string[];
7368
8001
  additionalProperties: boolean;
@@ -7472,6 +8105,32 @@ declare const ACTION_REGISTRY: {
7472
8105
  working_directory?: undefined;
7473
8106
  env_profile?: undefined;
7474
8107
  timeout_seconds?: undefined;
8108
+ objectType?: undefined;
8109
+ after?: undefined;
8110
+ properties?: undefined;
8111
+ archived?: undefined;
8112
+ filterGroups?: undefined;
8113
+ sorts?: undefined;
8114
+ inputs?: undefined;
8115
+ idProperty?: undefined;
8116
+ propertyName?: undefined;
8117
+ name?: undefined;
8118
+ label?: undefined;
8119
+ fieldType?: undefined;
8120
+ groupName?: undefined;
8121
+ options?: undefined;
8122
+ objectId?: undefined;
8123
+ toObjectType?: undefined;
8124
+ fromObjectType?: undefined;
8125
+ engagementId?: undefined;
8126
+ ownerId?: undefined;
8127
+ timestamp?: undefined;
8128
+ associations?: undefined;
8129
+ metadata?: undefined;
8130
+ flowId?: undefined;
8131
+ portalId?: undefined;
8132
+ uiDomain?: undefined;
8133
+ pageRequests?: undefined;
7475
8134
  };
7476
8135
  required: string[];
7477
8136
  additionalProperties: boolean;
@@ -7584,6 +8243,32 @@ declare const ACTION_REGISTRY: {
7584
8243
  working_directory?: undefined;
7585
8244
  env_profile?: undefined;
7586
8245
  timeout_seconds?: undefined;
8246
+ objectType?: undefined;
8247
+ after?: undefined;
8248
+ properties?: undefined;
8249
+ archived?: undefined;
8250
+ filterGroups?: undefined;
8251
+ sorts?: undefined;
8252
+ inputs?: undefined;
8253
+ idProperty?: undefined;
8254
+ propertyName?: undefined;
8255
+ name?: undefined;
8256
+ label?: undefined;
8257
+ fieldType?: undefined;
8258
+ groupName?: undefined;
8259
+ options?: undefined;
8260
+ objectId?: undefined;
8261
+ toObjectType?: undefined;
8262
+ fromObjectType?: undefined;
8263
+ engagementId?: undefined;
8264
+ ownerId?: undefined;
8265
+ timestamp?: undefined;
8266
+ associations?: undefined;
8267
+ metadata?: undefined;
8268
+ flowId?: undefined;
8269
+ portalId?: undefined;
8270
+ uiDomain?: undefined;
8271
+ pageRequests?: undefined;
7587
8272
  };
7588
8273
  required: string[];
7589
8274
  additionalProperties: boolean;
@@ -7688,6 +8373,32 @@ declare const ACTION_REGISTRY: {
7688
8373
  working_directory?: undefined;
7689
8374
  env_profile?: undefined;
7690
8375
  timeout_seconds?: undefined;
8376
+ objectType?: undefined;
8377
+ after?: undefined;
8378
+ properties?: undefined;
8379
+ archived?: undefined;
8380
+ filterGroups?: undefined;
8381
+ sorts?: undefined;
8382
+ inputs?: undefined;
8383
+ idProperty?: undefined;
8384
+ propertyName?: undefined;
8385
+ name?: undefined;
8386
+ label?: undefined;
8387
+ fieldType?: undefined;
8388
+ groupName?: undefined;
8389
+ options?: undefined;
8390
+ objectId?: undefined;
8391
+ toObjectType?: undefined;
8392
+ fromObjectType?: undefined;
8393
+ engagementId?: undefined;
8394
+ ownerId?: undefined;
8395
+ timestamp?: undefined;
8396
+ associations?: undefined;
8397
+ metadata?: undefined;
8398
+ flowId?: undefined;
8399
+ portalId?: undefined;
8400
+ uiDomain?: undefined;
8401
+ pageRequests?: undefined;
7691
8402
  };
7692
8403
  required: string[];
7693
8404
  additionalProperties: boolean;
@@ -7812,6 +8523,32 @@ declare const ACTION_REGISTRY: {
7812
8523
  working_directory?: undefined;
7813
8524
  env_profile?: undefined;
7814
8525
  timeout_seconds?: undefined;
8526
+ objectType?: undefined;
8527
+ after?: undefined;
8528
+ properties?: undefined;
8529
+ archived?: undefined;
8530
+ filterGroups?: undefined;
8531
+ sorts?: undefined;
8532
+ inputs?: undefined;
8533
+ idProperty?: undefined;
8534
+ propertyName?: undefined;
8535
+ name?: undefined;
8536
+ label?: undefined;
8537
+ fieldType?: undefined;
8538
+ groupName?: undefined;
8539
+ options?: undefined;
8540
+ objectId?: undefined;
8541
+ toObjectType?: undefined;
8542
+ fromObjectType?: undefined;
8543
+ engagementId?: undefined;
8544
+ ownerId?: undefined;
8545
+ timestamp?: undefined;
8546
+ associations?: undefined;
8547
+ metadata?: undefined;
8548
+ flowId?: undefined;
8549
+ portalId?: undefined;
8550
+ uiDomain?: undefined;
8551
+ pageRequests?: undefined;
7815
8552
  };
7816
8553
  required: string[];
7817
8554
  additionalProperties: boolean;
@@ -7932,6 +8669,32 @@ declare const ACTION_REGISTRY: {
7932
8669
  working_directory?: undefined;
7933
8670
  env_profile?: undefined;
7934
8671
  timeout_seconds?: undefined;
8672
+ objectType?: undefined;
8673
+ after?: undefined;
8674
+ properties?: undefined;
8675
+ archived?: undefined;
8676
+ filterGroups?: undefined;
8677
+ sorts?: undefined;
8678
+ inputs?: undefined;
8679
+ idProperty?: undefined;
8680
+ propertyName?: undefined;
8681
+ name?: undefined;
8682
+ label?: undefined;
8683
+ fieldType?: undefined;
8684
+ groupName?: undefined;
8685
+ options?: undefined;
8686
+ objectId?: undefined;
8687
+ toObjectType?: undefined;
8688
+ fromObjectType?: undefined;
8689
+ engagementId?: undefined;
8690
+ ownerId?: undefined;
8691
+ timestamp?: undefined;
8692
+ associations?: undefined;
8693
+ metadata?: undefined;
8694
+ flowId?: undefined;
8695
+ portalId?: undefined;
8696
+ uiDomain?: undefined;
8697
+ pageRequests?: undefined;
7935
8698
  };
7936
8699
  required: string[];
7937
8700
  additionalProperties: boolean;
@@ -8036,6 +8799,32 @@ declare const ACTION_REGISTRY: {
8036
8799
  working_directory?: undefined;
8037
8800
  env_profile?: undefined;
8038
8801
  timeout_seconds?: undefined;
8802
+ objectType?: undefined;
8803
+ after?: undefined;
8804
+ properties?: undefined;
8805
+ archived?: undefined;
8806
+ filterGroups?: undefined;
8807
+ sorts?: undefined;
8808
+ inputs?: undefined;
8809
+ idProperty?: undefined;
8810
+ propertyName?: undefined;
8811
+ name?: undefined;
8812
+ label?: undefined;
8813
+ fieldType?: undefined;
8814
+ groupName?: undefined;
8815
+ options?: undefined;
8816
+ objectId?: undefined;
8817
+ toObjectType?: undefined;
8818
+ fromObjectType?: undefined;
8819
+ engagementId?: undefined;
8820
+ ownerId?: undefined;
8821
+ timestamp?: undefined;
8822
+ associations?: undefined;
8823
+ metadata?: undefined;
8824
+ flowId?: undefined;
8825
+ portalId?: undefined;
8826
+ uiDomain?: undefined;
8827
+ pageRequests?: undefined;
8039
8828
  };
8040
8829
  required: string[];
8041
8830
  additionalProperties: boolean;
@@ -8143,6 +8932,32 @@ declare const ACTION_REGISTRY: {
8143
8932
  working_directory?: undefined;
8144
8933
  env_profile?: undefined;
8145
8934
  timeout_seconds?: undefined;
8935
+ objectType?: undefined;
8936
+ after?: undefined;
8937
+ properties?: undefined;
8938
+ archived?: undefined;
8939
+ filterGroups?: undefined;
8940
+ sorts?: undefined;
8941
+ inputs?: undefined;
8942
+ idProperty?: undefined;
8943
+ propertyName?: undefined;
8944
+ name?: undefined;
8945
+ label?: undefined;
8946
+ fieldType?: undefined;
8947
+ groupName?: undefined;
8948
+ options?: undefined;
8949
+ objectId?: undefined;
8950
+ toObjectType?: undefined;
8951
+ fromObjectType?: undefined;
8952
+ engagementId?: undefined;
8953
+ ownerId?: undefined;
8954
+ timestamp?: undefined;
8955
+ associations?: undefined;
8956
+ metadata?: undefined;
8957
+ flowId?: undefined;
8958
+ portalId?: undefined;
8959
+ uiDomain?: undefined;
8960
+ pageRequests?: undefined;
8146
8961
  };
8147
8962
  required: string[];
8148
8963
  additionalProperties: boolean;
@@ -8250,6 +9065,32 @@ declare const ACTION_REGISTRY: {
8250
9065
  working_directory?: undefined;
8251
9066
  env_profile?: undefined;
8252
9067
  timeout_seconds?: undefined;
9068
+ objectType?: undefined;
9069
+ after?: undefined;
9070
+ properties?: undefined;
9071
+ archived?: undefined;
9072
+ filterGroups?: undefined;
9073
+ sorts?: undefined;
9074
+ inputs?: undefined;
9075
+ idProperty?: undefined;
9076
+ propertyName?: undefined;
9077
+ name?: undefined;
9078
+ label?: undefined;
9079
+ fieldType?: undefined;
9080
+ groupName?: undefined;
9081
+ options?: undefined;
9082
+ objectId?: undefined;
9083
+ toObjectType?: undefined;
9084
+ fromObjectType?: undefined;
9085
+ engagementId?: undefined;
9086
+ ownerId?: undefined;
9087
+ timestamp?: undefined;
9088
+ associations?: undefined;
9089
+ metadata?: undefined;
9090
+ flowId?: undefined;
9091
+ portalId?: undefined;
9092
+ uiDomain?: undefined;
9093
+ pageRequests?: undefined;
8253
9094
  };
8254
9095
  required: string[];
8255
9096
  additionalProperties: boolean;
@@ -8362,6 +9203,32 @@ declare const ACTION_REGISTRY: {
8362
9203
  working_directory?: undefined;
8363
9204
  env_profile?: undefined;
8364
9205
  timeout_seconds?: undefined;
9206
+ objectType?: undefined;
9207
+ after?: undefined;
9208
+ properties?: undefined;
9209
+ archived?: undefined;
9210
+ filterGroups?: undefined;
9211
+ sorts?: undefined;
9212
+ inputs?: undefined;
9213
+ idProperty?: undefined;
9214
+ propertyName?: undefined;
9215
+ name?: undefined;
9216
+ label?: undefined;
9217
+ fieldType?: undefined;
9218
+ groupName?: undefined;
9219
+ options?: undefined;
9220
+ objectId?: undefined;
9221
+ toObjectType?: undefined;
9222
+ fromObjectType?: undefined;
9223
+ engagementId?: undefined;
9224
+ ownerId?: undefined;
9225
+ timestamp?: undefined;
9226
+ associations?: undefined;
9227
+ metadata?: undefined;
9228
+ flowId?: undefined;
9229
+ portalId?: undefined;
9230
+ uiDomain?: undefined;
9231
+ pageRequests?: undefined;
8365
9232
  };
8366
9233
  additionalProperties: boolean;
8367
9234
  required?: undefined;
@@ -8475,6 +9342,32 @@ declare const ACTION_REGISTRY: {
8475
9342
  working_directory?: undefined;
8476
9343
  env_profile?: undefined;
8477
9344
  timeout_seconds?: undefined;
9345
+ objectType?: undefined;
9346
+ after?: undefined;
9347
+ properties?: undefined;
9348
+ archived?: undefined;
9349
+ filterGroups?: undefined;
9350
+ sorts?: undefined;
9351
+ inputs?: undefined;
9352
+ idProperty?: undefined;
9353
+ propertyName?: undefined;
9354
+ name?: undefined;
9355
+ label?: undefined;
9356
+ fieldType?: undefined;
9357
+ groupName?: undefined;
9358
+ options?: undefined;
9359
+ objectId?: undefined;
9360
+ toObjectType?: undefined;
9361
+ fromObjectType?: undefined;
9362
+ engagementId?: undefined;
9363
+ ownerId?: undefined;
9364
+ timestamp?: undefined;
9365
+ associations?: undefined;
9366
+ metadata?: undefined;
9367
+ flowId?: undefined;
9368
+ portalId?: undefined;
9369
+ uiDomain?: undefined;
9370
+ pageRequests?: undefined;
8478
9371
  };
8479
9372
  required: string[];
8480
9373
  additionalProperties: boolean;
@@ -8580,6 +9473,32 @@ declare const ACTION_REGISTRY: {
8580
9473
  working_directory?: undefined;
8581
9474
  env_profile?: undefined;
8582
9475
  timeout_seconds?: undefined;
9476
+ objectType?: undefined;
9477
+ after?: undefined;
9478
+ properties?: undefined;
9479
+ archived?: undefined;
9480
+ filterGroups?: undefined;
9481
+ sorts?: undefined;
9482
+ inputs?: undefined;
9483
+ idProperty?: undefined;
9484
+ propertyName?: undefined;
9485
+ name?: undefined;
9486
+ label?: undefined;
9487
+ fieldType?: undefined;
9488
+ groupName?: undefined;
9489
+ options?: undefined;
9490
+ objectId?: undefined;
9491
+ toObjectType?: undefined;
9492
+ fromObjectType?: undefined;
9493
+ engagementId?: undefined;
9494
+ ownerId?: undefined;
9495
+ timestamp?: undefined;
9496
+ associations?: undefined;
9497
+ metadata?: undefined;
9498
+ flowId?: undefined;
9499
+ portalId?: undefined;
9500
+ uiDomain?: undefined;
9501
+ pageRequests?: undefined;
8583
9502
  };
8584
9503
  required: string[];
8585
9504
  additionalProperties: boolean;
@@ -8683,6 +9602,32 @@ declare const ACTION_REGISTRY: {
8683
9602
  working_directory?: undefined;
8684
9603
  env_profile?: undefined;
8685
9604
  timeout_seconds?: undefined;
9605
+ objectType?: undefined;
9606
+ after?: undefined;
9607
+ properties?: undefined;
9608
+ archived?: undefined;
9609
+ filterGroups?: undefined;
9610
+ sorts?: undefined;
9611
+ inputs?: undefined;
9612
+ idProperty?: undefined;
9613
+ propertyName?: undefined;
9614
+ name?: undefined;
9615
+ label?: undefined;
9616
+ fieldType?: undefined;
9617
+ groupName?: undefined;
9618
+ options?: undefined;
9619
+ objectId?: undefined;
9620
+ toObjectType?: undefined;
9621
+ fromObjectType?: undefined;
9622
+ engagementId?: undefined;
9623
+ ownerId?: undefined;
9624
+ timestamp?: undefined;
9625
+ associations?: undefined;
9626
+ metadata?: undefined;
9627
+ flowId?: undefined;
9628
+ portalId?: undefined;
9629
+ uiDomain?: undefined;
9630
+ pageRequests?: undefined;
8686
9631
  };
8687
9632
  required: string[];
8688
9633
  additionalProperties: boolean;
@@ -8788,6 +9733,32 @@ declare const ACTION_REGISTRY: {
8788
9733
  working_directory?: undefined;
8789
9734
  env_profile?: undefined;
8790
9735
  timeout_seconds?: undefined;
9736
+ objectType?: undefined;
9737
+ after?: undefined;
9738
+ properties?: undefined;
9739
+ archived?: undefined;
9740
+ filterGroups?: undefined;
9741
+ sorts?: undefined;
9742
+ inputs?: undefined;
9743
+ idProperty?: undefined;
9744
+ propertyName?: undefined;
9745
+ name?: undefined;
9746
+ label?: undefined;
9747
+ fieldType?: undefined;
9748
+ groupName?: undefined;
9749
+ options?: undefined;
9750
+ objectId?: undefined;
9751
+ toObjectType?: undefined;
9752
+ fromObjectType?: undefined;
9753
+ engagementId?: undefined;
9754
+ ownerId?: undefined;
9755
+ timestamp?: undefined;
9756
+ associations?: undefined;
9757
+ metadata?: undefined;
9758
+ flowId?: undefined;
9759
+ portalId?: undefined;
9760
+ uiDomain?: undefined;
9761
+ pageRequests?: undefined;
8791
9762
  };
8792
9763
  required: string[];
8793
9764
  additionalProperties: boolean;
@@ -8902,6 +9873,32 @@ declare const ACTION_REGISTRY: {
8902
9873
  linkId?: undefined;
8903
9874
  file_path?: undefined;
8904
9875
  content?: undefined;
9876
+ objectType?: undefined;
9877
+ after?: undefined;
9878
+ properties?: undefined;
9879
+ archived?: undefined;
9880
+ filterGroups?: undefined;
9881
+ sorts?: undefined;
9882
+ inputs?: undefined;
9883
+ idProperty?: undefined;
9884
+ propertyName?: undefined;
9885
+ name?: undefined;
9886
+ label?: undefined;
9887
+ fieldType?: undefined;
9888
+ groupName?: undefined;
9889
+ options?: undefined;
9890
+ objectId?: undefined;
9891
+ toObjectType?: undefined;
9892
+ fromObjectType?: undefined;
9893
+ engagementId?: undefined;
9894
+ ownerId?: undefined;
9895
+ timestamp?: undefined;
9896
+ associations?: undefined;
9897
+ metadata?: undefined;
9898
+ flowId?: undefined;
9899
+ portalId?: undefined;
9900
+ uiDomain?: undefined;
9901
+ pageRequests?: undefined;
8905
9902
  };
8906
9903
  required: string[];
8907
9904
  additionalProperties: boolean;
@@ -8925,6 +9922,2511 @@ declare const ACTION_REGISTRY: {
8925
9922
  version: string;
8926
9923
  capability?: undefined;
8927
9924
  constraints?: undefined;
9925
+ } | {
9926
+ action: string;
9927
+ resource_type: string;
9928
+ required_relations: string[];
9929
+ required_scopes: string[];
9930
+ capability: string;
9931
+ input_schema: {
9932
+ type: string;
9933
+ properties: {
9934
+ objectType: {
9935
+ type: string;
9936
+ description: string;
9937
+ };
9938
+ limit: {
9939
+ type: string;
9940
+ minimum: number;
9941
+ maximum: number;
9942
+ };
9943
+ after: {
9944
+ type: string;
9945
+ };
9946
+ properties: {
9947
+ type: string;
9948
+ items: {
9949
+ type: string;
9950
+ };
9951
+ };
9952
+ archived: {
9953
+ type: string;
9954
+ };
9955
+ channel?: undefined;
9956
+ text?: undefined;
9957
+ thread_ts?: undefined;
9958
+ username?: undefined;
9959
+ icon_emoji?: undefined;
9960
+ blocks?: undefined;
9961
+ userId?: undefined;
9962
+ latest?: undefined;
9963
+ oldest?: undefined;
9964
+ inclusive?: undefined;
9965
+ cursor?: undefined;
9966
+ ts?: undefined;
9967
+ title?: undefined;
9968
+ body?: undefined;
9969
+ labels?: undefined;
9970
+ assignees?: undefined;
9971
+ state?: undefined;
9972
+ sort?: undefined;
9973
+ direction?: undefined;
9974
+ per_page?: undefined;
9975
+ page?: undefined;
9976
+ issue_number?: undefined;
9977
+ query?: undefined;
9978
+ maxResults?: undefined;
9979
+ messageId?: undefined;
9980
+ to?: undefined;
9981
+ subject?: undefined;
9982
+ cc?: undefined;
9983
+ bcc?: undefined;
9984
+ threadId?: undefined;
9985
+ inReplyTo?: undefined;
9986
+ references?: undefined;
9987
+ messageIds?: undefined;
9988
+ calendarId?: undefined;
9989
+ timeMin?: undefined;
9990
+ timeMax?: undefined;
9991
+ eventId?: undefined;
9992
+ summary?: undefined;
9993
+ description?: undefined;
9994
+ start?: undefined;
9995
+ end?: undefined;
9996
+ attendees?: undefined;
9997
+ location?: undefined;
9998
+ recent?: undefined;
9999
+ projectKeyOrId?: undefined;
10000
+ type?: undefined;
10001
+ boardId?: undefined;
10002
+ sprintId?: undefined;
10003
+ jql?: undefined;
10004
+ startAt?: undefined;
10005
+ issueIdOrKey?: undefined;
10006
+ projectKey?: undefined;
10007
+ issueTypeName?: undefined;
10008
+ priority?: undefined;
10009
+ assigneeAccountId?: undefined;
10010
+ transitionId?: undefined;
10011
+ typeName?: undefined;
10012
+ inwardIssueKey?: undefined;
10013
+ outwardIssueKey?: undefined;
10014
+ commentBody?: undefined;
10015
+ linkId?: undefined;
10016
+ file_path?: undefined;
10017
+ content?: undefined;
10018
+ command?: undefined;
10019
+ working_directory?: undefined;
10020
+ env_profile?: undefined;
10021
+ timeout_seconds?: undefined;
10022
+ filterGroups?: undefined;
10023
+ sorts?: undefined;
10024
+ inputs?: undefined;
10025
+ idProperty?: undefined;
10026
+ propertyName?: undefined;
10027
+ name?: undefined;
10028
+ label?: undefined;
10029
+ fieldType?: undefined;
10030
+ groupName?: undefined;
10031
+ options?: undefined;
10032
+ objectId?: undefined;
10033
+ toObjectType?: undefined;
10034
+ fromObjectType?: undefined;
10035
+ engagementId?: undefined;
10036
+ ownerId?: undefined;
10037
+ timestamp?: undefined;
10038
+ associations?: undefined;
10039
+ metadata?: undefined;
10040
+ flowId?: undefined;
10041
+ portalId?: undefined;
10042
+ uiDomain?: undefined;
10043
+ pageRequests?: undefined;
10044
+ };
10045
+ required: string[];
10046
+ additionalProperties: boolean;
10047
+ };
10048
+ constraints: {
10049
+ rate_bucket: string;
10050
+ };
10051
+ effects: string[];
10052
+ risk: string;
10053
+ target_bindings: {
10054
+ resource_id: {
10055
+ source: "param";
10056
+ param: string;
10057
+ required?: undefined;
10058
+ key?: undefined;
10059
+ multi?: undefined;
10060
+ separator?: undefined;
10061
+ default?: undefined;
10062
+ fallback_param?: undefined;
10063
+ derive?: undefined;
10064
+ };
10065
+ secondary?: undefined;
10066
+ };
10067
+ version: string;
10068
+ } | {
10069
+ action: string;
10070
+ resource_type: string;
10071
+ required_relations: string[];
10072
+ required_scopes: string[];
10073
+ capability: string;
10074
+ input_schema: {
10075
+ type: string;
10076
+ properties: {
10077
+ objectType: {
10078
+ type: string;
10079
+ description: string;
10080
+ };
10081
+ query: {
10082
+ type: string;
10083
+ maxLength: number;
10084
+ minLength?: undefined;
10085
+ };
10086
+ filterGroups: {
10087
+ type: string;
10088
+ };
10089
+ properties: {
10090
+ type: string;
10091
+ items: {
10092
+ type: string;
10093
+ };
10094
+ };
10095
+ sorts: {
10096
+ type: string;
10097
+ items: {
10098
+ type: string;
10099
+ };
10100
+ };
10101
+ limit: {
10102
+ type: string;
10103
+ minimum: number;
10104
+ maximum: number;
10105
+ };
10106
+ after: {
10107
+ type: string;
10108
+ };
10109
+ channel?: undefined;
10110
+ text?: undefined;
10111
+ thread_ts?: undefined;
10112
+ username?: undefined;
10113
+ icon_emoji?: undefined;
10114
+ blocks?: undefined;
10115
+ userId?: undefined;
10116
+ latest?: undefined;
10117
+ oldest?: undefined;
10118
+ inclusive?: undefined;
10119
+ cursor?: undefined;
10120
+ ts?: undefined;
10121
+ title?: undefined;
10122
+ body?: undefined;
10123
+ labels?: undefined;
10124
+ assignees?: undefined;
10125
+ state?: undefined;
10126
+ sort?: undefined;
10127
+ direction?: undefined;
10128
+ per_page?: undefined;
10129
+ page?: undefined;
10130
+ issue_number?: undefined;
10131
+ maxResults?: undefined;
10132
+ messageId?: undefined;
10133
+ to?: undefined;
10134
+ subject?: undefined;
10135
+ cc?: undefined;
10136
+ bcc?: undefined;
10137
+ threadId?: undefined;
10138
+ inReplyTo?: undefined;
10139
+ references?: undefined;
10140
+ messageIds?: undefined;
10141
+ calendarId?: undefined;
10142
+ timeMin?: undefined;
10143
+ timeMax?: undefined;
10144
+ eventId?: undefined;
10145
+ summary?: undefined;
10146
+ description?: undefined;
10147
+ start?: undefined;
10148
+ end?: undefined;
10149
+ attendees?: undefined;
10150
+ location?: undefined;
10151
+ recent?: undefined;
10152
+ projectKeyOrId?: undefined;
10153
+ type?: undefined;
10154
+ boardId?: undefined;
10155
+ sprintId?: undefined;
10156
+ jql?: undefined;
10157
+ startAt?: undefined;
10158
+ issueIdOrKey?: undefined;
10159
+ projectKey?: undefined;
10160
+ issueTypeName?: undefined;
10161
+ priority?: undefined;
10162
+ assigneeAccountId?: undefined;
10163
+ transitionId?: undefined;
10164
+ typeName?: undefined;
10165
+ inwardIssueKey?: undefined;
10166
+ outwardIssueKey?: undefined;
10167
+ commentBody?: undefined;
10168
+ linkId?: undefined;
10169
+ file_path?: undefined;
10170
+ content?: undefined;
10171
+ command?: undefined;
10172
+ working_directory?: undefined;
10173
+ env_profile?: undefined;
10174
+ timeout_seconds?: undefined;
10175
+ archived?: undefined;
10176
+ inputs?: undefined;
10177
+ idProperty?: undefined;
10178
+ propertyName?: undefined;
10179
+ name?: undefined;
10180
+ label?: undefined;
10181
+ fieldType?: undefined;
10182
+ groupName?: undefined;
10183
+ options?: undefined;
10184
+ objectId?: undefined;
10185
+ toObjectType?: undefined;
10186
+ fromObjectType?: undefined;
10187
+ engagementId?: undefined;
10188
+ ownerId?: undefined;
10189
+ timestamp?: undefined;
10190
+ associations?: undefined;
10191
+ metadata?: undefined;
10192
+ flowId?: undefined;
10193
+ portalId?: undefined;
10194
+ uiDomain?: undefined;
10195
+ pageRequests?: undefined;
10196
+ };
10197
+ required: string[];
10198
+ additionalProperties: boolean;
10199
+ };
10200
+ constraints: {
10201
+ rate_bucket: string;
10202
+ };
10203
+ effects: string[];
10204
+ risk: string;
10205
+ target_bindings: {
10206
+ resource_id: {
10207
+ source: "param";
10208
+ param: string;
10209
+ required?: undefined;
10210
+ key?: undefined;
10211
+ multi?: undefined;
10212
+ separator?: undefined;
10213
+ default?: undefined;
10214
+ fallback_param?: undefined;
10215
+ derive?: undefined;
10216
+ };
10217
+ secondary?: undefined;
10218
+ };
10219
+ version: string;
10220
+ } | {
10221
+ action: string;
10222
+ resource_type: string;
10223
+ required_relations: string[];
10224
+ required_scopes: string[];
10225
+ capability: string;
10226
+ input_schema: {
10227
+ type: string;
10228
+ properties: {
10229
+ objectType: {
10230
+ type: string;
10231
+ description: string;
10232
+ };
10233
+ inputs: {
10234
+ type: string;
10235
+ minItems: number;
10236
+ items: {
10237
+ type: string;
10238
+ properties: {
10239
+ id: {
10240
+ type: string;
10241
+ };
10242
+ properties?: undefined;
10243
+ associations?: undefined;
10244
+ };
10245
+ required: string[];
10246
+ additionalProperties: boolean;
10247
+ };
10248
+ };
10249
+ properties: {
10250
+ type: string;
10251
+ items: {
10252
+ type: string;
10253
+ };
10254
+ };
10255
+ idProperty: {
10256
+ type: string;
10257
+ };
10258
+ channel?: undefined;
10259
+ text?: undefined;
10260
+ thread_ts?: undefined;
10261
+ username?: undefined;
10262
+ icon_emoji?: undefined;
10263
+ blocks?: undefined;
10264
+ userId?: undefined;
10265
+ latest?: undefined;
10266
+ oldest?: undefined;
10267
+ limit?: undefined;
10268
+ inclusive?: undefined;
10269
+ cursor?: undefined;
10270
+ ts?: undefined;
10271
+ title?: undefined;
10272
+ body?: undefined;
10273
+ labels?: undefined;
10274
+ assignees?: undefined;
10275
+ state?: undefined;
10276
+ sort?: undefined;
10277
+ direction?: undefined;
10278
+ per_page?: undefined;
10279
+ page?: undefined;
10280
+ issue_number?: undefined;
10281
+ query?: undefined;
10282
+ maxResults?: undefined;
10283
+ messageId?: undefined;
10284
+ to?: undefined;
10285
+ subject?: undefined;
10286
+ cc?: undefined;
10287
+ bcc?: undefined;
10288
+ threadId?: undefined;
10289
+ inReplyTo?: undefined;
10290
+ references?: undefined;
10291
+ messageIds?: undefined;
10292
+ calendarId?: undefined;
10293
+ timeMin?: undefined;
10294
+ timeMax?: undefined;
10295
+ eventId?: undefined;
10296
+ summary?: undefined;
10297
+ description?: undefined;
10298
+ start?: undefined;
10299
+ end?: undefined;
10300
+ attendees?: undefined;
10301
+ location?: undefined;
10302
+ recent?: undefined;
10303
+ projectKeyOrId?: undefined;
10304
+ type?: undefined;
10305
+ boardId?: undefined;
10306
+ sprintId?: undefined;
10307
+ jql?: undefined;
10308
+ startAt?: undefined;
10309
+ issueIdOrKey?: undefined;
10310
+ projectKey?: undefined;
10311
+ issueTypeName?: undefined;
10312
+ priority?: undefined;
10313
+ assigneeAccountId?: undefined;
10314
+ transitionId?: undefined;
10315
+ typeName?: undefined;
10316
+ inwardIssueKey?: undefined;
10317
+ outwardIssueKey?: undefined;
10318
+ commentBody?: undefined;
10319
+ linkId?: undefined;
10320
+ file_path?: undefined;
10321
+ content?: undefined;
10322
+ command?: undefined;
10323
+ working_directory?: undefined;
10324
+ env_profile?: undefined;
10325
+ timeout_seconds?: undefined;
10326
+ after?: undefined;
10327
+ archived?: undefined;
10328
+ filterGroups?: undefined;
10329
+ sorts?: undefined;
10330
+ propertyName?: undefined;
10331
+ name?: undefined;
10332
+ label?: undefined;
10333
+ fieldType?: undefined;
10334
+ groupName?: undefined;
10335
+ options?: undefined;
10336
+ objectId?: undefined;
10337
+ toObjectType?: undefined;
10338
+ fromObjectType?: undefined;
10339
+ engagementId?: undefined;
10340
+ ownerId?: undefined;
10341
+ timestamp?: undefined;
10342
+ associations?: undefined;
10343
+ metadata?: undefined;
10344
+ flowId?: undefined;
10345
+ portalId?: undefined;
10346
+ uiDomain?: undefined;
10347
+ pageRequests?: undefined;
10348
+ };
10349
+ required: string[];
10350
+ additionalProperties: boolean;
10351
+ };
10352
+ constraints: {
10353
+ rate_bucket: string;
10354
+ };
10355
+ effects: string[];
10356
+ risk: string;
10357
+ target_bindings: {
10358
+ resource_id: {
10359
+ source: "param";
10360
+ param: string;
10361
+ required?: undefined;
10362
+ key?: undefined;
10363
+ multi?: undefined;
10364
+ separator?: undefined;
10365
+ default?: undefined;
10366
+ fallback_param?: undefined;
10367
+ derive?: undefined;
10368
+ };
10369
+ secondary?: undefined;
10370
+ };
10371
+ version: string;
10372
+ } | {
10373
+ action: string;
10374
+ resource_type: string;
10375
+ required_relations: string[];
10376
+ required_scopes: string[];
10377
+ capability: string;
10378
+ input_schema: {
10379
+ type: string;
10380
+ properties: {
10381
+ objectType: {
10382
+ type: string;
10383
+ description: string;
10384
+ };
10385
+ inputs: {
10386
+ type: string;
10387
+ minItems: number;
10388
+ items: {
10389
+ type: string;
10390
+ properties: {
10391
+ properties: {
10392
+ type: string;
10393
+ };
10394
+ associations: {
10395
+ type: string;
10396
+ };
10397
+ id?: undefined;
10398
+ };
10399
+ required: string[];
10400
+ additionalProperties: boolean;
10401
+ };
10402
+ };
10403
+ channel?: undefined;
10404
+ text?: undefined;
10405
+ thread_ts?: undefined;
10406
+ username?: undefined;
10407
+ icon_emoji?: undefined;
10408
+ blocks?: undefined;
10409
+ userId?: undefined;
10410
+ latest?: undefined;
10411
+ oldest?: undefined;
10412
+ limit?: undefined;
10413
+ inclusive?: undefined;
10414
+ cursor?: undefined;
10415
+ ts?: undefined;
10416
+ title?: undefined;
10417
+ body?: undefined;
10418
+ labels?: undefined;
10419
+ assignees?: undefined;
10420
+ state?: undefined;
10421
+ sort?: undefined;
10422
+ direction?: undefined;
10423
+ per_page?: undefined;
10424
+ page?: undefined;
10425
+ issue_number?: undefined;
10426
+ query?: undefined;
10427
+ maxResults?: undefined;
10428
+ messageId?: undefined;
10429
+ to?: undefined;
10430
+ subject?: undefined;
10431
+ cc?: undefined;
10432
+ bcc?: undefined;
10433
+ threadId?: undefined;
10434
+ inReplyTo?: undefined;
10435
+ references?: undefined;
10436
+ messageIds?: undefined;
10437
+ calendarId?: undefined;
10438
+ timeMin?: undefined;
10439
+ timeMax?: undefined;
10440
+ eventId?: undefined;
10441
+ summary?: undefined;
10442
+ description?: undefined;
10443
+ start?: undefined;
10444
+ end?: undefined;
10445
+ attendees?: undefined;
10446
+ location?: undefined;
10447
+ recent?: undefined;
10448
+ projectKeyOrId?: undefined;
10449
+ type?: undefined;
10450
+ boardId?: undefined;
10451
+ sprintId?: undefined;
10452
+ jql?: undefined;
10453
+ startAt?: undefined;
10454
+ issueIdOrKey?: undefined;
10455
+ projectKey?: undefined;
10456
+ issueTypeName?: undefined;
10457
+ priority?: undefined;
10458
+ assigneeAccountId?: undefined;
10459
+ transitionId?: undefined;
10460
+ typeName?: undefined;
10461
+ inwardIssueKey?: undefined;
10462
+ outwardIssueKey?: undefined;
10463
+ commentBody?: undefined;
10464
+ linkId?: undefined;
10465
+ file_path?: undefined;
10466
+ content?: undefined;
10467
+ command?: undefined;
10468
+ working_directory?: undefined;
10469
+ env_profile?: undefined;
10470
+ timeout_seconds?: undefined;
10471
+ after?: undefined;
10472
+ properties?: undefined;
10473
+ archived?: undefined;
10474
+ filterGroups?: undefined;
10475
+ sorts?: undefined;
10476
+ idProperty?: undefined;
10477
+ propertyName?: undefined;
10478
+ name?: undefined;
10479
+ label?: undefined;
10480
+ fieldType?: undefined;
10481
+ groupName?: undefined;
10482
+ options?: undefined;
10483
+ objectId?: undefined;
10484
+ toObjectType?: undefined;
10485
+ fromObjectType?: undefined;
10486
+ engagementId?: undefined;
10487
+ ownerId?: undefined;
10488
+ timestamp?: undefined;
10489
+ associations?: undefined;
10490
+ metadata?: undefined;
10491
+ flowId?: undefined;
10492
+ portalId?: undefined;
10493
+ uiDomain?: undefined;
10494
+ pageRequests?: undefined;
10495
+ };
10496
+ required: string[];
10497
+ additionalProperties: boolean;
10498
+ };
10499
+ constraints: {
10500
+ rate_bucket: string;
10501
+ };
10502
+ effects: string[];
10503
+ risk: string;
10504
+ target_bindings: {
10505
+ resource_id: {
10506
+ source: "param";
10507
+ param: string;
10508
+ required?: undefined;
10509
+ key?: undefined;
10510
+ multi?: undefined;
10511
+ separator?: undefined;
10512
+ default?: undefined;
10513
+ fallback_param?: undefined;
10514
+ derive?: undefined;
10515
+ };
10516
+ secondary?: undefined;
10517
+ };
10518
+ version: string;
10519
+ } | {
10520
+ action: string;
10521
+ resource_type: string;
10522
+ required_relations: string[];
10523
+ required_scopes: string[];
10524
+ capability: string;
10525
+ input_schema: {
10526
+ type: string;
10527
+ properties: {
10528
+ objectType: {
10529
+ type: string;
10530
+ description: string;
10531
+ };
10532
+ inputs: {
10533
+ type: string;
10534
+ minItems: number;
10535
+ items: {
10536
+ type: string;
10537
+ properties: {
10538
+ id: {
10539
+ type: string;
10540
+ };
10541
+ properties: {
10542
+ type: string;
10543
+ };
10544
+ associations?: undefined;
10545
+ };
10546
+ required: string[];
10547
+ additionalProperties: boolean;
10548
+ };
10549
+ };
10550
+ channel?: undefined;
10551
+ text?: undefined;
10552
+ thread_ts?: undefined;
10553
+ username?: undefined;
10554
+ icon_emoji?: undefined;
10555
+ blocks?: undefined;
10556
+ userId?: undefined;
10557
+ latest?: undefined;
10558
+ oldest?: undefined;
10559
+ limit?: undefined;
10560
+ inclusive?: undefined;
10561
+ cursor?: undefined;
10562
+ ts?: undefined;
10563
+ title?: undefined;
10564
+ body?: undefined;
10565
+ labels?: undefined;
10566
+ assignees?: undefined;
10567
+ state?: undefined;
10568
+ sort?: undefined;
10569
+ direction?: undefined;
10570
+ per_page?: undefined;
10571
+ page?: undefined;
10572
+ issue_number?: undefined;
10573
+ query?: undefined;
10574
+ maxResults?: undefined;
10575
+ messageId?: undefined;
10576
+ to?: undefined;
10577
+ subject?: undefined;
10578
+ cc?: undefined;
10579
+ bcc?: undefined;
10580
+ threadId?: undefined;
10581
+ inReplyTo?: undefined;
10582
+ references?: undefined;
10583
+ messageIds?: undefined;
10584
+ calendarId?: undefined;
10585
+ timeMin?: undefined;
10586
+ timeMax?: undefined;
10587
+ eventId?: undefined;
10588
+ summary?: undefined;
10589
+ description?: undefined;
10590
+ start?: undefined;
10591
+ end?: undefined;
10592
+ attendees?: undefined;
10593
+ location?: undefined;
10594
+ recent?: undefined;
10595
+ projectKeyOrId?: undefined;
10596
+ type?: undefined;
10597
+ boardId?: undefined;
10598
+ sprintId?: undefined;
10599
+ jql?: undefined;
10600
+ startAt?: undefined;
10601
+ issueIdOrKey?: undefined;
10602
+ projectKey?: undefined;
10603
+ issueTypeName?: undefined;
10604
+ priority?: undefined;
10605
+ assigneeAccountId?: undefined;
10606
+ transitionId?: undefined;
10607
+ typeName?: undefined;
10608
+ inwardIssueKey?: undefined;
10609
+ outwardIssueKey?: undefined;
10610
+ commentBody?: undefined;
10611
+ linkId?: undefined;
10612
+ file_path?: undefined;
10613
+ content?: undefined;
10614
+ command?: undefined;
10615
+ working_directory?: undefined;
10616
+ env_profile?: undefined;
10617
+ timeout_seconds?: undefined;
10618
+ after?: undefined;
10619
+ properties?: undefined;
10620
+ archived?: undefined;
10621
+ filterGroups?: undefined;
10622
+ sorts?: undefined;
10623
+ idProperty?: undefined;
10624
+ propertyName?: undefined;
10625
+ name?: undefined;
10626
+ label?: undefined;
10627
+ fieldType?: undefined;
10628
+ groupName?: undefined;
10629
+ options?: undefined;
10630
+ objectId?: undefined;
10631
+ toObjectType?: undefined;
10632
+ fromObjectType?: undefined;
10633
+ engagementId?: undefined;
10634
+ ownerId?: undefined;
10635
+ timestamp?: undefined;
10636
+ associations?: undefined;
10637
+ metadata?: undefined;
10638
+ flowId?: undefined;
10639
+ portalId?: undefined;
10640
+ uiDomain?: undefined;
10641
+ pageRequests?: undefined;
10642
+ };
10643
+ required: string[];
10644
+ additionalProperties: boolean;
10645
+ };
10646
+ constraints: {
10647
+ rate_bucket: string;
10648
+ };
10649
+ effects: string[];
10650
+ risk: string;
10651
+ target_bindings: {
10652
+ resource_id: {
10653
+ source: "param";
10654
+ param: string;
10655
+ required?: undefined;
10656
+ key?: undefined;
10657
+ multi?: undefined;
10658
+ separator?: undefined;
10659
+ default?: undefined;
10660
+ fallback_param?: undefined;
10661
+ derive?: undefined;
10662
+ };
10663
+ secondary?: undefined;
10664
+ };
10665
+ version: string;
10666
+ } | {
10667
+ action: string;
10668
+ resource_type: string;
10669
+ required_relations: string[];
10670
+ required_scopes: string[];
10671
+ capability: string;
10672
+ input_schema: {
10673
+ type: string;
10674
+ properties: {
10675
+ objectType: {
10676
+ type: string;
10677
+ description: string;
10678
+ };
10679
+ archived: {
10680
+ type: string;
10681
+ };
10682
+ channel?: undefined;
10683
+ text?: undefined;
10684
+ thread_ts?: undefined;
10685
+ username?: undefined;
10686
+ icon_emoji?: undefined;
10687
+ blocks?: undefined;
10688
+ userId?: undefined;
10689
+ latest?: undefined;
10690
+ oldest?: undefined;
10691
+ limit?: undefined;
10692
+ inclusive?: undefined;
10693
+ cursor?: undefined;
10694
+ ts?: undefined;
10695
+ title?: undefined;
10696
+ body?: undefined;
10697
+ labels?: undefined;
10698
+ assignees?: undefined;
10699
+ state?: undefined;
10700
+ sort?: undefined;
10701
+ direction?: undefined;
10702
+ per_page?: undefined;
10703
+ page?: undefined;
10704
+ issue_number?: undefined;
10705
+ query?: undefined;
10706
+ maxResults?: undefined;
10707
+ messageId?: undefined;
10708
+ to?: undefined;
10709
+ subject?: undefined;
10710
+ cc?: undefined;
10711
+ bcc?: undefined;
10712
+ threadId?: undefined;
10713
+ inReplyTo?: undefined;
10714
+ references?: undefined;
10715
+ messageIds?: undefined;
10716
+ calendarId?: undefined;
10717
+ timeMin?: undefined;
10718
+ timeMax?: undefined;
10719
+ eventId?: undefined;
10720
+ summary?: undefined;
10721
+ description?: undefined;
10722
+ start?: undefined;
10723
+ end?: undefined;
10724
+ attendees?: undefined;
10725
+ location?: undefined;
10726
+ recent?: undefined;
10727
+ projectKeyOrId?: undefined;
10728
+ type?: undefined;
10729
+ boardId?: undefined;
10730
+ sprintId?: undefined;
10731
+ jql?: undefined;
10732
+ startAt?: undefined;
10733
+ issueIdOrKey?: undefined;
10734
+ projectKey?: undefined;
10735
+ issueTypeName?: undefined;
10736
+ priority?: undefined;
10737
+ assigneeAccountId?: undefined;
10738
+ transitionId?: undefined;
10739
+ typeName?: undefined;
10740
+ inwardIssueKey?: undefined;
10741
+ outwardIssueKey?: undefined;
10742
+ commentBody?: undefined;
10743
+ linkId?: undefined;
10744
+ file_path?: undefined;
10745
+ content?: undefined;
10746
+ command?: undefined;
10747
+ working_directory?: undefined;
10748
+ env_profile?: undefined;
10749
+ timeout_seconds?: undefined;
10750
+ after?: undefined;
10751
+ properties?: undefined;
10752
+ filterGroups?: undefined;
10753
+ sorts?: undefined;
10754
+ inputs?: undefined;
10755
+ idProperty?: undefined;
10756
+ propertyName?: undefined;
10757
+ name?: undefined;
10758
+ label?: undefined;
10759
+ fieldType?: undefined;
10760
+ groupName?: undefined;
10761
+ options?: undefined;
10762
+ objectId?: undefined;
10763
+ toObjectType?: undefined;
10764
+ fromObjectType?: undefined;
10765
+ engagementId?: undefined;
10766
+ ownerId?: undefined;
10767
+ timestamp?: undefined;
10768
+ associations?: undefined;
10769
+ metadata?: undefined;
10770
+ flowId?: undefined;
10771
+ portalId?: undefined;
10772
+ uiDomain?: undefined;
10773
+ pageRequests?: undefined;
10774
+ };
10775
+ required: string[];
10776
+ additionalProperties: boolean;
10777
+ };
10778
+ constraints: {
10779
+ rate_bucket: string;
10780
+ };
10781
+ effects: string[];
10782
+ risk: string;
10783
+ target_bindings: {
10784
+ resource_id: {
10785
+ source: "param";
10786
+ param: string;
10787
+ required?: undefined;
10788
+ key?: undefined;
10789
+ multi?: undefined;
10790
+ separator?: undefined;
10791
+ default?: undefined;
10792
+ fallback_param?: undefined;
10793
+ derive?: undefined;
10794
+ };
10795
+ secondary?: undefined;
10796
+ };
10797
+ version: string;
10798
+ } | {
10799
+ action: string;
10800
+ resource_type: string;
10801
+ required_relations: string[];
10802
+ required_scopes: string[];
10803
+ capability: string;
10804
+ input_schema: {
10805
+ type: string;
10806
+ properties: {
10807
+ objectType: {
10808
+ type: string;
10809
+ description: string;
10810
+ };
10811
+ propertyName: {
10812
+ type: string;
10813
+ description: string;
10814
+ };
10815
+ channel?: undefined;
10816
+ text?: undefined;
10817
+ thread_ts?: undefined;
10818
+ username?: undefined;
10819
+ icon_emoji?: undefined;
10820
+ blocks?: undefined;
10821
+ userId?: undefined;
10822
+ latest?: undefined;
10823
+ oldest?: undefined;
10824
+ limit?: undefined;
10825
+ inclusive?: undefined;
10826
+ cursor?: undefined;
10827
+ ts?: undefined;
10828
+ title?: undefined;
10829
+ body?: undefined;
10830
+ labels?: undefined;
10831
+ assignees?: undefined;
10832
+ state?: undefined;
10833
+ sort?: undefined;
10834
+ direction?: undefined;
10835
+ per_page?: undefined;
10836
+ page?: undefined;
10837
+ issue_number?: undefined;
10838
+ query?: undefined;
10839
+ maxResults?: undefined;
10840
+ messageId?: undefined;
10841
+ to?: undefined;
10842
+ subject?: undefined;
10843
+ cc?: undefined;
10844
+ bcc?: undefined;
10845
+ threadId?: undefined;
10846
+ inReplyTo?: undefined;
10847
+ references?: undefined;
10848
+ messageIds?: undefined;
10849
+ calendarId?: undefined;
10850
+ timeMin?: undefined;
10851
+ timeMax?: undefined;
10852
+ eventId?: undefined;
10853
+ summary?: undefined;
10854
+ description?: undefined;
10855
+ start?: undefined;
10856
+ end?: undefined;
10857
+ attendees?: undefined;
10858
+ location?: undefined;
10859
+ recent?: undefined;
10860
+ projectKeyOrId?: undefined;
10861
+ type?: undefined;
10862
+ boardId?: undefined;
10863
+ sprintId?: undefined;
10864
+ jql?: undefined;
10865
+ startAt?: undefined;
10866
+ issueIdOrKey?: undefined;
10867
+ projectKey?: undefined;
10868
+ issueTypeName?: undefined;
10869
+ priority?: undefined;
10870
+ assigneeAccountId?: undefined;
10871
+ transitionId?: undefined;
10872
+ typeName?: undefined;
10873
+ inwardIssueKey?: undefined;
10874
+ outwardIssueKey?: undefined;
10875
+ commentBody?: undefined;
10876
+ linkId?: undefined;
10877
+ file_path?: undefined;
10878
+ content?: undefined;
10879
+ command?: undefined;
10880
+ working_directory?: undefined;
10881
+ env_profile?: undefined;
10882
+ timeout_seconds?: undefined;
10883
+ after?: undefined;
10884
+ properties?: undefined;
10885
+ archived?: undefined;
10886
+ filterGroups?: undefined;
10887
+ sorts?: undefined;
10888
+ inputs?: undefined;
10889
+ idProperty?: undefined;
10890
+ name?: undefined;
10891
+ label?: undefined;
10892
+ fieldType?: undefined;
10893
+ groupName?: undefined;
10894
+ options?: undefined;
10895
+ objectId?: undefined;
10896
+ toObjectType?: undefined;
10897
+ fromObjectType?: undefined;
10898
+ engagementId?: undefined;
10899
+ ownerId?: undefined;
10900
+ timestamp?: undefined;
10901
+ associations?: undefined;
10902
+ metadata?: undefined;
10903
+ flowId?: undefined;
10904
+ portalId?: undefined;
10905
+ uiDomain?: undefined;
10906
+ pageRequests?: undefined;
10907
+ };
10908
+ required: string[];
10909
+ additionalProperties: boolean;
10910
+ };
10911
+ constraints: {
10912
+ rate_bucket: string;
10913
+ };
10914
+ effects: string[];
10915
+ risk: string;
10916
+ target_bindings: {
10917
+ resource_id: {
10918
+ source: "param";
10919
+ param: string;
10920
+ required?: undefined;
10921
+ key?: undefined;
10922
+ multi?: undefined;
10923
+ separator?: undefined;
10924
+ default?: undefined;
10925
+ fallback_param?: undefined;
10926
+ derive?: undefined;
10927
+ };
10928
+ secondary?: undefined;
10929
+ };
10930
+ version: string;
10931
+ } | {
10932
+ action: string;
10933
+ resource_type: string;
10934
+ required_relations: string[];
10935
+ required_scopes: string[];
10936
+ capability: string;
10937
+ input_schema: {
10938
+ type: string;
10939
+ properties: {
10940
+ objectType: {
10941
+ type: string;
10942
+ description: string;
10943
+ };
10944
+ name: {
10945
+ type: string;
10946
+ };
10947
+ label: {
10948
+ type: string;
10949
+ };
10950
+ type: {
10951
+ type: string;
10952
+ enum?: undefined;
10953
+ };
10954
+ fieldType: {
10955
+ type: string;
10956
+ };
10957
+ groupName: {
10958
+ type: string;
10959
+ };
10960
+ description: {
10961
+ type: string;
10962
+ description?: undefined;
10963
+ };
10964
+ options: {
10965
+ type: string;
10966
+ };
10967
+ channel?: undefined;
10968
+ text?: undefined;
10969
+ thread_ts?: undefined;
10970
+ username?: undefined;
10971
+ icon_emoji?: undefined;
10972
+ blocks?: undefined;
10973
+ userId?: undefined;
10974
+ latest?: undefined;
10975
+ oldest?: undefined;
10976
+ limit?: undefined;
10977
+ inclusive?: undefined;
10978
+ cursor?: undefined;
10979
+ ts?: undefined;
10980
+ title?: undefined;
10981
+ body?: undefined;
10982
+ labels?: undefined;
10983
+ assignees?: undefined;
10984
+ state?: undefined;
10985
+ sort?: undefined;
10986
+ direction?: undefined;
10987
+ per_page?: undefined;
10988
+ page?: undefined;
10989
+ issue_number?: undefined;
10990
+ query?: undefined;
10991
+ maxResults?: undefined;
10992
+ messageId?: undefined;
10993
+ to?: undefined;
10994
+ subject?: undefined;
10995
+ cc?: undefined;
10996
+ bcc?: undefined;
10997
+ threadId?: undefined;
10998
+ inReplyTo?: undefined;
10999
+ references?: undefined;
11000
+ messageIds?: undefined;
11001
+ calendarId?: undefined;
11002
+ timeMin?: undefined;
11003
+ timeMax?: undefined;
11004
+ eventId?: undefined;
11005
+ summary?: undefined;
11006
+ start?: undefined;
11007
+ end?: undefined;
11008
+ attendees?: undefined;
11009
+ location?: undefined;
11010
+ recent?: undefined;
11011
+ projectKeyOrId?: undefined;
11012
+ boardId?: undefined;
11013
+ sprintId?: undefined;
11014
+ jql?: undefined;
11015
+ startAt?: undefined;
11016
+ issueIdOrKey?: undefined;
11017
+ projectKey?: undefined;
11018
+ issueTypeName?: undefined;
11019
+ priority?: undefined;
11020
+ assigneeAccountId?: undefined;
11021
+ transitionId?: undefined;
11022
+ typeName?: undefined;
11023
+ inwardIssueKey?: undefined;
11024
+ outwardIssueKey?: undefined;
11025
+ commentBody?: undefined;
11026
+ linkId?: undefined;
11027
+ file_path?: undefined;
11028
+ content?: undefined;
11029
+ command?: undefined;
11030
+ working_directory?: undefined;
11031
+ env_profile?: undefined;
11032
+ timeout_seconds?: undefined;
11033
+ after?: undefined;
11034
+ properties?: undefined;
11035
+ archived?: undefined;
11036
+ filterGroups?: undefined;
11037
+ sorts?: undefined;
11038
+ inputs?: undefined;
11039
+ idProperty?: undefined;
11040
+ propertyName?: undefined;
11041
+ objectId?: undefined;
11042
+ toObjectType?: undefined;
11043
+ fromObjectType?: undefined;
11044
+ engagementId?: undefined;
11045
+ ownerId?: undefined;
11046
+ timestamp?: undefined;
11047
+ associations?: undefined;
11048
+ metadata?: undefined;
11049
+ flowId?: undefined;
11050
+ portalId?: undefined;
11051
+ uiDomain?: undefined;
11052
+ pageRequests?: undefined;
11053
+ };
11054
+ required: string[];
11055
+ additionalProperties: boolean;
11056
+ };
11057
+ constraints: {
11058
+ rate_bucket: string;
11059
+ };
11060
+ effects: string[];
11061
+ risk: string;
11062
+ target_bindings: {
11063
+ resource_id: {
11064
+ source: "param";
11065
+ param: string;
11066
+ required?: undefined;
11067
+ key?: undefined;
11068
+ multi?: undefined;
11069
+ separator?: undefined;
11070
+ default?: undefined;
11071
+ fallback_param?: undefined;
11072
+ derive?: undefined;
11073
+ };
11074
+ secondary?: undefined;
11075
+ };
11076
+ version: string;
11077
+ } | {
11078
+ action: string;
11079
+ resource_type: string;
11080
+ required_relations: string[];
11081
+ required_scopes: string[];
11082
+ capability: string;
11083
+ input_schema: {
11084
+ type: string;
11085
+ properties: {
11086
+ objectType: {
11087
+ type: string;
11088
+ description: string;
11089
+ };
11090
+ propertyName: {
11091
+ type: string;
11092
+ description?: undefined;
11093
+ };
11094
+ label: {
11095
+ type: string;
11096
+ };
11097
+ type: {
11098
+ type: string;
11099
+ enum?: undefined;
11100
+ };
11101
+ fieldType: {
11102
+ type: string;
11103
+ };
11104
+ groupName: {
11105
+ type: string;
11106
+ };
11107
+ description: {
11108
+ type: string;
11109
+ description?: undefined;
11110
+ };
11111
+ options: {
11112
+ type: string;
11113
+ };
11114
+ channel?: undefined;
11115
+ text?: undefined;
11116
+ thread_ts?: undefined;
11117
+ username?: undefined;
11118
+ icon_emoji?: undefined;
11119
+ blocks?: undefined;
11120
+ userId?: undefined;
11121
+ latest?: undefined;
11122
+ oldest?: undefined;
11123
+ limit?: undefined;
11124
+ inclusive?: undefined;
11125
+ cursor?: undefined;
11126
+ ts?: undefined;
11127
+ title?: undefined;
11128
+ body?: undefined;
11129
+ labels?: undefined;
11130
+ assignees?: undefined;
11131
+ state?: undefined;
11132
+ sort?: undefined;
11133
+ direction?: undefined;
11134
+ per_page?: undefined;
11135
+ page?: undefined;
11136
+ issue_number?: undefined;
11137
+ query?: undefined;
11138
+ maxResults?: undefined;
11139
+ messageId?: undefined;
11140
+ to?: undefined;
11141
+ subject?: undefined;
11142
+ cc?: undefined;
11143
+ bcc?: undefined;
11144
+ threadId?: undefined;
11145
+ inReplyTo?: undefined;
11146
+ references?: undefined;
11147
+ messageIds?: undefined;
11148
+ calendarId?: undefined;
11149
+ timeMin?: undefined;
11150
+ timeMax?: undefined;
11151
+ eventId?: undefined;
11152
+ summary?: undefined;
11153
+ start?: undefined;
11154
+ end?: undefined;
11155
+ attendees?: undefined;
11156
+ location?: undefined;
11157
+ recent?: undefined;
11158
+ projectKeyOrId?: undefined;
11159
+ boardId?: undefined;
11160
+ sprintId?: undefined;
11161
+ jql?: undefined;
11162
+ startAt?: undefined;
11163
+ issueIdOrKey?: undefined;
11164
+ projectKey?: undefined;
11165
+ issueTypeName?: undefined;
11166
+ priority?: undefined;
11167
+ assigneeAccountId?: undefined;
11168
+ transitionId?: undefined;
11169
+ typeName?: undefined;
11170
+ inwardIssueKey?: undefined;
11171
+ outwardIssueKey?: undefined;
11172
+ commentBody?: undefined;
11173
+ linkId?: undefined;
11174
+ file_path?: undefined;
11175
+ content?: undefined;
11176
+ command?: undefined;
11177
+ working_directory?: undefined;
11178
+ env_profile?: undefined;
11179
+ timeout_seconds?: undefined;
11180
+ after?: undefined;
11181
+ properties?: undefined;
11182
+ archived?: undefined;
11183
+ filterGroups?: undefined;
11184
+ sorts?: undefined;
11185
+ inputs?: undefined;
11186
+ idProperty?: undefined;
11187
+ name?: undefined;
11188
+ objectId?: undefined;
11189
+ toObjectType?: undefined;
11190
+ fromObjectType?: undefined;
11191
+ engagementId?: undefined;
11192
+ ownerId?: undefined;
11193
+ timestamp?: undefined;
11194
+ associations?: undefined;
11195
+ metadata?: undefined;
11196
+ flowId?: undefined;
11197
+ portalId?: undefined;
11198
+ uiDomain?: undefined;
11199
+ pageRequests?: undefined;
11200
+ };
11201
+ required: string[];
11202
+ additionalProperties: boolean;
11203
+ };
11204
+ constraints: {
11205
+ rate_bucket: string;
11206
+ };
11207
+ effects: string[];
11208
+ risk: string;
11209
+ target_bindings: {
11210
+ resource_id: {
11211
+ source: "param";
11212
+ param: string;
11213
+ required?: undefined;
11214
+ key?: undefined;
11215
+ multi?: undefined;
11216
+ separator?: undefined;
11217
+ default?: undefined;
11218
+ fallback_param?: undefined;
11219
+ derive?: undefined;
11220
+ };
11221
+ secondary?: undefined;
11222
+ };
11223
+ version: string;
11224
+ } | {
11225
+ action: string;
11226
+ resource_type: string;
11227
+ required_relations: string[];
11228
+ required_scopes: string[];
11229
+ capability: string;
11230
+ input_schema: {
11231
+ type: string;
11232
+ properties: {
11233
+ objectType: {
11234
+ type: string;
11235
+ description?: undefined;
11236
+ };
11237
+ objectId: {
11238
+ type: string;
11239
+ };
11240
+ toObjectType: {
11241
+ type: string;
11242
+ };
11243
+ after: {
11244
+ type: string;
11245
+ };
11246
+ limit: {
11247
+ type: string;
11248
+ minimum: number;
11249
+ maximum: number;
11250
+ };
11251
+ channel?: undefined;
11252
+ text?: undefined;
11253
+ thread_ts?: undefined;
11254
+ username?: undefined;
11255
+ icon_emoji?: undefined;
11256
+ blocks?: undefined;
11257
+ userId?: undefined;
11258
+ latest?: undefined;
11259
+ oldest?: undefined;
11260
+ inclusive?: undefined;
11261
+ cursor?: undefined;
11262
+ ts?: undefined;
11263
+ title?: undefined;
11264
+ body?: undefined;
11265
+ labels?: undefined;
11266
+ assignees?: undefined;
11267
+ state?: undefined;
11268
+ sort?: undefined;
11269
+ direction?: undefined;
11270
+ per_page?: undefined;
11271
+ page?: undefined;
11272
+ issue_number?: undefined;
11273
+ query?: undefined;
11274
+ maxResults?: undefined;
11275
+ messageId?: undefined;
11276
+ to?: undefined;
11277
+ subject?: undefined;
11278
+ cc?: undefined;
11279
+ bcc?: undefined;
11280
+ threadId?: undefined;
11281
+ inReplyTo?: undefined;
11282
+ references?: undefined;
11283
+ messageIds?: undefined;
11284
+ calendarId?: undefined;
11285
+ timeMin?: undefined;
11286
+ timeMax?: undefined;
11287
+ eventId?: undefined;
11288
+ summary?: undefined;
11289
+ description?: undefined;
11290
+ start?: undefined;
11291
+ end?: undefined;
11292
+ attendees?: undefined;
11293
+ location?: undefined;
11294
+ recent?: undefined;
11295
+ projectKeyOrId?: undefined;
11296
+ type?: undefined;
11297
+ boardId?: undefined;
11298
+ sprintId?: undefined;
11299
+ jql?: undefined;
11300
+ startAt?: undefined;
11301
+ issueIdOrKey?: undefined;
11302
+ projectKey?: undefined;
11303
+ issueTypeName?: undefined;
11304
+ priority?: undefined;
11305
+ assigneeAccountId?: undefined;
11306
+ transitionId?: undefined;
11307
+ typeName?: undefined;
11308
+ inwardIssueKey?: undefined;
11309
+ outwardIssueKey?: undefined;
11310
+ commentBody?: undefined;
11311
+ linkId?: undefined;
11312
+ file_path?: undefined;
11313
+ content?: undefined;
11314
+ command?: undefined;
11315
+ working_directory?: undefined;
11316
+ env_profile?: undefined;
11317
+ timeout_seconds?: undefined;
11318
+ properties?: undefined;
11319
+ archived?: undefined;
11320
+ filterGroups?: undefined;
11321
+ sorts?: undefined;
11322
+ inputs?: undefined;
11323
+ idProperty?: undefined;
11324
+ propertyName?: undefined;
11325
+ name?: undefined;
11326
+ label?: undefined;
11327
+ fieldType?: undefined;
11328
+ groupName?: undefined;
11329
+ options?: undefined;
11330
+ fromObjectType?: undefined;
11331
+ engagementId?: undefined;
11332
+ ownerId?: undefined;
11333
+ timestamp?: undefined;
11334
+ associations?: undefined;
11335
+ metadata?: undefined;
11336
+ flowId?: undefined;
11337
+ portalId?: undefined;
11338
+ uiDomain?: undefined;
11339
+ pageRequests?: undefined;
11340
+ };
11341
+ required: string[];
11342
+ additionalProperties: boolean;
11343
+ };
11344
+ constraints: {
11345
+ rate_bucket: string;
11346
+ };
11347
+ effects: string[];
11348
+ risk: string;
11349
+ target_bindings: {
11350
+ resource_id: {
11351
+ source: "param";
11352
+ param: string;
11353
+ required?: undefined;
11354
+ key?: undefined;
11355
+ multi?: undefined;
11356
+ separator?: undefined;
11357
+ default?: undefined;
11358
+ fallback_param?: undefined;
11359
+ derive?: undefined;
11360
+ };
11361
+ secondary?: undefined;
11362
+ };
11363
+ version: string;
11364
+ } | {
11365
+ action: string;
11366
+ resource_type: string;
11367
+ required_relations: string[];
11368
+ required_scopes: string[];
11369
+ capability: string;
11370
+ input_schema: {
11371
+ type: string;
11372
+ properties: {
11373
+ fromObjectType: {
11374
+ type: string;
11375
+ };
11376
+ toObjectType: {
11377
+ type: string;
11378
+ };
11379
+ channel?: undefined;
11380
+ text?: undefined;
11381
+ thread_ts?: undefined;
11382
+ username?: undefined;
11383
+ icon_emoji?: undefined;
11384
+ blocks?: undefined;
11385
+ userId?: undefined;
11386
+ latest?: undefined;
11387
+ oldest?: undefined;
11388
+ limit?: undefined;
11389
+ inclusive?: undefined;
11390
+ cursor?: undefined;
11391
+ ts?: undefined;
11392
+ title?: undefined;
11393
+ body?: undefined;
11394
+ labels?: undefined;
11395
+ assignees?: undefined;
11396
+ state?: undefined;
11397
+ sort?: undefined;
11398
+ direction?: undefined;
11399
+ per_page?: undefined;
11400
+ page?: undefined;
11401
+ issue_number?: undefined;
11402
+ query?: undefined;
11403
+ maxResults?: undefined;
11404
+ messageId?: undefined;
11405
+ to?: undefined;
11406
+ subject?: undefined;
11407
+ cc?: undefined;
11408
+ bcc?: undefined;
11409
+ threadId?: undefined;
11410
+ inReplyTo?: undefined;
11411
+ references?: undefined;
11412
+ messageIds?: undefined;
11413
+ calendarId?: undefined;
11414
+ timeMin?: undefined;
11415
+ timeMax?: undefined;
11416
+ eventId?: undefined;
11417
+ summary?: undefined;
11418
+ description?: undefined;
11419
+ start?: undefined;
11420
+ end?: undefined;
11421
+ attendees?: undefined;
11422
+ location?: undefined;
11423
+ recent?: undefined;
11424
+ projectKeyOrId?: undefined;
11425
+ type?: undefined;
11426
+ boardId?: undefined;
11427
+ sprintId?: undefined;
11428
+ jql?: undefined;
11429
+ startAt?: undefined;
11430
+ issueIdOrKey?: undefined;
11431
+ projectKey?: undefined;
11432
+ issueTypeName?: undefined;
11433
+ priority?: undefined;
11434
+ assigneeAccountId?: undefined;
11435
+ transitionId?: undefined;
11436
+ typeName?: undefined;
11437
+ inwardIssueKey?: undefined;
11438
+ outwardIssueKey?: undefined;
11439
+ commentBody?: undefined;
11440
+ linkId?: undefined;
11441
+ file_path?: undefined;
11442
+ content?: undefined;
11443
+ command?: undefined;
11444
+ working_directory?: undefined;
11445
+ env_profile?: undefined;
11446
+ timeout_seconds?: undefined;
11447
+ objectType?: undefined;
11448
+ after?: undefined;
11449
+ properties?: undefined;
11450
+ archived?: undefined;
11451
+ filterGroups?: undefined;
11452
+ sorts?: undefined;
11453
+ inputs?: undefined;
11454
+ idProperty?: undefined;
11455
+ propertyName?: undefined;
11456
+ name?: undefined;
11457
+ label?: undefined;
11458
+ fieldType?: undefined;
11459
+ groupName?: undefined;
11460
+ options?: undefined;
11461
+ objectId?: undefined;
11462
+ engagementId?: undefined;
11463
+ ownerId?: undefined;
11464
+ timestamp?: undefined;
11465
+ associations?: undefined;
11466
+ metadata?: undefined;
11467
+ flowId?: undefined;
11468
+ portalId?: undefined;
11469
+ uiDomain?: undefined;
11470
+ pageRequests?: undefined;
11471
+ };
11472
+ required: string[];
11473
+ additionalProperties: boolean;
11474
+ };
11475
+ constraints: {
11476
+ rate_bucket: string;
11477
+ };
11478
+ effects: string[];
11479
+ risk: string;
11480
+ target_bindings: {
11481
+ resource_id: {
11482
+ source: "param";
11483
+ param: string;
11484
+ required?: undefined;
11485
+ key?: undefined;
11486
+ multi?: undefined;
11487
+ separator?: undefined;
11488
+ default?: undefined;
11489
+ fallback_param?: undefined;
11490
+ derive?: undefined;
11491
+ };
11492
+ secondary?: undefined;
11493
+ };
11494
+ version: string;
11495
+ } | {
11496
+ action: string;
11497
+ resource_type: string;
11498
+ required_relations: string[];
11499
+ required_scopes: string[];
11500
+ capability: string;
11501
+ input_schema: {
11502
+ type: string;
11503
+ properties: {
11504
+ fromObjectType: {
11505
+ type: string;
11506
+ };
11507
+ toObjectType: {
11508
+ type: string;
11509
+ };
11510
+ inputs: {
11511
+ type: string;
11512
+ minItems: number;
11513
+ items?: undefined;
11514
+ };
11515
+ channel?: undefined;
11516
+ text?: undefined;
11517
+ thread_ts?: undefined;
11518
+ username?: undefined;
11519
+ icon_emoji?: undefined;
11520
+ blocks?: undefined;
11521
+ userId?: undefined;
11522
+ latest?: undefined;
11523
+ oldest?: undefined;
11524
+ limit?: undefined;
11525
+ inclusive?: undefined;
11526
+ cursor?: undefined;
11527
+ ts?: undefined;
11528
+ title?: undefined;
11529
+ body?: undefined;
11530
+ labels?: undefined;
11531
+ assignees?: undefined;
11532
+ state?: undefined;
11533
+ sort?: undefined;
11534
+ direction?: undefined;
11535
+ per_page?: undefined;
11536
+ page?: undefined;
11537
+ issue_number?: undefined;
11538
+ query?: undefined;
11539
+ maxResults?: undefined;
11540
+ messageId?: undefined;
11541
+ to?: undefined;
11542
+ subject?: undefined;
11543
+ cc?: undefined;
11544
+ bcc?: undefined;
11545
+ threadId?: undefined;
11546
+ inReplyTo?: undefined;
11547
+ references?: undefined;
11548
+ messageIds?: undefined;
11549
+ calendarId?: undefined;
11550
+ timeMin?: undefined;
11551
+ timeMax?: undefined;
11552
+ eventId?: undefined;
11553
+ summary?: undefined;
11554
+ description?: undefined;
11555
+ start?: undefined;
11556
+ end?: undefined;
11557
+ attendees?: undefined;
11558
+ location?: undefined;
11559
+ recent?: undefined;
11560
+ projectKeyOrId?: undefined;
11561
+ type?: undefined;
11562
+ boardId?: undefined;
11563
+ sprintId?: undefined;
11564
+ jql?: undefined;
11565
+ startAt?: undefined;
11566
+ issueIdOrKey?: undefined;
11567
+ projectKey?: undefined;
11568
+ issueTypeName?: undefined;
11569
+ priority?: undefined;
11570
+ assigneeAccountId?: undefined;
11571
+ transitionId?: undefined;
11572
+ typeName?: undefined;
11573
+ inwardIssueKey?: undefined;
11574
+ outwardIssueKey?: undefined;
11575
+ commentBody?: undefined;
11576
+ linkId?: undefined;
11577
+ file_path?: undefined;
11578
+ content?: undefined;
11579
+ command?: undefined;
11580
+ working_directory?: undefined;
11581
+ env_profile?: undefined;
11582
+ timeout_seconds?: undefined;
11583
+ objectType?: undefined;
11584
+ after?: undefined;
11585
+ properties?: undefined;
11586
+ archived?: undefined;
11587
+ filterGroups?: undefined;
11588
+ sorts?: undefined;
11589
+ idProperty?: undefined;
11590
+ propertyName?: undefined;
11591
+ name?: undefined;
11592
+ label?: undefined;
11593
+ fieldType?: undefined;
11594
+ groupName?: undefined;
11595
+ options?: undefined;
11596
+ objectId?: undefined;
11597
+ engagementId?: undefined;
11598
+ ownerId?: undefined;
11599
+ timestamp?: undefined;
11600
+ associations?: undefined;
11601
+ metadata?: undefined;
11602
+ flowId?: undefined;
11603
+ portalId?: undefined;
11604
+ uiDomain?: undefined;
11605
+ pageRequests?: undefined;
11606
+ };
11607
+ required: string[];
11608
+ additionalProperties: boolean;
11609
+ };
11610
+ constraints: {
11611
+ rate_bucket: string;
11612
+ };
11613
+ effects: string[];
11614
+ risk: string;
11615
+ target_bindings: {
11616
+ resource_id: {
11617
+ source: "param";
11618
+ param: string;
11619
+ required?: undefined;
11620
+ key?: undefined;
11621
+ multi?: undefined;
11622
+ separator?: undefined;
11623
+ default?: undefined;
11624
+ fallback_param?: undefined;
11625
+ derive?: undefined;
11626
+ };
11627
+ secondary?: undefined;
11628
+ };
11629
+ version: string;
11630
+ } | {
11631
+ action: string;
11632
+ resource_type: string;
11633
+ required_relations: string[];
11634
+ required_scopes: string[];
11635
+ capability: string;
11636
+ input_schema: {
11637
+ type: string;
11638
+ properties: {
11639
+ engagementId: {
11640
+ type: string;
11641
+ };
11642
+ channel?: undefined;
11643
+ text?: undefined;
11644
+ thread_ts?: undefined;
11645
+ username?: undefined;
11646
+ icon_emoji?: undefined;
11647
+ blocks?: undefined;
11648
+ userId?: undefined;
11649
+ latest?: undefined;
11650
+ oldest?: undefined;
11651
+ limit?: undefined;
11652
+ inclusive?: undefined;
11653
+ cursor?: undefined;
11654
+ ts?: undefined;
11655
+ title?: undefined;
11656
+ body?: undefined;
11657
+ labels?: undefined;
11658
+ assignees?: undefined;
11659
+ state?: undefined;
11660
+ sort?: undefined;
11661
+ direction?: undefined;
11662
+ per_page?: undefined;
11663
+ page?: undefined;
11664
+ issue_number?: undefined;
11665
+ query?: undefined;
11666
+ maxResults?: undefined;
11667
+ messageId?: undefined;
11668
+ to?: undefined;
11669
+ subject?: undefined;
11670
+ cc?: undefined;
11671
+ bcc?: undefined;
11672
+ threadId?: undefined;
11673
+ inReplyTo?: undefined;
11674
+ references?: undefined;
11675
+ messageIds?: undefined;
11676
+ calendarId?: undefined;
11677
+ timeMin?: undefined;
11678
+ timeMax?: undefined;
11679
+ eventId?: undefined;
11680
+ summary?: undefined;
11681
+ description?: undefined;
11682
+ start?: undefined;
11683
+ end?: undefined;
11684
+ attendees?: undefined;
11685
+ location?: undefined;
11686
+ recent?: undefined;
11687
+ projectKeyOrId?: undefined;
11688
+ type?: undefined;
11689
+ boardId?: undefined;
11690
+ sprintId?: undefined;
11691
+ jql?: undefined;
11692
+ startAt?: undefined;
11693
+ issueIdOrKey?: undefined;
11694
+ projectKey?: undefined;
11695
+ issueTypeName?: undefined;
11696
+ priority?: undefined;
11697
+ assigneeAccountId?: undefined;
11698
+ transitionId?: undefined;
11699
+ typeName?: undefined;
11700
+ inwardIssueKey?: undefined;
11701
+ outwardIssueKey?: undefined;
11702
+ commentBody?: undefined;
11703
+ linkId?: undefined;
11704
+ file_path?: undefined;
11705
+ content?: undefined;
11706
+ command?: undefined;
11707
+ working_directory?: undefined;
11708
+ env_profile?: undefined;
11709
+ timeout_seconds?: undefined;
11710
+ objectType?: undefined;
11711
+ after?: undefined;
11712
+ properties?: undefined;
11713
+ archived?: undefined;
11714
+ filterGroups?: undefined;
11715
+ sorts?: undefined;
11716
+ inputs?: undefined;
11717
+ idProperty?: undefined;
11718
+ propertyName?: undefined;
11719
+ name?: undefined;
11720
+ label?: undefined;
11721
+ fieldType?: undefined;
11722
+ groupName?: undefined;
11723
+ options?: undefined;
11724
+ objectId?: undefined;
11725
+ toObjectType?: undefined;
11726
+ fromObjectType?: undefined;
11727
+ ownerId?: undefined;
11728
+ timestamp?: undefined;
11729
+ associations?: undefined;
11730
+ metadata?: undefined;
11731
+ flowId?: undefined;
11732
+ portalId?: undefined;
11733
+ uiDomain?: undefined;
11734
+ pageRequests?: undefined;
11735
+ };
11736
+ required: string[];
11737
+ additionalProperties: boolean;
11738
+ };
11739
+ constraints: {
11740
+ rate_bucket: string;
11741
+ };
11742
+ effects: string[];
11743
+ risk: string;
11744
+ target_bindings: {
11745
+ resource_id: {
11746
+ source: "param";
11747
+ param: string;
11748
+ required?: undefined;
11749
+ key?: undefined;
11750
+ multi?: undefined;
11751
+ separator?: undefined;
11752
+ default?: undefined;
11753
+ fallback_param?: undefined;
11754
+ derive?: undefined;
11755
+ };
11756
+ secondary?: undefined;
11757
+ };
11758
+ version: string;
11759
+ } | {
11760
+ action: string;
11761
+ resource_type: string;
11762
+ required_relations: string[];
11763
+ required_scopes: string[];
11764
+ capability: string;
11765
+ input_schema: {
11766
+ type: string;
11767
+ properties: {
11768
+ type: {
11769
+ type: string;
11770
+ enum: string[];
11771
+ };
11772
+ ownerId: {
11773
+ type: string;
11774
+ };
11775
+ timestamp: {
11776
+ type: string;
11777
+ };
11778
+ associations: {
11779
+ type: string;
11780
+ };
11781
+ metadata: {
11782
+ type: string;
11783
+ };
11784
+ channel?: undefined;
11785
+ text?: undefined;
11786
+ thread_ts?: undefined;
11787
+ username?: undefined;
11788
+ icon_emoji?: undefined;
11789
+ blocks?: undefined;
11790
+ userId?: undefined;
11791
+ latest?: undefined;
11792
+ oldest?: undefined;
11793
+ limit?: undefined;
11794
+ inclusive?: undefined;
11795
+ cursor?: undefined;
11796
+ ts?: undefined;
11797
+ title?: undefined;
11798
+ body?: undefined;
11799
+ labels?: undefined;
11800
+ assignees?: undefined;
11801
+ state?: undefined;
11802
+ sort?: undefined;
11803
+ direction?: undefined;
11804
+ per_page?: undefined;
11805
+ page?: undefined;
11806
+ issue_number?: undefined;
11807
+ query?: undefined;
11808
+ maxResults?: undefined;
11809
+ messageId?: undefined;
11810
+ to?: undefined;
11811
+ subject?: undefined;
11812
+ cc?: undefined;
11813
+ bcc?: undefined;
11814
+ threadId?: undefined;
11815
+ inReplyTo?: undefined;
11816
+ references?: undefined;
11817
+ messageIds?: undefined;
11818
+ calendarId?: undefined;
11819
+ timeMin?: undefined;
11820
+ timeMax?: undefined;
11821
+ eventId?: undefined;
11822
+ summary?: undefined;
11823
+ description?: undefined;
11824
+ start?: undefined;
11825
+ end?: undefined;
11826
+ attendees?: undefined;
11827
+ location?: undefined;
11828
+ recent?: undefined;
11829
+ projectKeyOrId?: undefined;
11830
+ boardId?: undefined;
11831
+ sprintId?: undefined;
11832
+ jql?: undefined;
11833
+ startAt?: undefined;
11834
+ issueIdOrKey?: undefined;
11835
+ projectKey?: undefined;
11836
+ issueTypeName?: undefined;
11837
+ priority?: undefined;
11838
+ assigneeAccountId?: undefined;
11839
+ transitionId?: undefined;
11840
+ typeName?: undefined;
11841
+ inwardIssueKey?: undefined;
11842
+ outwardIssueKey?: undefined;
11843
+ commentBody?: undefined;
11844
+ linkId?: undefined;
11845
+ file_path?: undefined;
11846
+ content?: undefined;
11847
+ command?: undefined;
11848
+ working_directory?: undefined;
11849
+ env_profile?: undefined;
11850
+ timeout_seconds?: undefined;
11851
+ objectType?: undefined;
11852
+ after?: undefined;
11853
+ properties?: undefined;
11854
+ archived?: undefined;
11855
+ filterGroups?: undefined;
11856
+ sorts?: undefined;
11857
+ inputs?: undefined;
11858
+ idProperty?: undefined;
11859
+ propertyName?: undefined;
11860
+ name?: undefined;
11861
+ label?: undefined;
11862
+ fieldType?: undefined;
11863
+ groupName?: undefined;
11864
+ options?: undefined;
11865
+ objectId?: undefined;
11866
+ toObjectType?: undefined;
11867
+ fromObjectType?: undefined;
11868
+ engagementId?: undefined;
11869
+ flowId?: undefined;
11870
+ portalId?: undefined;
11871
+ uiDomain?: undefined;
11872
+ pageRequests?: undefined;
11873
+ };
11874
+ required: string[];
11875
+ additionalProperties: boolean;
11876
+ };
11877
+ constraints: {
11878
+ rate_bucket: string;
11879
+ };
11880
+ effects: string[];
11881
+ risk: string;
11882
+ target_bindings: {
11883
+ resource_id: {
11884
+ source: "param";
11885
+ param: string;
11886
+ required?: undefined;
11887
+ key?: undefined;
11888
+ multi?: undefined;
11889
+ separator?: undefined;
11890
+ default?: undefined;
11891
+ fallback_param?: undefined;
11892
+ derive?: undefined;
11893
+ };
11894
+ secondary?: undefined;
11895
+ };
11896
+ version: string;
11897
+ } | {
11898
+ action: string;
11899
+ resource_type: string;
11900
+ required_relations: string[];
11901
+ required_scopes: string[];
11902
+ capability: string;
11903
+ input_schema: {
11904
+ type: string;
11905
+ properties: {
11906
+ engagementId: {
11907
+ type: string;
11908
+ };
11909
+ ownerId: {
11910
+ type: string;
11911
+ };
11912
+ timestamp: {
11913
+ type: string;
11914
+ };
11915
+ associations: {
11916
+ type: string;
11917
+ };
11918
+ metadata: {
11919
+ type: string;
11920
+ };
11921
+ channel?: undefined;
11922
+ text?: undefined;
11923
+ thread_ts?: undefined;
11924
+ username?: undefined;
11925
+ icon_emoji?: undefined;
11926
+ blocks?: undefined;
11927
+ userId?: undefined;
11928
+ latest?: undefined;
11929
+ oldest?: undefined;
11930
+ limit?: undefined;
11931
+ inclusive?: undefined;
11932
+ cursor?: undefined;
11933
+ ts?: undefined;
11934
+ title?: undefined;
11935
+ body?: undefined;
11936
+ labels?: undefined;
11937
+ assignees?: undefined;
11938
+ state?: undefined;
11939
+ sort?: undefined;
11940
+ direction?: undefined;
11941
+ per_page?: undefined;
11942
+ page?: undefined;
11943
+ issue_number?: undefined;
11944
+ query?: undefined;
11945
+ maxResults?: undefined;
11946
+ messageId?: undefined;
11947
+ to?: undefined;
11948
+ subject?: undefined;
11949
+ cc?: undefined;
11950
+ bcc?: undefined;
11951
+ threadId?: undefined;
11952
+ inReplyTo?: undefined;
11953
+ references?: undefined;
11954
+ messageIds?: undefined;
11955
+ calendarId?: undefined;
11956
+ timeMin?: undefined;
11957
+ timeMax?: undefined;
11958
+ eventId?: undefined;
11959
+ summary?: undefined;
11960
+ description?: undefined;
11961
+ start?: undefined;
11962
+ end?: undefined;
11963
+ attendees?: undefined;
11964
+ location?: undefined;
11965
+ recent?: undefined;
11966
+ projectKeyOrId?: undefined;
11967
+ type?: undefined;
11968
+ boardId?: undefined;
11969
+ sprintId?: undefined;
11970
+ jql?: undefined;
11971
+ startAt?: undefined;
11972
+ issueIdOrKey?: undefined;
11973
+ projectKey?: undefined;
11974
+ issueTypeName?: undefined;
11975
+ priority?: undefined;
11976
+ assigneeAccountId?: undefined;
11977
+ transitionId?: undefined;
11978
+ typeName?: undefined;
11979
+ inwardIssueKey?: undefined;
11980
+ outwardIssueKey?: undefined;
11981
+ commentBody?: undefined;
11982
+ linkId?: undefined;
11983
+ file_path?: undefined;
11984
+ content?: undefined;
11985
+ command?: undefined;
11986
+ working_directory?: undefined;
11987
+ env_profile?: undefined;
11988
+ timeout_seconds?: undefined;
11989
+ objectType?: undefined;
11990
+ after?: undefined;
11991
+ properties?: undefined;
11992
+ archived?: undefined;
11993
+ filterGroups?: undefined;
11994
+ sorts?: undefined;
11995
+ inputs?: undefined;
11996
+ idProperty?: undefined;
11997
+ propertyName?: undefined;
11998
+ name?: undefined;
11999
+ label?: undefined;
12000
+ fieldType?: undefined;
12001
+ groupName?: undefined;
12002
+ options?: undefined;
12003
+ objectId?: undefined;
12004
+ toObjectType?: undefined;
12005
+ fromObjectType?: undefined;
12006
+ flowId?: undefined;
12007
+ portalId?: undefined;
12008
+ uiDomain?: undefined;
12009
+ pageRequests?: undefined;
12010
+ };
12011
+ required: string[];
12012
+ additionalProperties: boolean;
12013
+ };
12014
+ constraints: {
12015
+ rate_bucket: string;
12016
+ };
12017
+ effects: string[];
12018
+ risk: string;
12019
+ target_bindings: {
12020
+ resource_id: {
12021
+ source: "param";
12022
+ param: string;
12023
+ required?: undefined;
12024
+ key?: undefined;
12025
+ multi?: undefined;
12026
+ separator?: undefined;
12027
+ default?: undefined;
12028
+ fallback_param?: undefined;
12029
+ derive?: undefined;
12030
+ };
12031
+ secondary?: undefined;
12032
+ };
12033
+ version: string;
12034
+ } | {
12035
+ action: string;
12036
+ resource_type: string;
12037
+ required_relations: string[];
12038
+ required_scopes: string[];
12039
+ capability: string;
12040
+ input_schema: {
12041
+ type: string;
12042
+ properties: {
12043
+ after: {
12044
+ type: string;
12045
+ };
12046
+ limit: {
12047
+ type: string;
12048
+ minimum: number;
12049
+ maximum: number;
12050
+ };
12051
+ channel?: undefined;
12052
+ text?: undefined;
12053
+ thread_ts?: undefined;
12054
+ username?: undefined;
12055
+ icon_emoji?: undefined;
12056
+ blocks?: undefined;
12057
+ userId?: undefined;
12058
+ latest?: undefined;
12059
+ oldest?: undefined;
12060
+ inclusive?: undefined;
12061
+ cursor?: undefined;
12062
+ ts?: undefined;
12063
+ title?: undefined;
12064
+ body?: undefined;
12065
+ labels?: undefined;
12066
+ assignees?: undefined;
12067
+ state?: undefined;
12068
+ sort?: undefined;
12069
+ direction?: undefined;
12070
+ per_page?: undefined;
12071
+ page?: undefined;
12072
+ issue_number?: undefined;
12073
+ query?: undefined;
12074
+ maxResults?: undefined;
12075
+ messageId?: undefined;
12076
+ to?: undefined;
12077
+ subject?: undefined;
12078
+ cc?: undefined;
12079
+ bcc?: undefined;
12080
+ threadId?: undefined;
12081
+ inReplyTo?: undefined;
12082
+ references?: undefined;
12083
+ messageIds?: undefined;
12084
+ calendarId?: undefined;
12085
+ timeMin?: undefined;
12086
+ timeMax?: undefined;
12087
+ eventId?: undefined;
12088
+ summary?: undefined;
12089
+ description?: undefined;
12090
+ start?: undefined;
12091
+ end?: undefined;
12092
+ attendees?: undefined;
12093
+ location?: undefined;
12094
+ recent?: undefined;
12095
+ projectKeyOrId?: undefined;
12096
+ type?: undefined;
12097
+ boardId?: undefined;
12098
+ sprintId?: undefined;
12099
+ jql?: undefined;
12100
+ startAt?: undefined;
12101
+ issueIdOrKey?: undefined;
12102
+ projectKey?: undefined;
12103
+ issueTypeName?: undefined;
12104
+ priority?: undefined;
12105
+ assigneeAccountId?: undefined;
12106
+ transitionId?: undefined;
12107
+ typeName?: undefined;
12108
+ inwardIssueKey?: undefined;
12109
+ outwardIssueKey?: undefined;
12110
+ commentBody?: undefined;
12111
+ linkId?: undefined;
12112
+ file_path?: undefined;
12113
+ content?: undefined;
12114
+ command?: undefined;
12115
+ working_directory?: undefined;
12116
+ env_profile?: undefined;
12117
+ timeout_seconds?: undefined;
12118
+ objectType?: undefined;
12119
+ properties?: undefined;
12120
+ archived?: undefined;
12121
+ filterGroups?: undefined;
12122
+ sorts?: undefined;
12123
+ inputs?: undefined;
12124
+ idProperty?: undefined;
12125
+ propertyName?: undefined;
12126
+ name?: undefined;
12127
+ label?: undefined;
12128
+ fieldType?: undefined;
12129
+ groupName?: undefined;
12130
+ options?: undefined;
12131
+ objectId?: undefined;
12132
+ toObjectType?: undefined;
12133
+ fromObjectType?: undefined;
12134
+ engagementId?: undefined;
12135
+ ownerId?: undefined;
12136
+ timestamp?: undefined;
12137
+ associations?: undefined;
12138
+ metadata?: undefined;
12139
+ flowId?: undefined;
12140
+ portalId?: undefined;
12141
+ uiDomain?: undefined;
12142
+ pageRequests?: undefined;
12143
+ };
12144
+ additionalProperties: boolean;
12145
+ required?: undefined;
12146
+ };
12147
+ constraints: {
12148
+ rate_bucket: string;
12149
+ };
12150
+ effects: string[];
12151
+ risk: string;
12152
+ target_bindings: {
12153
+ resource_id: {
12154
+ source: "param";
12155
+ param: string;
12156
+ required: boolean;
12157
+ key?: undefined;
12158
+ multi?: undefined;
12159
+ separator?: undefined;
12160
+ default?: undefined;
12161
+ fallback_param?: undefined;
12162
+ derive?: undefined;
12163
+ };
12164
+ secondary?: undefined;
12165
+ };
12166
+ version: string;
12167
+ } | {
12168
+ action: string;
12169
+ resource_type: string;
12170
+ required_relations: string[];
12171
+ required_scopes: string[];
12172
+ capability: string;
12173
+ input_schema: {
12174
+ type: string;
12175
+ properties: {
12176
+ flowId: {
12177
+ type: string;
12178
+ };
12179
+ channel?: undefined;
12180
+ text?: undefined;
12181
+ thread_ts?: undefined;
12182
+ username?: undefined;
12183
+ icon_emoji?: undefined;
12184
+ blocks?: undefined;
12185
+ userId?: undefined;
12186
+ latest?: undefined;
12187
+ oldest?: undefined;
12188
+ limit?: undefined;
12189
+ inclusive?: undefined;
12190
+ cursor?: undefined;
12191
+ ts?: undefined;
12192
+ title?: undefined;
12193
+ body?: undefined;
12194
+ labels?: undefined;
12195
+ assignees?: undefined;
12196
+ state?: undefined;
12197
+ sort?: undefined;
12198
+ direction?: undefined;
12199
+ per_page?: undefined;
12200
+ page?: undefined;
12201
+ issue_number?: undefined;
12202
+ query?: undefined;
12203
+ maxResults?: undefined;
12204
+ messageId?: undefined;
12205
+ to?: undefined;
12206
+ subject?: undefined;
12207
+ cc?: undefined;
12208
+ bcc?: undefined;
12209
+ threadId?: undefined;
12210
+ inReplyTo?: undefined;
12211
+ references?: undefined;
12212
+ messageIds?: undefined;
12213
+ calendarId?: undefined;
12214
+ timeMin?: undefined;
12215
+ timeMax?: undefined;
12216
+ eventId?: undefined;
12217
+ summary?: undefined;
12218
+ description?: undefined;
12219
+ start?: undefined;
12220
+ end?: undefined;
12221
+ attendees?: undefined;
12222
+ location?: undefined;
12223
+ recent?: undefined;
12224
+ projectKeyOrId?: undefined;
12225
+ type?: undefined;
12226
+ boardId?: undefined;
12227
+ sprintId?: undefined;
12228
+ jql?: undefined;
12229
+ startAt?: undefined;
12230
+ issueIdOrKey?: undefined;
12231
+ projectKey?: undefined;
12232
+ issueTypeName?: undefined;
12233
+ priority?: undefined;
12234
+ assigneeAccountId?: undefined;
12235
+ transitionId?: undefined;
12236
+ typeName?: undefined;
12237
+ inwardIssueKey?: undefined;
12238
+ outwardIssueKey?: undefined;
12239
+ commentBody?: undefined;
12240
+ linkId?: undefined;
12241
+ file_path?: undefined;
12242
+ content?: undefined;
12243
+ command?: undefined;
12244
+ working_directory?: undefined;
12245
+ env_profile?: undefined;
12246
+ timeout_seconds?: undefined;
12247
+ objectType?: undefined;
12248
+ after?: undefined;
12249
+ properties?: undefined;
12250
+ archived?: undefined;
12251
+ filterGroups?: undefined;
12252
+ sorts?: undefined;
12253
+ inputs?: undefined;
12254
+ idProperty?: undefined;
12255
+ propertyName?: undefined;
12256
+ name?: undefined;
12257
+ label?: undefined;
12258
+ fieldType?: undefined;
12259
+ groupName?: undefined;
12260
+ options?: undefined;
12261
+ objectId?: undefined;
12262
+ toObjectType?: undefined;
12263
+ fromObjectType?: undefined;
12264
+ engagementId?: undefined;
12265
+ ownerId?: undefined;
12266
+ timestamp?: undefined;
12267
+ associations?: undefined;
12268
+ metadata?: undefined;
12269
+ portalId?: undefined;
12270
+ uiDomain?: undefined;
12271
+ pageRequests?: undefined;
12272
+ };
12273
+ required: string[];
12274
+ additionalProperties: boolean;
12275
+ };
12276
+ constraints: {
12277
+ rate_bucket: string;
12278
+ };
12279
+ effects: string[];
12280
+ risk: string;
12281
+ target_bindings: {
12282
+ resource_id: {
12283
+ source: "param";
12284
+ param: string;
12285
+ required?: undefined;
12286
+ key?: undefined;
12287
+ multi?: undefined;
12288
+ separator?: undefined;
12289
+ default?: undefined;
12290
+ fallback_param?: undefined;
12291
+ derive?: undefined;
12292
+ };
12293
+ secondary?: undefined;
12294
+ };
12295
+ version: string;
12296
+ } | {
12297
+ action: string;
12298
+ resource_type: string;
12299
+ required_relations: string[];
12300
+ required_scopes: string[];
12301
+ capability: string;
12302
+ input_schema: {
12303
+ type: string;
12304
+ properties: {
12305
+ portalId: {
12306
+ type: string;
12307
+ };
12308
+ uiDomain: {
12309
+ type: string;
12310
+ };
12311
+ pageRequests: {
12312
+ type: string;
12313
+ minItems: number;
12314
+ };
12315
+ channel?: undefined;
12316
+ text?: undefined;
12317
+ thread_ts?: undefined;
12318
+ username?: undefined;
12319
+ icon_emoji?: undefined;
12320
+ blocks?: undefined;
12321
+ userId?: undefined;
12322
+ latest?: undefined;
12323
+ oldest?: undefined;
12324
+ limit?: undefined;
12325
+ inclusive?: undefined;
12326
+ cursor?: undefined;
12327
+ ts?: undefined;
12328
+ title?: undefined;
12329
+ body?: undefined;
12330
+ labels?: undefined;
12331
+ assignees?: undefined;
12332
+ state?: undefined;
12333
+ sort?: undefined;
12334
+ direction?: undefined;
12335
+ per_page?: undefined;
12336
+ page?: undefined;
12337
+ issue_number?: undefined;
12338
+ query?: undefined;
12339
+ maxResults?: undefined;
12340
+ messageId?: undefined;
12341
+ to?: undefined;
12342
+ subject?: undefined;
12343
+ cc?: undefined;
12344
+ bcc?: undefined;
12345
+ threadId?: undefined;
12346
+ inReplyTo?: undefined;
12347
+ references?: undefined;
12348
+ messageIds?: undefined;
12349
+ calendarId?: undefined;
12350
+ timeMin?: undefined;
12351
+ timeMax?: undefined;
12352
+ eventId?: undefined;
12353
+ summary?: undefined;
12354
+ description?: undefined;
12355
+ start?: undefined;
12356
+ end?: undefined;
12357
+ attendees?: undefined;
12358
+ location?: undefined;
12359
+ recent?: undefined;
12360
+ projectKeyOrId?: undefined;
12361
+ type?: undefined;
12362
+ boardId?: undefined;
12363
+ sprintId?: undefined;
12364
+ jql?: undefined;
12365
+ startAt?: undefined;
12366
+ issueIdOrKey?: undefined;
12367
+ projectKey?: undefined;
12368
+ issueTypeName?: undefined;
12369
+ priority?: undefined;
12370
+ assigneeAccountId?: undefined;
12371
+ transitionId?: undefined;
12372
+ typeName?: undefined;
12373
+ inwardIssueKey?: undefined;
12374
+ outwardIssueKey?: undefined;
12375
+ commentBody?: undefined;
12376
+ linkId?: undefined;
12377
+ file_path?: undefined;
12378
+ content?: undefined;
12379
+ command?: undefined;
12380
+ working_directory?: undefined;
12381
+ env_profile?: undefined;
12382
+ timeout_seconds?: undefined;
12383
+ objectType?: undefined;
12384
+ after?: undefined;
12385
+ properties?: undefined;
12386
+ archived?: undefined;
12387
+ filterGroups?: undefined;
12388
+ sorts?: undefined;
12389
+ inputs?: undefined;
12390
+ idProperty?: undefined;
12391
+ propertyName?: undefined;
12392
+ name?: undefined;
12393
+ label?: undefined;
12394
+ fieldType?: undefined;
12395
+ groupName?: undefined;
12396
+ options?: undefined;
12397
+ objectId?: undefined;
12398
+ toObjectType?: undefined;
12399
+ fromObjectType?: undefined;
12400
+ engagementId?: undefined;
12401
+ ownerId?: undefined;
12402
+ timestamp?: undefined;
12403
+ associations?: undefined;
12404
+ metadata?: undefined;
12405
+ flowId?: undefined;
12406
+ };
12407
+ required: string[];
12408
+ additionalProperties: boolean;
12409
+ };
12410
+ constraints: {
12411
+ rate_bucket: string;
12412
+ };
12413
+ effects: string[];
12414
+ risk: string;
12415
+ target_bindings: {
12416
+ resource_id: {
12417
+ source: "param";
12418
+ param: string;
12419
+ required?: undefined;
12420
+ key?: undefined;
12421
+ multi?: undefined;
12422
+ separator?: undefined;
12423
+ default?: undefined;
12424
+ fallback_param?: undefined;
12425
+ derive?: undefined;
12426
+ };
12427
+ secondary?: undefined;
12428
+ };
12429
+ version: string;
8928
12430
  })[];
8929
12431
  capabilities: {
8930
12432
  capability: string;
@@ -8956,6 +12458,13 @@ declare const RESOURCE_TYPES: {
8956
12458
  readonly JIRA_BOARD: "jira:board";
8957
12459
  readonly JIRA_ISSUE: "jira:issue";
8958
12460
  readonly JIRA_SPRINT: "jira:sprint";
12461
+ readonly HUBSPOT_OBJECT: "hubspot:object";
12462
+ readonly HUBSPOT_PROPERTY: "hubspot:property";
12463
+ readonly HUBSPOT_SCHEMA: "hubspot:schema";
12464
+ readonly HUBSPOT_ASSOCIATION: "hubspot:association";
12465
+ readonly HUBSPOT_ENGAGEMENT: "hubspot:engagement";
12466
+ readonly HUBSPOT_WORKFLOW: "hubspot:workflow";
12467
+ readonly HUBSPOT_ACCOUNT: "hubspot:account";
8959
12468
  readonly OS_SECRET: "os:secret";
8960
12469
  readonly OS_PROCESS: "os:process";
8961
12470
  readonly ANY: "*";