o11y_schema 256.134.0 → 256.136.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_commerce/composite_add_product.js +2 -2
- 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
|
@@ -88,6 +88,7 @@
|
|
|
88
88
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
89
89
|
"./sf_revenue": "./sf_revenue/sf_revenue.js",
|
|
90
90
|
"./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
|
|
91
|
+
"./sf_segmentation": "./sf_segmentation/sf_segmentation.js",
|
|
91
92
|
"./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
|
|
92
93
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
|
|
93
94
|
"./sf_content": "./sf_content/sf_content.js",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
100
101
|
},
|
|
101
102
|
"type": "module",
|
|
102
|
-
"version": "256.
|
|
103
|
+
"version": "256.136.0",
|
|
103
104
|
"license": "BSD-3-Clause",
|
|
104
105
|
"volta": {
|
|
105
106
|
"node": "18.17.1",
|
|
@@ -172,6 +173,7 @@
|
|
|
172
173
|
"o11y_schema/sf_sci",
|
|
173
174
|
"o11y_schema/sf_scrt",
|
|
174
175
|
"o11y_schema/sf_searchui",
|
|
176
|
+
"o11y_schema/sf_segmentation",
|
|
175
177
|
"o11y_schema/sf_selfService",
|
|
176
178
|
"o11y_schema/sf_semanticDataPrism",
|
|
177
179
|
"o11y_schema/sf_semanticModel",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const composite_add_product={namespace:"sf.commerce",name:"CompositeAddProduct",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CompositeAddProduct":{"fields":{"productClass":{"id":10,"type":"string"},"hasHoverImage":{"id":14,"type":"bool"},"categoriesCreatedCount":{"id":6,"type":"uint32"},"productId":{"id":8,"type":"string"},"
|
|
2
|
-
"type":"uint32"},"isNewAttributeSet":{"id":11,"type":"bool"},"action":{"id":2,"type":"string"},"variationPriceModifiedCount":{"id":13,"type":"uint32"},"mediaCreatedCount":{"id":7,"type":"uint32"},"uniqueId":{"id":3,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const composite_add_product={namespace:"sf.commerce",name:"CompositeAddProduct",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"CompositeAddProduct":{"fields":{"productClass":{"id":10,"type":"string"},"hasHoverImage":{"id":14,"type":"bool"},"categoriesCreatedCount":{"id":6,"type":"uint32"},"productId":{"id":8,"type":"string"},"videosMappedCount":{"id":15,"type":"uint32"},"categoriesMappedCount":{"id":4,"type":"uint32"},"isNewProduct":{"id":9,"type":"bool"},"mediaMappedCount":{"id":5,
|
|
2
|
+
"type":"uint32"},"variationCount":{"id":12,"type":"uint32"},"isNewAttributeSet":{"id":11,"type":"bool"},"action":{"id":2,"type":"string"},"variationPriceModifiedCount":{"id":13,"type":"uint32"},"mediaCreatedCount":{"id":7,"type":"uint32"},"uniqueId":{"id":3,"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='256.
|
|
1
|
+
export const version='256.136.0'
|