o11y_schema 260.15.0 → 260.16.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_datalens/datalens_client.js +1 -0
- package/sf_datalens/index.js +1 -0
- package/sf_datalens/sf_datalens.js +1 -0
- package/sf_sentosSearch/index.js +1 -0
- package/sf_sentosSearch/query.js +1 -1
- package/sf_sentosSearch/resultsPageImpression.js +2 -2
- package/sf_sentosSearch/searchResultsInteraction.js +3 -0
- package/sf_sentosSearch/sf_sentosSearch.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const datalens_client={namespace:"sf.datalens",name:"DatalensClient",pbjsSchema:{"nested":{"sf":{"nested":{"datalens":{"nested":{"DatalensClient":{"fields":{"clientIdentifier":{"id":1,"type":"string"},"pageName":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_datalens/index.js
CHANGED
package/sf_sentosSearch/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { init as initSchema } from './init.js';
|
|
2
2
|
export { query as querySchema } from './query.js';
|
|
3
3
|
export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
|
|
4
|
+
export { searchResultsInteraction as searchResultsInteractionSchema } from './searchResultsInteraction.js';
|
|
4
5
|
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
package/sf_sentosSearch/query.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const query={namespace:"sf.sentosSearch",name:"Query",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Query":{"fields":{"
|
|
1
|
+
export const query={namespace:"sf.sentosSearch",name:"Query",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Query":{"fields":{"queryLength":{"id":5,"type":"int32"},"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"scopedSource":{"id":7,"type":"string"},"searchReqSeq":{"id":6,"type":"int32"},"windowId":{"id":2,"type":"string"},"queryOrigin":{"id":8,"type":"string"}}}}}}}}}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const resultsPageImpression={namespace:"sf.sentosSearch",name:"ResultsPageImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPageImpression":{"fields":{"
|
|
2
|
-
"
|
|
1
|
+
export const resultsPageImpression={namespace:"sf.sentosSearch",name:"ResultsPageImpression",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"ResultsPageImpression":{"fields":{"queryLength":{"id":5,"type":"uint32"},"resultCount":{"id":9,"type":"uint32"},"records":{"id":10,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"buckets":{"id":11,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"searchReqSeq":{"id":6,"type":"uint32"},"windowId":{"id":2,"type":"string"},
|
|
2
|
+
"queryId":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"isSplCorrect":{"id":12,"type":"bool"},"isFiltered":{"id":13,"type":"bool"},"isSorted":{"id":14,"type":"bool"},"resultType":{"id":7,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export const searchResultsInteraction={namespace:"sf.sentosSearch",name:"SearchResultsInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"SearchResultsInteraction":{"fields":{"queryLength":{"id":15,"type":"int32"},"pageRank":{"id":10,"type":"int32"},"resultCount":{"id":14,"type":"int32"},"pageNumber":{"id":21,"type":"int32"},"srchSessionId":{"id":1,"type":"string"},"clientSearchId":{"id":4,"type":"string"},"pageSize":{"id":22,"type":"int32"},"searchReqSeq":{"id":5,"type":"int32"},
|
|
2
|
+
"windowId":{"id":2,"type":"string"},"queryId":{"id":7,"type":"string"},"recordId":{"id":8,"type":"string"},"clientSource":{"id":3,"type":"string"},"recordObject":{"id":17,"type":"string"},"recordPosition":{"id":9,"type":"int32"},"interactType":{"id":13,"type":"string"},"sourceRank":{"id":11,"type":"int32"},"isSplCorrect":{"id":18,"type":"bool"},"isFiltered":{"id":19,"type":"bool"},"isSorted":{"id":20,"type":"string"},"resultType":{"id":6,"type":"string"},"objectRank":{"id":12,"type":"int32"},"recordSource":{"id":16,
|
|
3
|
+
"type":"string"}}}}}}}}}};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { init as initSchema } from './init.js';
|
|
2
2
|
export { query as querySchema } from './query.js';
|
|
3
3
|
export { resultsPageImpression as resultsPageImpressionSchema } from './resultsPageImpression.js';
|
|
4
|
+
export { searchResultsInteraction as searchResultsInteractionSchema } from './searchResultsInteraction.js';
|
|
4
5
|
export { suggestionInteraction as suggestionInteractionSchema } from './suggestionInteraction.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='260.
|
|
1
|
+
export const version='260.16.0'
|