o11y_schema 258.8.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 +3 -1
- package/sf_industriesManufacturing/index.js +1 -0
- package/sf_industriesManufacturing/mfg_sfs_mobile_app.js +2 -0
- package/sf_industriesManufacturing/sf_industriesManufacturing.js +1 -0
- package/sf_industriesManufacturing/sf_industriesManufacturing.js-meta.xml +7 -0
- package/sf_sfs/field_service_operations.js +1 -0
- package/sf_sfs/index.js +2 -0
- package/sf_sfs/relocation_wizard.js +3 -0
- package/sf_sfs/sf_sfs.js +2 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"./sf_umaCoreExperience": "./sf_umaCoreExperience/sf_umaCoreExperience.js",
|
|
57
57
|
"./sf_support": "./sf_support/sf_support.js",
|
|
58
58
|
"./sf_automation": "./sf_automation/sf_automation.js",
|
|
59
|
+
"./sf_industriesManufacturing": "./sf_industriesManufacturing/sf_industriesManufacturing.js",
|
|
59
60
|
"./sf_lwrjs": "./sf_lwrjs/sf_lwrjs.js",
|
|
60
61
|
"./sf_payments": "./sf_payments/sf_payments.js",
|
|
61
62
|
"./sf_lookup": "./sf_lookup/sf_lookup.js",
|
|
@@ -101,7 +102,7 @@
|
|
|
101
102
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
102
103
|
},
|
|
103
104
|
"type": "module",
|
|
104
|
-
"version": "258.
|
|
105
|
+
"version": "258.10.0",
|
|
105
106
|
"license": "BSD-3-Clause",
|
|
106
107
|
"volta": {
|
|
107
108
|
"node": "18.17.1",
|
|
@@ -146,6 +147,7 @@
|
|
|
146
147
|
"o11y_schema/sf_ifsTimeSheets",
|
|
147
148
|
"o11y_schema/sf_incidentManagement",
|
|
148
149
|
"o11y_schema/sf_industriesConstraint",
|
|
150
|
+
"o11y_schema/sf_industriesManufacturing",
|
|
149
151
|
"o11y_schema/sf_instrumentation",
|
|
150
152
|
"o11y_schema/sf_instrumentationTest",
|
|
151
153
|
"o11y_schema/sf_komaci",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { mfg_sfs_mobile_app as mfgSfsMobileAppSchema } from './mfg_sfs_mobile_app.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const mfg_sfs_mobile_app={namespace:"sf.industriesManufacturing",name:"MfgSfsMobileApp",pbjsSchema:{"nested":{"sf":{"nested":{"industriesManufacturing":{"nested":{"MfgSfsMobileApp":{"oneofs":{"_entityType":{"oneof":["entityType"]},"_pageName":{"oneof":["pageName"]},"_infoMessage":{"oneof":["infoMessage"]}},"fields":{"featureName":{"id":1,"type":"string"},"entityType":{"options":{"proto3_optional":true},"id":2,"type":"string"},"eventName":{"id":4,"type":"string"},"pageName":{"options":{"proto3_optional":true},
|
|
2
|
+
"id":3,"type":"string"},"infoMessage":{"options":{"proto3_optional":true},"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { mfg_sfs_mobile_app as mfgSfsMobileAppSchema } from './mfg_sfs_mobile_app.js';
|
|
@@ -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';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.10.0'
|