o11y_schema 258.52.0 → 258.53.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
@@ -57,6 +57,7 @@
57
57
  "./sf_scrt": "./sf_scrt/sf_scrt.js",
58
58
  "./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
59
59
  "./sf_records": "./sf_records/sf_records.js",
60
+ "./sf_omniStudio": "./sf_omniStudio/sf_omniStudio.js",
60
61
  "./sf_lol": "./sf_lol/sf_lol.js",
61
62
  "./sf_promptStudio": "./sf_promptStudio/sf_promptStudio.js",
62
63
  "./sf_appdevDevops": "./sf_appdevDevops/sf_appdevDevops.js",
@@ -113,7 +114,7 @@
113
114
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
114
115
  },
115
116
  "type": "module",
116
- "version": "258.52.0",
117
+ "version": "258.53.0",
117
118
  "license": "BSD-3-Clause",
118
119
  "volta": {
119
120
  "node": "18.17.1",
@@ -184,6 +185,7 @@
184
185
  "o11y_schema/sf_o11ySample",
185
186
  "o11y_schema/sf_offlineApp",
186
187
  "o11y_schema/sf_omniChannel",
188
+ "o11y_schema/sf_omniStudio",
187
189
  "o11y_schema/sf_p13n",
188
190
  "o11y_schema/sf_payments",
189
191
  "o11y_schema/sf_policyCenter",
@@ -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>
@@ -1 +1 @@
1
- export const version='258.52.0'
1
+ export const version='258.53.0'