@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/api.ts CHANGED
@@ -757,301 +757,301 @@ export interface AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response {
757
757
  /**
758
758
  *
759
759
  * @export
760
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
760
+ * @interface AdminV1QuerySuggestionsXStoreIDCachedGet200Response
761
761
  */
762
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response {
762
+ export interface AdminV1QuerySuggestionsXStoreIDCachedGet200Response {
763
763
  /**
764
764
  * Comparison metadata when in compare mode
765
765
  * @type {AnalyticsComparisonMeta}
766
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
766
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
767
767
  */
768
768
  'comparison'?: AnalyticsComparisonMeta;
769
769
  /**
770
770
  *
771
771
  * @type {AnalyticsCachedSuggestionResponse}
772
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
772
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
773
773
  */
774
774
  'data'?: AnalyticsCachedSuggestionResponse;
775
775
  /**
776
776
  *
777
777
  * @type {string}
778
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
778
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
779
779
  */
780
780
  'error'?: string;
781
781
  /**
782
782
  *
783
783
  * @type {string}
784
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
784
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
785
785
  */
786
786
  'status'?: string;
787
787
  /**
788
788
  *
789
789
  * @type {string}
790
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
790
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
791
791
  */
792
792
  'timestamp'?: string;
793
793
  /**
794
794
  *
795
795
  * @type {number}
796
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response
796
+ * @memberof AdminV1QuerySuggestionsXStoreIDCachedGet200Response
797
797
  */
798
798
  'total'?: number;
799
799
  }
800
800
  /**
801
801
  *
802
802
  * @export
803
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
803
+ * @interface AdminV1QuerySuggestionsXStoreIDGet200Response
804
804
  */
805
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response {
805
+ export interface AdminV1QuerySuggestionsXStoreIDGet200Response {
806
806
  /**
807
807
  * Comparison metadata when in compare mode
808
808
  * @type {AnalyticsComparisonMeta}
809
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
809
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
810
810
  */
811
811
  'comparison'?: AnalyticsComparisonMeta;
812
812
  /**
813
813
  *
814
814
  * @type {AnalyticsQuerySuggestionManagementResponse}
815
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
815
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
816
816
  */
817
817
  'data'?: AnalyticsQuerySuggestionManagementResponse;
818
818
  /**
819
819
  *
820
820
  * @type {string}
821
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
821
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
822
822
  */
823
823
  'error'?: string;
824
824
  /**
825
825
  *
826
826
  * @type {string}
827
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
827
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
828
828
  */
829
829
  'status'?: string;
830
830
  /**
831
831
  *
832
832
  * @type {string}
833
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
833
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
834
834
  */
835
835
  'timestamp'?: string;
836
836
  /**
837
837
  *
838
838
  * @type {number}
839
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response
839
+ * @memberof AdminV1QuerySuggestionsXStoreIDGet200Response
840
840
  */
841
841
  'total'?: number;
842
842
  }
843
843
  /**
844
844
  *
845
845
  * @export
846
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
846
+ * @interface AdminV1QuerySuggestionsXStoreIDImportPost201Response
847
847
  */
848
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response {
848
+ export interface AdminV1QuerySuggestionsXStoreIDImportPost201Response {
849
849
  /**
850
850
  * Comparison metadata when in compare mode
851
851
  * @type {AnalyticsComparisonMeta}
852
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
852
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
853
853
  */
854
854
  'comparison'?: AnalyticsComparisonMeta;
855
855
  /**
856
856
  *
857
857
  * @type {Array<AnalyticsQuerySuggestionRecord>}
858
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
858
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
859
859
  */
860
860
  'data'?: Array<AnalyticsQuerySuggestionRecord>;
861
861
  /**
862
862
  *
863
863
  * @type {string}
864
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
864
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
865
865
  */
866
866
  'error'?: string;
867
867
  /**
868
868
  *
869
869
  * @type {string}
870
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
870
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
871
871
  */
872
872
  'status'?: string;
873
873
  /**
874
874
  *
875
875
  * @type {string}
876
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
876
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
877
877
  */
878
878
  'timestamp'?: string;
879
879
  /**
880
880
  *
881
881
  * @type {number}
882
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response
882
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
883
883
  */
884
884
  'total'?: number;
885
885
  }
886
886
  /**
887
887
  *
888
888
  * @export
889
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
889
+ * @interface AdminV1QuerySuggestionsXStoreIDManualPost201Response
890
890
  */
891
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response {
891
+ export interface AdminV1QuerySuggestionsXStoreIDManualPost201Response {
892
892
  /**
893
893
  * Comparison metadata when in compare mode
894
894
  * @type {AnalyticsComparisonMeta}
895
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
895
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
896
896
  */
897
897
  'comparison'?: AnalyticsComparisonMeta;
898
898
  /**
899
899
  *
900
900
  * @type {AnalyticsQuerySuggestionRecord}
901
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
901
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
902
902
  */
903
903
  'data'?: AnalyticsQuerySuggestionRecord;
904
904
  /**
905
905
  *
906
906
  * @type {string}
907
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
907
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
908
908
  */
909
909
  'error'?: string;
910
910
  /**
911
911
  *
912
912
  * @type {string}
913
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
913
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
914
914
  */
915
915
  'status'?: string;
916
916
  /**
917
917
  *
918
918
  * @type {string}
919
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
919
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
920
920
  */
921
921
  'timestamp'?: string;
922
922
  /**
923
923
  *
924
924
  * @type {number}
925
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response
925
+ * @memberof AdminV1QuerySuggestionsXStoreIDManualPost201Response
926
926
  */
927
927
  'total'?: number;
928
928
  }
929
929
  /**
930
930
  *
931
931
  * @export
932
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
932
+ * @interface AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
933
933
  */
934
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response {
934
+ export interface AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response {
935
935
  /**
936
936
  * Comparison metadata when in compare mode
937
937
  * @type {AnalyticsComparisonMeta}
938
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
938
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
939
939
  */
940
940
  'comparison'?: AnalyticsComparisonMeta;
941
941
  /**
942
942
  *
943
943
  * @type {object}
944
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
944
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
945
945
  */
946
946
  'data'?: object;
947
947
  /**
948
948
  *
949
949
  * @type {string}
950
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
950
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
951
951
  */
952
952
  'error'?: string;
953
953
  /**
954
954
  *
955
955
  * @type {string}
956
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
956
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
957
957
  */
958
958
  'status'?: string;
959
959
  /**
960
960
  *
961
961
  * @type {string}
962
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
962
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
963
963
  */
964
964
  'timestamp'?: string;
965
965
  /**
966
966
  *
967
967
  * @type {number}
968
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response
968
+ * @memberof AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response
969
969
  */
970
970
  'total'?: number;
971
971
  }
972
972
  /**
973
973
  *
974
974
  * @export
975
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
975
+ * @interface AdminV1QuerySuggestionsXStoreIDStatsGet200Response
976
976
  */
977
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response {
977
+ export interface AdminV1QuerySuggestionsXStoreIDStatsGet200Response {
978
978
  /**
979
979
  * Comparison metadata when in compare mode
980
980
  * @type {AnalyticsComparisonMeta}
981
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
981
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
982
982
  */
983
983
  'comparison'?: AnalyticsComparisonMeta;
984
984
  /**
985
985
  *
986
986
  * @type {AnalyticsQuerySuggestionStats}
987
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
987
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
988
988
  */
989
989
  'data'?: AnalyticsQuerySuggestionStats;
990
990
  /**
991
991
  *
992
992
  * @type {string}
993
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
993
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
994
994
  */
995
995
  'error'?: string;
996
996
  /**
997
997
  *
998
998
  * @type {string}
999
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
999
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
1000
1000
  */
1001
1001
  'status'?: string;
1002
1002
  /**
1003
1003
  *
1004
1004
  * @type {string}
1005
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
1005
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
1006
1006
  */
1007
1007
  'timestamp'?: string;
1008
1008
  /**
1009
1009
  *
1010
1010
  * @type {number}
1011
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response
1011
+ * @memberof AdminV1QuerySuggestionsXStoreIDStatsGet200Response
1012
1012
  */
1013
1013
  'total'?: number;
1014
1014
  }
1015
1015
  /**
1016
1016
  *
1017
1017
  * @export
1018
- * @interface AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1018
+ * @interface AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1019
1019
  */
1020
- export interface AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response {
1020
+ export interface AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response {
1021
1021
  /**
1022
1022
  * Comparison metadata when in compare mode
1023
1023
  * @type {AnalyticsComparisonMeta}
1024
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1024
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1025
1025
  */
1026
1026
  'comparison'?: AnalyticsComparisonMeta;
1027
1027
  /**
1028
1028
  *
1029
1029
  * @type {AnalyticsQuerySuggestionsResponse}
1030
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1030
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1031
1031
  */
1032
1032
  'data'?: AnalyticsQuerySuggestionsResponse;
1033
1033
  /**
1034
1034
  *
1035
1035
  * @type {string}
1036
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1036
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1037
1037
  */
1038
1038
  'error'?: string;
1039
1039
  /**
1040
1040
  *
1041
1041
  * @type {string}
1042
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1042
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1043
1043
  */
1044
1044
  'status'?: string;
1045
1045
  /**
1046
1046
  *
1047
1047
  * @type {string}
1048
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1048
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1049
1049
  */
1050
1050
  'timestamp'?: string;
1051
1051
  /**
1052
1052
  *
1053
1053
  * @type {number}
1054
- * @memberof AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response
1054
+ * @memberof AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response
1055
1055
  */
1056
1056
  'total'?: number;
1057
1057
  }
@@ -31573,8 +31573,8 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31573
31573
  * @param {*} [options] Override http request option.
31574
31574
  * @throws {RequiredError}
31575
31575
  */
31576
- adminAnalyticsQuerySuggestionsMigrateAllPost: async (daysBack?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31577
- const localVarPath = `/admin/analytics/query-suggestions/migrate-all`;
31576
+ adminV1QuerySuggestionsMigrateAllPost: async (daysBack?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31577
+ const localVarPath = `/admin/v1/query-suggestions/migrate-all`;
31578
31578
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31579
31579
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
31580
31580
  let baseOptions;
@@ -31616,12 +31616,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31616
31616
  * @param {*} [options] Override http request option.
31617
31617
  * @throws {RequiredError}
31618
31618
  */
31619
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost: async (xStoreID: string, body: AnalyticsBulkOperationRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31619
+ adminV1QuerySuggestionsXStoreIDBulkPost: async (xStoreID: string, body: AnalyticsBulkOperationRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31620
31620
  // verify required parameter 'xStoreID' is not null or undefined
31621
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost', 'xStoreID', xStoreID)
31621
+ assertParamExists('adminV1QuerySuggestionsXStoreIDBulkPost', 'xStoreID', xStoreID)
31622
31622
  // verify required parameter 'body' is not null or undefined
31623
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost', 'body', body)
31624
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/bulk`
31623
+ assertParamExists('adminV1QuerySuggestionsXStoreIDBulkPost', 'body', body)
31624
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/bulk`
31625
31625
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31626
31626
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31627
31627
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31661,10 +31661,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31661
31661
  * @param {*} [options] Override http request option.
31662
31662
  * @throws {RequiredError}
31663
31663
  */
31664
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet: async (xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31664
+ adminV1QuerySuggestionsXStoreIDCachedGet: async (xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31665
31665
  // verify required parameter 'xStoreID' is not null or undefined
31666
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet', 'xStoreID', xStoreID)
31667
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/cached`
31666
+ assertParamExists('adminV1QuerySuggestionsXStoreIDCachedGet', 'xStoreID', xStoreID)
31667
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/cached`
31668
31668
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31669
31669
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31670
31670
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31717,10 +31717,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31717
31717
  * @param {*} [options] Override http request option.
31718
31718
  * @throws {RequiredError}
31719
31719
  */
31720
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet: async (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31720
+ adminV1QuerySuggestionsXStoreIDGet: async (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31721
31721
  // verify required parameter 'xStoreID' is not null or undefined
31722
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsGet', 'xStoreID', xStoreID)
31723
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions`
31722
+ assertParamExists('adminV1QuerySuggestionsXStoreIDGet', 'xStoreID', xStoreID)
31723
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}`
31724
31724
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31725
31725
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31726
31726
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31783,12 +31783,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31783
31783
  * @param {*} [options] Override http request option.
31784
31784
  * @throws {RequiredError}
31785
31785
  */
31786
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost: async (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31786
+ adminV1QuerySuggestionsXStoreIDImportPost: async (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31787
31787
  // verify required parameter 'xStoreID' is not null or undefined
31788
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost', 'xStoreID', xStoreID)
31788
+ assertParamExists('adminV1QuerySuggestionsXStoreIDImportPost', 'xStoreID', xStoreID)
31789
31789
  // verify required parameter 'body' is not null or undefined
31790
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost', 'body', body)
31791
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/import`
31790
+ assertParamExists('adminV1QuerySuggestionsXStoreIDImportPost', 'body', body)
31791
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/import`
31792
31792
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31793
31793
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31794
31794
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31826,12 +31826,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31826
31826
  * @param {*} [options] Override http request option.
31827
31827
  * @throws {RequiredError}
31828
31828
  */
31829
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost: async (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31829
+ adminV1QuerySuggestionsXStoreIDManualPost: async (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31830
31830
  // verify required parameter 'xStoreID' is not null or undefined
31831
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost', 'xStoreID', xStoreID)
31831
+ assertParamExists('adminV1QuerySuggestionsXStoreIDManualPost', 'xStoreID', xStoreID)
31832
31832
  // verify required parameter 'body' is not null or undefined
31833
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost', 'body', body)
31834
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/manual`
31833
+ assertParamExists('adminV1QuerySuggestionsXStoreIDManualPost', 'body', body)
31834
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/manual`
31835
31835
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31836
31836
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31837
31837
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31870,10 +31870,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31870
31870
  * @param {*} [options] Override http request option.
31871
31871
  * @throws {RequiredError}
31872
31872
  */
31873
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost: async (xStoreID: string, daysBack?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31873
+ adminV1QuerySuggestionsXStoreIDMigratePost: async (xStoreID: string, daysBack?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31874
31874
  // verify required parameter 'xStoreID' is not null or undefined
31875
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost', 'xStoreID', xStoreID)
31876
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/migrate`
31875
+ assertParamExists('adminV1QuerySuggestionsXStoreIDMigratePost', 'xStoreID', xStoreID)
31876
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/migrate`
31877
31877
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31878
31878
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31879
31879
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31916,10 +31916,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31916
31916
  * @param {*} [options] Override http request option.
31917
31917
  * @throws {RequiredError}
31918
31918
  */
31919
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost: async (xStoreID: string, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31919
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost: async (xStoreID: string, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31920
31920
  // verify required parameter 'xStoreID' is not null or undefined
31921
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost', 'xStoreID', xStoreID)
31922
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/promote-all`
31921
+ assertParamExists('adminV1QuerySuggestionsXStoreIDPromoteAllPost', 'xStoreID', xStoreID)
31922
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote-all`
31923
31923
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31924
31924
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31925
31925
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31958,12 +31958,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31958
31958
  * @param {*} [options] Override http request option.
31959
31959
  * @throws {RequiredError}
31960
31960
  */
31961
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost: async (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31961
+ adminV1QuerySuggestionsXStoreIDPromotePost: async (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31962
31962
  // verify required parameter 'xStoreID' is not null or undefined
31963
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost', 'xStoreID', xStoreID)
31963
+ assertParamExists('adminV1QuerySuggestionsXStoreIDPromotePost', 'xStoreID', xStoreID)
31964
31964
  // verify required parameter 'body' is not null or undefined
31965
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost', 'body', body)
31966
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/promote`
31965
+ assertParamExists('adminV1QuerySuggestionsXStoreIDPromotePost', 'body', body)
31966
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote`
31967
31967
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31968
31968
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31969
31969
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32002,10 +32002,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32002
32002
  * @param {*} [options] Override http request option.
32003
32003
  * @throws {RequiredError}
32004
32004
  */
32005
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost: async (xStoreID: string, minPopularity?: number, days?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32005
+ adminV1QuerySuggestionsXStoreIDRefreshPost: async (xStoreID: string, minPopularity?: number, days?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32006
32006
  // verify required parameter 'xStoreID' is not null or undefined
32007
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost', 'xStoreID', xStoreID)
32008
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/refresh`
32007
+ assertParamExists('adminV1QuerySuggestionsXStoreIDRefreshPost', 'xStoreID', xStoreID)
32008
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/refresh`
32009
32009
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32010
32010
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32011
32011
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32047,10 +32047,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32047
32047
  * @param {*} [options] Override http request option.
32048
32048
  * @throws {RequiredError}
32049
32049
  */
32050
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32050
+ adminV1QuerySuggestionsXStoreIDStatsGet: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32051
32051
  // verify required parameter 'xStoreID' is not null or undefined
32052
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet', 'xStoreID', xStoreID)
32053
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/stats`
32052
+ assertParamExists('adminV1QuerySuggestionsXStoreIDStatsGet', 'xStoreID', xStoreID)
32053
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/stats`
32054
32054
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32055
32055
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32056
32056
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32086,14 +32086,14 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32086
32086
  * @param {*} [options] Override http request option.
32087
32087
  * @throws {RequiredError}
32088
32088
  */
32089
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut: async (xStoreID: string, suggestionID: string, status: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32089
+ adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: async (xStoreID: string, suggestionID: string, status: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32090
32090
  // verify required parameter 'xStoreID' is not null or undefined
32091
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut', 'xStoreID', xStoreID)
32091
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'xStoreID', xStoreID)
32092
32092
  // verify required parameter 'suggestionID' is not null or undefined
32093
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut', 'suggestionID', suggestionID)
32093
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'suggestionID', suggestionID)
32094
32094
  // verify required parameter 'status' is not null or undefined
32095
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut', 'status', status)
32096
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/{suggestionID}/status`
32095
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'status', status)
32096
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/{suggestionID}/status`
32097
32097
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)))
32098
32098
  .replace(`{${"suggestionID"}}`, encodeURIComponent(String(suggestionID)));
32099
32099
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -32132,10 +32132,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32132
32132
  * @param {*} [options] Override http request option.
32133
32133
  * @throws {RequiredError}
32134
32134
  */
32135
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32135
+ adminV1QuerySuggestionsXStoreIDSyncPost: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32136
32136
  // verify required parameter 'xStoreID' is not null or undefined
32137
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost', 'xStoreID', xStoreID)
32138
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/sync`
32137
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSyncPost', 'xStoreID', xStoreID)
32138
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/sync`
32139
32139
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32140
32140
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32141
32141
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32172,10 +32172,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32172
32172
  * @param {*} [options] Override http request option.
32173
32173
  * @throws {RequiredError}
32174
32174
  */
32175
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet: async (xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32175
+ adminV1QuerySuggestionsXStoreIDTypesenseGet: async (xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32176
32176
  // verify required parameter 'xStoreID' is not null or undefined
32177
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet', 'xStoreID', xStoreID)
32178
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/typesense`
32177
+ assertParamExists('adminV1QuerySuggestionsXStoreIDTypesenseGet', 'xStoreID', xStoreID)
32178
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/typesense`
32179
32179
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32180
32180
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32181
32181
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32232,10 +32232,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32232
32232
  * @param {*} [options] Override http request option.
32233
32233
  * @throws {RequiredError}
32234
32234
  */
32235
- async adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32236
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack, minPopularity, options);
32235
+ async adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32236
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options);
32237
32237
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32238
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsQuerySuggestionsMigrateAllPost']?.[localVarOperationServerIndex]?.url;
32238
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsMigrateAllPost']?.[localVarOperationServerIndex]?.url;
32239
32239
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32240
32240
  },
32241
32241
  /**
@@ -32246,10 +32246,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32246
32246
  * @param {*} [options] Override http request option.
32247
32247
  * @throws {RequiredError}
32248
32248
  */
32249
- async adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32250
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID, body, options);
32249
+ async adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32250
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options);
32251
32251
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32252
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost']?.[localVarOperationServerIndex]?.url;
32252
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDBulkPost']?.[localVarOperationServerIndex]?.url;
32253
32253
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32254
32254
  },
32255
32255
  /**
@@ -32262,10 +32262,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32262
32262
  * @param {*} [options] Override http request option.
32263
32263
  * @throws {RequiredError}
32264
32264
  */
32265
- async adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response>> {
32266
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID, page, pageSize, minPopularity, options);
32265
+ async adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDCachedGet200Response>> {
32266
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options);
32267
32267
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32268
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet']?.[localVarOperationServerIndex]?.url;
32268
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDCachedGet']?.[localVarOperationServerIndex]?.url;
32269
32269
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32270
32270
  },
32271
32271
  /**
@@ -32282,10 +32282,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32282
32282
  * @param {*} [options] Override http request option.
32283
32283
  * @throws {RequiredError}
32284
32284
  */
32285
- async 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>> {
32286
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID, source, status, query, category, tag, page, pageSize, options);
32285
+ async 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>> {
32286
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options);
32287
32287
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32288
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsGet']?.[localVarOperationServerIndex]?.url;
32288
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDGet']?.[localVarOperationServerIndex]?.url;
32289
32289
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32290
32290
  },
32291
32291
  /**
@@ -32296,10 +32296,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32296
32296
  * @param {*} [options] Override http request option.
32297
32297
  * @throws {RequiredError}
32298
32298
  */
32299
- async adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>> {
32300
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID, body, options);
32299
+ async adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>> {
32300
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options);
32301
32301
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32302
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost']?.[localVarOperationServerIndex]?.url;
32302
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDImportPost']?.[localVarOperationServerIndex]?.url;
32303
32303
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32304
32304
  },
32305
32305
  /**
@@ -32310,10 +32310,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32310
32310
  * @param {*} [options] Override http request option.
32311
32311
  * @throws {RequiredError}
32312
32312
  */
32313
- async adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response>> {
32314
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID, body, options);
32313
+ async adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>> {
32314
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options);
32315
32315
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32316
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost']?.[localVarOperationServerIndex]?.url;
32316
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDManualPost']?.[localVarOperationServerIndex]?.url;
32317
32317
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32318
32318
  },
32319
32319
  /**
@@ -32325,10 +32325,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32325
32325
  * @param {*} [options] Override http request option.
32326
32326
  * @throws {RequiredError}
32327
32327
  */
32328
- async adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32329
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID, daysBack, minPopularity, options);
32328
+ async adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32329
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options);
32330
32330
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32331
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost']?.[localVarOperationServerIndex]?.url;
32331
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDMigratePost']?.[localVarOperationServerIndex]?.url;
32332
32332
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32333
32333
  },
32334
32334
  /**
@@ -32339,10 +32339,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32339
32339
  * @param {*} [options] Override http request option.
32340
32340
  * @throws {RequiredError}
32341
32341
  */
32342
- async adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response>> {
32343
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID, minPopularity, options);
32342
+ async adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>> {
32343
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options);
32344
32344
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32345
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost']?.[localVarOperationServerIndex]?.url;
32345
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromoteAllPost']?.[localVarOperationServerIndex]?.url;
32346
32346
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32347
32347
  },
32348
32348
  /**
@@ -32353,10 +32353,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32353
32353
  * @param {*} [options] Override http request option.
32354
32354
  * @throws {RequiredError}
32355
32355
  */
32356
- async adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>> {
32357
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID, body, options);
32356
+ async adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>> {
32357
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options);
32358
32358
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32359
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost']?.[localVarOperationServerIndex]?.url;
32359
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromotePost']?.[localVarOperationServerIndex]?.url;
32360
32360
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32361
32361
  },
32362
32362
  /**
@@ -32368,10 +32368,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32368
32368
  * @param {*} [options] Override http request option.
32369
32369
  * @throws {RequiredError}
32370
32370
  */
32371
- async adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32372
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID, minPopularity, days, options);
32371
+ async adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32372
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options);
32373
32373
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32374
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost']?.[localVarOperationServerIndex]?.url;
32374
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDRefreshPost']?.[localVarOperationServerIndex]?.url;
32375
32375
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32376
32376
  },
32377
32377
  /**
@@ -32381,10 +32381,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32381
32381
  * @param {*} [options] Override http request option.
32382
32382
  * @throws {RequiredError}
32383
32383
  */
32384
- async adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response>> {
32385
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID, options);
32384
+ async adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDStatsGet200Response>> {
32385
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options);
32386
32386
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32387
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet']?.[localVarOperationServerIndex]?.url;
32387
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDStatsGet']?.[localVarOperationServerIndex]?.url;
32388
32388
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32389
32389
  },
32390
32390
  /**
@@ -32396,10 +32396,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32396
32396
  * @param {*} [options] Override http request option.
32397
32397
  * @throws {RequiredError}
32398
32398
  */
32399
- async adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32400
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID, suggestionID, status, options);
32399
+ async adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32400
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options);
32401
32401
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32402
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut']?.[localVarOperationServerIndex]?.url;
32402
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut']?.[localVarOperationServerIndex]?.url;
32403
32403
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32404
32404
  },
32405
32405
  /**
@@ -32409,10 +32409,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32409
32409
  * @param {*} [options] Override http request option.
32410
32410
  * @throws {RequiredError}
32411
32411
  */
32412
- async adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32413
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID, options);
32412
+ async adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32413
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options);
32414
32414
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32415
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost']?.[localVarOperationServerIndex]?.url;
32415
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSyncPost']?.[localVarOperationServerIndex]?.url;
32416
32416
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32417
32417
  },
32418
32418
  /**
@@ -32425,10 +32425,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32425
32425
  * @param {*} [options] Override http request option.
32426
32426
  * @throws {RequiredError}
32427
32427
  */
32428
- async adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response>> {
32429
- const localVarAxiosArgs = await localVarAxiosParamCreator.adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID, query, hitsPerPage, page, options);
32428
+ async adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response>> {
32429
+ const localVarAxiosArgs = await localVarAxiosParamCreator.adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options);
32430
32430
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32431
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet']?.[localVarOperationServerIndex]?.url;
32431
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDTypesenseGet']?.[localVarOperationServerIndex]?.url;
32432
32432
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32433
32433
  },
32434
32434
  }
@@ -32449,8 +32449,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32449
32449
  * @param {*} [options] Override http request option.
32450
32450
  * @throws {RequiredError}
32451
32451
  */
32452
- adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32453
- return localVarFp.adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
32452
+ adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32453
+ return localVarFp.adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(axios, basePath));
32454
32454
  },
32455
32455
  /**
32456
32456
  * Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
@@ -32460,8 +32460,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32460
32460
  * @param {*} [options] Override http request option.
32461
32461
  * @throws {RequiredError}
32462
32462
  */
32463
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32464
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID, body, options).then((request) => request(axios, basePath));
32463
+ adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32464
+ return localVarFp.adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options).then((request) => request(axios, basePath));
32465
32465
  },
32466
32466
  /**
32467
32467
  * Retrieve auto-generated suggestions from cache for review before promoting to management table
@@ -32473,8 +32473,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32473
32473
  * @param {*} [options] Override http request option.
32474
32474
  * @throws {RequiredError}
32475
32475
  */
32476
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response> {
32477
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(axios, basePath));
32476
+ adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDCachedGet200Response> {
32477
+ return localVarFp.adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(axios, basePath));
32478
32478
  },
32479
32479
  /**
32480
32480
  * Retrieve query suggestions with filtering and pagination for management
@@ -32490,8 +32490,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32490
32490
  * @param {*} [options] Override http request option.
32491
32491
  * @throws {RequiredError}
32492
32492
  */
32493
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response> {
32494
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
32493
+ adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response> {
32494
+ return localVarFp.adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(axios, basePath));
32495
32495
  },
32496
32496
  /**
32497
32497
  * Import query suggestions from JSON data
@@ -32501,8 +32501,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32501
32501
  * @param {*} [options] Override http request option.
32502
32502
  * @throws {RequiredError}
32503
32503
  */
32504
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response> {
32505
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID, body, options).then((request) => request(axios, basePath));
32504
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response> {
32505
+ return localVarFp.adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options).then((request) => request(axios, basePath));
32506
32506
  },
32507
32507
  /**
32508
32508
  * Add a manually created query suggestion for a store
@@ -32512,8 +32512,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32512
32512
  * @param {*} [options] Override http request option.
32513
32513
  * @throws {RequiredError}
32514
32514
  */
32515
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response> {
32516
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID, body, options).then((request) => request(axios, basePath));
32515
+ adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response> {
32516
+ return localVarFp.adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options).then((request) => request(axios, basePath));
32517
32517
  },
32518
32518
  /**
32519
32519
  * Migrate existing search analytics data to the new query suggestions management system
@@ -32524,8 +32524,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32524
32524
  * @param {*} [options] Override http request option.
32525
32525
  * @throws {RequiredError}
32526
32526
  */
32527
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32528
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
32527
+ adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32528
+ return localVarFp.adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(axios, basePath));
32529
32529
  },
32530
32530
  /**
32531
32531
  * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
@@ -32535,8 +32535,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32535
32535
  * @param {*} [options] Override http request option.
32536
32536
  * @throws {RequiredError}
32537
32537
  */
32538
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response> {
32539
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
32538
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response> {
32539
+ return localVarFp.adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(axios, basePath));
32540
32540
  },
32541
32541
  /**
32542
32542
  * Move selected auto-generated suggestions from cache to the management table
@@ -32546,8 +32546,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32546
32546
  * @param {*} [options] Override http request option.
32547
32547
  * @throws {RequiredError}
32548
32548
  */
32549
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response> {
32550
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID, body, options).then((request) => request(axios, basePath));
32549
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response> {
32550
+ return localVarFp.adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options).then((request) => request(axios, basePath));
32551
32551
  },
32552
32552
  /**
32553
32553
  * Refresh auto-generated suggestions from search analytics data
@@ -32558,8 +32558,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32558
32558
  * @param {*} [options] Override http request option.
32559
32559
  * @throws {RequiredError}
32560
32560
  */
32561
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32562
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(axios, basePath));
32561
+ adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32562
+ return localVarFp.adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(axios, basePath));
32563
32563
  },
32564
32564
  /**
32565
32565
  * Get statistics about query suggestions for a store
@@ -32568,8 +32568,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32568
32568
  * @param {*} [options] Override http request option.
32569
32569
  * @throws {RequiredError}
32570
32570
  */
32571
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response> {
32572
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID, options).then((request) => request(axios, basePath));
32571
+ adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDStatsGet200Response> {
32572
+ return localVarFp.adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options).then((request) => request(axios, basePath));
32573
32573
  },
32574
32574
  /**
32575
32575
  * Update the status (enabled/disabled) of a query suggestion
@@ -32580,8 +32580,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32580
32580
  * @param {*} [options] Override http request option.
32581
32581
  * @throws {RequiredError}
32582
32582
  */
32583
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32584
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
32583
+ adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32584
+ return localVarFp.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(axios, basePath));
32585
32585
  },
32586
32586
  /**
32587
32587
  * Sync enabled query suggestions to Typesense collection for public API usage
@@ -32590,8 +32590,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32590
32590
  * @param {*} [options] Override http request option.
32591
32591
  * @throws {RequiredError}
32592
32592
  */
32593
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32594
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID, options).then((request) => request(axios, basePath));
32593
+ adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32594
+ return localVarFp.adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options).then((request) => request(axios, basePath));
32595
32595
  },
32596
32596
  /**
32597
32597
  * Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
@@ -32603,8 +32603,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32603
32603
  * @param {*} [options] Override http request option.
32604
32604
  * @throws {RequiredError}
32605
32605
  */
32606
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response> {
32607
- return localVarFp.adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(axios, basePath));
32606
+ adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response> {
32607
+ return localVarFp.adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(axios, basePath));
32608
32608
  },
32609
32609
  };
32610
32610
  };
@@ -32625,8 +32625,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32625
32625
  * @throws {RequiredError}
32626
32626
  * @memberof QuerySuggestionsManagementApi
32627
32627
  */
32628
- public adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32629
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
32628
+ public adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32629
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsMigrateAllPost(daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
32630
32630
  }
32631
32631
 
32632
32632
  /**
@@ -32638,8 +32638,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32638
32638
  * @throws {RequiredError}
32639
32639
  * @memberof QuerySuggestionsManagementApi
32640
32640
  */
32641
- public adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig) {
32642
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32641
+ public adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig) {
32642
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDBulkPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32643
32643
  }
32644
32644
 
32645
32645
  /**
@@ -32653,8 +32653,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32653
32653
  * @throws {RequiredError}
32654
32654
  * @memberof QuerySuggestionsManagementApi
32655
32655
  */
32656
- public adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32657
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(this.axios, this.basePath));
32656
+ public adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32657
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDCachedGet(xStoreID, page, pageSize, minPopularity, options).then((request) => request(this.axios, this.basePath));
32658
32658
  }
32659
32659
 
32660
32660
  /**
@@ -32672,8 +32672,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32672
32672
  * @throws {RequiredError}
32673
32673
  * @memberof QuerySuggestionsManagementApi
32674
32674
  */
32675
- public adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) {
32676
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(this.axios, this.basePath));
32675
+ public adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) {
32676
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDGet(xStoreID, source, status, query, category, tag, page, pageSize, options).then((request) => request(this.axios, this.basePath));
32677
32677
  }
32678
32678
 
32679
32679
  /**
@@ -32685,8 +32685,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32685
32685
  * @throws {RequiredError}
32686
32686
  * @memberof QuerySuggestionsManagementApi
32687
32687
  */
32688
- public adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) {
32689
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32688
+ public adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) {
32689
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDImportPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32690
32690
  }
32691
32691
 
32692
32692
  /**
@@ -32698,8 +32698,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32698
32698
  * @throws {RequiredError}
32699
32699
  * @memberof QuerySuggestionsManagementApi
32700
32700
  */
32701
- public adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) {
32702
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32701
+ public adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) {
32702
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDManualPost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32703
32703
  }
32704
32704
 
32705
32705
  /**
@@ -32712,8 +32712,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32712
32712
  * @throws {RequiredError}
32713
32713
  * @memberof QuerySuggestionsManagementApi
32714
32714
  */
32715
- public adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32716
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
32715
+ public adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32716
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID, daysBack, minPopularity, options).then((request) => request(this.axios, this.basePath));
32717
32717
  }
32718
32718
 
32719
32719
  /**
@@ -32725,8 +32725,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32725
32725
  * @throws {RequiredError}
32726
32726
  * @memberof QuerySuggestionsManagementApi
32727
32727
  */
32728
- public adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) {
32729
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(this.axios, this.basePath));
32728
+ public adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) {
32729
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID, minPopularity, options).then((request) => request(this.axios, this.basePath));
32730
32730
  }
32731
32731
 
32732
32732
  /**
@@ -32738,8 +32738,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32738
32738
  * @throws {RequiredError}
32739
32739
  * @memberof QuerySuggestionsManagementApi
32740
32740
  */
32741
- public adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig) {
32742
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32741
+ public adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig) {
32742
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID, body, options).then((request) => request(this.axios, this.basePath));
32743
32743
  }
32744
32744
 
32745
32745
  /**
@@ -32752,8 +32752,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32752
32752
  * @throws {RequiredError}
32753
32753
  * @memberof QuerySuggestionsManagementApi
32754
32754
  */
32755
- public adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig) {
32756
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(this.axios, this.basePath));
32755
+ public adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig) {
32756
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDRefreshPost(xStoreID, minPopularity, days, options).then((request) => request(this.axios, this.basePath));
32757
32757
  }
32758
32758
 
32759
32759
  /**
@@ -32764,8 +32764,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32764
32764
  * @throws {RequiredError}
32765
32765
  * @memberof QuerySuggestionsManagementApi
32766
32766
  */
32767
- public adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig) {
32768
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
32767
+ public adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID: string, options?: RawAxiosRequestConfig) {
32768
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDStatsGet(xStoreID, options).then((request) => request(this.axios, this.basePath));
32769
32769
  }
32770
32770
 
32771
32771
  /**
@@ -32778,8 +32778,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32778
32778
  * @throws {RequiredError}
32779
32779
  * @memberof QuerySuggestionsManagementApi
32780
32780
  */
32781
- public adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) {
32782
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(this.axios, this.basePath));
32781
+ public adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) {
32782
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID, suggestionID, status, options).then((request) => request(this.axios, this.basePath));
32783
32783
  }
32784
32784
 
32785
32785
  /**
@@ -32790,8 +32790,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32790
32790
  * @throws {RequiredError}
32791
32791
  * @memberof QuerySuggestionsManagementApi
32792
32792
  */
32793
- public adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig) {
32794
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID, options).then((request) => request(this.axios, this.basePath));
32793
+ public adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID: string, options?: RawAxiosRequestConfig) {
32794
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDSyncPost(xStoreID, options).then((request) => request(this.axios, this.basePath));
32795
32795
  }
32796
32796
 
32797
32797
  /**
@@ -32805,8 +32805,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32805
32805
  * @throws {RequiredError}
32806
32806
  * @memberof QuerySuggestionsManagementApi
32807
32807
  */
32808
- public adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig) {
32809
- return QuerySuggestionsManagementApiFp(this.configuration).adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(this.axios, this.basePath));
32808
+ public adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig) {
32809
+ return QuerySuggestionsManagementApiFp(this.configuration).adminV1QuerySuggestionsXStoreIDTypesenseGet(xStoreID, query, hitsPerPage, page, options).then((request) => request(this.axios, this.basePath));
32810
32810
  }
32811
32811
  }
32812
32812