o11y_schema 258.2.0 → 258.4.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
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",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
100
101
|
},
|
|
101
102
|
"type": "module",
|
|
102
|
-
"version": "258.
|
|
103
|
+
"version": "258.4.0",
|
|
103
104
|
"license": "BSD-3-Clause",
|
|
104
105
|
"volta": {
|
|
105
106
|
"node": "18.17.1",
|
|
@@ -121,6 +122,7 @@
|
|
|
121
122
|
"o11y_schema/sf_bfwk",
|
|
122
123
|
"o11y_schema/sf_blockBuilder",
|
|
123
124
|
"o11y_schema/sf_brand",
|
|
125
|
+
"o11y_schema/sf_brief",
|
|
124
126
|
"o11y_schema/sf_campaign",
|
|
125
127
|
"o11y_schema/sf_ccinventory",
|
|
126
128
|
"o11y_schema/sf_clwr",
|
|
@@ -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';
|
|
@@ -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"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.4.0'
|