o11y_schema 256.102.0 → 256.104.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
@@ -8,6 +8,7 @@
8
8
  "exports": {
9
9
  "./sf_brand": "./sf_brand/sf_brand.js",
10
10
  "./sf_digitalwallet": "./sf_digitalwallet/sf_digitalwallet.js",
11
+ "./sf_a4dInstrumentation": "./sf_a4dInstrumentation/sf_a4dInstrumentation.js",
11
12
  "./sf_clwr": "./sf_clwr/sf_clwr.js",
12
13
  "./sf_omniChannel": "./sf_omniChannel/sf_omniChannel.js",
13
14
  "./sf_lists": "./sf_lists/sf_lists.js",
@@ -94,7 +95,7 @@
94
95
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
95
96
  },
96
97
  "type": "module",
97
- "version": "256.102.0",
98
+ "version": "256.104.0",
98
99
  "license": "BSD-3-Clause",
99
100
  "volta": {
100
101
  "node": "18.17.1",
@@ -104,6 +105,7 @@
104
105
  "lwc": {
105
106
  "expose": [
106
107
  "o11y_schema/version",
108
+ "o11y_schema/sf_a4dInstrumentation",
107
109
  "o11y_schema/sf_actExp",
108
110
  "o11y_schema/sf_actions",
109
111
  "o11y_schema/sf_agentforceInstrumentation",
@@ -0,0 +1 @@
1
+ export const a4d_instrumentation={namespace:"sf.a4dInstrumentation",name:"A4dInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"a4dInstrumentation":{"nested":{"A4dInstrumentation":{"fields":{"message":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { a4d_instrumentation as a4dInstrumentationSchema } from './a4d_instrumentation.js';
@@ -0,0 +1 @@
1
+ export { a4d_instrumentation as a4dInstrumentationSchema } from './a4d_instrumentation.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 msg_scroll={namespace:"sf.slackforce",name:"MsgScroll",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgScroll":{"fields":{"chnId":{"id":1,"type":"string"},"chnType":{"id":2,"type":"string"},"chnPrivType":{"id":3,"type":"uint32"},"messageTs":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const msg_scroll={namespace:"sf.slackforce",name:"MsgScroll",pbjsSchema:{"nested":{"sf":{"nested":{"slackforce":{"nested":{"MsgScroll":{"fields":{"chnId":{"id":1,"type":"string"},"action":{"id":2,"type":"string"},"cmpName":{"id":3,"type":"string"},"cmpVariant":{"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='256.102.0'
1
+ export const version='256.104.0'