o11y_schema 258.9.0 → 258.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
@@ -102,7 +102,7 @@
102
102
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
103
103
  },
104
104
  "type": "module",
105
- "version": "258.9.0",
105
+ "version": "258.10.0",
106
106
  "license": "BSD-3-Clause",
107
107
  "volta": {
108
108
  "node": "18.17.1",
@@ -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';
@@ -1 +1 @@
1
- export const version='258.9.0'
1
+ export const version='258.10.0'