@seekora-ai/admin-api 1.0.54 → 1.0.55
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/README.md +23 -23
- package/api.ts +201 -201
- package/dist/api.d.ts +112 -112
- package/dist/api.js +145 -145
- package/dist/esm/api.d.ts +112 -112
- package/dist/esm/api.js +145 -145
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.55.tgz +0 -0
- package/seekora-ai-admin-api-1.0.54.tgz +0 -0
package/dist/esm/api.d.ts
CHANGED
|
@@ -749,301 +749,301 @@ export interface AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response {
|
|
|
749
749
|
/**
|
|
750
750
|
*
|
|
751
751
|
* @export
|
|
752
|
-
* @interface
|
|
752
|
+
* @interface AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
753
753
|
*/
|
|
754
|
-
export interface
|
|
754
|
+
export interface AdminV1QuerySuggestionsXStoreIDCachedGet200Response {
|
|
755
755
|
/**
|
|
756
756
|
* Comparison metadata when in compare mode
|
|
757
757
|
* @type {AnalyticsComparisonMeta}
|
|
758
|
-
* @memberof
|
|
758
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
759
759
|
*/
|
|
760
760
|
'comparison'?: AnalyticsComparisonMeta;
|
|
761
761
|
/**
|
|
762
762
|
*
|
|
763
763
|
* @type {AnalyticsCachedSuggestionResponse}
|
|
764
|
-
* @memberof
|
|
764
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
765
765
|
*/
|
|
766
766
|
'data'?: AnalyticsCachedSuggestionResponse;
|
|
767
767
|
/**
|
|
768
768
|
*
|
|
769
769
|
* @type {string}
|
|
770
|
-
* @memberof
|
|
770
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
771
771
|
*/
|
|
772
772
|
'error'?: string;
|
|
773
773
|
/**
|
|
774
774
|
*
|
|
775
775
|
* @type {string}
|
|
776
|
-
* @memberof
|
|
776
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
777
777
|
*/
|
|
778
778
|
'status'?: string;
|
|
779
779
|
/**
|
|
780
780
|
*
|
|
781
781
|
* @type {string}
|
|
782
|
-
* @memberof
|
|
782
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
783
783
|
*/
|
|
784
784
|
'timestamp'?: string;
|
|
785
785
|
/**
|
|
786
786
|
*
|
|
787
787
|
* @type {number}
|
|
788
|
-
* @memberof
|
|
788
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
|
|
789
789
|
*/
|
|
790
790
|
'total'?: number;
|
|
791
791
|
}
|
|
792
792
|
/**
|
|
793
793
|
*
|
|
794
794
|
* @export
|
|
795
|
-
* @interface
|
|
795
|
+
* @interface AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
796
796
|
*/
|
|
797
|
-
export interface
|
|
797
|
+
export interface AdminV1QuerySuggestionsXStoreIDGet200Response {
|
|
798
798
|
/**
|
|
799
799
|
* Comparison metadata when in compare mode
|
|
800
800
|
* @type {AnalyticsComparisonMeta}
|
|
801
|
-
* @memberof
|
|
801
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
802
802
|
*/
|
|
803
803
|
'comparison'?: AnalyticsComparisonMeta;
|
|
804
804
|
/**
|
|
805
805
|
*
|
|
806
806
|
* @type {AnalyticsQuerySuggestionManagementResponse}
|
|
807
|
-
* @memberof
|
|
807
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
808
808
|
*/
|
|
809
809
|
'data'?: AnalyticsQuerySuggestionManagementResponse;
|
|
810
810
|
/**
|
|
811
811
|
*
|
|
812
812
|
* @type {string}
|
|
813
|
-
* @memberof
|
|
813
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
814
814
|
*/
|
|
815
815
|
'error'?: string;
|
|
816
816
|
/**
|
|
817
817
|
*
|
|
818
818
|
* @type {string}
|
|
819
|
-
* @memberof
|
|
819
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
820
820
|
*/
|
|
821
821
|
'status'?: string;
|
|
822
822
|
/**
|
|
823
823
|
*
|
|
824
824
|
* @type {string}
|
|
825
|
-
* @memberof
|
|
825
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
826
826
|
*/
|
|
827
827
|
'timestamp'?: string;
|
|
828
828
|
/**
|
|
829
829
|
*
|
|
830
830
|
* @type {number}
|
|
831
|
-
* @memberof
|
|
831
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
|
|
832
832
|
*/
|
|
833
833
|
'total'?: number;
|
|
834
834
|
}
|
|
835
835
|
/**
|
|
836
836
|
*
|
|
837
837
|
* @export
|
|
838
|
-
* @interface
|
|
838
|
+
* @interface AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
839
839
|
*/
|
|
840
|
-
export interface
|
|
840
|
+
export interface AdminV1QuerySuggestionsXStoreIDImportPost201Response {
|
|
841
841
|
/**
|
|
842
842
|
* Comparison metadata when in compare mode
|
|
843
843
|
* @type {AnalyticsComparisonMeta}
|
|
844
|
-
* @memberof
|
|
844
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
845
845
|
*/
|
|
846
846
|
'comparison'?: AnalyticsComparisonMeta;
|
|
847
847
|
/**
|
|
848
848
|
*
|
|
849
849
|
* @type {Array<AnalyticsQuerySuggestionRecord>}
|
|
850
|
-
* @memberof
|
|
850
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
851
851
|
*/
|
|
852
852
|
'data'?: Array<AnalyticsQuerySuggestionRecord>;
|
|
853
853
|
/**
|
|
854
854
|
*
|
|
855
855
|
* @type {string}
|
|
856
|
-
* @memberof
|
|
856
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
857
857
|
*/
|
|
858
858
|
'error'?: string;
|
|
859
859
|
/**
|
|
860
860
|
*
|
|
861
861
|
* @type {string}
|
|
862
|
-
* @memberof
|
|
862
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
863
863
|
*/
|
|
864
864
|
'status'?: string;
|
|
865
865
|
/**
|
|
866
866
|
*
|
|
867
867
|
* @type {string}
|
|
868
|
-
* @memberof
|
|
868
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
869
869
|
*/
|
|
870
870
|
'timestamp'?: string;
|
|
871
871
|
/**
|
|
872
872
|
*
|
|
873
873
|
* @type {number}
|
|
874
|
-
* @memberof
|
|
874
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
|
|
875
875
|
*/
|
|
876
876
|
'total'?: number;
|
|
877
877
|
}
|
|
878
878
|
/**
|
|
879
879
|
*
|
|
880
880
|
* @export
|
|
881
|
-
* @interface
|
|
881
|
+
* @interface AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
882
882
|
*/
|
|
883
|
-
export interface
|
|
883
|
+
export interface AdminV1QuerySuggestionsXStoreIDManualPost201Response {
|
|
884
884
|
/**
|
|
885
885
|
* Comparison metadata when in compare mode
|
|
886
886
|
* @type {AnalyticsComparisonMeta}
|
|
887
|
-
* @memberof
|
|
887
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
888
888
|
*/
|
|
889
889
|
'comparison'?: AnalyticsComparisonMeta;
|
|
890
890
|
/**
|
|
891
891
|
*
|
|
892
892
|
* @type {AnalyticsQuerySuggestionRecord}
|
|
893
|
-
* @memberof
|
|
893
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
894
894
|
*/
|
|
895
895
|
'data'?: AnalyticsQuerySuggestionRecord;
|
|
896
896
|
/**
|
|
897
897
|
*
|
|
898
898
|
* @type {string}
|
|
899
|
-
* @memberof
|
|
899
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
900
900
|
*/
|
|
901
901
|
'error'?: string;
|
|
902
902
|
/**
|
|
903
903
|
*
|
|
904
904
|
* @type {string}
|
|
905
|
-
* @memberof
|
|
905
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
906
906
|
*/
|
|
907
907
|
'status'?: string;
|
|
908
908
|
/**
|
|
909
909
|
*
|
|
910
910
|
* @type {string}
|
|
911
|
-
* @memberof
|
|
911
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
912
912
|
*/
|
|
913
913
|
'timestamp'?: string;
|
|
914
914
|
/**
|
|
915
915
|
*
|
|
916
916
|
* @type {number}
|
|
917
|
-
* @memberof
|
|
917
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
|
|
918
918
|
*/
|
|
919
919
|
'total'?: number;
|
|
920
920
|
}
|
|
921
921
|
/**
|
|
922
922
|
*
|
|
923
923
|
* @export
|
|
924
|
-
* @interface
|
|
924
|
+
* @interface AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
925
925
|
*/
|
|
926
|
-
export interface
|
|
926
|
+
export interface AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response {
|
|
927
927
|
/**
|
|
928
928
|
* Comparison metadata when in compare mode
|
|
929
929
|
* @type {AnalyticsComparisonMeta}
|
|
930
|
-
* @memberof
|
|
930
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
931
931
|
*/
|
|
932
932
|
'comparison'?: AnalyticsComparisonMeta;
|
|
933
933
|
/**
|
|
934
934
|
*
|
|
935
935
|
* @type {object}
|
|
936
|
-
* @memberof
|
|
936
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
937
937
|
*/
|
|
938
938
|
'data'?: object;
|
|
939
939
|
/**
|
|
940
940
|
*
|
|
941
941
|
* @type {string}
|
|
942
|
-
* @memberof
|
|
942
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
943
943
|
*/
|
|
944
944
|
'error'?: string;
|
|
945
945
|
/**
|
|
946
946
|
*
|
|
947
947
|
* @type {string}
|
|
948
|
-
* @memberof
|
|
948
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
949
949
|
*/
|
|
950
950
|
'status'?: string;
|
|
951
951
|
/**
|
|
952
952
|
*
|
|
953
953
|
* @type {string}
|
|
954
|
-
* @memberof
|
|
954
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
955
955
|
*/
|
|
956
956
|
'timestamp'?: string;
|
|
957
957
|
/**
|
|
958
958
|
*
|
|
959
959
|
* @type {number}
|
|
960
|
-
* @memberof
|
|
960
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
|
|
961
961
|
*/
|
|
962
962
|
'total'?: number;
|
|
963
963
|
}
|
|
964
964
|
/**
|
|
965
965
|
*
|
|
966
966
|
* @export
|
|
967
|
-
* @interface
|
|
967
|
+
* @interface AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
968
968
|
*/
|
|
969
|
-
export interface
|
|
969
|
+
export interface AdminV1QuerySuggestionsXStoreIDStatsGet200Response {
|
|
970
970
|
/**
|
|
971
971
|
* Comparison metadata when in compare mode
|
|
972
972
|
* @type {AnalyticsComparisonMeta}
|
|
973
|
-
* @memberof
|
|
973
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
974
974
|
*/
|
|
975
975
|
'comparison'?: AnalyticsComparisonMeta;
|
|
976
976
|
/**
|
|
977
977
|
*
|
|
978
978
|
* @type {AnalyticsQuerySuggestionStats}
|
|
979
|
-
* @memberof
|
|
979
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
980
980
|
*/
|
|
981
981
|
'data'?: AnalyticsQuerySuggestionStats;
|
|
982
982
|
/**
|
|
983
983
|
*
|
|
984
984
|
* @type {string}
|
|
985
|
-
* @memberof
|
|
985
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
986
986
|
*/
|
|
987
987
|
'error'?: string;
|
|
988
988
|
/**
|
|
989
989
|
*
|
|
990
990
|
* @type {string}
|
|
991
|
-
* @memberof
|
|
991
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
992
992
|
*/
|
|
993
993
|
'status'?: string;
|
|
994
994
|
/**
|
|
995
995
|
*
|
|
996
996
|
* @type {string}
|
|
997
|
-
* @memberof
|
|
997
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
998
998
|
*/
|
|
999
999
|
'timestamp'?: string;
|
|
1000
1000
|
/**
|
|
1001
1001
|
*
|
|
1002
1002
|
* @type {number}
|
|
1003
|
-
* @memberof
|
|
1003
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
|
|
1004
1004
|
*/
|
|
1005
1005
|
'total'?: number;
|
|
1006
1006
|
}
|
|
1007
1007
|
/**
|
|
1008
1008
|
*
|
|
1009
1009
|
* @export
|
|
1010
|
-
* @interface
|
|
1010
|
+
* @interface AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1011
1011
|
*/
|
|
1012
|
-
export interface
|
|
1012
|
+
export interface AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response {
|
|
1013
1013
|
/**
|
|
1014
1014
|
* Comparison metadata when in compare mode
|
|
1015
1015
|
* @type {AnalyticsComparisonMeta}
|
|
1016
|
-
* @memberof
|
|
1016
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1017
1017
|
*/
|
|
1018
1018
|
'comparison'?: AnalyticsComparisonMeta;
|
|
1019
1019
|
/**
|
|
1020
1020
|
*
|
|
1021
1021
|
* @type {AnalyticsQuerySuggestionsResponse}
|
|
1022
|
-
* @memberof
|
|
1022
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1023
1023
|
*/
|
|
1024
1024
|
'data'?: AnalyticsQuerySuggestionsResponse;
|
|
1025
1025
|
/**
|
|
1026
1026
|
*
|
|
1027
1027
|
* @type {string}
|
|
1028
|
-
* @memberof
|
|
1028
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1029
1029
|
*/
|
|
1030
1030
|
'error'?: string;
|
|
1031
1031
|
/**
|
|
1032
1032
|
*
|
|
1033
1033
|
* @type {string}
|
|
1034
|
-
* @memberof
|
|
1034
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1035
1035
|
*/
|
|
1036
1036
|
'status'?: string;
|
|
1037
1037
|
/**
|
|
1038
1038
|
*
|
|
1039
1039
|
* @type {string}
|
|
1040
|
-
* @memberof
|
|
1040
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1041
1041
|
*/
|
|
1042
1042
|
'timestamp'?: string;
|
|
1043
1043
|
/**
|
|
1044
1044
|
*
|
|
1045
1045
|
* @type {number}
|
|
1046
|
-
* @memberof
|
|
1046
|
+
* @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
|
|
1047
1047
|
*/
|
|
1048
1048
|
'total'?: number;
|
|
1049
1049
|
}
|
|
@@ -23368,7 +23368,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23368
23368
|
* @param {*} [options] Override http request option.
|
|
23369
23369
|
* @throws {RequiredError}
|
|
23370
23370
|
*/
|
|
23371
|
-
|
|
23371
|
+
adminV1QuerySuggestionsMigrateAllPost: (daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23372
23372
|
/**
|
|
23373
23373
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
23374
23374
|
* @summary Bulk Update Suggestions
|
|
@@ -23377,7 +23377,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23377
23377
|
* @param {*} [options] Override http request option.
|
|
23378
23378
|
* @throws {RequiredError}
|
|
23379
23379
|
*/
|
|
23380
|
-
|
|
23380
|
+
adminV1QuerySuggestionsXStoreIDBulkPost: (xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23381
23381
|
/**
|
|
23382
23382
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
23383
23383
|
* @summary Get Cached Auto-Generated Suggestions
|
|
@@ -23388,7 +23388,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23388
23388
|
* @param {*} [options] Override http request option.
|
|
23389
23389
|
* @throws {RequiredError}
|
|
23390
23390
|
*/
|
|
23391
|
-
|
|
23391
|
+
adminV1QuerySuggestionsXStoreIDCachedGet: (xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23392
23392
|
/**
|
|
23393
23393
|
* Retrieve query suggestions with filtering and pagination for management
|
|
23394
23394
|
* @summary Get Query Suggestions
|
|
@@ -23403,7 +23403,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23403
23403
|
* @param {*} [options] Override http request option.
|
|
23404
23404
|
* @throws {RequiredError}
|
|
23405
23405
|
*/
|
|
23406
|
-
|
|
23406
|
+
adminV1QuerySuggestionsXStoreIDGet: (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23407
23407
|
/**
|
|
23408
23408
|
* Import query suggestions from JSON data
|
|
23409
23409
|
* @summary Import Query Suggestions
|
|
@@ -23412,7 +23412,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23412
23412
|
* @param {*} [options] Override http request option.
|
|
23413
23413
|
* @throws {RequiredError}
|
|
23414
23414
|
*/
|
|
23415
|
-
|
|
23415
|
+
adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23416
23416
|
/**
|
|
23417
23417
|
* Add a manually created query suggestion for a store
|
|
23418
23418
|
* @summary Add Manual Query Suggestion
|
|
@@ -23421,7 +23421,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23421
23421
|
* @param {*} [options] Override http request option.
|
|
23422
23422
|
* @throws {RequiredError}
|
|
23423
23423
|
*/
|
|
23424
|
-
|
|
23424
|
+
adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23425
23425
|
/**
|
|
23426
23426
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
23427
23427
|
* @summary Migrate Existing Analytics Data
|
|
@@ -23431,7 +23431,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23431
23431
|
* @param {*} [options] Override http request option.
|
|
23432
23432
|
* @throws {RequiredError}
|
|
23433
23433
|
*/
|
|
23434
|
-
|
|
23434
|
+
adminV1QuerySuggestionsXStoreIDMigratePost: (xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23435
23435
|
/**
|
|
23436
23436
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
23437
23437
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
@@ -23440,7 +23440,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23440
23440
|
* @param {*} [options] Override http request option.
|
|
23441
23441
|
* @throws {RequiredError}
|
|
23442
23442
|
*/
|
|
23443
|
-
|
|
23443
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23444
23444
|
/**
|
|
23445
23445
|
* Move selected auto-generated suggestions from cache to the management table
|
|
23446
23446
|
* @summary Promote Cached Suggestions to Management Table
|
|
@@ -23449,7 +23449,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23449
23449
|
* @param {*} [options] Override http request option.
|
|
23450
23450
|
* @throws {RequiredError}
|
|
23451
23451
|
*/
|
|
23452
|
-
|
|
23452
|
+
adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23453
23453
|
/**
|
|
23454
23454
|
* Refresh auto-generated suggestions from search analytics data
|
|
23455
23455
|
* @summary Refresh Auto-Generated Suggestions
|
|
@@ -23459,7 +23459,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23459
23459
|
* @param {*} [options] Override http request option.
|
|
23460
23460
|
* @throws {RequiredError}
|
|
23461
23461
|
*/
|
|
23462
|
-
|
|
23462
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost: (xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23463
23463
|
/**
|
|
23464
23464
|
* Get statistics about query suggestions for a store
|
|
23465
23465
|
* @summary Get Suggestion Statistics
|
|
@@ -23467,7 +23467,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23467
23467
|
* @param {*} [options] Override http request option.
|
|
23468
23468
|
* @throws {RequiredError}
|
|
23469
23469
|
*/
|
|
23470
|
-
|
|
23470
|
+
adminV1QuerySuggestionsXStoreIDStatsGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23471
23471
|
/**
|
|
23472
23472
|
* Update the status (enabled/disabled) of a query suggestion
|
|
23473
23473
|
* @summary Update Suggestion Status
|
|
@@ -23477,7 +23477,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23477
23477
|
* @param {*} [options] Override http request option.
|
|
23478
23478
|
* @throws {RequiredError}
|
|
23479
23479
|
*/
|
|
23480
|
-
|
|
23480
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: (xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23481
23481
|
/**
|
|
23482
23482
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
23483
23483
|
* @summary Sync Suggestions to Typesense
|
|
@@ -23485,7 +23485,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23485
23485
|
* @param {*} [options] Override http request option.
|
|
23486
23486
|
* @throws {RequiredError}
|
|
23487
23487
|
*/
|
|
23488
|
-
|
|
23488
|
+
adminV1QuerySuggestionsXStoreIDSyncPost: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23489
23489
|
/**
|
|
23490
23490
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
23491
23491
|
* @summary Get Query Suggestions from Typesense (Admin)
|
|
@@ -23496,7 +23496,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
|
|
|
23496
23496
|
* @param {*} [options] Override http request option.
|
|
23497
23497
|
* @throws {RequiredError}
|
|
23498
23498
|
*/
|
|
23499
|
-
|
|
23499
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet: (xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
23500
23500
|
};
|
|
23501
23501
|
/**
|
|
23502
23502
|
* QuerySuggestionsManagementApi - functional programming interface
|
|
@@ -23511,7 +23511,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23511
23511
|
* @param {*} [options] Override http request option.
|
|
23512
23512
|
* @throws {RequiredError}
|
|
23513
23513
|
*/
|
|
23514
|
-
|
|
23514
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
|
|
23515
23515
|
/**
|
|
23516
23516
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
23517
23517
|
* @summary Bulk Update Suggestions
|
|
@@ -23520,7 +23520,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23520
23520
|
* @param {*} [options] Override http request option.
|
|
23521
23521
|
* @throws {RequiredError}
|
|
23522
23522
|
*/
|
|
23523
|
-
|
|
23523
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
|
|
23524
23524
|
/**
|
|
23525
23525
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
23526
23526
|
* @summary Get Cached Auto-Generated Suggestions
|
|
@@ -23531,7 +23531,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23531
23531
|
* @param {*} [options] Override http request option.
|
|
23532
23532
|
* @throws {RequiredError}
|
|
23533
23533
|
*/
|
|
23534
|
-
|
|
23534
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDCachedGet200Response>>;
|
|
23535
23535
|
/**
|
|
23536
23536
|
* Retrieve query suggestions with filtering and pagination for management
|
|
23537
23537
|
* @summary Get Query Suggestions
|
|
@@ -23546,7 +23546,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23546
23546
|
* @param {*} [options] Override http request option.
|
|
23547
23547
|
* @throws {RequiredError}
|
|
23548
23548
|
*/
|
|
23549
|
-
|
|
23549
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>>;
|
|
23550
23550
|
/**
|
|
23551
23551
|
* Import query suggestions from JSON data
|
|
23552
23552
|
* @summary Import Query Suggestions
|
|
@@ -23555,7 +23555,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23555
23555
|
* @param {*} [options] Override http request option.
|
|
23556
23556
|
* @throws {RequiredError}
|
|
23557
23557
|
*/
|
|
23558
|
-
|
|
23558
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
|
|
23559
23559
|
/**
|
|
23560
23560
|
* Add a manually created query suggestion for a store
|
|
23561
23561
|
* @summary Add Manual Query Suggestion
|
|
@@ -23564,7 +23564,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23564
23564
|
* @param {*} [options] Override http request option.
|
|
23565
23565
|
* @throws {RequiredError}
|
|
23566
23566
|
*/
|
|
23567
|
-
|
|
23567
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
|
|
23568
23568
|
/**
|
|
23569
23569
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
23570
23570
|
* @summary Migrate Existing Analytics Data
|
|
@@ -23574,7 +23574,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23574
23574
|
* @param {*} [options] Override http request option.
|
|
23575
23575
|
* @throws {RequiredError}
|
|
23576
23576
|
*/
|
|
23577
|
-
|
|
23577
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
|
|
23578
23578
|
/**
|
|
23579
23579
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
23580
23580
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
@@ -23583,7 +23583,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23583
23583
|
* @param {*} [options] Override http request option.
|
|
23584
23584
|
* @throws {RequiredError}
|
|
23585
23585
|
*/
|
|
23586
|
-
|
|
23586
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>>;
|
|
23587
23587
|
/**
|
|
23588
23588
|
* Move selected auto-generated suggestions from cache to the management table
|
|
23589
23589
|
* @summary Promote Cached Suggestions to Management Table
|
|
@@ -23592,7 +23592,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23592
23592
|
* @param {*} [options] Override http request option.
|
|
23593
23593
|
* @throws {RequiredError}
|
|
23594
23594
|
*/
|
|
23595
|
-
|
|
23595
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
|
|
23596
23596
|
/**
|
|
23597
23597
|
* Refresh auto-generated suggestions from search analytics data
|
|
23598
23598
|
* @summary Refresh Auto-Generated Suggestions
|
|
@@ -23602,7 +23602,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23602
23602
|
* @param {*} [options] Override http request option.
|
|
23603
23603
|
* @throws {RequiredError}
|
|
23604
23604
|
*/
|
|
23605
|
-
|
|
23605
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
|
|
23606
23606
|
/**
|
|
23607
23607
|
* Get statistics about query suggestions for a store
|
|
23608
23608
|
* @summary Get Suggestion Statistics
|
|
@@ -23610,7 +23610,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23610
23610
|
* @param {*} [options] Override http request option.
|
|
23611
23611
|
* @throws {RequiredError}
|
|
23612
23612
|
*/
|
|
23613
|
-
|
|
23613
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDStatsGet200Response>>;
|
|
23614
23614
|
/**
|
|
23615
23615
|
* Update the status (enabled/disabled) of a query suggestion
|
|
23616
23616
|
* @summary Update Suggestion Status
|
|
@@ -23620,7 +23620,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23620
23620
|
* @param {*} [options] Override http request option.
|
|
23621
23621
|
* @throws {RequiredError}
|
|
23622
23622
|
*/
|
|
23623
|
-
|
|
23623
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
|
|
23624
23624
|
/**
|
|
23625
23625
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
23626
23626
|
* @summary Sync Suggestions to Typesense
|
|
@@ -23628,7 +23628,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23628
23628
|
* @param {*} [options] Override http request option.
|
|
23629
23629
|
* @throws {RequiredError}
|
|
23630
23630
|
*/
|
|
23631
|
-
|
|
23631
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
|
|
23632
23632
|
/**
|
|
23633
23633
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
23634
23634
|
* @summary Get Query Suggestions from Typesense (Admin)
|
|
@@ -23639,7 +23639,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
|
|
|
23639
23639
|
* @param {*} [options] Override http request option.
|
|
23640
23640
|
* @throws {RequiredError}
|
|
23641
23641
|
*/
|
|
23642
|
-
|
|
23642
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response>>;
|
|
23643
23643
|
};
|
|
23644
23644
|
/**
|
|
23645
23645
|
* QuerySuggestionsManagementApi - factory interface
|
|
@@ -23654,7 +23654,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23654
23654
|
* @param {*} [options] Override http request option.
|
|
23655
23655
|
* @throws {RequiredError}
|
|
23656
23656
|
*/
|
|
23657
|
-
|
|
23657
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
|
|
23658
23658
|
/**
|
|
23659
23659
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
23660
23660
|
* @summary Bulk Update Suggestions
|
|
@@ -23663,7 +23663,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23663
23663
|
* @param {*} [options] Override http request option.
|
|
23664
23664
|
* @throws {RequiredError}
|
|
23665
23665
|
*/
|
|
23666
|
-
|
|
23666
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
|
|
23667
23667
|
/**
|
|
23668
23668
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
23669
23669
|
* @summary Get Cached Auto-Generated Suggestions
|
|
@@ -23674,7 +23674,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23674
23674
|
* @param {*} [options] Override http request option.
|
|
23675
23675
|
* @throws {RequiredError}
|
|
23676
23676
|
*/
|
|
23677
|
-
|
|
23677
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDCachedGet200Response>;
|
|
23678
23678
|
/**
|
|
23679
23679
|
* Retrieve query suggestions with filtering and pagination for management
|
|
23680
23680
|
* @summary Get Query Suggestions
|
|
@@ -23689,7 +23689,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23689
23689
|
* @param {*} [options] Override http request option.
|
|
23690
23690
|
* @throws {RequiredError}
|
|
23691
23691
|
*/
|
|
23692
|
-
|
|
23692
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>;
|
|
23693
23693
|
/**
|
|
23694
23694
|
* Import query suggestions from JSON data
|
|
23695
23695
|
* @summary Import Query Suggestions
|
|
@@ -23698,7 +23698,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23698
23698
|
* @param {*} [options] Override http request option.
|
|
23699
23699
|
* @throws {RequiredError}
|
|
23700
23700
|
*/
|
|
23701
|
-
|
|
23701
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
|
|
23702
23702
|
/**
|
|
23703
23703
|
* Add a manually created query suggestion for a store
|
|
23704
23704
|
* @summary Add Manual Query Suggestion
|
|
@@ -23707,7 +23707,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23707
23707
|
* @param {*} [options] Override http request option.
|
|
23708
23708
|
* @throws {RequiredError}
|
|
23709
23709
|
*/
|
|
23710
|
-
|
|
23710
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
|
|
23711
23711
|
/**
|
|
23712
23712
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
23713
23713
|
* @summary Migrate Existing Analytics Data
|
|
@@ -23717,7 +23717,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23717
23717
|
* @param {*} [options] Override http request option.
|
|
23718
23718
|
* @throws {RequiredError}
|
|
23719
23719
|
*/
|
|
23720
|
-
|
|
23720
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
|
|
23721
23721
|
/**
|
|
23722
23722
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
23723
23723
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
@@ -23726,7 +23726,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23726
23726
|
* @param {*} [options] Override http request option.
|
|
23727
23727
|
* @throws {RequiredError}
|
|
23728
23728
|
*/
|
|
23729
|
-
|
|
23729
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>;
|
|
23730
23730
|
/**
|
|
23731
23731
|
* Move selected auto-generated suggestions from cache to the management table
|
|
23732
23732
|
* @summary Promote Cached Suggestions to Management Table
|
|
@@ -23735,7 +23735,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23735
23735
|
* @param {*} [options] Override http request option.
|
|
23736
23736
|
* @throws {RequiredError}
|
|
23737
23737
|
*/
|
|
23738
|
-
|
|
23738
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
|
|
23739
23739
|
/**
|
|
23740
23740
|
* Refresh auto-generated suggestions from search analytics data
|
|
23741
23741
|
* @summary Refresh Auto-Generated Suggestions
|
|
@@ -23745,7 +23745,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23745
23745
|
* @param {*} [options] Override http request option.
|
|
23746
23746
|
* @throws {RequiredError}
|
|
23747
23747
|
*/
|
|
23748
|
-
|
|
23748
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
|
|
23749
23749
|
/**
|
|
23750
23750
|
* Get statistics about query suggestions for a store
|
|
23751
23751
|
* @summary Get Suggestion Statistics
|
|
@@ -23753,7 +23753,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23753
23753
|
* @param {*} [options] Override http request option.
|
|
23754
23754
|
* @throws {RequiredError}
|
|
23755
23755
|
*/
|
|
23756
|
-
|
|
23756
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDStatsGet200Response>;
|
|
23757
23757
|
/**
|
|
23758
23758
|
* Update the status (enabled/disabled) of a query suggestion
|
|
23759
23759
|
* @summary Update Suggestion Status
|
|
@@ -23763,7 +23763,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23763
23763
|
* @param {*} [options] Override http request option.
|
|
23764
23764
|
* @throws {RequiredError}
|
|
23765
23765
|
*/
|
|
23766
|
-
|
|
23766
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
|
|
23767
23767
|
/**
|
|
23768
23768
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
23769
23769
|
* @summary Sync Suggestions to Typesense
|
|
@@ -23771,7 +23771,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23771
23771
|
* @param {*} [options] Override http request option.
|
|
23772
23772
|
* @throws {RequiredError}
|
|
23773
23773
|
*/
|
|
23774
|
-
|
|
23774
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
|
|
23775
23775
|
/**
|
|
23776
23776
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
23777
23777
|
* @summary Get Query Suggestions from Typesense (Admin)
|
|
@@ -23782,7 +23782,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
|
|
|
23782
23782
|
* @param {*} [options] Override http request option.
|
|
23783
23783
|
* @throws {RequiredError}
|
|
23784
23784
|
*/
|
|
23785
|
-
|
|
23785
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response>;
|
|
23786
23786
|
};
|
|
23787
23787
|
/**
|
|
23788
23788
|
* QuerySuggestionsManagementApi - object-oriented interface
|
|
@@ -23800,7 +23800,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23800
23800
|
* @throws {RequiredError}
|
|
23801
23801
|
* @memberof QuerySuggestionsManagementApi
|
|
23802
23802
|
*/
|
|
23803
|
-
|
|
23803
|
+
adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
|
|
23804
23804
|
/**
|
|
23805
23805
|
* Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
|
|
23806
23806
|
* @summary Bulk Update Suggestions
|
|
@@ -23810,7 +23810,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23810
23810
|
* @throws {RequiredError}
|
|
23811
23811
|
* @memberof QuerySuggestionsManagementApi
|
|
23812
23812
|
*/
|
|
23813
|
-
|
|
23813
|
+
adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
|
|
23814
23814
|
/**
|
|
23815
23815
|
* Retrieve auto-generated suggestions from cache for review before promoting to management table
|
|
23816
23816
|
* @summary Get Cached Auto-Generated Suggestions
|
|
@@ -23822,7 +23822,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23822
23822
|
* @throws {RequiredError}
|
|
23823
23823
|
* @memberof QuerySuggestionsManagementApi
|
|
23824
23824
|
*/
|
|
23825
|
-
|
|
23825
|
+
adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDCachedGet200Response, any, {}>>;
|
|
23826
23826
|
/**
|
|
23827
23827
|
* Retrieve query suggestions with filtering and pagination for management
|
|
23828
23828
|
* @summary Get Query Suggestions
|
|
@@ -23838,7 +23838,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23838
23838
|
* @throws {RequiredError}
|
|
23839
23839
|
* @memberof QuerySuggestionsManagementApi
|
|
23840
23840
|
*/
|
|
23841
|
-
|
|
23841
|
+
adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDGet200Response, any, {}>>;
|
|
23842
23842
|
/**
|
|
23843
23843
|
* Import query suggestions from JSON data
|
|
23844
23844
|
* @summary Import Query Suggestions
|
|
@@ -23848,7 +23848,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23848
23848
|
* @throws {RequiredError}
|
|
23849
23849
|
* @memberof QuerySuggestionsManagementApi
|
|
23850
23850
|
*/
|
|
23851
|
-
|
|
23851
|
+
adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
|
|
23852
23852
|
/**
|
|
23853
23853
|
* Add a manually created query suggestion for a store
|
|
23854
23854
|
* @summary Add Manual Query Suggestion
|
|
@@ -23858,7 +23858,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23858
23858
|
* @throws {RequiredError}
|
|
23859
23859
|
* @memberof QuerySuggestionsManagementApi
|
|
23860
23860
|
*/
|
|
23861
|
-
|
|
23861
|
+
adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
|
|
23862
23862
|
/**
|
|
23863
23863
|
* Migrate existing search analytics data to the new query suggestions management system
|
|
23864
23864
|
* @summary Migrate Existing Analytics Data
|
|
@@ -23869,7 +23869,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23869
23869
|
* @throws {RequiredError}
|
|
23870
23870
|
* @memberof QuerySuggestionsManagementApi
|
|
23871
23871
|
*/
|
|
23872
|
-
|
|
23872
|
+
adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
|
|
23873
23873
|
/**
|
|
23874
23874
|
* Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
|
|
23875
23875
|
* @summary Promote ALL Cached Suggestions to Management Table
|
|
@@ -23879,7 +23879,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23879
23879
|
* @throws {RequiredError}
|
|
23880
23880
|
* @memberof QuerySuggestionsManagementApi
|
|
23881
23881
|
*/
|
|
23882
|
-
|
|
23882
|
+
adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response, any, {}>>;
|
|
23883
23883
|
/**
|
|
23884
23884
|
* Move selected auto-generated suggestions from cache to the management table
|
|
23885
23885
|
* @summary Promote Cached Suggestions to Management Table
|
|
@@ -23889,7 +23889,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23889
23889
|
* @throws {RequiredError}
|
|
23890
23890
|
* @memberof QuerySuggestionsManagementApi
|
|
23891
23891
|
*/
|
|
23892
|
-
|
|
23892
|
+
adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
|
|
23893
23893
|
/**
|
|
23894
23894
|
* Refresh auto-generated suggestions from search analytics data
|
|
23895
23895
|
* @summary Refresh Auto-Generated Suggestions
|
|
@@ -23900,7 +23900,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23900
23900
|
* @throws {RequiredError}
|
|
23901
23901
|
* @memberof QuerySuggestionsManagementApi
|
|
23902
23902
|
*/
|
|
23903
|
-
|
|
23903
|
+
adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
|
|
23904
23904
|
/**
|
|
23905
23905
|
* Get statistics about query suggestions for a store
|
|
23906
23906
|
* @summary Get Suggestion Statistics
|
|
@@ -23909,7 +23909,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23909
23909
|
* @throws {RequiredError}
|
|
23910
23910
|
* @memberof QuerySuggestionsManagementApi
|
|
23911
23911
|
*/
|
|
23912
|
-
|
|
23912
|
+
adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDStatsGet200Response, any, {}>>;
|
|
23913
23913
|
/**
|
|
23914
23914
|
* Update the status (enabled/disabled) of a query suggestion
|
|
23915
23915
|
* @summary Update Suggestion Status
|
|
@@ -23920,7 +23920,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23920
23920
|
* @throws {RequiredError}
|
|
23921
23921
|
* @memberof QuerySuggestionsManagementApi
|
|
23922
23922
|
*/
|
|
23923
|
-
|
|
23923
|
+
adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
|
|
23924
23924
|
/**
|
|
23925
23925
|
* Sync enabled query suggestions to Typesense collection for public API usage
|
|
23926
23926
|
* @summary Sync Suggestions to Typesense
|
|
@@ -23929,7 +23929,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23929
23929
|
* @throws {RequiredError}
|
|
23930
23930
|
* @memberof QuerySuggestionsManagementApi
|
|
23931
23931
|
*/
|
|
23932
|
-
|
|
23932
|
+
adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
|
|
23933
23933
|
/**
|
|
23934
23934
|
* Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
|
|
23935
23935
|
* @summary Get Query Suggestions from Typesense (Admin)
|
|
@@ -23941,7 +23941,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
|
|
|
23941
23941
|
* @throws {RequiredError}
|
|
23942
23942
|
* @memberof QuerySuggestionsManagementApi
|
|
23943
23943
|
*/
|
|
23944
|
-
|
|
23944
|
+
adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response, any, {}>>;
|
|
23945
23945
|
}
|
|
23946
23946
|
/**
|
|
23947
23947
|
* RegisterApi - axios parameter creator
|