o11y_schema 256.154.0 → 256.156.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
@@ -20,6 +20,7 @@
20
20
  "./sf_scrt": "./sf_scrt/sf_scrt.js",
21
21
  "./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
22
22
  "./sf_records": "./sf_records/sf_records.js",
23
+ "./sf_omniStudio": "./sf_omniStudio/sf_omniStudio.js",
23
24
  "./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
24
25
  "./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
25
26
  "./sf_lol": "./sf_lol/sf_lol.js",
@@ -33,6 +34,7 @@
33
34
  "./sf_bfwk": "./sf_bfwk/sf_bfwk.js",
34
35
  "./sf_evf": "./sf_evf/sf_evf.js",
35
36
  "./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
37
+ "./sf_salesCoachAgent": "./sf_salesCoachAgent/sf_salesCoachAgent.js",
36
38
  "./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
37
39
  "./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
38
40
  "./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
@@ -105,7 +107,7 @@
105
107
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
106
108
  },
107
109
  "type": "module",
108
- "version": "256.154.0",
110
+ "version": "256.156.0",
109
111
  "license": "BSD-3-Clause",
110
112
  "volta": {
111
113
  "node": "18.17.1",
@@ -169,6 +171,7 @@
169
171
  "o11y_schema/sf_o11ySample",
170
172
  "o11y_schema/sf_offlineApp",
171
173
  "o11y_schema/sf_omniChannel",
174
+ "o11y_schema/sf_omniStudio",
172
175
  "o11y_schema/sf_p13n",
173
176
  "o11y_schema/sf_payments",
174
177
  "o11y_schema/sf_policyCenter",
@@ -178,6 +181,7 @@
178
181
  "o11y_schema/sf_records",
179
182
  "o11y_schema/sf_revenue",
180
183
  "o11y_schema/sf_sApp",
184
+ "o11y_schema/sf_salesCoachAgent",
181
185
  "o11y_schema/sf_sci",
182
186
  "o11y_schema/sf_scrt",
183
187
  "o11y_schema/sf_searchui",
@@ -0,0 +1 @@
1
+ export { omni_studio_usage as omniStudioUsageSchema } from './omni_studio_usage.js';
@@ -0,0 +1 @@
1
+ export const omni_studio_usage={namespace:"sf.omniStudio",name:"OmniStudioUsage",pbjsSchema:{"nested":{"sf":{"nested":{"omniStudio":{"nested":{"OmniStudioUsage":{"fields":{"componentType":{"id":7,"type":"string"},"subFeatureName":{"id":2,"type":"string"},"componentId":{"id":6,"type":"string"},"featureName":{"id":3,"type":"string"},"moduleName":{"id":5,"type":"string"},"action":{"id":1,"type":"string"},"methodName":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { omni_studio_usage as omniStudioUsageSchema } from './omni_studio_usage.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -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';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const version='256.154.0'
1
+ export const version='256.156.0'