o11y_schema 258.4.0 → 258.6.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_einstein/copilot_perf.js +1 -1
- package/sf_segmentation/index.js +1 -0
- package/sf_segmentation/segment_builder_timer.js +1 -0
- package/sf_segmentation/sf_segmentation.js +1 -0
- package/sf_segmentation/sf_segmentation.js-meta.xml +7 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
90
90
|
"./sf_revenue": "./sf_revenue/sf_revenue.js",
|
|
91
91
|
"./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
|
|
92
|
+
"./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
|
|
92
93
|
"./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
|
|
93
94
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
|
|
94
95
|
"./sf_content": "./sf_content/sf_content.js",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
101
102
|
},
|
|
102
103
|
"type": "module",
|
|
103
|
-
"version": "258.
|
|
104
|
+
"version": "258.6.0",
|
|
104
105
|
"license": "BSD-3-Clause",
|
|
105
106
|
"volta": {
|
|
106
107
|
"node": "18.17.1",
|
|
@@ -174,6 +175,7 @@
|
|
|
174
175
|
"o11y_schema/sf_sci",
|
|
175
176
|
"o11y_schema/sf_scrt",
|
|
176
177
|
"o11y_schema/sf_searchui",
|
|
178
|
+
"o11y_schema/sf_segmentation",
|
|
177
179
|
"o11y_schema/sf_selfService",
|
|
178
180
|
"o11y_schema/sf_semanticDataPrism",
|
|
179
181
|
"o11y_schema/sf_semanticModel",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},
|
|
2
|
-
"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
|
2
|
+
"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const segment_builder_timer={namespace:"sf.segmentation",name:"SegmentBuilderTimer",pbjsSchema:{"nested":{"sf":{"nested":{"segmentation":{"nested":{"SegmentBuilderTimer":{"fields":{"screenViewport":{"id":5,"type":"string"},"timerType":{"id":3,"type":"string"},"segmentId":{"id":1,"type":"string"},"screenDimensions":{"id":2,"type":"string"},"segmentType":{"id":6,"type":"string"},"infoMessage":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { segment_builder_timer as segmentBuilderTimerSchema } from './segment_builder_timer.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.6.0'
|