@seekora-ai/admin-api 1.1.37 → 1.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.d.ts CHANGED
@@ -784,49 +784,6 @@ export interface AdminPaymentGatewayVerifyInvoicePostRequest {
784
784
  */
785
785
  'gateway_order_id'?: string;
786
786
  }
787
- /**
788
- *
789
- * @export
790
- * @interface AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
791
- */
792
- export interface AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response {
793
- /**
794
- * Comparison metadata when in compare mode
795
- * @type {AnalyticsComparisonMeta}
796
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
797
- */
798
- 'comparison'?: AnalyticsComparisonMeta;
799
- /**
800
- *
801
- * @type {Array<QuerySuggestionsServiceQuerySuggestionRecord>}
802
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
803
- */
804
- 'data'?: Array<QuerySuggestionsServiceQuerySuggestionRecord>;
805
- /**
806
- *
807
- * @type {string}
808
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
809
- */
810
- 'error'?: string;
811
- /**
812
- *
813
- * @type {string}
814
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
815
- */
816
- 'status'?: string;
817
- /**
818
- *
819
- * @type {string}
820
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
821
- */
822
- 'timestamp'?: string;
823
- /**
824
- *
825
- * @type {number}
826
- * @memberof AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response
827
- */
828
- 'total'?: number;
829
- }
830
787
  /**
831
788
  *
832
789
  * @export
@@ -1128,6 +1085,49 @@ export interface AdminV1QuerySuggestionsXStoreIDGet200Response {
1128
1085
  */
1129
1086
  'total'?: number;
1130
1087
  }
1088
+ /**
1089
+ *
1090
+ * @export
1091
+ * @interface AdminV1QuerySuggestionsXStoreIDImportPost201Response
1092
+ */
1093
+ export interface AdminV1QuerySuggestionsXStoreIDImportPost201Response {
1094
+ /**
1095
+ * Comparison metadata when in compare mode
1096
+ * @type {AnalyticsComparisonMeta}
1097
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1098
+ */
1099
+ 'comparison'?: AnalyticsComparisonMeta;
1100
+ /**
1101
+ *
1102
+ * @type {Array<QuerySuggestionsServiceQuerySuggestionRecord>}
1103
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1104
+ */
1105
+ 'data'?: Array<QuerySuggestionsServiceQuerySuggestionRecord>;
1106
+ /**
1107
+ *
1108
+ * @type {string}
1109
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1110
+ */
1111
+ 'error'?: string;
1112
+ /**
1113
+ *
1114
+ * @type {string}
1115
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1116
+ */
1117
+ 'status'?: string;
1118
+ /**
1119
+ *
1120
+ * @type {string}
1121
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1122
+ */
1123
+ 'timestamp'?: string;
1124
+ /**
1125
+ *
1126
+ * @type {number}
1127
+ * @memberof AdminV1QuerySuggestionsXStoreIDImportPost201Response
1128
+ */
1129
+ 'total'?: number;
1130
+ }
1131
1131
  /**
1132
1132
  *
1133
1133
  * @export
@@ -10110,6 +10110,31 @@ export interface DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping {
10110
10110
  */
10111
10111
  'status'?: number;
10112
10112
  }
10113
+ /**
10114
+ *
10115
+ * @export
10116
+ * @interface DataTypesGenericResponseArrayString
10117
+ */
10118
+ export interface DataTypesGenericResponseArrayString {
10119
+ /**
10120
+ *
10121
+ * @type {Array<string>}
10122
+ * @memberof DataTypesGenericResponseArrayString
10123
+ */
10124
+ 'data'?: Array<string>;
10125
+ /**
10126
+ *
10127
+ * @type {string}
10128
+ * @memberof DataTypesGenericResponseArrayString
10129
+ */
10130
+ 'message'?: string;
10131
+ /**
10132
+ *
10133
+ * @type {number}
10134
+ * @memberof DataTypesGenericResponseArrayString
10135
+ */
10136
+ 'status'?: number;
10137
+ }
10113
10138
  /**
10114
10139
  *
10115
10140
  * @export
@@ -10335,6 +10360,31 @@ export interface DataTypesGenericResponseDataTypesReceipt {
10335
10360
  */
10336
10361
  'status'?: number;
10337
10362
  }
10363
+ /**
10364
+ *
10365
+ * @export
10366
+ * @interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10367
+ */
10368
+ export interface DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse {
10369
+ /**
10370
+ *
10371
+ * @type {DataTypesRegenerateXStoreSecretResponse}
10372
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10373
+ */
10374
+ 'data'?: DataTypesRegenerateXStoreSecretResponse;
10375
+ /**
10376
+ *
10377
+ * @type {string}
10378
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10379
+ */
10380
+ 'message'?: string;
10381
+ /**
10382
+ *
10383
+ * @type {number}
10384
+ * @memberof DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse
10385
+ */
10386
+ 'status'?: number;
10387
+ }
10338
10388
  /**
10339
10389
  *
10340
10390
  * @export
@@ -17287,6 +17337,25 @@ export interface DataTypesRefundStatusDto {
17287
17337
  */
17288
17338
  'updated_at'?: string;
17289
17339
  }
17340
+ /**
17341
+ *
17342
+ * @export
17343
+ * @interface DataTypesRegenerateXStoreSecretResponse
17344
+ */
17345
+ export interface DataTypesRegenerateXStoreSecretResponse {
17346
+ /**
17347
+ *
17348
+ * @type {string}
17349
+ * @memberof DataTypesRegenerateXStoreSecretResponse
17350
+ */
17351
+ 'new_xstore_secret'?: string;
17352
+ /**
17353
+ *
17354
+ * @type {string}
17355
+ * @memberof DataTypesRegenerateXStoreSecretResponse
17356
+ */
17357
+ 'old_xstore_secret'?: string;
17358
+ }
17290
17359
  /**
17291
17360
  *
17292
17361
  * @export
@@ -17777,7 +17846,7 @@ export interface DataTypesRoleRightWithMenu {
17777
17846
  */
17778
17847
  'isEnabled'?: boolean;
17779
17848
  /**
17780
- *
17849
+ * Optional menu details - may be missing in request payloads
17781
17850
  * @type {DataTypesMenu}
17782
17851
  * @memberof DataTypesRoleRightWithMenu
17783
17852
  */
@@ -25755,7 +25824,7 @@ export declare const AccountSettingsApiAxiosParamCreator: (configuration?: Confi
25755
25824
  */
25756
25825
  accountSettingsOrganizationLogoPut: (logo: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25757
25826
  /**
25758
- * Updates the organization details of the currently logged-in user
25827
+ * Updates the organization details of the currently logged-in user and logs the activity
25759
25828
  * @summary Update user\'s organization
25760
25829
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25761
25830
  * @param {*} [options] Override http request option.
@@ -25822,7 +25891,7 @@ export declare const AccountSettingsApiFp: (configuration?: Configuration) => {
25822
25891
  */
25823
25892
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationResponse>>;
25824
25893
  /**
25825
- * Updates the organization details of the currently logged-in user
25894
+ * Updates the organization details of the currently logged-in user and logs the activity
25826
25895
  * @summary Update user\'s organization
25827
25896
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25828
25897
  * @param {*} [options] Override http request option.
@@ -25889,7 +25958,7 @@ export declare const AccountSettingsApiFactory: (configuration?: Configuration,
25889
25958
  */
25890
25959
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationResponse>;
25891
25960
  /**
25892
- * Updates the organization details of the currently logged-in user
25961
+ * Updates the organization details of the currently logged-in user and logs the activity
25893
25962
  * @summary Update user\'s organization
25894
25963
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25895
25964
  * @param {*} [options] Override http request option.
@@ -25961,7 +26030,7 @@ export declare class AccountSettingsApi extends BaseAPI {
25961
26030
  */
25962
26031
  accountSettingsOrganizationLogoPut(logo: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationResponse, any, {}>>;
25963
26032
  /**
25964
- * Updates the organization details of the currently logged-in user
26033
+ * Updates the organization details of the currently logged-in user and logs the activity
25965
26034
  * @summary Update user\'s organization
25966
26035
  * @param {DataTypesUpdateOrganizationRequest} dataTypesUpdateOrganizationRequest Organization update request
25967
26036
  * @param {*} [options] Override http request option.
@@ -29140,7 +29209,7 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29140
29209
  */
29141
29210
  adminV1AnalyticsRulesGet: (authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29142
29211
  /**
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.
29212
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29144
29213
  * @summary Create Analytics Rule
29145
29214
  * @param {string} authorization Bearer JWT token
29146
29215
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29148,15 +29217,6 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29148
29217
  * @throws {RequiredError}
29149
29218
  */
29150
29219
  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
29220
  /**
29161
29221
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29162
29222
  * @summary Get Analytics Rule
@@ -29167,7 +29227,7 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29167
29227
  */
29168
29228
  adminV1AnalyticsRulesRuleIdGet: (authorization: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29169
29229
  /**
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.
29230
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29171
29231
  * @summary Update Analytics Rule
29172
29232
  * @param {string} authorization Bearer JWT token
29173
29233
  * @param {string} ruleId Rule ID
@@ -29225,25 +29285,15 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29225
29285
  */
29226
29286
  adminV1StoresXstoreidAnalyticsRulesGet: (authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29227
29287
  /**
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.
29288
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29229
29289
  * @summary Create Analytics Rule
29230
29290
  * @param {string} authorization Bearer JWT token
29231
- * @param {string} xstoreid Store ID (for store-specific routes)
29291
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29232
29292
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29233
29293
  * @param {*} [options] Override http request option.
29234
29294
  * @throws {RequiredError}
29235
29295
  */
29236
29296
  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
29297
  /**
29248
29298
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29249
29299
  * @summary Get Analytics Rule
@@ -29255,10 +29305,10 @@ export declare const AnalyticsRulesApiAxiosParamCreator: (configuration?: Config
29255
29305
  */
29256
29306
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet: (authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
29257
29307
  /**
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.
29308
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29259
29309
  * @summary Update Analytics Rule
29260
29310
  * @param {string} authorization Bearer JWT token
29261
- * @param {string} xstoreid Store ID (for store-specific routes)
29311
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29262
29312
  * @param {string} ruleId Rule ID
29263
29313
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29264
29314
  * @param {*} [options] Override http request option.
@@ -29300,7 +29350,7 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29300
29350
  */
29301
29351
  adminV1AnalyticsRulesGet(authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleListResponse>>;
29302
29352
  /**
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.
29353
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29304
29354
  * @summary Create Analytics Rule
29305
29355
  * @param {string} authorization Bearer JWT token
29306
29356
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29308,17 +29358,6 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29308
29358
  * @throws {RequiredError}
29309
29359
  */
29310
29360
  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
29361
  /**
29323
29362
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29324
29363
  * @summary Get Analytics Rule
@@ -29329,7 +29368,7 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29329
29368
  */
29330
29369
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29331
29370
  /**
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.
29371
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29333
29372
  * @summary Update Analytics Rule
29334
29373
  * @param {string} authorization Bearer JWT token
29335
29374
  * @param {string} ruleId Rule ID
@@ -29387,27 +29426,15 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29387
29426
  */
29388
29427
  adminV1StoresXstoreidAnalyticsRulesGet(authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleListResponse>>;
29389
29428
  /**
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.
29429
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29391
29430
  * @summary Create Analytics Rule
29392
29431
  * @param {string} authorization Bearer JWT token
29393
- * @param {string} xstoreid Store ID (for store-specific routes)
29432
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29394
29433
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29395
29434
  * @param {*} [options] Override http request option.
29396
29435
  * @throws {RequiredError}
29397
29436
  */
29398
29437
  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
29438
  /**
29412
29439
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29413
29440
  * @summary Get Analytics Rule
@@ -29419,10 +29446,10 @@ export declare const AnalyticsRulesApiFp: (configuration?: Configuration) => {
29419
29446
  */
29420
29447
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesAnalyticsRuleResponse>>;
29421
29448
  /**
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.
29449
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29423
29450
  * @summary Update Analytics Rule
29424
29451
  * @param {string} authorization Bearer JWT token
29425
- * @param {string} xstoreid Store ID (for store-specific routes)
29452
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29426
29453
  * @param {string} ruleId Rule ID
29427
29454
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29428
29455
  * @param {*} [options] Override http request option.
@@ -29464,7 +29491,7 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29464
29491
  */
29465
29492
  adminV1AnalyticsRulesGet(authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleListResponse>;
29466
29493
  /**
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.
29494
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29468
29495
  * @summary Create Analytics Rule
29469
29496
  * @param {string} authorization Bearer JWT token
29470
29497
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29472,17 +29499,6 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29472
29499
  * @throws {RequiredError}
29473
29500
  */
29474
29501
  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
29502
  /**
29487
29503
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29488
29504
  * @summary Get Analytics Rule
@@ -29493,7 +29509,7 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29493
29509
  */
29494
29510
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29495
29511
  /**
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.
29512
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29497
29513
  * @summary Update Analytics Rule
29498
29514
  * @param {string} authorization Bearer JWT token
29499
29515
  * @param {string} ruleId Rule ID
@@ -29551,27 +29567,15 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29551
29567
  */
29552
29568
  adminV1StoresXstoreidAnalyticsRulesGet(authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleListResponse>;
29553
29569
  /**
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.
29570
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29555
29571
  * @summary Create Analytics Rule
29556
29572
  * @param {string} authorization Bearer JWT token
29557
- * @param {string} xstoreid Store ID (for store-specific routes)
29573
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29558
29574
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29559
29575
  * @param {*} [options] Override http request option.
29560
29576
  * @throws {RequiredError}
29561
29577
  */
29562
29578
  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
29579
  /**
29576
29580
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29577
29581
  * @summary Get Analytics Rule
@@ -29583,10 +29587,10 @@ export declare const AnalyticsRulesApiFactory: (configuration?: Configuration, b
29583
29587
  */
29584
29588
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesAnalyticsRuleResponse>;
29585
29589
  /**
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.
29590
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29587
29591
  * @summary Update Analytics Rule
29588
29592
  * @param {string} authorization Bearer JWT token
29589
- * @param {string} xstoreid Store ID (for store-specific routes)
29593
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29590
29594
  * @param {string} ruleId Rule ID
29591
29595
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29592
29596
  * @param {*} [options] Override http request option.
@@ -29631,7 +29635,7 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29631
29635
  */
29632
29636
  adminV1AnalyticsRulesGet(authorization: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleListResponse, any, {}>>;
29633
29637
  /**
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.
29638
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29635
29639
  * @summary Create Analytics Rule
29636
29640
  * @param {string} authorization Bearer JWT token
29637
29641
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
@@ -29640,18 +29644,6 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29640
29644
  * @memberof AnalyticsRulesApi
29641
29645
  */
29642
29646
  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
29647
  /**
29656
29648
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29657
29649
  * @summary Get Analytics Rule
@@ -29663,7 +29655,7 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29663
29655
  */
29664
29656
  adminV1AnalyticsRulesRuleIdGet(authorization: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29665
29657
  /**
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.
29658
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29667
29659
  * @summary Update Analytics Rule
29668
29660
  * @param {string} authorization Bearer JWT token
29669
29661
  * @param {string} ruleId Rule ID
@@ -29726,29 +29718,16 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29726
29718
  */
29727
29719
  adminV1StoresXstoreidAnalyticsRulesGet(authorization: string, xstoreid: string, storeId?: number, collectionName?: string, isActive?: boolean, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, searchQuery?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleListResponse, any, {}>>;
29728
29720
  /**
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.
29721
+ * Create a new analytics rule for Typesense curation. Rules modify search results (promote, hide, filter, sort) based on given conditions.
29730
29722
  * @summary Create Analytics Rule
29731
29723
  * @param {string} authorization Bearer JWT token
29732
- * @param {string} xstoreid Store ID (for store-specific routes)
29724
+ * @param {string} xstoreid Store ID (only for store-specific routes)
29733
29725
  * @param {DataTypesCreateAnalyticsRuleRequest} dataTypesCreateAnalyticsRuleRequest Analytics rule configuration
29734
29726
  * @param {*} [options] Override http request option.
29735
29727
  * @throws {RequiredError}
29736
29728
  * @memberof AnalyticsRulesApi
29737
29729
  */
29738
29730
  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
29731
  /**
29753
29732
  * Retrieve a specific analytics rule by its ID. Returns the complete rule configuration including Typesense override actions.
29754
29733
  * @summary Get Analytics Rule
@@ -29761,10 +29740,10 @@ export declare class AnalyticsRulesApi extends BaseAPI {
29761
29740
  */
29762
29741
  adminV1StoresXstoreidAnalyticsRulesRuleIdGet(authorization: string, xstoreid: string, ruleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesAnalyticsRuleResponse, any, {}>>;
29763
29742
  /**
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.
29743
+ * Update an existing analytics rule. Supports partial updates. - If is_active = false rule will be removed from Typesense. - If is_active = true rule will be synced to Typesense.
29765
29744
  * @summary Update Analytics Rule
29766
29745
  * @param {string} authorization Bearer JWT token
29767
- * @param {string} xstoreid Store ID (for store-specific routes)
29746
+ * @param {string} xstoreid Store ID (only required for store-specific route)
29768
29747
  * @param {string} ruleId Rule ID
29769
29748
  * @param {DataTypesUpdateAnalyticsRuleRequest} dataTypesUpdateAnalyticsRuleRequest Updated rule configuration (partial update supported)
29770
29749
  * @param {*} [options] Override http request option.
@@ -30248,7 +30227,7 @@ export declare const BillingDashboardApiAxiosParamCreator: (configuration?: Conf
30248
30227
  */
30249
30228
  adminBillingAlertsIdDelete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
30250
30229
  /**
30251
- * Updates an existing billing alert configuration
30230
+ * Updates an existing billing alert configuration AND records activity logs
30252
30231
  * @summary Update billing alert
30253
30232
  * @param {number} id Alert ID
30254
30233
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30588,7 +30567,7 @@ export declare const BillingDashboardApiFp: (configuration?: Configuration) => {
30588
30567
  */
30589
30568
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
30590
30569
  /**
30591
- * Updates an existing billing alert configuration
30570
+ * Updates an existing billing alert configuration AND records activity logs
30592
30571
  * @summary Update billing alert
30593
30572
  * @param {number} id Alert ID
30594
30573
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -30928,7 +30907,7 @@ export declare const BillingDashboardApiFactory: (configuration?: Configuration,
30928
30907
  */
30929
30908
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
30930
30909
  /**
30931
- * Updates an existing billing alert configuration
30910
+ * Updates an existing billing alert configuration AND records activity logs
30932
30911
  * @summary Update billing alert
30933
30912
  * @param {number} id Alert ID
30934
30913
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -31272,7 +31251,7 @@ export declare class BillingDashboardApi extends BaseAPI {
31272
31251
  */
31273
31252
  adminBillingAlertsIdDelete(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
31274
31253
  /**
31275
- * Updates an existing billing alert configuration
31254
+ * Updates an existing billing alert configuration AND records activity logs
31276
31255
  * @summary Update billing alert
31277
31256
  * @param {number} id Alert ID
31278
31257
  * @param {DataTypesBillingAlertRequest} dataTypesBillingAlertRequest Updated alert configuration
@@ -32900,7 +32879,7 @@ export declare const CustomStopwordsApiAxiosParamCreator: (configuration?: Confi
32900
32879
  */
32901
32880
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet: (xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
32902
32881
  /**
32903
- * Updates a custom word list
32882
+ *
32904
32883
  * @summary Update custom word list
32905
32884
  * @param {string} xStoreID X-Store ID
32906
32885
  * @param {number} customWordListID Custom Word List ID
@@ -32975,7 +32954,7 @@ export declare const CustomStopwordsApiFp: (configuration?: Configuration) => {
32975
32954
  */
32976
32955
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesCustomWordListResponseWrapper>>;
32977
32956
  /**
32978
- * Updates a custom word list
32957
+ *
32979
32958
  * @summary Update custom word list
32980
32959
  * @param {string} xStoreID X-Store ID
32981
32960
  * @param {number} customWordListID Custom Word List ID
@@ -33050,7 +33029,7 @@ export declare const CustomStopwordsApiFactory: (configuration?: Configuration,
33050
33029
  */
33051
33030
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesCustomWordListResponseWrapper>;
33052
33031
  /**
33053
- * Updates a custom word list
33032
+ *
33054
33033
  * @summary Update custom word list
33055
33034
  * @param {string} xStoreID X-Store ID
33056
33035
  * @param {number} customWordListID Custom Word List ID
@@ -33129,7 +33108,7 @@ export declare class CustomStopwordsApi extends BaseAPI {
33129
33108
  */
33130
33109
  adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet(xStoreID: string, customWordListID: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesCustomWordListResponseWrapper, any, {}>>;
33131
33110
  /**
33132
- * Updates a custom word list
33111
+ *
33133
33112
  * @summary Update custom word list
33134
33113
  * @param {string} xStoreID X-Store ID
33135
33114
  * @param {number} customWordListID Custom Word List ID
@@ -33283,10 +33262,10 @@ export declare class DefaultMenuManagementApi extends BaseAPI {
33283
33262
  */
33284
33263
  export declare const DocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
33285
33264
  /**
33286
- * Uploads a document to the specified store
33265
+ * Uploads one or more documents to the specified store and logs activity
33287
33266
  * @summary Upload a document
33288
33267
  * @param {string} xStoreID X-Store ID
33289
- * @param {File} file Document file
33268
+ * @param {File} file Document files (supports multiple)
33290
33269
  * @param {*} [options] Override http request option.
33291
33270
  * @throws {RequiredError}
33292
33271
  */
@@ -33298,14 +33277,14 @@ export declare const DocumentsApiAxiosParamCreator: (configuration?: Configurati
33298
33277
  */
33299
33278
  export declare const DocumentsApiFp: (configuration?: Configuration) => {
33300
33279
  /**
33301
- * Uploads a document to the specified store
33280
+ * Uploads one or more documents to the specified store and logs activity
33302
33281
  * @summary Upload a document
33303
33282
  * @param {string} xStoreID X-Store ID
33304
- * @param {File} file Document file
33283
+ * @param {File} file Document files (supports multiple)
33305
33284
  * @param {*} [options] Override http request option.
33306
33285
  * @throws {RequiredError}
33307
33286
  */
33308
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
33287
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseArrayString>>;
33309
33288
  };
33310
33289
  /**
33311
33290
  * DocumentsApi - factory interface
@@ -33313,14 +33292,14 @@ export declare const DocumentsApiFp: (configuration?: Configuration) => {
33313
33292
  */
33314
33293
  export declare const DocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
33315
33294
  /**
33316
- * Uploads a document to the specified store
33295
+ * Uploads one or more documents to the specified store and logs activity
33317
33296
  * @summary Upload a document
33318
33297
  * @param {string} xStoreID X-Store ID
33319
- * @param {File} file Document file
33298
+ * @param {File} file Document files (supports multiple)
33320
33299
  * @param {*} [options] Override http request option.
33321
33300
  * @throws {RequiredError}
33322
33301
  */
33323
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
33302
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseArrayString>;
33324
33303
  };
33325
33304
  /**
33326
33305
  * DocumentsApi - object-oriented interface
@@ -33330,15 +33309,15 @@ export declare const DocumentsApiFactory: (configuration?: Configuration, basePa
33330
33309
  */
33331
33310
  export declare class DocumentsApi extends BaseAPI {
33332
33311
  /**
33333
- * Uploads a document to the specified store
33312
+ * Uploads one or more documents to the specified store and logs activity
33334
33313
  * @summary Upload a document
33335
33314
  * @param {string} xStoreID X-Store ID
33336
- * @param {File} file Document file
33315
+ * @param {File} file Document files (supports multiple)
33337
33316
  * @param {*} [options] Override http request option.
33338
33317
  * @throws {RequiredError}
33339
33318
  * @memberof DocumentsApi
33340
33319
  */
33341
- adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
33320
+ adminStoresXStoreIDUploadPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseArrayString, any, {}>>;
33342
33321
  }
33343
33322
  /**
33344
33323
  * ExternalAPINotificationsApi - axios parameter creator
@@ -36989,8 +36968,8 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
36989
36968
  */
36990
36969
  adminOrganizationsGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
36991
36970
  /**
36992
- * Updates Orgnization information by ID.
36993
- * @summary Update an existing Orgnization
36971
+ * Updates Organization information by ID and logs the update activity.
36972
+ * @summary Update an existing Organization
36994
36973
  * @param {number} id Org Id
36995
36974
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
36996
36975
  * @param {*} [options] Override http request option.
@@ -37006,18 +36985,18 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
37006
36985
  */
37007
36986
  adminOrganizationsOrgIdGet: (orgId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37008
36987
  /**
37009
- * Adds a new Orgnization
37010
- * @summary Creates a new Orgnization
37011
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
36988
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
36989
+ * @summary Creates a new Organization
36990
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37012
36991
  * @param {*} [options] Override http request option.
37013
36992
  * @throws {RequiredError}
37014
36993
  */
37015
36994
  adminOrganizationsPost: (dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
37016
36995
  /**
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
36996
+ * Updates the deletion status of an Organization by ID.
36997
+ * @summary Delete an Organization (soft delete / status update)
36998
+ * @param {number} id Organization ID
36999
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37021
37000
  * @param {*} [options] Override http request option.
37022
37001
  * @throws {RequiredError}
37023
37002
  */
@@ -37036,8 +37015,8 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
37036
37015
  */
37037
37016
  adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationsListResponse>>;
37038
37017
  /**
37039
- * Updates Orgnization information by ID.
37040
- * @summary Update an existing Orgnization
37018
+ * Updates Organization information by ID and logs the update activity.
37019
+ * @summary Update an existing Organization
37041
37020
  * @param {number} id Org Id
37042
37021
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
37043
37022
  * @param {*} [options] Override http request option.
@@ -37053,18 +37032,18 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
37053
37032
  */
37054
37033
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesOrganizationResponse>>;
37055
37034
  /**
37056
- * Adds a new Orgnization
37057
- * @summary Creates a new Orgnization
37058
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37035
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37036
+ * @summary Creates a new Organization
37037
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37059
37038
  * @param {*} [options] Override http request option.
37060
37039
  * @throws {RequiredError}
37061
37040
  */
37062
37041
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
37063
37042
  /**
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
37043
+ * Updates the deletion status of an Organization by ID.
37044
+ * @summary Delete an Organization (soft delete / status update)
37045
+ * @param {number} id Organization ID
37046
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37068
37047
  * @param {*} [options] Override http request option.
37069
37048
  * @throws {RequiredError}
37070
37049
  */
@@ -37083,8 +37062,8 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
37083
37062
  */
37084
37063
  adminOrganizationsGet(options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationsListResponse>;
37085
37064
  /**
37086
- * Updates Orgnization information by ID.
37087
- * @summary Update an existing Orgnization
37065
+ * Updates Organization information by ID and logs the update activity.
37066
+ * @summary Update an existing Organization
37088
37067
  * @param {number} id Org Id
37089
37068
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
37090
37069
  * @param {*} [options] Override http request option.
@@ -37100,18 +37079,18 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
37100
37079
  */
37101
37080
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesOrganizationResponse>;
37102
37081
  /**
37103
- * Adds a new Orgnization
37104
- * @summary Creates a new Orgnization
37105
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37082
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37083
+ * @summary Creates a new Organization
37084
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37106
37085
  * @param {*} [options] Override http request option.
37107
37086
  * @throws {RequiredError}
37108
37087
  */
37109
37088
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
37110
37089
  /**
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
37090
+ * Updates the deletion status of an Organization by ID.
37091
+ * @summary Delete an Organization (soft delete / status update)
37092
+ * @param {number} id Organization ID
37093
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37115
37094
  * @param {*} [options] Override http request option.
37116
37095
  * @throws {RequiredError}
37117
37096
  */
@@ -37133,8 +37112,8 @@ export declare class OrganizationsApi extends BaseAPI {
37133
37112
  */
37134
37113
  adminOrganizationsGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationsListResponse, any, {}>>;
37135
37114
  /**
37136
- * Updates Orgnization information by ID.
37137
- * @summary Update an existing Orgnization
37115
+ * Updates Organization information by ID and logs the update activity.
37116
+ * @summary Update an existing Organization
37138
37117
  * @param {number} id Org Id
37139
37118
  * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data to update
37140
37119
  * @param {*} [options] Override http request option.
@@ -37152,19 +37131,19 @@ export declare class OrganizationsApi extends BaseAPI {
37152
37131
  */
37153
37132
  adminOrganizationsOrgIdGet(orgId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesOrganizationResponse, any, {}>>;
37154
37133
  /**
37155
- * Adds a new Orgnization
37156
- * @summary Creates a new Orgnization
37157
- * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest organzation data
37134
+ * Adds a new Organization. **Activity Logs Added:** Logs organization creation + default store creation.
37135
+ * @summary Creates a new Organization
37136
+ * @param {DataTypesCreateOrganizationRequest} dataTypesCreateOrganizationRequest Organization data
37158
37137
  * @param {*} [options] Override http request option.
37159
37138
  * @throws {RequiredError}
37160
37139
  * @memberof OrganizationsApi
37161
37140
  */
37162
37141
  adminOrganizationsPost(dataTypesCreateOrganizationRequest: DataTypesCreateOrganizationRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
37163
37142
  /**
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
37143
+ * Updates the deletion status of an Organization by ID.
37144
+ * @summary Delete an Organization (soft delete / status update)
37145
+ * @param {number} id Organization ID
37146
+ * @param {boolean} status Delete status: true &#x3D; delete, false &#x3D; restore
37168
37147
  * @param {*} [options] Override http request option.
37169
37148
  * @throws {RequiredError}
37170
37149
  * @memberof OrganizationsApi
@@ -38292,7 +38271,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38292
38271
  */
38293
38272
  adminDefaultDeclensionsSearchGet: (lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38294
38273
  /**
38295
- * Bulk upload plural/declension groups from JSON array
38274
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38296
38275
  * @summary Bulk upload plural/declension groups
38297
38276
  * @param {string} xStoreID X-Store ID
38298
38277
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38324,7 +38303,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38324
38303
  */
38325
38304
  adminStoresXStoreIDPluralsDeclensionsGet: (xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38326
38305
  /**
38327
- * Deletes a plural/declension group (soft delete)
38306
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38328
38307
  * @summary Delete plural/declension group
38329
38308
  * @param {string} xStoreID X-Store ID
38330
38309
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38361,7 +38340,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38361
38340
  */
38362
38341
  adminStoresXStoreIDPluralsDeclensionsPost: (xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38363
38342
  /**
38364
- * Upload plural/declension groups from CSV file
38343
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38365
38344
  * @summary Upload plural/declension groups from CSV file
38366
38345
  * @param {string} xStoreID X-Store ID
38367
38346
  * @param {File} file CSV file to upload
@@ -38370,7 +38349,7 @@ export declare const PluralsDeclensionsApiAxiosParamCreator: (configuration?: Co
38370
38349
  */
38371
38350
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost: (xStoreID: string, file: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38372
38351
  /**
38373
- * Upload plural/declension groups from JSON file
38352
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38374
38353
  * @summary Upload plural/declension groups from JSON file
38375
38354
  * @param {string} xStoreID X-Store ID
38376
38355
  * @param {File} file JSON file to upload
@@ -38412,7 +38391,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38412
38391
  */
38413
38392
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesDefaultDeclensionsResponseWrapper>>;
38414
38393
  /**
38415
- * Bulk upload plural/declension groups from JSON array
38394
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38416
38395
  * @summary Bulk upload plural/declension groups
38417
38396
  * @param {string} xStoreID X-Store ID
38418
38397
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38444,7 +38423,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38444
38423
  */
38445
38424
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPluralDeclensionsResponseWrapper>>;
38446
38425
  /**
38447
- * Deletes a plural/declension group (soft delete)
38426
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38448
38427
  * @summary Delete plural/declension group
38449
38428
  * @param {string} xStoreID X-Store ID
38450
38429
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38481,7 +38460,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38481
38460
  */
38482
38461
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesPluralDeclensionResponseWrapper>>;
38483
38462
  /**
38484
- * Upload plural/declension groups from CSV file
38463
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38485
38464
  * @summary Upload plural/declension groups from CSV file
38486
38465
  * @param {string} xStoreID X-Store ID
38487
38466
  * @param {File} file CSV file to upload
@@ -38490,7 +38469,7 @@ export declare const PluralsDeclensionsApiFp: (configuration?: Configuration) =>
38490
38469
  */
38491
38470
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesBulkUploadResponseWrapper>>;
38492
38471
  /**
38493
- * Upload plural/declension groups from JSON file
38472
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38494
38473
  * @summary Upload plural/declension groups from JSON file
38495
38474
  * @param {string} xStoreID X-Store ID
38496
38475
  * @param {File} file JSON file to upload
@@ -38532,7 +38511,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38532
38511
  */
38533
38512
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesDefaultDeclensionsResponseWrapper>;
38534
38513
  /**
38535
- * Bulk upload plural/declension groups from JSON array
38514
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38536
38515
  * @summary Bulk upload plural/declension groups
38537
38516
  * @param {string} xStoreID X-Store ID
38538
38517
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38564,7 +38543,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38564
38543
  */
38565
38544
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPluralDeclensionsResponseWrapper>;
38566
38545
  /**
38567
- * Deletes a plural/declension group (soft delete)
38546
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38568
38547
  * @summary Delete plural/declension group
38569
38548
  * @param {string} xStoreID X-Store ID
38570
38549
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38601,7 +38580,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38601
38580
  */
38602
38581
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesPluralDeclensionResponseWrapper>;
38603
38582
  /**
38604
- * Upload plural/declension groups from CSV file
38583
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38605
38584
  * @summary Upload plural/declension groups from CSV file
38606
38585
  * @param {string} xStoreID X-Store ID
38607
38586
  * @param {File} file CSV file to upload
@@ -38610,7 +38589,7 @@ export declare const PluralsDeclensionsApiFactory: (configuration?: Configuratio
38610
38589
  */
38611
38590
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesBulkUploadResponseWrapper>;
38612
38591
  /**
38613
- * Upload plural/declension groups from JSON file
38592
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38614
38593
  * @summary Upload plural/declension groups from JSON file
38615
38594
  * @param {string} xStoreID X-Store ID
38616
38595
  * @param {File} file JSON file to upload
@@ -38657,7 +38636,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38657
38636
  */
38658
38637
  adminDefaultDeclensionsSearchGet(lang?: string, category?: string, search?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesDefaultDeclensionsResponseWrapper, any, {}>>;
38659
38638
  /**
38660
- * Bulk upload plural/declension groups from JSON array
38639
+ * Bulk upload plural/declension groups from JSON array **Activity Logs Added:** Logs a bulk create action with count metadata.
38661
38640
  * @summary Bulk upload plural/declension groups
38662
38641
  * @param {string} xStoreID X-Store ID
38663
38642
  * @param {DataTypesBulkUploadPluralDeclensionRequest} dataTypesBulkUploadPluralDeclensionRequest Bulk upload request
@@ -38692,7 +38671,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38692
38671
  */
38693
38672
  adminStoresXStoreIDPluralsDeclensionsGet(xStoreID: string, language?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPluralDeclensionsResponseWrapper, any, {}>>;
38694
38673
  /**
38695
- * Deletes a plural/declension group (soft delete)
38674
+ * Deletes a plural/declension group (soft delete) **Activity Logs Added:** Logs delete action with before/after state and changed fields.
38696
38675
  * @summary Delete plural/declension group
38697
38676
  * @param {string} xStoreID X-Store ID
38698
38677
  * @param {number} pluralDeclensionID Plural Declension ID
@@ -38733,7 +38712,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38733
38712
  */
38734
38713
  adminStoresXStoreIDPluralsDeclensionsPost(xStoreID: string, dataTypesCreatePluralDeclensionRequest: DataTypesCreatePluralDeclensionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesPluralDeclensionResponseWrapper, any, {}>>;
38735
38714
  /**
38736
- * Upload plural/declension groups from CSV file
38715
+ * Upload plural/declension groups from CSV file **Activity Logs Added:** Logs upload and creation of plural declensions from CSV.
38737
38716
  * @summary Upload plural/declension groups from CSV file
38738
38717
  * @param {string} xStoreID X-Store ID
38739
38718
  * @param {File} file CSV file to upload
@@ -38743,7 +38722,7 @@ export declare class PluralsDeclensionsApi extends BaseAPI {
38743
38722
  */
38744
38723
  adminStoresXStoreIDPluralsDeclensionsUploadCsvPost(xStoreID: string, file: File, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesBulkUploadResponseWrapper, any, {}>>;
38745
38724
  /**
38746
- * Upload plural/declension groups from JSON file
38725
+ * Upload plural/declension groups from JSON file **Activity Logs Added:** Logs JSON upload of plural/declension groups.
38747
38726
  * @summary Upload plural/declension groups from JSON file
38748
38727
  * @param {string} xStoreID X-Store ID
38749
38728
  * @param {File} file JSON file to upload
@@ -38933,7 +38912,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38933
38912
  */
38934
38913
  adminV1QuerySuggestionsMigrateAllPost: (daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38935
38914
  /**
38936
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
38915
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
38937
38916
  * @summary Apply Suggestion Filters
38938
38917
  * @param {string} xStoreID Store ID
38939
38918
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
@@ -38951,7 +38930,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38951
38930
  */
38952
38931
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete: (xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38953
38932
  /**
38954
- * Update an existing banned expression
38933
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
38955
38934
  * @summary Update Banned Expression
38956
38935
  * @param {string} xStoreID Store ID
38957
38936
  * @param {string} expressionID Banned Expression ID
@@ -38969,10 +38948,10 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
38969
38948
  */
38970
38949
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
38971
38950
  /**
38972
- * Create a new banned expression with specified matching type
38951
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
38973
38952
  * @summary Create Banned Expression
38974
38953
  * @param {string} xStoreID Store ID
38975
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
38954
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
38976
38955
  * @param {*} [options] Override http request option.
38977
38956
  * @throws {RequiredError}
38978
38957
  */
@@ -39046,7 +39025,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39046
39025
  */
39047
39026
  adminV1QuerySuggestionsXStoreIDGet: (xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39048
39027
  /**
39049
- * Import query suggestions from JSON data
39028
+ * Import query suggestions from JSON data (Activity Logged)
39050
39029
  * @summary Import Query Suggestions
39051
39030
  * @param {string} xStoreID Store ID
39052
39031
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
@@ -39055,7 +39034,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39055
39034
  */
39056
39035
  adminV1QuerySuggestionsXStoreIDImportPost: (xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39057
39036
  /**
39058
- * Delete manually added query suggestions for a store
39037
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39059
39038
  * @summary Delete Manual Query Suggestions
39060
39039
  * @param {string} xStoreID Store ID
39061
39040
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39064,7 +39043,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39064
39043
  */
39065
39044
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete: (xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39066
39045
  /**
39067
- * Add a manually created query suggestion for a store
39046
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39068
39047
  * @summary Add Manual Query Suggestion
39069
39048
  * @param {string} xStoreID Store ID
39070
39049
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39073,7 +39052,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39073
39052
  */
39074
39053
  adminV1QuerySuggestionsXStoreIDManualPost: (xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39075
39054
  /**
39076
- * Migrate existing search analytics data to the new query suggestions management system
39055
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39077
39056
  * @summary Migrate Existing Analytics Data
39078
39057
  * @param {string} xStoreID Store ID
39079
39058
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39083,7 +39062,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39083
39062
  */
39084
39063
  adminV1QuerySuggestionsXStoreIDMigratePost: (xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39085
39064
  /**
39086
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39065
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39087
39066
  * @summary Promote ALL Cached Suggestions to Management Table
39088
39067
  * @param {string} xStoreID Store ID
39089
39068
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39092,7 +39071,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39092
39071
  */
39093
39072
  adminV1QuerySuggestionsXStoreIDPromoteAllPost: (xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39094
39073
  /**
39095
- * Move selected auto-generated suggestions from cache to the management table
39074
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39096
39075
  * @summary Promote Cached Suggestions to Management Table
39097
39076
  * @param {string} xStoreID Store ID
39098
39077
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
@@ -39101,7 +39080,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39101
39080
  */
39102
39081
  adminV1QuerySuggestionsXStoreIDPromotePost: (xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39103
39082
  /**
39104
- * Refresh auto-generated suggestions from search analytics data
39083
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39105
39084
  * @summary Refresh Auto-Generated Suggestions
39106
39085
  * @param {string} xStoreID Store ID
39107
39086
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39127,7 +39106,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39127
39106
  */
39128
39107
  adminV1QuerySuggestionsXStoreIDStatusGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39129
39108
  /**
39130
- * Delete a single query suggestion by its ID
39109
+ * Delete a single query suggestion by its ID and record an Activity Log.
39131
39110
  * @summary Delete Query Suggestion by ID
39132
39111
  * @param {string} xStoreID Store ID
39133
39112
  * @param {string} suggestionID Suggestion ID
@@ -39145,11 +39124,11 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39145
39124
  */
39146
39125
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet: (xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39147
39126
  /**
39148
- * Update a single query suggestion by its ID
39127
+ *
39149
39128
  * @summary Update Query Suggestion by ID
39150
39129
  * @param {string} xStoreID Store ID
39151
39130
  * @param {string} suggestionID Suggestion ID
39152
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39131
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39153
39132
  * @param {*} [options] Override http request option.
39154
39133
  * @throws {RequiredError}
39155
39134
  */
@@ -39165,7 +39144,7 @@ export declare const QuerySuggestionsManagementApiAxiosParamCreator: (configurat
39165
39144
  */
39166
39145
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut: (xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
39167
39146
  /**
39168
- * Sync enabled query suggestions to Typesense collection for public API usage
39147
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39169
39148
  * @summary Sync Suggestions to Typesense
39170
39149
  * @param {string} xStoreID Store ID
39171
39150
  * @param {*} [options] Override http request option.
@@ -39216,14 +39195,14 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39216
39195
  */
39217
39196
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39218
39197
  /**
39219
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39198
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39220
39199
  * @summary Apply Suggestion Filters
39221
39200
  * @param {string} xStoreID Store ID
39222
39201
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
39223
39202
  * @param {*} [options] Override http request option.
39224
39203
  * @throws {RequiredError}
39225
39204
  */
39226
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39205
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>>;
39227
39206
  /**
39228
39207
  * Delete a banned expression
39229
39208
  * @summary Delete Banned Expression
@@ -39234,7 +39213,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39234
39213
  */
39235
39214
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39236
39215
  /**
39237
- * Update an existing banned expression
39216
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39238
39217
  * @summary Update Banned Expression
39239
39218
  * @param {string} xStoreID Store ID
39240
39219
  * @param {string} expressionID Banned Expression ID
@@ -39252,10 +39231,10 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39252
39231
  */
39253
39232
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response>>;
39254
39233
  /**
39255
- * Create a new banned expression with specified matching type
39234
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39256
39235
  * @summary Create Banned Expression
39257
39236
  * @param {string} xStoreID Store ID
39258
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39237
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39259
39238
  * @param {*} [options] Override http request option.
39260
39239
  * @throws {RequiredError}
39261
39240
  */
@@ -39329,16 +39308,16 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39329
39308
  */
39330
39309
  adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>>;
39331
39310
  /**
39332
- * Import query suggestions from JSON data
39311
+ * Import query suggestions from JSON data (Activity Logged)
39333
39312
  * @summary Import Query Suggestions
39334
39313
  * @param {string} xStoreID Store ID
39335
39314
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
39336
39315
  * @param {*} [options] Override http request option.
39337
39316
  * @throws {RequiredError}
39338
39317
  */
39339
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39318
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
39340
39319
  /**
39341
- * Delete manually added query suggestions for a store
39320
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39342
39321
  * @summary Delete Manual Query Suggestions
39343
39322
  * @param {string} xStoreID Store ID
39344
39323
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39347,7 +39326,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39347
39326
  */
39348
39327
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39349
39328
  /**
39350
- * Add a manually created query suggestion for a store
39329
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39351
39330
  * @summary Add Manual Query Suggestion
39352
39331
  * @param {string} xStoreID Store ID
39353
39332
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39356,7 +39335,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39356
39335
  */
39357
39336
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
39358
39337
  /**
39359
- * Migrate existing search analytics data to the new query suggestions management system
39338
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39360
39339
  * @summary Migrate Existing Analytics Data
39361
39340
  * @param {string} xStoreID Store ID
39362
39341
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39366,7 +39345,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39366
39345
  */
39367
39346
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39368
39347
  /**
39369
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39348
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39370
39349
  * @summary Promote ALL Cached Suggestions to Management Table
39371
39350
  * @param {string} xStoreID Store ID
39372
39351
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39375,16 +39354,16 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39375
39354
  */
39376
39355
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>>;
39377
39356
  /**
39378
- * Move selected auto-generated suggestions from cache to the management table
39357
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39379
39358
  * @summary Promote Cached Suggestions to Management Table
39380
39359
  * @param {string} xStoreID Store ID
39381
39360
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
39382
39361
  * @param {*} [options] Override http request option.
39383
39362
  * @throws {RequiredError}
39384
39363
  */
39385
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>>;
39364
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>>;
39386
39365
  /**
39387
- * Refresh auto-generated suggestions from search analytics data
39366
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39388
39367
  * @summary Refresh Auto-Generated Suggestions
39389
39368
  * @param {string} xStoreID Store ID
39390
39369
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39410,7 +39389,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39410
39389
  */
39411
39390
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>>;
39412
39391
  /**
39413
- * Delete a single query suggestion by its ID
39392
+ * Delete a single query suggestion by its ID and record an Activity Log.
39414
39393
  * @summary Delete Query Suggestion by ID
39415
39394
  * @param {string} xStoreID Store ID
39416
39395
  * @param {string} suggestionID Suggestion ID
@@ -39428,11 +39407,11 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39428
39407
  */
39429
39408
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>>;
39430
39409
  /**
39431
- * Update a single query suggestion by its ID
39410
+ *
39432
39411
  * @summary Update Query Suggestion by ID
39433
39412
  * @param {string} xStoreID Store ID
39434
39413
  * @param {string} suggestionID Suggestion ID
39435
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39414
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39436
39415
  * @param {*} [options] Override http request option.
39437
39416
  * @throws {RequiredError}
39438
39417
  */
@@ -39448,7 +39427,7 @@ export declare const QuerySuggestionsManagementApiFp: (configuration?: Configura
39448
39427
  */
39449
39428
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AnalyticsAnalyticsAPIResponse>>;
39450
39429
  /**
39451
- * Sync enabled query suggestions to Typesense collection for public API usage
39430
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39452
39431
  * @summary Sync Suggestions to Typesense
39453
39432
  * @param {string} xStoreID Store ID
39454
39433
  * @param {*} [options] Override http request option.
@@ -39499,14 +39478,14 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39499
39478
  */
39500
39479
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39501
39480
  /**
39502
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39481
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39503
39482
  * @summary Apply Suggestion Filters
39504
39483
  * @param {string} xStoreID Store ID
39505
39484
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
39506
39485
  * @param {*} [options] Override http request option.
39507
39486
  * @throws {RequiredError}
39508
39487
  */
39509
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39488
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>;
39510
39489
  /**
39511
39490
  * Delete a banned expression
39512
39491
  * @summary Delete Banned Expression
@@ -39517,7 +39496,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39517
39496
  */
39518
39497
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39519
39498
  /**
39520
- * Update an existing banned expression
39499
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39521
39500
  * @summary Update Banned Expression
39522
39501
  * @param {string} xStoreID Store ID
39523
39502
  * @param {string} expressionID Banned Expression ID
@@ -39535,10 +39514,10 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39535
39514
  */
39536
39515
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response>;
39537
39516
  /**
39538
- * Create a new banned expression with specified matching type
39517
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39539
39518
  * @summary Create Banned Expression
39540
39519
  * @param {string} xStoreID Store ID
39541
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39520
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39542
39521
  * @param {*} [options] Override http request option.
39543
39522
  * @throws {RequiredError}
39544
39523
  */
@@ -39612,16 +39591,16 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39612
39591
  */
39613
39592
  adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDGet200Response>;
39614
39593
  /**
39615
- * Import query suggestions from JSON data
39594
+ * Import query suggestions from JSON data (Activity Logged)
39616
39595
  * @summary Import Query Suggestions
39617
39596
  * @param {string} xStoreID Store ID
39618
39597
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
39619
39598
  * @param {*} [options] Override http request option.
39620
39599
  * @throws {RequiredError}
39621
39600
  */
39622
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39601
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
39623
39602
  /**
39624
- * Delete manually added query suggestions for a store
39603
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39625
39604
  * @summary Delete Manual Query Suggestions
39626
39605
  * @param {string} xStoreID Store ID
39627
39606
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39630,7 +39609,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39630
39609
  */
39631
39610
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39632
39611
  /**
39633
- * Add a manually created query suggestion for a store
39612
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39634
39613
  * @summary Add Manual Query Suggestion
39635
39614
  * @param {string} xStoreID Store ID
39636
39615
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39639,7 +39618,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39639
39618
  */
39640
39619
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
39641
39620
  /**
39642
- * Migrate existing search analytics data to the new query suggestions management system
39621
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39643
39622
  * @summary Migrate Existing Analytics Data
39644
39623
  * @param {string} xStoreID Store ID
39645
39624
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39649,7 +39628,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39649
39628
  */
39650
39629
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39651
39630
  /**
39652
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39631
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39653
39632
  * @summary Promote ALL Cached Suggestions to Management Table
39654
39633
  * @param {string} xStoreID Store ID
39655
39634
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39658,16 +39637,16 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39658
39637
  */
39659
39638
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response>;
39660
39639
  /**
39661
- * Move selected auto-generated suggestions from cache to the management table
39640
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39662
39641
  * @summary Promote Cached Suggestions to Management Table
39663
39642
  * @param {string} xStoreID Store ID
39664
39643
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
39665
39644
  * @param {*} [options] Override http request option.
39666
39645
  * @throws {RequiredError}
39667
39646
  */
39668
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response>;
39647
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDImportPost201Response>;
39669
39648
  /**
39670
- * Refresh auto-generated suggestions from search analytics data
39649
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39671
39650
  * @summary Refresh Auto-Generated Suggestions
39672
39651
  * @param {string} xStoreID Store ID
39673
39652
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -39693,7 +39672,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39693
39672
  */
39694
39673
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response>;
39695
39674
  /**
39696
- * Delete a single query suggestion by its ID
39675
+ * Delete a single query suggestion by its ID and record an Activity Log.
39697
39676
  * @summary Delete Query Suggestion by ID
39698
39677
  * @param {string} xStoreID Store ID
39699
39678
  * @param {string} suggestionID Suggestion ID
@@ -39711,11 +39690,11 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39711
39690
  */
39712
39691
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminV1QuerySuggestionsXStoreIDManualPost201Response>;
39713
39692
  /**
39714
- * Update a single query suggestion by its ID
39693
+ *
39715
39694
  * @summary Update Query Suggestion by ID
39716
39695
  * @param {string} xStoreID Store ID
39717
39696
  * @param {string} suggestionID Suggestion ID
39718
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
39697
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
39719
39698
  * @param {*} [options] Override http request option.
39720
39699
  * @throws {RequiredError}
39721
39700
  */
@@ -39731,7 +39710,7 @@ export declare const QuerySuggestionsManagementApiFactory: (configuration?: Conf
39731
39710
  */
39732
39711
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): AxiosPromise<AnalyticsAnalyticsAPIResponse>;
39733
39712
  /**
39734
- * Sync enabled query suggestions to Typesense collection for public API usage
39713
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
39735
39714
  * @summary Sync Suggestions to Typesense
39736
39715
  * @param {string} xStoreID Store ID
39737
39716
  * @param {*} [options] Override http request option.
@@ -39785,7 +39764,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39785
39764
  */
39786
39765
  adminV1QuerySuggestionsMigrateAllPost(daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39787
39766
  /**
39788
- * Apply filters to remove duplicate or unhelpful suggestions based on configuration
39767
+ * Apply filters to remove duplicate or unhelpful suggestions based on configuration (Activity Logged)
39789
39768
  * @summary Apply Suggestion Filters
39790
39769
  * @param {string} xStoreID Store ID
39791
39770
  * @param {Array<QuerySuggestionsServiceQuerySuggestionRecord>} querySuggestionsServiceQuerySuggestionRecord Array of suggestions to filter
@@ -39793,7 +39772,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39793
39772
  * @throws {RequiredError}
39794
39773
  * @memberof QuerySuggestionsManagementApi
39795
39774
  */
39796
- adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39775
+ adminV1QuerySuggestionsXStoreIDApplyFiltersPost(xStoreID: string, querySuggestionsServiceQuerySuggestionRecord: Array<QuerySuggestionsServiceQuerySuggestionRecord>, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response, any, {}>>;
39797
39776
  /**
39798
39777
  * Delete a banned expression
39799
39778
  * @summary Delete Banned Expression
@@ -39805,7 +39784,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39805
39784
  */
39806
39785
  adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete(xStoreID: string, expressionID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39807
39786
  /**
39808
- * Update an existing banned expression
39787
+ * Update an existing banned expression. ✔ This API automatically generates Activity Log entries.
39809
39788
  * @summary Update Banned Expression
39810
39789
  * @param {string} xStoreID Store ID
39811
39790
  * @param {string} expressionID Banned Expression ID
@@ -39825,10 +39804,10 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39825
39804
  */
39826
39805
  adminV1QuerySuggestionsXStoreIDBannedExpressionsGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response, any, {}>>;
39827
39806
  /**
39828
- * Create a new banned expression with specified matching type
39807
+ * Create a new banned expression with specified matching type. This action also generates an Activity Log entry (create → analytics → banned_expression).
39829
39808
  * @summary Create Banned Expression
39830
39809
  * @param {string} xStoreID Store ID
39831
- * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create
39810
+ * @param {QuerySuggestionsServiceBannedExpression} querySuggestionsServiceBannedExpression Banned expression to create (expression, match_type)
39832
39811
  * @param {*} [options] Override http request option.
39833
39812
  * @throws {RequiredError}
39834
39813
  * @memberof QuerySuggestionsManagementApi
@@ -39910,7 +39889,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39910
39889
  */
39911
39890
  adminV1QuerySuggestionsXStoreIDGet(xStoreID: string, source?: string, status?: string, query?: string, category?: string, tag?: string, page?: number, pageSize?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDGet200Response, any, {}>>;
39912
39891
  /**
39913
- * Import query suggestions from JSON data
39892
+ * Import query suggestions from JSON data (Activity Logged)
39914
39893
  * @summary Import Query Suggestions
39915
39894
  * @param {string} xStoreID Store ID
39916
39895
  * @param {QuerySuggestionsServiceImportQuerySuggestionsRequest} querySuggestionsServiceImportQuerySuggestionsRequest Import suggestions request
@@ -39918,9 +39897,9 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39918
39897
  * @throws {RequiredError}
39919
39898
  * @memberof QuerySuggestionsManagementApi
39920
39899
  */
39921
- adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39900
+ adminV1QuerySuggestionsXStoreIDImportPost(xStoreID: string, querySuggestionsServiceImportQuerySuggestionsRequest: QuerySuggestionsServiceImportQuerySuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
39922
39901
  /**
39923
- * Delete manually added query suggestions for a store
39902
+ * Deletes manually added query suggestions for a store and records Activity Logs.
39924
39903
  * @summary Delete Manual Query Suggestions
39925
39904
  * @param {string} xStoreID Store ID
39926
39905
  * @param {QuerySuggestionsServiceDeleteManualSuggestionsRequest} querySuggestionsServiceDeleteManualSuggestionsRequest Delete request
@@ -39930,7 +39909,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39930
39909
  */
39931
39910
  adminV1QuerySuggestionsXStoreIDManualDeleteDelete(xStoreID: string, querySuggestionsServiceDeleteManualSuggestionsRequest: QuerySuggestionsServiceDeleteManualSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39932
39911
  /**
39933
- * Add a manually created query suggestion for a store
39912
+ * Add a manually created query suggestion for a store ✔ Automatically generates Activity Log entries (`create` event).
39934
39913
  * @summary Add Manual Query Suggestion
39935
39914
  * @param {string} xStoreID Store ID
39936
39915
  * @param {QuerySuggestionsServiceManualQuerySuggestionRequest} querySuggestionsServiceManualQuerySuggestionRequest Manual suggestion request
@@ -39940,7 +39919,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39940
39919
  */
39941
39920
  adminV1QuerySuggestionsXStoreIDManualPost(xStoreID: string, querySuggestionsServiceManualQuerySuggestionRequest: QuerySuggestionsServiceManualQuerySuggestionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
39942
39921
  /**
39943
- * Migrate existing search analytics data to the new query suggestions management system
39922
+ * Migrate existing search analytics data to the new query suggestions management system (Activity Logged)
39944
39923
  * @summary Migrate Existing Analytics Data
39945
39924
  * @param {string} xStoreID Store ID
39946
39925
  * @param {number} [daysBack] Number of days back to migrate data
@@ -39951,7 +39930,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39951
39930
  */
39952
39931
  adminV1QuerySuggestionsXStoreIDMigratePost(xStoreID: string, daysBack?: number, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
39953
39932
  /**
39954
- * Move ALL auto-generated suggestions from cache to the management table that meet minimum popularity criteria
39933
+ * Promote all auto-generated cached suggestions to the management table (Activity Logged)
39955
39934
  * @summary Promote ALL Cached Suggestions to Management Table
39956
39935
  * @param {string} xStoreID Store ID
39957
39936
  * @param {number} [minPopularity] Minimum popularity threshold (default: 5)
@@ -39961,7 +39940,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39961
39940
  */
39962
39941
  adminV1QuerySuggestionsXStoreIDPromoteAllPost(xStoreID: string, minPopularity?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response, any, {}>>;
39963
39942
  /**
39964
- * Move selected auto-generated suggestions from cache to the management table
39943
+ * Move selected auto-generated suggestions from cache to the management table (Activity Logged)
39965
39944
  * @summary Promote Cached Suggestions to Management Table
39966
39945
  * @param {string} xStoreID Store ID
39967
39946
  * @param {QuerySuggestionsServicePromoteSuggestionsRequest} querySuggestionsServicePromoteSuggestionsRequest Promotion request
@@ -39969,9 +39948,9 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
39969
39948
  * @throws {RequiredError}
39970
39949
  * @memberof QuerySuggestionsManagementApi
39971
39950
  */
39972
- adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response, any, {}>>;
39951
+ adminV1QuerySuggestionsXStoreIDPromotePost(xStoreID: string, querySuggestionsServicePromoteSuggestionsRequest: QuerySuggestionsServicePromoteSuggestionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDImportPost201Response, any, {}>>;
39973
39952
  /**
39974
- * Refresh auto-generated suggestions from search analytics data
39953
+ * Refresh auto-generated suggestions from search analytics data (Activity Logged)
39975
39954
  * @summary Refresh Auto-Generated Suggestions
39976
39955
  * @param {string} xStoreID Store ID
39977
39956
  * @param {number} [minPopularity] Minimum popularity threshold
@@ -40000,7 +39979,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
40000
39979
  */
40001
39980
  adminV1QuerySuggestionsXStoreIDStatusGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response, any, {}>>;
40002
39981
  /**
40003
- * Delete a single query suggestion by its ID
39982
+ * Delete a single query suggestion by its ID and record an Activity Log.
40004
39983
  * @summary Delete Query Suggestion by ID
40005
39984
  * @param {string} xStoreID Store ID
40006
39985
  * @param {string} suggestionID Suggestion ID
@@ -40020,11 +39999,11 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
40020
39999
  */
40021
40000
  adminV1QuerySuggestionsXStoreIDSuggestionIDGet(xStoreID: string, suggestionID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminV1QuerySuggestionsXStoreIDManualPost201Response, any, {}>>;
40022
40001
  /**
40023
- * Update a single query suggestion by its ID
40002
+ *
40024
40003
  * @summary Update Query Suggestion by ID
40025
40004
  * @param {string} xStoreID Store ID
40026
40005
  * @param {string} suggestionID Suggestion ID
40027
- * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update request
40006
+ * @param {QuerySuggestionsServiceUpdateSuggestionRequest} querySuggestionsServiceUpdateSuggestionRequest Update Suggestion Payload
40028
40007
  * @param {*} [options] Override http request option.
40029
40008
  * @throws {RequiredError}
40030
40009
  * @memberof QuerySuggestionsManagementApi
@@ -40042,7 +40021,7 @@ export declare class QuerySuggestionsManagementApi extends BaseAPI {
40042
40021
  */
40043
40022
  adminV1QuerySuggestionsXStoreIDSuggestionIDStatusPut(xStoreID: string, suggestionID: string, status: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsAnalyticsAPIResponse, any, {}>>;
40044
40023
  /**
40045
- * Sync enabled query suggestions to Typesense collection for public API usage
40024
+ * Sync enabled query suggestions to Typesense collection for public API usage (Activity Logged)
40046
40025
  * @summary Sync Suggestions to Typesense
40047
40026
  * @param {string} xStoreID Store ID
40048
40027
  * @param {*} [options] Override http request option.
@@ -41725,7 +41704,7 @@ export declare const StopwordsApiAxiosParamCreator: (configuration?: Configurati
41725
41704
  */
41726
41705
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet: (xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41727
41706
  /**
41728
- * Removes store-specific words from a language word list
41707
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41729
41708
  * @summary Remove words from language word list
41730
41709
  * @param {string} xStoreID X-Store ID
41731
41710
  * @param {number} wordListID Word List ID
@@ -41735,7 +41714,7 @@ export declare const StopwordsApiAxiosParamCreator: (configuration?: Configurati
41735
41714
  */
41736
41715
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete: (xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
41737
41716
  /**
41738
- * Adds words directly to a language word list for a specific store
41717
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41739
41718
  * @summary Add words to language word list
41740
41719
  * @param {string} xStoreID X-Store ID
41741
41720
  * @param {number} wordListID Word List ID
@@ -41795,7 +41774,7 @@ export declare const StopwordsApiFp: (configuration?: Configuration) => {
41795
41774
  */
41796
41775
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesWordListResponseEnhancedWrapper>>;
41797
41776
  /**
41798
- * Removes store-specific words from a language word list
41777
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41799
41778
  * @summary Remove words from language word list
41800
41779
  * @param {string} xStoreID X-Store ID
41801
41780
  * @param {number} wordListID Word List ID
@@ -41805,7 +41784,7 @@ export declare const StopwordsApiFp: (configuration?: Configuration) => {
41805
41784
  */
41806
41785
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesUpdateWordStatusResponseWrapper>>;
41807
41786
  /**
41808
- * Adds words directly to a language word list for a specific store
41787
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41809
41788
  * @summary Add words to language word list
41810
41789
  * @param {string} xStoreID X-Store ID
41811
41790
  * @param {number} wordListID Word List ID
@@ -41865,7 +41844,7 @@ export declare const StopwordsApiFactory: (configuration?: Configuration, basePa
41865
41844
  */
41866
41845
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesWordListResponseEnhancedWrapper>;
41867
41846
  /**
41868
- * Removes store-specific words from a language word list
41847
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41869
41848
  * @summary Remove words from language word list
41870
41849
  * @param {string} xStoreID X-Store ID
41871
41850
  * @param {number} wordListID Word List ID
@@ -41875,7 +41854,7 @@ export declare const StopwordsApiFactory: (configuration?: Configuration, basePa
41875
41854
  */
41876
41855
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesUpdateWordStatusResponseWrapper>;
41877
41856
  /**
41878
- * Adds words directly to a language word list for a specific store
41857
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41879
41858
  * @summary Add words to language word list
41880
41859
  * @param {string} xStoreID X-Store ID
41881
41860
  * @param {number} wordListID Word List ID
@@ -41941,7 +41920,7 @@ export declare class StopwordsApi extends BaseAPI {
41941
41920
  */
41942
41921
  adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet(xStoreID: string, lang?: string, type?: string, q?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesWordListResponseEnhancedWrapper, any, {}>>;
41943
41922
  /**
41944
- * Removes store-specific words from a language word list
41923
+ * Removes store-specific words from a language word list ## 🔎 Activity Logs Generated This operation **records an Activity Log entry** with: - **Action:** update - **Resource Type:** stopword_list - **Resource ID:** xStoreID - **Description:** Includes number of words removed & details - **State Before:** `{ removed_words: [..], count: N }` - **State After:** `{ removed_words: [], count: 0 }` - **Changed Fields:** `[ \"words_removed(N)\" ]` ---
41945
41924
  * @summary Remove words from language word list
41946
41925
  * @param {string} xStoreID X-Store ID
41947
41926
  * @param {number} wordListID Word List ID
@@ -41952,7 +41931,7 @@ export declare class StopwordsApi extends BaseAPI {
41952
41931
  */
41953
41932
  adminStoresXStoreIDStopwordsWordlistsWordListIDWordsDelete(xStoreID: string, wordListID: number, dataTypesRemoveWordsFromLanguageListRequest: DataTypesRemoveWordsFromLanguageListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesUpdateWordStatusResponseWrapper, any, {}>>;
41954
41933
  /**
41955
- * Adds words directly to a language word list for a specific store
41934
+ * Adds one or more words to a language-based stopword list for a store. Also records Activity Logs capturing before/after state and changed fields.
41956
41935
  * @summary Add words to language word list
41957
41936
  * @param {string} xStoreID X-Store ID
41958
41937
  * @param {number} wordListID Word List ID
@@ -42259,7 +42238,7 @@ export declare class StoreCreationApi extends BaseAPI {
42259
42238
  */
42260
42239
  export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Configuration) => {
42261
42240
  /**
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.
42241
+ *
42263
42242
  * @summary Bulk document operations
42264
42243
  * @param {string} xStoreID X-Store ID
42265
42244
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42286,7 +42265,7 @@ export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Config
42286
42265
  */
42287
42266
  adminStoresXStoreIDDocumentsDocumentIDGet: (xStoreID: string, documentID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42288
42267
  /**
42289
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42268
+ *
42290
42269
  * @summary Update document
42291
42270
  * @param {string} xStoreID X-Store ID
42292
42271
  * @param {string} documentID Document ID
@@ -42324,7 +42303,7 @@ export declare const StoreDocumentsApiAxiosParamCreator: (configuration?: Config
42324
42303
  */
42325
42304
  export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
42326
42305
  /**
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.
42306
+ *
42328
42307
  * @summary Bulk document operations
42329
42308
  * @param {string} xStoreID X-Store ID
42330
42309
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42351,7 +42330,7 @@ export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
42351
42330
  */
42352
42331
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesDocumentResponseWrapper>>;
42353
42332
  /**
42354
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42333
+ *
42355
42334
  * @summary Update document
42356
42335
  * @param {string} xStoreID X-Store ID
42357
42336
  * @param {string} documentID Document ID
@@ -42389,7 +42368,7 @@ export declare const StoreDocumentsApiFp: (configuration?: Configuration) => {
42389
42368
  */
42390
42369
  export declare const StoreDocumentsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
42391
42370
  /**
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.
42371
+ *
42393
42372
  * @summary Bulk document operations
42394
42373
  * @param {string} xStoreID X-Store ID
42395
42374
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42416,7 +42395,7 @@ export declare const StoreDocumentsApiFactory: (configuration?: Configuration, b
42416
42395
  */
42417
42396
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesDocumentResponseWrapper>;
42418
42397
  /**
42419
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42398
+ *
42420
42399
  * @summary Update document
42421
42400
  * @param {string} xStoreID X-Store ID
42422
42401
  * @param {string} documentID Document ID
@@ -42456,7 +42435,7 @@ export declare const StoreDocumentsApiFactory: (configuration?: Configuration, b
42456
42435
  */
42457
42436
  export declare class StoreDocumentsApi extends BaseAPI {
42458
42437
  /**
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.
42438
+ *
42460
42439
  * @summary Bulk document operations
42461
42440
  * @param {string} xStoreID X-Store ID
42462
42441
  * @param {DataTypesBulkDocumentRequest} dataTypesBulkDocumentRequest Bulk operation data
@@ -42486,7 +42465,7 @@ export declare class StoreDocumentsApi extends BaseAPI {
42486
42465
  */
42487
42466
  adminStoresXStoreIDDocumentsDocumentIDGet(xStoreID: string, documentID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesDocumentResponseWrapper, any, {}>>;
42488
42467
  /**
42489
- * Updates an existing document by ID. The document ID will not change even if document properties change.
42468
+ *
42490
42469
  * @summary Update document
42491
42470
  * @param {string} xStoreID X-Store ID
42492
42471
  * @param {string} documentID Document ID
@@ -42559,10 +42538,10 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42559
42538
  */
42560
42539
  adminStoresStoreIDPut: (storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42561
42540
  /**
42562
- * Updates StoreStatus information by ID.
42563
- * @summary Update an existing StoreStatus
42541
+ * Updates the active/inactive status of a store by its ID.
42542
+ * @summary Update Store Status
42564
42543
  * @param {number} id Store ID
42565
- * @param {boolean} status status
42544
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42566
42545
  * @param {*} [options] Override http request option.
42567
42546
  * @throws {RequiredError}
42568
42547
  */
@@ -42620,10 +42599,10 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42620
42599
  */
42621
42600
  adminStoresXStoreIDConfigGet: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42622
42601
  /**
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.
42602
+ *
42624
42603
  * @summary Update Store Config (Partial)
42625
42604
  * @param {string} xStoreID X-Store ID
42626
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42605
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42627
42606
  * @param {*} [options] Override http request option.
42628
42607
  * @throws {RequiredError}
42629
42608
  */
@@ -42682,13 +42661,13 @@ export declare const StoresApiAxiosParamCreator: (configuration?: Configuration)
42682
42661
  */
42683
42662
  adminStoresXStoreIDStepStepPut: (xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42684
42663
  /**
42685
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
42664
+ *
42686
42665
  * @summary Regenerate X-Store Secret
42687
- * @param {string} xStoreID Current X-Store ID
42666
+ * @param {string} xstoreid Current X-Store ID
42688
42667
  * @param {*} [options] Override http request option.
42689
42668
  * @throws {RequiredError}
42690
42669
  */
42691
- xStoreIDRegenerateSecretPost: (xStoreID: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42670
+ xstoreidRegenerateUidPut: (xstoreid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
42692
42671
  };
42693
42672
  /**
42694
42673
  * StoresApi - functional programming interface
@@ -42728,10 +42707,10 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42728
42707
  */
42729
42708
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42730
42709
  /**
42731
- * Updates StoreStatus information by ID.
42732
- * @summary Update an existing StoreStatus
42710
+ * Updates the active/inactive status of a store by its ID.
42711
+ * @summary Update Store Status
42733
42712
  * @param {number} id Store ID
42734
- * @param {boolean} status status
42713
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42735
42714
  * @param {*} [options] Override http request option.
42736
42715
  * @throws {RequiredError}
42737
42716
  */
@@ -42789,10 +42768,10 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42789
42768
  */
42790
42769
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse>>;
42791
42770
  /**
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.
42771
+ *
42793
42772
  * @summary Update Store Config (Partial)
42794
42773
  * @param {string} xStoreID X-Store ID
42795
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42774
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42796
42775
  * @param {*} [options] Override http request option.
42797
42776
  * @throws {RequiredError}
42798
42777
  */
@@ -42851,13 +42830,13 @@ export declare const StoresApiFp: (configuration?: Configuration) => {
42851
42830
  */
42852
42831
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42853
42832
  /**
42854
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
42833
+ *
42855
42834
  * @summary Regenerate X-Store Secret
42856
- * @param {string} xStoreID Current X-Store ID
42835
+ * @param {string} xstoreid Current X-Store ID
42857
42836
  * @param {*} [options] Override http request option.
42858
42837
  * @throws {RequiredError}
42859
42838
  */
42860
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>>;
42839
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>>;
42861
42840
  };
42862
42841
  /**
42863
42842
  * StoresApi - factory interface
@@ -42897,10 +42876,10 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42897
42876
  */
42898
42877
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
42899
42878
  /**
42900
- * Updates StoreStatus information by ID.
42901
- * @summary Update an existing StoreStatus
42879
+ * Updates the active/inactive status of a store by its ID.
42880
+ * @summary Update Store Status
42902
42881
  * @param {number} id Store ID
42903
- * @param {boolean} status status
42882
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
42904
42883
  * @param {*} [options] Override http request option.
42905
42884
  * @throws {RequiredError}
42906
42885
  */
@@ -42958,10 +42937,10 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
42958
42937
  */
42959
42938
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse>;
42960
42939
  /**
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.
42940
+ *
42962
42941
  * @summary Update Store Config (Partial)
42963
42942
  * @param {string} xStoreID X-Store ID
42964
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
42943
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
42965
42944
  * @param {*} [options] Override http request option.
42966
42945
  * @throws {RequiredError}
42967
42946
  */
@@ -43020,13 +42999,13 @@ export declare const StoresApiFactory: (configuration?: Configuration, basePath?
43020
42999
  */
43021
43000
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43022
43001
  /**
43023
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43002
+ *
43024
43003
  * @summary Regenerate X-Store Secret
43025
- * @param {string} xStoreID Current X-Store ID
43004
+ * @param {string} xstoreid Current X-Store ID
43026
43005
  * @param {*} [options] Override http request option.
43027
43006
  * @throws {RequiredError}
43028
43007
  */
43029
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse>;
43008
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse>;
43030
43009
  };
43031
43010
  /**
43032
43011
  * StoresApi - object-oriented interface
@@ -43072,10 +43051,10 @@ export declare class StoresApi extends BaseAPI {
43072
43051
  */
43073
43052
  adminStoresStoreIDPut(storeID: number, dataTypesStoreRequestDto: DataTypesStoreRequestDto, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43074
43053
  /**
43075
- * Updates StoreStatus information by ID.
43076
- * @summary Update an existing StoreStatus
43054
+ * Updates the active/inactive status of a store by its ID.
43055
+ * @summary Update Store Status
43077
43056
  * @param {number} id Store ID
43078
- * @param {boolean} status status
43057
+ * @param {boolean} status Store Status (true &#x3D; active, false &#x3D; inactive)
43079
43058
  * @param {*} [options] Override http request option.
43080
43059
  * @throws {RequiredError}
43081
43060
  * @memberof StoresApi
@@ -43139,10 +43118,10 @@ export declare class StoresApi extends BaseAPI {
43139
43118
  */
43140
43119
  adminStoresXStoreIDConfigGet(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse, any, {}>>;
43141
43120
  /**
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.
43121
+ *
43143
43122
  * @summary Update Store Config (Partial)
43144
43123
  * @param {string} xStoreID X-Store ID
43145
- * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported) including stopwords and synonyms
43124
+ * @param {DataTypesIndexConfig} dataTypesIndexConfig Store configuration (partial updates supported)
43146
43125
  * @param {*} [options] Override http request option.
43147
43126
  * @throws {RequiredError}
43148
43127
  * @memberof StoresApi
@@ -43208,14 +43187,14 @@ export declare class StoresApi extends BaseAPI {
43208
43187
  */
43209
43188
  adminStoresXStoreIDStepStepPut(xStoreID: string, step: string, body: object, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43210
43189
  /**
43211
- * Generates and assigns a new X-Store Secret for an existing store, keeping the same X-Store ID.
43190
+ *
43212
43191
  * @summary Regenerate X-Store Secret
43213
- * @param {string} xStoreID Current X-Store ID
43192
+ * @param {string} xstoreid Current X-Store ID
43214
43193
  * @param {*} [options] Override http request option.
43215
43194
  * @throws {RequiredError}
43216
43195
  * @memberof StoresApi
43217
43196
  */
43218
- xStoreIDRegenerateSecretPost(xStoreID: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesResponse, any, {}>>;
43197
+ xstoreidRegenerateUidPut(xstoreid: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse, any, {}>>;
43219
43198
  }
43220
43199
  /**
43221
43200
  * SubscriptionsApi - axios parameter creator