@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/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
  }
@@ -2738,6 +2738,12 @@ export interface AnalyticsGeoTopResult {
2738
2738
  * @memberof AnalyticsGeoTopResult
2739
2739
  */
2740
2740
  'share'?: number;
2741
+ /**
2742
+ * Widget display fields for UI presentation
2743
+ * @type {AnalyticsWidgetData}
2744
+ * @memberof AnalyticsGeoTopResult
2745
+ */
2746
+ 'widget'?: AnalyticsWidgetData;
2741
2747
  }
2742
2748
  /**
2743
2749
  *
@@ -4028,42 +4034,90 @@ export interface AnalyticsKPIMetrics {
4028
4034
  * @memberof AnalyticsKPIMetrics
4029
4035
  */
4030
4036
  'add_to_cart_rate'?: number;
4037
+ /**
4038
+ * True if there are searches to calculate add to cart rate
4039
+ * @type {boolean}
4040
+ * @memberof AnalyticsKPIMetrics
4041
+ */
4042
+ 'add_to_cart_rate_has_data'?: boolean;
4031
4043
  /**
4032
4044
  *
4033
4045
  * @type {number}
4034
4046
  * @memberof AnalyticsKPIMetrics
4035
4047
  */
4036
4048
  'avg_order_value'?: number;
4049
+ /**
4050
+ * True if there are purchases to calculate AOV
4051
+ * @type {boolean}
4052
+ * @memberof AnalyticsKPIMetrics
4053
+ */
4054
+ 'avg_order_value_has_data'?: boolean;
4037
4055
  /**
4038
4056
  *
4039
4057
  * @type {number}
4040
4058
  * @memberof AnalyticsKPIMetrics
4041
4059
  */
4042
4060
  'click_through_rate'?: number;
4061
+ /**
4062
+ * True if there are searches to calculate CTR
4063
+ * @type {boolean}
4064
+ * @memberof AnalyticsKPIMetrics
4065
+ */
4066
+ 'click_through_rate_has_data'?: boolean;
4043
4067
  /**
4044
4068
  *
4045
4069
  * @type {number}
4046
4070
  * @memberof AnalyticsKPIMetrics
4047
4071
  */
4048
4072
  'conversion_rate'?: number;
4073
+ /**
4074
+ * True if there are searches to calculate conversion rate
4075
+ * @type {boolean}
4076
+ * @memberof AnalyticsKPIMetrics
4077
+ */
4078
+ 'conversion_rate_has_data'?: boolean;
4079
+ /**
4080
+ * Indicates if there\'s enough data for rates calculation
4081
+ * @type {boolean}
4082
+ * @memberof AnalyticsKPIMetrics
4083
+ */
4084
+ 'has_data'?: boolean;
4049
4085
  /**
4050
4086
  *
4051
4087
  * @type {number}
4052
4088
  * @memberof AnalyticsKPIMetrics
4053
4089
  */
4054
4090
  'no_clicks_rate'?: number;
4091
+ /**
4092
+ * True if there are searches to calculate no clicks rate
4093
+ * @type {boolean}
4094
+ * @memberof AnalyticsKPIMetrics
4095
+ */
4096
+ 'no_clicks_rate_has_data'?: boolean;
4055
4097
  /**
4056
4098
  *
4057
4099
  * @type {number}
4058
4100
  * @memberof AnalyticsKPIMetrics
4059
4101
  */
4060
4102
  'no_results_rate'?: number;
4103
+ /**
4104
+ * Individual has_data flags for each rate
4105
+ * @type {boolean}
4106
+ * @memberof AnalyticsKPIMetrics
4107
+ */
4108
+ 'no_results_rate_has_data'?: boolean;
4061
4109
  /**
4062
4110
  *
4063
4111
  * @type {number}
4064
4112
  * @memberof AnalyticsKPIMetrics
4065
4113
  */
4066
4114
  'purchase_rate'?: number;
4115
+ /**
4116
+ * True if there are searches to calculate purchase rate
4117
+ * @type {boolean}
4118
+ * @memberof AnalyticsKPIMetrics
4119
+ */
4120
+ 'purchase_rate_has_data'?: boolean;
4067
4121
  /**
4068
4122
  *
4069
4123
  * @type {number}
@@ -31519,8 +31573,8 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31519
31573
  * @param {*} [options] Override http request option.
31520
31574
  * @throws {RequiredError}
31521
31575
  */
31522
- adminAnalyticsQuerySuggestionsMigrateAllPost: async (daysBack?: number, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31523
- 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`;
31524
31578
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31525
31579
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
31526
31580
  let baseOptions;
@@ -31562,12 +31616,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31562
31616
  * @param {*} [options] Override http request option.
31563
31617
  * @throws {RequiredError}
31564
31618
  */
31565
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost: async (xStoreID: string, body: AnalyticsBulkOperationRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31619
+ adminV1QuerySuggestionsXStoreIDBulkPost: async (xStoreID: string, body: AnalyticsBulkOperationRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31566
31620
  // verify required parameter 'xStoreID' is not null or undefined
31567
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost', 'xStoreID', xStoreID)
31621
+ assertParamExists('adminV1QuerySuggestionsXStoreIDBulkPost', 'xStoreID', xStoreID)
31568
31622
  // verify required parameter 'body' is not null or undefined
31569
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost', 'body', body)
31570
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/bulk`
31623
+ assertParamExists('adminV1QuerySuggestionsXStoreIDBulkPost', 'body', body)
31624
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/bulk`
31571
31625
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31572
31626
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31573
31627
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31607,10 +31661,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31607
31661
  * @param {*} [options] Override http request option.
31608
31662
  * @throws {RequiredError}
31609
31663
  */
31610
- 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> => {
31611
31665
  // verify required parameter 'xStoreID' is not null or undefined
31612
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet', 'xStoreID', xStoreID)
31613
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/cached`
31666
+ assertParamExists('adminV1QuerySuggestionsXStoreIDCachedGet', 'xStoreID', xStoreID)
31667
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/cached`
31614
31668
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31615
31669
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31616
31670
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31663,10 +31717,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31663
31717
  * @param {*} [options] Override http request option.
31664
31718
  * @throws {RequiredError}
31665
31719
  */
31666
- 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> => {
31667
31721
  // verify required parameter 'xStoreID' is not null or undefined
31668
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsGet', 'xStoreID', xStoreID)
31669
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions`
31722
+ assertParamExists('adminV1QuerySuggestionsXStoreIDGet', 'xStoreID', xStoreID)
31723
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}`
31670
31724
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31671
31725
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31672
31726
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31729,12 +31783,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31729
31783
  * @param {*} [options] Override http request option.
31730
31784
  * @throws {RequiredError}
31731
31785
  */
31732
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost: async (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31786
+ adminV1QuerySuggestionsXStoreIDImportPost: async (xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31733
31787
  // verify required parameter 'xStoreID' is not null or undefined
31734
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost', 'xStoreID', xStoreID)
31788
+ assertParamExists('adminV1QuerySuggestionsXStoreIDImportPost', 'xStoreID', xStoreID)
31735
31789
  // verify required parameter 'body' is not null or undefined
31736
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost', 'body', body)
31737
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/import`
31790
+ assertParamExists('adminV1QuerySuggestionsXStoreIDImportPost', 'body', body)
31791
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/import`
31738
31792
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31739
31793
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31740
31794
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31772,12 +31826,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31772
31826
  * @param {*} [options] Override http request option.
31773
31827
  * @throws {RequiredError}
31774
31828
  */
31775
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost: async (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31829
+ adminV1QuerySuggestionsXStoreIDManualPost: async (xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31776
31830
  // verify required parameter 'xStoreID' is not null or undefined
31777
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost', 'xStoreID', xStoreID)
31831
+ assertParamExists('adminV1QuerySuggestionsXStoreIDManualPost', 'xStoreID', xStoreID)
31778
31832
  // verify required parameter 'body' is not null or undefined
31779
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost', 'body', body)
31780
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/manual`
31833
+ assertParamExists('adminV1QuerySuggestionsXStoreIDManualPost', 'body', body)
31834
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/manual`
31781
31835
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31782
31836
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31783
31837
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31816,10 +31870,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31816
31870
  * @param {*} [options] Override http request option.
31817
31871
  * @throws {RequiredError}
31818
31872
  */
31819
- 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> => {
31820
31874
  // verify required parameter 'xStoreID' is not null or undefined
31821
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost', 'xStoreID', xStoreID)
31822
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/migrate`
31875
+ assertParamExists('adminV1QuerySuggestionsXStoreIDMigratePost', 'xStoreID', xStoreID)
31876
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/migrate`
31823
31877
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31824
31878
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31825
31879
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31862,10 +31916,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31862
31916
  * @param {*} [options] Override http request option.
31863
31917
  * @throws {RequiredError}
31864
31918
  */
31865
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost: async (xStoreID: string, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31919
+ adminV1QuerySuggestionsXStoreIDPromoteAllPost: async (xStoreID: string, minPopularity?: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31866
31920
  // verify required parameter 'xStoreID' is not null or undefined
31867
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost', 'xStoreID', xStoreID)
31868
- 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`
31869
31923
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31870
31924
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31871
31925
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31904,12 +31958,12 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31904
31958
  * @param {*} [options] Override http request option.
31905
31959
  * @throws {RequiredError}
31906
31960
  */
31907
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost: async (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31961
+ adminV1QuerySuggestionsXStoreIDPromotePost: async (xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31908
31962
  // verify required parameter 'xStoreID' is not null or undefined
31909
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost', 'xStoreID', xStoreID)
31963
+ assertParamExists('adminV1QuerySuggestionsXStoreIDPromotePost', 'xStoreID', xStoreID)
31910
31964
  // verify required parameter 'body' is not null or undefined
31911
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost', 'body', body)
31912
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/promote`
31965
+ assertParamExists('adminV1QuerySuggestionsXStoreIDPromotePost', 'body', body)
31966
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/promote`
31913
31967
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31914
31968
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31915
31969
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31948,10 +32002,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31948
32002
  * @param {*} [options] Override http request option.
31949
32003
  * @throws {RequiredError}
31950
32004
  */
31951
- 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> => {
31952
32006
  // verify required parameter 'xStoreID' is not null or undefined
31953
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost', 'xStoreID', xStoreID)
31954
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/refresh`
32007
+ assertParamExists('adminV1QuerySuggestionsXStoreIDRefreshPost', 'xStoreID', xStoreID)
32008
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/refresh`
31955
32009
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
31956
32010
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
31957
32011
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -31993,10 +32047,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
31993
32047
  * @param {*} [options] Override http request option.
31994
32048
  * @throws {RequiredError}
31995
32049
  */
31996
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32050
+ adminV1QuerySuggestionsXStoreIDStatsGet: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
31997
32051
  // verify required parameter 'xStoreID' is not null or undefined
31998
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet', 'xStoreID', xStoreID)
31999
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/stats`
32052
+ assertParamExists('adminV1QuerySuggestionsXStoreIDStatsGet', 'xStoreID', xStoreID)
32053
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/stats`
32000
32054
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32001
32055
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32002
32056
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32032,14 +32086,14 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32032
32086
  * @param {*} [options] Override http request option.
32033
32087
  * @throws {RequiredError}
32034
32088
  */
32035
- 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> => {
32036
32090
  // verify required parameter 'xStoreID' is not null or undefined
32037
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut', 'xStoreID', xStoreID)
32091
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'xStoreID', xStoreID)
32038
32092
  // verify required parameter 'suggestionID' is not null or undefined
32039
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut', 'suggestionID', suggestionID)
32093
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut', 'suggestionID', suggestionID)
32040
32094
  // verify required parameter 'status' is not null or undefined
32041
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut', 'status', status)
32042
- 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`
32043
32097
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)))
32044
32098
  .replace(`{${"suggestionID"}}`, encodeURIComponent(String(suggestionID)));
32045
32099
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
@@ -32078,10 +32132,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32078
32132
  * @param {*} [options] Override http request option.
32079
32133
  * @throws {RequiredError}
32080
32134
  */
32081
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32135
+ adminV1QuerySuggestionsXStoreIDSyncPost: async (xStoreID: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
32082
32136
  // verify required parameter 'xStoreID' is not null or undefined
32083
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost', 'xStoreID', xStoreID)
32084
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/sync`
32137
+ assertParamExists('adminV1QuerySuggestionsXStoreIDSyncPost', 'xStoreID', xStoreID)
32138
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/sync`
32085
32139
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32086
32140
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32087
32141
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32118,10 +32172,10 @@ export const QuerySuggestionsManagementApiAxiosParamCreator = function (configur
32118
32172
  * @param {*} [options] Override http request option.
32119
32173
  * @throws {RequiredError}
32120
32174
  */
32121
- 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> => {
32122
32176
  // verify required parameter 'xStoreID' is not null or undefined
32123
- assertParamExists('adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet', 'xStoreID', xStoreID)
32124
- const localVarPath = `/admin/analytics/store/{xStoreID}/query-suggestions/typesense`
32177
+ assertParamExists('adminV1QuerySuggestionsXStoreIDTypesenseGet', 'xStoreID', xStoreID)
32178
+ const localVarPath = `/admin/v1/query-suggestions/{xStoreID}/typesense`
32125
32179
  .replace(`{${"xStoreID"}}`, encodeURIComponent(String(xStoreID)));
32126
32180
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
32127
32181
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -32178,10 +32232,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32178
32232
  * @param {*} [options] Override http request option.
32179
32233
  * @throws {RequiredError}
32180
32234
  */
32181
- async adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32182
- 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);
32183
32237
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32184
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsQuerySuggestionsMigrateAllPost']?.[localVarOperationServerIndex]?.url;
32238
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsMigrateAllPost']?.[localVarOperationServerIndex]?.url;
32185
32239
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32186
32240
  },
32187
32241
  /**
@@ -32192,10 +32246,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32192
32246
  * @param {*} [options] Override http request option.
32193
32247
  * @throws {RequiredError}
32194
32248
  */
32195
- async adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32196
- 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);
32197
32251
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32198
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost']?.[localVarOperationServerIndex]?.url;
32252
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDBulkPost']?.[localVarOperationServerIndex]?.url;
32199
32253
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32200
32254
  },
32201
32255
  /**
@@ -32208,10 +32262,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32208
32262
  * @param {*} [options] Override http request option.
32209
32263
  * @throws {RequiredError}
32210
32264
  */
32211
- async adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response>> {
32212
- 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);
32213
32267
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32214
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet']?.[localVarOperationServerIndex]?.url;
32268
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDCachedGet']?.[localVarOperationServerIndex]?.url;
32215
32269
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32216
32270
  },
32217
32271
  /**
@@ -32228,10 +32282,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32228
32282
  * @param {*} [options] Override http request option.
32229
32283
  * @throws {RequiredError}
32230
32284
  */
32231
- 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>> {
32232
- 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);
32233
32287
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32234
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsGet']?.[localVarOperationServerIndex]?.url;
32288
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDGet']?.[localVarOperationServerIndex]?.url;
32235
32289
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32236
32290
  },
32237
32291
  /**
@@ -32242,10 +32296,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32242
32296
  * @param {*} [options] Override http request option.
32243
32297
  * @throws {RequiredError}
32244
32298
  */
32245
- async adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>> {
32246
- 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);
32247
32301
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32248
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost']?.[localVarOperationServerIndex]?.url;
32302
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDImportPost']?.[localVarOperationServerIndex]?.url;
32249
32303
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32250
32304
  },
32251
32305
  /**
@@ -32256,10 +32310,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32256
32310
  * @param {*} [options] Override http request option.
32257
32311
  * @throws {RequiredError}
32258
32312
  */
32259
- async adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response>> {
32260
- 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);
32261
32315
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32262
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost']?.[localVarOperationServerIndex]?.url;
32316
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDManualPost']?.[localVarOperationServerIndex]?.url;
32263
32317
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32264
32318
  },
32265
32319
  /**
@@ -32271,10 +32325,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32271
32325
  * @param {*} [options] Override http request option.
32272
32326
  * @throws {RequiredError}
32273
32327
  */
32274
- async adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32275
- 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);
32276
32330
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32277
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost']?.[localVarOperationServerIndex]?.url;
32331
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDMigratePost']?.[localVarOperationServerIndex]?.url;
32278
32332
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32279
32333
  },
32280
32334
  /**
@@ -32285,10 +32339,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32285
32339
  * @param {*} [options] Override http request option.
32286
32340
  * @throws {RequiredError}
32287
32341
  */
32288
- async adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response>> {
32289
- 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);
32290
32344
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32291
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost']?.[localVarOperationServerIndex]?.url;
32345
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromoteAllPost']?.[localVarOperationServerIndex]?.url;
32292
32346
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32293
32347
  },
32294
32348
  /**
@@ -32299,10 +32353,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32299
32353
  * @param {*} [options] Override http request option.
32300
32354
  * @throws {RequiredError}
32301
32355
  */
32302
- async adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response>> {
32303
- 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);
32304
32358
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32305
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost']?.[localVarOperationServerIndex]?.url;
32359
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDPromotePost']?.[localVarOperationServerIndex]?.url;
32306
32360
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32307
32361
  },
32308
32362
  /**
@@ -32314,10 +32368,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32314
32368
  * @param {*} [options] Override http request option.
32315
32369
  * @throws {RequiredError}
32316
32370
  */
32317
- async adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32318
- 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);
32319
32373
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32320
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost']?.[localVarOperationServerIndex]?.url;
32374
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDRefreshPost']?.[localVarOperationServerIndex]?.url;
32321
32375
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32322
32376
  },
32323
32377
  /**
@@ -32327,10 +32381,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32327
32381
  * @param {*} [options] Override http request option.
32328
32382
  * @throws {RequiredError}
32329
32383
  */
32330
- async adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response>> {
32331
- 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);
32332
32386
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32333
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet']?.[localVarOperationServerIndex]?.url;
32387
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDStatsGet']?.[localVarOperationServerIndex]?.url;
32334
32388
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32335
32389
  },
32336
32390
  /**
@@ -32342,10 +32396,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32342
32396
  * @param {*} [options] Override http request option.
32343
32397
  * @throws {RequiredError}
32344
32398
  */
32345
- async adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32346
- 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);
32347
32401
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32348
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut']?.[localVarOperationServerIndex]?.url;
32402
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut']?.[localVarOperationServerIndex]?.url;
32349
32403
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32350
32404
  },
32351
32405
  /**
@@ -32355,10 +32409,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32355
32409
  * @param {*} [options] Override http request option.
32356
32410
  * @throws {RequiredError}
32357
32411
  */
32358
- async adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>> {
32359
- 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);
32360
32414
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32361
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost']?.[localVarOperationServerIndex]?.url;
32415
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDSyncPost']?.[localVarOperationServerIndex]?.url;
32362
32416
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32363
32417
  },
32364
32418
  /**
@@ -32371,10 +32425,10 @@ export const QuerySuggestionsManagementApiFp = function(configuration?: Configur
32371
32425
  * @param {*} [options] Override http request option.
32372
32426
  * @throws {RequiredError}
32373
32427
  */
32374
- async adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response>> {
32375
- 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);
32376
32430
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
32377
- const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet']?.[localVarOperationServerIndex]?.url;
32431
+ const localVarOperationServerBasePath = operationServerMap['QuerySuggestionsManagementApi.adminV1QuerySuggestionsXStoreIDTypesenseGet']?.[localVarOperationServerIndex]?.url;
32378
32432
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
32379
32433
  },
32380
32434
  }
@@ -32395,8 +32449,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32395
32449
  * @param {*} [options] Override http request option.
32396
32450
  * @throws {RequiredError}
32397
32451
  */
32398
- adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32399
- 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));
32400
32454
  },
32401
32455
  /**
32402
32456
  * Perform bulk operations on multiple suggestions (enable, disable, delete, update priority)
@@ -32406,8 +32460,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32406
32460
  * @param {*} [options] Override http request option.
32407
32461
  * @throws {RequiredError}
32408
32462
  */
32409
- adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32410
- 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));
32411
32465
  },
32412
32466
  /**
32413
32467
  * Retrieve auto-generated suggestions from cache for review before promoting to management table
@@ -32419,8 +32473,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32419
32473
  * @param {*} [options] Override http request option.
32420
32474
  * @throws {RequiredError}
32421
32475
  */
32422
- adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet200Response> {
32423
- 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));
32424
32478
  },
32425
32479
  /**
32426
32480
  * Retrieve query suggestions with filtering and pagination for management
@@ -32436,8 +32490,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32436
32490
  * @param {*} [options] Override http request option.
32437
32491
  * @throws {RequiredError}
32438
32492
  */
32439
- adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsGet200Response> {
32440
- 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));
32441
32495
  },
32442
32496
  /**
32443
32497
  * Import query suggestions from JSON data
@@ -32447,8 +32501,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32447
32501
  * @param {*} [options] Override http request option.
32448
32502
  * @throws {RequiredError}
32449
32503
  */
32450
- adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response> {
32451
- 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));
32452
32506
  },
32453
32507
  /**
32454
32508
  * Add a manually created query suggestion for a store
@@ -32458,8 +32512,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32458
32512
  * @param {*} [options] Override http request option.
32459
32513
  * @throws {RequiredError}
32460
32514
  */
32461
- adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsManualPost201Response> {
32462
- 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));
32463
32517
  },
32464
32518
  /**
32465
32519
  * Migrate existing search analytics data to the new query suggestions management system
@@ -32470,8 +32524,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32470
32524
  * @param {*} [options] Override http request option.
32471
32525
  * @throws {RequiredError}
32472
32526
  */
32473
- adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32474
- 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));
32475
32529
  },
32476
32530
  /**
32477
32531
  * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
@@ -32481,8 +32535,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32481
32535
  * @param {*} [options] Override http request option.
32482
32536
  * @throws {RequiredError}
32483
32537
  */
32484
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost200Response> {
32485
- 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));
32486
32540
  },
32487
32541
  /**
32488
32542
  * Move selected auto-generated suggestions from cache to the management table
@@ -32492,8 +32546,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32492
32546
  * @param {*} [options] Override http request option.
32493
32547
  * @throws {RequiredError}
32494
32548
  */
32495
- adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsImportPost201Response> {
32496
- 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));
32497
32551
  },
32498
32552
  /**
32499
32553
  * Refresh auto-generated suggestions from search analytics data
@@ -32504,8 +32558,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32504
32558
  * @param {*} [options] Override http request option.
32505
32559
  * @throws {RequiredError}
32506
32560
  */
32507
- adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32508
- 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));
32509
32563
  },
32510
32564
  /**
32511
32565
  * Get statistics about query suggestions for a store
@@ -32514,8 +32568,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32514
32568
  * @param {*} [options] Override http request option.
32515
32569
  * @throws {RequiredError}
32516
32570
  */
32517
- adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet200Response> {
32518
- 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));
32519
32573
  },
32520
32574
  /**
32521
32575
  * Update the status (enabled/disabled) of a query suggestion
@@ -32526,8 +32580,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32526
32580
  * @param {*} [options] Override http request option.
32527
32581
  * @throws {RequiredError}
32528
32582
  */
32529
- adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32530
- 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));
32531
32585
  },
32532
32586
  /**
32533
32587
  * Sync enabled query suggestions to Typesense collection for public API usage
@@ -32536,8 +32590,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32536
32590
  * @param {*} [options] Override http request option.
32537
32591
  * @throws {RequiredError}
32538
32592
  */
32539
- adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse> {
32540
- 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));
32541
32595
  },
32542
32596
  /**
32543
32597
  * Retrieve query suggestions directly from Typesense collection for admin dashboard testing/viewing
@@ -32549,8 +32603,8 @@ export const QuerySuggestionsManagementApiFactory = function (configuration?: Co
32549
32603
  * @param {*} [options] Override http request option.
32550
32604
  * @throws {RequiredError}
32551
32605
  */
32552
- adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet200Response> {
32553
- 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));
32554
32608
  },
32555
32609
  };
32556
32610
  };
@@ -32571,8 +32625,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32571
32625
  * @throws {RequiredError}
32572
32626
  * @memberof QuerySuggestionsManagementApi
32573
32627
  */
32574
- public adminAnalyticsQuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32575
- 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));
32576
32630
  }
32577
32631
 
32578
32632
  /**
@@ -32584,8 +32638,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32584
32638
  * @throws {RequiredError}
32585
32639
  * @memberof QuerySuggestionsManagementApi
32586
32640
  */
32587
- public adminAnalyticsStoreXStoreIDQuerySuggestionsBulkPost(xStoreID: string, body: AnalyticsBulkOperationRequest, options?: RawAxiosRequestConfig) {
32588
- 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));
32589
32643
  }
32590
32644
 
32591
32645
  /**
@@ -32599,8 +32653,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32599
32653
  * @throws {RequiredError}
32600
32654
  * @memberof QuerySuggestionsManagementApi
32601
32655
  */
32602
- public adminAnalyticsStoreXStoreIDQuerySuggestionsCachedGet(xStoreID: string, page?: number, pageSize?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32603
- 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));
32604
32658
  }
32605
32659
 
32606
32660
  /**
@@ -32618,8 +32672,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32618
32672
  * @throws {RequiredError}
32619
32673
  * @memberof QuerySuggestionsManagementApi
32620
32674
  */
32621
- public adminAnalyticsStoreXStoreIDQuerySuggestionsGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) {
32622
- 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));
32623
32677
  }
32624
32678
 
32625
32679
  /**
@@ -32631,8 +32685,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32631
32685
  * @throws {RequiredError}
32632
32686
  * @memberof QuerySuggestionsManagementApi
32633
32687
  */
32634
- public adminAnalyticsStoreXStoreIDQuerySuggestionsImportPost(xStoreID: string, body: AnalyticsImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) {
32635
- 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));
32636
32690
  }
32637
32691
 
32638
32692
  /**
@@ -32644,8 +32698,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32644
32698
  * @throws {RequiredError}
32645
32699
  * @memberof QuerySuggestionsManagementApi
32646
32700
  */
32647
- public adminAnalyticsStoreXStoreIDQuerySuggestionsManualPost(xStoreID: string, body: AnalyticsManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) {
32648
- 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));
32649
32703
  }
32650
32704
 
32651
32705
  /**
@@ -32658,8 +32712,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32658
32712
  * @throws {RequiredError}
32659
32713
  * @memberof QuerySuggestionsManagementApi
32660
32714
  */
32661
- public adminAnalyticsStoreXStoreIDQuerySuggestionsMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) {
32662
- 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));
32663
32717
  }
32664
32718
 
32665
32719
  /**
@@ -32671,8 +32725,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32671
32725
  * @throws {RequiredError}
32672
32726
  * @memberof QuerySuggestionsManagementApi
32673
32727
  */
32674
- public adminAnalyticsStoreXStoreIDQuerySuggestionsPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) {
32675
- 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));
32676
32730
  }
32677
32731
 
32678
32732
  /**
@@ -32684,8 +32738,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32684
32738
  * @throws {RequiredError}
32685
32739
  * @memberof QuerySuggestionsManagementApi
32686
32740
  */
32687
- public adminAnalyticsStoreXStoreIDQuerySuggestionsPromotePost(xStoreID: string, body: AnalyticsPromoteSuggestionsRequest, options?: RawAxiosRequestConfig) {
32688
- 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));
32689
32743
  }
32690
32744
 
32691
32745
  /**
@@ -32698,8 +32752,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32698
32752
  * @throws {RequiredError}
32699
32753
  * @memberof QuerySuggestionsManagementApi
32700
32754
  */
32701
- public adminAnalyticsStoreXStoreIDQuerySuggestionsRefreshPost(xStoreID: string, minPopularity?: number, days?: number, options?: RawAxiosRequestConfig) {
32702
- 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));
32703
32757
  }
32704
32758
 
32705
32759
  /**
@@ -32710,8 +32764,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32710
32764
  * @throws {RequiredError}
32711
32765
  * @memberof QuerySuggestionsManagementApi
32712
32766
  */
32713
- public adminAnalyticsStoreXStoreIDQuerySuggestionsStatsGet(xStoreID: string, options?: RawAxiosRequestConfig) {
32714
- 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));
32715
32769
  }
32716
32770
 
32717
32771
  /**
@@ -32724,8 +32778,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32724
32778
  * @throws {RequiredError}
32725
32779
  * @memberof QuerySuggestionsManagementApi
32726
32780
  */
32727
- public adminAnalyticsStoreXStoreIDQuerySuggestionsSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) {
32728
- 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));
32729
32783
  }
32730
32784
 
32731
32785
  /**
@@ -32736,8 +32790,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32736
32790
  * @throws {RequiredError}
32737
32791
  * @memberof QuerySuggestionsManagementApi
32738
32792
  */
32739
- public adminAnalyticsStoreXStoreIDQuerySuggestionsSyncPost(xStoreID: string, options?: RawAxiosRequestConfig) {
32740
- 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));
32741
32795
  }
32742
32796
 
32743
32797
  /**
@@ -32751,8 +32805,8 @@ export class QuerySuggestionsManagementApi extends BaseAPI {
32751
32805
  * @throws {RequiredError}
32752
32806
  * @memberof QuerySuggestionsManagementApi
32753
32807
  */
32754
- public adminAnalyticsStoreXStoreIDQuerySuggestionsTypesenseGet(xStoreID: string, query?: string, hitsPerPage?: number, page?: number, options?: RawAxiosRequestConfig) {
32755
- 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));
32756
32810
  }
32757
32811
  }
32758
32812