o11y_schema 254.28.0 → 254.30.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
package/sf_commerce/index.js
CHANGED
|
@@ -10,6 +10,7 @@ export { order as orderSchema } from './order.js';
|
|
|
10
10
|
export { page_view as pageViewSchema } from './page_view.js';
|
|
11
11
|
export { payment as paymentSchema } from './payment.js';
|
|
12
12
|
export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
|
|
13
|
+
export { search as searchSchema } from './search.js';
|
|
13
14
|
export { search_result as searchResultSchema } from './search_result.js';
|
|
14
15
|
export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
|
|
15
16
|
export { shipping as shippingSchema } from './shipping.js';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const search={namespace:"sf.commerce",name:"Search",pbjsSchema:{"nested":{"sf":{"nested":{"commerce":{"nested":{"Search":{"fields":{"resultsReturnedQuantity":{"id":117,"type":"uint32"},"searchResultPageNumber":{"id":105,"type":"uint32"},"sourceChannel":{"id":4,"type":"string"},"searchSuggestionTitle":{"id":109,"type":"string"},"channelType":{"id":6,"type":"string"},"searchEngineName":{"id":118,"type":"string"},"webstoreId":{"id":2,"type":"string"},"searchSuggestionsType":{"id":108,"type":"string"},
|
|
2
|
+
"searchQuery":{"id":101,"type":"string"},"eventName":{"id":1,"type":"string"},"correlationId":{"id":5,"type":"string"},"searchType":{"rule":"repeated","id":112,"type":"string"},"searchFacetList":{"rule":"repeated","id":111,"type":"string"},"suggestionResultPosition":{"id":110,"type":"uint32"},"searchResultPositionInPage":{"id":106,"type":"uint32"},"searchSuggestionId":{"id":107,"type":"string"},"searchResultTitle":{"id":119,"type":"string"},"resultsRequested":{"id":113,"type":"uint32"},"searchResultPosition":{"id":104,
|
|
3
|
+
"type":"uint32"},"sortType":{"id":115,"type":"string"},"resultPageOffset":{"id":114,"type":"uint32"},"originalSearchQuery":{"id":116,"type":"string"},"searchAction":{"id":103,"type":"string"},"categoryId":{"id":102,"type":"string"},"visitorId":{"id":3,"type":"string"}}}}}}}}}};
|
|
@@ -10,6 +10,7 @@ export { order as orderSchema } from './order.js';
|
|
|
10
10
|
export { page_view as pageViewSchema } from './page_view.js';
|
|
11
11
|
export { payment as paymentSchema } from './payment.js';
|
|
12
12
|
export { plg_nudge as plgNudgeSchema } from './plg_nudge.js';
|
|
13
|
+
export { search as searchSchema } from './search.js';
|
|
13
14
|
export { search_result as searchResultSchema } from './search_result.js';
|
|
14
15
|
export { search_suggestion as searchSuggestionSchema } from './search_suggestion.js';
|
|
15
16
|
export { shipping as shippingSchema } from './shipping.js';
|
package/sf_sfs/index.js
CHANGED
|
@@ -16,5 +16,6 @@ export { service_document_preview_load as serviceDocumentPreviewLoadSchema } fro
|
|
|
16
16
|
export { sfs_error as sfsErrorSchema } from './sfs_error.js';
|
|
17
17
|
export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
|
|
18
18
|
export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
|
|
19
|
+
export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
|
|
19
20
|
export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
|
|
20
21
|
export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
|
package/sf_sfs/sf_sfs.js
CHANGED
|
@@ -16,5 +16,6 @@ export { service_document_preview_load as serviceDocumentPreviewLoadSchema } fro
|
|
|
16
16
|
export { sfs_error as sfsErrorSchema } from './sfs_error.js';
|
|
17
17
|
export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
|
|
18
18
|
export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
|
|
19
|
+
export { ttv_wizard_create_records as ttvWizardCreateRecordsSchema } from './ttv_wizard_create_records.js';
|
|
19
20
|
export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
|
|
20
21
|
export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const ttv_wizard_create_records={namespace:"sf.sfs",name:"TtvWizardCreateRecords",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"TtvWizardCreateRecords":{"fields":{"duration":{"id":2,"type":"double"},"thirdCreatedCount":{"id":8,"type":"uint32"},"fouthEntity":{"id":9,"type":"string"},"wizardId":{"id":1,"type":"string"},"secondCreatedCount":{"id":6,"type":"uint32"},"fifthCreatedCount":{"id":12,"type":"uint32"},"fourthCreatedCount":{"id":10,"type":"uint32"},"firstEntity":{"id":3,"type":"string"},
|
|
2
|
+
"secondEntity":{"id":5,"type":"string"},"thirdEntity":{"id":7,"type":"string"},"firstCreatedCount":{"id":4,"type":"uint32"},"fifthEntity":{"id":11,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='254.
|
|
1
|
+
export const version='254.30.0'
|