o11y_schema 264.86.0 → 264.87.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
@@ -122,6 +122,7 @@
122
122
  "./sf_selfService": "./sf_selfService/sf_selfService.js",
123
123
  "./sf_ifsTimeSheets": "./sf_ifsTimeSheets/sf_ifsTimeSheets.js",
124
124
  "./sf_umaCoreAnalytics": "./sf_umaCoreAnalytics/sf_umaCoreAnalytics.js",
125
+ "./sf_client360Performance": "./sf_client360Performance/sf_client360Performance.js",
125
126
  "./sf_itsm": "./sf_itsm/sf_itsm.js",
126
127
  "./sf_mwm": "./sf_mwm/sf_mwm.js",
127
128
  "./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
@@ -157,7 +158,7 @@
157
158
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
158
159
  },
159
160
  "type": "module",
160
- "version": "264.86.0",
161
+ "version": "264.87.0",
161
162
  "license": "BSD-3-Clause",
162
163
  "volta": {
163
164
  "node": "18.17.1",
@@ -193,6 +194,7 @@
193
194
  "o11y_schema/sf_cdpActivation",
194
195
  "o11y_schema/sf_cgcloud",
195
196
  "o11y_schema/sf_cia",
197
+ "o11y_schema/sf_client360Performance",
196
198
  "o11y_schema/sf_clwr",
197
199
  "o11y_schema/sf_commerce",
198
200
  "o11y_schema/sf_communications",
@@ -0,0 +1 @@
1
+ export { performance_analytics_log as performanceAnalyticsLogSchema } from './performance_analytics_log.js';
@@ -0,0 +1 @@
1
+ export const performance_analytics_log={namespace:"sf.client360Performance",name:"PerformanceAnalyticsLog",pbjsSchema:{"nested":{"sf":{"nested":{"client360Performance":{"nested":{"PerformanceAnalyticsLog":{"fields":{"context":{"id":2,"type":"string"},"message":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { performance_analytics_log as performanceAnalyticsLogSchema } from './performance_analytics_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='264.86.0'
1
+ export const version='264.87.0'