o11y_schema 264.120.0 → 264.122.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 +3 -1
- package/sf_knowledge/index.js +1 -0
- package/sf_knowledge/knowledge_similarity_usage.js +2 -0
- package/sf_knowledge/sf_knowledge.js +1 -0
- package/sf_pos/app_log.js +2 -0
- package/sf_pos/index.js +1 -0
- package/sf_pos/sf_pos.js +1 -0
- package/sf_pos/sf_pos.js-meta.xml +7 -0
- package/sf_sentosSearch/agenticAnswerImpression.js +2 -2
- package/sf_sentosSearch/agenticInteraction.js +3 -2
- package/sf_sentosSearch/index.js +1 -0
- package/sf_sentosSearch/init.js +1 -1
- package/sf_sentosSearch/pageInteraction.js +1 -0
- package/sf_sentosSearch/query.js +2 -2
- package/sf_sentosSearch/resultsImpression.js +3 -2
- package/sf_sentosSearch/sf_sentosSearch.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"./sf_licenseUtilization": "./sf_licenseUtilization/sf_licenseUtilization.js",
|
|
106
106
|
"./sf_salesCoachAgent": "./sf_salesCoachAgent/sf_salesCoachAgent.js",
|
|
107
107
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
108
|
+
"./sf_pos": "./sf_pos/sf_pos.js",
|
|
108
109
|
"./sf_amaCapabilities": "./sf_amaCapabilities/sf_amaCapabilities.js",
|
|
109
110
|
"./sf_msPlatformInterop": "./sf_msPlatformInterop/sf_msPlatformInterop.js",
|
|
110
111
|
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
@@ -174,7 +175,7 @@
|
|
|
174
175
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
175
176
|
},
|
|
176
177
|
"type": "module",
|
|
177
|
-
"version": "264.
|
|
178
|
+
"version": "264.122.0",
|
|
178
179
|
"license": "BSD-3-Clause",
|
|
179
180
|
"volta": {
|
|
180
181
|
"node": "18.17.1",
|
|
@@ -289,6 +290,7 @@
|
|
|
289
290
|
"o11y_schema/sf_peoplescoring",
|
|
290
291
|
"o11y_schema/sf_platformWebIde",
|
|
291
292
|
"o11y_schema/sf_policyCenter",
|
|
293
|
+
"o11y_schema/sf_pos",
|
|
292
294
|
"o11y_schema/sf_prm",
|
|
293
295
|
"o11y_schema/sf_promptStudio",
|
|
294
296
|
"o11y_schema/sf_qualityManagement",
|
package/sf_knowledge/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
|
|
2
|
+
export { knowledge_similarity_usage as knowledgeSimilarityUsageSchema } from './knowledge_similarity_usage.js';
|
|
2
3
|
export { knowledge_blocks_usage as knowledgeBlocksUsageSchema } from './knowledge_blocks_usage.js';
|
|
3
4
|
export { enterprise_knowledge_instrumentation as enterpriseKnowledgeInstrumentationSchema } from './enterprise_knowledge_instrumentation.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const knowledge_similarity_usage={namespace:"sf.knowledge",name:"KnowledgeSimilarityUsage",pbjsSchema:{"nested":{"sf":{"nested":{"knowledge":{"nested":{"KnowledgeSimilarityUsage":{"oneofs":{"_result":{"oneof":["result"]},"_organizationId":{"oneof":["organizationId"]},"_articleId":{"oneof":["articleId"]},"_entryPoint":{"oneof":["entryPoint"]},"_appContext":{"oneof":["appContext"]},"_resultCount":{"oneof":["resultCount"]}},"fields":{"result":{"options":{"proto3_optional":true},"id":7,"type":"string"},
|
|
2
|
+
"organizationId":{"options":{"proto3_optional":true},"id":8,"type":"string"},"resultCount":{"options":{"proto3_optional":true},"id":6,"type":"uint32"},"interaction":{"id":2,"type":"string"},"articleId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"appContext":{"options":{"proto3_optional":true},"id":4,"type":"string"},"componentName":{"id":1,"type":"string"},"entryPoint":{"options":{"proto3_optional":true},"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { table_of_contents_usage as tableOfContentsUsageSchema } from './table_of_contents_usage.js';
|
|
2
|
+
export { knowledge_similarity_usage as knowledgeSimilarityUsageSchema } from './knowledge_similarity_usage.js';
|
|
2
3
|
export { knowledge_blocks_usage as knowledgeBlocksUsageSchema } from './knowledge_blocks_usage.js';
|
|
3
4
|
export { enterprise_knowledge_instrumentation as enterpriseKnowledgeInstrumentationSchema } from './enterprise_knowledge_instrumentation.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const app_log={namespace:"sf.pos",name:"AppLog",pbjsSchema:{"nested":{"sf":{"nested":{"pos":{"nested":{"AppLog":{"fields":{"level":{"options":{"(meta.max_length)":20},"id":1,"type":"string"},"registerId":{"options":{"(meta.max_length)":20},"id":8,"type":"string"},"prefix":{"options":{"(meta.max_length)":100},"id":3,"type":"string"},"module":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"attributes":{"options":{"(meta.max_length)":10240},"id":5,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},
|
|
2
|
+
"id":4,"type":"string"},"storeId":{"options":{"(meta.max_length)":20},"id":7,"type":"string"},"merchantName":{"options":{"(meta.max_length)":50},"id":6,"type":"string"}}}}}}}}}};
|
package/sf_pos/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { app_log as appLogSchema } from './app_log.js';
|
package/sf_pos/sf_pos.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { app_log as appLogSchema } from './app_log.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const agenticAnswerImpression={namespace:"sf.sentosSearch",name:"AgenticAnswerImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticAnswerImpression":{"fields":{"queryLength":{"id":5,"type":"uint32"},"
|
|
2
|
-
"searchReqSeq":{"id":6,"type":"uint32"},"eventMetadata":{"id":11,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":7,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const agenticAnswerImpression={namespace:"sf.sentosSearch",name:"AgenticAnswerImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticAnswerImpression":{"fields":{"queryLength":{"id":5,"type":"uint32"},"citationCount":{"id":16,"type":"uint32"},"resultCount":{"id":8,"type":"uint32"},"agentId":{"id":15,"type":"string"},"isResultInView":{"id":17,"type":"bool"},"agentSessionId":{"id":14,"type":"string"},"records":{"id":9,"type":"string"},"srchSessionId":{"id":1,"type":"string"},
|
|
2
|
+
"appName":{"id":10,"type":"string"},"conversationId":{"id":12,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"searchReqSeq":{"id":6,"type":"uint32"},"experience":{"id":13,"type":"string"},"eventMetadata":{"id":11,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":7,"type":"string"},"clientSource":{"id":3,"type":"string"},"isError":{"id":18,"type":"bool"}}}}}}}}}};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
-
export const agenticInteraction={namespace:"sf.sentosSearch",name:"AgenticInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticInteraction":{"fields":{"queryLength":{"id":9,"type":"uint32"},"resultCount":{"id":8,"type":"uint32"},"
|
|
2
|
-
"type":"uint32"},"eventMetadata":{"id":10,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":6,"type":"string"},"hoverDurationMs":{"id":16,"type":"double"},"feedback":{"id":14,"type":"string"},"recordId":{"id":19,"type":"string"},"clientSource":{"id":3,"type":"string"},"interactType":{"id":7,"type":"string"},"isWorkObject":{"id":18,"type":"bool"},
|
|
1
|
+
export const agenticInteraction={namespace:"sf.sentosSearch",name:"AgenticInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"AgenticInteraction":{"fields":{"queryLength":{"id":9,"type":"uint32"},"resultCount":{"id":8,"type":"uint32"},"agentSessionId":{"id":21,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":13,"type":"string"},"interactTime":{"id":15,"type":"uint64"},"conversationId":{"id":20,"type":"string"},"clientSearchId":{"id":4,"type":"string"},
|
|
2
|
+
"isCitation":{"id":17,"type":"bool"},"feedbackId":{"id":12,"type":"string"},"searchReqSeq":{"id":5,"type":"uint32"},"experience":{"id":22,"type":"string"},"eventMetadata":{"id":10,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":6,"type":"string"},"hoverDurationMs":{"id":16,"type":"double"},"feedback":{"id":14,"type":"string"},"recordId":{"id":19,"type":"string"},"clientSource":{"id":3,"type":"string"},"interactType":{"id":7,"type":"string"},"isWorkObject":{"id":18,"type":"bool"},
|
|
3
|
+
"resultType":{"id":11,"type":"string"}}}}}}}}}};
|
package/sf_sentosSearch/index.js
CHANGED
|
@@ -8,3 +8,4 @@ export { agenticInteraction as agenticInteractionSchema } from './agenticInterac
|
|
|
8
8
|
export { resultsImpression as resultsImpressionSchema } from './resultsImpression.js';
|
|
9
9
|
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
|
10
10
|
export { agenticAnswerImpression as agenticAnswerImpressionSchema } from './agenticAnswerImpression.js';
|
|
11
|
+
export { pageInteraction as pageInteractionSchema } from './pageInteraction.js';
|
package/sf_sentosSearch/init.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":5,"type":"string"},"experience":{"id":4,"type":"string"},"initOrigin":{"id":6,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":5,"type":"string"},"conversationId":{"id":7,"type":"string"},"experience":{"id":4,"type":"string"},"initOrigin":{"id":6,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const pageInteraction={namespace:"sf.sentosSearch",name:"PageInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"PageInteraction":{"fields":{"clientSource":{"id":4,"type":"string"},"interactionType":{"id":6,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":5,"type":"string"},"action":{"id":7,"type":"string"},"entryPoint":{"id":8,"type":"string"},"experience":{"id":3,"type":"string"},"windowId":{"id":2,"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"},"
|
|
2
|
-
"windowId":{"id":2,"type":"string"},"queryOrigin":{"id":8,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const query={namespace:"sf.sentosSearch",name:"Query",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Query":{"fields":{"queryLength":{"id":5,"type":"int32"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":9,"type":"string"},"conversationId":{"id":12,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"scopedSource":{"id":7,"type":"string"},"searchReqSeq":{"id":6,"type":"int32"},"experience":{"id":13,"type":"string"},"suggestReqSeq":{"id":10,"type":"uint32"},
|
|
2
|
+
"windowId":{"id":2,"type":"string"},"queryOrigin":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"scopedObject":{"id":11,"type":"string"}}}}}}}}}};
|
|
@@ -1,2 +1,3 @@
|
|
|
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"},"
|
|
2
|
-
"type":"uint32"},"suggestReqSeq":{"id":17,"type":"uint32"},"eventMetadata":{"id":20,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},"clientSource":{"id":3,"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"},"isResultInView":{"id":22,"type":"bool"},"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,
|
|
2
|
+
"type":"string"},"searchReqSeq":{"id":6,"type":"uint32"},"experience":{"id":21,"type":"string"},"suggestReqSeq":{"id":17,"type":"uint32"},"eventMetadata":{"id":20,"type":"string"},"windowId":{"id":2,"type":"string"},"queryId":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"isError":{"id":23,"type":"bool"},"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"},
|
|
3
|
+
"scopedObject":{"id":19,"type":"string"}}}}}}}}}};
|
|
@@ -8,3 +8,4 @@ export { agenticInteraction as agenticInteractionSchema } from './agenticInterac
|
|
|
8
8
|
export { resultsImpression as resultsImpressionSchema } from './resultsImpression.js';
|
|
9
9
|
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
|
10
10
|
export { agenticAnswerImpression as agenticAnswerImpressionSchema } from './agenticAnswerImpression.js';
|
|
11
|
+
export { pageInteraction as pageInteractionSchema } from './pageInteraction.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='264.
|
|
1
|
+
export const version='264.122.0'
|