@seekora-ai/admin-api 1.1.36 → 1.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.d.ts CHANGED
@@ -784,49 +784,6 @@ export interface AdminPaymentGatewayVerifyInvoicePostRequest {
784
784
  */
785
785
  'gateway_order_id'?: string;
786
786
  }
787
- /**
788
- *
789
- * @export
790
- * @interface AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
791
- */
792
- export interface AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response {
793
- /**
794
- * Comparison metadata when in compare mode
795
- * @type {AnalyticsComparisonMeta}
796
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
797
- */
798
- 'comparison'?: AnalyticsComparisonMeta;
799
- /**
800
- *
801
- * @type {Array<QuerySuggestionsServiceQuerySuggestionRecord>}
802
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
803
- */
804
- 'data'?: Array<QuerySuggestionsServiceQuerySuggestionRecord>;
805
- /**
806
- *
807
- * @type {string}
808
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
809
- */
810
- 'error'?: string;
811
- /**
812
- *
813
- * @type {string}
814
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
815
- */
816
- 'status'?: string;
817
- /**
818
- *
819
- * @type {string}
820
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
821
- */
822
- 'timestamp'?: string;
823
- /**
824
- *
825
- * @type {number}
826
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
827
- */
828
- 'total'?: number;
829
- }
830
787
  /**
831
788
  *
832
789
  * @export
@@ -1128,6 +1085,49 @@ export interface AdminV1QuerySuggestionsXStoreIDGet200Response {
1128
1085
  */
1129
1086
  'total'?: number;
1130
1087
  }
1088
+ /**
1089
+ *
1090
+ * @export
1091
+ * @interface AdminV1QuerySuggestionsXStoreIDImportPost201Response
1092
+ */
1093
+ export interface AdminV1QuerySuggestionsXStoreIDImportPost201Response {
1094
+ /**
1095
+ * Comparison metadata when in compare mode
1096
+ * @type {AnalyticsComparisonMeta}
1097
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1098
+ */
1099
+ 'comparison'?: AnalyticsComparisonMeta;
1100
+ /**
1101
+ *
1102
+ * @type {Array<QuerySuggestionsServiceQuerySuggestionRecord>}
1103
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1104
+ */
1105
+ 'data'?: Array<QuerySuggestionsServiceQuerySuggestionRecord>;
1106
+ /**
1107
+ *
1108
+ * @type {string}
1109
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1110
+ */
1111
+ 'error'?: string;
1112
+ /**
1113
+ *
1114
+ * @type {string}
1115
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1116
+ */
1117
+ 'status'?: string;
1118
+ /**
1119
+ *
1120
+ * @type {string}
1121
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1122
+ */
1123
+ 'timestamp'?: string;
1124
+ /**
1125
+ *
1126
+ * @type {number}
1127
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1128
+ */
1129
+ 'total'?: number;
1130
+ }
1131
1131
  /**
1132
1132
  *
1133
1133
  * @export
@@ -8906,6 +8906,103 @@ export interface DataTypesDefaultDeclensionsResponseWrapper {
8906
8906
  */
8907
8907
  'status'?: number;
8908
8908
  }
8909
+ /**
8910
+ *
8911
+ * @export
8912
+ * @interface DataTypesDefaultMenu
8913
+ */
8914
+ export interface DataTypesDefaultMenu {
8915
+ /**
8916
+ *
8917
+ * @type {string}
8918
+ * @memberof DataTypesDefaultMenu
8919
+ */
8920
+ 'createdDateTime'?: string;
8921
+ /**
8922
+ *
8923
+ * @type {number}
8924
+ * @memberof DataTypesDefaultMenu
8925
+ */
8926
+ 'createdUserId'?: number;
8927
+ /**
8928
+ *
8929
+ * @type {number}
8930
+ * @memberof DataTypesDefaultMenu
8931
+ */
8932
+ 'defaultMenuId'?: number;
8933
+ /**
8934
+ *
8935
+ * @type {string}
8936
+ * @memberof DataTypesDefaultMenu
8937
+ */
8938
+ 'formName'?: string;
8939
+ /**
8940
+ *
8941
+ * @type {string}
8942
+ * @memberof DataTypesDefaultMenu
8943
+ */
8944
+ 'icon'?: string;
8945
+ /**
8946
+ *
8947
+ * @type {boolean}
8948
+ * @memberof DataTypesDefaultMenu
8949
+ */
8950
+ 'isActive'?: boolean;
8951
+ /**
8952
+ *
8953
+ * @type {boolean}
8954
+ * @memberof DataTypesDefaultMenu
8955
+ */
8956
+ 'isGloballyVisible'?: boolean;
8957
+ /**
8958
+ *
8959
+ * @type {boolean}
8960
+ * @memberof DataTypesDefaultMenu
8961
+ */
8962
+ 'isParentMenu'?: boolean;
8963
+ /**
8964
+ * \'org\' or \'store\'
8965
+ * @type {string}
8966
+ * @memberof DataTypesDefaultMenu
8967
+ */
8968
+ 'menuLevel'?: string;
8969
+ /**
8970
+ *
8971
+ * @type {string}
8972
+ * @memberof DataTypesDefaultMenu
8973
+ */
8974
+ 'menuLocation'?: string;
8975
+ /**
8976
+ *
8977
+ * @type {string}
8978
+ * @memberof DataTypesDefaultMenu
8979
+ */
8980
+ 'menuName'?: string;
8981
+ /**
8982
+ *
8983
+ * @type {string}
8984
+ * @memberof DataTypesDefaultMenu
8985
+ */
8986
+ 'moduleType'?: string;
8987
+ /**
8988
+ *
8989
+ * @type {string}
8990
+ * @memberof DataTypesDefaultMenu
8991
+ */
8992
+ 'parentMenuName'?: string;
8993
+ /**
8994
+ *
8995
+ * @type {string}
8996
+ * @memberof DataTypesDefaultMenu
8997
+ */
8998
+ 'route'?: string;
8999
+ /**
9000
+ *
9001
+ * @type {number}
9002
+ * @memberof DataTypesDefaultMenu
9003
+ */
9004
+ 'sortOrder'?: number;
9005
+ }
8909
9006
  /**
8910
9007
  *
8911
9008
  * @export
@@ -9963,6 +10060,31 @@ export interface DataTypesGenericResponseAny {
9963
10060
  */
9964
10061
  'status'?: number;
9965
10062
  }
10063
+ /**
10064
+ *
10065
+ * @export
10066
+ * @interface DataTypesGenericResponseArrayDataTypesDefaultMenu
10067
+ */
10068
+ export interface DataTypesGenericResponseArrayDataTypesDefaultMenu {
10069
+ /**
10070
+ *
10071
+ * @type {Array<DataTypesDefaultMenu>}
10072
+ * @memberof DataTypesGenericResponseArrayDataTypesDefaultMenu
10073
+ */
10074
+ 'data'?: Array<DataTypesDefaultMenu>;
10075
+ /**
10076
+ *
10077
+ * @type {string}
10078
+ * @memberof DataTypesGenericResponseArrayDataTypesDefaultMenu
10079
+ */
10080
+ 'message'?: string;
10081
+ /**
10082
+ *
10083
+ * @type {number}
10084
+ * @memberof DataTypesGenericResponseArrayDataTypesDefaultMenu
10085
+ */
10086
+ 'status'?: number;
10087
+ }
9966
10088
  /**
9967
10089
  *
9968
10090
  * @export
@@ -9988,6 +10110,31 @@ export interface DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping {
9988
10110
  */
9989
10111
  'status'?: number;
9990
10112
  }
10113
+ /**
10114
+ *
10115
+ * @export
10116
+ * @interface DataTypesGenericResponseArrayString
10117
+ */
10118
+ export interface DataTypesGenericResponseArrayString {
10119
+ /**
10120
+ *
10121
+ * @type {Array<string>}
10122
+ * @memberof DataTypesGenericResponseArrayString
10123
+ */
10124
+ 'data'?: Array<string>;
10125
+ /**
10126
+ *
10127
+ * @type {string}
10128
+ * @memberof DataTypesGenericResponseArrayString
10129
+ */
10130
+ 'message'?: string;
10131
+ /**
10132
+ *
10133
+ * @type {number}
10134
+ * @memberof DataTypesGenericResponseArrayString
10135
+ */
10136
+ 'status'?: number;
10137
+ }
9991
10138
  /**
9992
10139
  *
9993
10140
  * @export
@@ -10213,6 +10360,31 @@ export interface DataTypesGenericResponseDataTypesReceipt {
10213
10360
  */
10214
10361
  'status'?: number;
10215
10362
  }
10363
+ /**
10364
+ *
10365
+ * @export
10366
+ * @interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10367
+ */
10368
+ export interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse {
10369
+ /**
10370
+ *
10371
+ * @type {DataTypesRegenerateXStoreSecretResponse}
10372
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10373
+ */
10374
+ 'data'?: DataTypesRegenerateXStoreSecretResponse;
10375
+ /**
10376
+ *
10377
+ * @type {string}
10378
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10379
+ */
10380
+ 'message'?: string;
10381
+ /**
10382
+ *
10383
+ * @type {number}
10384
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10385
+ */
10386
+ 'status'?: number;
10387
+ }
10216
10388
  /**
10217
10389
  *
10218
10390
  * @export
@@ -10338,6 +10510,31 @@ export interface DataTypesGenericResponseDataTypesUsageBreakdownGraphResponse {
10338
10510
  */
10339
10511
  'status'?: number;
10340
10512
  }
10513
+ /**
10514
+ *
10515
+ * @export
10516
+ * @interface DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse
10517
+ */
10518
+ export interface DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse {
10519
+ /**
10520
+ *
10521
+ * @type {DefaultMenuRoutesUpdateMenuVisibilityResponse}
10522
+ * @memberof DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse
10523
+ */
10524
+ 'data'?: DefaultMenuRoutesUpdateMenuVisibilityResponse;
10525
+ /**
10526
+ *
10527
+ * @type {string}
10528
+ * @memberof DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse
10529
+ */
10530
+ 'message'?: string;
10531
+ /**
10532
+ *
10533
+ * @type {number}
10534
+ * @memberof DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse
10535
+ */
10536
+ 'status'?: number;
10537
+ }
10341
10538
  /**
10342
10539
  *
10343
10540
  * @export
@@ -10363,6 +10560,56 @@ export interface DataTypesGenericResponseFeatureLimitServiceLimitStatus {
10363
10560
  */
10364
10561
  'status'?: number;
10365
10562
  }
10563
+ /**
10564
+ *
10565
+ * @export
10566
+ * @interface DataTypesGenericResponseMenuRoutesAddMenuResponse
10567
+ */
10568
+ export interface DataTypesGenericResponseMenuRoutesAddMenuResponse {
10569
+ /**
10570
+ *
10571
+ * @type {MenuRoutesAddMenuResponse}
10572
+ * @memberof DataTypesGenericResponseMenuRoutesAddMenuResponse
10573
+ */
10574
+ 'data'?: MenuRoutesAddMenuResponse;
10575
+ /**
10576
+ *
10577
+ * @type {string}
10578
+ * @memberof DataTypesGenericResponseMenuRoutesAddMenuResponse
10579
+ */
10580
+ 'message'?: string;
10581
+ /**
10582
+ *
10583
+ * @type {number}
10584
+ * @memberof DataTypesGenericResponseMenuRoutesAddMenuResponse
10585
+ */
10586
+ 'status'?: number;
10587
+ }
10588
+ /**
10589
+ *
10590
+ * @export
10591
+ * @interface DataTypesGenericResponseString
10592
+ */
10593
+ export interface DataTypesGenericResponseString {
10594
+ /**
10595
+ *
10596
+ * @type {string}
10597
+ * @memberof DataTypesGenericResponseString
10598
+ */
10599
+ 'data'?: string;
10600
+ /**
10601
+ *
10602
+ * @type {string}
10603
+ * @memberof DataTypesGenericResponseString
10604
+ */
10605
+ 'message'?: string;
10606
+ /**
10607
+ *
10608
+ * @type {number}
10609
+ * @memberof DataTypesGenericResponseString
10610
+ */
10611
+ 'status'?: number;
10612
+ }
10366
10613
  /**
10367
10614
  *
10368
10615
  * @export
@@ -17090,6 +17337,25 @@ export interface DataTypesRefundStatusDto {
17090
17337
  */
17091
17338
  'updated_at'?: string;
17092
17339
  }
17340
+ /**
17341
+ *
17342
+ * @export
17343
+ * @interface DataTypesRegenerateXStoreSecretResponse
17344
+ */
17345
+ export interface DataTypesRegenerateXStoreSecretResponse {
17346
+ /**
17347
+ *
17348
+ * @type {string}
17349
+ * @memberof DataTypesRegenerateXStoreSecretResponse
17350
+ */
17351
+ 'new_xstore_secret'?: string;
17352
+ /**
17353
+ *
17354
+ * @type {string}
17355
+ * @memberof DataTypesRegenerateXStoreSecretResponse
17356
+ */
17357
+ 'old_xstore_secret'?: string;
17358
+ }
17093
17359
  /**
17094
17360
  *
17095
17361
  * @export
@@ -17580,7 +17846,7 @@ export interface DataTypesRoleRightWithMenu {
17580
17846
  */
17581
17847
  'isEnabled'?: boolean;
17582
17848
  /**
17583
- *
17849
+ * Optional menu details - may be missing in request payloads
17584
17850
  * @type {DataTypesMenu}
17585
17851
  * @memberof DataTypesRoleRightWithMenu
17586
17852
  */
@@ -22441,6 +22707,56 @@ export interface DataTypesWordWithStatusEnhanced {
22441
22707
  */
22442
22708
  'wordid'?: number;
22443
22709
  }
22710
+ /**
22711
+ *
22712
+ * @export
22713
+ * @interface DefaultMenuRoutesUpdateMenuVisibilityRequest
22714
+ */
22715
+ export interface DefaultMenuRoutesUpdateMenuVisibilityRequest {
22716
+ /**
22717
+ *
22718
+ * @type {number}
22719
+ * @memberof DefaultMenuRoutesUpdateMenuVisibilityRequest
22720
+ */
22721
+ 'defaultMenuId': number;
22722
+ /**
22723
+ *
22724
+ * @type {boolean}
22725
+ * @memberof DefaultMenuRoutesUpdateMenuVisibilityRequest
22726
+ */
22727
+ 'isGloballyVisible'?: boolean;
22728
+ }
22729
+ /**
22730
+ *
22731
+ * @export
22732
+ * @interface DefaultMenuRoutesUpdateMenuVisibilityResponse
22733
+ */
22734
+ export interface DefaultMenuRoutesUpdateMenuVisibilityResponse {
22735
+ /**
22736
+ *
22737
+ * @type {number}
22738
+ * @memberof DefaultMenuRoutesUpdateMenuVisibilityResponse
22739
+ */
22740
+ 'defaultMenuId'?: number;
22741
+ /**
22742
+ *
22743
+ * @type {boolean}
22744
+ * @memberof DefaultMenuRoutesUpdateMenuVisibilityResponse
22745
+ */
22746
+ 'isGloballyVisible'?: boolean;
22747
+ /**
22748
+ *
22749
+ * @type {string}
22750
+ * @memberof DefaultMenuRoutesUpdateMenuVisibilityResponse
22751
+ */
22752
+ 'menuLevel'?: string;
22753
+ /**
22754
+ *
22755
+ * @type {string}
22756
+ * @memberof DefaultMenuRoutesUpdateMenuVisibilityResponse
22757
+ */
22758
+ 'menuName'?: string;
22759
+ }
22444
22760
  /**
22445
22761
  *
22446
22762
  * @export
@@ -22763,6 +23079,146 @@ export interface FeatureLimitsUsageGet200Response {
22763
23079
  */
22764
23080
  'status'?: number;
22765
23081
  }
23082
+ /**
23083
+ *
23084
+ * @export
23085
+ * @interface MenuRoutesAddMenuRequest
23086
+ */
23087
+ export interface MenuRoutesAddMenuRequest {
23088
+ /**
23089
+ * Optional description for audit
23090
+ * @type {string}
23091
+ * @memberof MenuRoutesAddMenuRequest
23092
+ */
23093
+ 'description'?: string;
23094
+ /**
23095
+ *
23096
+ * @type {string}
23097
+ * @memberof MenuRoutesAddMenuRequest
23098
+ */
23099
+ 'formName': string;
23100
+ /**
23101
+ *
23102
+ * @type {string}
23103
+ * @memberof MenuRoutesAddMenuRequest
23104
+ */
23105
+ 'icon': string;
23106
+ /**
23107
+ *
23108
+ * @type {boolean}
23109
+ * @memberof MenuRoutesAddMenuRequest
23110
+ */
23111
+ 'isParentMenu'?: boolean;
23112
+ /**
23113
+ *
23114
+ * @type {string}
23115
+ * @memberof MenuRoutesAddMenuRequest
23116
+ */
23117
+ 'menuLevel': MenuRoutesAddMenuRequestMenuLevelEnum;
23118
+ /**
23119
+ *
23120
+ * @type {string}
23121
+ * @memberof MenuRoutesAddMenuRequest
23122
+ */
23123
+ 'menuLocation': MenuRoutesAddMenuRequestMenuLocationEnum;
23124
+ /**
23125
+ *
23126
+ * @type {string}
23127
+ * @memberof MenuRoutesAddMenuRequest
23128
+ */
23129
+ 'menuName': string;
23130
+ /**
23131
+ *
23132
+ * @type {string}
23133
+ * @memberof MenuRoutesAddMenuRequest
23134
+ */
23135
+ 'moduleType': MenuRoutesAddMenuRequestModuleTypeEnum;
23136
+ /**
23137
+ * Only for child menus
23138
+ * @type {string}
23139
+ * @memberof MenuRoutesAddMenuRequest
23140
+ */
23141
+ 'parentMenuName'?: string;
23142
+ /**
23143
+ *
23144
+ * @type {string}
23145
+ * @memberof MenuRoutesAddMenuRequest
23146
+ */
23147
+ 'route': string;
23148
+ /**
23149
+ *
23150
+ * @type {number}
23151
+ * @memberof MenuRoutesAddMenuRequest
23152
+ */
23153
+ 'sortOrder'?: number;
23154
+ }
23155
+ export declare const MenuRoutesAddMenuRequestMenuLevelEnum: {
23156
+ readonly Org: "org";
23157
+ readonly Store: "store";
23158
+ };
23159
+ export type MenuRoutesAddMenuRequestMenuLevelEnum = typeof MenuRoutesAddMenuRequestMenuLevelEnum[keyof typeof MenuRoutesAddMenuRequestMenuLevelEnum];
23160
+ export declare const MenuRoutesAddMenuRequestMenuLocationEnum: {
23161
+ readonly Navbar: "navbar";
23162
+ readonly ProfileDropdown: "profile_dropdown";
23163
+ };
23164
+ export type MenuRoutesAddMenuRequestMenuLocationEnum = typeof MenuRoutesAddMenuRequestMenuLocationEnum[keyof typeof MenuRoutesAddMenuRequestMenuLocationEnum];
23165
+ export declare const MenuRoutesAddMenuRequestModuleTypeEnum: {
23166
+ readonly Admin: "Admin";
23167
+ readonly Search: "Search";
23168
+ readonly Billing: "Billing";
23169
+ };
23170
+ export type MenuRoutesAddMenuRequestModuleTypeEnum = typeof MenuRoutesAddMenuRequestModuleTypeEnum[keyof typeof MenuRoutesAddMenuRequestModuleTypeEnum];
23171
+ /**
23172
+ *
23173
+ * @export
23174
+ * @interface MenuRoutesAddMenuResponse
23175
+ */
23176
+ export interface MenuRoutesAddMenuResponse {
23177
+ /**
23178
+ *
23179
+ * @type {boolean}
23180
+ * @memberof MenuRoutesAddMenuResponse
23181
+ */
23182
+ 'defaultMenuAdded'?: boolean;
23183
+ /**
23184
+ *
23185
+ * @type {number}
23186
+ * @memberof MenuRoutesAddMenuResponse
23187
+ */
23188
+ 'menuId'?: number;
23189
+ /**
23190
+ *
23191
+ * @type {number}
23192
+ * @memberof MenuRoutesAddMenuResponse
23193
+ */
23194
+ 'menusCreated'?: number;
23195
+ /**
23196
+ *
23197
+ * @type {number}
23198
+ * @memberof MenuRoutesAddMenuResponse
23199
+ */
23200
+ 'organizationsAffected'?: number;
23201
+ /**
23202
+ *
23203
+ * @type {number}
23204
+ * @memberof MenuRoutesAddMenuResponse
23205
+ */
23206
+ 'permissionsCreated'?: number;
23207
+ /**
23208
+ *
23209
+ * @type {number}
23210
+ * @memberof MenuRoutesAddMenuResponse
23211
+ */
23212
+ 'storesAffected'?: number;
23213
+ /**
23214
+ *
23215
+ * @type {{ [key: string]: any; }}
23216
+ * @memberof MenuRoutesAddMenuResponse
23217
+ */
23218
+ 'summary'?: {
23219
+ [key: string]: any;
23220
+ };
23221
+ }
22766
23222
  /**
22767
23223
  *
22768
23224
  * @export
@@ -25368,7 +25824,7 @@ export declare const AccountSettingsApiAxiosParamCreator: (configuration?: Confi
25368
25824
  */
25369
25825
  accountSettingsOrganizationLogoPut: (logo: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25370
25826
  /**
25371
- * Updates the organization details of the currently logged-in user
25827
+ * Updates the organization details of the currently logged-in user and logs the activity
25372
25828
  * @summary Update user\'s organization
25373
25829
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25374
25830
  * @param {*} [options] Override http request option.
@@ -25435,7 +25891,7 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
25435
25891
  */
25436
25892
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationResponse>>;
25437
25893
  /**
25438
- * Updates the organization details of the currently logged-in user
25894
+ * Updates the organization details of the currently logged-in user and logs the activity
25439
25895
  * @summary Update user\'s organization
25440
25896
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25441
25897
  * @param {*} [options] Override http request option.
@@ -25502,7 +25958,7 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
25502
25958
  */
25503
25959
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationResponse>;
25504
25960
  /**
25505
- * Updates the organization details of the currently logged-in user
25961
+ * Updates the organization details of the currently logged-in user and logs the activity
25506
25962
  * @summary Update user\'s organization
25507
25963
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25508
25964
  * @param {*} [options] Override http request option.
@@ -25574,7 +26030,7 @@ export declare class AccountSettingsApi extends BaseAPI {
25574
26030
  */
25575
26031
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationResponse, any, {}>>;
25576
26032
  /**
25577
- * Updates the organization details of the currently logged-in user
26033
+ * Updates the organization details of the currently logged-in user and logs the activity
25578
26034
  * @summary Update user\'s organization
25579
26035
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25580
26036
  * @param {*} [options] Override http request option.
@@ -28753,7 +29209,7 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
28753
29209
  */
28754
29210
  adminV1AnalyticsRulesGet: (authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28755
29211
  /**
28756
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29212
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
28757
29213
  * @summary Create Analytics Rule
28758
29214
  * @param {string} authorization Bearer JWT token
28759
29215
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -28761,15 +29217,6 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
28761
29217
  * @throws {RequiredError}
28762
29218
  */
28763
29219
  adminV1AnalyticsRulesPost: (authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28764
- /**
28765
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
28766
- * @summary Delete Analytics Rule
28767
- * @param {string} authorization Bearer JWT token
28768
- * @param {string} ruleId Rule ID
28769
- * @param {*} [options] Override http request option.
28770
- * @throws {RequiredError}
28771
- */
28772
- adminV1AnalyticsRulesRuleIdDelete: (authorization: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28773
29220
  /**
28774
29221
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
28775
29222
  * @summary Get Analytics Rule
@@ -28780,7 +29227,7 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
28780
29227
  */
28781
29228
  adminV1AnalyticsRulesRuleIdGet: (authorization: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28782
29229
  /**
28783
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29230
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
28784
29231
  * @summary Update Analytics Rule
28785
29232
  * @param {string} authorization Bearer JWT token
28786
29233
  * @param {string} ruleId Rule ID
@@ -28838,25 +29285,15 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
28838
29285
  */
28839
29286
  adminV1StoresXstoreidAnalyticsRulesGet: (authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28840
29287
  /**
28841
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29288
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
28842
29289
  * @summary Create Analytics Rule
28843
29290
  * @param {string} authorization Bearer JWT token
28844
- * @param {string} xstoreid Store ID (for store-specific routes)
29291
+ * @param {string} xstoreid Store ID (only for store-specific routes)
28845
29292
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
28846
29293
  * @param {*} [options] Override http request option.
28847
29294
  * @throws {RequiredError}
28848
29295
  */
28849
29296
  adminV1StoresXstoreidAnalyticsRulesPost: (authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28850
- /**
28851
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
28852
- * @summary Delete Analytics Rule
28853
- * @param {string} authorization Bearer JWT token
28854
- * @param {string} xstoreid Store ID (for store-specific routes)
28855
- * @param {string} ruleId Rule ID
28856
- * @param {*} [options] Override http request option.
28857
- * @throws {RequiredError}
28858
- */
28859
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete: (authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28860
29297
  /**
28861
29298
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
28862
29299
  * @summary Get Analytics Rule
@@ -28868,10 +29305,10 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
28868
29305
  */
28869
29306
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet: (authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
28870
29307
  /**
28871
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29308
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
28872
29309
  * @summary Update Analytics Rule
28873
29310
  * @param {string} authorization Bearer JWT token
28874
- * @param {string} xstoreid Store ID (for store-specific routes)
29311
+ * @param {string} xstoreid Store ID (only required for store-specific route)
28875
29312
  * @param {string} ruleId Rule ID
28876
29313
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
28877
29314
  * @param {*} [options] Override http request option.
@@ -28913,7 +29350,7 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
28913
29350
  */
28914
29351
  adminV1AnalyticsRulesGet(authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleListResponse>>;
28915
29352
  /**
28916
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29353
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
28917
29354
  * @summary Create Analytics Rule
28918
29355
  * @param {string} authorization Bearer JWT token
28919
29356
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -28921,17 +29358,6 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
28921
29358
  * @throws {RequiredError}
28922
29359
  */
28923
29360
  adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
28924
- /**
28925
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
28926
- * @summary Delete Analytics Rule
28927
- * @param {string} authorization Bearer JWT token
28928
- * @param {string} ruleId Rule ID
28929
- * @param {*} [options] Override http request option.
28930
- * @throws {RequiredError}
28931
- */
28932
- adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
28933
- [key: string]: any;
28934
- }>>;
28935
29361
  /**
28936
29362
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
28937
29363
  * @summary Get Analytics Rule
@@ -28942,7 +29368,7 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
28942
29368
  */
28943
29369
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
28944
29370
  /**
28945
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29371
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
28946
29372
  * @summary Update Analytics Rule
28947
29373
  * @param {string} authorization Bearer JWT token
28948
29374
  * @param {string} ruleId Rule ID
@@ -29000,27 +29426,15 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29000
29426
  */
29001
29427
  adminV1StoresXstoreidAnalyticsRulesGet(authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleListResponse>>;
29002
29428
  /**
29003
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29429
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29004
29430
  * @summary Create Analytics Rule
29005
29431
  * @param {string} authorization Bearer JWT token
29006
- * @param {string} xstoreid Store ID (for store-specific routes)
29432
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29007
29433
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29008
29434
  * @param {*} [options] Override http request option.
29009
29435
  * @throws {RequiredError}
29010
29436
  */
29011
29437
  adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29012
- /**
29013
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29014
- * @summary Delete Analytics Rule
29015
- * @param {string} authorization Bearer JWT token
29016
- * @param {string} xstoreid Store ID (for store-specific routes)
29017
- * @param {string} ruleId Rule ID
29018
- * @param {*} [options] Override http request option.
29019
- * @throws {RequiredError}
29020
- */
29021
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
29022
- [key: string]: any;
29023
- }>>;
29024
29438
  /**
29025
29439
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29026
29440
  * @summary Get Analytics Rule
@@ -29032,10 +29446,10 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29032
29446
  */
29033
29447
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29034
29448
  /**
29035
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29449
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29036
29450
  * @summary Update Analytics Rule
29037
29451
  * @param {string} authorization Bearer JWT token
29038
- * @param {string} xstoreid Store ID (for store-specific routes)
29452
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29039
29453
  * @param {string} ruleId Rule ID
29040
29454
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29041
29455
  * @param {*} [options] Override http request option.
@@ -29077,7 +29491,7 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29077
29491
  */
29078
29492
  adminV1AnalyticsRulesGet(authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleListResponse>;
29079
29493
  /**
29080
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29494
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29081
29495
  * @summary Create Analytics Rule
29082
29496
  * @param {string} authorization Bearer JWT token
29083
29497
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29085,17 +29499,6 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29085
29499
  * @throws {RequiredError}
29086
29500
  */
29087
29501
  adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29088
- /**
29089
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29090
- * @summary Delete Analytics Rule
29091
- * @param {string} authorization Bearer JWT token
29092
- * @param {string} ruleId Rule ID
29093
- * @param {*} [options] Override http request option.
29094
- * @throws {RequiredError}
29095
- */
29096
- adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<{
29097
- [key: string]: any;
29098
- }>;
29099
29502
  /**
29100
29503
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29101
29504
  * @summary Get Analytics Rule
@@ -29106,7 +29509,7 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29106
29509
  */
29107
29510
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29108
29511
  /**
29109
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29512
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29110
29513
  * @summary Update Analytics Rule
29111
29514
  * @param {string} authorization Bearer JWT token
29112
29515
  * @param {string} ruleId Rule ID
@@ -29164,27 +29567,15 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29164
29567
  */
29165
29568
  adminV1StoresXstoreidAnalyticsRulesGet(authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleListResponse>;
29166
29569
  /**
29167
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29570
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29168
29571
  * @summary Create Analytics Rule
29169
29572
  * @param {string} authorization Bearer JWT token
29170
- * @param {string} xstoreid Store ID (for store-specific routes)
29573
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29171
29574
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29172
29575
  * @param {*} [options] Override http request option.
29173
29576
  * @throws {RequiredError}
29174
29577
  */
29175
29578
  adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29176
- /**
29177
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29178
- * @summary Delete Analytics Rule
29179
- * @param {string} authorization Bearer JWT token
29180
- * @param {string} xstoreid Store ID (for store-specific routes)
29181
- * @param {string} ruleId Rule ID
29182
- * @param {*} [options] Override http request option.
29183
- * @throws {RequiredError}
29184
- */
29185
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<{
29186
- [key: string]: any;
29187
- }>;
29188
29579
  /**
29189
29580
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29190
29581
  * @summary Get Analytics Rule
@@ -29196,10 +29587,10 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29196
29587
  */
29197
29588
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29198
29589
  /**
29199
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29590
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29200
29591
  * @summary Update Analytics Rule
29201
29592
  * @param {string} authorization Bearer JWT token
29202
- * @param {string} xstoreid Store ID (for store-specific routes)
29593
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29203
29594
  * @param {string} ruleId Rule ID
29204
29595
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29205
29596
  * @param {*} [options] Override http request option.
@@ -29244,7 +29635,7 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29244
29635
  */
29245
29636
  adminV1AnalyticsRulesGet(authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleListResponse, any, {}>>;
29246
29637
  /**
29247
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29638
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29248
29639
  * @summary Create Analytics Rule
29249
29640
  * @param {string} authorization Bearer JWT token
29250
29641
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29253,18 +29644,6 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29253
29644
  * @memberof AnalyticsRulesApi
29254
29645
  */
29255
29646
  adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29256
- /**
29257
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29258
- * @summary Delete Analytics Rule
29259
- * @param {string} authorization Bearer JWT token
29260
- * @param {string} ruleId Rule ID
29261
- * @param {*} [options] Override http request option.
29262
- * @throws {RequiredError}
29263
- * @memberof AnalyticsRulesApi
29264
- */
29265
- adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
29266
- [key: string]: any;
29267
- }, any, {}>>;
29268
29647
  /**
29269
29648
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29270
29649
  * @summary Get Analytics Rule
@@ -29276,7 +29655,7 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29276
29655
  */
29277
29656
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29278
29657
  /**
29279
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29658
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29280
29659
  * @summary Update Analytics Rule
29281
29660
  * @param {string} authorization Bearer JWT token
29282
29661
  * @param {string} ruleId Rule ID
@@ -29339,29 +29718,16 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29339
29718
  */
29340
29719
  adminV1StoresXstoreidAnalyticsRulesGet(authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleListResponse, any, {}>>;
29341
29720
  /**
29342
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29721
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29343
29722
  * @summary Create Analytics Rule
29344
29723
  * @param {string} authorization Bearer JWT token
29345
- * @param {string} xstoreid Store ID (for store-specific routes)
29724
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29346
29725
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29347
29726
  * @param {*} [options] Override http request option.
29348
29727
  * @throws {RequiredError}
29349
29728
  * @memberof AnalyticsRulesApi
29350
29729
  */
29351
29730
  adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29352
- /**
29353
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29354
- * @summary Delete Analytics Rule
29355
- * @param {string} authorization Bearer JWT token
29356
- * @param {string} xstoreid Store ID (for store-specific routes)
29357
- * @param {string} ruleId Rule ID
29358
- * @param {*} [options] Override http request option.
29359
- * @throws {RequiredError}
29360
- * @memberof AnalyticsRulesApi
29361
- */
29362
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
29363
- [key: string]: any;
29364
- }, any, {}>>;
29365
29731
  /**
29366
29732
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29367
29733
  * @summary Get Analytics Rule
@@ -29374,10 +29740,10 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29374
29740
  */
29375
29741
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29376
29742
  /**
29377
- * Update an existing analytics rule. Supports partial updates. When is_active is set to false, the rule is removed from Typesense. When is_active is set to true, the rule is synced to Typesense.
29743
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29378
29744
  * @summary Update Analytics Rule
29379
29745
  * @param {string} authorization Bearer JWT token
29380
- * @param {string} xstoreid Store ID (for store-specific routes)
29746
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29381
29747
  * @param {string} ruleId Rule ID
29382
29748
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29383
29749
  * @param {*} [options] Override http request option.
@@ -29861,7 +30227,7 @@ export declare const BillingDashboardApiAxiosParamCreator: (configuration?: Conf
29861
30227
  */
29862
30228
  adminBillingAlertsIdDelete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29863
30229
  /**
29864
- * Updates an existing billing alert configuration
30230
+ * Updates an existing billing alert configuration AND records activity logs
29865
30231
  * @summary Update billing alert
29866
30232
  * @param {number} id Alert ID
29867
30233
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30201,7 +30567,7 @@ export declare const BillingDashboardApiFp: (configuration?: Configuration) => {
30201
30567
  */
30202
30568
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
30203
30569
  /**
30204
- * Updates an existing billing alert configuration
30570
+ * Updates an existing billing alert configuration AND records activity logs
30205
30571
  * @summary Update billing alert
30206
30572
  * @param {number} id Alert ID
30207
30573
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30541,7 +30907,7 @@ export declare const BillingDashboardApiFactory: (configuration?: Configuration,
30541
30907
  */
30542
30908
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
30543
30909
  /**
30544
- * Updates an existing billing alert configuration
30910
+ * Updates an existing billing alert configuration AND records activity logs
30545
30911
  * @summary Update billing alert
30546
30912
  * @param {number} id Alert ID
30547
30913
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30885,7 +31251,7 @@ export declare class BillingDashboardApi extends BaseAPI {
30885
31251
  */
30886
31252
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
30887
31253
  /**
30888
- * Updates an existing billing alert configuration
31254
+ * Updates an existing billing alert configuration AND records activity logs
30889
31255
  * @summary Update billing alert
30890
31256
  * @param {number} id Alert ID
30891
31257
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -32513,7 +32879,7 @@ export declare const CustomStopwordsApiAxiosParamCreator: (configuration?: Confi
32513
32879
  */
32514
32880
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet: (xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
32515
32881
  /**
32516
- * Updates a custom word list
32882
+ *
32517
32883
  * @summary Update custom word list
32518
32884
  * @param {string} xStoreID X-Store ID
32519
32885
  * @param {number} customWordListID Custom Word List ID
@@ -32588,7 +32954,7 @@ export declare const CustomStopwordsApiFp: (configuration?: Configuration) => {
32588
32954
  */
32589
32955
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesCustomWordListResponseWrapper>>;
32590
32956
  /**
32591
- * Updates a custom word list
32957
+ *
32592
32958
  * @summary Update custom word list
32593
32959
  * @param {string} xStoreID X-Store ID
32594
32960
  * @param {number} customWordListID Custom Word List ID
@@ -32663,7 +33029,7 @@ export declare const CustomStopwordsApiFactory: (configuration?: Configuration,
32663
33029
  */
32664
33030
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesCustomWordListResponseWrapper>;
32665
33031
  /**
32666
- * Updates a custom word list
33032
+ *
32667
33033
  * @summary Update custom word list
32668
33034
  * @param {string} xStoreID X-Store ID
32669
33035
  * @param {number} customWordListID Custom Word List ID
@@ -32742,7 +33108,7 @@ export declare class CustomStopwordsApi extends BaseAPI {
32742
33108
  */
32743
33109
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesCustomWordListResponseWrapper, any, {}>>;
32744
33110
  /**
32745
- * Updates a custom word list
33111
+ *
32746
33112
  * @summary Update custom word list
32747
33113
  * @param {string} xStoreID X-Store ID
32748
33114
  * @param {number} customWordListID Custom Word List ID
@@ -32798,16 +33164,108 @@ export declare class CustomStopwordsApi extends BaseAPI {
32798
33164
  */
32799
33165
  adminStoresXStoreIDStopwordsCustomWordlistsPost(xStoreID: string, dataTypesCreateCustomWordListRequest: DataTypesCreateCustomWordListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesCustomWordListResponseWrapper, any, {}>>;
32800
33166
  }
33167
+ /**
33168
+ * DefaultMenuManagementApi - axios parameter creator
33169
+ * @export
33170
+ */
33171
+ export declare const DefaultMenuManagementApiAxiosParamCreator: (configuration?: Configuration) => {
33172
+ /**
33173
+ * Retrieve all default menus with their global visibility settings
33174
+ * @summary Get all default menus with visibility flags
33175
+ * @param {string} [menuLevel] Filter by menu level (org/store)
33176
+ * @param {*} [options] Override http request option.
33177
+ * @throws {RequiredError}
33178
+ */
33179
+ adminDefaultMenusGet: (menuLevel?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33180
+ /**
33181
+ * Update the global visibility flag for a default menu
33182
+ * @summary Update menu global visibility
33183
+ * @param {DefaultMenuRoutesUpdateMenuVisibilityRequest} defaultMenuRoutesUpdateMenuVisibilityRequest Visibility update details
33184
+ * @param {*} [options] Override http request option.
33185
+ * @throws {RequiredError}
33186
+ */
33187
+ adminDefaultMenusVisibilityPut: (defaultMenuRoutesUpdateMenuVisibilityRequest: DefaultMenuRoutesUpdateMenuVisibilityRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
33188
+ };
33189
+ /**
33190
+ * DefaultMenuManagementApi - functional programming interface
33191
+ * @export
33192
+ */
33193
+ export declare const DefaultMenuManagementApiFp: (configuration?: Configuration) => {
33194
+ /**
33195
+ * Retrieve all default menus with their global visibility settings
33196
+ * @summary Get all default menus with visibility flags
33197
+ * @param {string} [menuLevel] Filter by menu level (org/store)
33198
+ * @param {*} [options] Override http request option.
33199
+ * @throws {RequiredError}
33200
+ */
33201
+ adminDefaultMenusGet(menuLevel?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayDataTypesDefaultMenu>>;
33202
+ /**
33203
+ * Update the global visibility flag for a default menu
33204
+ * @summary Update menu global visibility
33205
+ * @param {DefaultMenuRoutesUpdateMenuVisibilityRequest} defaultMenuRoutesUpdateMenuVisibilityRequest Visibility update details
33206
+ * @param {*} [options] Override http request option.
33207
+ * @throws {RequiredError}
33208
+ */
33209
+ adminDefaultMenusVisibilityPut(defaultMenuRoutesUpdateMenuVisibilityRequest: DefaultMenuRoutesUpdateMenuVisibilityRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse>>;
33210
+ };
33211
+ /**
33212
+ * DefaultMenuManagementApi - factory interface
33213
+ * @export
33214
+ */
33215
+ export declare const DefaultMenuManagementApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
33216
+ /**
33217
+ * Retrieve all default menus with their global visibility settings
33218
+ * @summary Get all default menus with visibility flags
33219
+ * @param {string} [menuLevel] Filter by menu level (org/store)
33220
+ * @param {*} [options] Override http request option.
33221
+ * @throws {RequiredError}
33222
+ */
33223
+ adminDefaultMenusGet(menuLevel?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayDataTypesDefaultMenu>;
33224
+ /**
33225
+ * Update the global visibility flag for a default menu
33226
+ * @summary Update menu global visibility
33227
+ * @param {DefaultMenuRoutesUpdateMenuVisibilityRequest} defaultMenuRoutesUpdateMenuVisibilityRequest Visibility update details
33228
+ * @param {*} [options] Override http request option.
33229
+ * @throws {RequiredError}
33230
+ */
33231
+ adminDefaultMenusVisibilityPut(defaultMenuRoutesUpdateMenuVisibilityRequest: DefaultMenuRoutesUpdateMenuVisibilityRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse>;
33232
+ };
33233
+ /**
33234
+ * DefaultMenuManagementApi - object-oriented interface
33235
+ * @export
33236
+ * @class DefaultMenuManagementApi
33237
+ * @extends {BaseAPI}
33238
+ */
33239
+ export declare class DefaultMenuManagementApi extends BaseAPI {
33240
+ /**
33241
+ * Retrieve all default menus with their global visibility settings
33242
+ * @summary Get all default menus with visibility flags
33243
+ * @param {string} [menuLevel] Filter by menu level (org/store)
33244
+ * @param {*} [options] Override http request option.
33245
+ * @throws {RequiredError}
33246
+ * @memberof DefaultMenuManagementApi
33247
+ */
33248
+ adminDefaultMenusGet(menuLevel?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseArrayDataTypesDefaultMenu, any, {}>>;
33249
+ /**
33250
+ * Update the global visibility flag for a default menu
33251
+ * @summary Update menu global visibility
33252
+ * @param {DefaultMenuRoutesUpdateMenuVisibilityRequest} defaultMenuRoutesUpdateMenuVisibilityRequest Visibility update details
33253
+ * @param {*} [options] Override http request option.
33254
+ * @throws {RequiredError}
33255
+ * @memberof DefaultMenuManagementApi
33256
+ */
33257
+ adminDefaultMenusVisibilityPut(defaultMenuRoutesUpdateMenuVisibilityRequest: DefaultMenuRoutesUpdateMenuVisibilityRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDefaultMenuRoutesUpdateMenuVisibilityResponse, any, {}>>;
33258
+ }
32801
33259
  /**
32802
33260
  * DocumentsApi - axios parameter creator
32803
33261
  * @export
32804
33262
  */
32805
33263
  export declare const DocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
32806
33264
  /**
32807
- * Uploads a document to the specified store
33265
+ * Uploads one or more documents to the specified store and logs activity
32808
33266
  * @summary Upload a document
32809
33267
  * @param {string} xStoreID X-Store ID
32810
- * @param {File} file Document file
33268
+ * @param {File} file Document files (supports multiple)
32811
33269
  * @param {*} [options] Override http request option.
32812
33270
  * @throws {RequiredError}
32813
33271
  */
@@ -32819,14 +33277,14 @@ export declare const DocumentsApiAxiosParamCreator: (configuration?: Configurati
32819
33277
  */
32820
33278
  export declare const DocumentsApiFp: (configuration?: Configuration) => {
32821
33279
  /**
32822
- * Uploads a document to the specified store
33280
+ * Uploads one or more documents to the specified store and logs activity
32823
33281
  * @summary Upload a document
32824
33282
  * @param {string} xStoreID X-Store ID
32825
- * @param {File} file Document file
33283
+ * @param {File} file Document files (supports multiple)
32826
33284
  * @param {*} [options] Override http request option.
32827
33285
  * @throws {RequiredError}
32828
33286
  */
32829
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
33287
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayString>>;
32830
33288
  };
32831
33289
  /**
32832
33290
  * DocumentsApi - factory interface
@@ -32834,14 +33292,14 @@ export declare const DocumentsApiFp: (configuration?: Configuration) => {
32834
33292
  */
32835
33293
  export declare const DocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
32836
33294
  /**
32837
- * Uploads a document to the specified store
33295
+ * Uploads one or more documents to the specified store and logs activity
32838
33296
  * @summary Upload a document
32839
33297
  * @param {string} xStoreID X-Store ID
32840
- * @param {File} file Document file
33298
+ * @param {File} file Document files (supports multiple)
32841
33299
  * @param {*} [options] Override http request option.
32842
33300
  * @throws {RequiredError}
32843
33301
  */
32844
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
33302
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayString>;
32845
33303
  };
32846
33304
  /**
32847
33305
  * DocumentsApi - object-oriented interface
@@ -32851,15 +33309,15 @@ export declare const DocumentsApiFactory: (configuration?: Configuration, basePa
32851
33309
  */
32852
33310
  export declare class DocumentsApi extends BaseAPI {
32853
33311
  /**
32854
- * Uploads a document to the specified store
33312
+ * Uploads one or more documents to the specified store and logs activity
32855
33313
  * @summary Upload a document
32856
33314
  * @param {string} xStoreID X-Store ID
32857
- * @param {File} file Document file
33315
+ * @param {File} file Document files (supports multiple)
32858
33316
  * @param {*} [options] Override http request option.
32859
33317
  * @throws {RequiredError}
32860
33318
  * @memberof DocumentsApi
32861
33319
  */
32862
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
33320
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseArrayString, any, {}>>;
32863
33321
  }
32864
33322
  /**
32865
33323
  * ExternalAPINotificationsApi - axios parameter creator
@@ -34330,6 +34788,98 @@ export declare class LimitsApi extends BaseAPI {
34330
34788
  */
34331
34789
  miscLimitsPost(dataTypesCreateLimitRequestDto: DataTypesCreateLimitRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
34332
34790
  }
34791
+ /**
34792
+ * MenuManagementApi - axios parameter creator
34793
+ * @export
34794
+ */
34795
+ export declare const MenuManagementApiAxiosParamCreator: (configuration?: Configuration) => {
34796
+ /**
34797
+ * Safely adds a new menu to default configuration and retroactively applies to existing users/orgs/stores
34798
+ * @summary Add new menu with permissions
34799
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34800
+ * @param {*} [options] Override http request option.
34801
+ * @throws {RequiredError}
34802
+ */
34803
+ adminMenusAddPost: (menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
34804
+ /**
34805
+ * Preview what would happen when adding a menu (dry run)
34806
+ * @summary Get menu addition preview
34807
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34808
+ * @param {*} [options] Override http request option.
34809
+ * @throws {RequiredError}
34810
+ */
34811
+ adminMenusPreviewPost: (menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
34812
+ };
34813
+ /**
34814
+ * MenuManagementApi - functional programming interface
34815
+ * @export
34816
+ */
34817
+ export declare const MenuManagementApiFp: (configuration?: Configuration) => {
34818
+ /**
34819
+ * Safely adds a new menu to default configuration and retroactively applies to existing users/orgs/stores
34820
+ * @summary Add new menu with permissions
34821
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34822
+ * @param {*} [options] Override http request option.
34823
+ * @throws {RequiredError}
34824
+ */
34825
+ adminMenusAddPost(menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseMenuRoutesAddMenuResponse>>;
34826
+ /**
34827
+ * Preview what would happen when adding a menu (dry run)
34828
+ * @summary Get menu addition preview
34829
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34830
+ * @param {*} [options] Override http request option.
34831
+ * @throws {RequiredError}
34832
+ */
34833
+ adminMenusPreviewPost(menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseString>>;
34834
+ };
34835
+ /**
34836
+ * MenuManagementApi - factory interface
34837
+ * @export
34838
+ */
34839
+ export declare const MenuManagementApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
34840
+ /**
34841
+ * Safely adds a new menu to default configuration and retroactively applies to existing users/orgs/stores
34842
+ * @summary Add new menu with permissions
34843
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34844
+ * @param {*} [options] Override http request option.
34845
+ * @throws {RequiredError}
34846
+ */
34847
+ adminMenusAddPost(menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseMenuRoutesAddMenuResponse>;
34848
+ /**
34849
+ * Preview what would happen when adding a menu (dry run)
34850
+ * @summary Get menu addition preview
34851
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34852
+ * @param {*} [options] Override http request option.
34853
+ * @throws {RequiredError}
34854
+ */
34855
+ adminMenusPreviewPost(menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseString>;
34856
+ };
34857
+ /**
34858
+ * MenuManagementApi - object-oriented interface
34859
+ * @export
34860
+ * @class MenuManagementApi
34861
+ * @extends {BaseAPI}
34862
+ */
34863
+ export declare class MenuManagementApi extends BaseAPI {
34864
+ /**
34865
+ * Safely adds a new menu to default configuration and retroactively applies to existing users/orgs/stores
34866
+ * @summary Add new menu with permissions
34867
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34868
+ * @param {*} [options] Override http request option.
34869
+ * @throws {RequiredError}
34870
+ * @memberof MenuManagementApi
34871
+ */
34872
+ adminMenusAddPost(menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseMenuRoutesAddMenuResponse, any, {}>>;
34873
+ /**
34874
+ * Preview what would happen when adding a menu (dry run)
34875
+ * @summary Get menu addition preview
34876
+ * @param {MenuRoutesAddMenuRequest} menuRoutesAddMenuRequest Menu details
34877
+ * @param {*} [options] Override http request option.
34878
+ * @throws {RequiredError}
34879
+ * @memberof MenuManagementApi
34880
+ */
34881
+ adminMenusPreviewPost(menuRoutesAddMenuRequest: MenuRoutesAddMenuRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseString, any, {}>>;
34882
+ }
34333
34883
  /**
34334
34884
  * MenuRouteMetricsApi - axios parameter creator
34335
34885
  * @export
@@ -36418,8 +36968,8 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
36418
36968
  */
36419
36969
  adminOrganizationsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36420
36970
  /**
36421
- * Updates Orgnization information by ID.
36422
- * @summary Update an existing Orgnization
36971
+ * Updates Organization information by ID and logs the update activity.
36972
+ * @summary Update an existing Organization
36423
36973
  * @param {number} id Org Id
36424
36974
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
36425
36975
  * @param {*} [options] Override http request option.
@@ -36435,18 +36985,18 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
36435
36985
  */
36436
36986
  adminOrganizationsOrgIdGet: (orgId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36437
36987
  /**
36438
- * Adds a new Orgnization
36439
- * @summary Creates a new Orgnization
36440
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
36988
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
36989
+ * @summary Creates a new Organization
36990
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
36441
36991
  * @param {*} [options] Override http request option.
36442
36992
  * @throws {RequiredError}
36443
36993
  */
36444
36994
  adminOrganizationsPost: (dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36445
36995
  /**
36446
- * Deletes a Orgnization from the system by ID.
36447
- * @summary Delete a Orgnization
36448
- * @param {number} id Org ID
36449
- * @param {boolean} status status
36996
+ * Updates the deletion status of an Organization by ID.
36997
+ * @summary Delete an Organization (soft delete / status update)
36998
+ * @param {number} id Organization ID
36999
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
36450
37000
  * @param {*} [options] Override http request option.
36451
37001
  * @throws {RequiredError}
36452
37002
  */
@@ -36465,8 +37015,8 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
36465
37015
  */
36466
37016
  adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationsListResponse>>;
36467
37017
  /**
36468
- * Updates Orgnization information by ID.
36469
- * @summary Update an existing Orgnization
37018
+ * Updates Organization information by ID and logs the update activity.
37019
+ * @summary Update an existing Organization
36470
37020
  * @param {number} id Org Id
36471
37021
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
36472
37022
  * @param {*} [options] Override http request option.
@@ -36482,18 +37032,18 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
36482
37032
  */
36483
37033
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationResponse>>;
36484
37034
  /**
36485
- * Adds a new Orgnization
36486
- * @summary Creates a new Orgnization
36487
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37035
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37036
+ * @summary Creates a new Organization
37037
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
36488
37038
  * @param {*} [options] Override http request option.
36489
37039
  * @throws {RequiredError}
36490
37040
  */
36491
37041
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
36492
37042
  /**
36493
- * Deletes a Orgnization from the system by ID.
36494
- * @summary Delete a Orgnization
36495
- * @param {number} id Org ID
36496
- * @param {boolean} status status
37043
+ * Updates the deletion status of an Organization by ID.
37044
+ * @summary Delete an Organization (soft delete / status update)
37045
+ * @param {number} id Organization ID
37046
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
36497
37047
  * @param {*} [options] Override http request option.
36498
37048
  * @throws {RequiredError}
36499
37049
  */
@@ -36512,8 +37062,8 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
36512
37062
  */
36513
37063
  adminOrganizationsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationsListResponse>;
36514
37064
  /**
36515
- * Updates Orgnization information by ID.
36516
- * @summary Update an existing Orgnization
37065
+ * Updates Organization information by ID and logs the update activity.
37066
+ * @summary Update an existing Organization
36517
37067
  * @param {number} id Org Id
36518
37068
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
36519
37069
  * @param {*} [options] Override http request option.
@@ -36529,18 +37079,18 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
36529
37079
  */
36530
37080
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationResponse>;
36531
37081
  /**
36532
- * Adds a new Orgnization
36533
- * @summary Creates a new Orgnization
36534
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37082
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37083
+ * @summary Creates a new Organization
37084
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
36535
37085
  * @param {*} [options] Override http request option.
36536
37086
  * @throws {RequiredError}
36537
37087
  */
36538
37088
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
36539
37089
  /**
36540
- * Deletes a Orgnization from the system by ID.
36541
- * @summary Delete a Orgnization
36542
- * @param {number} id Org ID
36543
- * @param {boolean} status status
37090
+ * Updates the deletion status of an Organization by ID.
37091
+ * @summary Delete an Organization (soft delete / status update)
37092
+ * @param {number} id Organization ID
37093
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
36544
37094
  * @param {*} [options] Override http request option.
36545
37095
  * @throws {RequiredError}
36546
37096
  */
@@ -36562,8 +37112,8 @@ export declare class OrganizationsApi extends BaseAPI {
36562
37112
  */
36563
37113
  adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationsListResponse, any, {}>>;
36564
37114
  /**
36565
- * Updates Orgnization information by ID.
36566
- * @summary Update an existing Orgnization
37115
+ * Updates Organization information by ID and logs the update activity.
37116
+ * @summary Update an existing Organization
36567
37117
  * @param {number} id Org Id
36568
37118
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
36569
37119
  * @param {*} [options] Override http request option.
@@ -36581,19 +37131,19 @@ export declare class OrganizationsApi extends BaseAPI {
36581
37131
  */
36582
37132
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationResponse, any, {}>>;
36583
37133
  /**
36584
- * Adds a new Orgnization
36585
- * @summary Creates a new Orgnization
36586
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37134
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37135
+ * @summary Creates a new Organization
37136
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
36587
37137
  * @param {*} [options] Override http request option.
36588
37138
  * @throws {RequiredError}
36589
37139
  * @memberof OrganizationsApi
36590
37140
  */
36591
37141
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
36592
37142
  /**
36593
- * Deletes a Orgnization from the system by ID.
36594
- * @summary Delete a Orgnization
36595
- * @param {number} id Org ID
36596
- * @param {boolean} status status
37143
+ * Updates the deletion status of an Organization by ID.
37144
+ * @summary Delete an Organization (soft delete / status update)
37145
+ * @param {number} id Organization ID
37146
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
36597
37147
  * @param {*} [options] Override http request option.
36598
37148
  * @throws {RequiredError}
36599
37149
  * @memberof OrganizationsApi
@@ -36797,9 +37347,9 @@ export declare class ParentMenusApi extends BaseAPI {
36797
37347
  */
36798
37348
  export declare const PaymentGatewayApiAxiosParamCreator: (configuration?: Configuration) => {
36799
37349
  /**
36800
- * Creates a payment order using specified or default payment gateway
37350
+ * Creates a payment order using specified or default payment gateway. Organization ID is automatically extracted from JWT token.
36801
37351
  * @summary Create a new payment order
36802
- * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details
37352
+ * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details (org_id will be auto-populated from JWT)
36803
37353
  * @param {*} [options] Override http request option.
36804
37354
  * @throws {RequiredError}
36805
37355
  */
@@ -36918,9 +37468,9 @@ export declare const PaymentGatewayApiAxiosParamCreator: (configuration?: Config
36918
37468
  */
36919
37469
  export declare const PaymentGatewayApiFp: (configuration?: Configuration) => {
36920
37470
  /**
36921
- * Creates a payment order using specified or default payment gateway
37471
+ * Creates a payment order using specified or default payment gateway. Organization ID is automatically extracted from JWT token.
36922
37472
  * @summary Create a new payment order
36923
- * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details
37473
+ * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details (org_id will be auto-populated from JWT)
36924
37474
  * @param {*} [options] Override http request option.
36925
37475
  * @throws {RequiredError}
36926
37476
  */
@@ -37043,9 +37593,9 @@ export declare const PaymentGatewayApiFp: (configuration?: Configuration) => {
37043
37593
  */
37044
37594
  export declare const PaymentGatewayApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
37045
37595
  /**
37046
- * Creates a payment order using specified or default payment gateway
37596
+ * Creates a payment order using specified or default payment gateway. Organization ID is automatically extracted from JWT token.
37047
37597
  * @summary Create a new payment order
37048
- * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details
37598
+ * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details (org_id will be auto-populated from JWT)
37049
37599
  * @param {*} [options] Override http request option.
37050
37600
  * @throws {RequiredError}
37051
37601
  */
@@ -37170,9 +37720,9 @@ export declare const PaymentGatewayApiFactory: (configuration?: Configuration, b
37170
37720
  */
37171
37721
  export declare class PaymentGatewayApi extends BaseAPI {
37172
37722
  /**
37173
- * Creates a payment order using specified or default payment gateway
37723
+ * Creates a payment order using specified or default payment gateway. Organization ID is automatically extracted from JWT token.
37174
37724
  * @summary Create a new payment order
37175
- * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details
37725
+ * @param {DataTypesCreatePaymentOrderRequest} dataTypesCreatePaymentOrderRequest Payment order details (org_id will be auto-populated from JWT)
37176
37726
  * @param {*} [options] Override http request option.
37177
37727
  * @throws {RequiredError}
37178
37728
  * @memberof PaymentGatewayApi
@@ -37721,7 +38271,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
37721
38271
  */
37722
38272
  adminDefaultDeclensionsSearchGet: (lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37723
38273
  /**
37724
- * Bulk upload plural/declension groups from JSON array
38274
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
37725
38275
  * @summary Bulk upload plural/declension groups
37726
38276
  * @param {string} xStoreID X-Store ID
37727
38277
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -37753,7 +38303,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
37753
38303
  */
37754
38304
  adminStoresXStoreIDPluralsDeclensionsGet: (xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37755
38305
  /**
37756
- * Deletes a plural/declension group (soft delete)
38306
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
37757
38307
  * @summary Delete plural/declension group
37758
38308
  * @param {string} xStoreID X-Store ID
37759
38309
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -37790,7 +38340,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
37790
38340
  */
37791
38341
  adminStoresXStoreIDPluralsDeclensionsPost: (xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37792
38342
  /**
37793
- * Upload plural/declension groups from CSV file
38343
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
37794
38344
  * @summary Upload plural/declension groups from CSV file
37795
38345
  * @param {string} xStoreID X-Store ID
37796
38346
  * @param {File} file CSV file to upload
@@ -37799,7 +38349,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
37799
38349
  */
37800
38350
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost: (xStoreID: string, file: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37801
38351
  /**
37802
- * Upload plural/declension groups from JSON file
38352
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
37803
38353
  * @summary Upload plural/declension groups from JSON file
37804
38354
  * @param {string} xStoreID X-Store ID
37805
38355
  * @param {File} file JSON file to upload
@@ -37841,7 +38391,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
37841
38391
  */
37842
38392
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesDefaultDeclensionsResponseWrapper>>;
37843
38393
  /**
37844
- * Bulk upload plural/declension groups from JSON array
38394
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
37845
38395
  * @summary Bulk upload plural/declension groups
37846
38396
  * @param {string} xStoreID X-Store ID
37847
38397
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -37873,7 +38423,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
37873
38423
  */
37874
38424
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPluralDeclensionsResponseWrapper>>;
37875
38425
  /**
37876
- * Deletes a plural/declension group (soft delete)
38426
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
37877
38427
  * @summary Delete plural/declension group
37878
38428
  * @param {string} xStoreID X-Store ID
37879
38429
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -37910,7 +38460,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
37910
38460
  */
37911
38461
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPluralDeclensionResponseWrapper>>;
37912
38462
  /**
37913
- * Upload plural/declension groups from CSV file
38463
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
37914
38464
  * @summary Upload plural/declension groups from CSV file
37915
38465
  * @param {string} xStoreID X-Store ID
37916
38466
  * @param {File} file CSV file to upload
@@ -37919,7 +38469,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
37919
38469
  */
37920
38470
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesBulkUploadResponseWrapper>>;
37921
38471
  /**
37922
- * Upload plural/declension groups from JSON file
38472
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
37923
38473
  * @summary Upload plural/declension groups from JSON file
37924
38474
  * @param {string} xStoreID X-Store ID
37925
38475
  * @param {File} file JSON file to upload
@@ -37961,7 +38511,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
37961
38511
  */
37962
38512
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesDefaultDeclensionsResponseWrapper>;
37963
38513
  /**
37964
- * Bulk upload plural/declension groups from JSON array
38514
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
37965
38515
  * @summary Bulk upload plural/declension groups
37966
38516
  * @param {string} xStoreID X-Store ID
37967
38517
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -37993,7 +38543,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
37993
38543
  */
37994
38544
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPluralDeclensionsResponseWrapper>;
37995
38545
  /**
37996
- * Deletes a plural/declension group (soft delete)
38546
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
37997
38547
  * @summary Delete plural/declension group
37998
38548
  * @param {string} xStoreID X-Store ID
37999
38549
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38030,7 +38580,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38030
38580
  */
38031
38581
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPluralDeclensionResponseWrapper>;
38032
38582
  /**
38033
- * Upload plural/declension groups from CSV file
38583
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38034
38584
  * @summary Upload plural/declension groups from CSV file
38035
38585
  * @param {string} xStoreID X-Store ID
38036
38586
  * @param {File} file CSV file to upload
@@ -38039,7 +38589,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38039
38589
  */
38040
38590
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesBulkUploadResponseWrapper>;
38041
38591
  /**
38042
- * Upload plural/declension groups from JSON file
38592
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38043
38593
  * @summary Upload plural/declension groups from JSON file
38044
38594
  * @param {string} xStoreID X-Store ID
38045
38595
  * @param {File} file JSON file to upload
@@ -38086,7 +38636,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38086
38636
  */
38087
38637
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesDefaultDeclensionsResponseWrapper, any, {}>>;
38088
38638
  /**
38089
- * Bulk upload plural/declension groups from JSON array
38639
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38090
38640
  * @summary Bulk upload plural/declension groups
38091
38641
  * @param {string} xStoreID X-Store ID
38092
38642
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38121,7 +38671,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38121
38671
  */
38122
38672
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPluralDeclensionsResponseWrapper, any, {}>>;
38123
38673
  /**
38124
- * Deletes a plural/declension group (soft delete)
38674
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38125
38675
  * @summary Delete plural/declension group
38126
38676
  * @param {string} xStoreID X-Store ID
38127
38677
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38162,7 +38712,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38162
38712
  */
38163
38713
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPluralDeclensionResponseWrapper, any, {}>>;
38164
38714
  /**
38165
- * Upload plural/declension groups from CSV file
38715
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38166
38716
  * @summary Upload plural/declension groups from CSV file
38167
38717
  * @param {string} xStoreID X-Store ID
38168
38718
  * @param {File} file CSV file to upload
@@ -38172,7 +38722,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38172
38722
  */
38173
38723
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesBulkUploadResponseWrapper, any, {}>>;
38174
38724
  /**
38175
- * Upload plural/declension groups from JSON file
38725
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38176
38726
  * @summary Upload plural/declension groups from JSON file
38177
38727
  * @param {string} xStoreID X-Store ID
38178
38728
  * @param {File} file JSON file to upload
@@ -38362,7 +38912,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38362
38912
  */
38363
38913
  adminV1QuerySuggestionsMigrateAllPost: (daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38364
38914
  /**
38365
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
38915
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
38366
38916
  * @summary Apply Suggestion Filters
38367
38917
  * @param {string} xStoreID Store ID
38368
38918
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
@@ -38380,7 +38930,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38380
38930
  */
38381
38931
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete: (xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38382
38932
  /**
38383
- * Update an existing banned expression
38933
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
38384
38934
  * @summary Update Banned Expression
38385
38935
  * @param {string} xStoreID Store ID
38386
38936
  * @param {string} expressionID Banned Expression ID
@@ -38398,10 +38948,10 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38398
38948
  */
38399
38949
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38400
38950
  /**
38401
- * Create a new banned expression with specified matching type
38951
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
38402
38952
  * @summary Create Banned Expression
38403
38953
  * @param {string} xStoreID Store ID
38404
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
38954
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
38405
38955
  * @param {*} [options] Override http request option.
38406
38956
  * @throws {RequiredError}
38407
38957
  */
@@ -38475,7 +39025,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38475
39025
  */
38476
39026
  adminV1QuerySuggestionsXStoreIDGet: (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38477
39027
  /**
38478
- * Import query suggestions from JSON data
39028
+ * Import query suggestions from JSON data (Activity Logged)
38479
39029
  * @summary Import Query Suggestions
38480
39030
  * @param {string} xStoreID Store ID
38481
39031
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
@@ -38484,7 +39034,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38484
39034
  */
38485
39035
  adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38486
39036
  /**
38487
- * Delete manually added query suggestions for a store
39037
+ * Deletes manually added query suggestions for a store and records Activity Logs.
38488
39038
  * @summary Delete Manual Query Suggestions
38489
39039
  * @param {string} xStoreID Store ID
38490
39040
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -38493,7 +39043,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38493
39043
  */
38494
39044
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete: (xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38495
39045
  /**
38496
- * Add a manually created query suggestion for a store
39046
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
38497
39047
  * @summary Add Manual Query Suggestion
38498
39048
  * @param {string} xStoreID Store ID
38499
39049
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -38502,7 +39052,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38502
39052
  */
38503
39053
  adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38504
39054
  /**
38505
- * Migrate existing search analytics data to the new query suggestions management system
39055
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
38506
39056
  * @summary Migrate Existing Analytics Data
38507
39057
  * @param {string} xStoreID Store ID
38508
39058
  * @param {number} [daysBack] Number of days back to migrate data
@@ -38512,7 +39062,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38512
39062
  */
38513
39063
  adminV1QuerySuggestionsXStoreIDMigratePost: (xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38514
39064
  /**
38515
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39065
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
38516
39066
  * @summary Promote ALL Cached Suggestions to Management Table
38517
39067
  * @param {string} xStoreID Store ID
38518
39068
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -38521,7 +39071,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38521
39071
  */
38522
39072
  adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38523
39073
  /**
38524
- * Move selected auto-generated suggestions from cache to the management table
39074
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
38525
39075
  * @summary Promote Cached Suggestions to Management Table
38526
39076
  * @param {string} xStoreID Store ID
38527
39077
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
@@ -38530,7 +39080,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38530
39080
  */
38531
39081
  adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38532
39082
  /**
38533
- * Refresh auto-generated suggestions from search analytics data
39083
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
38534
39084
  * @summary Refresh Auto-Generated Suggestions
38535
39085
  * @param {string} xStoreID Store ID
38536
39086
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -38556,7 +39106,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38556
39106
  */
38557
39107
  adminV1QuerySuggestionsXStoreIDStatusGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38558
39108
  /**
38559
- * Delete a single query suggestion by its ID
39109
+ * Delete a single query suggestion by its ID and record an Activity Log.
38560
39110
  * @summary Delete Query Suggestion by ID
38561
39111
  * @param {string} xStoreID Store ID
38562
39112
  * @param {string} suggestionID Suggestion ID
@@ -38574,11 +39124,11 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38574
39124
  */
38575
39125
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet: (xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38576
39126
  /**
38577
- * Update a single query suggestion by its ID
39127
+ *
38578
39128
  * @summary Update Query Suggestion by ID
38579
39129
  * @param {string} xStoreID Store ID
38580
39130
  * @param {string} suggestionID Suggestion ID
38581
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39131
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
38582
39132
  * @param {*} [options] Override http request option.
38583
39133
  * @throws {RequiredError}
38584
39134
  */
@@ -38594,7 +39144,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38594
39144
  */
38595
39145
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: (xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38596
39146
  /**
38597
- * Sync enabled query suggestions to Typesense collection for public API usage
39147
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
38598
39148
  * @summary Sync Suggestions to Typesense
38599
39149
  * @param {string} xStoreID Store ID
38600
39150
  * @param {*} [options] Override http request option.
@@ -38645,14 +39195,14 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38645
39195
  */
38646
39196
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
38647
39197
  /**
38648
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39198
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
38649
39199
  * @summary Apply Suggestion Filters
38650
39200
  * @param {string} xStoreID Store ID
38651
39201
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
38652
39202
  * @param {*} [options] Override http request option.
38653
39203
  * @throws {RequiredError}
38654
39204
  */
38655
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39205
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>>;
38656
39206
  /**
38657
39207
  * Delete a banned expression
38658
39208
  * @summary Delete Banned Expression
@@ -38663,7 +39213,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38663
39213
  */
38664
39214
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
38665
39215
  /**
38666
- * Update an existing banned expression
39216
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
38667
39217
  * @summary Update Banned Expression
38668
39218
  * @param {string} xStoreID Store ID
38669
39219
  * @param {string} expressionID Banned Expression ID
@@ -38681,10 +39231,10 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38681
39231
  */
38682
39232
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response>>;
38683
39233
  /**
38684
- * Create a new banned expression with specified matching type
39234
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
38685
39235
  * @summary Create Banned Expression
38686
39236
  * @param {string} xStoreID Store ID
38687
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39237
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
38688
39238
  * @param {*} [options] Override http request option.
38689
39239
  * @throws {RequiredError}
38690
39240
  */
@@ -38758,16 +39308,16 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38758
39308
  */
38759
39309
  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>>;
38760
39310
  /**
38761
- * Import query suggestions from JSON data
39311
+ * Import query suggestions from JSON data (Activity Logged)
38762
39312
  * @summary Import Query Suggestions
38763
39313
  * @param {string} xStoreID Store ID
38764
39314
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
38765
39315
  * @param {*} [options] Override http request option.
38766
39316
  * @throws {RequiredError}
38767
39317
  */
38768
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39318
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
38769
39319
  /**
38770
- * Delete manually added query suggestions for a store
39320
+ * Deletes manually added query suggestions for a store and records Activity Logs.
38771
39321
  * @summary Delete Manual Query Suggestions
38772
39322
  * @param {string} xStoreID Store ID
38773
39323
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -38776,7 +39326,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38776
39326
  */
38777
39327
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
38778
39328
  /**
38779
- * Add a manually created query suggestion for a store
39329
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
38780
39330
  * @summary Add Manual Query Suggestion
38781
39331
  * @param {string} xStoreID Store ID
38782
39332
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -38785,7 +39335,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38785
39335
  */
38786
39336
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
38787
39337
  /**
38788
- * Migrate existing search analytics data to the new query suggestions management system
39338
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
38789
39339
  * @summary Migrate Existing Analytics Data
38790
39340
  * @param {string} xStoreID Store ID
38791
39341
  * @param {number} [daysBack] Number of days back to migrate data
@@ -38795,7 +39345,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38795
39345
  */
38796
39346
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
38797
39347
  /**
38798
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39348
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
38799
39349
  * @summary Promote ALL Cached Suggestions to Management Table
38800
39350
  * @param {string} xStoreID Store ID
38801
39351
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -38804,16 +39354,16 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38804
39354
  */
38805
39355
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>>;
38806
39356
  /**
38807
- * Move selected auto-generated suggestions from cache to the management table
39357
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
38808
39358
  * @summary Promote Cached Suggestions to Management Table
38809
39359
  * @param {string} xStoreID Store ID
38810
39360
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
38811
39361
  * @param {*} [options] Override http request option.
38812
39362
  * @throws {RequiredError}
38813
39363
  */
38814
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39364
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
38815
39365
  /**
38816
- * Refresh auto-generated suggestions from search analytics data
39366
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
38817
39367
  * @summary Refresh Auto-Generated Suggestions
38818
39368
  * @param {string} xStoreID Store ID
38819
39369
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -38839,7 +39389,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38839
39389
  */
38840
39390
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>>;
38841
39391
  /**
38842
- * Delete a single query suggestion by its ID
39392
+ * Delete a single query suggestion by its ID and record an Activity Log.
38843
39393
  * @summary Delete Query Suggestion by ID
38844
39394
  * @param {string} xStoreID Store ID
38845
39395
  * @param {string} suggestionID Suggestion ID
@@ -38857,11 +39407,11 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38857
39407
  */
38858
39408
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
38859
39409
  /**
38860
- * Update a single query suggestion by its ID
39410
+ *
38861
39411
  * @summary Update Query Suggestion by ID
38862
39412
  * @param {string} xStoreID Store ID
38863
39413
  * @param {string} suggestionID Suggestion ID
38864
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39414
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
38865
39415
  * @param {*} [options] Override http request option.
38866
39416
  * @throws {RequiredError}
38867
39417
  */
@@ -38877,7 +39427,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
38877
39427
  */
38878
39428
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
38879
39429
  /**
38880
- * Sync enabled query suggestions to Typesense collection for public API usage
39430
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
38881
39431
  * @summary Sync Suggestions to Typesense
38882
39432
  * @param {string} xStoreID Store ID
38883
39433
  * @param {*} [options] Override http request option.
@@ -38928,14 +39478,14 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
38928
39478
  */
38929
39479
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
38930
39480
  /**
38931
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39481
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
38932
39482
  * @summary Apply Suggestion Filters
38933
39483
  * @param {string} xStoreID Store ID
38934
39484
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
38935
39485
  * @param {*} [options] Override http request option.
38936
39486
  * @throws {RequiredError}
38937
39487
  */
38938
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39488
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>;
38939
39489
  /**
38940
39490
  * Delete a banned expression
38941
39491
  * @summary Delete Banned Expression
@@ -38946,7 +39496,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
38946
39496
  */
38947
39497
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
38948
39498
  /**
38949
- * Update an existing banned expression
39499
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
38950
39500
  * @summary Update Banned Expression
38951
39501
  * @param {string} xStoreID Store ID
38952
39502
  * @param {string} expressionID Banned Expression ID
@@ -38964,10 +39514,10 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
38964
39514
  */
38965
39515
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response>;
38966
39516
  /**
38967
- * Create a new banned expression with specified matching type
39517
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
38968
39518
  * @summary Create Banned Expression
38969
39519
  * @param {string} xStoreID Store ID
38970
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39520
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
38971
39521
  * @param {*} [options] Override http request option.
38972
39522
  * @throws {RequiredError}
38973
39523
  */
@@ -39041,16 +39591,16 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39041
39591
  */
39042
39592
  adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>;
39043
39593
  /**
39044
- * Import query suggestions from JSON data
39594
+ * Import query suggestions from JSON data (Activity Logged)
39045
39595
  * @summary Import Query Suggestions
39046
39596
  * @param {string} xStoreID Store ID
39047
39597
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
39048
39598
  * @param {*} [options] Override http request option.
39049
39599
  * @throws {RequiredError}
39050
39600
  */
39051
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39601
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
39052
39602
  /**
39053
- * Delete manually added query suggestions for a store
39603
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39054
39604
  * @summary Delete Manual Query Suggestions
39055
39605
  * @param {string} xStoreID Store ID
39056
39606
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39059,7 +39609,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39059
39609
  */
39060
39610
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39061
39611
  /**
39062
- * Add a manually created query suggestion for a store
39612
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39063
39613
  * @summary Add Manual Query Suggestion
39064
39614
  * @param {string} xStoreID Store ID
39065
39615
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39068,7 +39618,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39068
39618
  */
39069
39619
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
39070
39620
  /**
39071
- * Migrate existing search analytics data to the new query suggestions management system
39621
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39072
39622
  * @summary Migrate Existing Analytics Data
39073
39623
  * @param {string} xStoreID Store ID
39074
39624
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39078,7 +39628,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39078
39628
  */
39079
39629
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39080
39630
  /**
39081
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39631
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39082
39632
  * @summary Promote ALL Cached Suggestions to Management Table
39083
39633
  * @param {string} xStoreID Store ID
39084
39634
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39087,16 +39637,16 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39087
39637
  */
39088
39638
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>;
39089
39639
  /**
39090
- * Move selected auto-generated suggestions from cache to the management table
39640
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39091
39641
  * @summary Promote Cached Suggestions to Management Table
39092
39642
  * @param {string} xStoreID Store ID
39093
39643
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
39094
39644
  * @param {*} [options] Override http request option.
39095
39645
  * @throws {RequiredError}
39096
39646
  */
39097
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39647
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
39098
39648
  /**
39099
- * Refresh auto-generated suggestions from search analytics data
39649
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39100
39650
  * @summary Refresh Auto-Generated Suggestions
39101
39651
  * @param {string} xStoreID Store ID
39102
39652
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39122,7 +39672,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39122
39672
  */
39123
39673
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>;
39124
39674
  /**
39125
- * Delete a single query suggestion by its ID
39675
+ * Delete a single query suggestion by its ID and record an Activity Log.
39126
39676
  * @summary Delete Query Suggestion by ID
39127
39677
  * @param {string} xStoreID Store ID
39128
39678
  * @param {string} suggestionID Suggestion ID
@@ -39140,11 +39690,11 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39140
39690
  */
39141
39691
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
39142
39692
  /**
39143
- * Update a single query suggestion by its ID
39693
+ *
39144
39694
  * @summary Update Query Suggestion by ID
39145
39695
  * @param {string} xStoreID Store ID
39146
39696
  * @param {string} suggestionID Suggestion ID
39147
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39697
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39148
39698
  * @param {*} [options] Override http request option.
39149
39699
  * @throws {RequiredError}
39150
39700
  */
@@ -39160,7 +39710,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39160
39710
  */
39161
39711
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39162
39712
  /**
39163
- * Sync enabled query suggestions to Typesense collection for public API usage
39713
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39164
39714
  * @summary Sync Suggestions to Typesense
39165
39715
  * @param {string} xStoreID Store ID
39166
39716
  * @param {*} [options] Override http request option.
@@ -39214,7 +39764,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39214
39764
  */
39215
39765
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39216
39766
  /**
39217
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39767
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39218
39768
  * @summary Apply Suggestion Filters
39219
39769
  * @param {string} xStoreID Store ID
39220
39770
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
@@ -39222,7 +39772,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39222
39772
  * @throws {RequiredError}
39223
39773
  * @memberof QuerySuggestionsManagementApi
39224
39774
  */
39225
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39775
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response, any, {}>>;
39226
39776
  /**
39227
39777
  * Delete a banned expression
39228
39778
  * @summary Delete Banned Expression
@@ -39234,7 +39784,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39234
39784
  */
39235
39785
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39236
39786
  /**
39237
- * Update an existing banned expression
39787
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39238
39788
  * @summary Update Banned Expression
39239
39789
  * @param {string} xStoreID Store ID
39240
39790
  * @param {string} expressionID Banned Expression ID
@@ -39254,10 +39804,10 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39254
39804
  */
39255
39805
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response, any, {}>>;
39256
39806
  /**
39257
- * Create a new banned expression with specified matching type
39807
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39258
39808
  * @summary Create Banned Expression
39259
39809
  * @param {string} xStoreID Store ID
39260
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39810
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39261
39811
  * @param {*} [options] Override http request option.
39262
39812
  * @throws {RequiredError}
39263
39813
  * @memberof QuerySuggestionsManagementApi
@@ -39339,7 +39889,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39339
39889
  */
39340
39890
  adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDGet200Response, any, {}>>;
39341
39891
  /**
39342
- * Import query suggestions from JSON data
39892
+ * Import query suggestions from JSON data (Activity Logged)
39343
39893
  * @summary Import Query Suggestions
39344
39894
  * @param {string} xStoreID Store ID
39345
39895
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
@@ -39347,9 +39897,9 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39347
39897
  * @throws {RequiredError}
39348
39898
  * @memberof QuerySuggestionsManagementApi
39349
39899
  */
39350
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39900
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
39351
39901
  /**
39352
- * Delete manually added query suggestions for a store
39902
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39353
39903
  * @summary Delete Manual Query Suggestions
39354
39904
  * @param {string} xStoreID Store ID
39355
39905
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39359,7 +39909,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39359
39909
  */
39360
39910
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39361
39911
  /**
39362
- * Add a manually created query suggestion for a store
39912
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39363
39913
  * @summary Add Manual Query Suggestion
39364
39914
  * @param {string} xStoreID Store ID
39365
39915
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39369,7 +39919,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39369
39919
  */
39370
39920
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
39371
39921
  /**
39372
- * Migrate existing search analytics data to the new query suggestions management system
39922
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39373
39923
  * @summary Migrate Existing Analytics Data
39374
39924
  * @param {string} xStoreID Store ID
39375
39925
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39380,7 +39930,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39380
39930
  */
39381
39931
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39382
39932
  /**
39383
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39933
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39384
39934
  * @summary Promote ALL Cached Suggestions to Management Table
39385
39935
  * @param {string} xStoreID Store ID
39386
39936
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39390,7 +39940,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39390
39940
  */
39391
39941
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response, any, {}>>;
39392
39942
  /**
39393
- * Move selected auto-generated suggestions from cache to the management table
39943
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39394
39944
  * @summary Promote Cached Suggestions to Management Table
39395
39945
  * @param {string} xStoreID Store ID
39396
39946
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
@@ -39398,9 +39948,9 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39398
39948
  * @throws {RequiredError}
39399
39949
  * @memberof QuerySuggestionsManagementApi
39400
39950
  */
39401
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39951
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
39402
39952
  /**
39403
- * Refresh auto-generated suggestions from search analytics data
39953
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39404
39954
  * @summary Refresh Auto-Generated Suggestions
39405
39955
  * @param {string} xStoreID Store ID
39406
39956
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39429,7 +39979,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39429
39979
  */
39430
39980
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response, any, {}>>;
39431
39981
  /**
39432
- * Delete a single query suggestion by its ID
39982
+ * Delete a single query suggestion by its ID and record an Activity Log.
39433
39983
  * @summary Delete Query Suggestion by ID
39434
39984
  * @param {string} xStoreID Store ID
39435
39985
  * @param {string} suggestionID Suggestion ID
@@ -39449,11 +39999,11 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39449
39999
  */
39450
40000
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
39451
40001
  /**
39452
- * Update a single query suggestion by its ID
40002
+ *
39453
40003
  * @summary Update Query Suggestion by ID
39454
40004
  * @param {string} xStoreID Store ID
39455
40005
  * @param {string} suggestionID Suggestion ID
39456
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
40006
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39457
40007
  * @param {*} [options] Override http request option.
39458
40008
  * @throws {RequiredError}
39459
40009
  * @memberof QuerySuggestionsManagementApi
@@ -39471,7 +40021,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39471
40021
  */
39472
40022
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39473
40023
  /**
39474
- * Sync enabled query suggestions to Typesense collection for public API usage
40024
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39475
40025
  * @summary Sync Suggestions to Typesense
39476
40026
  * @param {string} xStoreID Store ID
39477
40027
  * @param {*} [options] Override http request option.
@@ -41154,7 +41704,7 @@ export declare const StopwordsApiAxiosParamCreator: (configuration?: Configurati
41154
41704
  */
41155
41705
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet: (xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41156
41706
  /**
41157
- * Removes store-specific words from a language word list
41707
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41158
41708
  * @summary Remove words from language word list
41159
41709
  * @param {string} xStoreID X-Store ID
41160
41710
  * @param {number} wordListID Word List ID
@@ -41164,7 +41714,7 @@ export declare const StopwordsApiAxiosParamCreator: (configuration?: Configurati
41164
41714
  */
41165
41715
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete: (xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41166
41716
  /**
41167
- * Adds words directly to a language word list for a specific store
41717
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41168
41718
  * @summary Add words to language word list
41169
41719
  * @param {string} xStoreID X-Store ID
41170
41720
  * @param {number} wordListID Word List ID
@@ -41224,7 +41774,7 @@ export declare const StopwordsApiFp: (configuration?: Configuration) => {
41224
41774
  */
41225
41775
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesWordListResponseEnhancedWrapper>>;
41226
41776
  /**
41227
- * Removes store-specific words from a language word list
41777
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41228
41778
  * @summary Remove words from language word list
41229
41779
  * @param {string} xStoreID X-Store ID
41230
41780
  * @param {number} wordListID Word List ID
@@ -41234,7 +41784,7 @@ export declare const StopwordsApiFp: (configuration?: Configuration) => {
41234
41784
  */
41235
41785
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUpdateWordStatusResponseWrapper>>;
41236
41786
  /**
41237
- * Adds words directly to a language word list for a specific store
41787
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41238
41788
  * @summary Add words to language word list
41239
41789
  * @param {string} xStoreID X-Store ID
41240
41790
  * @param {number} wordListID Word List ID
@@ -41294,7 +41844,7 @@ export declare const StopwordsApiFactory: (configuration?: Configuration, basePa
41294
41844
  */
41295
41845
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesWordListResponseEnhancedWrapper>;
41296
41846
  /**
41297
- * Removes store-specific words from a language word list
41847
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41298
41848
  * @summary Remove words from language word list
41299
41849
  * @param {string} xStoreID X-Store ID
41300
41850
  * @param {number} wordListID Word List ID
@@ -41304,7 +41854,7 @@ export declare const StopwordsApiFactory: (configuration?: Configuration, basePa
41304
41854
  */
41305
41855
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUpdateWordStatusResponseWrapper>;
41306
41856
  /**
41307
- * Adds words directly to a language word list for a specific store
41857
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41308
41858
  * @summary Add words to language word list
41309
41859
  * @param {string} xStoreID X-Store ID
41310
41860
  * @param {number} wordListID Word List ID
@@ -41370,7 +41920,7 @@ export declare class StopwordsApi extends BaseAPI {
41370
41920
  */
41371
41921
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesWordListResponseEnhancedWrapper, any, {}>>;
41372
41922
  /**
41373
- * Removes store-specific words from a language word list
41923
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41374
41924
  * @summary Remove words from language word list
41375
41925
  * @param {string} xStoreID X-Store ID
41376
41926
  * @param {number} wordListID Word List ID
@@ -41381,7 +41931,7 @@ export declare class StopwordsApi extends BaseAPI {
41381
41931
  */
41382
41932
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUpdateWordStatusResponseWrapper, any, {}>>;
41383
41933
  /**
41384
- * Adds words directly to a language word list for a specific store
41934
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41385
41935
  * @summary Add words to language word list
41386
41936
  * @param {string} xStoreID X-Store ID
41387
41937
  * @param {number} wordListID Word List ID
@@ -41688,7 +42238,7 @@ export declare class StoreCreationApi extends BaseAPI {
41688
42238
  */
41689
42239
  export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
41690
42240
  /**
41691
- * Performs bulk insert, update, upsert, or delete operations on documents. Each document can specify its own action. If same hash is generated for multiple documents, they will be treated as the same document.
42241
+ *
41692
42242
  * @summary Bulk document operations
41693
42243
  * @param {string} xStoreID X-Store ID
41694
42244
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -41715,7 +42265,7 @@ export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Config
41715
42265
  */
41716
42266
  adminStoresXStoreIDDocumentsDocumentIDGet: (xStoreID: string, documentID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41717
42267
  /**
41718
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42268
+ *
41719
42269
  * @summary Update document
41720
42270
  * @param {string} xStoreID X-Store ID
41721
42271
  * @param {string} documentID Document ID
@@ -41753,7 +42303,7 @@ export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Config
41753
42303
  */
41754
42304
  export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
41755
42305
  /**
41756
- * Performs bulk insert, update, upsert, or delete operations on documents. Each document can specify its own action. If same hash is generated for multiple documents, they will be treated as the same document.
42306
+ *
41757
42307
  * @summary Bulk document operations
41758
42308
  * @param {string} xStoreID X-Store ID
41759
42309
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -41780,7 +42330,7 @@ export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
41780
42330
  */
41781
42331
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesDocumentResponseWrapper>>;
41782
42332
  /**
41783
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42333
+ *
41784
42334
  * @summary Update document
41785
42335
  * @param {string} xStoreID X-Store ID
41786
42336
  * @param {string} documentID Document ID
@@ -41818,7 +42368,7 @@ export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
41818
42368
  */
41819
42369
  export declare const StoreDocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
41820
42370
  /**
41821
- * Performs bulk insert, update, upsert, or delete operations on documents. Each document can specify its own action. If same hash is generated for multiple documents, they will be treated as the same document.
42371
+ *
41822
42372
  * @summary Bulk document operations
41823
42373
  * @param {string} xStoreID X-Store ID
41824
42374
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -41845,7 +42395,7 @@ export declare const StoreDocumentsApiFactory: (configuration?: Configuration, b
41845
42395
  */
41846
42396
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesDocumentResponseWrapper>;
41847
42397
  /**
41848
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42398
+ *
41849
42399
  * @summary Update document
41850
42400
  * @param {string} xStoreID X-Store ID
41851
42401
  * @param {string} documentID Document ID
@@ -41885,7 +42435,7 @@ export declare const StoreDocumentsApiFactory: (configuration?: Configuration, b
41885
42435
  */
41886
42436
  export declare class StoreDocumentsApi extends BaseAPI {
41887
42437
  /**
41888
- * Performs bulk insert, update, upsert, or delete operations on documents. Each document can specify its own action. If same hash is generated for multiple documents, they will be treated as the same document.
42438
+ *
41889
42439
  * @summary Bulk document operations
41890
42440
  * @param {string} xStoreID X-Store ID
41891
42441
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -41915,7 +42465,7 @@ export declare class StoreDocumentsApi extends BaseAPI {
41915
42465
  */
41916
42466
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesDocumentResponseWrapper, any, {}>>;
41917
42467
  /**
41918
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42468
+ *
41919
42469
  * @summary Update document
41920
42470
  * @param {string} xStoreID X-Store ID
41921
42471
  * @param {string} documentID Document ID
@@ -41988,10 +42538,10 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
41988
42538
  */
41989
42539
  adminStoresStoreIDPut: (storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41990
42540
  /**
41991
- * Updates StoreStatus information by ID.
41992
- * @summary Update an existing StoreStatus
42541
+ * Updates the active/inactive status of a store by its ID.
42542
+ * @summary Update Store Status
41993
42543
  * @param {number} id Store ID
41994
- * @param {boolean} status status
42544
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
41995
42545
  * @param {*} [options] Override http request option.
41996
42546
  * @throws {RequiredError}
41997
42547
  */
@@ -42049,10 +42599,10 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42049
42599
  */
42050
42600
  adminStoresXStoreIDConfigGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42051
42601
  /**
42052
- * Updates the store configuration using x-store ID. Supports partial updates - you can update individual fields without providing all required fields. Now supports stopwords and synonyms configuration for enhanced search capabilities.
42602
+ *
42053
42603
  * @summary Update Store Config (Partial)
42054
42604
  * @param {string} xStoreID X-Store ID
42055
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42605
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42056
42606
  * @param {*} [options] Override http request option.
42057
42607
  * @throws {RequiredError}
42058
42608
  */
@@ -42111,13 +42661,13 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42111
42661
  */
42112
42662
  adminStoresXStoreIDStepStepPut: (xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42113
42663
  /**
42114
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
42664
+ *
42115
42665
  * @summary Regenerate X-Store Secret
42116
- * @param {string} xStoreID Current X-Store ID
42666
+ * @param {string} xstoreid Current X-Store ID
42117
42667
  * @param {*} [options] Override http request option.
42118
42668
  * @throws {RequiredError}
42119
42669
  */
42120
- xStoreIDRegenerateSecretPost: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42670
+ xstoreidRegenerateUidPut: (xstoreid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42121
42671
  };
42122
42672
  /**
42123
42673
  * StoresApi - functional programming interface
@@ -42157,10 +42707,10 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42157
42707
  */
42158
42708
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42159
42709
  /**
42160
- * Updates StoreStatus information by ID.
42161
- * @summary Update an existing StoreStatus
42710
+ * Updates the active/inactive status of a store by its ID.
42711
+ * @summary Update Store Status
42162
42712
  * @param {number} id Store ID
42163
- * @param {boolean} status status
42713
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42164
42714
  * @param {*} [options] Override http request option.
42165
42715
  * @throws {RequiredError}
42166
42716
  */
@@ -42218,10 +42768,10 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42218
42768
  */
42219
42769
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse>>;
42220
42770
  /**
42221
- * Updates the store configuration using x-store ID. Supports partial updates - you can update individual fields without providing all required fields. Now supports stopwords and synonyms configuration for enhanced search capabilities.
42771
+ *
42222
42772
  * @summary Update Store Config (Partial)
42223
42773
  * @param {string} xStoreID X-Store ID
42224
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42774
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42225
42775
  * @param {*} [options] Override http request option.
42226
42776
  * @throws {RequiredError}
42227
42777
  */
@@ -42280,13 +42830,13 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42280
42830
  */
42281
42831
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42282
42832
  /**
42283
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
42833
+ *
42284
42834
  * @summary Regenerate X-Store Secret
42285
- * @param {string} xStoreID Current X-Store ID
42835
+ * @param {string} xstoreid Current X-Store ID
42286
42836
  * @param {*} [options] Override http request option.
42287
42837
  * @throws {RequiredError}
42288
42838
  */
42289
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42839
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>>;
42290
42840
  };
42291
42841
  /**
42292
42842
  * StoresApi - factory interface
@@ -42326,10 +42876,10 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42326
42876
  */
42327
42877
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
42328
42878
  /**
42329
- * Updates StoreStatus information by ID.
42330
- * @summary Update an existing StoreStatus
42879
+ * Updates the active/inactive status of a store by its ID.
42880
+ * @summary Update Store Status
42331
42881
  * @param {number} id Store ID
42332
- * @param {boolean} status status
42882
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42333
42883
  * @param {*} [options] Override http request option.
42334
42884
  * @throws {RequiredError}
42335
42885
  */
@@ -42387,10 +42937,10 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42387
42937
  */
42388
42938
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse>;
42389
42939
  /**
42390
- * Updates the store configuration using x-store ID. Supports partial updates - you can update individual fields without providing all required fields. Now supports stopwords and synonyms configuration for enhanced search capabilities.
42940
+ *
42391
42941
  * @summary Update Store Config (Partial)
42392
42942
  * @param {string} xStoreID X-Store ID
42393
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42943
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42394
42944
  * @param {*} [options] Override http request option.
42395
42945
  * @throws {RequiredError}
42396
42946
  */
@@ -42449,13 +42999,13 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42449
42999
  */
42450
43000
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
42451
43001
  /**
42452
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43002
+ *
42453
43003
  * @summary Regenerate X-Store Secret
42454
- * @param {string} xStoreID Current X-Store ID
43004
+ * @param {string} xstoreid Current X-Store ID
42455
43005
  * @param {*} [options] Override http request option.
42456
43006
  * @throws {RequiredError}
42457
43007
  */
42458
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43008
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>;
42459
43009
  };
42460
43010
  /**
42461
43011
  * StoresApi - object-oriented interface
@@ -42501,10 +43051,10 @@ export declare class StoresApi extends BaseAPI {
42501
43051
  */
42502
43052
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
42503
43053
  /**
42504
- * Updates StoreStatus information by ID.
42505
- * @summary Update an existing StoreStatus
43054
+ * Updates the active/inactive status of a store by its ID.
43055
+ * @summary Update Store Status
42506
43056
  * @param {number} id Store ID
42507
- * @param {boolean} status status
43057
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42508
43058
  * @param {*} [options] Override http request option.
42509
43059
  * @throws {RequiredError}
42510
43060
  * @memberof StoresApi
@@ -42568,10 +43118,10 @@ export declare class StoresApi extends BaseAPI {
42568
43118
  */
42569
43119
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse, any, {}>>;
42570
43120
  /**
42571
- * Updates the store configuration using x-store ID. Supports partial updates - you can update individual fields without providing all required fields. Now supports stopwords and synonyms configuration for enhanced search capabilities.
43121
+ *
42572
43122
  * @summary Update Store Config (Partial)
42573
43123
  * @param {string} xStoreID X-Store ID
42574
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
43124
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42575
43125
  * @param {*} [options] Override http request option.
42576
43126
  * @throws {RequiredError}
42577
43127
  * @memberof StoresApi
@@ -42637,14 +43187,14 @@ export declare class StoresApi extends BaseAPI {
42637
43187
  */
42638
43188
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
42639
43189
  /**
42640
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43190
+ *
42641
43191
  * @summary Regenerate X-Store Secret
42642
- * @param {string} xStoreID Current X-Store ID
43192
+ * @param {string} xstoreid Current X-Store ID
42643
43193
  * @param {*} [options] Override http request option.
42644
43194
  * @throws {RequiredError}
42645
43195
  * @memberof StoresApi
42646
43196
  */
42647
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43197
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse, any, {}>>;
42648
43198
  }
42649
43199
  /**
42650
43200
  * SubscriptionsApi - axios parameter creator
@@ -43073,7 +43623,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43073
43623
  * @param {*} [options] Override http request option.
43074
43624
  * @throws {RequiredError}
43075
43625
  */
43076
- apiV1InvitationsInvitationIdDelete: (invitationId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43626
+ v1InvitationsInvitationIdDelete: (invitationId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43077
43627
  /**
43078
43628
  * Accepts a team invitation using token
43079
43629
  * @summary Accept invitation
@@ -43081,7 +43631,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43081
43631
  * @param {*} [options] Override http request option.
43082
43632
  * @throws {RequiredError}
43083
43633
  */
43084
- apiV1InvitationsTokenAcceptPost: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43634
+ v1InvitationsTokenAcceptPost: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43085
43635
  /**
43086
43636
  * Retrieves all users with access to a store
43087
43637
  * @summary Get store access list
@@ -43089,7 +43639,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43089
43639
  * @param {*} [options] Override http request option.
43090
43640
  * @throws {RequiredError}
43091
43641
  */
43092
- apiV1StoresStoreIdAccessGet: (storeId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43642
+ v1StoresStoreIdAccessGet: (storeId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43093
43643
  /**
43094
43644
  * Grants a user access to a store
43095
43645
  * @summary Grant store access
@@ -43098,7 +43648,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43098
43648
  * @param {*} [options] Override http request option.
43099
43649
  * @throws {RequiredError}
43100
43650
  */
43101
- apiV1StoresStoreIdAccessPost: (storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43651
+ v1StoresStoreIdAccessPost: (storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43102
43652
  /**
43103
43653
  * Revokes a user\'s access to a store
43104
43654
  * @summary Revoke store access
@@ -43107,7 +43657,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43107
43657
  * @param {*} [options] Override http request option.
43108
43658
  * @throws {RequiredError}
43109
43659
  */
43110
- apiV1StoresStoreIdAccessUserIdDelete: (storeId: number, userId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43660
+ v1StoresStoreIdAccessUserIdDelete: (storeId: number, userId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43111
43661
  /**
43112
43662
  * Updates a user\'s access level to a store
43113
43663
  * @summary Update store access level
@@ -43117,21 +43667,21 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43117
43667
  * @param {*} [options] Override http request option.
43118
43668
  * @throws {RequiredError}
43119
43669
  */
43120
- apiV1StoresStoreIdAccessUserIdPut: (storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43670
+ v1StoresStoreIdAccessUserIdPut: (storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43121
43671
  /**
43122
43672
  * Retrieves all pending invitations for the user\'s organization
43123
43673
  * @summary Get pending invitations
43124
43674
  * @param {*} [options] Override http request option.
43125
43675
  * @throws {RequiredError}
43126
43676
  */
43127
- apiV1TeamInvitationsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43677
+ v1TeamInvitationsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43128
43678
  /**
43129
43679
  * Retrieves all members of the user\'s organization with their details
43130
43680
  * @summary Get all members of an organization
43131
43681
  * @param {*} [options] Override http request option.
43132
43682
  * @throws {RequiredError}
43133
43683
  */
43134
- apiV1TeamMembersGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43684
+ v1TeamMembersGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43135
43685
  /**
43136
43686
  * Sends an invitation to a user to join the user\'s organization
43137
43687
  * @summary Invite a member to join organization
@@ -43139,7 +43689,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43139
43689
  * @param {*} [options] Override http request option.
43140
43690
  * @throws {RequiredError}
43141
43691
  */
43142
- apiV1TeamMembersInvitePost: (dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43692
+ v1TeamMembersInvitePost: (dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43143
43693
  /**
43144
43694
  * Removes a member from the user\'s organization
43145
43695
  * @summary Remove member from organization
@@ -43147,7 +43697,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43147
43697
  * @param {*} [options] Override http request option.
43148
43698
  * @throws {RequiredError}
43149
43699
  */
43150
- apiV1TeamMembersMemberIdDelete: (memberId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43700
+ v1TeamMembersMemberIdDelete: (memberId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43151
43701
  /**
43152
43702
  * Updates the role of a member in the user\'s organization
43153
43703
  * @summary Update member role
@@ -43156,7 +43706,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43156
43706
  * @param {*} [options] Override http request option.
43157
43707
  * @throws {RequiredError}
43158
43708
  */
43159
- apiV1TeamMembersMemberIdRolePut: (memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43709
+ v1TeamMembersMemberIdRolePut: (memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43160
43710
  /**
43161
43711
  * Retrieves all stores accessible to a user
43162
43712
  * @summary Get user\'s accessible stores
@@ -43164,7 +43714,7 @@ export declare const TeamApiAxiosParamCreator: (configuration?: Configuration) =
43164
43714
  * @param {*} [options] Override http request option.
43165
43715
  * @throws {RequiredError}
43166
43716
  */
43167
- apiV1UsersUserIdStoresGet: (userId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43717
+ v1UsersUserIdStoresGet: (userId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43168
43718
  };
43169
43719
  /**
43170
43720
  * TeamApi - functional programming interface
@@ -43178,7 +43728,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43178
43728
  * @param {*} [options] Override http request option.
43179
43729
  * @throws {RequiredError}
43180
43730
  */
43181
- apiV1InvitationsInvitationIdDelete(invitationId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43731
+ v1InvitationsInvitationIdDelete(invitationId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43182
43732
  /**
43183
43733
  * Accepts a team invitation using token
43184
43734
  * @summary Accept invitation
@@ -43186,7 +43736,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43186
43736
  * @param {*} [options] Override http request option.
43187
43737
  * @throws {RequiredError}
43188
43738
  */
43189
- apiV1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43739
+ v1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43190
43740
  /**
43191
43741
  * Retrieves all users with access to a store
43192
43742
  * @summary Get store access list
@@ -43194,7 +43744,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43194
43744
  * @param {*} [options] Override http request option.
43195
43745
  * @throws {RequiredError}
43196
43746
  */
43197
- apiV1StoresStoreIdAccessGet(storeId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesStoreAccessResponse>>;
43747
+ v1StoresStoreIdAccessGet(storeId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesStoreAccessResponse>>;
43198
43748
  /**
43199
43749
  * Grants a user access to a store
43200
43750
  * @summary Grant store access
@@ -43203,7 +43753,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43203
43753
  * @param {*} [options] Override http request option.
43204
43754
  * @throws {RequiredError}
43205
43755
  */
43206
- apiV1StoresStoreIdAccessPost(storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43756
+ v1StoresStoreIdAccessPost(storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43207
43757
  /**
43208
43758
  * Revokes a user\'s access to a store
43209
43759
  * @summary Revoke store access
@@ -43212,7 +43762,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43212
43762
  * @param {*} [options] Override http request option.
43213
43763
  * @throws {RequiredError}
43214
43764
  */
43215
- apiV1StoresStoreIdAccessUserIdDelete(storeId: number, userId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43765
+ v1StoresStoreIdAccessUserIdDelete(storeId: number, userId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43216
43766
  /**
43217
43767
  * Updates a user\'s access level to a store
43218
43768
  * @summary Update store access level
@@ -43222,21 +43772,21 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43222
43772
  * @param {*} [options] Override http request option.
43223
43773
  * @throws {RequiredError}
43224
43774
  */
43225
- apiV1StoresStoreIdAccessUserIdPut(storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43775
+ v1StoresStoreIdAccessUserIdPut(storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43226
43776
  /**
43227
43777
  * Retrieves all pending invitations for the user\'s organization
43228
43778
  * @summary Get pending invitations
43229
43779
  * @param {*} [options] Override http request option.
43230
43780
  * @throws {RequiredError}
43231
43781
  */
43232
- apiV1TeamInvitationsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesTeamInvitationsResponse>>;
43782
+ v1TeamInvitationsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesTeamInvitationsResponse>>;
43233
43783
  /**
43234
43784
  * Retrieves all members of the user\'s organization with their details
43235
43785
  * @summary Get all members of an organization
43236
43786
  * @param {*} [options] Override http request option.
43237
43787
  * @throws {RequiredError}
43238
43788
  */
43239
- apiV1TeamMembersGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrgMembersResponse>>;
43789
+ v1TeamMembersGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrgMembersResponse>>;
43240
43790
  /**
43241
43791
  * Sends an invitation to a user to join the user\'s organization
43242
43792
  * @summary Invite a member to join organization
@@ -43244,7 +43794,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43244
43794
  * @param {*} [options] Override http request option.
43245
43795
  * @throws {RequiredError}
43246
43796
  */
43247
- apiV1TeamMembersInvitePost(dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesInvitationCreatedResponse>>;
43797
+ v1TeamMembersInvitePost(dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesInvitationCreatedResponse>>;
43248
43798
  /**
43249
43799
  * Removes a member from the user\'s organization
43250
43800
  * @summary Remove member from organization
@@ -43252,7 +43802,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43252
43802
  * @param {*} [options] Override http request option.
43253
43803
  * @throws {RequiredError}
43254
43804
  */
43255
- apiV1TeamMembersMemberIdDelete(memberId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43805
+ v1TeamMembersMemberIdDelete(memberId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43256
43806
  /**
43257
43807
  * Updates the role of a member in the user\'s organization
43258
43808
  * @summary Update member role
@@ -43261,7 +43811,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43261
43811
  * @param {*} [options] Override http request option.
43262
43812
  * @throws {RequiredError}
43263
43813
  */
43264
- apiV1TeamMembersMemberIdRolePut(memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43814
+ v1TeamMembersMemberIdRolePut(memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43265
43815
  /**
43266
43816
  * Retrieves all stores accessible to a user
43267
43817
  * @summary Get user\'s accessible stores
@@ -43269,7 +43819,7 @@ export declare const TeamApiFp: (configuration?: Configuration) => {
43269
43819
  * @param {*} [options] Override http request option.
43270
43820
  * @throws {RequiredError}
43271
43821
  */
43272
- apiV1UsersUserIdStoresGet(userId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUserStoresResponse>>;
43822
+ v1UsersUserIdStoresGet(userId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUserStoresResponse>>;
43273
43823
  };
43274
43824
  /**
43275
43825
  * TeamApi - factory interface
@@ -43283,7 +43833,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43283
43833
  * @param {*} [options] Override http request option.
43284
43834
  * @throws {RequiredError}
43285
43835
  */
43286
- apiV1InvitationsInvitationIdDelete(invitationId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43836
+ v1InvitationsInvitationIdDelete(invitationId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43287
43837
  /**
43288
43838
  * Accepts a team invitation using token
43289
43839
  * @summary Accept invitation
@@ -43291,7 +43841,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43291
43841
  * @param {*} [options] Override http request option.
43292
43842
  * @throws {RequiredError}
43293
43843
  */
43294
- apiV1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43844
+ v1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43295
43845
  /**
43296
43846
  * Retrieves all users with access to a store
43297
43847
  * @summary Get store access list
@@ -43299,7 +43849,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43299
43849
  * @param {*} [options] Override http request option.
43300
43850
  * @throws {RequiredError}
43301
43851
  */
43302
- apiV1StoresStoreIdAccessGet(storeId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesStoreAccessResponse>;
43852
+ v1StoresStoreIdAccessGet(storeId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesStoreAccessResponse>;
43303
43853
  /**
43304
43854
  * Grants a user access to a store
43305
43855
  * @summary Grant store access
@@ -43308,7 +43858,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43308
43858
  * @param {*} [options] Override http request option.
43309
43859
  * @throws {RequiredError}
43310
43860
  */
43311
- apiV1StoresStoreIdAccessPost(storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43861
+ v1StoresStoreIdAccessPost(storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43312
43862
  /**
43313
43863
  * Revokes a user\'s access to a store
43314
43864
  * @summary Revoke store access
@@ -43317,7 +43867,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43317
43867
  * @param {*} [options] Override http request option.
43318
43868
  * @throws {RequiredError}
43319
43869
  */
43320
- apiV1StoresStoreIdAccessUserIdDelete(storeId: number, userId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43870
+ v1StoresStoreIdAccessUserIdDelete(storeId: number, userId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43321
43871
  /**
43322
43872
  * Updates a user\'s access level to a store
43323
43873
  * @summary Update store access level
@@ -43327,21 +43877,21 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43327
43877
  * @param {*} [options] Override http request option.
43328
43878
  * @throws {RequiredError}
43329
43879
  */
43330
- apiV1StoresStoreIdAccessUserIdPut(storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43880
+ v1StoresStoreIdAccessUserIdPut(storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43331
43881
  /**
43332
43882
  * Retrieves all pending invitations for the user\'s organization
43333
43883
  * @summary Get pending invitations
43334
43884
  * @param {*} [options] Override http request option.
43335
43885
  * @throws {RequiredError}
43336
43886
  */
43337
- apiV1TeamInvitationsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesTeamInvitationsResponse>;
43887
+ v1TeamInvitationsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesTeamInvitationsResponse>;
43338
43888
  /**
43339
43889
  * Retrieves all members of the user\'s organization with their details
43340
43890
  * @summary Get all members of an organization
43341
43891
  * @param {*} [options] Override http request option.
43342
43892
  * @throws {RequiredError}
43343
43893
  */
43344
- apiV1TeamMembersGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrgMembersResponse>;
43894
+ v1TeamMembersGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrgMembersResponse>;
43345
43895
  /**
43346
43896
  * Sends an invitation to a user to join the user\'s organization
43347
43897
  * @summary Invite a member to join organization
@@ -43349,7 +43899,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43349
43899
  * @param {*} [options] Override http request option.
43350
43900
  * @throws {RequiredError}
43351
43901
  */
43352
- apiV1TeamMembersInvitePost(dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesInvitationCreatedResponse>;
43902
+ v1TeamMembersInvitePost(dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesInvitationCreatedResponse>;
43353
43903
  /**
43354
43904
  * Removes a member from the user\'s organization
43355
43905
  * @summary Remove member from organization
@@ -43357,7 +43907,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43357
43907
  * @param {*} [options] Override http request option.
43358
43908
  * @throws {RequiredError}
43359
43909
  */
43360
- apiV1TeamMembersMemberIdDelete(memberId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43910
+ v1TeamMembersMemberIdDelete(memberId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43361
43911
  /**
43362
43912
  * Updates the role of a member in the user\'s organization
43363
43913
  * @summary Update member role
@@ -43366,7 +43916,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43366
43916
  * @param {*} [options] Override http request option.
43367
43917
  * @throws {RequiredError}
43368
43918
  */
43369
- apiV1TeamMembersMemberIdRolePut(memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43919
+ v1TeamMembersMemberIdRolePut(memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43370
43920
  /**
43371
43921
  * Retrieves all stores accessible to a user
43372
43922
  * @summary Get user\'s accessible stores
@@ -43374,7 +43924,7 @@ export declare const TeamApiFactory: (configuration?: Configuration, basePath?:
43374
43924
  * @param {*} [options] Override http request option.
43375
43925
  * @throws {RequiredError}
43376
43926
  */
43377
- apiV1UsersUserIdStoresGet(userId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUserStoresResponse>;
43927
+ v1UsersUserIdStoresGet(userId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUserStoresResponse>;
43378
43928
  };
43379
43929
  /**
43380
43930
  * TeamApi - object-oriented interface
@@ -43391,7 +43941,7 @@ export declare class TeamApi extends BaseAPI {
43391
43941
  * @throws {RequiredError}
43392
43942
  * @memberof TeamApi
43393
43943
  */
43394
- apiV1InvitationsInvitationIdDelete(invitationId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43944
+ v1InvitationsInvitationIdDelete(invitationId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43395
43945
  /**
43396
43946
  * Accepts a team invitation using token
43397
43947
  * @summary Accept invitation
@@ -43400,7 +43950,7 @@ export declare class TeamApi extends BaseAPI {
43400
43950
  * @throws {RequiredError}
43401
43951
  * @memberof TeamApi
43402
43952
  */
43403
- apiV1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43953
+ v1InvitationsTokenAcceptPost(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43404
43954
  /**
43405
43955
  * Retrieves all users with access to a store
43406
43956
  * @summary Get store access list
@@ -43409,7 +43959,7 @@ export declare class TeamApi extends BaseAPI {
43409
43959
  * @throws {RequiredError}
43410
43960
  * @memberof TeamApi
43411
43961
  */
43412
- apiV1StoresStoreIdAccessGet(storeId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesStoreAccessResponse, any, {}>>;
43962
+ v1StoresStoreIdAccessGet(storeId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesStoreAccessResponse, any, {}>>;
43413
43963
  /**
43414
43964
  * Grants a user access to a store
43415
43965
  * @summary Grant store access
@@ -43419,7 +43969,7 @@ export declare class TeamApi extends BaseAPI {
43419
43969
  * @throws {RequiredError}
43420
43970
  * @memberof TeamApi
43421
43971
  */
43422
- apiV1StoresStoreIdAccessPost(storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43972
+ v1StoresStoreIdAccessPost(storeId: number, dataTypesGrantStoreAccessRequest: DataTypesGrantStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43423
43973
  /**
43424
43974
  * Revokes a user\'s access to a store
43425
43975
  * @summary Revoke store access
@@ -43429,7 +43979,7 @@ export declare class TeamApi extends BaseAPI {
43429
43979
  * @throws {RequiredError}
43430
43980
  * @memberof TeamApi
43431
43981
  */
43432
- apiV1StoresStoreIdAccessUserIdDelete(storeId: number, userId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43982
+ v1StoresStoreIdAccessUserIdDelete(storeId: number, userId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43433
43983
  /**
43434
43984
  * Updates a user\'s access level to a store
43435
43985
  * @summary Update store access level
@@ -43440,7 +43990,7 @@ export declare class TeamApi extends BaseAPI {
43440
43990
  * @throws {RequiredError}
43441
43991
  * @memberof TeamApi
43442
43992
  */
43443
- apiV1StoresStoreIdAccessUserIdPut(storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43993
+ v1StoresStoreIdAccessUserIdPut(storeId: number, userId: number, dataTypesUpdateStoreAccessRequest: DataTypesUpdateStoreAccessRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43444
43994
  /**
43445
43995
  * Retrieves all pending invitations for the user\'s organization
43446
43996
  * @summary Get pending invitations
@@ -43448,7 +43998,7 @@ export declare class TeamApi extends BaseAPI {
43448
43998
  * @throws {RequiredError}
43449
43999
  * @memberof TeamApi
43450
44000
  */
43451
- apiV1TeamInvitationsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesTeamInvitationsResponse, any, {}>>;
44001
+ v1TeamInvitationsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesTeamInvitationsResponse, any, {}>>;
43452
44002
  /**
43453
44003
  * Retrieves all members of the user\'s organization with their details
43454
44004
  * @summary Get all members of an organization
@@ -43456,7 +44006,7 @@ export declare class TeamApi extends BaseAPI {
43456
44006
  * @throws {RequiredError}
43457
44007
  * @memberof TeamApi
43458
44008
  */
43459
- apiV1TeamMembersGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrgMembersResponse, any, {}>>;
44009
+ v1TeamMembersGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrgMembersResponse, any, {}>>;
43460
44010
  /**
43461
44011
  * Sends an invitation to a user to join the user\'s organization
43462
44012
  * @summary Invite a member to join organization
@@ -43465,7 +44015,7 @@ export declare class TeamApi extends BaseAPI {
43465
44015
  * @throws {RequiredError}
43466
44016
  * @memberof TeamApi
43467
44017
  */
43468
- apiV1TeamMembersInvitePost(dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesInvitationCreatedResponse, any, {}>>;
44018
+ v1TeamMembersInvitePost(dataTypesInviteMemberRequest: DataTypesInviteMemberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesInvitationCreatedResponse, any, {}>>;
43469
44019
  /**
43470
44020
  * Removes a member from the user\'s organization
43471
44021
  * @summary Remove member from organization
@@ -43474,7 +44024,7 @@ export declare class TeamApi extends BaseAPI {
43474
44024
  * @throws {RequiredError}
43475
44025
  * @memberof TeamApi
43476
44026
  */
43477
- apiV1TeamMembersMemberIdDelete(memberId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
44027
+ v1TeamMembersMemberIdDelete(memberId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43478
44028
  /**
43479
44029
  * Updates the role of a member in the user\'s organization
43480
44030
  * @summary Update member role
@@ -43484,7 +44034,7 @@ export declare class TeamApi extends BaseAPI {
43484
44034
  * @throws {RequiredError}
43485
44035
  * @memberof TeamApi
43486
44036
  */
43487
- apiV1TeamMembersMemberIdRolePut(memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
44037
+ v1TeamMembersMemberIdRolePut(memberId: number, dataTypesUpdateMemberRoleRequest: DataTypesUpdateMemberRoleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43488
44038
  /**
43489
44039
  * Retrieves all stores accessible to a user
43490
44040
  * @summary Get user\'s accessible stores
@@ -43493,7 +44043,7 @@ export declare class TeamApi extends BaseAPI {
43493
44043
  * @throws {RequiredError}
43494
44044
  * @memberof TeamApi
43495
44045
  */
43496
- apiV1UsersUserIdStoresGet(userId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUserStoresResponse, any, {}>>;
44046
+ v1UsersUserIdStoresGet(userId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUserStoresResponse, any, {}>>;
43497
44047
  }
43498
44048
  /**
43499
44049
  * UserApi - axios parameter creator