o11y_schema 258.10.0 → 258.11.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
@@ -85,6 +85,7 @@
85
85
  "./version": "./version/version.js",
86
86
  "./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
87
87
  "./spiff_analytics": "./spiff_analytics/spiff_analytics.js",
88
+ "./sf_studio": "./sf_studio/sf_studio.js",
88
89
  "./sf_unifiedMessaging": "./sf_unifiedMessaging/sf_unifiedMessaging.js",
89
90
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
90
91
  "./sf_lex": "./sf_lex/sf_lex.js",
@@ -102,7 +103,7 @@
102
103
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
103
104
  },
104
105
  "type": "module",
105
- "version": "258.10.0",
106
+ "version": "258.11.0",
106
107
  "license": "BSD-3-Clause",
107
108
  "volta": {
108
109
  "node": "18.17.1",
@@ -187,6 +188,7 @@
187
188
  "o11y_schema/sf_sfsMobileHybrid",
188
189
  "o11y_schema/sf_siteSearch",
189
190
  "o11y_schema/sf_slackforce",
191
+ "o11y_schema/sf_studio",
190
192
  "o11y_schema/sf_support",
191
193
  "o11y_schema/sf_testAiltnPageview",
192
194
  "o11y_schema/sf_umaCoreAnalytics",
@@ -0,0 +1 @@
1
+ export { studio_nav as studioNavSchema } from './studio_nav.js';
@@ -0,0 +1 @@
1
+ export { studio_nav as studioNavSchema } from './studio_nav.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 const studio_nav={namespace:"sf.studio",name:"StudioNav",pbjsSchema:{"nested":{"sf":{"nested":{"studio":{"nested":{"StudioNav":{"fields":{"pageType":{"id":1,"type":"string"},"pageAttributes":{"id":2,"type":"string"},"errorMessage":{"id":3,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='258.10.0'
1
+ export const version='258.11.0'