o11y_schema 256.155.0 → 256.157.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_p13n/index.js +1 -0
- package/sf_p13n/sf_p13n.js +1 -0
- package/sf_p13n/targeting_rules_condition.js +1 -0
- package/sf_salesCoachAgent/asc_scenario_builder_ui_log.js +1 -0
- package/sf_salesCoachAgent/index.js +1 -0
- package/sf_salesCoachAgent/sf_salesCoachAgent.js +1 -0
- package/sf_salesCoachAgent/sf_salesCoachAgent.js-meta.xml +7 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"./sf_bfwk": "./sf_bfwk/sf_bfwk.js",
|
|
35
35
|
"./sf_evf": "./sf_evf/sf_evf.js",
|
|
36
36
|
"./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
|
|
37
|
+
"./sf_salesCoachAgent": "./sf_salesCoachAgent/sf_salesCoachAgent.js",
|
|
37
38
|
"./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
|
|
38
39
|
"./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
|
|
39
40
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
@@ -106,7 +107,7 @@
|
|
|
106
107
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
107
108
|
},
|
|
108
109
|
"type": "module",
|
|
109
|
-
"version": "256.
|
|
110
|
+
"version": "256.157.0",
|
|
110
111
|
"license": "BSD-3-Clause",
|
|
111
112
|
"volta": {
|
|
112
113
|
"node": "18.17.1",
|
|
@@ -180,6 +181,7 @@
|
|
|
180
181
|
"o11y_schema/sf_records",
|
|
181
182
|
"o11y_schema/sf_revenue",
|
|
182
183
|
"o11y_schema/sf_sApp",
|
|
184
|
+
"o11y_schema/sf_salesCoachAgent",
|
|
183
185
|
"o11y_schema/sf_sci",
|
|
184
186
|
"o11y_schema/sf_scrt",
|
|
185
187
|
"o11y_schema/sf_searchui",
|
package/sf_p13n/index.js
CHANGED
package/sf_p13n/sf_p13n.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const targeting_rules_condition={namespace:"sf.p13n",name:"TargetingRulesCondition",pbjsSchema:{"nested":{"sf":{"nested":{"p13n":{"nested":{"TargetingRulesCondition":{"fields":{"userAction":{"id":5,"type":"string"},"conditionResource":{"id":7,"type":"string"},"scopeObjectId":{"id":4,"type":"string"},"parentObjectId":{"id":2,"type":"string"},"scope":{"id":3,"type":"string"},"isCaptureAnalytics":{"id":6,"type":"bool"},"productFeature":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -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='256.
|
|
1
|
+
export const version='256.157.0'
|