o11y_schema 260.9.0 → 260.10.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
@@ -40,6 +40,7 @@
40
40
  "./sf_einstein": "./sf_einstein/sf_einstein.js",
41
41
  "./sf_mobileVoicePlatform": "./sf_mobileVoicePlatform/sf_mobileVoicePlatform.js",
42
42
  "./sf_actExp": "./sf_actExp/sf_actExp.js",
43
+ "./sf_mulesoft": "./sf_mulesoft/sf_mulesoft.js",
43
44
  "./sf_yukon": "./sf_yukon/sf_yukon.js",
44
45
  "./sf_energyUtilities": "./sf_energyUtilities/sf_energyUtilities.js",
45
46
  "./sf_aura": "./sf_aura/sf_aura.js",
@@ -123,7 +124,7 @@
123
124
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
124
125
  },
125
126
  "type": "module",
126
- "version": "260.9.0",
127
+ "version": "260.10.0",
127
128
  "license": "BSD-3-Clause",
128
129
  "volta": {
129
130
  "node": "18.17.1",
@@ -191,6 +192,7 @@
191
192
  "o11y_schema/sf_mobileVoicePlatform",
192
193
  "o11y_schema/sf_ms365",
193
194
  "o11y_schema/sf_msPlatformInterop",
195
+ "o11y_schema/sf_mulesoft",
194
196
  "o11y_schema/sf_nimbus",
195
197
  "o11y_schema/sf_o11ySample",
196
198
  "o11y_schema/sf_offlineApp",
@@ -0,0 +1 @@
1
+ export const document_processing_core={namespace:"sf.mulesoft",name:"DocumentProcessingCore",pbjsSchema:{"nested":{"sf":{"nested":{"mulesoft":{"nested":{"DocumentProcessingCore":{"oneofs":{"_actionData":{"oneof":["actionData"]}},"fields":{"userAction":{"id":2,"type":"string"},"actionData":{"options":{"proto3_optional":true},"id":3,"type":"string"},"sessionId":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { document_processing_core as documentProcessingCoreSchema } from './document_processing_core.js';
@@ -0,0 +1 @@
1
+ export { document_processing_core as documentProcessingCoreSchema } from './document_processing_core.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='260.9.0'
1
+ export const version='260.10.0'