o11y_schema 264.85.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
@@ -45,6 +45,7 @@
45
45
  "./sf_support": "./sf_support/sf_support.js",
46
46
  "./sf_automation": "./sf_automation/sf_automation.js",
47
47
  "./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
48
+ "./sf_abx": "./sf_abx/sf_abx.js",
48
49
  "./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
49
50
  "./sf_lookup": "./sf_lookup/sf_lookup.js",
50
51
  "./sf_ms365": "./sf_ms365/sf_ms365.js",
@@ -121,6 +122,7 @@
121
122
  "./sf_selfService": "./sf_selfService/sf_selfService.js",
122
123
  "./sf_ifsTimeSheets": "./sf_ifsTimeSheets/sf_ifsTimeSheets.js",
123
124
  "./sf_umaCoreAnalytics": "./sf_umaCoreAnalytics/sf_umaCoreAnalytics.js",
125
+ "./sf_client360Performance": "./sf_client360Performance/sf_client360Performance.js",
124
126
  "./sf_itsm": "./sf_itsm/sf_itsm.js",
125
127
  "./sf_mwm": "./sf_mwm/sf_mwm.js",
126
128
  "./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
@@ -156,7 +158,7 @@
156
158
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
157
159
  },
158
160
  "type": "module",
159
- "version": "264.85.0",
161
+ "version": "264.87.0",
160
162
  "license": "BSD-3-Clause",
161
163
  "volta": {
162
164
  "node": "18.17.1",
@@ -167,6 +169,7 @@
167
169
  "expose": [
168
170
  "o11y_schema/version",
169
171
  "o11y_schema/sf_a4dInstrumentation",
172
+ "o11y_schema/sf_abx",
170
173
  "o11y_schema/sf_actExp",
171
174
  "o11y_schema/sf_actions",
172
175
  "o11y_schema/sf_adaptiveExperience",
@@ -191,6 +194,7 @@
191
194
  "o11y_schema/sf_cdpActivation",
192
195
  "o11y_schema/sf_cgcloud",
193
196
  "o11y_schema/sf_cia",
197
+ "o11y_schema/sf_client360Performance",
194
198
  "o11y_schema/sf_clwr",
195
199
  "o11y_schema/sf_commerce",
196
200
  "o11y_schema/sf_communications",
@@ -0,0 +1,2 @@
1
+ export const buying_committee_event={namespace:"sf.abx",name:"BuyingCommitteeEvent",pbjsSchema:{"nested":{"sf":{"nested":{"abx":{"nested":{"BuyingCommitteeEvent":{"fields":{"errorType":{"id":12,"type":"string"},"memberCount":{"id":8,"type":"uint32"},"errorMessage":{"id":11,"type":"string"},"buyingCommitteeCount":{"id":7,"type":"uint32"},"accountId":{"id":5,"type":"string"},"buyingCommitteeId":{"id":6,"type":"string"},"bulkSize":{"id":13,"type":"uint32"},"startTrigger":{"id":1,"type":"string"},"eventName":{"id":2,
2
+ "type":"string"},"action":{"id":4,"type":"string"},"componentName":{"id":3,"type":"string"},"durationMs":{"id":9,"type":"double"},"status":{"id":10,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { buying_committee_event as buyingCommitteeEventSchema } from './buying_committee_event.js';
@@ -0,0 +1 @@
1
+ export { buying_committee_event as buyingCommitteeEventSchema } from './buying_committee_event.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 { 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.85.0'
1
+ export const version='264.87.0'