o11y_schema 256.72.0 → 256.74.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_generativeCanvas/index.js +0 -1
- package/sf_generativeCanvas/sf_generativeCanvas.js +0 -1
- package/sf_umaSetup/index.js +1 -0
- package/sf_umaSetup/log_msg.js +1 -0
- package/sf_umaSetup/sf_umaSetup.js +1 -0
- package/sf_umaSetup/sf_umaSetup.js-meta.xml +7 -0
- package/version/version.js +1 -1
- package/sf_generativeCanvas/generate_layout_event.js +0 -2
package/package.json
CHANGED
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
78
78
|
"./sf_revenue": "./sf_revenue/sf_revenue.js",
|
|
79
79
|
"./sf_lightningOut": "./sf_lightningOut/sf_lightningOut.js",
|
|
80
|
+
"./sf_umaSetup": "./sf_umaSetup/sf_umaSetup.js",
|
|
80
81
|
"./sf_semanticDataPrism": "./sf_semanticDataPrism/sf_semanticDataPrism.js",
|
|
81
82
|
"./sf_embeddedMessaging": "./sf_embeddedMessaging/sf_embeddedMessaging.js"
|
|
82
83
|
},
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
87
88
|
},
|
|
88
89
|
"type": "module",
|
|
89
|
-
"version": "256.
|
|
90
|
+
"version": "256.74.0",
|
|
90
91
|
"license": "BSD-3-Clause",
|
|
91
92
|
"volta": {
|
|
92
93
|
"node": "18.17.1",
|
|
@@ -162,6 +163,7 @@
|
|
|
162
163
|
"o11y_schema/sf_testAiltnPageview",
|
|
163
164
|
"o11y_schema/sf_umaCoreAnalytics",
|
|
164
165
|
"o11y_schema/sf_umaCoreExperience",
|
|
166
|
+
"o11y_schema/sf_umaSetup",
|
|
165
167
|
"o11y_schema/sf_unifiedMessaging",
|
|
166
168
|
"o11y_schema/sf_userDefinedLabel",
|
|
167
169
|
"o11y_schema/sfcore_customCmp",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { log_msg as logMsgSchema } from './log_msg.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const log_msg={namespace:"sf.umaSetup",name:"LogMsg",pbjsSchema:{"nested":{"sf":{"nested":{"umaSetup":{"nested":{"LogMsg":{"fields":{"message":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { log_msg as logMsgSchema } from './log_msg.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.74.0'
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export const generate_layout_event={namespace:"sf.generativeCanvas",name:"GenerateLayoutEvent",pbjsSchema:{"nested":{"sf":{"nested":{"generativeCanvas":{"nested":{"GenerateLayoutEvent":{"oneofs":{"_contentKey":{"oneof":["contentKey"]},"_variantId":{"oneof":["variantId"]}},"fields":{"mode":{"id":5,"type":"string"},"groundEntities":{"rule":"repeated","id":3,"type":"string"},"contentKey":{"options":{"proto3_optional":true},"id":6,"type":"string"},"userPrompt":{"id":101,"type":"string"},"errorMessage":{"id":102,
|
|
2
|
-
"type":"string"},"eventName":{"id":1,"type":"string"},"variantId":{"options":{"proto3_optional":true},"id":7,"type":"string"},"llmModel":{"id":2,"type":"string"},"wsOrFolderId":{"id":4,"type":"string"}}}}}}}}}};
|