o11y_schema 264.85.0 → 264.86.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",
@@ -156,7 +157,7 @@
156
157
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
157
158
  },
158
159
  "type": "module",
159
- "version": "264.85.0",
160
+ "version": "264.86.0",
160
161
  "license": "BSD-3-Clause",
161
162
  "volta": {
162
163
  "node": "18.17.1",
@@ -167,6 +168,7 @@
167
168
  "expose": [
168
169
  "o11y_schema/version",
169
170
  "o11y_schema/sf_a4dInstrumentation",
171
+ "o11y_schema/sf_abx",
170
172
  "o11y_schema/sf_actExp",
171
173
  "o11y_schema/sf_actions",
172
174
  "o11y_schema/sf_adaptiveExperience",
@@ -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>
@@ -1 +1 @@
1
- export const version='264.85.0'
1
+ export const version='264.86.0'