o11y_schema 264.89.0 → 264.91.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 +7 -1
- package/sf_agenticTelemetry/agent_activity.js +1 -0
- package/sf_agenticTelemetry/agent_app_payload.js +2 -0
- package/sf_agenticTelemetry/chat_activity.js +2 -0
- package/sf_agenticTelemetry/decision_event.js +1 -0
- package/sf_agenticTelemetry/handoff_activity.js +1 -0
- package/sf_agenticTelemetry/index.js +8 -0
- package/sf_agenticTelemetry/plan_activity.js +1 -0
- package/sf_agenticTelemetry/sf_agenticTelemetry.js +8 -0
- package/sf_agenticTelemetry/sf_agenticTelemetry.js-meta.xml +7 -0
- package/sf_agenticTelemetry/tool_call_activity.js +1 -0
- package/sf_agenticTelemetry/workflow_activity.js +2 -0
- package/sf_amaChrome/app_home_launch.js +3 -0
- package/sf_amaChrome/cap_workspace_initialized.js +3 -0
- package/sf_amaChrome/cap_workspace_uem_push.js +2 -0
- package/sf_amaChrome/chrome_error_boundary.js +2 -0
- package/sf_amaChrome/chrome_session_started.js +3 -0
- package/sf_amaChrome/index.js +6 -0
- package/sf_amaChrome/mode_entered.js +2 -0
- package/sf_amaChrome/sf_amaChrome.js +6 -0
- package/sf_amaChrome/sf_amaChrome.js-meta.xml +7 -0
- package/sf_entityExtraction/catalog_ingest.js +2 -0
- package/sf_entityExtraction/entity_extraction_service.js +2 -0
- package/sf_entityExtraction/error.js +1 -0
- package/sf_entityExtraction/index.js +8 -0
- package/sf_entityExtraction/model_download.js +1 -0
- package/sf_entityExtraction/pipeline_product_scope.js +1 -0
- package/sf_entityExtraction/pipeline_verification.js +2 -0
- package/sf_entityExtraction/request_cancelled.js +1 -0
- package/sf_entityExtraction/sf_entityExtraction.js +8 -0
- package/sf_entityExtraction/sf_entityExtraction.js-meta.xml +7 -0
- package/sf_entityExtraction/user_action.js +1 -0
- package/sf_sentosSearch/query.js +2 -2
- package/sf_sentosSearch/resultsImpression.js +2 -2
- package/sf_sentosSearch/resultsPagePerf.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"./sf_brief": "./sf_brief/sf_brief.js",
|
|
20
20
|
"./sf_lsc": "./sf_lsc/sf_lsc.js",
|
|
21
21
|
"./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
|
|
22
|
+
"./sf_entityExtraction": "./sf_entityExtraction/sf_entityExtraction.js",
|
|
22
23
|
"./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
|
|
23
24
|
"./sf_mobileNativeAI": "./sf_mobileNativeAI/sf_mobileNativeAI.js",
|
|
24
25
|
"./sfcore_performance": "./sfcore_performance/sfcore_performance.js",
|
|
@@ -45,6 +46,7 @@
|
|
|
45
46
|
"./sf_support": "./sf_support/sf_support.js",
|
|
46
47
|
"./sf_automation": "./sf_automation/sf_automation.js",
|
|
47
48
|
"./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
|
|
49
|
+
"./sf_agenticTelemetry": "./sf_agenticTelemetry/sf_agenticTelemetry.js",
|
|
48
50
|
"./sf_abx": "./sf_abx/sf_abx.js",
|
|
49
51
|
"./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
|
|
50
52
|
"./sf_lookup": "./sf_lookup/sf_lookup.js",
|
|
@@ -69,6 +71,7 @@
|
|
|
69
71
|
"./sf_policyCenter": "./sf_policyCenter/sf_policyCenter.js",
|
|
70
72
|
"./sf_content": "./sf_content/sf_content.js",
|
|
71
73
|
"./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js",
|
|
74
|
+
"./sf_amaChrome": "./sf_amaChrome/sf_amaChrome.js",
|
|
72
75
|
"./sf_riverRush": "./sf_riverRush/sf_riverRush.js",
|
|
73
76
|
"./sf_datalens": "./sf_datalens/sf_datalens.js",
|
|
74
77
|
"./sf_peoplescoring": "./sf_peoplescoring/sf_peoplescoring.js",
|
|
@@ -159,7 +162,7 @@
|
|
|
159
162
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
160
163
|
},
|
|
161
164
|
"type": "module",
|
|
162
|
-
"version": "264.
|
|
165
|
+
"version": "264.91.0",
|
|
163
166
|
"license": "BSD-3-Clause",
|
|
164
167
|
"volta": {
|
|
165
168
|
"node": "18.17.1",
|
|
@@ -178,8 +181,10 @@
|
|
|
178
181
|
"o11y_schema/sf_afvAnalytics",
|
|
179
182
|
"o11y_schema/sf_agentforceInstrumentation",
|
|
180
183
|
"o11y_schema/sf_agentforceMessaging",
|
|
184
|
+
"o11y_schema/sf_agenticTelemetry",
|
|
181
185
|
"o11y_schema/sf_ai4mCampaignDesigner",
|
|
182
186
|
"o11y_schema/sf_almSimpleDeploy",
|
|
187
|
+
"o11y_schema/sf_amaChrome",
|
|
183
188
|
"o11y_schema/sf_appDevAisc",
|
|
184
189
|
"o11y_schema/sf_appdevDevops",
|
|
185
190
|
"o11y_schema/sf_appexchangeInstrumentation",
|
|
@@ -211,6 +216,7 @@
|
|
|
211
216
|
"o11y_schema/sf_energyUtilities",
|
|
212
217
|
"o11y_schema/sf_enhancedConversation",
|
|
213
218
|
"o11y_schema/sf_enhancedSoftphone",
|
|
219
|
+
"o11y_schema/sf_entityExtraction",
|
|
214
220
|
"o11y_schema/sf_evf",
|
|
215
221
|
"o11y_schema/sf_experienceBuilder",
|
|
216
222
|
"o11y_schema/sf_featureUsageAnalytics",
|
|
@@ -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 @@
|
|
|
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}}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const app_home_launch={namespace:"sf.amaChrome",name:"AppHomeLaunch",pbjsSchema:{"nested":{"sf":{"nested":{"amaChrome":{"nested":{"AppHomeLaunch":{"oneofs":{"_templateName":{"oneof":["templateName"]},"_creationPath":{"oneof":["creationPath"]},"_errorType":{"oneof":["errorType"]},"_appCount":{"oneof":["appCount"]},"_errorMessage":{"oneof":["errorMessage"]},"_screenCount":{"oneof":["screenCount"]},"_isRecent":{"oneof":["isRecent"]},"_componentCount":{"oneof":["componentCount"]}},"fields":{"amaAppId":{"id":2,
|
|
2
|
+
"type":"string"},"appCount":{"options":{"proto3_optional":true},"id":9,"type":"uint32"},"screenCount":{"options":{"proto3_optional":true},"id":11,"type":"uint32"},"creationPath":{"options":{"proto3_optional":true},"id":6,"type":"string"},"openTimeMs":{"id":10,"type":"double"},"errorType":{"options":{"proto3_optional":true},"id":14,"type":"string"},"errorMessage":{"options":{"(meta.max_length)":200,"proto3_optional":true},"id":15,"type":"string"},"sessionId":{"id":1,"type":"string"},"componentCount":{"options":{"proto3_optional":true},
|
|
3
|
+
"id":12,"type":"uint32"},"templateName":{"options":{"proto3_optional":true},"id":7,"type":"string"},"appType":{"id":4,"type":"string"},"isRecent":{"options":{"proto3_optional":true},"id":8,"type":"bool"},"action":{"id":5,"type":"string"},"entryPoint":{"id":3,"type":"string"},"isSuccess":{"id":13,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const cap_workspace_initialized={namespace:"sf.amaChrome",name:"CapWorkspaceInitialized",pbjsSchema:{"nested":{"sf":{"nested":{"amaChrome":{"nested":{"CapWorkspaceInitialized":{"oneofs":{"_agentCreationMs":{"oneof":["agentCreationMs"]},"_workspaceCreationMs":{"oneof":["workspaceCreationMs"]},"_projectCreationMs":{"oneof":["projectCreationMs"]},"_errorType":{"oneof":["errorType"]},"_errorMessage":{"oneof":["errorMessage"]},"_workspaceId":{"oneof":["workspaceId"]},"_filePushMs":{"oneof":["filePushMs"]}},
|
|
2
|
+
"fields":{"amaAppId":{"id":2,"type":"string"},"agentCreationMs":{"options":{"proto3_optional":true},"id":7,"type":"double"},"totalInitMs":{"id":4,"type":"double"},"errorType":{"options":{"proto3_optional":true},"id":11,"type":"string"},"errorMessage":{"options":{"(meta.max_length)":200,"proto3_optional":true},"id":12,"type":"string"},"projectCreationMs":{"options":{"proto3_optional":true},"id":6,"type":"double"},"workspaceCreationMs":{"options":{"proto3_optional":true},"id":5,"type":"double"},"sessionId":{"id":1,
|
|
3
|
+
"type":"string"},"isCached":{"id":10,"type":"bool"},"workspaceId":{"options":{"proto3_optional":true},"id":3,"type":"string"},"filePushMs":{"options":{"proto3_optional":true},"id":8,"type":"double"},"isSuccess":{"id":9,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const cap_workspace_uem_push={namespace:"sf.amaChrome",name:"CapWorkspaceUemPush",pbjsSchema:{"nested":{"sf":{"nested":{"amaChrome":{"nested":{"CapWorkspaceUemPush":{"oneofs":{"_uemSize":{"oneof":["uemSize"]},"_errorType":{"oneof":["errorType"]}},"fields":{"amaAppId":{"id":2,"type":"string"},"isPeriodic":{"id":6,"type":"bool"},"pushTimeMs":{"id":4,"type":"double"},"errorType":{"options":{"proto3_optional":true},"id":8,"type":"string"},"uemSize":{"options":{"proto3_optional":true},"id":7,"type":"uint32"},
|
|
2
|
+
"sessionId":{"id":1,"type":"string"},"workspaceId":{"id":3,"type":"string"},"isSuccess":{"id":5,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const chrome_error_boundary={namespace:"sf.amaChrome",name:"ChromeErrorBoundary",pbjsSchema:{"nested":{"sf":{"nested":{"amaChrome":{"nested":{"ChromeErrorBoundary":{"oneofs":{"_componentStack":{"oneof":["componentStack"]},"_amaAppId":{"oneof":["amaAppId"]}},"fields":{"amaAppId":{"options":{"proto3_optional":true},"id":2,"type":"string"},"mode":{"id":6,"type":"string"},"errorType":{"id":3,"type":"string"},"errorMessage":{"options":{"(meta.max_length)":200},"id":4,"type":"string"},"sessionId":{"id":1,
|
|
2
|
+
"type":"string"},"componentStack":{"options":{"(meta.max_length)":2E3,"proto3_optional":true},"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const chrome_session_started={namespace:"sf.amaChrome",name:"ChromeSessionStarted",pbjsSchema:{"nested":{"sf":{"nested":{"amaChrome":{"nested":{"ChromeSessionStarted":{"oneofs":{"_appType":{"oneof":["appType"]},"_authTimeMs":{"oneof":["authTimeMs"]},"_permissionSet":{"oneof":["permissionSet"]},"_errorType":{"oneof":["errorType"]},"_errorMessage":{"oneof":["errorMessage"]},"_hasValidLicense":{"oneof":["hasValidLicense"]},"_amaAppId":{"oneof":["amaAppId"]},"_authMethod":{"oneof":["authMethod"]}},
|
|
2
|
+
"fields":{"amaAppId":{"options":{"proto3_optional":true},"id":2,"type":"string"},"loadTimeMs":{"id":6,"type":"double"},"errorType":{"options":{"proto3_optional":true},"id":13,"type":"string"},"authTimeMs":{"options":{"proto3_optional":true},"id":7,"type":"double"},"errorMessage":{"options":{"(meta.max_length)":200,"proto3_optional":true},"id":14,"type":"string"},"sessionId":{"id":1,"type":"string"},"isColdStart":{"id":8,"type":"bool"},"permissionSet":{"options":{"proto3_optional":true},"id":11,"type":"string"},
|
|
3
|
+
"appType":{"options":{"proto3_optional":true},"id":4,"type":"string"},"hasValidLicense":{"options":{"proto3_optional":true},"id":10,"type":"bool"},"isReturningSession":{"id":5,"type":"bool"},"entryPoint":{"id":3,"type":"string"},"authMethod":{"options":{"proto3_optional":true},"id":9,"type":"string"},"isSuccess":{"id":12,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { cap_workspace_initialized as capWorkspaceInitializedSchema } from './cap_workspace_initialized.js';
|
|
2
|
+
export { chrome_error_boundary as chromeErrorBoundarySchema } from './chrome_error_boundary.js';
|
|
3
|
+
export { app_home_launch as appHomeLaunchSchema } from './app_home_launch.js';
|
|
4
|
+
export { mode_entered as modeEnteredSchema } from './mode_entered.js';
|
|
5
|
+
export { cap_workspace_uem_push as capWorkspaceUemPushSchema } from './cap_workspace_uem_push.js';
|
|
6
|
+
export { chrome_session_started as chromeSessionStartedSchema } from './chrome_session_started.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const mode_entered={namespace:"sf.amaChrome",name:"ModeEntered",pbjsSchema:{"nested":{"sf":{"nested":{"amaChrome":{"nested":{"ModeEntered":{"oneofs":{"_errorMessage":{"oneof":["errorMessage"]}},"fields":{"amaAppId":{"id":2,"type":"string"},"mode":{"id":3,"type":"string"},"pageLoadMs":{"id":4,"type":"double"},"isFirstVisit":{"id":6,"type":"bool"},"errorMessage":{"options":{"(meta.max_length)":200,"proto3_optional":true},"id":7,"type":"string"},"sessionId":{"id":1,"type":"string"},"isSuccess":{"id":5,
|
|
2
|
+
"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { cap_workspace_initialized as capWorkspaceInitializedSchema } from './cap_workspace_initialized.js';
|
|
2
|
+
export { chrome_error_boundary as chromeErrorBoundarySchema } from './chrome_error_boundary.js';
|
|
3
|
+
export { app_home_launch as appHomeLaunchSchema } from './app_home_launch.js';
|
|
4
|
+
export { mode_entered as modeEnteredSchema } from './mode_entered.js';
|
|
5
|
+
export { cap_workspace_uem_push as capWorkspaceUemPushSchema } from './cap_workspace_uem_push.js';
|
|
6
|
+
export { chrome_session_started as chromeSessionStartedSchema } from './chrome_session_started.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const catalog_ingest={namespace:"sf.entityExtraction",name:"CatalogIngest",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"CatalogIngest":{"fields":{"mode":{"id":2,"type":"string"},"embeddedItemCount":{"id":4,"type":"uint32"},"itemCountPresentation":{"id":10,"type":"uint32"},"itemCountKeyMessage":{"id":9,"type":"uint32"},"rootRequestId":{"id":1,"type":"string"},"hasScopedItems":{"id":12,"type":"bool"},"embedFailureCount":{"id":5,"type":"uint32"},"itemCountProduct":{"id":8,
|
|
2
|
+
"type":"uint32"},"itemCountAddress":{"id":11,"type":"uint32"},"durationMs":{"id":7,"type":"double"},"vectorStoreFailureCount":{"id":6,"type":"uint32"},"totalItemCount":{"id":3,"type":"uint32"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const entity_extraction_service={namespace:"sf.entityExtraction",name:"EntityExtractionService",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"EntityExtractionService":{"fields":{"transcriptCharCount":{"id":5,"type":"uint64"},"tierUsed":{"id":9,"type":"uint32"},"isSegmentationEnabled":{"id":14,"type":"bool"},"llmBackend":{"id":4,"type":"string"},"estimatedOutputTokensTotal":{"id":16,"type":"uint64"},"embeddingOnlyPct":{"id":11,"type":"double"},"segmentCount":{"id":8,"type":"uint32"},
|
|
2
|
+
"mode":{"id":2,"type":"string"},"catalogTotalCount":{"id":6,"type":"uint32"},"rootRequestId":{"id":1,"type":"string"},"degradedReason":{"id":13,"type":"string"},"llmCallCount":{"id":10,"type":"uint32"},"estimatedInputTokensTotal":{"id":15,"type":"uint64"},"contextWindowTokens":{"id":17,"type":"uint32"},"totalLatencyMs":{"id":7,"type":"double"},"totalMatchCount":{"id":12,"type":"uint32"},"status":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const error={namespace:"sf.entityExtraction",name:"Error",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"Error":{"fields":{"stage":{"id":6,"type":"string"},"errorType":{"id":4,"type":"string"},"memoryAvailable":{"id":8,"type":"uint64"},"rootRequestId":{"id":1,"type":"string"},"memoryUsed":{"id":9,"type":"uint64"},"statusMessage":{"id":3,"type":"string"},"errorPhase":{"id":5,"type":"string"},"statusCode":{"id":2,"type":"uint64"},"loadFailureReason":{"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { error as errorSchema } from './error.js';
|
|
2
|
+
export { pipeline_product_scope as pipelineProductScopeSchema } from './pipeline_product_scope.js';
|
|
3
|
+
export { entity_extraction_service as entityExtractionServiceSchema } from './entity_extraction_service.js';
|
|
4
|
+
export { model_download as modelDownloadSchema } from './model_download.js';
|
|
5
|
+
export { request_cancelled as requestCancelledSchema } from './request_cancelled.js';
|
|
6
|
+
export { user_action as userActionSchema } from './user_action.js';
|
|
7
|
+
export { pipeline_verification as pipelineVerificationSchema } from './pipeline_verification.js';
|
|
8
|
+
export { catalog_ingest as catalogIngestSchema } from './catalog_ingest.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const model_download={namespace:"sf.entityExtraction",name:"ModelDownload",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"ModelDownload":{"fields":{"engineVersion":{"id":3,"type":"string"},"downloadSize":{"id":4,"type":"uint64"},"engine":{"id":2,"type":"string"},"rootRequestId":{"id":1,"type":"string"},"hasSignedUrl":{"id":8,"type":"bool"},"downloadDurationMs":{"id":6,"type":"double"},"isCacheHit":{"id":7,"type":"bool"},"downloadedSize":{"id":5,"type":"uint64"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const pipeline_product_scope={namespace:"sf.entityExtraction",name:"PipelineProductScope",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"PipelineProductScope":{"fields":{"resolutionPath":{"id":2,"type":"string"},"isLlmAvailable":{"id":6,"type":"bool"},"llmCallsUsed":{"id":5,"type":"uint32"},"inputCandidateCount":{"id":3,"type":"uint32"},"resolvedProductCount":{"id":4,"type":"uint32"},"rootRequestId":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const pipeline_verification={namespace:"sf.entityExtraction",name:"PipelineVerification",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"PipelineVerification":{"fields":{"acceptedWithoutLlm":{"id":2,"type":"uint32"},"verifiedConfirmed":{"id":4,"type":"uint32"},"isBatched":{"id":8,"type":"bool"},"promotedUnverified":{"id":6,"type":"uint32"},"rootRequestId":{"id":1,"type":"string"},"verifiedRejected":{"id":5,"type":"uint32"},"uncertainSentToLlm":{"id":3,"type":"uint32"},
|
|
2
|
+
"llmCallCount":{"id":7,"type":"uint32"},"estimatedOutputTokens":{"id":10,"type":"uint64"},"estimatedInputTokens":{"id":9,"type":"uint64"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const request_cancelled={namespace:"sf.entityExtraction",name:"RequestCancelled",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"RequestCancelled":{"fields":{"totalRequestDurationMs":{"id":3,"type":"double"},"llmProvider":{"id":5,"type":"string"},"rootRequestId":{"id":1,"type":"string"},"countersSoFarJson":{"id":4,"type":"string"},"phaseAtCancellation":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { error as errorSchema } from './error.js';
|
|
2
|
+
export { pipeline_product_scope as pipelineProductScopeSchema } from './pipeline_product_scope.js';
|
|
3
|
+
export { entity_extraction_service as entityExtractionServiceSchema } from './entity_extraction_service.js';
|
|
4
|
+
export { model_download as modelDownloadSchema } from './model_download.js';
|
|
5
|
+
export { request_cancelled as requestCancelledSchema } from './request_cancelled.js';
|
|
6
|
+
export { user_action as userActionSchema } from './user_action.js';
|
|
7
|
+
export { pipeline_verification as pipelineVerificationSchema } from './pipeline_verification.js';
|
|
8
|
+
export { catalog_ingest as catalogIngestSchema } from './catalog_ingest.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const user_action={namespace:"sf.entityExtraction",name:"UserAction",pbjsSchema:{"nested":{"sf":{"nested":{"entityExtraction":{"nested":{"UserAction":{"fields":{"userAction":{"id":2,"type":"string"},"appState":{"id":3,"type":"string"},"entityType":{"id":4,"type":"string"},"rootRequestId":{"id":1,"type":"string"},"matchId":{"id":5,"type":"string"}}}}}}}}}};
|
package/sf_sentosSearch/query.js
CHANGED
|
@@ -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"},"
|
|
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"},"
|
|
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"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='264.
|
|
1
|
+
export const version='264.91.0'
|