@seekora-ai/admin-api 1.1.37 → 1.1.39

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/esm/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
@@ -1416,6 +1416,110 @@ export interface AnalyticsAPIUsageResponse {
1416
1416
  */
1417
1417
  'status'?: number;
1418
1418
  }
1419
+ /**
1420
+ *
1421
+ * @export
1422
+ * @interface AnalyticsActivityLogEvent
1423
+ */
1424
+ export interface AnalyticsActivityLogEvent {
1425
+ /**
1426
+ *
1427
+ * @type {string}
1428
+ * @memberof AnalyticsActivityLogEvent
1429
+ */
1430
+ 'action_type'?: string;
1431
+ /**
1432
+ *
1433
+ * @type {string}
1434
+ * @memberof AnalyticsActivityLogEvent
1435
+ */
1436
+ 'changed_fields'?: string;
1437
+ /**
1438
+ *
1439
+ * @type {string}
1440
+ * @memberof AnalyticsActivityLogEvent
1441
+ */
1442
+ 'description'?: string;
1443
+ /**
1444
+ *
1445
+ * @type {string}
1446
+ * @memberof AnalyticsActivityLogEvent
1447
+ */
1448
+ 'event_id'?: string;
1449
+ /**
1450
+ *
1451
+ * @type {string}
1452
+ * @memberof AnalyticsActivityLogEvent
1453
+ */
1454
+ 'ip_address'?: string;
1455
+ /**
1456
+ *
1457
+ * @type {string}
1458
+ * @memberof AnalyticsActivityLogEvent
1459
+ */
1460
+ 'resource_id'?: string;
1461
+ /**
1462
+ *
1463
+ * @type {string}
1464
+ * @memberof AnalyticsActivityLogEvent
1465
+ */
1466
+ 'resource_type'?: string;
1467
+ /**
1468
+ *
1469
+ * @type {string}
1470
+ * @memberof AnalyticsActivityLogEvent
1471
+ */
1472
+ 'state_after'?: string;
1473
+ /**
1474
+ *
1475
+ * @type {string}
1476
+ * @memberof AnalyticsActivityLogEvent
1477
+ */
1478
+ 'state_before'?: string;
1479
+ /**
1480
+ *
1481
+ * @type {string}
1482
+ * @memberof AnalyticsActivityLogEvent
1483
+ */
1484
+ 'timestamp'?: string;
1485
+ /**
1486
+ *
1487
+ * @type {string}
1488
+ * @memberof AnalyticsActivityLogEvent
1489
+ */
1490
+ 'user_agent'?: string;
1491
+ }
1492
+ /**
1493
+ *
1494
+ * @export
1495
+ * @interface AnalyticsActivityLogResponse
1496
+ */
1497
+ export interface AnalyticsActivityLogResponse {
1498
+ /**
1499
+ *
1500
+ * @type {Array<AnalyticsActivityLogEvent>}
1501
+ * @memberof AnalyticsActivityLogResponse
1502
+ */
1503
+ 'data'?: Array<AnalyticsActivityLogEvent>;
1504
+ /**
1505
+ *
1506
+ * @type {string}
1507
+ * @memberof AnalyticsActivityLogResponse
1508
+ */
1509
+ 'message'?: string;
1510
+ /**
1511
+ *
1512
+ * @type {SeekoraGoSrcRoutesAnalyticsPaginationMeta}
1513
+ * @memberof AnalyticsActivityLogResponse
1514
+ */
1515
+ 'meta'?: SeekoraGoSrcRoutesAnalyticsPaginationMeta;
1516
+ /**
1517
+ *
1518
+ * @type {number}
1519
+ * @memberof AnalyticsActivityLogResponse
1520
+ */
1521
+ 'status'?: number;
1522
+ }
1419
1523
  /**
1420
1524
  *
1421
1525
  * @export
@@ -10110,6 +10214,31 @@ export interface DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping {
10110
10214
  */
10111
10215
  'status'?: number;
10112
10216
  }
10217
+ /**
10218
+ *
10219
+ * @export
10220
+ * @interface DataTypesGenericResponseArrayString
10221
+ */
10222
+ export interface DataTypesGenericResponseArrayString {
10223
+ /**
10224
+ *
10225
+ * @type {Array<string>}
10226
+ * @memberof DataTypesGenericResponseArrayString
10227
+ */
10228
+ 'data'?: Array<string>;
10229
+ /**
10230
+ *
10231
+ * @type {string}
10232
+ * @memberof DataTypesGenericResponseArrayString
10233
+ */
10234
+ 'message'?: string;
10235
+ /**
10236
+ *
10237
+ * @type {number}
10238
+ * @memberof DataTypesGenericResponseArrayString
10239
+ */
10240
+ 'status'?: number;
10241
+ }
10113
10242
  /**
10114
10243
  *
10115
10244
  * @export
@@ -10335,6 +10464,31 @@ export interface DataTypesGenericResponseDataTypesReceipt {
10335
10464
  */
10336
10465
  'status'?: number;
10337
10466
  }
10467
+ /**
10468
+ *
10469
+ * @export
10470
+ * @interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10471
+ */
10472
+ export interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse {
10473
+ /**
10474
+ *
10475
+ * @type {DataTypesRegenerateXStoreSecretResponse}
10476
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10477
+ */
10478
+ 'data'?: DataTypesRegenerateXStoreSecretResponse;
10479
+ /**
10480
+ *
10481
+ * @type {string}
10482
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10483
+ */
10484
+ 'message'?: string;
10485
+ /**
10486
+ *
10487
+ * @type {number}
10488
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10489
+ */
10490
+ 'status'?: number;
10491
+ }
10338
10492
  /**
10339
10493
  *
10340
10494
  * @export
@@ -17287,6 +17441,25 @@ export interface DataTypesRefundStatusDto {
17287
17441
  */
17288
17442
  'updated_at'?: string;
17289
17443
  }
17444
+ /**
17445
+ *
17446
+ * @export
17447
+ * @interface DataTypesRegenerateXStoreSecretResponse
17448
+ */
17449
+ export interface DataTypesRegenerateXStoreSecretResponse {
17450
+ /**
17451
+ *
17452
+ * @type {string}
17453
+ * @memberof DataTypesRegenerateXStoreSecretResponse
17454
+ */
17455
+ 'new_xstore_secret'?: string;
17456
+ /**
17457
+ *
17458
+ * @type {string}
17459
+ * @memberof DataTypesRegenerateXStoreSecretResponse
17460
+ */
17461
+ 'old_xstore_secret'?: string;
17462
+ }
17290
17463
  /**
17291
17464
  *
17292
17465
  * @export
@@ -17777,7 +17950,7 @@ export interface DataTypesRoleRightWithMenu {
17777
17950
  */
17778
17951
  'isEnabled'?: boolean;
17779
17952
  /**
17780
- *
17953
+ * Optional menu details - may be missing in request payloads
17781
17954
  * @type {DataTypesMenu}
17782
17955
  * @memberof DataTypesRoleRightWithMenu
17783
17956
  */
@@ -25755,7 +25928,7 @@ export declare const AccountSettingsApiAxiosParamCreator: (configuration?: Confi
25755
25928
  */
25756
25929
  accountSettingsOrganizationLogoPut: (logo: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25757
25930
  /**
25758
- * Updates the organization details of the currently logged-in user
25931
+ * Updates the organization details of the currently logged-in user and logs the activity
25759
25932
  * @summary Update user\'s organization
25760
25933
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25761
25934
  * @param {*} [options] Override http request option.
@@ -25822,7 +25995,7 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
25822
25995
  */
25823
25996
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationResponse>>;
25824
25997
  /**
25825
- * Updates the organization details of the currently logged-in user
25998
+ * Updates the organization details of the currently logged-in user and logs the activity
25826
25999
  * @summary Update user\'s organization
25827
26000
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25828
26001
  * @param {*} [options] Override http request option.
@@ -25889,7 +26062,7 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
25889
26062
  */
25890
26063
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationResponse>;
25891
26064
  /**
25892
- * Updates the organization details of the currently logged-in user
26065
+ * Updates the organization details of the currently logged-in user and logs the activity
25893
26066
  * @summary Update user\'s organization
25894
26067
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25895
26068
  * @param {*} [options] Override http request option.
@@ -25961,7 +26134,7 @@ export declare class AccountSettingsApi extends BaseAPI {
25961
26134
  */
25962
26135
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationResponse, any, {}>>;
25963
26136
  /**
25964
- * Updates the organization details of the currently logged-in user
26137
+ * Updates the organization details of the currently logged-in user and logs the activity
25965
26138
  * @summary Update user\'s organization
25966
26139
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25967
26140
  * @param {*} [options] Override http request option.
@@ -26005,6 +26178,77 @@ export declare class AccountSettingsApi extends BaseAPI {
26005
26178
  */
26006
26179
  accountSettingsSetPasswordPut(dataTypesSetPasswordRequest: DataTypesSetPasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
26007
26180
  }
26181
+ /**
26182
+ * ActivityLogsApi - axios parameter creator
26183
+ * @export
26184
+ */
26185
+ export declare const ActivityLogsApiAxiosParamCreator: (configuration?: Configuration) => {
26186
+ /**
26187
+ * Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
26188
+ * @summary Get Activity Logs
26189
+ * @param {string} [startDate] Start date (ISO 8601 format)
26190
+ * @param {string} [endDate] End date (ISO 8601 format)
26191
+ * @param {number} [page] Page number (default: 1)
26192
+ * @param {number} [perPage] Results per page (default: 50, max: 1000)
26193
+ * @param {*} [options] Override http request option.
26194
+ * @throws {RequiredError}
26195
+ */
26196
+ analyticsActivityLogsGet: (startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
26197
+ };
26198
+ /**
26199
+ * ActivityLogsApi - functional programming interface
26200
+ * @export
26201
+ */
26202
+ export declare const ActivityLogsApiFp: (configuration?: Configuration) => {
26203
+ /**
26204
+ * Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
26205
+ * @summary Get Activity Logs
26206
+ * @param {string} [startDate] Start date (ISO 8601 format)
26207
+ * @param {string} [endDate] End date (ISO 8601 format)
26208
+ * @param {number} [page] Page number (default: 1)
26209
+ * @param {number} [perPage] Results per page (default: 50, max: 1000)
26210
+ * @param {*} [options] Override http request option.
26211
+ * @throws {RequiredError}
26212
+ */
26213
+ analyticsActivityLogsGet(startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsActivityLogResponse>>;
26214
+ };
26215
+ /**
26216
+ * ActivityLogsApi - factory interface
26217
+ * @export
26218
+ */
26219
+ export declare const ActivityLogsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
26220
+ /**
26221
+ * Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
26222
+ * @summary Get Activity Logs
26223
+ * @param {string} [startDate] Start date (ISO 8601 format)
26224
+ * @param {string} [endDate] End date (ISO 8601 format)
26225
+ * @param {number} [page] Page number (default: 1)
26226
+ * @param {number} [perPage] Results per page (default: 50, max: 1000)
26227
+ * @param {*} [options] Override http request option.
26228
+ * @throws {RequiredError}
26229
+ */
26230
+ analyticsActivityLogsGet(startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsActivityLogResponse>;
26231
+ };
26232
+ /**
26233
+ * ActivityLogsApi - object-oriented interface
26234
+ * @export
26235
+ * @class ActivityLogsApi
26236
+ * @extends {BaseAPI}
26237
+ */
26238
+ export declare class ActivityLogsApi extends BaseAPI {
26239
+ /**
26240
+ * Retrieve user activity logs from ClickHouse system_events table with filtering and pagination.
26241
+ * @summary Get Activity Logs
26242
+ * @param {string} [startDate] Start date (ISO 8601 format)
26243
+ * @param {string} [endDate] End date (ISO 8601 format)
26244
+ * @param {number} [page] Page number (default: 1)
26245
+ * @param {number} [perPage] Results per page (default: 50, max: 1000)
26246
+ * @param {*} [options] Override http request option.
26247
+ * @throws {RequiredError}
26248
+ * @memberof ActivityLogsApi
26249
+ */
26250
+ analyticsActivityLogsGet(startDate?: string, endDate?: string, page?: number, perPage?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsActivityLogResponse, any, {}>>;
26251
+ }
26008
26252
  /**
26009
26253
  * AdminAnalyticsApi - axios parameter creator
26010
26254
  * @export
@@ -29140,7 +29384,7 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29140
29384
  */
29141
29385
  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>;
29142
29386
  /**
29143
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29387
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29144
29388
  * @summary Create Analytics Rule
29145
29389
  * @param {string} authorization Bearer JWT token
29146
29390
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29148,15 +29392,6 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29148
29392
  * @throws {RequiredError}
29149
29393
  */
29150
29394
  adminV1AnalyticsRulesPost: (authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29151
- /**
29152
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29153
- * @summary Delete Analytics Rule
29154
- * @param {string} authorization Bearer JWT token
29155
- * @param {string} ruleId Rule ID
29156
- * @param {*} [options] Override http request option.
29157
- * @throws {RequiredError}
29158
- */
29159
- adminV1AnalyticsRulesRuleIdDelete: (authorization: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29160
29395
  /**
29161
29396
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29162
29397
  * @summary Get Analytics Rule
@@ -29167,7 +29402,7 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29167
29402
  */
29168
29403
  adminV1AnalyticsRulesRuleIdGet: (authorization: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29169
29404
  /**
29170
- * 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.
29405
+ * 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.
29171
29406
  * @summary Update Analytics Rule
29172
29407
  * @param {string} authorization Bearer JWT token
29173
29408
  * @param {string} ruleId Rule ID
@@ -29225,25 +29460,15 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29225
29460
  */
29226
29461
  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>;
29227
29462
  /**
29228
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29463
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29229
29464
  * @summary Create Analytics Rule
29230
29465
  * @param {string} authorization Bearer JWT token
29231
- * @param {string} xstoreid Store ID (for store-specific routes)
29466
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29232
29467
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29233
29468
  * @param {*} [options] Override http request option.
29234
29469
  * @throws {RequiredError}
29235
29470
  */
29236
29471
  adminV1StoresXstoreidAnalyticsRulesPost: (authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29237
- /**
29238
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29239
- * @summary Delete Analytics Rule
29240
- * @param {string} authorization Bearer JWT token
29241
- * @param {string} xstoreid Store ID (for store-specific routes)
29242
- * @param {string} ruleId Rule ID
29243
- * @param {*} [options] Override http request option.
29244
- * @throws {RequiredError}
29245
- */
29246
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete: (authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29247
29472
  /**
29248
29473
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29249
29474
  * @summary Get Analytics Rule
@@ -29255,10 +29480,10 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29255
29480
  */
29256
29481
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet: (authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29257
29482
  /**
29258
- * 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.
29483
+ * 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.
29259
29484
  * @summary Update Analytics Rule
29260
29485
  * @param {string} authorization Bearer JWT token
29261
- * @param {string} xstoreid Store ID (for store-specific routes)
29486
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29262
29487
  * @param {string} ruleId Rule ID
29263
29488
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29264
29489
  * @param {*} [options] Override http request option.
@@ -29300,7 +29525,7 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29300
29525
  */
29301
29526
  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>>;
29302
29527
  /**
29303
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29528
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29304
29529
  * @summary Create Analytics Rule
29305
29530
  * @param {string} authorization Bearer JWT token
29306
29531
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29308,17 +29533,6 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29308
29533
  * @throws {RequiredError}
29309
29534
  */
29310
29535
  adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29311
- /**
29312
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29313
- * @summary Delete Analytics Rule
29314
- * @param {string} authorization Bearer JWT token
29315
- * @param {string} ruleId Rule ID
29316
- * @param {*} [options] Override http request option.
29317
- * @throws {RequiredError}
29318
- */
29319
- adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
29320
- [key: string]: any;
29321
- }>>;
29322
29536
  /**
29323
29537
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29324
29538
  * @summary Get Analytics Rule
@@ -29329,7 +29543,7 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29329
29543
  */
29330
29544
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29331
29545
  /**
29332
- * 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.
29546
+ * 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.
29333
29547
  * @summary Update Analytics Rule
29334
29548
  * @param {string} authorization Bearer JWT token
29335
29549
  * @param {string} ruleId Rule ID
@@ -29387,27 +29601,15 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29387
29601
  */
29388
29602
  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>>;
29389
29603
  /**
29390
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29604
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29391
29605
  * @summary Create Analytics Rule
29392
29606
  * @param {string} authorization Bearer JWT token
29393
- * @param {string} xstoreid Store ID (for store-specific routes)
29607
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29394
29608
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29395
29609
  * @param {*} [options] Override http request option.
29396
29610
  * @throws {RequiredError}
29397
29611
  */
29398
29612
  adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29399
- /**
29400
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29401
- * @summary Delete Analytics Rule
29402
- * @param {string} authorization Bearer JWT token
29403
- * @param {string} xstoreid Store ID (for store-specific routes)
29404
- * @param {string} ruleId Rule ID
29405
- * @param {*} [options] Override http request option.
29406
- * @throws {RequiredError}
29407
- */
29408
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
29409
- [key: string]: any;
29410
- }>>;
29411
29613
  /**
29412
29614
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29413
29615
  * @summary Get Analytics Rule
@@ -29419,10 +29621,10 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29419
29621
  */
29420
29622
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29421
29623
  /**
29422
- * 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.
29624
+ * 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.
29423
29625
  * @summary Update Analytics Rule
29424
29626
  * @param {string} authorization Bearer JWT token
29425
- * @param {string} xstoreid Store ID (for store-specific routes)
29627
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29426
29628
  * @param {string} ruleId Rule ID
29427
29629
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29428
29630
  * @param {*} [options] Override http request option.
@@ -29464,7 +29666,7 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29464
29666
  */
29465
29667
  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>;
29466
29668
  /**
29467
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29669
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29468
29670
  * @summary Create Analytics Rule
29469
29671
  * @param {string} authorization Bearer JWT token
29470
29672
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29472,17 +29674,6 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29472
29674
  * @throws {RequiredError}
29473
29675
  */
29474
29676
  adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29475
- /**
29476
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29477
- * @summary Delete Analytics Rule
29478
- * @param {string} authorization Bearer JWT token
29479
- * @param {string} ruleId Rule ID
29480
- * @param {*} [options] Override http request option.
29481
- * @throws {RequiredError}
29482
- */
29483
- adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<{
29484
- [key: string]: any;
29485
- }>;
29486
29677
  /**
29487
29678
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29488
29679
  * @summary Get Analytics Rule
@@ -29493,7 +29684,7 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29493
29684
  */
29494
29685
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29495
29686
  /**
29496
- * 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.
29687
+ * 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.
29497
29688
  * @summary Update Analytics Rule
29498
29689
  * @param {string} authorization Bearer JWT token
29499
29690
  * @param {string} ruleId Rule ID
@@ -29551,27 +29742,15 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29551
29742
  */
29552
29743
  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>;
29553
29744
  /**
29554
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29745
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29555
29746
  * @summary Create Analytics Rule
29556
29747
  * @param {string} authorization Bearer JWT token
29557
- * @param {string} xstoreid Store ID (for store-specific routes)
29748
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29558
29749
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29559
29750
  * @param {*} [options] Override http request option.
29560
29751
  * @throws {RequiredError}
29561
29752
  */
29562
29753
  adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29563
- /**
29564
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29565
- * @summary Delete Analytics Rule
29566
- * @param {string} authorization Bearer JWT token
29567
- * @param {string} xstoreid Store ID (for store-specific routes)
29568
- * @param {string} ruleId Rule ID
29569
- * @param {*} [options] Override http request option.
29570
- * @throws {RequiredError}
29571
- */
29572
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<{
29573
- [key: string]: any;
29574
- }>;
29575
29754
  /**
29576
29755
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29577
29756
  * @summary Get Analytics Rule
@@ -29583,10 +29762,10 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29583
29762
  */
29584
29763
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29585
29764
  /**
29586
- * 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.
29765
+ * 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.
29587
29766
  * @summary Update Analytics Rule
29588
29767
  * @param {string} authorization Bearer JWT token
29589
- * @param {string} xstoreid Store ID (for store-specific routes)
29768
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29590
29769
  * @param {string} ruleId Rule ID
29591
29770
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29592
29771
  * @param {*} [options] Override http request option.
@@ -29631,7 +29810,7 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29631
29810
  */
29632
29811
  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, {}>>;
29633
29812
  /**
29634
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29813
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29635
29814
  * @summary Create Analytics Rule
29636
29815
  * @param {string} authorization Bearer JWT token
29637
29816
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29640,18 +29819,6 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29640
29819
  * @memberof AnalyticsRulesApi
29641
29820
  */
29642
29821
  adminV1AnalyticsRulesPost(authorization: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29643
- /**
29644
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29645
- * @summary Delete Analytics Rule
29646
- * @param {string} authorization Bearer JWT token
29647
- * @param {string} ruleId Rule ID
29648
- * @param {*} [options] Override http request option.
29649
- * @throws {RequiredError}
29650
- * @memberof AnalyticsRulesApi
29651
- */
29652
- adminV1AnalyticsRulesRuleIdDelete(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
29653
- [key: string]: any;
29654
- }, any, {}>>;
29655
29822
  /**
29656
29823
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29657
29824
  * @summary Get Analytics Rule
@@ -29663,7 +29830,7 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29663
29830
  */
29664
29831
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29665
29832
  /**
29666
- * 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.
29833
+ * 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.
29667
29834
  * @summary Update Analytics Rule
29668
29835
  * @param {string} authorization Bearer JWT token
29669
29836
  * @param {string} ruleId Rule ID
@@ -29726,29 +29893,16 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29726
29893
  */
29727
29894
  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, {}>>;
29728
29895
  /**
29729
- * Create a new analytics rule for Typesense curation. Rules define how search results should be modified (promoted, hidden, filtered, sorted) based on query conditions.
29896
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29730
29897
  * @summary Create Analytics Rule
29731
29898
  * @param {string} authorization Bearer JWT token
29732
- * @param {string} xstoreid Store ID (for store-specific routes)
29899
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29733
29900
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29734
29901
  * @param {*} [options] Override http request option.
29735
29902
  * @throws {RequiredError}
29736
29903
  * @memberof AnalyticsRulesApi
29737
29904
  */
29738
29905
  adminV1StoresXstoreidAnalyticsRulesPost(authorization: string, xstoreid: string, dataTypesCreateAnalyticsRuleRequest: DataTypesCreateAnalyticsRuleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29739
- /**
29740
- * Permanently delete an analytics rule from both the database and Typesense. This operation cannot be undone.
29741
- * @summary Delete Analytics Rule
29742
- * @param {string} authorization Bearer JWT token
29743
- * @param {string} xstoreid Store ID (for store-specific routes)
29744
- * @param {string} ruleId Rule ID
29745
- * @param {*} [options] Override http request option.
29746
- * @throws {RequiredError}
29747
- * @memberof AnalyticsRulesApi
29748
- */
29749
- adminV1StoresXstoreidAnalyticsRulesRuleIdDelete(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
29750
- [key: string]: any;
29751
- }, any, {}>>;
29752
29906
  /**
29753
29907
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29754
29908
  * @summary Get Analytics Rule
@@ -29761,10 +29915,10 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29761
29915
  */
29762
29916
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29763
29917
  /**
29764
- * 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.
29918
+ * 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.
29765
29919
  * @summary Update Analytics Rule
29766
29920
  * @param {string} authorization Bearer JWT token
29767
- * @param {string} xstoreid Store ID (for store-specific routes)
29921
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29768
29922
  * @param {string} ruleId Rule ID
29769
29923
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29770
29924
  * @param {*} [options] Override http request option.
@@ -30248,7 +30402,7 @@ export declare const BillingDashboardApiAxiosParamCreator: (configuration?: Conf
30248
30402
  */
30249
30403
  adminBillingAlertsIdDelete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
30250
30404
  /**
30251
- * Updates an existing billing alert configuration
30405
+ * Updates an existing billing alert configuration AND records activity logs
30252
30406
  * @summary Update billing alert
30253
30407
  * @param {number} id Alert ID
30254
30408
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30588,7 +30742,7 @@ export declare const BillingDashboardApiFp: (configuration?: Configuration) => {
30588
30742
  */
30589
30743
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
30590
30744
  /**
30591
- * Updates an existing billing alert configuration
30745
+ * Updates an existing billing alert configuration AND records activity logs
30592
30746
  * @summary Update billing alert
30593
30747
  * @param {number} id Alert ID
30594
30748
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30928,7 +31082,7 @@ export declare const BillingDashboardApiFactory: (configuration?: Configuration,
30928
31082
  */
30929
31083
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
30930
31084
  /**
30931
- * Updates an existing billing alert configuration
31085
+ * Updates an existing billing alert configuration AND records activity logs
30932
31086
  * @summary Update billing alert
30933
31087
  * @param {number} id Alert ID
30934
31088
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -31272,7 +31426,7 @@ export declare class BillingDashboardApi extends BaseAPI {
31272
31426
  */
31273
31427
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
31274
31428
  /**
31275
- * Updates an existing billing alert configuration
31429
+ * Updates an existing billing alert configuration AND records activity logs
31276
31430
  * @summary Update billing alert
31277
31431
  * @param {number} id Alert ID
31278
31432
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -32900,7 +33054,7 @@ export declare const CustomStopwordsApiAxiosParamCreator: (configuration?: Confi
32900
33054
  */
32901
33055
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet: (xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
32902
33056
  /**
32903
- * Updates a custom word list
33057
+ *
32904
33058
  * @summary Update custom word list
32905
33059
  * @param {string} xStoreID X-Store ID
32906
33060
  * @param {number} customWordListID Custom Word List ID
@@ -32975,7 +33129,7 @@ export declare const CustomStopwordsApiFp: (configuration?: Configuration) => {
32975
33129
  */
32976
33130
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesCustomWordListResponseWrapper>>;
32977
33131
  /**
32978
- * Updates a custom word list
33132
+ *
32979
33133
  * @summary Update custom word list
32980
33134
  * @param {string} xStoreID X-Store ID
32981
33135
  * @param {number} customWordListID Custom Word List ID
@@ -33050,7 +33204,7 @@ export declare const CustomStopwordsApiFactory: (configuration?: Configuration,
33050
33204
  */
33051
33205
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesCustomWordListResponseWrapper>;
33052
33206
  /**
33053
- * Updates a custom word list
33207
+ *
33054
33208
  * @summary Update custom word list
33055
33209
  * @param {string} xStoreID X-Store ID
33056
33210
  * @param {number} customWordListID Custom Word List ID
@@ -33129,7 +33283,7 @@ export declare class CustomStopwordsApi extends BaseAPI {
33129
33283
  */
33130
33284
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesCustomWordListResponseWrapper, any, {}>>;
33131
33285
  /**
33132
- * Updates a custom word list
33286
+ *
33133
33287
  * @summary Update custom word list
33134
33288
  * @param {string} xStoreID X-Store ID
33135
33289
  * @param {number} customWordListID Custom Word List ID
@@ -33283,10 +33437,10 @@ export declare class DefaultMenuManagementApi extends BaseAPI {
33283
33437
  */
33284
33438
  export declare const DocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
33285
33439
  /**
33286
- * Uploads a document to the specified store
33440
+ * Uploads one or more documents to the specified store and logs activity
33287
33441
  * @summary Upload a document
33288
33442
  * @param {string} xStoreID X-Store ID
33289
- * @param {File} file Document file
33443
+ * @param {File} file Document files (supports multiple)
33290
33444
  * @param {*} [options] Override http request option.
33291
33445
  * @throws {RequiredError}
33292
33446
  */
@@ -33298,14 +33452,14 @@ export declare const DocumentsApiAxiosParamCreator: (configuration?: Configurati
33298
33452
  */
33299
33453
  export declare const DocumentsApiFp: (configuration?: Configuration) => {
33300
33454
  /**
33301
- * Uploads a document to the specified store
33455
+ * Uploads one or more documents to the specified store and logs activity
33302
33456
  * @summary Upload a document
33303
33457
  * @param {string} xStoreID X-Store ID
33304
- * @param {File} file Document file
33458
+ * @param {File} file Document files (supports multiple)
33305
33459
  * @param {*} [options] Override http request option.
33306
33460
  * @throws {RequiredError}
33307
33461
  */
33308
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
33462
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayString>>;
33309
33463
  };
33310
33464
  /**
33311
33465
  * DocumentsApi - factory interface
@@ -33313,14 +33467,14 @@ export declare const DocumentsApiFp: (configuration?: Configuration) => {
33313
33467
  */
33314
33468
  export declare const DocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
33315
33469
  /**
33316
- * Uploads a document to the specified store
33470
+ * Uploads one or more documents to the specified store and logs activity
33317
33471
  * @summary Upload a document
33318
33472
  * @param {string} xStoreID X-Store ID
33319
- * @param {File} file Document file
33473
+ * @param {File} file Document files (supports multiple)
33320
33474
  * @param {*} [options] Override http request option.
33321
33475
  * @throws {RequiredError}
33322
33476
  */
33323
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
33477
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayString>;
33324
33478
  };
33325
33479
  /**
33326
33480
  * DocumentsApi - object-oriented interface
@@ -33330,15 +33484,15 @@ export declare const DocumentsApiFactory: (configuration?: Configuration, basePa
33330
33484
  */
33331
33485
  export declare class DocumentsApi extends BaseAPI {
33332
33486
  /**
33333
- * Uploads a document to the specified store
33487
+ * Uploads one or more documents to the specified store and logs activity
33334
33488
  * @summary Upload a document
33335
33489
  * @param {string} xStoreID X-Store ID
33336
- * @param {File} file Document file
33490
+ * @param {File} file Document files (supports multiple)
33337
33491
  * @param {*} [options] Override http request option.
33338
33492
  * @throws {RequiredError}
33339
33493
  * @memberof DocumentsApi
33340
33494
  */
33341
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
33495
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseArrayString, any, {}>>;
33342
33496
  }
33343
33497
  /**
33344
33498
  * ExternalAPINotificationsApi - axios parameter creator
@@ -36989,8 +37143,8 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
36989
37143
  */
36990
37144
  adminOrganizationsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36991
37145
  /**
36992
- * Updates Orgnization information by ID.
36993
- * @summary Update an existing Orgnization
37146
+ * Updates Organization information by ID and logs the update activity.
37147
+ * @summary Update an existing Organization
36994
37148
  * @param {number} id Org Id
36995
37149
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
36996
37150
  * @param {*} [options] Override http request option.
@@ -37006,18 +37160,18 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
37006
37160
  */
37007
37161
  adminOrganizationsOrgIdGet: (orgId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37008
37162
  /**
37009
- * Adds a new Orgnization
37010
- * @summary Creates a new Orgnization
37011
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37163
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37164
+ * @summary Creates a new Organization
37165
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37012
37166
  * @param {*} [options] Override http request option.
37013
37167
  * @throws {RequiredError}
37014
37168
  */
37015
37169
  adminOrganizationsPost: (dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37016
37170
  /**
37017
- * Deletes a Orgnization from the system by ID.
37018
- * @summary Delete a Orgnization
37019
- * @param {number} id Org ID
37020
- * @param {boolean} status status
37171
+ * Updates the deletion status of an Organization by ID.
37172
+ * @summary Delete an Organization (soft delete / status update)
37173
+ * @param {number} id Organization ID
37174
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37021
37175
  * @param {*} [options] Override http request option.
37022
37176
  * @throws {RequiredError}
37023
37177
  */
@@ -37036,8 +37190,8 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
37036
37190
  */
37037
37191
  adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationsListResponse>>;
37038
37192
  /**
37039
- * Updates Orgnization information by ID.
37040
- * @summary Update an existing Orgnization
37193
+ * Updates Organization information by ID and logs the update activity.
37194
+ * @summary Update an existing Organization
37041
37195
  * @param {number} id Org Id
37042
37196
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
37043
37197
  * @param {*} [options] Override http request option.
@@ -37053,18 +37207,18 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
37053
37207
  */
37054
37208
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationResponse>>;
37055
37209
  /**
37056
- * Adds a new Orgnization
37057
- * @summary Creates a new Orgnization
37058
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37210
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37211
+ * @summary Creates a new Organization
37212
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37059
37213
  * @param {*} [options] Override http request option.
37060
37214
  * @throws {RequiredError}
37061
37215
  */
37062
37216
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
37063
37217
  /**
37064
- * Deletes a Orgnization from the system by ID.
37065
- * @summary Delete a Orgnization
37066
- * @param {number} id Org ID
37067
- * @param {boolean} status status
37218
+ * Updates the deletion status of an Organization by ID.
37219
+ * @summary Delete an Organization (soft delete / status update)
37220
+ * @param {number} id Organization ID
37221
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37068
37222
  * @param {*} [options] Override http request option.
37069
37223
  * @throws {RequiredError}
37070
37224
  */
@@ -37083,8 +37237,8 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
37083
37237
  */
37084
37238
  adminOrganizationsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationsListResponse>;
37085
37239
  /**
37086
- * Updates Orgnization information by ID.
37087
- * @summary Update an existing Orgnization
37240
+ * Updates Organization information by ID and logs the update activity.
37241
+ * @summary Update an existing Organization
37088
37242
  * @param {number} id Org Id
37089
37243
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
37090
37244
  * @param {*} [options] Override http request option.
@@ -37100,18 +37254,18 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
37100
37254
  */
37101
37255
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationResponse>;
37102
37256
  /**
37103
- * Adds a new Orgnization
37104
- * @summary Creates a new Orgnization
37105
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37257
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37258
+ * @summary Creates a new Organization
37259
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37106
37260
  * @param {*} [options] Override http request option.
37107
37261
  * @throws {RequiredError}
37108
37262
  */
37109
37263
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
37110
37264
  /**
37111
- * Deletes a Orgnization from the system by ID.
37112
- * @summary Delete a Orgnization
37113
- * @param {number} id Org ID
37114
- * @param {boolean} status status
37265
+ * Updates the deletion status of an Organization by ID.
37266
+ * @summary Delete an Organization (soft delete / status update)
37267
+ * @param {number} id Organization ID
37268
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37115
37269
  * @param {*} [options] Override http request option.
37116
37270
  * @throws {RequiredError}
37117
37271
  */
@@ -37133,8 +37287,8 @@ export declare class OrganizationsApi extends BaseAPI {
37133
37287
  */
37134
37288
  adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationsListResponse, any, {}>>;
37135
37289
  /**
37136
- * Updates Orgnization information by ID.
37137
- * @summary Update an existing Orgnization
37290
+ * Updates Organization information by ID and logs the update activity.
37291
+ * @summary Update an existing Organization
37138
37292
  * @param {number} id Org Id
37139
37293
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
37140
37294
  * @param {*} [options] Override http request option.
@@ -37152,19 +37306,19 @@ export declare class OrganizationsApi extends BaseAPI {
37152
37306
  */
37153
37307
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationResponse, any, {}>>;
37154
37308
  /**
37155
- * Adds a new Orgnization
37156
- * @summary Creates a new Orgnization
37157
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37309
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37310
+ * @summary Creates a new Organization
37311
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37158
37312
  * @param {*} [options] Override http request option.
37159
37313
  * @throws {RequiredError}
37160
37314
  * @memberof OrganizationsApi
37161
37315
  */
37162
37316
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
37163
37317
  /**
37164
- * Deletes a Orgnization from the system by ID.
37165
- * @summary Delete a Orgnization
37166
- * @param {number} id Org ID
37167
- * @param {boolean} status status
37318
+ * Updates the deletion status of an Organization by ID.
37319
+ * @summary Delete an Organization (soft delete / status update)
37320
+ * @param {number} id Organization ID
37321
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37168
37322
  * @param {*} [options] Override http request option.
37169
37323
  * @throws {RequiredError}
37170
37324
  * @memberof OrganizationsApi
@@ -38292,7 +38446,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38292
38446
  */
38293
38447
  adminDefaultDeclensionsSearchGet: (lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38294
38448
  /**
38295
- * Bulk upload plural/declension groups from JSON array
38449
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38296
38450
  * @summary Bulk upload plural/declension groups
38297
38451
  * @param {string} xStoreID X-Store ID
38298
38452
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38324,7 +38478,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38324
38478
  */
38325
38479
  adminStoresXStoreIDPluralsDeclensionsGet: (xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38326
38480
  /**
38327
- * Deletes a plural/declension group (soft delete)
38481
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38328
38482
  * @summary Delete plural/declension group
38329
38483
  * @param {string} xStoreID X-Store ID
38330
38484
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38361,7 +38515,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38361
38515
  */
38362
38516
  adminStoresXStoreIDPluralsDeclensionsPost: (xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38363
38517
  /**
38364
- * Upload plural/declension groups from CSV file
38518
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38365
38519
  * @summary Upload plural/declension groups from CSV file
38366
38520
  * @param {string} xStoreID X-Store ID
38367
38521
  * @param {File} file CSV file to upload
@@ -38370,7 +38524,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38370
38524
  */
38371
38525
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost: (xStoreID: string, file: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38372
38526
  /**
38373
- * Upload plural/declension groups from JSON file
38527
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38374
38528
  * @summary Upload plural/declension groups from JSON file
38375
38529
  * @param {string} xStoreID X-Store ID
38376
38530
  * @param {File} file JSON file to upload
@@ -38412,7 +38566,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38412
38566
  */
38413
38567
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesDefaultDeclensionsResponseWrapper>>;
38414
38568
  /**
38415
- * Bulk upload plural/declension groups from JSON array
38569
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38416
38570
  * @summary Bulk upload plural/declension groups
38417
38571
  * @param {string} xStoreID X-Store ID
38418
38572
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38444,7 +38598,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38444
38598
  */
38445
38599
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPluralDeclensionsResponseWrapper>>;
38446
38600
  /**
38447
- * Deletes a plural/declension group (soft delete)
38601
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38448
38602
  * @summary Delete plural/declension group
38449
38603
  * @param {string} xStoreID X-Store ID
38450
38604
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38481,7 +38635,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38481
38635
  */
38482
38636
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPluralDeclensionResponseWrapper>>;
38483
38637
  /**
38484
- * Upload plural/declension groups from CSV file
38638
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38485
38639
  * @summary Upload plural/declension groups from CSV file
38486
38640
  * @param {string} xStoreID X-Store ID
38487
38641
  * @param {File} file CSV file to upload
@@ -38490,7 +38644,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38490
38644
  */
38491
38645
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesBulkUploadResponseWrapper>>;
38492
38646
  /**
38493
- * Upload plural/declension groups from JSON file
38647
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38494
38648
  * @summary Upload plural/declension groups from JSON file
38495
38649
  * @param {string} xStoreID X-Store ID
38496
38650
  * @param {File} file JSON file to upload
@@ -38532,7 +38686,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38532
38686
  */
38533
38687
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesDefaultDeclensionsResponseWrapper>;
38534
38688
  /**
38535
- * Bulk upload plural/declension groups from JSON array
38689
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38536
38690
  * @summary Bulk upload plural/declension groups
38537
38691
  * @param {string} xStoreID X-Store ID
38538
38692
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38564,7 +38718,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38564
38718
  */
38565
38719
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPluralDeclensionsResponseWrapper>;
38566
38720
  /**
38567
- * Deletes a plural/declension group (soft delete)
38721
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38568
38722
  * @summary Delete plural/declension group
38569
38723
  * @param {string} xStoreID X-Store ID
38570
38724
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38601,7 +38755,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38601
38755
  */
38602
38756
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPluralDeclensionResponseWrapper>;
38603
38757
  /**
38604
- * Upload plural/declension groups from CSV file
38758
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38605
38759
  * @summary Upload plural/declension groups from CSV file
38606
38760
  * @param {string} xStoreID X-Store ID
38607
38761
  * @param {File} file CSV file to upload
@@ -38610,7 +38764,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38610
38764
  */
38611
38765
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesBulkUploadResponseWrapper>;
38612
38766
  /**
38613
- * Upload plural/declension groups from JSON file
38767
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38614
38768
  * @summary Upload plural/declension groups from JSON file
38615
38769
  * @param {string} xStoreID X-Store ID
38616
38770
  * @param {File} file JSON file to upload
@@ -38657,7 +38811,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38657
38811
  */
38658
38812
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesDefaultDeclensionsResponseWrapper, any, {}>>;
38659
38813
  /**
38660
- * Bulk upload plural/declension groups from JSON array
38814
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38661
38815
  * @summary Bulk upload plural/declension groups
38662
38816
  * @param {string} xStoreID X-Store ID
38663
38817
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38692,7 +38846,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38692
38846
  */
38693
38847
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPluralDeclensionsResponseWrapper, any, {}>>;
38694
38848
  /**
38695
- * Deletes a plural/declension group (soft delete)
38849
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38696
38850
  * @summary Delete plural/declension group
38697
38851
  * @param {string} xStoreID X-Store ID
38698
38852
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38733,7 +38887,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38733
38887
  */
38734
38888
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPluralDeclensionResponseWrapper, any, {}>>;
38735
38889
  /**
38736
- * Upload plural/declension groups from CSV file
38890
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38737
38891
  * @summary Upload plural/declension groups from CSV file
38738
38892
  * @param {string} xStoreID X-Store ID
38739
38893
  * @param {File} file CSV file to upload
@@ -38743,7 +38897,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38743
38897
  */
38744
38898
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesBulkUploadResponseWrapper, any, {}>>;
38745
38899
  /**
38746
- * Upload plural/declension groups from JSON file
38900
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38747
38901
  * @summary Upload plural/declension groups from JSON file
38748
38902
  * @param {string} xStoreID X-Store ID
38749
38903
  * @param {File} file JSON file to upload
@@ -38933,7 +39087,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38933
39087
  */
38934
39088
  adminV1QuerySuggestionsMigrateAllPost: (daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38935
39089
  /**
38936
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39090
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
38937
39091
  * @summary Apply Suggestion Filters
38938
39092
  * @param {string} xStoreID Store ID
38939
39093
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
@@ -38951,7 +39105,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38951
39105
  */
38952
39106
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete: (xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38953
39107
  /**
38954
- * Update an existing banned expression
39108
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
38955
39109
  * @summary Update Banned Expression
38956
39110
  * @param {string} xStoreID Store ID
38957
39111
  * @param {string} expressionID Banned Expression ID
@@ -38969,10 +39123,10 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38969
39123
  */
38970
39124
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38971
39125
  /**
38972
- * Create a new banned expression with specified matching type
39126
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
38973
39127
  * @summary Create Banned Expression
38974
39128
  * @param {string} xStoreID Store ID
38975
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39129
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
38976
39130
  * @param {*} [options] Override http request option.
38977
39131
  * @throws {RequiredError}
38978
39132
  */
@@ -39046,7 +39200,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39046
39200
  */
39047
39201
  adminV1QuerySuggestionsXStoreIDGet: (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39048
39202
  /**
39049
- * Import query suggestions from JSON data
39203
+ * Import query suggestions from JSON data (Activity Logged)
39050
39204
  * @summary Import Query Suggestions
39051
39205
  * @param {string} xStoreID Store ID
39052
39206
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
@@ -39055,7 +39209,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39055
39209
  */
39056
39210
  adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39057
39211
  /**
39058
- * Delete manually added query suggestions for a store
39212
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39059
39213
  * @summary Delete Manual Query Suggestions
39060
39214
  * @param {string} xStoreID Store ID
39061
39215
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39064,7 +39218,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39064
39218
  */
39065
39219
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete: (xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39066
39220
  /**
39067
- * Add a manually created query suggestion for a store
39221
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39068
39222
  * @summary Add Manual Query Suggestion
39069
39223
  * @param {string} xStoreID Store ID
39070
39224
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39073,7 +39227,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39073
39227
  */
39074
39228
  adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39075
39229
  /**
39076
- * Migrate existing search analytics data to the new query suggestions management system
39230
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39077
39231
  * @summary Migrate Existing Analytics Data
39078
39232
  * @param {string} xStoreID Store ID
39079
39233
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39083,7 +39237,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39083
39237
  */
39084
39238
  adminV1QuerySuggestionsXStoreIDMigratePost: (xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39085
39239
  /**
39086
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39240
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39087
39241
  * @summary Promote ALL Cached Suggestions to Management Table
39088
39242
  * @param {string} xStoreID Store ID
39089
39243
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39092,7 +39246,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39092
39246
  */
39093
39247
  adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39094
39248
  /**
39095
- * Move selected auto-generated suggestions from cache to the management table
39249
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39096
39250
  * @summary Promote Cached Suggestions to Management Table
39097
39251
  * @param {string} xStoreID Store ID
39098
39252
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
@@ -39101,7 +39255,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39101
39255
  */
39102
39256
  adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39103
39257
  /**
39104
- * Refresh auto-generated suggestions from search analytics data
39258
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39105
39259
  * @summary Refresh Auto-Generated Suggestions
39106
39260
  * @param {string} xStoreID Store ID
39107
39261
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39127,7 +39281,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39127
39281
  */
39128
39282
  adminV1QuerySuggestionsXStoreIDStatusGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39129
39283
  /**
39130
- * Delete a single query suggestion by its ID
39284
+ * Delete a single query suggestion by its ID and record an Activity Log.
39131
39285
  * @summary Delete Query Suggestion by ID
39132
39286
  * @param {string} xStoreID Store ID
39133
39287
  * @param {string} suggestionID Suggestion ID
@@ -39145,11 +39299,11 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39145
39299
  */
39146
39300
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet: (xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39147
39301
  /**
39148
- * Update a single query suggestion by its ID
39302
+ *
39149
39303
  * @summary Update Query Suggestion by ID
39150
39304
  * @param {string} xStoreID Store ID
39151
39305
  * @param {string} suggestionID Suggestion ID
39152
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39306
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39153
39307
  * @param {*} [options] Override http request option.
39154
39308
  * @throws {RequiredError}
39155
39309
  */
@@ -39165,7 +39319,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39165
39319
  */
39166
39320
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: (xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39167
39321
  /**
39168
- * Sync enabled query suggestions to Typesense collection for public API usage
39322
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39169
39323
  * @summary Sync Suggestions to Typesense
39170
39324
  * @param {string} xStoreID Store ID
39171
39325
  * @param {*} [options] Override http request option.
@@ -39216,14 +39370,14 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39216
39370
  */
39217
39371
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39218
39372
  /**
39219
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39373
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39220
39374
  * @summary Apply Suggestion Filters
39221
39375
  * @param {string} xStoreID Store ID
39222
39376
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
39223
39377
  * @param {*} [options] Override http request option.
39224
39378
  * @throws {RequiredError}
39225
39379
  */
39226
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39380
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>>;
39227
39381
  /**
39228
39382
  * Delete a banned expression
39229
39383
  * @summary Delete Banned Expression
@@ -39234,7 +39388,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39234
39388
  */
39235
39389
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39236
39390
  /**
39237
- * Update an existing banned expression
39391
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39238
39392
  * @summary Update Banned Expression
39239
39393
  * @param {string} xStoreID Store ID
39240
39394
  * @param {string} expressionID Banned Expression ID
@@ -39252,10 +39406,10 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39252
39406
  */
39253
39407
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response>>;
39254
39408
  /**
39255
- * Create a new banned expression with specified matching type
39409
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39256
39410
  * @summary Create Banned Expression
39257
39411
  * @param {string} xStoreID Store ID
39258
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39412
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39259
39413
  * @param {*} [options] Override http request option.
39260
39414
  * @throws {RequiredError}
39261
39415
  */
@@ -39329,16 +39483,16 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39329
39483
  */
39330
39484
  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>>;
39331
39485
  /**
39332
- * Import query suggestions from JSON data
39486
+ * Import query suggestions from JSON data (Activity Logged)
39333
39487
  * @summary Import Query Suggestions
39334
39488
  * @param {string} xStoreID Store ID
39335
39489
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
39336
39490
  * @param {*} [options] Override http request option.
39337
39491
  * @throws {RequiredError}
39338
39492
  */
39339
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39493
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
39340
39494
  /**
39341
- * Delete manually added query suggestions for a store
39495
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39342
39496
  * @summary Delete Manual Query Suggestions
39343
39497
  * @param {string} xStoreID Store ID
39344
39498
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39347,7 +39501,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39347
39501
  */
39348
39502
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39349
39503
  /**
39350
- * Add a manually created query suggestion for a store
39504
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39351
39505
  * @summary Add Manual Query Suggestion
39352
39506
  * @param {string} xStoreID Store ID
39353
39507
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39356,7 +39510,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39356
39510
  */
39357
39511
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
39358
39512
  /**
39359
- * Migrate existing search analytics data to the new query suggestions management system
39513
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39360
39514
  * @summary Migrate Existing Analytics Data
39361
39515
  * @param {string} xStoreID Store ID
39362
39516
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39366,7 +39520,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39366
39520
  */
39367
39521
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39368
39522
  /**
39369
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39523
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39370
39524
  * @summary Promote ALL Cached Suggestions to Management Table
39371
39525
  * @param {string} xStoreID Store ID
39372
39526
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39375,16 +39529,16 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39375
39529
  */
39376
39530
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>>;
39377
39531
  /**
39378
- * Move selected auto-generated suggestions from cache to the management table
39532
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39379
39533
  * @summary Promote Cached Suggestions to Management Table
39380
39534
  * @param {string} xStoreID Store ID
39381
39535
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
39382
39536
  * @param {*} [options] Override http request option.
39383
39537
  * @throws {RequiredError}
39384
39538
  */
39385
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39539
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
39386
39540
  /**
39387
- * Refresh auto-generated suggestions from search analytics data
39541
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39388
39542
  * @summary Refresh Auto-Generated Suggestions
39389
39543
  * @param {string} xStoreID Store ID
39390
39544
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39410,7 +39564,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39410
39564
  */
39411
39565
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>>;
39412
39566
  /**
39413
- * Delete a single query suggestion by its ID
39567
+ * Delete a single query suggestion by its ID and record an Activity Log.
39414
39568
  * @summary Delete Query Suggestion by ID
39415
39569
  * @param {string} xStoreID Store ID
39416
39570
  * @param {string} suggestionID Suggestion ID
@@ -39428,11 +39582,11 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39428
39582
  */
39429
39583
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
39430
39584
  /**
39431
- * Update a single query suggestion by its ID
39585
+ *
39432
39586
  * @summary Update Query Suggestion by ID
39433
39587
  * @param {string} xStoreID Store ID
39434
39588
  * @param {string} suggestionID Suggestion ID
39435
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39589
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39436
39590
  * @param {*} [options] Override http request option.
39437
39591
  * @throws {RequiredError}
39438
39592
  */
@@ -39448,7 +39602,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39448
39602
  */
39449
39603
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39450
39604
  /**
39451
- * Sync enabled query suggestions to Typesense collection for public API usage
39605
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39452
39606
  * @summary Sync Suggestions to Typesense
39453
39607
  * @param {string} xStoreID Store ID
39454
39608
  * @param {*} [options] Override http request option.
@@ -39499,14 +39653,14 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39499
39653
  */
39500
39654
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39501
39655
  /**
39502
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39656
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39503
39657
  * @summary Apply Suggestion Filters
39504
39658
  * @param {string} xStoreID Store ID
39505
39659
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
39506
39660
  * @param {*} [options] Override http request option.
39507
39661
  * @throws {RequiredError}
39508
39662
  */
39509
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39663
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>;
39510
39664
  /**
39511
39665
  * Delete a banned expression
39512
39666
  * @summary Delete Banned Expression
@@ -39517,7 +39671,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39517
39671
  */
39518
39672
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39519
39673
  /**
39520
- * Update an existing banned expression
39674
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39521
39675
  * @summary Update Banned Expression
39522
39676
  * @param {string} xStoreID Store ID
39523
39677
  * @param {string} expressionID Banned Expression ID
@@ -39535,10 +39689,10 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39535
39689
  */
39536
39690
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response>;
39537
39691
  /**
39538
- * Create a new banned expression with specified matching type
39692
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39539
39693
  * @summary Create Banned Expression
39540
39694
  * @param {string} xStoreID Store ID
39541
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39695
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39542
39696
  * @param {*} [options] Override http request option.
39543
39697
  * @throws {RequiredError}
39544
39698
  */
@@ -39612,16 +39766,16 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39612
39766
  */
39613
39767
  adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>;
39614
39768
  /**
39615
- * Import query suggestions from JSON data
39769
+ * Import query suggestions from JSON data (Activity Logged)
39616
39770
  * @summary Import Query Suggestions
39617
39771
  * @param {string} xStoreID Store ID
39618
39772
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
39619
39773
  * @param {*} [options] Override http request option.
39620
39774
  * @throws {RequiredError}
39621
39775
  */
39622
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39776
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
39623
39777
  /**
39624
- * Delete manually added query suggestions for a store
39778
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39625
39779
  * @summary Delete Manual Query Suggestions
39626
39780
  * @param {string} xStoreID Store ID
39627
39781
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39630,7 +39784,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39630
39784
  */
39631
39785
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39632
39786
  /**
39633
- * Add a manually created query suggestion for a store
39787
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39634
39788
  * @summary Add Manual Query Suggestion
39635
39789
  * @param {string} xStoreID Store ID
39636
39790
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39639,7 +39793,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39639
39793
  */
39640
39794
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
39641
39795
  /**
39642
- * Migrate existing search analytics data to the new query suggestions management system
39796
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39643
39797
  * @summary Migrate Existing Analytics Data
39644
39798
  * @param {string} xStoreID Store ID
39645
39799
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39649,7 +39803,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39649
39803
  */
39650
39804
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39651
39805
  /**
39652
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39806
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39653
39807
  * @summary Promote ALL Cached Suggestions to Management Table
39654
39808
  * @param {string} xStoreID Store ID
39655
39809
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39658,16 +39812,16 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39658
39812
  */
39659
39813
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>;
39660
39814
  /**
39661
- * Move selected auto-generated suggestions from cache to the management table
39815
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39662
39816
  * @summary Promote Cached Suggestions to Management Table
39663
39817
  * @param {string} xStoreID Store ID
39664
39818
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
39665
39819
  * @param {*} [options] Override http request option.
39666
39820
  * @throws {RequiredError}
39667
39821
  */
39668
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39822
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
39669
39823
  /**
39670
- * Refresh auto-generated suggestions from search analytics data
39824
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39671
39825
  * @summary Refresh Auto-Generated Suggestions
39672
39826
  * @param {string} xStoreID Store ID
39673
39827
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39693,7 +39847,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39693
39847
  */
39694
39848
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>;
39695
39849
  /**
39696
- * Delete a single query suggestion by its ID
39850
+ * Delete a single query suggestion by its ID and record an Activity Log.
39697
39851
  * @summary Delete Query Suggestion by ID
39698
39852
  * @param {string} xStoreID Store ID
39699
39853
  * @param {string} suggestionID Suggestion ID
@@ -39711,11 +39865,11 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39711
39865
  */
39712
39866
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
39713
39867
  /**
39714
- * Update a single query suggestion by its ID
39868
+ *
39715
39869
  * @summary Update Query Suggestion by ID
39716
39870
  * @param {string} xStoreID Store ID
39717
39871
  * @param {string} suggestionID Suggestion ID
39718
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39872
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39719
39873
  * @param {*} [options] Override http request option.
39720
39874
  * @throws {RequiredError}
39721
39875
  */
@@ -39731,7 +39885,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39731
39885
  */
39732
39886
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39733
39887
  /**
39734
- * Sync enabled query suggestions to Typesense collection for public API usage
39888
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39735
39889
  * @summary Sync Suggestions to Typesense
39736
39890
  * @param {string} xStoreID Store ID
39737
39891
  * @param {*} [options] Override http request option.
@@ -39785,7 +39939,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39785
39939
  */
39786
39940
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39787
39941
  /**
39788
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39942
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39789
39943
  * @summary Apply Suggestion Filters
39790
39944
  * @param {string} xStoreID Store ID
39791
39945
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
@@ -39793,7 +39947,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39793
39947
  * @throws {RequiredError}
39794
39948
  * @memberof QuerySuggestionsManagementApi
39795
39949
  */
39796
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39950
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response, any, {}>>;
39797
39951
  /**
39798
39952
  * Delete a banned expression
39799
39953
  * @summary Delete Banned Expression
@@ -39805,7 +39959,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39805
39959
  */
39806
39960
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39807
39961
  /**
39808
- * Update an existing banned expression
39962
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39809
39963
  * @summary Update Banned Expression
39810
39964
  * @param {string} xStoreID Store ID
39811
39965
  * @param {string} expressionID Banned Expression ID
@@ -39825,10 +39979,10 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39825
39979
  */
39826
39980
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response, any, {}>>;
39827
39981
  /**
39828
- * Create a new banned expression with specified matching type
39982
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39829
39983
  * @summary Create Banned Expression
39830
39984
  * @param {string} xStoreID Store ID
39831
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39985
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39832
39986
  * @param {*} [options] Override http request option.
39833
39987
  * @throws {RequiredError}
39834
39988
  * @memberof QuerySuggestionsManagementApi
@@ -39910,7 +40064,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39910
40064
  */
39911
40065
  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, {}>>;
39912
40066
  /**
39913
- * Import query suggestions from JSON data
40067
+ * Import query suggestions from JSON data (Activity Logged)
39914
40068
  * @summary Import Query Suggestions
39915
40069
  * @param {string} xStoreID Store ID
39916
40070
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
@@ -39918,9 +40072,9 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39918
40072
  * @throws {RequiredError}
39919
40073
  * @memberof QuerySuggestionsManagementApi
39920
40074
  */
39921
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
40075
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
39922
40076
  /**
39923
- * Delete manually added query suggestions for a store
40077
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39924
40078
  * @summary Delete Manual Query Suggestions
39925
40079
  * @param {string} xStoreID Store ID
39926
40080
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39930,7 +40084,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39930
40084
  */
39931
40085
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39932
40086
  /**
39933
- * Add a manually created query suggestion for a store
40087
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39934
40088
  * @summary Add Manual Query Suggestion
39935
40089
  * @param {string} xStoreID Store ID
39936
40090
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39940,7 +40094,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39940
40094
  */
39941
40095
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
39942
40096
  /**
39943
- * Migrate existing search analytics data to the new query suggestions management system
40097
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39944
40098
  * @summary Migrate Existing Analytics Data
39945
40099
  * @param {string} xStoreID Store ID
39946
40100
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39951,7 +40105,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39951
40105
  */
39952
40106
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39953
40107
  /**
39954
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
40108
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39955
40109
  * @summary Promote ALL Cached Suggestions to Management Table
39956
40110
  * @param {string} xStoreID Store ID
39957
40111
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39961,7 +40115,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39961
40115
  */
39962
40116
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response, any, {}>>;
39963
40117
  /**
39964
- * Move selected auto-generated suggestions from cache to the management table
40118
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39965
40119
  * @summary Promote Cached Suggestions to Management Table
39966
40120
  * @param {string} xStoreID Store ID
39967
40121
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
@@ -39969,9 +40123,9 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39969
40123
  * @throws {RequiredError}
39970
40124
  * @memberof QuerySuggestionsManagementApi
39971
40125
  */
39972
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
40126
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
39973
40127
  /**
39974
- * Refresh auto-generated suggestions from search analytics data
40128
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39975
40129
  * @summary Refresh Auto-Generated Suggestions
39976
40130
  * @param {string} xStoreID Store ID
39977
40131
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -40000,7 +40154,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
40000
40154
  */
40001
40155
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response, any, {}>>;
40002
40156
  /**
40003
- * Delete a single query suggestion by its ID
40157
+ * Delete a single query suggestion by its ID and record an Activity Log.
40004
40158
  * @summary Delete Query Suggestion by ID
40005
40159
  * @param {string} xStoreID Store ID
40006
40160
  * @param {string} suggestionID Suggestion ID
@@ -40020,11 +40174,11 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
40020
40174
  */
40021
40175
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
40022
40176
  /**
40023
- * Update a single query suggestion by its ID
40177
+ *
40024
40178
  * @summary Update Query Suggestion by ID
40025
40179
  * @param {string} xStoreID Store ID
40026
40180
  * @param {string} suggestionID Suggestion ID
40027
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
40181
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
40028
40182
  * @param {*} [options] Override http request option.
40029
40183
  * @throws {RequiredError}
40030
40184
  * @memberof QuerySuggestionsManagementApi
@@ -40042,7 +40196,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
40042
40196
  */
40043
40197
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
40044
40198
  /**
40045
- * Sync enabled query suggestions to Typesense collection for public API usage
40199
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
40046
40200
  * @summary Sync Suggestions to Typesense
40047
40201
  * @param {string} xStoreID Store ID
40048
40202
  * @param {*} [options] Override http request option.
@@ -41725,7 +41879,7 @@ export declare const StopwordsApiAxiosParamCreator: (configuration?: Configurati
41725
41879
  */
41726
41880
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet: (xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41727
41881
  /**
41728
- * Removes store-specific words from a language word list
41882
+ * 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)\" ]` ---
41729
41883
  * @summary Remove words from language word list
41730
41884
  * @param {string} xStoreID X-Store ID
41731
41885
  * @param {number} wordListID Word List ID
@@ -41735,7 +41889,7 @@ export declare const StopwordsApiAxiosParamCreator: (configuration?: Configurati
41735
41889
  */
41736
41890
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete: (xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41737
41891
  /**
41738
- * Adds words directly to a language word list for a specific store
41892
+ * 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.
41739
41893
  * @summary Add words to language word list
41740
41894
  * @param {string} xStoreID X-Store ID
41741
41895
  * @param {number} wordListID Word List ID
@@ -41795,7 +41949,7 @@ export declare const StopwordsApiFp: (configuration?: Configuration) => {
41795
41949
  */
41796
41950
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesWordListResponseEnhancedWrapper>>;
41797
41951
  /**
41798
- * Removes store-specific words from a language word list
41952
+ * 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)\" ]` ---
41799
41953
  * @summary Remove words from language word list
41800
41954
  * @param {string} xStoreID X-Store ID
41801
41955
  * @param {number} wordListID Word List ID
@@ -41805,7 +41959,7 @@ export declare const StopwordsApiFp: (configuration?: Configuration) => {
41805
41959
  */
41806
41960
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUpdateWordStatusResponseWrapper>>;
41807
41961
  /**
41808
- * Adds words directly to a language word list for a specific store
41962
+ * 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.
41809
41963
  * @summary Add words to language word list
41810
41964
  * @param {string} xStoreID X-Store ID
41811
41965
  * @param {number} wordListID Word List ID
@@ -41865,7 +42019,7 @@ export declare const StopwordsApiFactory: (configuration?: Configuration, basePa
41865
42019
  */
41866
42020
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesWordListResponseEnhancedWrapper>;
41867
42021
  /**
41868
- * Removes store-specific words from a language word list
42022
+ * 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)\" ]` ---
41869
42023
  * @summary Remove words from language word list
41870
42024
  * @param {string} xStoreID X-Store ID
41871
42025
  * @param {number} wordListID Word List ID
@@ -41875,7 +42029,7 @@ export declare const StopwordsApiFactory: (configuration?: Configuration, basePa
41875
42029
  */
41876
42030
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUpdateWordStatusResponseWrapper>;
41877
42031
  /**
41878
- * Adds words directly to a language word list for a specific store
42032
+ * 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.
41879
42033
  * @summary Add words to language word list
41880
42034
  * @param {string} xStoreID X-Store ID
41881
42035
  * @param {number} wordListID Word List ID
@@ -41941,7 +42095,7 @@ export declare class StopwordsApi extends BaseAPI {
41941
42095
  */
41942
42096
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesWordListResponseEnhancedWrapper, any, {}>>;
41943
42097
  /**
41944
- * Removes store-specific words from a language word list
42098
+ * 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)\" ]` ---
41945
42099
  * @summary Remove words from language word list
41946
42100
  * @param {string} xStoreID X-Store ID
41947
42101
  * @param {number} wordListID Word List ID
@@ -41952,7 +42106,7 @@ export declare class StopwordsApi extends BaseAPI {
41952
42106
  */
41953
42107
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUpdateWordStatusResponseWrapper, any, {}>>;
41954
42108
  /**
41955
- * Adds words directly to a language word list for a specific store
42109
+ * 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.
41956
42110
  * @summary Add words to language word list
41957
42111
  * @param {string} xStoreID X-Store ID
41958
42112
  * @param {number} wordListID Word List ID
@@ -42259,7 +42413,7 @@ export declare class StoreCreationApi extends BaseAPI {
42259
42413
  */
42260
42414
  export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
42261
42415
  /**
42262
- * 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.
42416
+ *
42263
42417
  * @summary Bulk document operations
42264
42418
  * @param {string} xStoreID X-Store ID
42265
42419
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42286,7 +42440,7 @@ export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Config
42286
42440
  */
42287
42441
  adminStoresXStoreIDDocumentsDocumentIDGet: (xStoreID: string, documentID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42288
42442
  /**
42289
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42443
+ *
42290
42444
  * @summary Update document
42291
42445
  * @param {string} xStoreID X-Store ID
42292
42446
  * @param {string} documentID Document ID
@@ -42324,7 +42478,7 @@ export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Config
42324
42478
  */
42325
42479
  export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
42326
42480
  /**
42327
- * 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.
42481
+ *
42328
42482
  * @summary Bulk document operations
42329
42483
  * @param {string} xStoreID X-Store ID
42330
42484
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42351,7 +42505,7 @@ export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
42351
42505
  */
42352
42506
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesDocumentResponseWrapper>>;
42353
42507
  /**
42354
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42508
+ *
42355
42509
  * @summary Update document
42356
42510
  * @param {string} xStoreID X-Store ID
42357
42511
  * @param {string} documentID Document ID
@@ -42389,7 +42543,7 @@ export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
42389
42543
  */
42390
42544
  export declare const StoreDocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
42391
42545
  /**
42392
- * 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.
42546
+ *
42393
42547
  * @summary Bulk document operations
42394
42548
  * @param {string} xStoreID X-Store ID
42395
42549
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42416,7 +42570,7 @@ export declare const StoreDocumentsApiFactory: (configuration?: Configuration, b
42416
42570
  */
42417
42571
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesDocumentResponseWrapper>;
42418
42572
  /**
42419
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42573
+ *
42420
42574
  * @summary Update document
42421
42575
  * @param {string} xStoreID X-Store ID
42422
42576
  * @param {string} documentID Document ID
@@ -42456,7 +42610,7 @@ export declare const StoreDocumentsApiFactory: (configuration?: Configuration, b
42456
42610
  */
42457
42611
  export declare class StoreDocumentsApi extends BaseAPI {
42458
42612
  /**
42459
- * 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.
42613
+ *
42460
42614
  * @summary Bulk document operations
42461
42615
  * @param {string} xStoreID X-Store ID
42462
42616
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42486,7 +42640,7 @@ export declare class StoreDocumentsApi extends BaseAPI {
42486
42640
  */
42487
42641
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesDocumentResponseWrapper, any, {}>>;
42488
42642
  /**
42489
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42643
+ *
42490
42644
  * @summary Update document
42491
42645
  * @param {string} xStoreID X-Store ID
42492
42646
  * @param {string} documentID Document ID
@@ -42559,10 +42713,10 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42559
42713
  */
42560
42714
  adminStoresStoreIDPut: (storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42561
42715
  /**
42562
- * Updates StoreStatus information by ID.
42563
- * @summary Update an existing StoreStatus
42716
+ * Updates the active/inactive status of a store by its ID.
42717
+ * @summary Update Store Status
42564
42718
  * @param {number} id Store ID
42565
- * @param {boolean} status status
42719
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42566
42720
  * @param {*} [options] Override http request option.
42567
42721
  * @throws {RequiredError}
42568
42722
  */
@@ -42620,10 +42774,10 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42620
42774
  */
42621
42775
  adminStoresXStoreIDConfigGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42622
42776
  /**
42623
- * 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.
42777
+ *
42624
42778
  * @summary Update Store Config (Partial)
42625
42779
  * @param {string} xStoreID X-Store ID
42626
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42780
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42627
42781
  * @param {*} [options] Override http request option.
42628
42782
  * @throws {RequiredError}
42629
42783
  */
@@ -42682,13 +42836,13 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42682
42836
  */
42683
42837
  adminStoresXStoreIDStepStepPut: (xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42684
42838
  /**
42685
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
42839
+ *
42686
42840
  * @summary Regenerate X-Store Secret
42687
- * @param {string} xStoreID Current X-Store ID
42841
+ * @param {string} xstoreid Current X-Store ID
42688
42842
  * @param {*} [options] Override http request option.
42689
42843
  * @throws {RequiredError}
42690
42844
  */
42691
- xStoreIDRegenerateSecretPost: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42845
+ xstoreidRegenerateUidPut: (xstoreid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42692
42846
  };
42693
42847
  /**
42694
42848
  * StoresApi - functional programming interface
@@ -42728,10 +42882,10 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42728
42882
  */
42729
42883
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42730
42884
  /**
42731
- * Updates StoreStatus information by ID.
42732
- * @summary Update an existing StoreStatus
42885
+ * Updates the active/inactive status of a store by its ID.
42886
+ * @summary Update Store Status
42733
42887
  * @param {number} id Store ID
42734
- * @param {boolean} status status
42888
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42735
42889
  * @param {*} [options] Override http request option.
42736
42890
  * @throws {RequiredError}
42737
42891
  */
@@ -42789,10 +42943,10 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42789
42943
  */
42790
42944
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse>>;
42791
42945
  /**
42792
- * 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.
42946
+ *
42793
42947
  * @summary Update Store Config (Partial)
42794
42948
  * @param {string} xStoreID X-Store ID
42795
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42949
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42796
42950
  * @param {*} [options] Override http request option.
42797
42951
  * @throws {RequiredError}
42798
42952
  */
@@ -42851,13 +43005,13 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42851
43005
  */
42852
43006
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42853
43007
  /**
42854
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43008
+ *
42855
43009
  * @summary Regenerate X-Store Secret
42856
- * @param {string} xStoreID Current X-Store ID
43010
+ * @param {string} xstoreid Current X-Store ID
42857
43011
  * @param {*} [options] Override http request option.
42858
43012
  * @throws {RequiredError}
42859
43013
  */
42860
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
43014
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>>;
42861
43015
  };
42862
43016
  /**
42863
43017
  * StoresApi - factory interface
@@ -42897,10 +43051,10 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42897
43051
  */
42898
43052
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
42899
43053
  /**
42900
- * Updates StoreStatus information by ID.
42901
- * @summary Update an existing StoreStatus
43054
+ * Updates the active/inactive status of a store by its ID.
43055
+ * @summary Update Store Status
42902
43056
  * @param {number} id Store ID
42903
- * @param {boolean} status status
43057
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42904
43058
  * @param {*} [options] Override http request option.
42905
43059
  * @throws {RequiredError}
42906
43060
  */
@@ -42958,10 +43112,10 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42958
43112
  */
42959
43113
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse>;
42960
43114
  /**
42961
- * 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.
43115
+ *
42962
43116
  * @summary Update Store Config (Partial)
42963
43117
  * @param {string} xStoreID X-Store ID
42964
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
43118
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42965
43119
  * @param {*} [options] Override http request option.
42966
43120
  * @throws {RequiredError}
42967
43121
  */
@@ -43020,13 +43174,13 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
43020
43174
  */
43021
43175
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43022
43176
  /**
43023
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43177
+ *
43024
43178
  * @summary Regenerate X-Store Secret
43025
- * @param {string} xStoreID Current X-Store ID
43179
+ * @param {string} xstoreid Current X-Store ID
43026
43180
  * @param {*} [options] Override http request option.
43027
43181
  * @throws {RequiredError}
43028
43182
  */
43029
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43183
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>;
43030
43184
  };
43031
43185
  /**
43032
43186
  * StoresApi - object-oriented interface
@@ -43072,10 +43226,10 @@ export declare class StoresApi extends BaseAPI {
43072
43226
  */
43073
43227
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43074
43228
  /**
43075
- * Updates StoreStatus information by ID.
43076
- * @summary Update an existing StoreStatus
43229
+ * Updates the active/inactive status of a store by its ID.
43230
+ * @summary Update Store Status
43077
43231
  * @param {number} id Store ID
43078
- * @param {boolean} status status
43232
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
43079
43233
  * @param {*} [options] Override http request option.
43080
43234
  * @throws {RequiredError}
43081
43235
  * @memberof StoresApi
@@ -43139,10 +43293,10 @@ export declare class StoresApi extends BaseAPI {
43139
43293
  */
43140
43294
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse, any, {}>>;
43141
43295
  /**
43142
- * 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.
43296
+ *
43143
43297
  * @summary Update Store Config (Partial)
43144
43298
  * @param {string} xStoreID X-Store ID
43145
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
43299
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
43146
43300
  * @param {*} [options] Override http request option.
43147
43301
  * @throws {RequiredError}
43148
43302
  * @memberof StoresApi
@@ -43208,14 +43362,14 @@ export declare class StoresApi extends BaseAPI {
43208
43362
  */
43209
43363
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43210
43364
  /**
43211
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43365
+ *
43212
43366
  * @summary Regenerate X-Store Secret
43213
- * @param {string} xStoreID Current X-Store ID
43367
+ * @param {string} xstoreid Current X-Store ID
43214
43368
  * @param {*} [options] Override http request option.
43215
43369
  * @throws {RequiredError}
43216
43370
  * @memberof StoresApi
43217
43371
  */
43218
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43372
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse, any, {}>>;
43219
43373
  }
43220
43374
  /**
43221
43375
  * SubscriptionsApi - axios parameter creator