We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bb68a commit 648b06fCopy full SHA for 648b06f
packages/client-search/src/types/Log.ts
@@ -76,12 +76,12 @@ export type Log = {
76
/**
77
* Index name of the query.
78
*/
79
- readonly indexName: string;
+ readonly index_name: string;
80
81
82
* Query ID of the query.
83
84
- readonly queryID?: string;
+ readonly query_id?: string;
85
86
87
* The offset of the query.
@@ -91,6 +91,6 @@ export type Log = {
91
92
* The user token of the query.
93
94
- readonly userToken: string;
+ readonly user_token?: string;
95
}>;
96
};
0 commit comments