o11y_schema 256.152.0 → 256.154.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
@@ -37,6 +37,7 @@
37
37
  "./sf_eciExp": "./sf_eciExp/sf_eciExp.js",
38
38
  "./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
39
39
  "./sf_p13n": "./sf_p13n/sf_p13n.js",
40
+ "./sf_sentosSearch": "./sf_sentosSearch/sf_sentosSearch.js",
40
41
  "./sf_campaign": "./sf_campaign/sf_campaign.js",
41
42
  "./sf_sfMaps": "./sf_sfMaps/sf_sfMaps.js",
42
43
  "./spiff_shared": "./spiff_shared/spiff_shared.js",
@@ -104,7 +105,7 @@
104
105
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
105
106
  },
106
107
  "type": "module",
107
- "version": "256.152.0",
108
+ "version": "256.154.0",
108
109
  "license": "BSD-3-Clause",
109
110
  "volta": {
110
111
  "node": "18.17.1",
@@ -184,6 +185,7 @@
184
185
  "o11y_schema/sf_selfService",
185
186
  "o11y_schema/sf_semanticDataPrism",
186
187
  "o11y_schema/sf_semanticModel",
188
+ "o11y_schema/sf_sentosSearch",
187
189
  "o11y_schema/sf_servicePlan",
188
190
  "o11y_schema/sf_sfMaps",
189
191
  "o11y_schema/sf_sfs",
@@ -0,0 +1 @@
1
+ export const app_logging={namespace:"sf.appdevDevops",name:"AppLogging",pbjsSchema:{"nested":{"sf":{"nested":{"appdevDevops":{"nested":{"AppLogging":{"fields":{"logLevel":{"id":1,"type":"string"},"additionalLogs":{"id":3,"type":"string"},"message":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { app_logging as appLoggingSchema } from './app_logging.js';
1
2
  export { panel_tab_usage as panelTabUsageSchema } from './panel_tab_usage.js';
@@ -1 +1,2 @@
1
+ export { app_logging as appLoggingSchema } from './app_logging.js';
1
2
  export { panel_tab_usage as panelTabUsageSchema } from './panel_tab_usage.js';
@@ -0,0 +1 @@
1
+ export { init as initSchema } from './init.js';
@@ -0,0 +1 @@
1
+ export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { init as initSchema } from './init.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='256.152.0'
1
+ export const version='256.154.0'