o11y_schema 256.136.0 → 256.138.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
@@ -83,6 +83,7 @@
83
83
  "./version": "./version/version.js",
84
84
  "./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
85
85
  "./spiff_analytics": "./spiff_analytics/spiff_analytics.js",
86
+ "./sf_studio": "./sf_studio/sf_studio.js",
86
87
  "./sf_unifiedMessaging": "./sf_unifiedMessaging/sf_unifiedMessaging.js",
87
88
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
88
89
  "./sf_lex": "./sf_lex/sf_lex.js",
@@ -100,7 +101,7 @@
100
101
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
101
102
  },
102
103
  "type": "module",
103
- "version": "256.136.0",
104
+ "version": "256.138.0",
104
105
  "license": "BSD-3-Clause",
105
106
  "volta": {
106
107
  "node": "18.17.1",
@@ -183,6 +184,7 @@
183
184
  "o11y_schema/sf_sfsMobileHybrid",
184
185
  "o11y_schema/sf_siteSearch",
185
186
  "o11y_schema/sf_slackforce",
187
+ "o11y_schema/sf_studio",
186
188
  "o11y_schema/sf_support",
187
189
  "o11y_schema/sf_testAiltnPageview",
188
190
  "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='256.136.0'
1
+ export const version='256.138.0'