@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.js CHANGED
@@ -5,6 +5,7 @@ var publicToolNames = [
5
5
  "outlit_list_users",
6
6
  "outlit_list_workspace_users",
7
7
  "outlit_get_customer",
8
+ "outlit_get_customer_relationship",
8
9
  "outlit_assign_customer_owner",
9
10
  "outlit_grant_customer_access",
10
11
  "outlit_update_customer_access",
@@ -34,9 +35,12 @@ var publicToolNames = [
34
35
  "outlit_update_customer_activation",
35
36
  "outlit_get_workspace_settings",
36
37
  "outlit_update_workspace_settings",
37
- "outlit_list_behavior_metric_sources",
38
- "outlit_list_behavior_metric_events",
39
- "outlit_create_behavior_metric"
38
+ "outlit_list_features",
39
+ "outlit_create_feature",
40
+ "outlit_archive_feature",
41
+ "outlit_get_customer_features",
42
+ "outlit_list_attention_items",
43
+ "outlit_get_attention_item"
40
44
  ];
41
45
  var publicToolContracts = {
42
46
  "outlit_list_customers": {
@@ -1539,6 +1543,157 @@ var publicToolContracts = {
1539
1543
  "additionalProperties": false
1540
1544
  }
1541
1545
  },
1546
+ "outlit_get_customer_relationship": {
1547
+ "toolName": "outlit_get_customer_relationship",
1548
+ "commandId": "customer.relationship.get",
1549
+ "commandVersion": 1,
1550
+ "ownerDomain": "customers",
1551
+ "title": "Get Customer Relationship",
1552
+ "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.",
1553
+ "inputSchema": {
1554
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1555
+ "type": "object",
1556
+ "properties": {
1557
+ "customer": {
1558
+ "type": "string",
1559
+ "minLength": 1,
1560
+ "maxLength": 500,
1561
+ "description": "Customer ID, domain, or exact customer name to look up"
1562
+ }
1563
+ },
1564
+ "required": [
1565
+ "customer"
1566
+ ],
1567
+ "additionalProperties": false
1568
+ },
1569
+ "outputSchema": {
1570
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
1571
+ "type": "object",
1572
+ "properties": {
1573
+ "customer": {
1574
+ "type": "object",
1575
+ "properties": {
1576
+ "id": {
1577
+ "type": "string"
1578
+ },
1579
+ "name": {
1580
+ "anyOf": [
1581
+ {
1582
+ "type": "string"
1583
+ },
1584
+ {
1585
+ "type": "null"
1586
+ }
1587
+ ]
1588
+ },
1589
+ "domain": {
1590
+ "anyOf": [
1591
+ {
1592
+ "type": "string"
1593
+ },
1594
+ {
1595
+ "type": "null"
1596
+ }
1597
+ ]
1598
+ }
1599
+ },
1600
+ "required": [
1601
+ "id",
1602
+ "name",
1603
+ "domain"
1604
+ ],
1605
+ "additionalProperties": false
1606
+ },
1607
+ "relationship": {
1608
+ "type": "object",
1609
+ "properties": {
1610
+ "summary": {
1611
+ "anyOf": [
1612
+ {
1613
+ "type": "string",
1614
+ "minLength": 1,
1615
+ "maxLength": 240
1616
+ },
1617
+ {
1618
+ "type": "null"
1619
+ }
1620
+ ]
1621
+ },
1622
+ "items": {
1623
+ "maxItems": 8,
1624
+ "type": "array",
1625
+ "items": {
1626
+ "type": "object",
1627
+ "properties": {
1628
+ "category": {
1629
+ "type": "string",
1630
+ "minLength": 1,
1631
+ "maxLength": 120
1632
+ },
1633
+ "statement": {
1634
+ "type": "string",
1635
+ "minLength": 1,
1636
+ "maxLength": 500
1637
+ },
1638
+ "observedAt": {
1639
+ "anyOf": [
1640
+ {
1641
+ "type": "string",
1642
+ "format": "date-time",
1643
+ "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))$"
1644
+ },
1645
+ {
1646
+ "type": "null"
1647
+ }
1648
+ ]
1649
+ },
1650
+ "sourceLabels": {
1651
+ "maxItems": 4,
1652
+ "type": "array",
1653
+ "items": {
1654
+ "type": "string",
1655
+ "minLength": 1,
1656
+ "maxLength": 100
1657
+ }
1658
+ }
1659
+ },
1660
+ "required": [
1661
+ "category",
1662
+ "statement",
1663
+ "observedAt",
1664
+ "sourceLabels"
1665
+ ],
1666
+ "additionalProperties": false
1667
+ }
1668
+ },
1669
+ "updatedAt": {
1670
+ "anyOf": [
1671
+ {
1672
+ "type": "string",
1673
+ "format": "date-time",
1674
+ "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))$"
1675
+ },
1676
+ {
1677
+ "type": "null"
1678
+ }
1679
+ ]
1680
+ }
1681
+ },
1682
+ "required": [
1683
+ "summary",
1684
+ "items",
1685
+ "updatedAt"
1686
+ ],
1687
+ "additionalProperties": false
1688
+ }
1689
+ },
1690
+ "required": [
1691
+ "customer",
1692
+ "relationship"
1693
+ ],
1694
+ "additionalProperties": false
1695
+ }
1696
+ },
1542
1697
  "outlit_assign_customer_owner": {
1543
1698
  "toolName": "outlit_assign_customer_owner",
1544
1699
  "commandId": "customer.owner.assign",
@@ -1856,13 +2011,13 @@ var publicToolContracts = {
1856
2011
  ]
1857
2012
  },
1858
2013
  "startDate": {
1859
- "description": "Start of time window (ISO 8601, e.g. '2025-01-01T00:00:00Z'). Cannot be used with timeframe.",
2014
+ "description": "Start of time window, inclusive (ISO 8601 UTC, e.g. '2025-01-01T00:00:00.000Z'). Cannot be used with timeframe.",
1860
2015
  "type": "string",
1861
2016
  "format": "date-time",
1862
2017
  "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))$"
1863
2018
  },
1864
2019
  "endDate": {
1865
- "description": "End of time window (ISO 8601, e.g. '2025-01-31T23:59:59Z'). Cannot be used with timeframe.",
2020
+ "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.",
1866
2021
  "type": "string",
1867
2022
  "format": "date-time",
1868
2023
  "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))$"
@@ -8722,17 +8877,34 @@ var publicToolContracts = {
8722
8877
  "additionalProperties": false
8723
8878
  }
8724
8879
  },
8725
- "outlit_list_behavior_metric_sources": {
8726
- "toolName": "outlit_list_behavior_metric_sources",
8727
- "commandId": "behavior_metric_source.list",
8880
+ "outlit_list_features": {
8881
+ "toolName": "outlit_list_features",
8882
+ "commandId": "value_feature_workspace.get",
8728
8883
  "commandVersion": 1,
8729
- "ownerDomain": "behavior_metrics",
8730
- "title": "List Behavior Metric Sources",
8731
- "description": "List product-event sources eligible for Behavior Metric discovery.",
8884
+ "ownerDomain": "value_features",
8885
+ "title": "List Features",
8886
+ "description": "List configured features, exact historical usage, eligible sources, and observed event candidates.",
8732
8887
  "inputSchema": {
8733
8888
  "$schema": "https://json-schema.org/draft/2020-12/schema",
8734
8889
  "type": "object",
8735
- "properties": {},
8890
+ "properties": {
8891
+ "sourceKey": {
8892
+ "type": "string",
8893
+ "pattern": "^metric_source_v1_[a-f0-9]{32}$"
8894
+ },
8895
+ "weeks": {
8896
+ "default": 12,
8897
+ "type": "integer",
8898
+ "minimum": 1,
8899
+ "maximum": 53
8900
+ },
8901
+ "candidateLimit": {
8902
+ "default": 100,
8903
+ "type": "integer",
8904
+ "minimum": 1,
8905
+ "maximum": 100
8906
+ }
8907
+ },
8736
8908
  "additionalProperties": false
8737
8909
  },
8738
8910
  "outputSchema": {
@@ -8778,487 +8950,2022 @@ var publicToolContracts = {
8778
8950
  ],
8779
8951
  "additionalProperties": false
8780
8952
  }
8781
- }
8782
- },
8783
- "required": [
8784
- "sources"
8785
- ],
8786
- "additionalProperties": false
8787
- }
8788
- },
8789
- "outlit_list_behavior_metric_events": {
8790
- "toolName": "outlit_list_behavior_metric_events",
8791
- "commandId": "behavior_metric_event.list",
8792
- "commandVersion": 1,
8793
- "ownerDomain": "behavior_metrics",
8794
- "title": "List Behavior Metric Events",
8795
- "description": "List attributed event candidates for a Behavior Metric source.",
8796
- "inputSchema": {
8797
- "$schema": "https://json-schema.org/draft/2020-12/schema",
8798
- "type": "object",
8799
- "properties": {
8800
- "sourceKey": {
8801
- "type": "string",
8802
- "pattern": "^metric_source_v1_[a-f0-9]{32}$"
8803
8953
  },
8804
- "weeks": {
8805
- "default": 12,
8806
- "type": "integer",
8807
- "minimum": 1,
8808
- "maximum": 53
8954
+ "selectedSourceKey": {
8955
+ "anyOf": [
8956
+ {
8957
+ "type": "string",
8958
+ "pattern": "^metric_source_v1_[a-f0-9]{32}$"
8959
+ },
8960
+ {
8961
+ "type": "null"
8962
+ }
8963
+ ]
8809
8964
  },
8810
- "limit": {
8811
- "default": 100,
8965
+ "workspaceActiveFeatureCount": {
8812
8966
  "type": "integer",
8813
- "minimum": 1,
8814
- "maximum": 100
8815
- }
8816
- },
8817
- "required": [
8818
- "sourceKey"
8819
- ],
8820
- "additionalProperties": false
8821
- },
8822
- "outputSchema": {
8823
- "$schema": "https://json-schema.org/draft/2020-12/schema",
8824
- "type": "object",
8825
- "properties": {
8826
- "events": {
8967
+ "minimum": 0,
8968
+ "maximum": 9007199254740991
8969
+ },
8970
+ "features": {
8971
+ "maxItems": 100,
8827
8972
  "type": "array",
8828
8973
  "items": {
8829
8974
  "type": "object",
8830
8975
  "properties": {
8831
- "eventName": {
8976
+ "id": {
8832
8977
  "type": "string",
8833
- "minLength": 1,
8834
- "maxLength": 191
8978
+ "pattern": "^value_feature_v1_[a-f0-9]{32}$"
8835
8979
  },
8836
- "eventCount": {
8837
- "type": "integer",
8838
- "minimum": 0,
8839
- "maximum": 9007199254740991
8980
+ "revision": {
8981
+ "type": "string",
8982
+ "pattern": "^value_feature_revision_v1_[a-f0-9]{32}$"
8840
8983
  },
8841
- "distinctCustomers": {
8842
- "type": "integer",
8843
- "minimum": 0,
8844
- "maximum": 9007199254740991
8984
+ "sourceKey": {
8985
+ "type": "string",
8986
+ "pattern": "^metric_source_v1_[a-f0-9]{32}$"
8845
8987
  },
8846
- "activeWeeks": {
8847
- "type": "integer",
8848
- "minimum": 1,
8849
- "maximum": 53
8988
+ "featureKey": {
8989
+ "type": "string",
8990
+ "maxLength": 64,
8991
+ "pattern": "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$"
8850
8992
  },
8851
- "propertyKeys": {
8852
- "maxItems": 10,
8853
- "type": "array",
8854
- "items": {
8855
- "type": "string",
8856
- "minLength": 1,
8857
- "maxLength": 191
8858
- }
8859
- }
8860
- },
8861
- "required": [
8862
- "eventName",
8863
- "eventCount",
8864
- "distinctCustomers",
8865
- "activeWeeks",
8866
- "propertyKeys"
8867
- ],
8868
- "additionalProperties": false
8869
- }
8870
- },
8871
- "truncated": {
8872
- "type": "boolean"
8873
- }
8874
- },
8875
- "required": [
8876
- "events",
8877
- "truncated"
8878
- ],
8879
- "additionalProperties": false
8880
- }
8881
- },
8882
- "outlit_create_behavior_metric": {
8883
- "toolName": "outlit_create_behavior_metric",
8884
- "commandId": "behavior_metric.create",
8885
- "commandVersion": 1,
8886
- "ownerDomain": "behavior_metrics",
8887
- "title": "Create Behavior Metric",
8888
- "description": "Create or idempotently return an event-based Behavior Metric in ENABLED and SHADOW.",
8889
- "inputSchema": {
8890
- "$schema": "https://json-schema.org/draft/2020-12/schema",
8891
- "type": "object",
8892
- "properties": {
8893
- "sourceKey": {
8894
- "type": "string",
8895
- "pattern": "^metric_source_v1_[a-f0-9]{32}$"
8896
- },
8897
- "eventName": {
8898
- "type": "string",
8899
- "minLength": 1,
8900
- "maxLength": 191
8901
- },
8902
- "behaviorKey": {
8903
- "type": "string",
8904
- "maxLength": 64,
8905
- "pattern": "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$"
8906
- },
8907
- "label": {
8908
- "type": "string",
8909
- "minLength": 1,
8910
- "maxLength": 255
8911
- },
8912
- "propertyFilters": {
8913
- "default": [],
8914
- "maxItems": 5,
8915
- "type": "array",
8916
- "items": {
8917
- "oneOf": [
8918
- {
8993
+ "name": {
8994
+ "type": "string",
8995
+ "minLength": 1,
8996
+ "maxLength": 255
8997
+ },
8998
+ "rule": {
8919
8999
  "type": "object",
8920
9000
  "properties": {
8921
- "property": {
9001
+ "eventName": {
8922
9002
  "type": "string",
8923
9003
  "minLength": 1,
8924
9004
  "maxLength": 191
8925
9005
  },
8926
- "operator": {
8927
- "type": "string",
8928
- "const": "equals"
8929
- },
8930
- "value": {
8931
- "oneOf": [
8932
- {
9006
+ "propertyFilters": {
9007
+ "maxItems": 5,
9008
+ "type": "array",
9009
+ "items": {
9010
+ "oneOf": [
9011
+ {
9012
+ "type": "object",
9013
+ "properties": {
9014
+ "property": {
9015
+ "type": "string",
9016
+ "minLength": 1,
9017
+ "maxLength": 191
9018
+ },
9019
+ "operator": {
9020
+ "type": "string",
9021
+ "const": "equals"
9022
+ },
9023
+ "value": {
9024
+ "oneOf": [
9025
+ {
9026
+ "type": "object",
9027
+ "properties": {
9028
+ "type": {
9029
+ "type": "string",
9030
+ "const": "string"
9031
+ },
9032
+ "value": {
9033
+ "type": "string",
9034
+ "maxLength": 191
9035
+ }
9036
+ },
9037
+ "required": [
9038
+ "type",
9039
+ "value"
9040
+ ],
9041
+ "additionalProperties": false
9042
+ },
9043
+ {
9044
+ "type": "object",
9045
+ "properties": {
9046
+ "type": {
9047
+ "type": "string",
9048
+ "const": "number"
9049
+ },
9050
+ "value": {
9051
+ "type": "number",
9052
+ "minimum": -9007199254740991,
9053
+ "maximum": 9007199254740991
9054
+ }
9055
+ },
9056
+ "required": [
9057
+ "type",
9058
+ "value"
9059
+ ],
9060
+ "additionalProperties": false
9061
+ },
9062
+ {
9063
+ "type": "object",
9064
+ "properties": {
9065
+ "type": {
9066
+ "type": "string",
9067
+ "const": "boolean"
9068
+ },
9069
+ "value": {
9070
+ "type": "boolean"
9071
+ }
9072
+ },
9073
+ "required": [
9074
+ "type",
9075
+ "value"
9076
+ ],
9077
+ "additionalProperties": false
9078
+ }
9079
+ ]
9080
+ }
9081
+ },
9082
+ "required": [
9083
+ "property",
9084
+ "operator",
9085
+ "value"
9086
+ ],
9087
+ "additionalProperties": false
9088
+ },
9089
+ {
9090
+ "type": "object",
9091
+ "properties": {
9092
+ "property": {
9093
+ "type": "string",
9094
+ "minLength": 1,
9095
+ "maxLength": 191
9096
+ },
9097
+ "operator": {
9098
+ "type": "string",
9099
+ "const": "exists"
9100
+ }
9101
+ },
9102
+ "required": [
9103
+ "property",
9104
+ "operator"
9105
+ ],
9106
+ "additionalProperties": false
9107
+ }
9108
+ ]
9109
+ }
9110
+ }
9111
+ },
9112
+ "required": [
9113
+ "eventName",
9114
+ "propertyFilters"
9115
+ ],
9116
+ "additionalProperties": false
9117
+ },
9118
+ "evidence": {
9119
+ "oneOf": [
9120
+ {
9121
+ "type": "object",
9122
+ "properties": {
9123
+ "window": {
8933
9124
  "type": "object",
8934
9125
  "properties": {
8935
- "type": {
9126
+ "startAt": {
8936
9127
  "type": "string",
8937
- "const": "string"
9128
+ "format": "date-time",
9129
+ "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)))$"
8938
9130
  },
8939
- "value": {
9131
+ "endAt": {
8940
9132
  "type": "string",
8941
- "maxLength": 191
9133
+ "format": "date-time",
9134
+ "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)))$"
8942
9135
  }
8943
9136
  },
8944
9137
  "required": [
8945
- "type",
8946
- "value"
9138
+ "startAt",
9139
+ "endAt"
8947
9140
  ],
8948
9141
  "additionalProperties": false
8949
9142
  },
8950
- {
8951
- "type": "object",
8952
- "properties": {
8953
- "type": {
9143
+ "coverage": {
9144
+ "type": "string",
9145
+ "enum": [
9146
+ "complete",
9147
+ "partial"
9148
+ ]
9149
+ },
9150
+ "eventCount": {
9151
+ "type": "integer",
9152
+ "minimum": 0,
9153
+ "maximum": 9007199254740991
9154
+ },
9155
+ "activeDays": {
9156
+ "type": "integer",
9157
+ "minimum": 0,
9158
+ "maximum": 9007199254740991
9159
+ },
9160
+ "activeWeeks": {
9161
+ "type": "integer",
9162
+ "minimum": 0,
9163
+ "maximum": 53
9164
+ },
9165
+ "firstObservedAt": {
9166
+ "anyOf": [
9167
+ {
8954
9168
  "type": "string",
8955
- "const": "number"
9169
+ "format": "date-time",
9170
+ "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)))$"
8956
9171
  },
8957
- "value": {
8958
- "type": "number",
8959
- "minimum": -9007199254740991,
8960
- "maximum": 9007199254740991
9172
+ {
9173
+ "type": "null"
8961
9174
  }
8962
- },
8963
- "required": [
8964
- "type",
8965
- "value"
8966
- ],
8967
- "additionalProperties": false
9175
+ ]
8968
9176
  },
8969
- {
9177
+ "lastObservedAt": {
9178
+ "anyOf": [
9179
+ {
9180
+ "type": "string",
9181
+ "format": "date-time",
9182
+ "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)))$"
9183
+ },
9184
+ {
9185
+ "type": "null"
9186
+ }
9187
+ ]
9188
+ },
9189
+ "distinctCustomers": {
9190
+ "type": "integer",
9191
+ "minimum": 0,
9192
+ "maximum": 9007199254740991
9193
+ }
9194
+ },
9195
+ "required": [
9196
+ "window",
9197
+ "coverage",
9198
+ "eventCount",
9199
+ "activeDays",
9200
+ "activeWeeks",
9201
+ "firstObservedAt",
9202
+ "lastObservedAt",
9203
+ "distinctCustomers"
9204
+ ],
9205
+ "additionalProperties": false
9206
+ },
9207
+ {
9208
+ "type": "object",
9209
+ "properties": {
9210
+ "window": {
8970
9211
  "type": "object",
8971
9212
  "properties": {
8972
- "type": {
9213
+ "startAt": {
8973
9214
  "type": "string",
8974
- "const": "boolean"
9215
+ "format": "date-time",
9216
+ "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)))$"
8975
9217
  },
8976
- "value": {
8977
- "type": "boolean"
9218
+ "endAt": {
9219
+ "type": "string",
9220
+ "format": "date-time",
9221
+ "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)))$"
8978
9222
  }
8979
9223
  },
8980
9224
  "required": [
8981
- "type",
8982
- "value"
9225
+ "startAt",
9226
+ "endAt"
8983
9227
  ],
8984
9228
  "additionalProperties": false
9229
+ },
9230
+ "coverage": {
9231
+ "type": "string",
9232
+ "const": "unavailable"
9233
+ },
9234
+ "reason": {
9235
+ "type": "string",
9236
+ "enum": [
9237
+ "SOURCE_BLOCKED",
9238
+ "SOURCE_NOT_READY",
9239
+ "QUERY_FAILED"
9240
+ ]
8985
9241
  }
8986
- ]
8987
- }
8988
- },
8989
- "required": [
8990
- "property",
8991
- "operator",
8992
- "value"
8993
- ],
8994
- "additionalProperties": false
8995
- },
8996
- {
8997
- "type": "object",
8998
- "properties": {
8999
- "property": {
9000
- "type": "string",
9001
- "minLength": 1,
9002
- "maxLength": 191
9003
- },
9004
- "operator": {
9005
- "type": "string",
9006
- "const": "exists"
9242
+ },
9243
+ "required": [
9244
+ "window",
9245
+ "coverage",
9246
+ "reason"
9247
+ ],
9248
+ "additionalProperties": false
9007
9249
  }
9008
- },
9009
- "required": [
9010
- "property",
9011
- "operator"
9012
- ],
9013
- "additionalProperties": false
9250
+ ]
9014
9251
  }
9015
- ]
9252
+ },
9253
+ "required": [
9254
+ "id",
9255
+ "revision",
9256
+ "sourceKey",
9257
+ "featureKey",
9258
+ "name",
9259
+ "rule",
9260
+ "evidence"
9261
+ ],
9262
+ "additionalProperties": false
9016
9263
  }
9017
- }
9018
- },
9019
- "required": [
9020
- "sourceKey",
9021
- "eventName",
9022
- "behaviorKey",
9023
- "label"
9024
- ],
9025
- "additionalProperties": false
9026
- },
9027
- "outputSchema": {
9028
- "$schema": "https://json-schema.org/draft/2020-12/schema",
9029
- "type": "object",
9030
- "properties": {
9031
- "created": {
9032
- "type": "boolean"
9033
9264
  },
9034
- "metric": {
9035
- "type": "object",
9036
- "properties": {
9037
- "sourceKey": {
9038
- "type": "string",
9039
- "pattern": "^metric_source_v1_[a-f0-9]{32}$"
9040
- },
9041
- "behaviorKey": {
9042
- "type": "string",
9043
- "maxLength": 64,
9044
- "pattern": "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$"
9045
- },
9046
- "label": {
9047
- "type": "string",
9048
- "minLength": 1,
9049
- "maxLength": 255
9050
- },
9051
- "eventSelection": {
9052
- "oneOf": [
9053
- {
9054
- "type": "object",
9055
- "properties": {
9056
- "mode": {
9057
- "type": "string",
9058
- "const": "exact_event_names"
9059
- },
9060
- "eventNames": {
9061
- "minItems": 1,
9062
- "maxItems": 1,
9063
- "type": "array",
9064
- "items": {
9265
+ "candidates": {
9266
+ "oneOf": [
9267
+ {
9268
+ "type": "object",
9269
+ "properties": {
9270
+ "status": {
9271
+ "type": "string",
9272
+ "const": "ready"
9273
+ },
9274
+ "items": {
9275
+ "maxItems": 100,
9276
+ "type": "array",
9277
+ "items": {
9278
+ "type": "object",
9279
+ "properties": {
9280
+ "eventName": {
9065
9281
  "type": "string",
9066
9282
  "minLength": 1,
9067
9283
  "maxLength": 191
9068
- }
9069
- }
9070
- },
9071
- "required": [
9072
- "mode",
9073
- "eventNames"
9074
- ],
9075
- "additionalProperties": false
9076
- },
9077
- {
9078
- "type": "object",
9079
- "properties": {
9080
- "mode": {
9081
- "type": "string",
9082
- "const": "configured_event"
9284
+ },
9285
+ "eventCount": {
9286
+ "type": "integer",
9287
+ "minimum": 0,
9288
+ "maximum": 9007199254740991
9289
+ },
9290
+ "distinctCustomers": {
9291
+ "type": "integer",
9292
+ "minimum": 0,
9293
+ "maximum": 9007199254740991
9294
+ },
9295
+ "activeWeeks": {
9296
+ "type": "integer",
9297
+ "minimum": 1,
9298
+ "maximum": 53
9299
+ },
9300
+ "propertyKeys": {
9301
+ "maxItems": 10,
9302
+ "type": "array",
9303
+ "items": {
9304
+ "type": "string",
9305
+ "minLength": 1,
9306
+ "maxLength": 191
9307
+ }
9308
+ }
9083
9309
  },
9084
- "eventName": {
9085
- "type": "string",
9086
- "minLength": 1,
9087
- "maxLength": 191
9310
+ "required": [
9311
+ "eventName",
9312
+ "eventCount",
9313
+ "distinctCustomers",
9314
+ "activeWeeks",
9315
+ "propertyKeys"
9316
+ ],
9317
+ "additionalProperties": false
9318
+ }
9319
+ },
9320
+ "truncated": {
9321
+ "type": "boolean"
9322
+ }
9323
+ },
9324
+ "required": [
9325
+ "status",
9326
+ "items",
9327
+ "truncated"
9328
+ ],
9329
+ "additionalProperties": false
9330
+ },
9331
+ {
9332
+ "type": "object",
9333
+ "properties": {
9334
+ "status": {
9335
+ "type": "string",
9336
+ "const": "partial"
9337
+ },
9338
+ "items": {
9339
+ "maxItems": 100,
9340
+ "type": "array",
9341
+ "items": {
9342
+ "type": "object",
9343
+ "properties": {
9344
+ "eventName": {
9345
+ "type": "string",
9346
+ "minLength": 1,
9347
+ "maxLength": 191
9348
+ },
9349
+ "eventCount": {
9350
+ "type": "integer",
9351
+ "minimum": 0,
9352
+ "maximum": 9007199254740991
9353
+ },
9354
+ "distinctCustomers": {
9355
+ "type": "integer",
9356
+ "minimum": 0,
9357
+ "maximum": 9007199254740991
9358
+ },
9359
+ "activeWeeks": {
9360
+ "type": "integer",
9361
+ "minimum": 1,
9362
+ "maximum": 53
9363
+ },
9364
+ "propertyKeys": {
9365
+ "maxItems": 10,
9366
+ "type": "array",
9367
+ "items": {
9368
+ "type": "string",
9369
+ "minLength": 1,
9370
+ "maxLength": 191
9371
+ }
9372
+ }
9088
9373
  },
9089
- "propertyFilters": {
9090
- "minItems": 1,
9091
- "maxItems": 5,
9092
- "type": "array",
9093
- "items": {
9094
- "oneOf": [
9095
- {
9096
- "type": "object",
9097
- "properties": {
9098
- "property": {
9099
- "type": "string",
9100
- "minLength": 1,
9101
- "maxLength": 191
9102
- },
9103
- "operator": {
9104
- "type": "string",
9105
- "const": "equals"
9106
- },
9107
- "value": {
9108
- "oneOf": [
9109
- {
9110
- "type": "object",
9111
- "properties": {
9112
- "type": {
9113
- "type": "string",
9114
- "const": "string"
9115
- },
9116
- "value": {
9117
- "type": "string",
9118
- "maxLength": 191
9119
- }
9120
- },
9121
- "required": [
9122
- "type",
9123
- "value"
9124
- ],
9125
- "additionalProperties": false
9126
- },
9127
- {
9128
- "type": "object",
9129
- "properties": {
9130
- "type": {
9131
- "type": "string",
9132
- "const": "number"
9133
- },
9134
- "value": {
9135
- "type": "number",
9136
- "minimum": -9007199254740991,
9137
- "maximum": 9007199254740991
9138
- }
9139
- },
9140
- "required": [
9141
- "type",
9142
- "value"
9143
- ],
9144
- "additionalProperties": false
9145
- },
9146
- {
9147
- "type": "object",
9148
- "properties": {
9149
- "type": {
9150
- "type": "string",
9151
- "const": "boolean"
9152
- },
9153
- "value": {
9154
- "type": "boolean"
9155
- }
9156
- },
9157
- "required": [
9158
- "type",
9159
- "value"
9160
- ],
9161
- "additionalProperties": false
9162
- }
9163
- ]
9164
- }
9165
- },
9166
- "required": [
9167
- "property",
9168
- "operator",
9169
- "value"
9170
- ],
9171
- "additionalProperties": false
9374
+ "required": [
9375
+ "eventName",
9376
+ "eventCount",
9377
+ "distinctCustomers",
9378
+ "activeWeeks",
9379
+ "propertyKeys"
9380
+ ],
9381
+ "additionalProperties": false
9382
+ }
9383
+ },
9384
+ "truncated": {
9385
+ "type": "boolean"
9386
+ }
9387
+ },
9388
+ "required": [
9389
+ "status",
9390
+ "items",
9391
+ "truncated"
9392
+ ],
9393
+ "additionalProperties": false
9394
+ },
9395
+ {
9396
+ "type": "object",
9397
+ "properties": {
9398
+ "status": {
9399
+ "type": "string",
9400
+ "const": "unavailable"
9401
+ },
9402
+ "reason": {
9403
+ "type": "string",
9404
+ "enum": [
9405
+ "SOURCE_BLOCKED",
9406
+ "SOURCE_NOT_READY",
9407
+ "QUERY_FAILED"
9408
+ ]
9409
+ }
9410
+ },
9411
+ "required": [
9412
+ "status",
9413
+ "reason"
9414
+ ],
9415
+ "additionalProperties": false
9416
+ }
9417
+ ]
9418
+ }
9419
+ },
9420
+ "required": [
9421
+ "sources",
9422
+ "selectedSourceKey",
9423
+ "workspaceActiveFeatureCount",
9424
+ "features",
9425
+ "candidates"
9426
+ ],
9427
+ "additionalProperties": false
9428
+ }
9429
+ },
9430
+ "outlit_create_feature": {
9431
+ "toolName": "outlit_create_feature",
9432
+ "commandId": "value_feature.create",
9433
+ "commandVersion": 1,
9434
+ "ownerDomain": "value_features",
9435
+ "title": "Create Feature",
9436
+ "description": "Create or idempotently return one customer-value Feature observed by one event rule.",
9437
+ "inputSchema": {
9438
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9439
+ "type": "object",
9440
+ "properties": {
9441
+ "sourceKey": {
9442
+ "type": "string",
9443
+ "pattern": "^metric_source_v1_[a-f0-9]{32}$"
9444
+ },
9445
+ "eventName": {
9446
+ "type": "string",
9447
+ "minLength": 1,
9448
+ "maxLength": 191
9449
+ },
9450
+ "featureKey": {
9451
+ "type": "string",
9452
+ "maxLength": 64,
9453
+ "pattern": "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$"
9454
+ },
9455
+ "name": {
9456
+ "type": "string",
9457
+ "minLength": 1,
9458
+ "maxLength": 255
9459
+ },
9460
+ "propertyFilters": {
9461
+ "default": [],
9462
+ "maxItems": 5,
9463
+ "type": "array",
9464
+ "items": {
9465
+ "oneOf": [
9466
+ {
9467
+ "type": "object",
9468
+ "properties": {
9469
+ "property": {
9470
+ "type": "string",
9471
+ "minLength": 1,
9472
+ "maxLength": 191
9473
+ },
9474
+ "operator": {
9475
+ "type": "string",
9476
+ "const": "equals"
9477
+ },
9478
+ "value": {
9479
+ "oneOf": [
9480
+ {
9481
+ "type": "object",
9482
+ "properties": {
9483
+ "type": {
9484
+ "type": "string",
9485
+ "const": "string"
9172
9486
  },
9173
- {
9174
- "type": "object",
9175
- "properties": {
9176
- "property": {
9177
- "type": "string",
9178
- "minLength": 1,
9179
- "maxLength": 191
9180
- },
9181
- "operator": {
9182
- "type": "string",
9183
- "const": "exists"
9184
- }
9185
- },
9186
- "required": [
9187
- "property",
9188
- "operator"
9189
- ],
9190
- "additionalProperties": false
9487
+ "value": {
9488
+ "type": "string",
9489
+ "maxLength": 191
9191
9490
  }
9192
- ]
9491
+ },
9492
+ "required": [
9493
+ "type",
9494
+ "value"
9495
+ ],
9496
+ "additionalProperties": false
9497
+ },
9498
+ {
9499
+ "type": "object",
9500
+ "properties": {
9501
+ "type": {
9502
+ "type": "string",
9503
+ "const": "number"
9504
+ },
9505
+ "value": {
9506
+ "type": "number",
9507
+ "minimum": -9007199254740991,
9508
+ "maximum": 9007199254740991
9509
+ }
9510
+ },
9511
+ "required": [
9512
+ "type",
9513
+ "value"
9514
+ ],
9515
+ "additionalProperties": false
9516
+ },
9517
+ {
9518
+ "type": "object",
9519
+ "properties": {
9520
+ "type": {
9521
+ "type": "string",
9522
+ "const": "boolean"
9523
+ },
9524
+ "value": {
9525
+ "type": "boolean"
9526
+ }
9527
+ },
9528
+ "required": [
9529
+ "type",
9530
+ "value"
9531
+ ],
9532
+ "additionalProperties": false
9193
9533
  }
9194
- }
9195
- },
9196
- "required": [
9197
- "mode",
9198
- "eventName",
9199
- "propertyFilters"
9200
- ],
9201
- "additionalProperties": false
9534
+ ]
9535
+ }
9536
+ },
9537
+ "required": [
9538
+ "property",
9539
+ "operator",
9540
+ "value"
9541
+ ],
9542
+ "additionalProperties": false
9543
+ },
9544
+ {
9545
+ "type": "object",
9546
+ "properties": {
9547
+ "property": {
9548
+ "type": "string",
9549
+ "minLength": 1,
9550
+ "maxLength": 191
9551
+ },
9552
+ "operator": {
9553
+ "type": "string",
9554
+ "const": "exists"
9555
+ }
9556
+ },
9557
+ "required": [
9558
+ "property",
9559
+ "operator"
9560
+ ],
9561
+ "additionalProperties": false
9562
+ }
9563
+ ]
9564
+ }
9565
+ }
9566
+ },
9567
+ "required": [
9568
+ "sourceKey",
9569
+ "eventName",
9570
+ "featureKey",
9571
+ "name"
9572
+ ],
9573
+ "additionalProperties": false
9574
+ },
9575
+ "outputSchema": {
9576
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9577
+ "type": "object",
9578
+ "properties": {
9579
+ "created": {
9580
+ "type": "boolean"
9581
+ },
9582
+ "feature": {
9583
+ "type": "object",
9584
+ "properties": {
9585
+ "id": {
9586
+ "type": "string",
9587
+ "pattern": "^value_feature_v1_[a-f0-9]{32}$"
9588
+ },
9589
+ "revision": {
9590
+ "type": "string",
9591
+ "pattern": "^value_feature_revision_v1_[a-f0-9]{32}$"
9592
+ },
9593
+ "sourceKey": {
9594
+ "type": "string",
9595
+ "pattern": "^metric_source_v1_[a-f0-9]{32}$"
9596
+ },
9597
+ "featureKey": {
9598
+ "type": "string",
9599
+ "maxLength": 64,
9600
+ "pattern": "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$"
9601
+ },
9602
+ "name": {
9603
+ "type": "string",
9604
+ "minLength": 1,
9605
+ "maxLength": 255
9606
+ },
9607
+ "rule": {
9608
+ "type": "object",
9609
+ "properties": {
9610
+ "eventName": {
9611
+ "type": "string",
9612
+ "minLength": 1,
9613
+ "maxLength": 191
9614
+ },
9615
+ "propertyFilters": {
9616
+ "maxItems": 5,
9617
+ "type": "array",
9618
+ "items": {
9619
+ "oneOf": [
9620
+ {
9621
+ "type": "object",
9622
+ "properties": {
9623
+ "property": {
9624
+ "type": "string",
9625
+ "minLength": 1,
9626
+ "maxLength": 191
9627
+ },
9628
+ "operator": {
9629
+ "type": "string",
9630
+ "const": "equals"
9631
+ },
9632
+ "value": {
9633
+ "oneOf": [
9634
+ {
9635
+ "type": "object",
9636
+ "properties": {
9637
+ "type": {
9638
+ "type": "string",
9639
+ "const": "string"
9640
+ },
9641
+ "value": {
9642
+ "type": "string",
9643
+ "maxLength": 191
9644
+ }
9645
+ },
9646
+ "required": [
9647
+ "type",
9648
+ "value"
9649
+ ],
9650
+ "additionalProperties": false
9651
+ },
9652
+ {
9653
+ "type": "object",
9654
+ "properties": {
9655
+ "type": {
9656
+ "type": "string",
9657
+ "const": "number"
9658
+ },
9659
+ "value": {
9660
+ "type": "number",
9661
+ "minimum": -9007199254740991,
9662
+ "maximum": 9007199254740991
9663
+ }
9664
+ },
9665
+ "required": [
9666
+ "type",
9667
+ "value"
9668
+ ],
9669
+ "additionalProperties": false
9670
+ },
9671
+ {
9672
+ "type": "object",
9673
+ "properties": {
9674
+ "type": {
9675
+ "type": "string",
9676
+ "const": "boolean"
9677
+ },
9678
+ "value": {
9679
+ "type": "boolean"
9680
+ }
9681
+ },
9682
+ "required": [
9683
+ "type",
9684
+ "value"
9685
+ ],
9686
+ "additionalProperties": false
9687
+ }
9688
+ ]
9689
+ }
9690
+ },
9691
+ "required": [
9692
+ "property",
9693
+ "operator",
9694
+ "value"
9695
+ ],
9696
+ "additionalProperties": false
9697
+ },
9698
+ {
9699
+ "type": "object",
9700
+ "properties": {
9701
+ "property": {
9702
+ "type": "string",
9703
+ "minLength": 1,
9704
+ "maxLength": 191
9705
+ },
9706
+ "operator": {
9707
+ "type": "string",
9708
+ "const": "exists"
9709
+ }
9710
+ },
9711
+ "required": [
9712
+ "property",
9713
+ "operator"
9714
+ ],
9715
+ "additionalProperties": false
9716
+ }
9717
+ ]
9718
+ }
9719
+ }
9720
+ },
9721
+ "required": [
9722
+ "eventName",
9723
+ "propertyFilters"
9724
+ ],
9725
+ "additionalProperties": false
9726
+ }
9727
+ },
9728
+ "required": [
9729
+ "id",
9730
+ "revision",
9731
+ "sourceKey",
9732
+ "featureKey",
9733
+ "name",
9734
+ "rule"
9735
+ ],
9736
+ "additionalProperties": false
9737
+ }
9738
+ },
9739
+ "required": [
9740
+ "created",
9741
+ "feature"
9742
+ ],
9743
+ "additionalProperties": false
9744
+ }
9745
+ },
9746
+ "outlit_archive_feature": {
9747
+ "toolName": "outlit_archive_feature",
9748
+ "commandId": "value_feature.archive",
9749
+ "commandVersion": 1,
9750
+ "ownerDomain": "value_features",
9751
+ "title": "Archive Feature",
9752
+ "description": "Archive a Feature when at least one other active Feature remains.",
9753
+ "inputSchema": {
9754
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9755
+ "type": "object",
9756
+ "properties": {
9757
+ "id": {
9758
+ "type": "string",
9759
+ "pattern": "^value_feature_v1_[a-f0-9]{32}$"
9760
+ },
9761
+ "revision": {
9762
+ "type": "string",
9763
+ "pattern": "^value_feature_revision_v1_[a-f0-9]{32}$"
9764
+ }
9765
+ },
9766
+ "required": [
9767
+ "id",
9768
+ "revision"
9769
+ ],
9770
+ "additionalProperties": false
9771
+ },
9772
+ "outputSchema": {
9773
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9774
+ "type": "object",
9775
+ "properties": {
9776
+ "archived": {
9777
+ "type": "boolean",
9778
+ "const": true
9779
+ },
9780
+ "feature": {
9781
+ "type": "object",
9782
+ "properties": {
9783
+ "id": {
9784
+ "type": "string",
9785
+ "pattern": "^value_feature_v1_[a-f0-9]{32}$"
9786
+ },
9787
+ "revision": {
9788
+ "type": "string",
9789
+ "pattern": "^value_feature_revision_v1_[a-f0-9]{32}$"
9790
+ }
9791
+ },
9792
+ "required": [
9793
+ "id",
9794
+ "revision"
9795
+ ],
9796
+ "additionalProperties": false
9797
+ }
9798
+ },
9799
+ "required": [
9800
+ "archived",
9801
+ "feature"
9802
+ ],
9803
+ "additionalProperties": false
9804
+ }
9805
+ },
9806
+ "outlit_get_customer_features": {
9807
+ "toolName": "outlit_get_customer_features",
9808
+ "commandId": "customer_feature_usage.get",
9809
+ "commandVersion": 1,
9810
+ "ownerDomain": "value_features",
9811
+ "title": "Get Customer Features",
9812
+ "description": "Read exact historical feature-usage evidence for one authorized customer.",
9813
+ "inputSchema": {
9814
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9815
+ "type": "object",
9816
+ "properties": {
9817
+ "customer": {
9818
+ "type": "string",
9819
+ "minLength": 1,
9820
+ "maxLength": 500
9821
+ },
9822
+ "weeks": {
9823
+ "default": 12,
9824
+ "type": "integer",
9825
+ "minimum": 1,
9826
+ "maximum": 53
9827
+ },
9828
+ "includeWeeklyUsage": {
9829
+ "default": false,
9830
+ "type": "boolean"
9831
+ }
9832
+ },
9833
+ "required": [
9834
+ "customer"
9835
+ ],
9836
+ "additionalProperties": false
9837
+ },
9838
+ "outputSchema": {
9839
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
9840
+ "type": "object",
9841
+ "properties": {
9842
+ "customer": {
9843
+ "type": "object",
9844
+ "properties": {
9845
+ "id": {
9846
+ "type": "string",
9847
+ "minLength": 1,
9848
+ "maxLength": 191
9849
+ },
9850
+ "name": {
9851
+ "type": "string",
9852
+ "minLength": 1,
9853
+ "maxLength": 255
9854
+ }
9855
+ },
9856
+ "required": [
9857
+ "id",
9858
+ "name"
9859
+ ],
9860
+ "additionalProperties": false
9861
+ },
9862
+ "features": {
9863
+ "maxItems": 100,
9864
+ "type": "array",
9865
+ "items": {
9866
+ "type": "object",
9867
+ "properties": {
9868
+ "id": {
9869
+ "type": "string",
9870
+ "pattern": "^value_feature_v1_[a-f0-9]{32}$"
9871
+ },
9872
+ "revision": {
9873
+ "type": "string",
9874
+ "pattern": "^value_feature_revision_v1_[a-f0-9]{32}$"
9875
+ },
9876
+ "sourceKey": {
9877
+ "type": "string",
9878
+ "pattern": "^metric_source_v1_[a-f0-9]{32}$"
9879
+ },
9880
+ "featureKey": {
9881
+ "type": "string",
9882
+ "maxLength": 64,
9883
+ "pattern": "^[a-z][a-z0-9]*(?:_[a-z0-9]+)*$"
9884
+ },
9885
+ "name": {
9886
+ "type": "string",
9887
+ "minLength": 1,
9888
+ "maxLength": 255
9889
+ },
9890
+ "rule": {
9891
+ "type": "object",
9892
+ "properties": {
9893
+ "eventName": {
9894
+ "type": "string",
9895
+ "minLength": 1,
9896
+ "maxLength": 191
9897
+ },
9898
+ "propertyFilters": {
9899
+ "maxItems": 5,
9900
+ "type": "array",
9901
+ "items": {
9902
+ "oneOf": [
9903
+ {
9904
+ "type": "object",
9905
+ "properties": {
9906
+ "property": {
9907
+ "type": "string",
9908
+ "minLength": 1,
9909
+ "maxLength": 191
9910
+ },
9911
+ "operator": {
9912
+ "type": "string",
9913
+ "const": "equals"
9914
+ },
9915
+ "value": {
9916
+ "oneOf": [
9917
+ {
9918
+ "type": "object",
9919
+ "properties": {
9920
+ "type": {
9921
+ "type": "string",
9922
+ "const": "string"
9923
+ },
9924
+ "value": {
9925
+ "type": "string",
9926
+ "maxLength": 191
9927
+ }
9928
+ },
9929
+ "required": [
9930
+ "type",
9931
+ "value"
9932
+ ],
9933
+ "additionalProperties": false
9934
+ },
9935
+ {
9936
+ "type": "object",
9937
+ "properties": {
9938
+ "type": {
9939
+ "type": "string",
9940
+ "const": "number"
9941
+ },
9942
+ "value": {
9943
+ "type": "number",
9944
+ "minimum": -9007199254740991,
9945
+ "maximum": 9007199254740991
9946
+ }
9947
+ },
9948
+ "required": [
9949
+ "type",
9950
+ "value"
9951
+ ],
9952
+ "additionalProperties": false
9953
+ },
9954
+ {
9955
+ "type": "object",
9956
+ "properties": {
9957
+ "type": {
9958
+ "type": "string",
9959
+ "const": "boolean"
9960
+ },
9961
+ "value": {
9962
+ "type": "boolean"
9963
+ }
9964
+ },
9965
+ "required": [
9966
+ "type",
9967
+ "value"
9968
+ ],
9969
+ "additionalProperties": false
9970
+ }
9971
+ ]
9972
+ }
9973
+ },
9974
+ "required": [
9975
+ "property",
9976
+ "operator",
9977
+ "value"
9978
+ ],
9979
+ "additionalProperties": false
9980
+ },
9981
+ {
9982
+ "type": "object",
9983
+ "properties": {
9984
+ "property": {
9985
+ "type": "string",
9986
+ "minLength": 1,
9987
+ "maxLength": 191
9988
+ },
9989
+ "operator": {
9990
+ "type": "string",
9991
+ "const": "exists"
9992
+ }
9993
+ },
9994
+ "required": [
9995
+ "property",
9996
+ "operator"
9997
+ ],
9998
+ "additionalProperties": false
9999
+ }
10000
+ ]
10001
+ }
10002
+ }
10003
+ },
10004
+ "required": [
10005
+ "eventName",
10006
+ "propertyFilters"
10007
+ ],
10008
+ "additionalProperties": false
10009
+ },
10010
+ "evidence": {
10011
+ "oneOf": [
10012
+ {
10013
+ "type": "object",
10014
+ "properties": {
10015
+ "window": {
10016
+ "type": "object",
10017
+ "properties": {
10018
+ "startAt": {
10019
+ "type": "string",
10020
+ "format": "date-time",
10021
+ "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)))$"
10022
+ },
10023
+ "endAt": {
10024
+ "type": "string",
10025
+ "format": "date-time",
10026
+ "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)))$"
10027
+ }
10028
+ },
10029
+ "required": [
10030
+ "startAt",
10031
+ "endAt"
10032
+ ],
10033
+ "additionalProperties": false
10034
+ },
10035
+ "coverage": {
10036
+ "type": "string",
10037
+ "enum": [
10038
+ "complete",
10039
+ "partial"
10040
+ ]
10041
+ },
10042
+ "eventCount": {
10043
+ "type": "integer",
10044
+ "minimum": 0,
10045
+ "maximum": 9007199254740991
10046
+ },
10047
+ "activeDays": {
10048
+ "type": "integer",
10049
+ "minimum": 0,
10050
+ "maximum": 9007199254740991
10051
+ },
10052
+ "activeWeeks": {
10053
+ "type": "integer",
10054
+ "minimum": 0,
10055
+ "maximum": 53
10056
+ },
10057
+ "firstObservedAt": {
10058
+ "anyOf": [
10059
+ {
10060
+ "type": "string",
10061
+ "format": "date-time",
10062
+ "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)))$"
10063
+ },
10064
+ {
10065
+ "type": "null"
10066
+ }
10067
+ ]
10068
+ },
10069
+ "lastObservedAt": {
10070
+ "anyOf": [
10071
+ {
10072
+ "type": "string",
10073
+ "format": "date-time",
10074
+ "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)))$"
10075
+ },
10076
+ {
10077
+ "type": "null"
10078
+ }
10079
+ ]
10080
+ },
10081
+ "weeklyUsage": {
10082
+ "maxItems": 53,
10083
+ "type": "array",
10084
+ "items": {
10085
+ "oneOf": [
10086
+ {
10087
+ "type": "object",
10088
+ "properties": {
10089
+ "weekStartAt": {
10090
+ "type": "string",
10091
+ "format": "date-time",
10092
+ "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)))$"
10093
+ },
10094
+ "coverage": {
10095
+ "type": "string",
10096
+ "enum": [
10097
+ "complete",
10098
+ "partial"
10099
+ ]
10100
+ },
10101
+ "eventCount": {
10102
+ "type": "integer",
10103
+ "minimum": 0,
10104
+ "maximum": 9007199254740991
10105
+ },
10106
+ "activeDays": {
10107
+ "type": "integer",
10108
+ "minimum": 0,
10109
+ "maximum": 7
10110
+ }
10111
+ },
10112
+ "required": [
10113
+ "weekStartAt",
10114
+ "coverage",
10115
+ "eventCount",
10116
+ "activeDays"
10117
+ ],
10118
+ "additionalProperties": false
10119
+ },
10120
+ {
10121
+ "type": "object",
10122
+ "properties": {
10123
+ "weekStartAt": {
10124
+ "type": "string",
10125
+ "format": "date-time",
10126
+ "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)))$"
10127
+ },
10128
+ "coverage": {
10129
+ "type": "string",
10130
+ "const": "unavailable"
10131
+ }
10132
+ },
10133
+ "required": [
10134
+ "weekStartAt",
10135
+ "coverage"
10136
+ ],
10137
+ "additionalProperties": false
10138
+ }
10139
+ ]
10140
+ }
10141
+ }
10142
+ },
10143
+ "required": [
10144
+ "window",
10145
+ "coverage",
10146
+ "eventCount",
10147
+ "activeDays",
10148
+ "activeWeeks",
10149
+ "firstObservedAt",
10150
+ "lastObservedAt"
10151
+ ],
10152
+ "additionalProperties": false
10153
+ },
10154
+ {
10155
+ "type": "object",
10156
+ "properties": {
10157
+ "window": {
10158
+ "type": "object",
10159
+ "properties": {
10160
+ "startAt": {
10161
+ "type": "string",
10162
+ "format": "date-time",
10163
+ "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)))$"
10164
+ },
10165
+ "endAt": {
10166
+ "type": "string",
10167
+ "format": "date-time",
10168
+ "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)))$"
10169
+ }
10170
+ },
10171
+ "required": [
10172
+ "startAt",
10173
+ "endAt"
10174
+ ],
10175
+ "additionalProperties": false
10176
+ },
10177
+ "coverage": {
10178
+ "type": "string",
10179
+ "const": "unavailable"
10180
+ },
10181
+ "reason": {
10182
+ "type": "string",
10183
+ "enum": [
10184
+ "SOURCE_BLOCKED",
10185
+ "SOURCE_NOT_READY",
10186
+ "QUERY_FAILED"
10187
+ ]
10188
+ }
10189
+ },
10190
+ "required": [
10191
+ "window",
10192
+ "coverage",
10193
+ "reason"
10194
+ ],
10195
+ "additionalProperties": false
10196
+ }
10197
+ ]
10198
+ }
10199
+ },
10200
+ "required": [
10201
+ "id",
10202
+ "revision",
10203
+ "sourceKey",
10204
+ "featureKey",
10205
+ "name",
10206
+ "rule",
10207
+ "evidence"
10208
+ ],
10209
+ "additionalProperties": false
10210
+ }
10211
+ }
10212
+ },
10213
+ "required": [
10214
+ "customer",
10215
+ "features"
10216
+ ],
10217
+ "additionalProperties": false
10218
+ }
10219
+ },
10220
+ "outlit_list_attention_items": {
10221
+ "toolName": "outlit_list_attention_items",
10222
+ "commandId": "attention.list",
10223
+ "commandVersion": 1,
10224
+ "ownerDomain": "attention",
10225
+ "title": "List Attention Items",
10226
+ "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.",
10227
+ "inputSchema": {
10228
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10229
+ "type": "object",
10230
+ "properties": {
10231
+ "status": {
10232
+ "description": "Attention lifecycle to list (default: open)",
10233
+ "default": "open",
10234
+ "type": "string",
10235
+ "enum": [
10236
+ "open",
10237
+ "resolved"
10238
+ ]
10239
+ },
10240
+ "customerId": {
10241
+ "description": "Filter by exact customer ID",
10242
+ "type": "string",
10243
+ "format": "uuid",
10244
+ "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)$"
10245
+ },
10246
+ "limit": {
10247
+ "description": "Results per page (default: 25, max: 100)",
10248
+ "default": 25,
10249
+ "type": "integer",
10250
+ "minimum": 1,
10251
+ "maximum": 100
10252
+ },
10253
+ "cursor": {
10254
+ "description": "Opaque cursor from a previous response with the same filters",
10255
+ "type": "string",
10256
+ "minLength": 1,
10257
+ "maxLength": 2e3
10258
+ }
10259
+ },
10260
+ "additionalProperties": false
10261
+ },
10262
+ "outputSchema": {
10263
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10264
+ "type": "object",
10265
+ "properties": {
10266
+ "items": {
10267
+ "maxItems": 100,
10268
+ "type": "array",
10269
+ "items": {
10270
+ "type": "object",
10271
+ "properties": {
10272
+ "id": {
10273
+ "type": "string",
10274
+ "minLength": 1,
10275
+ "maxLength": 500
10276
+ },
10277
+ "customer": {
10278
+ "type": "object",
10279
+ "properties": {
10280
+ "id": {
10281
+ "type": "string",
10282
+ "minLength": 1,
10283
+ "maxLength": 500
10284
+ },
10285
+ "name": {
10286
+ "type": "string",
10287
+ "minLength": 1,
10288
+ "maxLength": 500
10289
+ },
10290
+ "domain": {
10291
+ "type": "string",
10292
+ "maxLength": 253
10293
+ },
10294
+ "ownerName": {
10295
+ "anyOf": [
10296
+ {
10297
+ "type": "string",
10298
+ "minLength": 1,
10299
+ "maxLength": 500
10300
+ },
10301
+ {
10302
+ "type": "null"
10303
+ }
10304
+ ]
10305
+ }
10306
+ },
10307
+ "required": [
10308
+ "id",
10309
+ "name",
10310
+ "domain",
10311
+ "ownerName"
10312
+ ],
10313
+ "additionalProperties": false
10314
+ },
10315
+ "title": {
10316
+ "type": "string",
10317
+ "minLength": 1,
10318
+ "maxLength": 240
10319
+ },
10320
+ "priority": {
10321
+ "type": "string",
10322
+ "enum": [
10323
+ "NORMAL",
10324
+ "HIGH",
10325
+ "URGENT"
10326
+ ]
10327
+ },
10328
+ "evidenceCount": {
10329
+ "type": "integer",
10330
+ "minimum": 0,
10331
+ "maximum": 50
10332
+ },
10333
+ "lifecycle": {
10334
+ "type": "object",
10335
+ "properties": {
10336
+ "status": {
10337
+ "type": "string",
10338
+ "enum": [
10339
+ "open",
10340
+ "resolved"
10341
+ ]
10342
+ },
10343
+ "customerVisibleAt": {
10344
+ "type": "string",
10345
+ "format": "date-time",
10346
+ "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))$"
10347
+ },
10348
+ "resolvedAt": {
10349
+ "anyOf": [
10350
+ {
10351
+ "type": "string",
10352
+ "format": "date-time",
10353
+ "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))$"
10354
+ },
10355
+ {
10356
+ "type": "null"
10357
+ }
10358
+ ]
10359
+ },
10360
+ "reopenedAt": {
10361
+ "anyOf": [
10362
+ {
10363
+ "type": "string",
10364
+ "format": "date-time",
10365
+ "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))$"
10366
+ },
10367
+ {
10368
+ "type": "null"
10369
+ }
10370
+ ]
10371
+ },
10372
+ "createdAt": {
10373
+ "type": "string",
10374
+ "format": "date-time",
10375
+ "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))$"
10376
+ },
10377
+ "updatedAt": {
10378
+ "type": "string",
10379
+ "format": "date-time",
10380
+ "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))$"
10381
+ },
10382
+ "materialUpdateAt": {
10383
+ "anyOf": [
10384
+ {
10385
+ "type": "string",
10386
+ "format": "date-time",
10387
+ "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))$"
10388
+ },
10389
+ {
10390
+ "type": "null"
10391
+ }
10392
+ ]
10393
+ }
10394
+ },
10395
+ "required": [
10396
+ "status",
10397
+ "customerVisibleAt",
10398
+ "resolvedAt",
10399
+ "reopenedAt",
10400
+ "createdAt",
10401
+ "updatedAt",
10402
+ "materialUpdateAt"
10403
+ ],
10404
+ "additionalProperties": false
10405
+ },
10406
+ "accountImportance": {
10407
+ "type": "object",
10408
+ "properties": {
10409
+ "arrCents": {
10410
+ "anyOf": [
10411
+ {
10412
+ "type": "number",
10413
+ "minimum": 0
10414
+ },
10415
+ {
10416
+ "type": "null"
10417
+ }
10418
+ ]
10419
+ },
10420
+ "currency": {
10421
+ "anyOf": [
10422
+ {
10423
+ "type": "string",
10424
+ "pattern": "^[A-Z]{3}$"
10425
+ },
10426
+ {
10427
+ "type": "null"
10428
+ }
10429
+ ]
10430
+ },
10431
+ "arrShareWithinCurrency": {
10432
+ "anyOf": [
10433
+ {
10434
+ "type": "number",
10435
+ "minimum": 0,
10436
+ "maximum": 1
10437
+ },
10438
+ {
10439
+ "type": "null"
10440
+ }
10441
+ ],
10442
+ "description": "Organization ARR share among customers using the same currency"
10443
+ },
10444
+ "arrPercentileWithinCurrency": {
10445
+ "anyOf": [
10446
+ {
10447
+ "type": "number",
10448
+ "minimum": 0,
10449
+ "maximum": 100
10450
+ },
10451
+ {
10452
+ "type": "null"
10453
+ }
10454
+ ],
10455
+ "description": "ARR percentile among customers using the same currency"
10456
+ },
10457
+ "segments": {
10458
+ "maxItems": 50,
10459
+ "type": "array",
10460
+ "items": {
10461
+ "type": "string",
10462
+ "minLength": 1,
10463
+ "maxLength": 240
10464
+ }
10465
+ }
10466
+ },
10467
+ "required": [
10468
+ "arrCents",
10469
+ "currency",
10470
+ "arrShareWithinCurrency",
10471
+ "arrPercentileWithinCurrency",
10472
+ "segments"
10473
+ ],
10474
+ "additionalProperties": false
10475
+ },
10476
+ "preparedActionUrl": {
10477
+ "anyOf": [
10478
+ {
10479
+ "type": "string",
10480
+ "maxLength": 2e3,
10481
+ "format": "uri"
10482
+ },
10483
+ {
10484
+ "type": "null"
10485
+ }
10486
+ ]
10487
+ }
10488
+ },
10489
+ "required": [
10490
+ "id",
10491
+ "customer",
10492
+ "title",
10493
+ "priority",
10494
+ "evidenceCount",
10495
+ "lifecycle",
10496
+ "accountImportance",
10497
+ "preparedActionUrl"
10498
+ ],
10499
+ "additionalProperties": false
10500
+ }
10501
+ },
10502
+ "pagination": {
10503
+ "type": "object",
10504
+ "properties": {
10505
+ "hasMore": {
10506
+ "type": "boolean"
10507
+ },
10508
+ "nextCursor": {
10509
+ "anyOf": [
10510
+ {
10511
+ "type": "string",
10512
+ "minLength": 1,
10513
+ "maxLength": 2e3
10514
+ },
10515
+ {
10516
+ "type": "null"
10517
+ }
10518
+ ]
10519
+ },
10520
+ "total": {
10521
+ "type": "integer",
10522
+ "minimum": 0,
10523
+ "maximum": 9007199254740991
10524
+ }
10525
+ },
10526
+ "required": [
10527
+ "hasMore",
10528
+ "nextCursor",
10529
+ "total"
10530
+ ],
10531
+ "additionalProperties": false
10532
+ }
10533
+ },
10534
+ "required": [
10535
+ "items",
10536
+ "pagination"
10537
+ ],
10538
+ "additionalProperties": false
10539
+ }
10540
+ },
10541
+ "outlit_get_attention_item": {
10542
+ "toolName": "outlit_get_attention_item",
10543
+ "commandId": "attention.get",
10544
+ "commandVersion": 1,
10545
+ "ownerDomain": "attention",
10546
+ "title": "Get Attention Item",
10547
+ "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.",
10548
+ "inputSchema": {
10549
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10550
+ "type": "object",
10551
+ "properties": {
10552
+ "id": {
10553
+ "type": "string",
10554
+ "format": "uuid",
10555
+ "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)$",
10556
+ "description": "Exact Attention item ID"
10557
+ }
10558
+ },
10559
+ "required": [
10560
+ "id"
10561
+ ],
10562
+ "additionalProperties": false
10563
+ },
10564
+ "outputSchema": {
10565
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
10566
+ "type": "object",
10567
+ "properties": {
10568
+ "id": {
10569
+ "type": "string",
10570
+ "minLength": 1,
10571
+ "maxLength": 500
10572
+ },
10573
+ "customer": {
10574
+ "type": "object",
10575
+ "properties": {
10576
+ "id": {
10577
+ "type": "string",
10578
+ "minLength": 1,
10579
+ "maxLength": 500
10580
+ },
10581
+ "name": {
10582
+ "type": "string",
10583
+ "minLength": 1,
10584
+ "maxLength": 500
10585
+ },
10586
+ "domain": {
10587
+ "type": "string",
10588
+ "maxLength": 253
10589
+ },
10590
+ "ownerName": {
10591
+ "anyOf": [
10592
+ {
10593
+ "type": "string",
10594
+ "minLength": 1,
10595
+ "maxLength": 500
10596
+ },
10597
+ {
10598
+ "type": "null"
10599
+ }
10600
+ ]
10601
+ }
10602
+ },
10603
+ "required": [
10604
+ "id",
10605
+ "name",
10606
+ "domain",
10607
+ "ownerName"
10608
+ ],
10609
+ "additionalProperties": false
10610
+ },
10611
+ "title": {
10612
+ "type": "string",
10613
+ "minLength": 1,
10614
+ "maxLength": 240
10615
+ },
10616
+ "priority": {
10617
+ "type": "string",
10618
+ "enum": [
10619
+ "NORMAL",
10620
+ "HIGH",
10621
+ "URGENT"
10622
+ ]
10623
+ },
10624
+ "evidenceCount": {
10625
+ "type": "integer",
10626
+ "minimum": 0,
10627
+ "maximum": 50
10628
+ },
10629
+ "lifecycle": {
10630
+ "type": "object",
10631
+ "properties": {
10632
+ "status": {
10633
+ "type": "string",
10634
+ "enum": [
10635
+ "open",
10636
+ "resolved"
10637
+ ]
10638
+ },
10639
+ "customerVisibleAt": {
10640
+ "type": "string",
10641
+ "format": "date-time",
10642
+ "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))$"
10643
+ },
10644
+ "resolvedAt": {
10645
+ "anyOf": [
10646
+ {
10647
+ "type": "string",
10648
+ "format": "date-time",
10649
+ "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))$"
10650
+ },
10651
+ {
10652
+ "type": "null"
9202
10653
  }
9203
10654
  ]
9204
10655
  },
9205
- "status": {
10656
+ "reopenedAt": {
10657
+ "anyOf": [
10658
+ {
10659
+ "type": "string",
10660
+ "format": "date-time",
10661
+ "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))$"
10662
+ },
10663
+ {
10664
+ "type": "null"
10665
+ }
10666
+ ]
10667
+ },
10668
+ "createdAt": {
9206
10669
  "type": "string",
9207
- "const": "ENABLED"
10670
+ "format": "date-time",
10671
+ "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))$"
9208
10672
  },
9209
- "evaluationMode": {
10673
+ "updatedAt": {
9210
10674
  "type": "string",
9211
- "const": "SHADOW"
10675
+ "format": "date-time",
10676
+ "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))$"
10677
+ },
10678
+ "materialUpdateAt": {
10679
+ "anyOf": [
10680
+ {
10681
+ "type": "string",
10682
+ "format": "date-time",
10683
+ "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))$"
10684
+ },
10685
+ {
10686
+ "type": "null"
10687
+ }
10688
+ ]
10689
+ }
10690
+ },
10691
+ "required": [
10692
+ "status",
10693
+ "customerVisibleAt",
10694
+ "resolvedAt",
10695
+ "reopenedAt",
10696
+ "createdAt",
10697
+ "updatedAt",
10698
+ "materialUpdateAt"
10699
+ ],
10700
+ "additionalProperties": false
10701
+ },
10702
+ "accountImportance": {
10703
+ "type": "object",
10704
+ "properties": {
10705
+ "arrCents": {
10706
+ "anyOf": [
10707
+ {
10708
+ "type": "number",
10709
+ "minimum": 0
10710
+ },
10711
+ {
10712
+ "type": "null"
10713
+ }
10714
+ ]
10715
+ },
10716
+ "currency": {
10717
+ "anyOf": [
10718
+ {
10719
+ "type": "string",
10720
+ "pattern": "^[A-Z]{3}$"
10721
+ },
10722
+ {
10723
+ "type": "null"
10724
+ }
10725
+ ]
10726
+ },
10727
+ "arrShareWithinCurrency": {
10728
+ "anyOf": [
10729
+ {
10730
+ "type": "number",
10731
+ "minimum": 0,
10732
+ "maximum": 1
10733
+ },
10734
+ {
10735
+ "type": "null"
10736
+ }
10737
+ ],
10738
+ "description": "Organization ARR share among customers using the same currency"
10739
+ },
10740
+ "arrPercentileWithinCurrency": {
10741
+ "anyOf": [
10742
+ {
10743
+ "type": "number",
10744
+ "minimum": 0,
10745
+ "maximum": 100
10746
+ },
10747
+ {
10748
+ "type": "null"
10749
+ }
10750
+ ],
10751
+ "description": "ARR percentile among customers using the same currency"
9212
10752
  },
9213
- "definitions": {
9214
- "minItems": 2,
9215
- "maxItems": 2,
10753
+ "segments": {
10754
+ "maxItems": 50,
9216
10755
  "type": "array",
9217
10756
  "items": {
9218
- "type": "object",
9219
- "properties": {
9220
- "id": {
9221
- "type": "string",
9222
- "format": "uuid",
9223
- "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)$"
9224
- },
9225
- "metricKey": {
9226
- "type": "string",
9227
- "minLength": 1,
9228
- "maxLength": 191
9229
- },
9230
- "aggregation": {
9231
- "type": "string",
9232
- "enum": [
9233
- "active_days",
9234
- "event_count"
9235
- ]
9236
- }
9237
- },
9238
- "required": [
9239
- "id",
9240
- "metricKey",
9241
- "aggregation"
9242
- ],
9243
- "additionalProperties": false
10757
+ "type": "string",
10758
+ "minLength": 1,
10759
+ "maxLength": 240
9244
10760
  }
9245
10761
  }
9246
10762
  },
9247
10763
  "required": [
9248
- "sourceKey",
9249
- "behaviorKey",
9250
- "label",
9251
- "eventSelection",
9252
- "status",
9253
- "evaluationMode",
9254
- "definitions"
10764
+ "arrCents",
10765
+ "currency",
10766
+ "arrShareWithinCurrency",
10767
+ "arrPercentileWithinCurrency",
10768
+ "segments"
9255
10769
  ],
9256
10770
  "additionalProperties": false
10771
+ },
10772
+ "preparedActionUrl": {
10773
+ "anyOf": [
10774
+ {
10775
+ "type": "string",
10776
+ "maxLength": 2e3,
10777
+ "format": "uri"
10778
+ },
10779
+ {
10780
+ "type": "null"
10781
+ }
10782
+ ]
10783
+ },
10784
+ "whatChanged": {
10785
+ "type": "string",
10786
+ "minLength": 1,
10787
+ "maxLength": 8e3
10788
+ },
10789
+ "whyItMatters": {
10790
+ "type": "string",
10791
+ "minLength": 1,
10792
+ "maxLength": 8e3
10793
+ },
10794
+ "uncertainty": {
10795
+ "anyOf": [
10796
+ {
10797
+ "type": "string",
10798
+ "minLength": 1,
10799
+ "maxLength": 8e3
10800
+ },
10801
+ {
10802
+ "type": "null"
10803
+ }
10804
+ ]
10805
+ },
10806
+ "priorityReason": {
10807
+ "type": "string",
10808
+ "minLength": 1,
10809
+ "maxLength": 8e3
10810
+ },
10811
+ "timeline": {
10812
+ "maxItems": 20,
10813
+ "type": "array",
10814
+ "items": {
10815
+ "type": "object",
10816
+ "properties": {
10817
+ "title": {
10818
+ "type": "string",
10819
+ "minLength": 1,
10820
+ "maxLength": 240
10821
+ },
10822
+ "explanation": {
10823
+ "type": "string",
10824
+ "minLength": 1,
10825
+ "maxLength": 4e3
10826
+ },
10827
+ "observedAt": {
10828
+ "type": "string",
10829
+ "format": "date-time",
10830
+ "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))$"
10831
+ }
10832
+ },
10833
+ "required": [
10834
+ "title",
10835
+ "explanation",
10836
+ "observedAt"
10837
+ ],
10838
+ "additionalProperties": false
10839
+ }
10840
+ },
10841
+ "evidence": {
10842
+ "maxItems": 20,
10843
+ "type": "array",
10844
+ "items": {
10845
+ "type": "object",
10846
+ "properties": {
10847
+ "role": {
10848
+ "type": "string",
10849
+ "enum": [
10850
+ "supporting",
10851
+ "contradictory",
10852
+ "context"
10853
+ ]
10854
+ },
10855
+ "kind": {
10856
+ "type": "string",
10857
+ "enum": [
10858
+ "metric",
10859
+ "communication",
10860
+ "record",
10861
+ "event"
10862
+ ]
10863
+ },
10864
+ "title": {
10865
+ "type": "string",
10866
+ "minLength": 1,
10867
+ "maxLength": 500
10868
+ },
10869
+ "observedAt": {
10870
+ "anyOf": [
10871
+ {
10872
+ "type": "string",
10873
+ "format": "date-time",
10874
+ "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))$"
10875
+ },
10876
+ {
10877
+ "type": "null"
10878
+ }
10879
+ ]
10880
+ },
10881
+ "window": {
10882
+ "anyOf": [
10883
+ {
10884
+ "type": "object",
10885
+ "properties": {
10886
+ "start": {
10887
+ "type": "string",
10888
+ "format": "date-time",
10889
+ "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))$"
10890
+ },
10891
+ "end": {
10892
+ "type": "string",
10893
+ "format": "date-time",
10894
+ "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))$"
10895
+ }
10896
+ },
10897
+ "required": [
10898
+ "start",
10899
+ "end"
10900
+ ],
10901
+ "additionalProperties": false
10902
+ },
10903
+ {
10904
+ "type": "null"
10905
+ }
10906
+ ]
10907
+ },
10908
+ "sourceLabel": {
10909
+ "type": "string",
10910
+ "minLength": 1,
10911
+ "maxLength": 240
10912
+ }
10913
+ },
10914
+ "required": [
10915
+ "role",
10916
+ "kind",
10917
+ "title",
10918
+ "observedAt",
10919
+ "window",
10920
+ "sourceLabel"
10921
+ ],
10922
+ "additionalProperties": false
10923
+ }
10924
+ },
10925
+ "latestUpdate": {
10926
+ "anyOf": [
10927
+ {
10928
+ "type": "object",
10929
+ "properties": {
10930
+ "updatedAt": {
10931
+ "type": "string",
10932
+ "format": "date-time",
10933
+ "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))$"
10934
+ },
10935
+ "summary": {
10936
+ "type": "string",
10937
+ "minLength": 1,
10938
+ "maxLength": 8e3
10939
+ }
10940
+ },
10941
+ "required": [
10942
+ "updatedAt",
10943
+ "summary"
10944
+ ],
10945
+ "additionalProperties": false
10946
+ },
10947
+ {
10948
+ "type": "null"
10949
+ }
10950
+ ]
9257
10951
  }
9258
10952
  },
9259
10953
  "required": [
9260
- "created",
9261
- "metric"
10954
+ "id",
10955
+ "customer",
10956
+ "title",
10957
+ "priority",
10958
+ "evidenceCount",
10959
+ "lifecycle",
10960
+ "accountImportance",
10961
+ "preparedActionUrl",
10962
+ "whatChanged",
10963
+ "whyItMatters",
10964
+ "uncertainty",
10965
+ "priorityReason",
10966
+ "timeline",
10967
+ "evidence",
10968
+ "latestUpdate"
9262
10969
  ],
9263
10970
  "additionalProperties": false
9264
10971
  }
@@ -9311,6 +11018,7 @@ var consumerToolPolicies = {
9311
11018
  "outlit_list_users",
9312
11019
  "outlit_list_workspace_users",
9313
11020
  "outlit_get_customer",
11021
+ "outlit_get_customer_relationship",
9314
11022
  "outlit_assign_customer_owner",
9315
11023
  "outlit_grant_customer_access",
9316
11024
  "outlit_update_customer_access",
@@ -9339,13 +11047,20 @@ var consumerToolPolicies = {
9339
11047
  "outlit_preview_customer_activation",
9340
11048
  "outlit_update_customer_activation",
9341
11049
  "outlit_get_workspace_settings",
9342
- "outlit_update_workspace_settings"
11050
+ "outlit_update_workspace_settings",
11051
+ "outlit_list_features",
11052
+ "outlit_create_feature",
11053
+ "outlit_archive_feature",
11054
+ "outlit_get_customer_features",
11055
+ "outlit_list_attention_items",
11056
+ "outlit_get_attention_item"
9343
11057
  ],
9344
11058
  "cli": [
9345
11059
  "outlit_list_customers",
9346
11060
  "outlit_list_users",
9347
11061
  "outlit_list_workspace_users",
9348
11062
  "outlit_get_customer",
11063
+ "outlit_get_customer_relationship",
9349
11064
  "outlit_assign_customer_owner",
9350
11065
  "outlit_grant_customer_access",
9351
11066
  "outlit_update_customer_access",
@@ -9375,9 +11090,12 @@ var consumerToolPolicies = {
9375
11090
  "outlit_update_customer_activation",
9376
11091
  "outlit_get_workspace_settings",
9377
11092
  "outlit_update_workspace_settings",
9378
- "outlit_list_behavior_metric_sources",
9379
- "outlit_list_behavior_metric_events",
9380
- "outlit_create_behavior_metric"
11093
+ "outlit_list_features",
11094
+ "outlit_create_feature",
11095
+ "outlit_archive_feature",
11096
+ "outlit_get_customer_features",
11097
+ "outlit_list_attention_items",
11098
+ "outlit_get_attention_item"
9381
11099
  ]
9382
11100
  };
9383
11101
  var toolGatewayTransport = {
@@ -10647,7 +12365,7 @@ var schemaTables = [
10647
12365
  "users",
10648
12366
  "revenue"
10649
12367
  ];
10650
- var sdkConsumerContractHash = "39fe276d5127aa59cdfc0172cc44c9281beb62b1942c44094421f2a56fbb40fa";
12368
+ var sdkConsumerContractHash = "b5ae0da99791dfe29fff680e3c7320fd333d81d4b68ad09824791dd7e993d266";
10651
12369
 
10652
12370
  // src/contracts.ts
10653
12371
  var publicToolNameSet = new Set(publicToolNames);