o11y_schema 264.89.0 → 264.90.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/package.json CHANGED
@@ -45,6 +45,7 @@
45
45
  "./sf_support": "./sf_support/sf_support.js",
46
46
  "./sf_automation": "./sf_automation/sf_automation.js",
47
47
  "./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
48
+ "./sf_agenticTelemetry": "./sf_agenticTelemetry/sf_agenticTelemetry.js",
48
49
  "./sf_abx": "./sf_abx/sf_abx.js",
49
50
  "./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
50
51
  "./sf_lookup": "./sf_lookup/sf_lookup.js",
@@ -159,7 +160,7 @@
159
160
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
160
161
  },
161
162
  "type": "module",
162
- "version": "264.89.0",
163
+ "version": "264.90.0",
163
164
  "license": "BSD-3-Clause",
164
165
  "volta": {
165
166
  "node": "18.17.1",
@@ -178,6 +179,7 @@
178
179
  "o11y_schema/sf_afvAnalytics",
179
180
  "o11y_schema/sf_agentforceInstrumentation",
180
181
  "o11y_schema/sf_agentforceMessaging",
182
+ "o11y_schema/sf_agenticTelemetry",
181
183
  "o11y_schema/sf_ai4mCampaignDesigner",
182
184
  "o11y_schema/sf_almSimpleDeploy",
183
185
  "o11y_schema/sf_appDevAisc",
@@ -0,0 +1 @@
1
+ export const agent_activity={namespace:"sf.agenticTelemetry",name:"AgentActivity",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"AgentActivity":{"fields":{"failedToolCount":{"id":4,"type":"uint32"},"iterationCount":{"id":3,"type":"uint32"},"agentId":{"id":2,"type":"string"},"agentName":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const agent_app_payload={namespace:"sf.agenticTelemetry",name:"AgentAppPayload",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"AgentAppPayload":{"fields":{"instrumentationSource":{"id":3,"type":"string"},"actorType":{"id":4,"type":"ActorType"},"surface":{"id":8,"type":"string"},"channel":{"id":5,"type":"string"},"agentFramework":{"id":1,"type":"string"},"transport":{"id":6,"type":"Transport"},"authType":{"id":7,"type":"AuthType"},"agentFrameworkVersion":{"id":2,"type":"string"}},
2
+ "nested":{"ActorType":{"values":{"ACTOR_TYPE_UNSPECIFIED":0,"ACTOR_TYPE_AUTONOMOUS_AGENT":2,"ACTOR_TYPE_HUMAN_IN_THE_LOOP":1,"ACTOR_TYPE_SYSTEM_TO_SYSTEM":3}},"AuthType":{"values":{"AUTH_TYPE_CONNECTED_APP_JWT":3,"AUTH_TYPE_AGENT_CREDENTIAL":4,"AUTH_TYPE_OAUTH":2,"AUTH_TYPE_UNSPECIFIED":0,"AUTH_TYPE_LIGHTNING_SESSION":1}},"Transport":{"values":{"TRANSPORT_UI_API":3,"TRANSPORT_REST":1,"TRANSPORT_SFAP":4,"TRANSPORT_UNSPECIFIED":0,"TRANSPORT_MCP":5,"TRANSPORT_GRAPHQL":2}}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const chat_activity={namespace:"sf.agenticTelemetry",name:"ChatActivity",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"ChatActivity":{"fields":{"cacheCreationInputTokens":{"id":7,"type":"uint64"},"requestModel":{"id":1,"type":"string"},"cacheReadInputTokens":{"id":6,"type":"uint64"},"temperature":{"id":9,"type":"double"},"serviceTier":{"id":10,"type":"string"},"responseModel":{"id":2,"type":"string"},"inputTokens":{"id":3,"type":"uint64"},"outputTokens":{"id":4,"type":"uint64"},
2
+ "reasoningOutputTokens":{"id":5,"type":"uint64"},"finishReasons":{"rule":"repeated","id":8,"type":"string"},"inferenceGeo":{"id":11,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const decision_event={namespace:"sf.agenticTelemetry",name:"DecisionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"DecisionEvent":{"fields":{"description":{"id":2,"type":"string"},"decisionType":{"id":1,"type":"DecisionType"},"rationale":{"id":3,"type":"string"}},"nested":{"DecisionType":{"values":{"DECISION_TYPE_CHOOSE_TOOL":2,"DECISION_TYPE_CREATE":4,"DECISION_TYPE_UNSPECIFIED":0,"DECISION_TYPE_PLAN":1,"DECISION_TYPE_DELEGATE":6,"DECISION_TYPE_SKIP":3,"DECISION_TYPE_MODIFY":5}}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const handoff_activity={namespace:"sf.agenticTelemetry",name:"HandoffActivity",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"HandoffActivity":{"fields":{"reason":{"id":3,"type":"string"},"transferredTokens":{"id":4,"type":"uint64"},"fromAgent":{"id":1,"type":"string"},"toAgent":{"id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1,8 @@
1
+ export { plan_activity as planActivitySchema } from './plan_activity.js';
2
+ export { decision_event as decisionEventSchema } from './decision_event.js';
3
+ export { handoff_activity as handoffActivitySchema } from './handoff_activity.js';
4
+ export { agent_activity as agentActivitySchema } from './agent_activity.js';
5
+ export { tool_call_activity as toolCallActivitySchema } from './tool_call_activity.js';
6
+ export { agent_app_payload as agentAppPayloadSchema } from './agent_app_payload.js';
7
+ export { chat_activity as chatActivitySchema } from './chat_activity.js';
8
+ export { workflow_activity as workflowActivitySchema } from './workflow_activity.js';
@@ -0,0 +1 @@
1
+ export const plan_activity={namespace:"sf.agenticTelemetry",name:"PlanActivity",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"PlanActivity":{"fields":{"planSummary":{"id":1,"type":"string"},"steps":{"rule":"repeated","id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1,8 @@
1
+ export { plan_activity as planActivitySchema } from './plan_activity.js';
2
+ export { decision_event as decisionEventSchema } from './decision_event.js';
3
+ export { handoff_activity as handoffActivitySchema } from './handoff_activity.js';
4
+ export { agent_activity as agentActivitySchema } from './agent_activity.js';
5
+ export { tool_call_activity as toolCallActivitySchema } from './tool_call_activity.js';
6
+ export { agent_app_payload as agentAppPayloadSchema } from './agent_app_payload.js';
7
+ export { chat_activity as chatActivitySchema } from './chat_activity.js';
8
+ export { workflow_activity as workflowActivitySchema } from './workflow_activity.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -0,0 +1 @@
1
+ export const tool_call_activity={namespace:"sf.agenticTelemetry",name:"ToolCallActivity",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"ToolCallActivity":{"fields":{"callArguments":{"id":5,"type":"string"},"mcpServerName":{"id":2,"type":"string"},"callResult":{"id":6,"type":"string"},"toolType":{"id":3,"type":"string"},"toolName":{"id":1,"type":"string"},"isSuccess":{"id":4,"type":"bool"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export const workflow_activity={namespace:"sf.agenticTelemetry",name:"WorkflowActivity",pbjsSchema:{"nested":{"sf":{"nested":{"agenticTelemetry":{"nested":{"WorkflowActivity":{"fields":{"totalCostUsd":{"id":5,"type":"double"},"finishReason":{"id":3,"type":"FinishReason"},"workflowType":{"id":1,"type":"WorkflowType"},"workflowName":{"id":2,"type":"string"},"team":{"id":7,"type":"string"},"totalTokens":{"id":4,"type":"uint64"},"linkedTicket":{"id":6,"type":"string"}},"nested":{"WorkflowType":{"values":{"WORKFLOW_TYPE_FEATURE":3,
2
+ "WORKFLOW_TYPE_TEST":5,"WORKFLOW_TYPE_INVESTIGATION":7,"WORKFLOW_TYPE_DEPLOYMENT":8,"WORKFLOW_TYPE_CODE_REVIEW":2,"WORKFLOW_TYPE_BUG_FIX":1,"WORKFLOW_TYPE_REFACTOR":4,"WORKFLOW_TYPE_DOCUMENTATION":6,"WORKFLOW_TYPE_UNSPECIFIED":0}},"FinishReason":{"values":{"FINISH_REASON_UNSPECIFIED":0,"FINISH_REASON_COMPLETED":1,"FINISH_REASON_GUARDRAIL":3,"FINISH_REASON_HANDOFF":4,"FINISH_REASON_ERROR":6,"FINISH_REASON_MAX_ITERATIONS":2,"FINISH_REASON_TOOL_FAILURE":5,"FINISH_REASON_TIME_BUDGET":7}}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const query={namespace:"sf.sentosSearch",name:"Query",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Query":{"fields":{"queryLength":{"id":5,"type":"int32"},"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":9,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"scopedSource":{"id":7,"type":"string"},"searchReqSeq":{"id":6,"type":"int32"},"suggestReqSeq":{"id":10,"type":"uint32"},"windowId":{"id":2,"type":"string"},"queryOrigin":{"id":8,
2
- "type":"string"}}}}}}}}}};
1
+ export const query={namespace:"sf.sentosSearch",name:"Query",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Query":{"fields":{"queryLength":{"id":5,"type":"int32"},"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":9,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"scopedSource":{"id":7,"type":"string"},"searchReqSeq":{"id":6,"type":"int32"},"suggestReqSeq":{"id":10,"type":"uint32"},"scopedObject":{"id":11,"type":"string"},
2
+ "windowId":{"id":2,"type":"string"},"queryOrigin":{"id":8,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const resultsImpression={namespace:"sf.sentosSearch",name:"ResultsImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsImpression":{"fields":{"queryLength":{"id":5,"type":"uint32"},"resultCount":{"id":9,"type":"uint32"},"records":{"id":10,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":15,"type":"string"},"buckets":{"id":11,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"searchReqSeq":{"id":6,"type":"uint32"},"suggestReqSeq":{"id":17,
2
- "type":"uint32"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"isSplCorrect":{"id":12,"type":"bool"},"isFiltered":{"id":13,"type":"bool"},"suggestions":{"id":16,"type":"string"},"isSorted":{"id":14,"type":"bool"},"resultType":{"id":7,"type":"string"}}}}}}}}}};
1
+ export const resultsImpression={namespace:"sf.sentosSearch",name:"ResultsImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsImpression":{"fields":{"queryLength":{"id":5,"type":"uint32"},"resultCount":{"id":9,"type":"uint32"},"records":{"id":10,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":15,"type":"string"},"buckets":{"id":11,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"scopedSource":{"id":18,"type":"string"},"searchReqSeq":{"id":6,
2
+ "type":"uint32"},"suggestReqSeq":{"id":17,"type":"uint32"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"isSplCorrect":{"id":12,"type":"bool"},"isFiltered":{"id":13,"type":"bool"},"suggestions":{"id":16,"type":"string"},"isSorted":{"id":14,"type":"bool"},"resultType":{"id":7,"type":"string"},"scopedObject":{"id":19,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
1
  export const resultsPagePerf={namespace:"sf.sentosSearch",name:"ResultsPagePerf",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPagePerf":{"fields":{"agentId":{"id":12,"type":"string"},"agentSessionId":{"id":13,"type":"string"},"timeToFirstAnswerToken":{"id":16,"type":"uint32"},"srchSessionId":{"id":2,"type":"string"},"appName":{"id":15,"type":"string"},"clientSearchId":{"id":5,"type":"string"},"scopedSource":{"id":9,"type":"string"},"experience":{"id":14,"type":"string"},
2
- "isCached":{"id":10,"type":"bool"},"windowId":{"id":3,"type":"string"},"queryId":{"id":6,"type":"string"},"queryOrigin":{"id":11,"type":"string"},"resultsCount":{"id":8,"type":"uint32"},"resultsType":{"id":1,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"hasError":{"id":7,"type":"bool"}}}}}}}}}};
2
+ "isCached":{"id":10,"type":"bool"},"windowId":{"id":3,"type":"string"},"queryId":{"id":6,"type":"string"},"queryOrigin":{"id":11,"type":"string"},"resultsCount":{"id":8,"type":"uint32"},"resultsType":{"id":1,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"hasError":{"id":7,"type":"bool"},"scopedObject":{"id":17,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='264.89.0'
1
+ export const version='264.90.0'