@outlit/tools 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  declare const contractVersion: 1;
2
- declare const publicToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_behavior_metric_sources", "outlit_list_behavior_metric_events", "outlit_create_behavior_metric"];
2
+ declare const publicToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_get_customer_relationship", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_features", "outlit_create_feature", "outlit_archive_feature", "outlit_get_customer_features", "outlit_list_attention_items", "outlit_get_attention_item"];
3
3
  declare const publicToolContracts: {
4
4
  readonly outlit_list_customers: {
5
5
  readonly toolName: "outlit_list_customers";
@@ -1080,6 +1080,124 @@ declare const publicToolContracts: {
1080
1080
  readonly additionalProperties: false;
1081
1081
  };
1082
1082
  };
1083
+ readonly outlit_get_customer_relationship: {
1084
+ readonly toolName: "outlit_get_customer_relationship";
1085
+ readonly commandId: "customer.relationship.get";
1086
+ readonly commandVersion: 1;
1087
+ readonly ownerDomain: "customers";
1088
+ readonly title: "Get Customer Relationship";
1089
+ readonly description: "Get the bounded, evidence-backed relationship shown on a customer page. Returns a summary, categorized current statements with ISO observed-at timestamps when supported, source labels, and the compiled summary timestamp when available without raw facts, quotes, or internal status.";
1090
+ readonly inputSchema: {
1091
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
1092
+ readonly type: "object";
1093
+ readonly properties: {
1094
+ readonly customer: {
1095
+ readonly type: "string";
1096
+ readonly minLength: 1;
1097
+ readonly maxLength: 500;
1098
+ readonly description: "Customer ID, domain, or exact customer name to look up";
1099
+ };
1100
+ };
1101
+ readonly required: readonly ["customer"];
1102
+ readonly additionalProperties: false;
1103
+ };
1104
+ readonly outputSchema: {
1105
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
1106
+ readonly type: "object";
1107
+ readonly properties: {
1108
+ readonly customer: {
1109
+ readonly type: "object";
1110
+ readonly properties: {
1111
+ readonly id: {
1112
+ readonly type: "string";
1113
+ };
1114
+ readonly name: {
1115
+ readonly anyOf: readonly [{
1116
+ readonly type: "string";
1117
+ }, {
1118
+ readonly type: "null";
1119
+ }];
1120
+ };
1121
+ readonly domain: {
1122
+ readonly anyOf: readonly [{
1123
+ readonly type: "string";
1124
+ }, {
1125
+ readonly type: "null";
1126
+ }];
1127
+ };
1128
+ };
1129
+ readonly required: readonly ["id", "name", "domain"];
1130
+ readonly additionalProperties: false;
1131
+ };
1132
+ readonly relationship: {
1133
+ readonly type: "object";
1134
+ readonly properties: {
1135
+ readonly summary: {
1136
+ readonly anyOf: readonly [{
1137
+ readonly type: "string";
1138
+ readonly minLength: 1;
1139
+ readonly maxLength: 240;
1140
+ }, {
1141
+ readonly type: "null";
1142
+ }];
1143
+ };
1144
+ readonly items: {
1145
+ readonly maxItems: 8;
1146
+ readonly type: "array";
1147
+ readonly items: {
1148
+ readonly type: "object";
1149
+ readonly properties: {
1150
+ readonly category: {
1151
+ readonly type: "string";
1152
+ readonly minLength: 1;
1153
+ readonly maxLength: 120;
1154
+ };
1155
+ readonly statement: {
1156
+ readonly type: "string";
1157
+ readonly minLength: 1;
1158
+ readonly maxLength: 500;
1159
+ };
1160
+ readonly observedAt: {
1161
+ readonly anyOf: readonly [{
1162
+ readonly type: "string";
1163
+ readonly format: "date-time";
1164
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
1165
+ }, {
1166
+ readonly type: "null";
1167
+ }];
1168
+ };
1169
+ readonly sourceLabels: {
1170
+ readonly maxItems: 4;
1171
+ readonly type: "array";
1172
+ readonly items: {
1173
+ readonly type: "string";
1174
+ readonly minLength: 1;
1175
+ readonly maxLength: 100;
1176
+ };
1177
+ };
1178
+ };
1179
+ readonly required: readonly ["category", "statement", "observedAt", "sourceLabels"];
1180
+ readonly additionalProperties: false;
1181
+ };
1182
+ };
1183
+ readonly updatedAt: {
1184
+ readonly anyOf: readonly [{
1185
+ readonly type: "string";
1186
+ readonly format: "date-time";
1187
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
1188
+ }, {
1189
+ readonly type: "null";
1190
+ }];
1191
+ };
1192
+ };
1193
+ readonly required: readonly ["summary", "items", "updatedAt"];
1194
+ readonly additionalProperties: false;
1195
+ };
1196
+ };
1197
+ readonly required: readonly ["customer", "relationship"];
1198
+ readonly additionalProperties: false;
1199
+ };
1200
+ };
1083
1201
  readonly outlit_assign_customer_owner: {
1084
1202
  readonly toolName: "outlit_assign_customer_owner";
1085
1203
  readonly commandId: "customer.owner.assign";
@@ -1325,13 +1443,13 @@ declare const publicToolContracts: {
1325
1443
  readonly enum: readonly ["7d", "14d", "30d", "90d", "all"];
1326
1444
  };
1327
1445
  readonly startDate: {
1328
- readonly description: "Start of time window (ISO 8601, e.g. '2025-01-01T00:00:00Z'). Cannot be used with timeframe.";
1446
+ readonly description: "Start of time window, inclusive (ISO 8601 UTC, e.g. '2025-01-01T00:00:00.000Z'). Cannot be used with timeframe.";
1329
1447
  readonly type: "string";
1330
1448
  readonly format: "date-time";
1331
1449
  readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
1332
1450
  };
1333
1451
  readonly endDate: {
1334
- readonly description: "End of time window (ISO 8601, e.g. '2025-01-31T23:59:59Z'). Cannot be used with timeframe.";
1452
+ readonly description: "End of time window, inclusive of the instant it names (ISO 8601 UTC, e.g. '2025-01-31T23:59:59.999Z'). Use millisecond precision: timestamps are stored to the millisecond, so '...T23:59:59Z' includes only the first instant of that second and excludes the rest of it. Cannot be used with timeframe.";
1335
1453
  readonly type: "string";
1336
1454
  readonly format: "date-time";
1337
1455
  readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
@@ -6281,17 +6399,34 @@ declare const publicToolContracts: {
6281
6399
  readonly additionalProperties: false;
6282
6400
  };
6283
6401
  };
6284
- readonly outlit_list_behavior_metric_sources: {
6285
- readonly toolName: "outlit_list_behavior_metric_sources";
6286
- readonly commandId: "behavior_metric_source.list";
6402
+ readonly outlit_list_features: {
6403
+ readonly toolName: "outlit_list_features";
6404
+ readonly commandId: "value_feature_workspace.get";
6287
6405
  readonly commandVersion: 1;
6288
- readonly ownerDomain: "behavior_metrics";
6289
- readonly title: "List Behavior Metric Sources";
6290
- readonly description: "List product-event sources eligible for Behavior Metric discovery.";
6406
+ readonly ownerDomain: "value_features";
6407
+ readonly title: "List Features";
6408
+ readonly description: "List configured features, exact historical usage, eligible sources, and observed event candidates.";
6291
6409
  readonly inputSchema: {
6292
6410
  readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6293
6411
  readonly type: "object";
6294
- readonly properties: {};
6412
+ readonly properties: {
6413
+ readonly sourceKey: {
6414
+ readonly type: "string";
6415
+ readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6416
+ };
6417
+ readonly weeks: {
6418
+ readonly default: 12;
6419
+ readonly type: "integer";
6420
+ readonly minimum: 1;
6421
+ readonly maximum: 53;
6422
+ };
6423
+ readonly candidateLimit: {
6424
+ readonly default: 100;
6425
+ readonly type: "integer";
6426
+ readonly minimum: 1;
6427
+ readonly maximum: 100;
6428
+ };
6429
+ };
6295
6430
  readonly additionalProperties: false;
6296
6431
  };
6297
6432
  readonly outputSchema: {
@@ -6325,269 +6460,56 @@ declare const publicToolContracts: {
6325
6460
  readonly additionalProperties: false;
6326
6461
  };
6327
6462
  };
6328
- };
6329
- readonly required: readonly ["sources"];
6330
- readonly additionalProperties: false;
6331
- };
6332
- };
6333
- readonly outlit_list_behavior_metric_events: {
6334
- readonly toolName: "outlit_list_behavior_metric_events";
6335
- readonly commandId: "behavior_metric_event.list";
6336
- readonly commandVersion: 1;
6337
- readonly ownerDomain: "behavior_metrics";
6338
- readonly title: "List Behavior Metric Events";
6339
- readonly description: "List attributed event candidates for a Behavior Metric source.";
6340
- readonly inputSchema: {
6341
- readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6342
- readonly type: "object";
6343
- readonly properties: {
6344
- readonly sourceKey: {
6345
- readonly type: "string";
6346
- readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6347
- };
6348
- readonly weeks: {
6349
- readonly default: 12;
6350
- readonly type: "integer";
6351
- readonly minimum: 1;
6352
- readonly maximum: 53;
6463
+ readonly selectedSourceKey: {
6464
+ readonly anyOf: readonly [{
6465
+ readonly type: "string";
6466
+ readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6467
+ }, {
6468
+ readonly type: "null";
6469
+ }];
6353
6470
  };
6354
- readonly limit: {
6355
- readonly default: 100;
6471
+ readonly workspaceActiveFeatureCount: {
6356
6472
  readonly type: "integer";
6357
- readonly minimum: 1;
6358
- readonly maximum: 100;
6473
+ readonly minimum: 0;
6474
+ readonly maximum: 9007199254740991;
6359
6475
  };
6360
- };
6361
- readonly required: readonly ["sourceKey"];
6362
- readonly additionalProperties: false;
6363
- };
6364
- readonly outputSchema: {
6365
- readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6366
- readonly type: "object";
6367
- readonly properties: {
6368
- readonly events: {
6476
+ readonly features: {
6477
+ readonly maxItems: 100;
6369
6478
  readonly type: "array";
6370
6479
  readonly items: {
6371
6480
  readonly type: "object";
6372
6481
  readonly properties: {
6373
- readonly eventName: {
6482
+ readonly id: {
6374
6483
  readonly type: "string";
6375
- readonly minLength: 1;
6376
- readonly maxLength: 191;
6484
+ readonly pattern: "^value_feature_v1_[a-f0-9]{32}$";
6377
6485
  };
6378
- readonly eventCount: {
6379
- readonly type: "integer";
6380
- readonly minimum: 0;
6381
- readonly maximum: 9007199254740991;
6486
+ readonly revision: {
6487
+ readonly type: "string";
6488
+ readonly pattern: "^value_feature_revision_v1_[a-f0-9]{32}$";
6382
6489
  };
6383
- readonly distinctCustomers: {
6384
- readonly type: "integer";
6385
- readonly minimum: 0;
6386
- readonly maximum: 9007199254740991;
6490
+ readonly sourceKey: {
6491
+ readonly type: "string";
6492
+ readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6387
6493
  };
6388
- readonly activeWeeks: {
6389
- readonly type: "integer";
6390
- readonly minimum: 1;
6391
- readonly maximum: 53;
6494
+ readonly featureKey: {
6495
+ readonly type: "string";
6496
+ readonly maxLength: 64;
6497
+ readonly pattern: "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$";
6392
6498
  };
6393
- readonly propertyKeys: {
6394
- readonly maxItems: 10;
6395
- readonly type: "array";
6396
- readonly items: {
6397
- readonly type: "string";
6398
- readonly minLength: 1;
6399
- readonly maxLength: 191;
6400
- };
6499
+ readonly name: {
6500
+ readonly type: "string";
6501
+ readonly minLength: 1;
6502
+ readonly maxLength: 255;
6401
6503
  };
6402
- };
6403
- readonly required: readonly ["eventName", "eventCount", "distinctCustomers", "activeWeeks", "propertyKeys"];
6404
- readonly additionalProperties: false;
6405
- };
6406
- };
6407
- readonly truncated: {
6408
- readonly type: "boolean";
6409
- };
6410
- };
6411
- readonly required: readonly ["events", "truncated"];
6412
- readonly additionalProperties: false;
6413
- };
6414
- };
6415
- readonly outlit_create_behavior_metric: {
6416
- readonly toolName: "outlit_create_behavior_metric";
6417
- readonly commandId: "behavior_metric.create";
6418
- readonly commandVersion: 1;
6419
- readonly ownerDomain: "behavior_metrics";
6420
- readonly title: "Create Behavior Metric";
6421
- readonly description: "Create or idempotently return an event-based Behavior Metric in ENABLED and SHADOW.";
6422
- readonly inputSchema: {
6423
- readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6424
- readonly type: "object";
6425
- readonly properties: {
6426
- readonly sourceKey: {
6427
- readonly type: "string";
6428
- readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6429
- };
6430
- readonly eventName: {
6431
- readonly type: "string";
6432
- readonly minLength: 1;
6433
- readonly maxLength: 191;
6434
- };
6435
- readonly behaviorKey: {
6436
- readonly type: "string";
6437
- readonly maxLength: 64;
6438
- readonly pattern: "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$";
6439
- };
6440
- readonly label: {
6441
- readonly type: "string";
6442
- readonly minLength: 1;
6443
- readonly maxLength: 255;
6444
- };
6445
- readonly propertyFilters: {
6446
- readonly default: readonly [];
6447
- readonly maxItems: 5;
6448
- readonly type: "array";
6449
- readonly items: {
6450
- readonly oneOf: readonly [{
6451
- readonly type: "object";
6452
- readonly properties: {
6453
- readonly property: {
6454
- readonly type: "string";
6455
- readonly minLength: 1;
6456
- readonly maxLength: 191;
6457
- };
6458
- readonly operator: {
6459
- readonly type: "string";
6460
- readonly const: "equals";
6461
- };
6462
- readonly value: {
6463
- readonly oneOf: readonly [{
6464
- readonly type: "object";
6465
- readonly properties: {
6466
- readonly type: {
6467
- readonly type: "string";
6468
- readonly const: "string";
6469
- };
6470
- readonly value: {
6471
- readonly type: "string";
6472
- readonly maxLength: 191;
6473
- };
6474
- };
6475
- readonly required: readonly ["type", "value"];
6476
- readonly additionalProperties: false;
6477
- }, {
6478
- readonly type: "object";
6479
- readonly properties: {
6480
- readonly type: {
6481
- readonly type: "string";
6482
- readonly const: "number";
6483
- };
6484
- readonly value: {
6485
- readonly type: "number";
6486
- readonly minimum: -9007199254740991;
6487
- readonly maximum: 9007199254740991;
6488
- };
6489
- };
6490
- readonly required: readonly ["type", "value"];
6491
- readonly additionalProperties: false;
6492
- }, {
6493
- readonly type: "object";
6494
- readonly properties: {
6495
- readonly type: {
6496
- readonly type: "string";
6497
- readonly const: "boolean";
6498
- };
6499
- readonly value: {
6500
- readonly type: "boolean";
6501
- };
6502
- };
6503
- readonly required: readonly ["type", "value"];
6504
- readonly additionalProperties: false;
6505
- }];
6506
- };
6507
- };
6508
- readonly required: readonly ["property", "operator", "value"];
6509
- readonly additionalProperties: false;
6510
- }, {
6511
- readonly type: "object";
6512
- readonly properties: {
6513
- readonly property: {
6514
- readonly type: "string";
6515
- readonly minLength: 1;
6516
- readonly maxLength: 191;
6517
- };
6518
- readonly operator: {
6519
- readonly type: "string";
6520
- readonly const: "exists";
6521
- };
6522
- };
6523
- readonly required: readonly ["property", "operator"];
6524
- readonly additionalProperties: false;
6525
- }];
6526
- };
6527
- };
6528
- };
6529
- readonly required: readonly ["sourceKey", "eventName", "behaviorKey", "label"];
6530
- readonly additionalProperties: false;
6531
- };
6532
- readonly outputSchema: {
6533
- readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6534
- readonly type: "object";
6535
- readonly properties: {
6536
- readonly created: {
6537
- readonly type: "boolean";
6538
- };
6539
- readonly metric: {
6540
- readonly type: "object";
6541
- readonly properties: {
6542
- readonly sourceKey: {
6543
- readonly type: "string";
6544
- readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6545
- };
6546
- readonly behaviorKey: {
6547
- readonly type: "string";
6548
- readonly maxLength: 64;
6549
- readonly pattern: "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$";
6550
- };
6551
- readonly label: {
6552
- readonly type: "string";
6553
- readonly minLength: 1;
6554
- readonly maxLength: 255;
6555
- };
6556
- readonly eventSelection: {
6557
- readonly oneOf: readonly [{
6558
- readonly type: "object";
6559
- readonly properties: {
6560
- readonly mode: {
6561
- readonly type: "string";
6562
- readonly const: "exact_event_names";
6563
- };
6564
- readonly eventNames: {
6565
- readonly minItems: 1;
6566
- readonly maxItems: 1;
6567
- readonly type: "array";
6568
- readonly items: {
6569
- readonly type: "string";
6570
- readonly minLength: 1;
6571
- readonly maxLength: 191;
6572
- };
6573
- };
6574
- };
6575
- readonly required: readonly ["mode", "eventNames"];
6576
- readonly additionalProperties: false;
6577
- }, {
6504
+ readonly rule: {
6578
6505
  readonly type: "object";
6579
6506
  readonly properties: {
6580
- readonly mode: {
6581
- readonly type: "string";
6582
- readonly const: "configured_event";
6583
- };
6584
6507
  readonly eventName: {
6585
6508
  readonly type: "string";
6586
6509
  readonly minLength: 1;
6587
6510
  readonly maxLength: 191;
6588
6511
  };
6589
6512
  readonly propertyFilters: {
6590
- readonly minItems: 1;
6591
6513
  readonly maxItems: 5;
6592
6514
  readonly type: "array";
6593
6515
  readonly items: {
@@ -6670,50 +6592,1434 @@ declare const publicToolContracts: {
6670
6592
  };
6671
6593
  };
6672
6594
  };
6673
- readonly required: readonly ["mode", "eventName", "propertyFilters"];
6595
+ readonly required: readonly ["eventName", "propertyFilters"];
6674
6596
  readonly additionalProperties: false;
6675
- }];
6676
- };
6677
- readonly status: {
6678
- readonly type: "string";
6679
- readonly const: "ENABLED";
6680
- };
6681
- readonly evaluationMode: {
6682
- readonly type: "string";
6683
- readonly const: "SHADOW";
6597
+ };
6598
+ readonly evidence: {
6599
+ readonly oneOf: readonly [{
6600
+ readonly type: "object";
6601
+ readonly properties: {
6602
+ readonly window: {
6603
+ readonly type: "object";
6604
+ readonly properties: {
6605
+ readonly startAt: {
6606
+ readonly type: "string";
6607
+ readonly format: "date-time";
6608
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
6609
+ };
6610
+ readonly endAt: {
6611
+ readonly type: "string";
6612
+ readonly format: "date-time";
6613
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
6614
+ };
6615
+ };
6616
+ readonly required: readonly ["startAt", "endAt"];
6617
+ readonly additionalProperties: false;
6618
+ };
6619
+ readonly coverage: {
6620
+ readonly type: "string";
6621
+ readonly enum: readonly ["complete", "partial"];
6622
+ };
6623
+ readonly eventCount: {
6624
+ readonly type: "integer";
6625
+ readonly minimum: 0;
6626
+ readonly maximum: 9007199254740991;
6627
+ };
6628
+ readonly activeDays: {
6629
+ readonly type: "integer";
6630
+ readonly minimum: 0;
6631
+ readonly maximum: 9007199254740991;
6632
+ };
6633
+ readonly activeWeeks: {
6634
+ readonly type: "integer";
6635
+ readonly minimum: 0;
6636
+ readonly maximum: 53;
6637
+ };
6638
+ readonly firstObservedAt: {
6639
+ readonly anyOf: readonly [{
6640
+ readonly type: "string";
6641
+ readonly format: "date-time";
6642
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
6643
+ }, {
6644
+ readonly type: "null";
6645
+ }];
6646
+ };
6647
+ readonly lastObservedAt: {
6648
+ readonly anyOf: readonly [{
6649
+ readonly type: "string";
6650
+ readonly format: "date-time";
6651
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
6652
+ }, {
6653
+ readonly type: "null";
6654
+ }];
6655
+ };
6656
+ readonly distinctCustomers: {
6657
+ readonly type: "integer";
6658
+ readonly minimum: 0;
6659
+ readonly maximum: 9007199254740991;
6660
+ };
6661
+ };
6662
+ readonly required: readonly ["window", "coverage", "eventCount", "activeDays", "activeWeeks", "firstObservedAt", "lastObservedAt", "distinctCustomers"];
6663
+ readonly additionalProperties: false;
6664
+ }, {
6665
+ readonly type: "object";
6666
+ readonly properties: {
6667
+ readonly window: {
6668
+ readonly type: "object";
6669
+ readonly properties: {
6670
+ readonly startAt: {
6671
+ readonly type: "string";
6672
+ readonly format: "date-time";
6673
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
6674
+ };
6675
+ readonly endAt: {
6676
+ readonly type: "string";
6677
+ readonly format: "date-time";
6678
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
6679
+ };
6680
+ };
6681
+ readonly required: readonly ["startAt", "endAt"];
6682
+ readonly additionalProperties: false;
6683
+ };
6684
+ readonly coverage: {
6685
+ readonly type: "string";
6686
+ readonly const: "unavailable";
6687
+ };
6688
+ readonly reason: {
6689
+ readonly type: "string";
6690
+ readonly enum: readonly ["SOURCE_BLOCKED", "SOURCE_NOT_READY", "QUERY_FAILED"];
6691
+ };
6692
+ };
6693
+ readonly required: readonly ["window", "coverage", "reason"];
6694
+ readonly additionalProperties: false;
6695
+ }];
6696
+ };
6684
6697
  };
6685
- readonly definitions: {
6686
- readonly minItems: 2;
6687
- readonly maxItems: 2;
6688
- readonly type: "array";
6698
+ readonly required: readonly ["id", "revision", "sourceKey", "featureKey", "name", "rule", "evidence"];
6699
+ readonly additionalProperties: false;
6700
+ };
6701
+ };
6702
+ readonly candidates: {
6703
+ readonly oneOf: readonly [{
6704
+ readonly type: "object";
6705
+ readonly properties: {
6706
+ readonly status: {
6707
+ readonly type: "string";
6708
+ readonly const: "ready";
6709
+ };
6689
6710
  readonly items: {
6690
- readonly type: "object";
6691
- readonly properties: {
6692
- readonly id: {
6693
- readonly type: "string";
6694
- readonly format: "uuid";
6695
- readonly pattern: "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$";
6696
- };
6697
- readonly metricKey: {
6698
- readonly type: "string";
6699
- readonly minLength: 1;
6700
- readonly maxLength: 191;
6711
+ readonly maxItems: 100;
6712
+ readonly type: "array";
6713
+ readonly items: {
6714
+ readonly type: "object";
6715
+ readonly properties: {
6716
+ readonly eventName: {
6717
+ readonly type: "string";
6718
+ readonly minLength: 1;
6719
+ readonly maxLength: 191;
6720
+ };
6721
+ readonly eventCount: {
6722
+ readonly type: "integer";
6723
+ readonly minimum: 0;
6724
+ readonly maximum: 9007199254740991;
6725
+ };
6726
+ readonly distinctCustomers: {
6727
+ readonly type: "integer";
6728
+ readonly minimum: 0;
6729
+ readonly maximum: 9007199254740991;
6730
+ };
6731
+ readonly activeWeeks: {
6732
+ readonly type: "integer";
6733
+ readonly minimum: 1;
6734
+ readonly maximum: 53;
6735
+ };
6736
+ readonly propertyKeys: {
6737
+ readonly maxItems: 10;
6738
+ readonly type: "array";
6739
+ readonly items: {
6740
+ readonly type: "string";
6741
+ readonly minLength: 1;
6742
+ readonly maxLength: 191;
6743
+ };
6744
+ };
6701
6745
  };
6702
- readonly aggregation: {
6703
- readonly type: "string";
6704
- readonly enum: readonly ["active_days", "event_count"];
6746
+ readonly required: readonly ["eventName", "eventCount", "distinctCustomers", "activeWeeks", "propertyKeys"];
6747
+ readonly additionalProperties: false;
6748
+ };
6749
+ };
6750
+ readonly truncated: {
6751
+ readonly type: "boolean";
6752
+ };
6753
+ };
6754
+ readonly required: readonly ["status", "items", "truncated"];
6755
+ readonly additionalProperties: false;
6756
+ }, {
6757
+ readonly type: "object";
6758
+ readonly properties: {
6759
+ readonly status: {
6760
+ readonly type: "string";
6761
+ readonly const: "partial";
6762
+ };
6763
+ readonly items: {
6764
+ readonly maxItems: 100;
6765
+ readonly type: "array";
6766
+ readonly items: {
6767
+ readonly type: "object";
6768
+ readonly properties: {
6769
+ readonly eventName: {
6770
+ readonly type: "string";
6771
+ readonly minLength: 1;
6772
+ readonly maxLength: 191;
6773
+ };
6774
+ readonly eventCount: {
6775
+ readonly type: "integer";
6776
+ readonly minimum: 0;
6777
+ readonly maximum: 9007199254740991;
6778
+ };
6779
+ readonly distinctCustomers: {
6780
+ readonly type: "integer";
6781
+ readonly minimum: 0;
6782
+ readonly maximum: 9007199254740991;
6783
+ };
6784
+ readonly activeWeeks: {
6785
+ readonly type: "integer";
6786
+ readonly minimum: 1;
6787
+ readonly maximum: 53;
6788
+ };
6789
+ readonly propertyKeys: {
6790
+ readonly maxItems: 10;
6791
+ readonly type: "array";
6792
+ readonly items: {
6793
+ readonly type: "string";
6794
+ readonly minLength: 1;
6795
+ readonly maxLength: 191;
6796
+ };
6797
+ };
6705
6798
  };
6799
+ readonly required: readonly ["eventName", "eventCount", "distinctCustomers", "activeWeeks", "propertyKeys"];
6800
+ readonly additionalProperties: false;
6706
6801
  };
6707
- readonly required: readonly ["id", "metricKey", "aggregation"];
6708
- readonly additionalProperties: false;
6802
+ };
6803
+ readonly truncated: {
6804
+ readonly type: "boolean";
6709
6805
  };
6710
6806
  };
6711
- };
6712
- readonly required: readonly ["sourceKey", "behaviorKey", "label", "eventSelection", "status", "evaluationMode", "definitions"];
6713
- readonly additionalProperties: false;
6807
+ readonly required: readonly ["status", "items", "truncated"];
6808
+ readonly additionalProperties: false;
6809
+ }, {
6810
+ readonly type: "object";
6811
+ readonly properties: {
6812
+ readonly status: {
6813
+ readonly type: "string";
6814
+ readonly const: "unavailable";
6815
+ };
6816
+ readonly reason: {
6817
+ readonly type: "string";
6818
+ readonly enum: readonly ["SOURCE_BLOCKED", "SOURCE_NOT_READY", "QUERY_FAILED"];
6819
+ };
6820
+ };
6821
+ readonly required: readonly ["status", "reason"];
6822
+ readonly additionalProperties: false;
6823
+ }];
6824
+ };
6825
+ };
6826
+ readonly required: readonly ["sources", "selectedSourceKey", "workspaceActiveFeatureCount", "features", "candidates"];
6827
+ readonly additionalProperties: false;
6828
+ };
6829
+ };
6830
+ readonly outlit_create_feature: {
6831
+ readonly toolName: "outlit_create_feature";
6832
+ readonly commandId: "value_feature.create";
6833
+ readonly commandVersion: 1;
6834
+ readonly ownerDomain: "value_features";
6835
+ readonly title: "Create Feature";
6836
+ readonly description: "Create or idempotently return one customer-value Feature observed by one event rule.";
6837
+ readonly inputSchema: {
6838
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6839
+ readonly type: "object";
6840
+ readonly properties: {
6841
+ readonly sourceKey: {
6842
+ readonly type: "string";
6843
+ readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6844
+ };
6845
+ readonly eventName: {
6846
+ readonly type: "string";
6847
+ readonly minLength: 1;
6848
+ readonly maxLength: 191;
6849
+ };
6850
+ readonly featureKey: {
6851
+ readonly type: "string";
6852
+ readonly maxLength: 64;
6853
+ readonly pattern: "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$";
6854
+ };
6855
+ readonly name: {
6856
+ readonly type: "string";
6857
+ readonly minLength: 1;
6858
+ readonly maxLength: 255;
6859
+ };
6860
+ readonly propertyFilters: {
6861
+ readonly default: readonly [];
6862
+ readonly maxItems: 5;
6863
+ readonly type: "array";
6864
+ readonly items: {
6865
+ readonly oneOf: readonly [{
6866
+ readonly type: "object";
6867
+ readonly properties: {
6868
+ readonly property: {
6869
+ readonly type: "string";
6870
+ readonly minLength: 1;
6871
+ readonly maxLength: 191;
6872
+ };
6873
+ readonly operator: {
6874
+ readonly type: "string";
6875
+ readonly const: "equals";
6876
+ };
6877
+ readonly value: {
6878
+ readonly oneOf: readonly [{
6879
+ readonly type: "object";
6880
+ readonly properties: {
6881
+ readonly type: {
6882
+ readonly type: "string";
6883
+ readonly const: "string";
6884
+ };
6885
+ readonly value: {
6886
+ readonly type: "string";
6887
+ readonly maxLength: 191;
6888
+ };
6889
+ };
6890
+ readonly required: readonly ["type", "value"];
6891
+ readonly additionalProperties: false;
6892
+ }, {
6893
+ readonly type: "object";
6894
+ readonly properties: {
6895
+ readonly type: {
6896
+ readonly type: "string";
6897
+ readonly const: "number";
6898
+ };
6899
+ readonly value: {
6900
+ readonly type: "number";
6901
+ readonly minimum: -9007199254740991;
6902
+ readonly maximum: 9007199254740991;
6903
+ };
6904
+ };
6905
+ readonly required: readonly ["type", "value"];
6906
+ readonly additionalProperties: false;
6907
+ }, {
6908
+ readonly type: "object";
6909
+ readonly properties: {
6910
+ readonly type: {
6911
+ readonly type: "string";
6912
+ readonly const: "boolean";
6913
+ };
6914
+ readonly value: {
6915
+ readonly type: "boolean";
6916
+ };
6917
+ };
6918
+ readonly required: readonly ["type", "value"];
6919
+ readonly additionalProperties: false;
6920
+ }];
6921
+ };
6922
+ };
6923
+ readonly required: readonly ["property", "operator", "value"];
6924
+ readonly additionalProperties: false;
6925
+ }, {
6926
+ readonly type: "object";
6927
+ readonly properties: {
6928
+ readonly property: {
6929
+ readonly type: "string";
6930
+ readonly minLength: 1;
6931
+ readonly maxLength: 191;
6932
+ };
6933
+ readonly operator: {
6934
+ readonly type: "string";
6935
+ readonly const: "exists";
6936
+ };
6937
+ };
6938
+ readonly required: readonly ["property", "operator"];
6939
+ readonly additionalProperties: false;
6940
+ }];
6941
+ };
6942
+ };
6943
+ };
6944
+ readonly required: readonly ["sourceKey", "eventName", "featureKey", "name"];
6945
+ readonly additionalProperties: false;
6946
+ };
6947
+ readonly outputSchema: {
6948
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
6949
+ readonly type: "object";
6950
+ readonly properties: {
6951
+ readonly created: {
6952
+ readonly type: "boolean";
6953
+ };
6954
+ readonly feature: {
6955
+ readonly type: "object";
6956
+ readonly properties: {
6957
+ readonly id: {
6958
+ readonly type: "string";
6959
+ readonly pattern: "^value_feature_v1_[a-f0-9]{32}$";
6960
+ };
6961
+ readonly revision: {
6962
+ readonly type: "string";
6963
+ readonly pattern: "^value_feature_revision_v1_[a-f0-9]{32}$";
6964
+ };
6965
+ readonly sourceKey: {
6966
+ readonly type: "string";
6967
+ readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
6968
+ };
6969
+ readonly featureKey: {
6970
+ readonly type: "string";
6971
+ readonly maxLength: 64;
6972
+ readonly pattern: "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$";
6973
+ };
6974
+ readonly name: {
6975
+ readonly type: "string";
6976
+ readonly minLength: 1;
6977
+ readonly maxLength: 255;
6978
+ };
6979
+ readonly rule: {
6980
+ readonly type: "object";
6981
+ readonly properties: {
6982
+ readonly eventName: {
6983
+ readonly type: "string";
6984
+ readonly minLength: 1;
6985
+ readonly maxLength: 191;
6986
+ };
6987
+ readonly propertyFilters: {
6988
+ readonly maxItems: 5;
6989
+ readonly type: "array";
6990
+ readonly items: {
6991
+ readonly oneOf: readonly [{
6992
+ readonly type: "object";
6993
+ readonly properties: {
6994
+ readonly property: {
6995
+ readonly type: "string";
6996
+ readonly minLength: 1;
6997
+ readonly maxLength: 191;
6998
+ };
6999
+ readonly operator: {
7000
+ readonly type: "string";
7001
+ readonly const: "equals";
7002
+ };
7003
+ readonly value: {
7004
+ readonly oneOf: readonly [{
7005
+ readonly type: "object";
7006
+ readonly properties: {
7007
+ readonly type: {
7008
+ readonly type: "string";
7009
+ readonly const: "string";
7010
+ };
7011
+ readonly value: {
7012
+ readonly type: "string";
7013
+ readonly maxLength: 191;
7014
+ };
7015
+ };
7016
+ readonly required: readonly ["type", "value"];
7017
+ readonly additionalProperties: false;
7018
+ }, {
7019
+ readonly type: "object";
7020
+ readonly properties: {
7021
+ readonly type: {
7022
+ readonly type: "string";
7023
+ readonly const: "number";
7024
+ };
7025
+ readonly value: {
7026
+ readonly type: "number";
7027
+ readonly minimum: -9007199254740991;
7028
+ readonly maximum: 9007199254740991;
7029
+ };
7030
+ };
7031
+ readonly required: readonly ["type", "value"];
7032
+ readonly additionalProperties: false;
7033
+ }, {
7034
+ readonly type: "object";
7035
+ readonly properties: {
7036
+ readonly type: {
7037
+ readonly type: "string";
7038
+ readonly const: "boolean";
7039
+ };
7040
+ readonly value: {
7041
+ readonly type: "boolean";
7042
+ };
7043
+ };
7044
+ readonly required: readonly ["type", "value"];
7045
+ readonly additionalProperties: false;
7046
+ }];
7047
+ };
7048
+ };
7049
+ readonly required: readonly ["property", "operator", "value"];
7050
+ readonly additionalProperties: false;
7051
+ }, {
7052
+ readonly type: "object";
7053
+ readonly properties: {
7054
+ readonly property: {
7055
+ readonly type: "string";
7056
+ readonly minLength: 1;
7057
+ readonly maxLength: 191;
7058
+ };
7059
+ readonly operator: {
7060
+ readonly type: "string";
7061
+ readonly const: "exists";
7062
+ };
7063
+ };
7064
+ readonly required: readonly ["property", "operator"];
7065
+ readonly additionalProperties: false;
7066
+ }];
7067
+ };
7068
+ };
7069
+ };
7070
+ readonly required: readonly ["eventName", "propertyFilters"];
7071
+ readonly additionalProperties: false;
7072
+ };
7073
+ };
7074
+ readonly required: readonly ["id", "revision", "sourceKey", "featureKey", "name", "rule"];
7075
+ readonly additionalProperties: false;
7076
+ };
7077
+ };
7078
+ readonly required: readonly ["created", "feature"];
7079
+ readonly additionalProperties: false;
7080
+ };
7081
+ };
7082
+ readonly outlit_archive_feature: {
7083
+ readonly toolName: "outlit_archive_feature";
7084
+ readonly commandId: "value_feature.archive";
7085
+ readonly commandVersion: 1;
7086
+ readonly ownerDomain: "value_features";
7087
+ readonly title: "Archive Feature";
7088
+ readonly description: "Archive a Feature when at least one other active Feature remains.";
7089
+ readonly inputSchema: {
7090
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7091
+ readonly type: "object";
7092
+ readonly properties: {
7093
+ readonly id: {
7094
+ readonly type: "string";
7095
+ readonly pattern: "^value_feature_v1_[a-f0-9]{32}$";
7096
+ };
7097
+ readonly revision: {
7098
+ readonly type: "string";
7099
+ readonly pattern: "^value_feature_revision_v1_[a-f0-9]{32}$";
7100
+ };
7101
+ };
7102
+ readonly required: readonly ["id", "revision"];
7103
+ readonly additionalProperties: false;
7104
+ };
7105
+ readonly outputSchema: {
7106
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7107
+ readonly type: "object";
7108
+ readonly properties: {
7109
+ readonly archived: {
7110
+ readonly type: "boolean";
7111
+ readonly const: true;
7112
+ };
7113
+ readonly feature: {
7114
+ readonly type: "object";
7115
+ readonly properties: {
7116
+ readonly id: {
7117
+ readonly type: "string";
7118
+ readonly pattern: "^value_feature_v1_[a-f0-9]{32}$";
7119
+ };
7120
+ readonly revision: {
7121
+ readonly type: "string";
7122
+ readonly pattern: "^value_feature_revision_v1_[a-f0-9]{32}$";
7123
+ };
7124
+ };
7125
+ readonly required: readonly ["id", "revision"];
7126
+ readonly additionalProperties: false;
7127
+ };
7128
+ };
7129
+ readonly required: readonly ["archived", "feature"];
7130
+ readonly additionalProperties: false;
7131
+ };
7132
+ };
7133
+ readonly outlit_get_customer_features: {
7134
+ readonly toolName: "outlit_get_customer_features";
7135
+ readonly commandId: "customer_feature_usage.get";
7136
+ readonly commandVersion: 1;
7137
+ readonly ownerDomain: "value_features";
7138
+ readonly title: "Get Customer Features";
7139
+ readonly description: "Read exact historical feature-usage evidence for one authorized customer.";
7140
+ readonly inputSchema: {
7141
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7142
+ readonly type: "object";
7143
+ readonly properties: {
7144
+ readonly customer: {
7145
+ readonly type: "string";
7146
+ readonly minLength: 1;
7147
+ readonly maxLength: 500;
7148
+ };
7149
+ readonly weeks: {
7150
+ readonly default: 12;
7151
+ readonly type: "integer";
7152
+ readonly minimum: 1;
7153
+ readonly maximum: 53;
7154
+ };
7155
+ readonly includeWeeklyUsage: {
7156
+ readonly default: false;
7157
+ readonly type: "boolean";
7158
+ };
7159
+ };
7160
+ readonly required: readonly ["customer"];
7161
+ readonly additionalProperties: false;
7162
+ };
7163
+ readonly outputSchema: {
7164
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7165
+ readonly type: "object";
7166
+ readonly properties: {
7167
+ readonly customer: {
7168
+ readonly type: "object";
7169
+ readonly properties: {
7170
+ readonly id: {
7171
+ readonly type: "string";
7172
+ readonly minLength: 1;
7173
+ readonly maxLength: 191;
7174
+ };
7175
+ readonly name: {
7176
+ readonly type: "string";
7177
+ readonly minLength: 1;
7178
+ readonly maxLength: 255;
7179
+ };
7180
+ };
7181
+ readonly required: readonly ["id", "name"];
7182
+ readonly additionalProperties: false;
7183
+ };
7184
+ readonly features: {
7185
+ readonly maxItems: 100;
7186
+ readonly type: "array";
7187
+ readonly items: {
7188
+ readonly type: "object";
7189
+ readonly properties: {
7190
+ readonly id: {
7191
+ readonly type: "string";
7192
+ readonly pattern: "^value_feature_v1_[a-f0-9]{32}$";
7193
+ };
7194
+ readonly revision: {
7195
+ readonly type: "string";
7196
+ readonly pattern: "^value_feature_revision_v1_[a-f0-9]{32}$";
7197
+ };
7198
+ readonly sourceKey: {
7199
+ readonly type: "string";
7200
+ readonly pattern: "^metric_source_v1_[a-f0-9]{32}$";
7201
+ };
7202
+ readonly featureKey: {
7203
+ readonly type: "string";
7204
+ readonly maxLength: 64;
7205
+ readonly pattern: "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$";
7206
+ };
7207
+ readonly name: {
7208
+ readonly type: "string";
7209
+ readonly minLength: 1;
7210
+ readonly maxLength: 255;
7211
+ };
7212
+ readonly rule: {
7213
+ readonly type: "object";
7214
+ readonly properties: {
7215
+ readonly eventName: {
7216
+ readonly type: "string";
7217
+ readonly minLength: 1;
7218
+ readonly maxLength: 191;
7219
+ };
7220
+ readonly propertyFilters: {
7221
+ readonly maxItems: 5;
7222
+ readonly type: "array";
7223
+ readonly items: {
7224
+ readonly oneOf: readonly [{
7225
+ readonly type: "object";
7226
+ readonly properties: {
7227
+ readonly property: {
7228
+ readonly type: "string";
7229
+ readonly minLength: 1;
7230
+ readonly maxLength: 191;
7231
+ };
7232
+ readonly operator: {
7233
+ readonly type: "string";
7234
+ readonly const: "equals";
7235
+ };
7236
+ readonly value: {
7237
+ readonly oneOf: readonly [{
7238
+ readonly type: "object";
7239
+ readonly properties: {
7240
+ readonly type: {
7241
+ readonly type: "string";
7242
+ readonly const: "string";
7243
+ };
7244
+ readonly value: {
7245
+ readonly type: "string";
7246
+ readonly maxLength: 191;
7247
+ };
7248
+ };
7249
+ readonly required: readonly ["type", "value"];
7250
+ readonly additionalProperties: false;
7251
+ }, {
7252
+ readonly type: "object";
7253
+ readonly properties: {
7254
+ readonly type: {
7255
+ readonly type: "string";
7256
+ readonly const: "number";
7257
+ };
7258
+ readonly value: {
7259
+ readonly type: "number";
7260
+ readonly minimum: -9007199254740991;
7261
+ readonly maximum: 9007199254740991;
7262
+ };
7263
+ };
7264
+ readonly required: readonly ["type", "value"];
7265
+ readonly additionalProperties: false;
7266
+ }, {
7267
+ readonly type: "object";
7268
+ readonly properties: {
7269
+ readonly type: {
7270
+ readonly type: "string";
7271
+ readonly const: "boolean";
7272
+ };
7273
+ readonly value: {
7274
+ readonly type: "boolean";
7275
+ };
7276
+ };
7277
+ readonly required: readonly ["type", "value"];
7278
+ readonly additionalProperties: false;
7279
+ }];
7280
+ };
7281
+ };
7282
+ readonly required: readonly ["property", "operator", "value"];
7283
+ readonly additionalProperties: false;
7284
+ }, {
7285
+ readonly type: "object";
7286
+ readonly properties: {
7287
+ readonly property: {
7288
+ readonly type: "string";
7289
+ readonly minLength: 1;
7290
+ readonly maxLength: 191;
7291
+ };
7292
+ readonly operator: {
7293
+ readonly type: "string";
7294
+ readonly const: "exists";
7295
+ };
7296
+ };
7297
+ readonly required: readonly ["property", "operator"];
7298
+ readonly additionalProperties: false;
7299
+ }];
7300
+ };
7301
+ };
7302
+ };
7303
+ readonly required: readonly ["eventName", "propertyFilters"];
7304
+ readonly additionalProperties: false;
7305
+ };
7306
+ readonly evidence: {
7307
+ readonly oneOf: readonly [{
7308
+ readonly type: "object";
7309
+ readonly properties: {
7310
+ readonly window: {
7311
+ readonly type: "object";
7312
+ readonly properties: {
7313
+ readonly startAt: {
7314
+ readonly type: "string";
7315
+ readonly format: "date-time";
7316
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7317
+ };
7318
+ readonly endAt: {
7319
+ readonly type: "string";
7320
+ readonly format: "date-time";
7321
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7322
+ };
7323
+ };
7324
+ readonly required: readonly ["startAt", "endAt"];
7325
+ readonly additionalProperties: false;
7326
+ };
7327
+ readonly coverage: {
7328
+ readonly type: "string";
7329
+ readonly enum: readonly ["complete", "partial"];
7330
+ };
7331
+ readonly eventCount: {
7332
+ readonly type: "integer";
7333
+ readonly minimum: 0;
7334
+ readonly maximum: 9007199254740991;
7335
+ };
7336
+ readonly activeDays: {
7337
+ readonly type: "integer";
7338
+ readonly minimum: 0;
7339
+ readonly maximum: 9007199254740991;
7340
+ };
7341
+ readonly activeWeeks: {
7342
+ readonly type: "integer";
7343
+ readonly minimum: 0;
7344
+ readonly maximum: 53;
7345
+ };
7346
+ readonly firstObservedAt: {
7347
+ readonly anyOf: readonly [{
7348
+ readonly type: "string";
7349
+ readonly format: "date-time";
7350
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7351
+ }, {
7352
+ readonly type: "null";
7353
+ }];
7354
+ };
7355
+ readonly lastObservedAt: {
7356
+ readonly anyOf: readonly [{
7357
+ readonly type: "string";
7358
+ readonly format: "date-time";
7359
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7360
+ }, {
7361
+ readonly type: "null";
7362
+ }];
7363
+ };
7364
+ readonly weeklyUsage: {
7365
+ readonly maxItems: 53;
7366
+ readonly type: "array";
7367
+ readonly items: {
7368
+ readonly oneOf: readonly [{
7369
+ readonly type: "object";
7370
+ readonly properties: {
7371
+ readonly weekStartAt: {
7372
+ readonly type: "string";
7373
+ readonly format: "date-time";
7374
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7375
+ };
7376
+ readonly coverage: {
7377
+ readonly type: "string";
7378
+ readonly enum: readonly ["complete", "partial"];
7379
+ };
7380
+ readonly eventCount: {
7381
+ readonly type: "integer";
7382
+ readonly minimum: 0;
7383
+ readonly maximum: 9007199254740991;
7384
+ };
7385
+ readonly activeDays: {
7386
+ readonly type: "integer";
7387
+ readonly minimum: 0;
7388
+ readonly maximum: 7;
7389
+ };
7390
+ };
7391
+ readonly required: readonly ["weekStartAt", "coverage", "eventCount", "activeDays"];
7392
+ readonly additionalProperties: false;
7393
+ }, {
7394
+ readonly type: "object";
7395
+ readonly properties: {
7396
+ readonly weekStartAt: {
7397
+ readonly type: "string";
7398
+ readonly format: "date-time";
7399
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7400
+ };
7401
+ readonly coverage: {
7402
+ readonly type: "string";
7403
+ readonly const: "unavailable";
7404
+ };
7405
+ };
7406
+ readonly required: readonly ["weekStartAt", "coverage"];
7407
+ readonly additionalProperties: false;
7408
+ }];
7409
+ };
7410
+ };
7411
+ };
7412
+ readonly required: readonly ["window", "coverage", "eventCount", "activeDays", "activeWeeks", "firstObservedAt", "lastObservedAt"];
7413
+ readonly additionalProperties: false;
7414
+ }, {
7415
+ readonly type: "object";
7416
+ readonly properties: {
7417
+ readonly window: {
7418
+ readonly type: "object";
7419
+ readonly properties: {
7420
+ readonly startAt: {
7421
+ readonly type: "string";
7422
+ readonly format: "date-time";
7423
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7424
+ };
7425
+ readonly endAt: {
7426
+ readonly type: "string";
7427
+ readonly format: "date-time";
7428
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$";
7429
+ };
7430
+ };
7431
+ readonly required: readonly ["startAt", "endAt"];
7432
+ readonly additionalProperties: false;
7433
+ };
7434
+ readonly coverage: {
7435
+ readonly type: "string";
7436
+ readonly const: "unavailable";
7437
+ };
7438
+ readonly reason: {
7439
+ readonly type: "string";
7440
+ readonly enum: readonly ["SOURCE_BLOCKED", "SOURCE_NOT_READY", "QUERY_FAILED"];
7441
+ };
7442
+ };
7443
+ readonly required: readonly ["window", "coverage", "reason"];
7444
+ readonly additionalProperties: false;
7445
+ }];
7446
+ };
7447
+ };
7448
+ readonly required: readonly ["id", "revision", "sourceKey", "featureKey", "name", "rule", "evidence"];
7449
+ readonly additionalProperties: false;
7450
+ };
7451
+ };
7452
+ };
7453
+ readonly required: readonly ["customer", "features"];
7454
+ readonly additionalProperties: false;
7455
+ };
7456
+ };
7457
+ readonly outlit_list_attention_items: {
7458
+ readonly toolName: "outlit_list_attention_items";
7459
+ readonly commandId: "attention.list";
7460
+ readonly commandVersion: 1;
7461
+ readonly ownerDomain: "attention";
7462
+ readonly title: "List Attention Items";
7463
+ readonly description: "List authorized open or resolved Attention items. Returns bounded customer identity, current priority, ARR importance, lifecycle timestamps, and a prepared-action URL without evidence bodies or internal agent state.";
7464
+ readonly inputSchema: {
7465
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7466
+ readonly type: "object";
7467
+ readonly properties: {
7468
+ readonly status: {
7469
+ readonly description: "Attention lifecycle to list (default: open)";
7470
+ readonly default: "open";
7471
+ readonly type: "string";
7472
+ readonly enum: readonly ["open", "resolved"];
7473
+ };
7474
+ readonly customerId: {
7475
+ readonly description: "Filter by exact customer ID";
7476
+ readonly type: "string";
7477
+ readonly format: "uuid";
7478
+ readonly pattern: "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$";
7479
+ };
7480
+ readonly limit: {
7481
+ readonly description: "Results per page (default: 25, max: 100)";
7482
+ readonly default: 25;
7483
+ readonly type: "integer";
7484
+ readonly minimum: 1;
7485
+ readonly maximum: 100;
7486
+ };
7487
+ readonly cursor: {
7488
+ readonly description: "Opaque cursor from a previous response with the same filters";
7489
+ readonly type: "string";
7490
+ readonly minLength: 1;
7491
+ readonly maxLength: 2000;
7492
+ };
7493
+ };
7494
+ readonly additionalProperties: false;
7495
+ };
7496
+ readonly outputSchema: {
7497
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7498
+ readonly type: "object";
7499
+ readonly properties: {
7500
+ readonly items: {
7501
+ readonly maxItems: 100;
7502
+ readonly type: "array";
7503
+ readonly items: {
7504
+ readonly type: "object";
7505
+ readonly properties: {
7506
+ readonly id: {
7507
+ readonly type: "string";
7508
+ readonly minLength: 1;
7509
+ readonly maxLength: 500;
7510
+ };
7511
+ readonly customer: {
7512
+ readonly type: "object";
7513
+ readonly properties: {
7514
+ readonly id: {
7515
+ readonly type: "string";
7516
+ readonly minLength: 1;
7517
+ readonly maxLength: 500;
7518
+ };
7519
+ readonly name: {
7520
+ readonly type: "string";
7521
+ readonly minLength: 1;
7522
+ readonly maxLength: 500;
7523
+ };
7524
+ readonly domain: {
7525
+ readonly type: "string";
7526
+ readonly maxLength: 253;
7527
+ };
7528
+ readonly ownerName: {
7529
+ readonly anyOf: readonly [{
7530
+ readonly type: "string";
7531
+ readonly minLength: 1;
7532
+ readonly maxLength: 500;
7533
+ }, {
7534
+ readonly type: "null";
7535
+ }];
7536
+ };
7537
+ };
7538
+ readonly required: readonly ["id", "name", "domain", "ownerName"];
7539
+ readonly additionalProperties: false;
7540
+ };
7541
+ readonly title: {
7542
+ readonly type: "string";
7543
+ readonly minLength: 1;
7544
+ readonly maxLength: 240;
7545
+ };
7546
+ readonly priority: {
7547
+ readonly type: "string";
7548
+ readonly enum: readonly ["NORMAL", "HIGH", "URGENT"];
7549
+ };
7550
+ readonly evidenceCount: {
7551
+ readonly type: "integer";
7552
+ readonly minimum: 0;
7553
+ readonly maximum: 50;
7554
+ };
7555
+ readonly lifecycle: {
7556
+ readonly type: "object";
7557
+ readonly properties: {
7558
+ readonly status: {
7559
+ readonly type: "string";
7560
+ readonly enum: readonly ["open", "resolved"];
7561
+ };
7562
+ readonly customerVisibleAt: {
7563
+ readonly type: "string";
7564
+ readonly format: "date-time";
7565
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7566
+ };
7567
+ readonly resolvedAt: {
7568
+ readonly anyOf: readonly [{
7569
+ readonly type: "string";
7570
+ readonly format: "date-time";
7571
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7572
+ }, {
7573
+ readonly type: "null";
7574
+ }];
7575
+ };
7576
+ readonly reopenedAt: {
7577
+ readonly anyOf: readonly [{
7578
+ readonly type: "string";
7579
+ readonly format: "date-time";
7580
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7581
+ }, {
7582
+ readonly type: "null";
7583
+ }];
7584
+ };
7585
+ readonly createdAt: {
7586
+ readonly type: "string";
7587
+ readonly format: "date-time";
7588
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7589
+ };
7590
+ readonly updatedAt: {
7591
+ readonly type: "string";
7592
+ readonly format: "date-time";
7593
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7594
+ };
7595
+ readonly materialUpdateAt: {
7596
+ readonly anyOf: readonly [{
7597
+ readonly type: "string";
7598
+ readonly format: "date-time";
7599
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7600
+ }, {
7601
+ readonly type: "null";
7602
+ }];
7603
+ };
7604
+ };
7605
+ readonly required: readonly ["status", "customerVisibleAt", "resolvedAt", "reopenedAt", "createdAt", "updatedAt", "materialUpdateAt"];
7606
+ readonly additionalProperties: false;
7607
+ };
7608
+ readonly accountImportance: {
7609
+ readonly type: "object";
7610
+ readonly properties: {
7611
+ readonly arrCents: {
7612
+ readonly anyOf: readonly [{
7613
+ readonly type: "number";
7614
+ readonly minimum: 0;
7615
+ }, {
7616
+ readonly type: "null";
7617
+ }];
7618
+ };
7619
+ readonly currency: {
7620
+ readonly anyOf: readonly [{
7621
+ readonly type: "string";
7622
+ readonly pattern: "^[A-Z]{3}$";
7623
+ }, {
7624
+ readonly type: "null";
7625
+ }];
7626
+ };
7627
+ readonly arrShareWithinCurrency: {
7628
+ readonly anyOf: readonly [{
7629
+ readonly type: "number";
7630
+ readonly minimum: 0;
7631
+ readonly maximum: 1;
7632
+ }, {
7633
+ readonly type: "null";
7634
+ }];
7635
+ readonly description: "Organization ARR share among customers using the same currency";
7636
+ };
7637
+ readonly arrPercentileWithinCurrency: {
7638
+ readonly anyOf: readonly [{
7639
+ readonly type: "number";
7640
+ readonly minimum: 0;
7641
+ readonly maximum: 100;
7642
+ }, {
7643
+ readonly type: "null";
7644
+ }];
7645
+ readonly description: "ARR percentile among customers using the same currency";
7646
+ };
7647
+ readonly segments: {
7648
+ readonly maxItems: 50;
7649
+ readonly type: "array";
7650
+ readonly items: {
7651
+ readonly type: "string";
7652
+ readonly minLength: 1;
7653
+ readonly maxLength: 240;
7654
+ };
7655
+ };
7656
+ };
7657
+ readonly required: readonly ["arrCents", "currency", "arrShareWithinCurrency", "arrPercentileWithinCurrency", "segments"];
7658
+ readonly additionalProperties: false;
7659
+ };
7660
+ readonly preparedActionUrl: {
7661
+ readonly anyOf: readonly [{
7662
+ readonly type: "string";
7663
+ readonly maxLength: 2000;
7664
+ readonly format: "uri";
7665
+ }, {
7666
+ readonly type: "null";
7667
+ }];
7668
+ };
7669
+ };
7670
+ readonly required: readonly ["id", "customer", "title", "priority", "evidenceCount", "lifecycle", "accountImportance", "preparedActionUrl"];
7671
+ readonly additionalProperties: false;
7672
+ };
7673
+ };
7674
+ readonly pagination: {
7675
+ readonly type: "object";
7676
+ readonly properties: {
7677
+ readonly hasMore: {
7678
+ readonly type: "boolean";
7679
+ };
7680
+ readonly nextCursor: {
7681
+ readonly anyOf: readonly [{
7682
+ readonly type: "string";
7683
+ readonly minLength: 1;
7684
+ readonly maxLength: 2000;
7685
+ }, {
7686
+ readonly type: "null";
7687
+ }];
7688
+ };
7689
+ readonly total: {
7690
+ readonly type: "integer";
7691
+ readonly minimum: 0;
7692
+ readonly maximum: 9007199254740991;
7693
+ };
7694
+ };
7695
+ readonly required: readonly ["hasMore", "nextCursor", "total"];
7696
+ readonly additionalProperties: false;
7697
+ };
7698
+ };
7699
+ readonly required: readonly ["items", "pagination"];
7700
+ readonly additionalProperties: false;
7701
+ };
7702
+ };
7703
+ readonly outlit_get_attention_item: {
7704
+ readonly toolName: "outlit_get_attention_item";
7705
+ readonly commandId: "attention.get";
7706
+ readonly commandVersion: 1;
7707
+ readonly ownerDomain: "attention";
7708
+ readonly title: "Get Attention Item";
7709
+ readonly description: "Get one authorized Attention item with its bounded current assessment, timeline, evidence summaries, and prepared-action URL. Does not return evidence IDs, quotes, email drafts, or internal agent state.";
7710
+ readonly inputSchema: {
7711
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7712
+ readonly type: "object";
7713
+ readonly properties: {
7714
+ readonly id: {
7715
+ readonly type: "string";
7716
+ readonly format: "uuid";
7717
+ readonly pattern: "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$";
7718
+ readonly description: "Exact Attention item ID";
7719
+ };
7720
+ };
7721
+ readonly required: readonly ["id"];
7722
+ readonly additionalProperties: false;
7723
+ };
7724
+ readonly outputSchema: {
7725
+ readonly $schema: "https://json-schema.org/draft/2020-12/schema";
7726
+ readonly type: "object";
7727
+ readonly properties: {
7728
+ readonly id: {
7729
+ readonly type: "string";
7730
+ readonly minLength: 1;
7731
+ readonly maxLength: 500;
7732
+ };
7733
+ readonly customer: {
7734
+ readonly type: "object";
7735
+ readonly properties: {
7736
+ readonly id: {
7737
+ readonly type: "string";
7738
+ readonly minLength: 1;
7739
+ readonly maxLength: 500;
7740
+ };
7741
+ readonly name: {
7742
+ readonly type: "string";
7743
+ readonly minLength: 1;
7744
+ readonly maxLength: 500;
7745
+ };
7746
+ readonly domain: {
7747
+ readonly type: "string";
7748
+ readonly maxLength: 253;
7749
+ };
7750
+ readonly ownerName: {
7751
+ readonly anyOf: readonly [{
7752
+ readonly type: "string";
7753
+ readonly minLength: 1;
7754
+ readonly maxLength: 500;
7755
+ }, {
7756
+ readonly type: "null";
7757
+ }];
7758
+ };
7759
+ };
7760
+ readonly required: readonly ["id", "name", "domain", "ownerName"];
7761
+ readonly additionalProperties: false;
7762
+ };
7763
+ readonly title: {
7764
+ readonly type: "string";
7765
+ readonly minLength: 1;
7766
+ readonly maxLength: 240;
7767
+ };
7768
+ readonly priority: {
7769
+ readonly type: "string";
7770
+ readonly enum: readonly ["NORMAL", "HIGH", "URGENT"];
7771
+ };
7772
+ readonly evidenceCount: {
7773
+ readonly type: "integer";
7774
+ readonly minimum: 0;
7775
+ readonly maximum: 50;
7776
+ };
7777
+ readonly lifecycle: {
7778
+ readonly type: "object";
7779
+ readonly properties: {
7780
+ readonly status: {
7781
+ readonly type: "string";
7782
+ readonly enum: readonly ["open", "resolved"];
7783
+ };
7784
+ readonly customerVisibleAt: {
7785
+ readonly type: "string";
7786
+ readonly format: "date-time";
7787
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7788
+ };
7789
+ readonly resolvedAt: {
7790
+ readonly anyOf: readonly [{
7791
+ readonly type: "string";
7792
+ readonly format: "date-time";
7793
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7794
+ }, {
7795
+ readonly type: "null";
7796
+ }];
7797
+ };
7798
+ readonly reopenedAt: {
7799
+ readonly anyOf: readonly [{
7800
+ readonly type: "string";
7801
+ readonly format: "date-time";
7802
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7803
+ }, {
7804
+ readonly type: "null";
7805
+ }];
7806
+ };
7807
+ readonly createdAt: {
7808
+ readonly type: "string";
7809
+ readonly format: "date-time";
7810
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7811
+ };
7812
+ readonly updatedAt: {
7813
+ readonly type: "string";
7814
+ readonly format: "date-time";
7815
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7816
+ };
7817
+ readonly materialUpdateAt: {
7818
+ readonly anyOf: readonly [{
7819
+ readonly type: "string";
7820
+ readonly format: "date-time";
7821
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7822
+ }, {
7823
+ readonly type: "null";
7824
+ }];
7825
+ };
7826
+ };
7827
+ readonly required: readonly ["status", "customerVisibleAt", "resolvedAt", "reopenedAt", "createdAt", "updatedAt", "materialUpdateAt"];
7828
+ readonly additionalProperties: false;
7829
+ };
7830
+ readonly accountImportance: {
7831
+ readonly type: "object";
7832
+ readonly properties: {
7833
+ readonly arrCents: {
7834
+ readonly anyOf: readonly [{
7835
+ readonly type: "number";
7836
+ readonly minimum: 0;
7837
+ }, {
7838
+ readonly type: "null";
7839
+ }];
7840
+ };
7841
+ readonly currency: {
7842
+ readonly anyOf: readonly [{
7843
+ readonly type: "string";
7844
+ readonly pattern: "^[A-Z]{3}$";
7845
+ }, {
7846
+ readonly type: "null";
7847
+ }];
7848
+ };
7849
+ readonly arrShareWithinCurrency: {
7850
+ readonly anyOf: readonly [{
7851
+ readonly type: "number";
7852
+ readonly minimum: 0;
7853
+ readonly maximum: 1;
7854
+ }, {
7855
+ readonly type: "null";
7856
+ }];
7857
+ readonly description: "Organization ARR share among customers using the same currency";
7858
+ };
7859
+ readonly arrPercentileWithinCurrency: {
7860
+ readonly anyOf: readonly [{
7861
+ readonly type: "number";
7862
+ readonly minimum: 0;
7863
+ readonly maximum: 100;
7864
+ }, {
7865
+ readonly type: "null";
7866
+ }];
7867
+ readonly description: "ARR percentile among customers using the same currency";
7868
+ };
7869
+ readonly segments: {
7870
+ readonly maxItems: 50;
7871
+ readonly type: "array";
7872
+ readonly items: {
7873
+ readonly type: "string";
7874
+ readonly minLength: 1;
7875
+ readonly maxLength: 240;
7876
+ };
7877
+ };
7878
+ };
7879
+ readonly required: readonly ["arrCents", "currency", "arrShareWithinCurrency", "arrPercentileWithinCurrency", "segments"];
7880
+ readonly additionalProperties: false;
7881
+ };
7882
+ readonly preparedActionUrl: {
7883
+ readonly anyOf: readonly [{
7884
+ readonly type: "string";
7885
+ readonly maxLength: 2000;
7886
+ readonly format: "uri";
7887
+ }, {
7888
+ readonly type: "null";
7889
+ }];
7890
+ };
7891
+ readonly whatChanged: {
7892
+ readonly type: "string";
7893
+ readonly minLength: 1;
7894
+ readonly maxLength: 8000;
7895
+ };
7896
+ readonly whyItMatters: {
7897
+ readonly type: "string";
7898
+ readonly minLength: 1;
7899
+ readonly maxLength: 8000;
7900
+ };
7901
+ readonly uncertainty: {
7902
+ readonly anyOf: readonly [{
7903
+ readonly type: "string";
7904
+ readonly minLength: 1;
7905
+ readonly maxLength: 8000;
7906
+ }, {
7907
+ readonly type: "null";
7908
+ }];
7909
+ };
7910
+ readonly priorityReason: {
7911
+ readonly type: "string";
7912
+ readonly minLength: 1;
7913
+ readonly maxLength: 8000;
7914
+ };
7915
+ readonly timeline: {
7916
+ readonly maxItems: 20;
7917
+ readonly type: "array";
7918
+ readonly items: {
7919
+ readonly type: "object";
7920
+ readonly properties: {
7921
+ readonly title: {
7922
+ readonly type: "string";
7923
+ readonly minLength: 1;
7924
+ readonly maxLength: 240;
7925
+ };
7926
+ readonly explanation: {
7927
+ readonly type: "string";
7928
+ readonly minLength: 1;
7929
+ readonly maxLength: 4000;
7930
+ };
7931
+ readonly observedAt: {
7932
+ readonly type: "string";
7933
+ readonly format: "date-time";
7934
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7935
+ };
7936
+ };
7937
+ readonly required: readonly ["title", "explanation", "observedAt"];
7938
+ readonly additionalProperties: false;
7939
+ };
7940
+ };
7941
+ readonly evidence: {
7942
+ readonly maxItems: 20;
7943
+ readonly type: "array";
7944
+ readonly items: {
7945
+ readonly type: "object";
7946
+ readonly properties: {
7947
+ readonly role: {
7948
+ readonly type: "string";
7949
+ readonly enum: readonly ["supporting", "contradictory", "context"];
7950
+ };
7951
+ readonly kind: {
7952
+ readonly type: "string";
7953
+ readonly enum: readonly ["metric", "communication", "record", "event"];
7954
+ };
7955
+ readonly title: {
7956
+ readonly type: "string";
7957
+ readonly minLength: 1;
7958
+ readonly maxLength: 500;
7959
+ };
7960
+ readonly observedAt: {
7961
+ readonly anyOf: readonly [{
7962
+ readonly type: "string";
7963
+ readonly format: "date-time";
7964
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7965
+ }, {
7966
+ readonly type: "null";
7967
+ }];
7968
+ };
7969
+ readonly window: {
7970
+ readonly anyOf: readonly [{
7971
+ readonly type: "object";
7972
+ readonly properties: {
7973
+ readonly start: {
7974
+ readonly type: "string";
7975
+ readonly format: "date-time";
7976
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7977
+ };
7978
+ readonly end: {
7979
+ readonly type: "string";
7980
+ readonly format: "date-time";
7981
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
7982
+ };
7983
+ };
7984
+ readonly required: readonly ["start", "end"];
7985
+ readonly additionalProperties: false;
7986
+ }, {
7987
+ readonly type: "null";
7988
+ }];
7989
+ };
7990
+ readonly sourceLabel: {
7991
+ readonly type: "string";
7992
+ readonly minLength: 1;
7993
+ readonly maxLength: 240;
7994
+ };
7995
+ };
7996
+ readonly required: readonly ["role", "kind", "title", "observedAt", "window", "sourceLabel"];
7997
+ readonly additionalProperties: false;
7998
+ };
7999
+ };
8000
+ readonly latestUpdate: {
8001
+ readonly anyOf: readonly [{
8002
+ readonly type: "object";
8003
+ readonly properties: {
8004
+ readonly updatedAt: {
8005
+ readonly type: "string";
8006
+ readonly format: "date-time";
8007
+ readonly pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$";
8008
+ };
8009
+ readonly summary: {
8010
+ readonly type: "string";
8011
+ readonly minLength: 1;
8012
+ readonly maxLength: 8000;
8013
+ };
8014
+ };
8015
+ readonly required: readonly ["updatedAt", "summary"];
8016
+ readonly additionalProperties: false;
8017
+ }, {
8018
+ readonly type: "null";
8019
+ }];
6714
8020
  };
6715
8021
  };
6716
- readonly required: readonly ["created", "metric"];
8022
+ readonly required: readonly ["id", "customer", "title", "priority", "evidenceCount", "lifecycle", "accountImportance", "preparedActionUrl", "whatChanged", "whyItMatters", "uncertainty", "priorityReason", "timeline", "evidence", "latestUpdate"];
6717
8023
  readonly additionalProperties: false;
6718
8024
  };
6719
8025
  };
@@ -6734,8 +8040,8 @@ declare const publicOpenApiTransports: readonly [{
6734
8040
  declare const consumerToolPolicies: {
6735
8041
  readonly default: readonly ["outlit_list_customers", "outlit_list_users", "outlit_get_customer", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context"];
6736
8042
  readonly analytical: readonly ["outlit_list_customers", "outlit_list_users", "outlit_get_customer", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema"];
6737
- readonly pi: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings"];
6738
- readonly cli: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_behavior_metric_sources", "outlit_list_behavior_metric_events", "outlit_create_behavior_metric"];
8043
+ readonly pi: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_get_customer_relationship", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_features", "outlit_create_feature", "outlit_archive_feature", "outlit_get_customer_features", "outlit_list_attention_items", "outlit_get_attention_item"];
8044
+ readonly cli: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_get_customer_relationship", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_features", "outlit_create_feature", "outlit_archive_feature", "outlit_get_customer_features", "outlit_list_attention_items", "outlit_get_attention_item"];
6739
8045
  };
6740
8046
  declare const toolGatewayTransport: {
6741
8047
  readonly method: "POST";
@@ -7636,7 +8942,7 @@ declare const userJourneyStages: readonly ["DISCOVERED", "SIGNED_UP", "ACTIVATED
7636
8942
  declare const userListOrderFields: readonly ["last_activity_at", "first_seen_at", "email"];
7637
8943
  declare const workspaceUserListOrderFields: readonly ["name", "email", "owned_customer_count"];
7638
8944
  declare const schemaTables: readonly ["activity", "customers", "users", "revenue"];
7639
- declare const sdkConsumerContractHash: "39fe276d5127aa59cdfc0172cc44c9281beb62b1942c44094421f2a56fbb40fa";
8945
+ declare const sdkConsumerContractHash: "b5ae0da99791dfe29fff680e3c7320fd333d81d4b68ad09824791dd7e993d266";
7640
8946
 
7641
8947
  type JsonSchema = Readonly<Record<string, unknown>>;
7642
8948
  type PublicToolName = (typeof publicToolNames)[number];
@@ -7715,6 +9021,20 @@ type CustomerListResult = PublicToolResult<"outlit_list_customers">;
7715
9021
  type CustomerListItem = CustomerListResult["items"][number];
7716
9022
  type CustomerDetailResult = PublicToolResult<"outlit_get_customer">;
7717
9023
  type CustomerDetail = CustomerDetailResult["customer"];
9024
+ type CustomerRelationshipResult = PublicToolResult<"outlit_get_customer_relationship">;
9025
+ type CustomerRelationship = CustomerRelationshipResult["relationship"];
9026
+ type AttentionListResult = PublicToolResult<"outlit_list_attention_items">;
9027
+ type AttentionItemSummary = AttentionListResult["items"][number];
9028
+ type AttentionItemResult = PublicToolResult<"outlit_get_attention_item">;
9029
+ type AttentionItem = AttentionItemResult;
9030
+ type FeatureListResult = PublicToolResult<"outlit_list_features">;
9031
+ type Feature = FeatureListResult["features"][number];
9032
+ type FeatureCreateResult = PublicToolResult<"outlit_create_feature">;
9033
+ type FeatureDefinition = FeatureCreateResult["feature"];
9034
+ type FeatureArchiveResult = PublicToolResult<"outlit_archive_feature">;
9035
+ type FeatureRef = FeatureArchiveResult["feature"];
9036
+ type CustomerFeaturesResult = PublicToolResult<"outlit_get_customer_features">;
9037
+ type CustomerFeature = CustomerFeaturesResult["features"][number];
7718
9038
  interface CustomerAnalyticsRow {
7719
9039
  activated_at: string | null;
7720
9040
  [column: string]: unknown;
@@ -7772,11 +9092,11 @@ declare function matchesGeneratedJsonSchema<TSchema extends RuntimeJsonSchema>(v
7772
9092
 
7773
9093
  declare const defaultToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_get_customer", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context"];
7774
9094
  declare const analyticalToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_get_customer", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema"];
7775
- declare const piToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings"];
7776
- declare const cliToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_behavior_metric_sources", "outlit_list_behavior_metric_events", "outlit_create_behavior_metric"];
7777
- declare const allPublicToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_behavior_metric_sources", "outlit_list_behavior_metric_events", "outlit_create_behavior_metric"];
9095
+ declare const piToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_get_customer_relationship", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_features", "outlit_create_feature", "outlit_archive_feature", "outlit_get_customer_features", "outlit_list_attention_items", "outlit_get_attention_item"];
9096
+ declare const cliToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_get_customer_relationship", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_features", "outlit_create_feature", "outlit_archive_feature", "outlit_get_customer_features", "outlit_list_attention_items", "outlit_get_attention_item"];
9097
+ declare const allPublicToolNames: readonly ["outlit_list_customers", "outlit_list_users", "outlit_list_workspace_users", "outlit_get_customer", "outlit_get_customer_relationship", "outlit_assign_customer_owner", "outlit_grant_customer_access", "outlit_update_customer_access", "outlit_revoke_customer_access", "outlit_get_timeline", "outlit_list_facts", "outlit_get_fact", "outlit_get_source", "outlit_list_sources", "outlit_search_customer_context", "outlit_query", "outlit_schema", "outlit_list_destinations", "outlit_get_destination", "outlit_create_destination", "outlit_update_destination", "outlit_enable_destination", "outlit_disable_destination", "outlit_archive_destination", "outlit_get_integration_capabilities", "outlit_begin_integration_setup", "outlit_get_integration_setup_status", "outlit_get_integration_status", "outlit_setup_integration", "outlit_get_customer_activation", "outlit_preview_customer_activation", "outlit_update_customer_activation", "outlit_get_workspace_settings", "outlit_update_workspace_settings", "outlit_list_features", "outlit_create_feature", "outlit_archive_feature", "outlit_get_customer_features", "outlit_list_attention_items", "outlit_get_attention_item"];
7778
9098
  type CliToolName = (typeof cliToolNames)[number];
7779
9099
  type PiToolName = (typeof piToolNames)[number];
7780
9100
  declare const sqlToolNames: ("outlit_list_customers" | "outlit_list_users" | "outlit_get_customer" | "outlit_get_timeline" | "outlit_list_facts" | "outlit_get_fact" | "outlit_get_source" | "outlit_list_sources" | "outlit_search_customer_context" | "outlit_query" | "outlit_schema")[];
7781
9101
 
7782
- export { type ApiKeyValidationFailure, type ApiKeyValidationSuccess, type CliToolName, type CustomerAnalyticsRow, type CustomerContextSearchInput, type CustomerDetail, type CustomerDetailResult, type CustomerListItem, type CustomerListResult, type CustomerSourceType, type CustomerSourceTypeInput, DEFAULT_OUTLIT_API_URL, type JsonSchema, type JsonSchemaValue, OutlitToolsApiError, type OutlitToolsClient, type OutlitToolsClientOptions, type OutlitToolsFetch, type PiToolName, type PublicToolContract, type PublicToolName, type PublicToolResult, type RuntimeJsonSchema, type SearchArgsLike, type ToolGatewayErrorCode, type ToolGatewayErrorEnvelope, allPublicToolNames, analyticalToolNames, apiKeyGrants, apiKeyValidationFailureSchema, apiKeyValidationSuccessSchema, apiKeyValidationTransport, cliToolNames, consumerToolPolicies, contractVersion, createOutlitClient, customerActivityWindows, customerBillingStatuses, customerFactCategories, customerFactIncludes, customerFactStatuses, customerFactTypes, customerIncludeSections, customerListOrderFields, customerSourceTypeAliasMap, customerSourceTypeAliases, customerSourceTypeInputs, customerSourceTypes, customerTimeframes, defaultToolNames, getPublicToolContract, ingestTransport, isOutlitToolsApiError, isPublicToolName, matchesGeneratedJsonSchema, normalizeCustomerSourceType, piToolNames, publicOpenApiTransports, publicToolContracts, publicToolNames, resolveCustomerContextSearchInput, schemaTables, sdkConsumerContractHash, sqlToolNames, timelineChannels, timelineTimeframes, toolGatewayErrorCodes, toolGatewayErrorSchema, toolGatewayTransport, unsupportedCustomerFactTypes, userJourneyStages, userListOrderFields, workspaceUserListOrderFields };
9102
+ export { type ApiKeyValidationFailure, type ApiKeyValidationSuccess, type AttentionItem, type AttentionItemResult, type AttentionItemSummary, type AttentionListResult, type CliToolName, type CustomerAnalyticsRow, type CustomerContextSearchInput, type CustomerDetail, type CustomerDetailResult, type CustomerFeature, type CustomerFeaturesResult, type CustomerListItem, type CustomerListResult, type CustomerRelationship, type CustomerRelationshipResult, type CustomerSourceType, type CustomerSourceTypeInput, DEFAULT_OUTLIT_API_URL, type Feature, type FeatureArchiveResult, type FeatureCreateResult, type FeatureDefinition, type FeatureListResult, type FeatureRef, type JsonSchema, type JsonSchemaValue, OutlitToolsApiError, type OutlitToolsClient, type OutlitToolsClientOptions, type OutlitToolsFetch, type PiToolName, type PublicToolContract, type PublicToolName, type PublicToolResult, type RuntimeJsonSchema, type SearchArgsLike, type ToolGatewayErrorCode, type ToolGatewayErrorEnvelope, allPublicToolNames, analyticalToolNames, apiKeyGrants, apiKeyValidationFailureSchema, apiKeyValidationSuccessSchema, apiKeyValidationTransport, cliToolNames, consumerToolPolicies, contractVersion, createOutlitClient, customerActivityWindows, customerBillingStatuses, customerFactCategories, customerFactIncludes, customerFactStatuses, customerFactTypes, customerIncludeSections, customerListOrderFields, customerSourceTypeAliasMap, customerSourceTypeAliases, customerSourceTypeInputs, customerSourceTypes, customerTimeframes, defaultToolNames, getPublicToolContract, ingestTransport, isOutlitToolsApiError, isPublicToolName, matchesGeneratedJsonSchema, normalizeCustomerSourceType, piToolNames, publicOpenApiTransports, publicToolContracts, publicToolNames, resolveCustomerContextSearchInput, schemaTables, sdkConsumerContractHash, sqlToolNames, timelineChannels, timelineTimeframes, toolGatewayErrorCodes, toolGatewayErrorSchema, toolGatewayTransport, unsupportedCustomerFactTypes, userJourneyStages, userListOrderFields, workspaceUserListOrderFields };