o11y_schema 256.114.0 → 256.115.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 +1 -1
- package/sf_einstein/copilot_perf.js +2 -2
- package/sf_sfs/index.js +2 -2
- package/sf_sfs/sf_sfs.js +2 -2
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"id":15,"type":"string"},"channel":{"id":6,"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},
|
|
2
|
-
"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},
|
|
2
|
+
"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
|
package/sf_sfs/index.js
CHANGED
|
@@ -7,10 +7,8 @@ export { custom_navigation_info as customNavigationInfoSchema } from './custom_n
|
|
|
7
7
|
export { data_capture as dataCaptureSchema } from './data_capture.js';
|
|
8
8
|
export { document_print as documentPrintSchema } from './document_print.js';
|
|
9
9
|
export { file_info as fileInfoSchema } from './file_info.js';
|
|
10
|
-
export { loader_info as loaderInfoSchema } from './loader_info.js';
|
|
11
10
|
export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
|
|
12
11
|
export { perf_data as perfDataSchema } from './perf_data.js';
|
|
13
|
-
export { priming_stage as primingStageSchema } from './priming_stage.js';
|
|
14
12
|
export { repo_info as repoInfoSchema } from './repo_info.js';
|
|
15
13
|
export { screen_info as screenInfoSchema } from './screen_info.js';
|
|
16
14
|
export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
|
|
@@ -21,3 +19,5 @@ export { tracer_notification as tracerNotificationSchema } from './tracer_notifi
|
|
|
21
19
|
export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
|
|
22
20
|
export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
|
|
23
21
|
export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
|
|
22
|
+
export { loader_info as loaderInfoSchema } from './loader_info.js';
|
|
23
|
+
export { priming_stage as primingStageSchema } from './priming_stage.js';
|
package/sf_sfs/sf_sfs.js
CHANGED
|
@@ -7,10 +7,8 @@ export { custom_navigation_info as customNavigationInfoSchema } from './custom_n
|
|
|
7
7
|
export { data_capture as dataCaptureSchema } from './data_capture.js';
|
|
8
8
|
export { document_print as documentPrintSchema } from './document_print.js';
|
|
9
9
|
export { file_info as fileInfoSchema } from './file_info.js';
|
|
10
|
-
export { loader_info as loaderInfoSchema } from './loader_info.js';
|
|
11
10
|
export { nps_usage_data as npsUsageDataSchema } from './nps_usage_data.js';
|
|
12
11
|
export { perf_data as perfDataSchema } from './perf_data.js';
|
|
13
|
-
export { priming_stage as primingStageSchema } from './priming_stage.js';
|
|
14
12
|
export { repo_info as repoInfoSchema } from './repo_info.js';
|
|
15
13
|
export { screen_info as screenInfoSchema } from './screen_info.js';
|
|
16
14
|
export { service_document_preview_fail as serviceDocumentPreviewFailSchema } from './service_document_preview_fail.js';
|
|
@@ -21,3 +19,5 @@ export { tracer_notification as tracerNotificationSchema } from './tracer_notifi
|
|
|
21
19
|
export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
|
|
22
20
|
export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
|
|
23
21
|
export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
|
|
22
|
+
export { loader_info as loaderInfoSchema } from './loader_info.js';
|
|
23
|
+
export { priming_stage as primingStageSchema } from './priming_stage.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.115.0'
|