o11y_schema 258.9.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.9.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 const field_service_operations={namespace:"sf.sfs",name:"FieldServiceOperations",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"FieldServiceOperations":{"fields":{"origin":{"id":3,"type":"string"},"action":{"id":1,"type":"string"},"productFeature":{"id":2,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -6,11 +6,13 @@ export { crash_report as crashReportSchema } from './crash_report.js';
6
6
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
7
7
  export { data_capture as dataCaptureSchema } from './data_capture.js';
8
8
  export { document_print as documentPrintSchema } from './document_print.js';
9
+ export { field_service_operations as fieldServiceOperationsSchema } from './field_service_operations.js';
9
10
  export { file_info as fileInfoSchema } from './file_info.js';
10
11
  export { loader_info as loaderInfoSchema } from './loader_info.js';
11
12
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
12
13
  export { perf_data as perfDataSchema } from './perf_data.js';
13
14
  export { priming_stage as primingStageSchema } from './priming_stage.js';
15
+ export { relocation_wizard as relocationWizardSchema } from './relocation_wizard.js';
14
16
  export { repo_info as repoInfoSchema } from './repo_info.js';
15
17
  export { screen_info as screenInfoSchema } from './screen_info.js';
16
18
  export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
@@ -0,0 +1,3 @@
1
+ export const relocation_wizard={namespace:"sf.sfs",name:"RelocationWizard",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"RelocationWizard":{"oneofs":{"_sourceTerritoryCount":{"oneof":["sourceTerritoryCount"]},"_relocationStart":{"oneof":["relocationStart"]},"_relocationEnd":{"oneof":["relocationEnd"]},"_targetTerritoryId":{"oneof":["targetTerritoryId"]},"_serviceResourceCount":{"oneof":["serviceResourceCount"]},"_skillCount":{"oneof":["skillCount"]}},"fields":{"currentStep":{"id":3,"type":"string"},
2
+ "targetTerritoryId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"sourceTerritoryCount":{"options":{"proto3_optional":true},"id":8,"type":"uint32"},"origin":{"id":2,"type":"string"},"newStep":{"id":4,"type":"string"},"action":{"id":1,"type":"string"},"relocationEnd":{"options":{"proto3_optional":true},"id":7,"type":"string"},"skillCount":{"options":{"proto3_optional":true},"id":9,"type":"uint32"},"relocationStart":{"options":{"proto3_optional":true},"id":6,"type":"string"},"serviceResourceCount":{"options":{"proto3_optional":true},
3
+ "id":10,"type":"uint32"}}}}}}}}}};
package/sf_sfs/sf_sfs.js CHANGED
@@ -6,11 +6,13 @@ export { crash_report as crashReportSchema } from './crash_report.js';
6
6
  export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
7
7
  export { data_capture as dataCaptureSchema } from './data_capture.js';
8
8
  export { document_print as documentPrintSchema } from './document_print.js';
9
+ export { field_service_operations as fieldServiceOperationsSchema } from './field_service_operations.js';
9
10
  export { file_info as fileInfoSchema } from './file_info.js';
10
11
  export { loader_info as loaderInfoSchema } from './loader_info.js';
11
12
  export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
12
13
  export { perf_data as perfDataSchema } from './perf_data.js';
13
14
  export { priming_stage as primingStageSchema } from './priming_stage.js';
15
+ export { relocation_wizard as relocationWizardSchema } from './relocation_wizard.js';
14
16
  export { repo_info as repoInfoSchema } from './repo_info.js';
15
17
  export { screen_info as screenInfoSchema } from './screen_info.js';
16
18
  export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
@@ -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.9.0'
1
+ export const version='258.11.0'