o11y_schema 258.57.0 → 258.58.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
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
|
|
68
68
|
"./sf_knowledge": "./sf_knowledge/sf_knowledge.js",
|
|
69
69
|
"./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
|
|
70
|
+
"./sf_salesCoachAgent": "./sf_salesCoachAgent/sf_salesCoachAgent.js",
|
|
70
71
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
71
72
|
"./sf_msPlatformInterop": "./sf_msPlatformInterop/sf_msPlatformInterop.js",
|
|
72
73
|
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
119
120
|
},
|
|
120
121
|
"type": "module",
|
|
121
|
-
"version": "258.
|
|
122
|
+
"version": "258.58.0",
|
|
122
123
|
"license": "BSD-3-Clause",
|
|
123
124
|
"volta": {
|
|
124
125
|
"node": "18.17.1",
|
|
@@ -199,6 +200,7 @@
|
|
|
199
200
|
"o11y_schema/sf_records",
|
|
200
201
|
"o11y_schema/sf_revenue",
|
|
201
202
|
"o11y_schema/sf_sApp",
|
|
203
|
+
"o11y_schema/sf_salesCoachAgent",
|
|
202
204
|
"o11y_schema/sf_sci",
|
|
203
205
|
"o11y_schema/sf_scrt",
|
|
204
206
|
"o11y_schema/sf_searchui",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const asc_scenario_builder_ui_log={namespace:"sf.salesCoachAgent",name:"AscScenarioBuilderUiLog",pbjsSchema:{"nested":{"sf":{"nested":{"salesCoachAgent":{"nested":{"AscScenarioBuilderUiLog":{"fields":{"featureName":{"id":2,"type":"string"},"featureGroup":{"id":1,"type":"string"},"errorMessage":{"id":6,"type":"string"},"operation":{"id":3,"type":"string"},"scenarioId":{"id":4,"type":"string"},"statusCode":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { asc_scenario_builder_ui_log as ascScenarioBuilderUiLogSchema } from './asc_scenario_builder_ui_log.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { asc_scenario_builder_ui_log as ascScenarioBuilderUiLogSchema } from './asc_scenario_builder_ui_log.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.58.0'
|