o11y_schema 258.3.0 → 258.5.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 +5 -1
- package/sf_brief/brief_interaction.js +1 -0
- package/sf_brief/index.js +1 -0
- package/sf_brief/sf_brief.js +1 -0
- package/sf_brief/sf_brief.js-meta.xml +7 -0
- package/sf_einstein/index.js +1 -1
- package/sf_einstein/sf_einstein.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
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"./sf_lwc": "./sf_lwc/sf_lwc.js",
|
|
18
18
|
"./sf_offlineApp": "./sf_offlineApp/sf_offlineApp.js",
|
|
19
19
|
"./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
|
|
20
|
+
"./sf_brief": "./sf_brief/sf_brief.js",
|
|
20
21
|
"./sf_scrt": "./sf_scrt/sf_scrt.js",
|
|
21
22
|
"./sf_records": "./sf_records/sf_records.js",
|
|
22
23
|
"./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
89
90
|
"./sf_revenue": "./sf_revenue/sf_revenue.js",
|
|
90
91
|
"./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
|
|
92
|
+
"./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
|
|
91
93
|
"./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
|
|
92
94
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
|
|
93
95
|
"./sf_content": "./sf_content/sf_content.js",
|
|
@@ -99,7 +101,7 @@
|
|
|
99
101
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
100
102
|
},
|
|
101
103
|
"type": "module",
|
|
102
|
-
"version": "258.
|
|
104
|
+
"version": "258.5.0",
|
|
103
105
|
"license": "BSD-3-Clause",
|
|
104
106
|
"volta": {
|
|
105
107
|
"node": "18.17.1",
|
|
@@ -121,6 +123,7 @@
|
|
|
121
123
|
"o11y_schema/sf_bfwk",
|
|
122
124
|
"o11y_schema/sf_blockBuilder",
|
|
123
125
|
"o11y_schema/sf_brand",
|
|
126
|
+
"o11y_schema/sf_brief",
|
|
124
127
|
"o11y_schema/sf_campaign",
|
|
125
128
|
"o11y_schema/sf_ccinventory",
|
|
126
129
|
"o11y_schema/sf_clwr",
|
|
@@ -172,6 +175,7 @@
|
|
|
172
175
|
"o11y_schema/sf_sci",
|
|
173
176
|
"o11y_schema/sf_scrt",
|
|
174
177
|
"o11y_schema/sf_searchui",
|
|
178
|
+
"o11y_schema/sf_segmentation",
|
|
175
179
|
"o11y_schema/sf_selfService",
|
|
176
180
|
"o11y_schema/sf_semanticDataPrism",
|
|
177
181
|
"o11y_schema/sf_semanticModel",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const brief_interaction={namespace:"sf.brief",name:"BriefInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"brief":{"nested":{"BriefInteraction":{"fields":{"isSuccessful":{"id":6,"type":"bool"},"associatedObjectId":{"id":5,"type":"string"},"action":{"id":1,"type":"string"},"objectName":{"id":2,"type":"string"},"associatedObjectName":{"id":4,"type":"string"},"objectId":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { brief_interaction as briefInteractionSchema } from './brief_interaction.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { brief_interaction as briefInteractionSchema } from './brief_interaction.js';
|
package/sf_einstein/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { copilot_event as copilotEventSchema } from './copilot_event.js';
|
|
2
|
-
export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
|
|
3
2
|
export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
|
|
3
|
+
export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { copilot_event as copilotEventSchema } from './copilot_event.js';
|
|
2
|
-
export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
|
|
3
2
|
export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
|
|
3
|
+
export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
|
|
@@ -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.5.0'
|