o11y_schema 256.154.0 → 256.155.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",
@@ -105,7 +106,7 @@
105
106
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
106
107
  },
107
108
  "type": "module",
108
- "version": "256.154.0",
109
+ "version": "256.155.0",
109
110
  "license": "BSD-3-Clause",
110
111
  "volta": {
111
112
  "node": "18.17.1",
@@ -169,6 +170,7 @@
169
170
  "o11y_schema/sf_o11ySample",
170
171
  "o11y_schema/sf_offlineApp",
171
172
  "o11y_schema/sf_omniChannel",
173
+ "o11y_schema/sf_omniStudio",
172
174
  "o11y_schema/sf_p13n",
173
175
  "o11y_schema/sf_payments",
174
176
  "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='256.154.0'
1
+ export const version='256.155.0'