o11y_schema 252.74.0 → 252.76.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_offlineApp/priming.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const priming={namespace:"sf.offlineApp",name:"Priming",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Priming":{"fields":{"isForcedRefresh":{"id":9,"type":"bool"},"isPaused":{"id":12,"type":"bool"},"totalRecords":{"id":2,"type":"uint32"},"
|
|
2
|
-
"type":"
|
|
1
|
+
export const priming={namespace:"sf.offlineApp",name:"Priming",pbjsSchema:{"nested":{"sf":{"nested":{"offlineApp":{"nested":{"Priming":{"fields":{"isForcedRefresh":{"id":9,"type":"bool"},"isPaused":{"id":12,"type":"bool"},"totalRecords":{"id":2,"type":"uint32"},"errorMessage":{"id":8,"type":"string"},"isNativePriming":{"id":10,"type":"bool"},"isBackgroundPriming":{"id":11,"type":"bool"},"totalFileCount":{"id":13,"type":"uint32"},"totalFileRequestedCount":{"id":14,"type":"uint32"},"objectsList":{"rule":"repeated",
|
|
2
|
+
"id":1,"type":"string"},"successPageRefsCount":{"id":5,"type":"uint32"},"successRecordsCount":{"id":3,"type":"uint32"},"isFullSync":{"id":6,"type":"bool"},"totalPageRefs":{"id":4,"type":"uint32"},"isSuccess":{"id":7,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const generative_answer_perf={namespace:"sf.searchui",name:"GenerativeAnswerPerf",pbjsSchema:{"nested":{"sf":{"nested":{"searchui":{"nested":{"GenerativeAnswerPerf":{"fields":{"srchSessionId":{"id":2,"type":"string"},"wasAbandoned":{"id":4,"type":"bool"},"state":{"id":1,"type":"string"},"queryId":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_searchui/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { generative_answer_perf as generativeAnswerPerfSchema } from './generative_answer_perf.js';
|
|
1
2
|
export { result_click_demo as resultClickDemoSchema } from './result_click_demo.js';
|
|
2
3
|
export { search_answer_feedback as searchAnswerFeedbackSchema } from './search_answer_feedback.js';
|
|
3
4
|
export { search_answers_perf as searchAnswersPerfSchema } from './search_answers_perf.js';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { generative_answer_perf as generativeAnswerPerfSchema } from './generative_answer_perf.js';
|
|
1
2
|
export { result_click_demo as resultClickDemoSchema } from './result_click_demo.js';
|
|
2
3
|
export { search_answer_feedback as searchAnswerFeedbackSchema } from './search_answer_feedback.js';
|
|
3
4
|
export { search_answers_perf as searchAnswersPerfSchema } from './search_answers_perf.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='252.
|
|
1
|
+
export const version='252.76.0'
|