@seekora-ai/admin-api 1.0.53 → 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/dist/api.d.ts CHANGED
@@ -749,301 +749,301 @@ export interface AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response {
749
749
  /**
750
750
  *
751
751
  * @export
752
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
752
+ * @interface AdminV1QuerySuggestionsXStoreIDCachedGet200Response
753
753
  */
754
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response {
754
+ export interface AdminV1QuerySuggestionsXStoreIDCachedGet200Response {
755
755
  /**
756
756
  * Comparison metadata when in compare mode
757
757
  * @type {AnalyticsComparisonMeta}
758
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
758
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
759
759
  */
760
760
  'comparison'?: AnalyticsComparisonMeta;
761
761
  /**
762
762
  *
763
763
  * @type {AnalyticsCachedSuggestionResponse}
764
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
764
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
765
765
  */
766
766
  'data'?: AnalyticsCachedSuggestionResponse;
767
767
  /**
768
768
  *
769
769
  * @type {string}
770
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
770
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
771
771
  */
772
772
  'error'?: string;
773
773
  /**
774
774
  *
775
775
  * @type {string}
776
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
776
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
777
777
  */
778
778
  'status'?: string;
779
779
  /**
780
780
  *
781
781
  * @type {string}
782
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
782
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
783
783
  */
784
784
  'timestamp'?: string;
785
785
  /**
786
786
  *
787
787
  * @type {number}
788
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
788
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
789
789
  */
790
790
  'total'?: number;
791
791
  }
792
792
  /**
793
793
  *
794
794
  * @export
795
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
795
+ * @interface AdminV1QuerySuggestionsXStoreIDGet200Response
796
796
  */
797
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response {
797
+ export interface AdminV1QuerySuggestionsXStoreIDGet200Response {
798
798
  /**
799
799
  * Comparison metadata when in compare mode
800
800
  * @type {AnalyticsComparisonMeta}
801
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
801
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
802
802
  */
803
803
  'comparison'?: AnalyticsComparisonMeta;
804
804
  /**
805
805
  *
806
806
  * @type {AnalyticsQuerySuggestionManagementResponse}
807
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
807
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
808
808
  */
809
809
  'data'?: AnalyticsQuerySuggestionManagementResponse;
810
810
  /**
811
811
  *
812
812
  * @type {string}
813
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
813
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
814
814
  */
815
815
  'error'?: string;
816
816
  /**
817
817
  *
818
818
  * @type {string}
819
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
819
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
820
820
  */
821
821
  'status'?: string;
822
822
  /**
823
823
  *
824
824
  * @type {string}
825
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
825
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
826
826
  */
827
827
  'timestamp'?: string;
828
828
  /**
829
829
  *
830
830
  * @type {number}
831
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
831
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
832
832
  */
833
833
  'total'?: number;
834
834
  }
835
835
  /**
836
836
  *
837
837
  * @export
838
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
838
+ * @interface AdminV1QuerySuggestionsXStoreIDImportPost201Response
839
839
  */
840
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response {
840
+ export interface AdminV1QuerySuggestionsXStoreIDImportPost201Response {
841
841
  /**
842
842
  * Comparison metadata when in compare mode
843
843
  * @type {AnalyticsComparisonMeta}
844
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
844
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
845
845
  */
846
846
  'comparison'?: AnalyticsComparisonMeta;
847
847
  /**
848
848
  *
849
849
  * @type {Array<AnalyticsQuerySuggestionRecord>}
850
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
850
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
851
851
  */
852
852
  'data'?: Array<AnalyticsQuerySuggestionRecord>;
853
853
  /**
854
854
  *
855
855
  * @type {string}
856
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
856
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
857
857
  */
858
858
  'error'?: string;
859
859
  /**
860
860
  *
861
861
  * @type {string}
862
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
862
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
863
863
  */
864
864
  'status'?: string;
865
865
  /**
866
866
  *
867
867
  * @type {string}
868
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
868
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
869
869
  */
870
870
  'timestamp'?: string;
871
871
  /**
872
872
  *
873
873
  * @type {number}
874
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
874
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
875
875
  */
876
876
  'total'?: number;
877
877
  }
878
878
  /**
879
879
  *
880
880
  * @export
881
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
881
+ * @interface AdminV1QuerySuggestionsXStoreIDManualPost201Response
882
882
  */
883
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response {
883
+ export interface AdminV1QuerySuggestionsXStoreIDManualPost201Response {
884
884
  /**
885
885
  * Comparison metadata when in compare mode
886
886
  * @type {AnalyticsComparisonMeta}
887
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
887
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
888
888
  */
889
889
  'comparison'?: AnalyticsComparisonMeta;
890
890
  /**
891
891
  *
892
892
  * @type {AnalyticsQuerySuggestionRecord}
893
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
893
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
894
894
  */
895
895
  'data'?: AnalyticsQuerySuggestionRecord;
896
896
  /**
897
897
  *
898
898
  * @type {string}
899
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
899
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
900
900
  */
901
901
  'error'?: string;
902
902
  /**
903
903
  *
904
904
  * @type {string}
905
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
905
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
906
906
  */
907
907
  'status'?: string;
908
908
  /**
909
909
  *
910
910
  * @type {string}
911
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
911
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
912
912
  */
913
913
  'timestamp'?: string;
914
914
  /**
915
915
  *
916
916
  * @type {number}
917
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
917
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
918
918
  */
919
919
  'total'?: number;
920
920
  }
921
921
  /**
922
922
  *
923
923
  * @export
924
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
924
+ * @interface AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
925
925
  */
926
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response {
926
+ export interface AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response {
927
927
  /**
928
928
  * Comparison metadata when in compare mode
929
929
  * @type {AnalyticsComparisonMeta}
930
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
930
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
931
931
  */
932
932
  'comparison'?: AnalyticsComparisonMeta;
933
933
  /**
934
934
  *
935
935
  * @type {object}
936
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
936
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
937
937
  */
938
938
  'data'?: object;
939
939
  /**
940
940
  *
941
941
  * @type {string}
942
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
942
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
943
943
  */
944
944
  'error'?: string;
945
945
  /**
946
946
  *
947
947
  * @type {string}
948
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
948
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
949
949
  */
950
950
  'status'?: string;
951
951
  /**
952
952
  *
953
953
  * @type {string}
954
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
954
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
955
955
  */
956
956
  'timestamp'?: string;
957
957
  /**
958
958
  *
959
959
  * @type {number}
960
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
960
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
961
961
  */
962
962
  'total'?: number;
963
963
  }
964
964
  /**
965
965
  *
966
966
  * @export
967
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
967
+ * @interface AdminV1QuerySuggestionsXStoreIDStatsGet200Response
968
968
  */
969
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response {
969
+ export interface AdminV1QuerySuggestionsXStoreIDStatsGet200Response {
970
970
  /**
971
971
  * Comparison metadata when in compare mode
972
972
  * @type {AnalyticsComparisonMeta}
973
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
973
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
974
974
  */
975
975
  'comparison'?: AnalyticsComparisonMeta;
976
976
  /**
977
977
  *
978
978
  * @type {AnalyticsQuerySuggestionStats}
979
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
979
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
980
980
  */
981
981
  'data'?: AnalyticsQuerySuggestionStats;
982
982
  /**
983
983
  *
984
984
  * @type {string}
985
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
985
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
986
986
  */
987
987
  'error'?: string;
988
988
  /**
989
989
  *
990
990
  * @type {string}
991
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
991
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
992
992
  */
993
993
  'status'?: string;
994
994
  /**
995
995
  *
996
996
  * @type {string}
997
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
997
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
998
998
  */
999
999
  'timestamp'?: string;
1000
1000
  /**
1001
1001
  *
1002
1002
  * @type {number}
1003
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
1003
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
1004
1004
  */
1005
1005
  'total'?: number;
1006
1006
  }
1007
1007
  /**
1008
1008
  *
1009
1009
  * @export
1010
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1010
+ * @interface AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1011
1011
  */
1012
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response {
1012
+ export interface AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response {
1013
1013
  /**
1014
1014
  * Comparison metadata when in compare mode
1015
1015
  * @type {AnalyticsComparisonMeta}
1016
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1016
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1017
1017
  */
1018
1018
  'comparison'?: AnalyticsComparisonMeta;
1019
1019
  /**
1020
1020
  *
1021
1021
  * @type {AnalyticsQuerySuggestionsResponse}
1022
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1022
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1023
1023
  */
1024
1024
  'data'?: AnalyticsQuerySuggestionsResponse;
1025
1025
  /**
1026
1026
  *
1027
1027
  * @type {string}
1028
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1028
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1029
1029
  */
1030
1030
  'error'?: string;
1031
1031
  /**
1032
1032
  *
1033
1033
  * @type {string}
1034
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1034
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1035
1035
  */
1036
1036
  'status'?: string;
1037
1037
  /**
1038
1038
  *
1039
1039
  * @type {string}
1040
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1040
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1041
1041
  */
1042
1042
  'timestamp'?: string;
1043
1043
  /**
1044
1044
  *
1045
1045
  * @type {number}
1046
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1046
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1047
1047
  */
1048
1048
  'total'?: number;
1049
1049
  }
@@ -2734,6 +2734,12 @@ export interface AnalyticsGeoTopResult {
2734
2734
  * @memberof AnalyticsGeoTopResult
2735
2735
  */
2736
2736
  'share'?: number;
2737
+ /**
2738
+ * Widget display fields for UI presentation
2739
+ * @type {AnalyticsWidgetData}
2740
+ * @memberof AnalyticsGeoTopResult
2741
+ */
2742
+ 'widget'?: AnalyticsWidgetData;
2737
2743
  }
2738
2744
  /**
2739
2745
  *
@@ -4026,42 +4032,90 @@ export interface AnalyticsKPIMetrics {
4026
4032
  * @memberof AnalyticsKPIMetrics
4027
4033
  */
4028
4034
  'add_to_cart_rate'?: number;
4035
+ /**
4036
+ * True if there are searches to calculate add to cart rate
4037
+ * @type {boolean}
4038
+ * @memberof AnalyticsKPIMetrics
4039
+ */
4040
+ 'add_to_cart_rate_has_data'?: boolean;
4029
4041
  /**
4030
4042
  *
4031
4043
  * @type {number}
4032
4044
  * @memberof AnalyticsKPIMetrics
4033
4045
  */
4034
4046
  'avg_order_value'?: number;
4047
+ /**
4048
+ * True if there are purchases to calculate AOV
4049
+ * @type {boolean}
4050
+ * @memberof AnalyticsKPIMetrics
4051
+ */
4052
+ 'avg_order_value_has_data'?: boolean;
4035
4053
  /**
4036
4054
  *
4037
4055
  * @type {number}
4038
4056
  * @memberof AnalyticsKPIMetrics
4039
4057
  */
4040
4058
  'click_through_rate'?: number;
4059
+ /**
4060
+ * True if there are searches to calculate CTR
4061
+ * @type {boolean}
4062
+ * @memberof AnalyticsKPIMetrics
4063
+ */
4064
+ 'click_through_rate_has_data'?: boolean;
4041
4065
  /**
4042
4066
  *
4043
4067
  * @type {number}
4044
4068
  * @memberof AnalyticsKPIMetrics
4045
4069
  */
4046
4070
  'conversion_rate'?: number;
4071
+ /**
4072
+ * True if there are searches to calculate conversion rate
4073
+ * @type {boolean}
4074
+ * @memberof AnalyticsKPIMetrics
4075
+ */
4076
+ 'conversion_rate_has_data'?: boolean;
4077
+ /**
4078
+ * Indicates if there\'s enough data for rates calculation
4079
+ * @type {boolean}
4080
+ * @memberof AnalyticsKPIMetrics
4081
+ */
4082
+ 'has_data'?: boolean;
4047
4083
  /**
4048
4084
  *
4049
4085
  * @type {number}
4050
4086
  * @memberof AnalyticsKPIMetrics
4051
4087
  */
4052
4088
  'no_clicks_rate'?: number;
4089
+ /**
4090
+ * True if there are searches to calculate no clicks rate
4091
+ * @type {boolean}
4092
+ * @memberof AnalyticsKPIMetrics
4093
+ */
4094
+ 'no_clicks_rate_has_data'?: boolean;
4053
4095
  /**
4054
4096
  *
4055
4097
  * @type {number}
4056
4098
  * @memberof AnalyticsKPIMetrics
4057
4099
  */
4058
4100
  'no_results_rate'?: number;
4101
+ /**
4102
+ * Individual has_data flags for each rate
4103
+ * @type {boolean}
4104
+ * @memberof AnalyticsKPIMetrics
4105
+ */
4106
+ 'no_results_rate_has_data'?: boolean;
4059
4107
  /**
4060
4108
  *
4061
4109
  * @type {number}
4062
4110
  * @memberof AnalyticsKPIMetrics
4063
4111
  */
4064
4112
  'purchase_rate'?: number;
4113
+ /**
4114
+ * True if there are searches to calculate purchase rate
4115
+ * @type {boolean}
4116
+ * @memberof AnalyticsKPIMetrics
4117
+ */
4118
+ 'purchase_rate_has_data'?: boolean;
4065
4119
  /**
4066
4120
  *
4067
4121
  * @type {number}
@@ -23314,7 +23368,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23314
23368
  * @param {*} [options] Override http request option.
23315
23369
  * @throws {RequiredError}
23316
23370
  */
23317
- adminAnalyticsQuerySuggestionsMigrateAllPost: (daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23371
+ adminV1QuerySuggestionsMigrateAllPost: (daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23318
23372
  /**
23319
23373
  * Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
23320
23374
  * @summary Bulk Update Suggestions
@@ -23323,7 +23377,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23323
23377
  * @param {*} [options] Override http request option.
23324
23378
  * @throws {RequiredError}
23325
23379
  */
23326
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost: (xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23380
+ adminV1QuerySuggestionsXStoreIDBulkPost: (xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23327
23381
  /**
23328
23382
  * Retrieve auto-generated suggestions from cache for review before promoting to management table
23329
23383
  * @summary Get Cached Auto-Generated Suggestions
@@ -23334,7 +23388,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23334
23388
  * @param {*} [options] Override http request option.
23335
23389
  * @throws {RequiredError}
23336
23390
  */
23337
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet: (xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23391
+ adminV1QuerySuggestionsXStoreIDCachedGet: (xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23338
23392
  /**
23339
23393
  * Retrieve query suggestions with filtering and pagination for management
23340
23394
  * @summary Get Query Suggestions
@@ -23349,7 +23403,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23349
23403
  * @param {*} [options] Override http request option.
23350
23404
  * @throws {RequiredError}
23351
23405
  */
23352
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet: (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23406
+ adminV1QuerySuggestionsXStoreIDGet: (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23353
23407
  /**
23354
23408
  * Import query suggestions from JSON data
23355
23409
  * @summary Import Query Suggestions
@@ -23358,7 +23412,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23358
23412
  * @param {*} [options] Override http request option.
23359
23413
  * @throws {RequiredError}
23360
23414
  */
23361
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost: (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23415
+ adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23362
23416
  /**
23363
23417
  * Add a manually created query suggestion for a store
23364
23418
  * @summary Add Manual Query Suggestion
@@ -23367,7 +23421,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23367
23421
  * @param {*} [options] Override http request option.
23368
23422
  * @throws {RequiredError}
23369
23423
  */
23370
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost: (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23424
+ adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23371
23425
  /**
23372
23426
  * Migrate existing search analytics data to the new query suggestions management system
23373
23427
  * @summary Migrate Existing Analytics Data
@@ -23377,7 +23431,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23377
23431
  * @param {*} [options] Override http request option.
23378
23432
  * @throws {RequiredError}
23379
23433
  */
23380
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost: (xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23434
+ adminV1QuerySuggestionsXStoreIDMigratePost: (xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23381
23435
  /**
23382
23436
  * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
23383
23437
  * @summary Promote ALL Cached Suggestions to Management Table
@@ -23386,7 +23440,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23386
23440
  * @param {*} [options] Override http request option.
23387
23441
  * @throws {RequiredError}
23388
23442
  */
23389
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost: (xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23443
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23390
23444
  /**
23391
23445
  * Move selected auto-generated suggestions from cache to the management table
23392
23446
  * @summary Promote Cached Suggestions to Management Table
@@ -23395,7 +23449,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23395
23449
  * @param {*} [options] Override http request option.
23396
23450
  * @throws {RequiredError}
23397
23451
  */
23398
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost: (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23452
+ adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23399
23453
  /**
23400
23454
  * Refresh auto-generated suggestions from search analytics data
23401
23455
  * @summary Refresh Auto-Generated Suggestions
@@ -23405,7 +23459,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23405
23459
  * @param {*} [options] Override http request option.
23406
23460
  * @throws {RequiredError}
23407
23461
  */
23408
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost: (xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23462
+ adminV1QuerySuggestionsXStoreIDRefreshPost: (xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23409
23463
  /**
23410
23464
  * Get statistics about query suggestions for a store
23411
23465
  * @summary Get Suggestion Statistics
@@ -23413,7 +23467,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23413
23467
  * @param {*} [options] Override http request option.
23414
23468
  * @throws {RequiredError}
23415
23469
  */
23416
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23470
+ adminV1QuerySuggestionsXStoreIDStatsGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23417
23471
  /**
23418
23472
  * Update the status (enabled/disabled) of a query suggestion
23419
23473
  * @summary Update Suggestion Status
@@ -23423,7 +23477,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23423
23477
  * @param {*} [options] Override http request option.
23424
23478
  * @throws {RequiredError}
23425
23479
  */
23426
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut: (xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23480
+ adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: (xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23427
23481
  /**
23428
23482
  * Sync enabled query suggestions to Typesense collection for public API usage
23429
23483
  * @summary Sync Suggestions to Typesense
@@ -23431,7 +23485,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23431
23485
  * @param {*} [options] Override http request option.
23432
23486
  * @throws {RequiredError}
23433
23487
  */
23434
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23488
+ adminV1QuerySuggestionsXStoreIDSyncPost: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23435
23489
  /**
23436
23490
  * Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
23437
23491
  * @summary Get Query Suggestions from Typesense (Admin)
@@ -23442,7 +23496,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
23442
23496
  * @param {*} [options] Override http request option.
23443
23497
  * @throws {RequiredError}
23444
23498
  */
23445
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet: (xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23499
+ adminV1QuerySuggestionsXStoreIDTypesenseGet: (xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
23446
23500
  };
23447
23501
  /**
23448
23502
  * QuerySuggestionsManagementApi - functional programming interface
@@ -23457,7 +23511,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23457
23511
  * @param {*} [options] Override http request option.
23458
23512
  * @throws {RequiredError}
23459
23513
  */
23460
- adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23514
+ adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23461
23515
  /**
23462
23516
  * Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
23463
23517
  * @summary Bulk Update Suggestions
@@ -23466,7 +23520,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23466
23520
  * @param {*} [options] Override http request option.
23467
23521
  * @throws {RequiredError}
23468
23522
  */
23469
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23523
+ adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23470
23524
  /**
23471
23525
  * Retrieve auto-generated suggestions from cache for review before promoting to management table
23472
23526
  * @summary Get Cached Auto-Generated Suggestions
@@ -23477,7 +23531,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23477
23531
  * @param {*} [options] Override http request option.
23478
23532
  * @throws {RequiredError}
23479
23533
  */
23480
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response>>;
23534
+ adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDCachedGet200Response>>;
23481
23535
  /**
23482
23536
  * Retrieve query suggestions with filtering and pagination for management
23483
23537
  * @summary Get Query Suggestions
@@ -23492,7 +23546,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23492
23546
  * @param {*} [options] Override http request option.
23493
23547
  * @throws {RequiredError}
23494
23548
  */
23495
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response>>;
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>>;
23496
23550
  /**
23497
23551
  * Import query suggestions from JSON data
23498
23552
  * @summary Import Query Suggestions
@@ -23501,7 +23555,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23501
23555
  * @param {*} [options] Override http request option.
23502
23556
  * @throws {RequiredError}
23503
23557
  */
23504
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>>;
23558
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
23505
23559
  /**
23506
23560
  * Add a manually created query suggestion for a store
23507
23561
  * @summary Add Manual Query Suggestion
@@ -23510,7 +23564,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23510
23564
  * @param {*} [options] Override http request option.
23511
23565
  * @throws {RequiredError}
23512
23566
  */
23513
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response>>;
23567
+ adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
23514
23568
  /**
23515
23569
  * Migrate existing search analytics data to the new query suggestions management system
23516
23570
  * @summary Migrate Existing Analytics Data
@@ -23520,7 +23574,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23520
23574
  * @param {*} [options] Override http request option.
23521
23575
  * @throws {RequiredError}
23522
23576
  */
23523
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23577
+ adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23524
23578
  /**
23525
23579
  * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
23526
23580
  * @summary Promote ALL Cached Suggestions to Management Table
@@ -23529,7 +23583,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23529
23583
  * @param {*} [options] Override http request option.
23530
23584
  * @throws {RequiredError}
23531
23585
  */
23532
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response>>;
23586
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>>;
23533
23587
  /**
23534
23588
  * Move selected auto-generated suggestions from cache to the management table
23535
23589
  * @summary Promote Cached Suggestions to Management Table
@@ -23538,7 +23592,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23538
23592
  * @param {*} [options] Override http request option.
23539
23593
  * @throws {RequiredError}
23540
23594
  */
23541
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>>;
23595
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
23542
23596
  /**
23543
23597
  * Refresh auto-generated suggestions from search analytics data
23544
23598
  * @summary Refresh Auto-Generated Suggestions
@@ -23548,7 +23602,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23548
23602
  * @param {*} [options] Override http request option.
23549
23603
  * @throws {RequiredError}
23550
23604
  */
23551
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23605
+ adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23552
23606
  /**
23553
23607
  * Get statistics about query suggestions for a store
23554
23608
  * @summary Get Suggestion Statistics
@@ -23556,7 +23610,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23556
23610
  * @param {*} [options] Override http request option.
23557
23611
  * @throws {RequiredError}
23558
23612
  */
23559
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response>>;
23613
+ adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDStatsGet200Response>>;
23560
23614
  /**
23561
23615
  * Update the status (enabled/disabled) of a query suggestion
23562
23616
  * @summary Update Suggestion Status
@@ -23566,7 +23620,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23566
23620
  * @param {*} [options] Override http request option.
23567
23621
  * @throws {RequiredError}
23568
23622
  */
23569
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23623
+ adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23570
23624
  /**
23571
23625
  * Sync enabled query suggestions to Typesense collection for public API usage
23572
23626
  * @summary Sync Suggestions to Typesense
@@ -23574,7 +23628,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23574
23628
  * @param {*} [options] Override http request option.
23575
23629
  * @throws {RequiredError}
23576
23630
  */
23577
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23631
+ adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
23578
23632
  /**
23579
23633
  * Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
23580
23634
  * @summary Get Query Suggestions from Typesense (Admin)
@@ -23585,7 +23639,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
23585
23639
  * @param {*} [options] Override http request option.
23586
23640
  * @throws {RequiredError}
23587
23641
  */
23588
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response>>;
23642
+ adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response>>;
23589
23643
  };
23590
23644
  /**
23591
23645
  * QuerySuggestionsManagementApi - factory interface
@@ -23600,7 +23654,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23600
23654
  * @param {*} [options] Override http request option.
23601
23655
  * @throws {RequiredError}
23602
23656
  */
23603
- adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23657
+ adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23604
23658
  /**
23605
23659
  * Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
23606
23660
  * @summary Bulk Update Suggestions
@@ -23609,7 +23663,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23609
23663
  * @param {*} [options] Override http request option.
23610
23664
  * @throws {RequiredError}
23611
23665
  */
23612
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23666
+ adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23613
23667
  /**
23614
23668
  * Retrieve auto-generated suggestions from cache for review before promoting to management table
23615
23669
  * @summary Get Cached Auto-Generated Suggestions
@@ -23620,7 +23674,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23620
23674
  * @param {*} [options] Override http request option.
23621
23675
  * @throws {RequiredError}
23622
23676
  */
23623
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response>;
23677
+ adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDCachedGet200Response>;
23624
23678
  /**
23625
23679
  * Retrieve query suggestions with filtering and pagination for management
23626
23680
  * @summary Get Query Suggestions
@@ -23635,7 +23689,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23635
23689
  * @param {*} [options] Override http request option.
23636
23690
  * @throws {RequiredError}
23637
23691
  */
23638
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response>;
23692
+ adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>;
23639
23693
  /**
23640
23694
  * Import query suggestions from JSON data
23641
23695
  * @summary Import Query Suggestions
@@ -23644,7 +23698,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23644
23698
  * @param {*} [options] Override http request option.
23645
23699
  * @throws {RequiredError}
23646
23700
  */
23647
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>;
23701
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
23648
23702
  /**
23649
23703
  * Add a manually created query suggestion for a store
23650
23704
  * @summary Add Manual Query Suggestion
@@ -23653,7 +23707,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23653
23707
  * @param {*} [options] Override http request option.
23654
23708
  * @throws {RequiredError}
23655
23709
  */
23656
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response>;
23710
+ adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
23657
23711
  /**
23658
23712
  * Migrate existing search analytics data to the new query suggestions management system
23659
23713
  * @summary Migrate Existing Analytics Data
@@ -23663,7 +23717,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23663
23717
  * @param {*} [options] Override http request option.
23664
23718
  * @throws {RequiredError}
23665
23719
  */
23666
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23720
+ adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23667
23721
  /**
23668
23722
  * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
23669
23723
  * @summary Promote ALL Cached Suggestions to Management Table
@@ -23672,7 +23726,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23672
23726
  * @param {*} [options] Override http request option.
23673
23727
  * @throws {RequiredError}
23674
23728
  */
23675
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response>;
23729
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>;
23676
23730
  /**
23677
23731
  * Move selected auto-generated suggestions from cache to the management table
23678
23732
  * @summary Promote Cached Suggestions to Management Table
@@ -23681,7 +23735,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23681
23735
  * @param {*} [options] Override http request option.
23682
23736
  * @throws {RequiredError}
23683
23737
  */
23684
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>;
23738
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
23685
23739
  /**
23686
23740
  * Refresh auto-generated suggestions from search analytics data
23687
23741
  * @summary Refresh Auto-Generated Suggestions
@@ -23691,7 +23745,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23691
23745
  * @param {*} [options] Override http request option.
23692
23746
  * @throws {RequiredError}
23693
23747
  */
23694
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23748
+ adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23695
23749
  /**
23696
23750
  * Get statistics about query suggestions for a store
23697
23751
  * @summary Get Suggestion Statistics
@@ -23699,7 +23753,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23699
23753
  * @param {*} [options] Override http request option.
23700
23754
  * @throws {RequiredError}
23701
23755
  */
23702
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response>;
23756
+ adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDStatsGet200Response>;
23703
23757
  /**
23704
23758
  * Update the status (enabled/disabled) of a query suggestion
23705
23759
  * @summary Update Suggestion Status
@@ -23709,7 +23763,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23709
23763
  * @param {*} [options] Override http request option.
23710
23764
  * @throws {RequiredError}
23711
23765
  */
23712
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23766
+ adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23713
23767
  /**
23714
23768
  * Sync enabled query suggestions to Typesense collection for public API usage
23715
23769
  * @summary Sync Suggestions to Typesense
@@ -23717,7 +23771,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23717
23771
  * @param {*} [options] Override http request option.
23718
23772
  * @throws {RequiredError}
23719
23773
  */
23720
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23774
+ adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
23721
23775
  /**
23722
23776
  * Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
23723
23777
  * @summary Get Query Suggestions from Typesense (Admin)
@@ -23728,7 +23782,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
23728
23782
  * @param {*} [options] Override http request option.
23729
23783
  * @throws {RequiredError}
23730
23784
  */
23731
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response>;
23785
+ adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response>;
23732
23786
  };
23733
23787
  /**
23734
23788
  * QuerySuggestionsManagementApi - object-oriented interface
@@ -23746,7 +23800,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23746
23800
  * @throws {RequiredError}
23747
23801
  * @memberof QuerySuggestionsManagementApi
23748
23802
  */
23749
- adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23803
+ adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23750
23804
  /**
23751
23805
  * Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
23752
23806
  * @summary Bulk Update Suggestions
@@ -23756,7 +23810,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23756
23810
  * @throws {RequiredError}
23757
23811
  * @memberof QuerySuggestionsManagementApi
23758
23812
  */
23759
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23813
+ adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23760
23814
  /**
23761
23815
  * Retrieve auto-generated suggestions from cache for review before promoting to management table
23762
23816
  * @summary Get Cached Auto-Generated Suggestions
@@ -23768,7 +23822,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23768
23822
  * @throws {RequiredError}
23769
23823
  * @memberof QuerySuggestionsManagementApi
23770
23824
  */
23771
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response, any, {}>>;
23825
+ adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDCachedGet200Response, any, {}>>;
23772
23826
  /**
23773
23827
  * Retrieve query suggestions with filtering and pagination for management
23774
23828
  * @summary Get Query Suggestions
@@ -23784,7 +23838,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23784
23838
  * @throws {RequiredError}
23785
23839
  * @memberof QuerySuggestionsManagementApi
23786
23840
  */
23787
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response, any, {}>>;
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, {}>>;
23788
23842
  /**
23789
23843
  * Import query suggestions from JSON data
23790
23844
  * @summary Import Query Suggestions
@@ -23794,7 +23848,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23794
23848
  * @throws {RequiredError}
23795
23849
  * @memberof QuerySuggestionsManagementApi
23796
23850
  */
23797
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response, any, {}>>;
23851
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
23798
23852
  /**
23799
23853
  * Add a manually created query suggestion for a store
23800
23854
  * @summary Add Manual Query Suggestion
@@ -23804,7 +23858,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23804
23858
  * @throws {RequiredError}
23805
23859
  * @memberof QuerySuggestionsManagementApi
23806
23860
  */
23807
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response, any, {}>>;
23861
+ adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
23808
23862
  /**
23809
23863
  * Migrate existing search analytics data to the new query suggestions management system
23810
23864
  * @summary Migrate Existing Analytics Data
@@ -23815,7 +23869,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23815
23869
  * @throws {RequiredError}
23816
23870
  * @memberof QuerySuggestionsManagementApi
23817
23871
  */
23818
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23872
+ adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23819
23873
  /**
23820
23874
  * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
23821
23875
  * @summary Promote ALL Cached Suggestions to Management Table
@@ -23825,7 +23879,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23825
23879
  * @throws {RequiredError}
23826
23880
  * @memberof QuerySuggestionsManagementApi
23827
23881
  */
23828
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response, any, {}>>;
23882
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response, any, {}>>;
23829
23883
  /**
23830
23884
  * Move selected auto-generated suggestions from cache to the management table
23831
23885
  * @summary Promote Cached Suggestions to Management Table
@@ -23835,7 +23889,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23835
23889
  * @throws {RequiredError}
23836
23890
  * @memberof QuerySuggestionsManagementApi
23837
23891
  */
23838
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response, any, {}>>;
23892
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
23839
23893
  /**
23840
23894
  * Refresh auto-generated suggestions from search analytics data
23841
23895
  * @summary Refresh Auto-Generated Suggestions
@@ -23846,7 +23900,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23846
23900
  * @throws {RequiredError}
23847
23901
  * @memberof QuerySuggestionsManagementApi
23848
23902
  */
23849
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23903
+ adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23850
23904
  /**
23851
23905
  * Get statistics about query suggestions for a store
23852
23906
  * @summary Get Suggestion Statistics
@@ -23855,7 +23909,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23855
23909
  * @throws {RequiredError}
23856
23910
  * @memberof QuerySuggestionsManagementApi
23857
23911
  */
23858
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response, any, {}>>;
23912
+ adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDStatsGet200Response, any, {}>>;
23859
23913
  /**
23860
23914
  * Update the status (enabled/disabled) of a query suggestion
23861
23915
  * @summary Update Suggestion Status
@@ -23866,7 +23920,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23866
23920
  * @throws {RequiredError}
23867
23921
  * @memberof QuerySuggestionsManagementApi
23868
23922
  */
23869
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23923
+ adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23870
23924
  /**
23871
23925
  * Sync enabled query suggestions to Typesense collection for public API usage
23872
23926
  * @summary Sync Suggestions to Typesense
@@ -23875,7 +23929,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23875
23929
  * @throws {RequiredError}
23876
23930
  * @memberof QuerySuggestionsManagementApi
23877
23931
  */
23878
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23932
+ adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
23879
23933
  /**
23880
23934
  * Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
23881
23935
  * @summary Get Query Suggestions from Typesense (Admin)
@@ -23887,7 +23941,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
23887
23941
  * @throws {RequiredError}
23888
23942
  * @memberof QuerySuggestionsManagementApi
23889
23943
  */
23890
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response, any, {}>>;
23944
+ adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response, any, {}>>;
23891
23945
  }
23892
23946
  /**
23893
23947
  * RegisterApi - axios parameter creator