@seekora-ai/admin-api 1.1.53 → 1.1.54
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/README.md +2 -2
- package/api.ts +22 -16
- package/dist/api.d.ts +22 -16
- package/dist/api.js +8 -8
- package/dist/esm/api.d.ts +22 -16
- package/dist/esm/api.js +8 -8
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.54.tgz +0 -0
- package/seekora-ai-admin-api-1.1.53.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.1.
|
|
1
|
+
## @seekora-ai/admin-api@1.1.54
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @seekora-ai/admin-api@1.1.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.1.54 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -25209,17 +25209,17 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
25209
25209
|
*/
|
|
25210
25210
|
'show_top_categories'?: number;
|
|
25211
25211
|
/**
|
|
25212
|
-
*
|
|
25212
|
+
* Enable special characters in tokenization (maps to token_separators and symbols_to_index)
|
|
25213
25213
|
* @type {boolean}
|
|
25214
25214
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
25215
25215
|
*/
|
|
25216
|
-
'
|
|
25216
|
+
'special_chars'?: boolean;
|
|
25217
25217
|
/**
|
|
25218
|
-
*
|
|
25219
|
-
* @type {
|
|
25218
|
+
* Whether to sync enabled suggestions to Typesense
|
|
25219
|
+
* @type {boolean}
|
|
25220
25220
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
25221
25221
|
*/
|
|
25222
|
-
'
|
|
25222
|
+
'sync_to_typesense'?: boolean;
|
|
25223
25223
|
/**
|
|
25224
25224
|
* Whether to sync to Typesense
|
|
25225
25225
|
* @type {boolean}
|
|
@@ -25982,11 +25982,17 @@ export interface QuerySuggestionsServiceUpdateSuggestionConfigRequest {
|
|
|
25982
25982
|
*/
|
|
25983
25983
|
'show_top_categories'?: number;
|
|
25984
25984
|
/**
|
|
25985
|
-
*
|
|
25986
|
-
* @type {
|
|
25985
|
+
* Enable special characters in tokenization
|
|
25986
|
+
* @type {boolean}
|
|
25987
25987
|
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
25988
25988
|
*/
|
|
25989
|
-
'
|
|
25989
|
+
'special_chars'?: boolean;
|
|
25990
|
+
/**
|
|
25991
|
+
* Enable/disable syncing suggestions to Typesense
|
|
25992
|
+
* @type {boolean}
|
|
25993
|
+
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
25994
|
+
*/
|
|
25995
|
+
'sync_to_typesense'?: boolean;
|
|
25990
25996
|
/**
|
|
25991
25997
|
* Typo tolerance
|
|
25992
25998
|
* @type {number}
|
|
@@ -31452,7 +31458,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
31452
31458
|
* @param {string} [path] Path filter (partial match)
|
|
31453
31459
|
* @param {string} [storeId] Store ID filter
|
|
31454
31460
|
* @param {number} [page] Page number (default: 1)
|
|
31455
|
-
* @param {number} [perPage] Results per page (default:
|
|
31461
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
31456
31462
|
* @param {*} [options] Override http request option.
|
|
31457
31463
|
* @throws {RequiredError}
|
|
31458
31464
|
*/
|
|
@@ -31519,7 +31525,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
31519
31525
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
31520
31526
|
* @param {string} [method] HTTP method filter
|
|
31521
31527
|
* @param {number} [page] Page number (default: 1)
|
|
31522
|
-
* @param {number} [perPage] Results per page (default:
|
|
31528
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
31523
31529
|
* @param {*} [options] Override http request option.
|
|
31524
31530
|
* @throws {RequiredError}
|
|
31525
31531
|
*/
|
|
@@ -32127,7 +32133,7 @@ export const AnalyticsApiFp = function(configuration?: Configuration) {
|
|
|
32127
32133
|
* @param {string} [path] Path filter (partial match)
|
|
32128
32134
|
* @param {string} [storeId] Store ID filter
|
|
32129
32135
|
* @param {number} [page] Page number (default: 1)
|
|
32130
|
-
* @param {number} [perPage] Results per page (default:
|
|
32136
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
32131
32137
|
* @param {*} [options] Override http request option.
|
|
32132
32138
|
* @throws {RequiredError}
|
|
32133
32139
|
*/
|
|
@@ -32145,7 +32151,7 @@ export const AnalyticsApiFp = function(configuration?: Configuration) {
|
|
|
32145
32151
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
32146
32152
|
* @param {string} [method] HTTP method filter
|
|
32147
32153
|
* @param {number} [page] Page number (default: 1)
|
|
32148
|
-
* @param {number} [perPage] Results per page (default:
|
|
32154
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
32149
32155
|
* @param {*} [options] Override http request option.
|
|
32150
32156
|
* @throws {RequiredError}
|
|
32151
32157
|
*/
|
|
@@ -32631,7 +32637,7 @@ export const AnalyticsApiFactory = function (configuration?: Configuration, base
|
|
|
32631
32637
|
* @param {string} [path] Path filter (partial match)
|
|
32632
32638
|
* @param {string} [storeId] Store ID filter
|
|
32633
32639
|
* @param {number} [page] Page number (default: 1)
|
|
32634
|
-
* @param {number} [perPage] Results per page (default:
|
|
32640
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
32635
32641
|
* @param {*} [options] Override http request option.
|
|
32636
32642
|
* @throws {RequiredError}
|
|
32637
32643
|
*/
|
|
@@ -32646,7 +32652,7 @@ export const AnalyticsApiFactory = function (configuration?: Configuration, base
|
|
|
32646
32652
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
32647
32653
|
* @param {string} [method] HTTP method filter
|
|
32648
32654
|
* @param {number} [page] Page number (default: 1)
|
|
32649
|
-
* @param {number} [perPage] Results per page (default:
|
|
32655
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
32650
32656
|
* @param {*} [options] Override http request option.
|
|
32651
32657
|
* @throws {RequiredError}
|
|
32652
32658
|
*/
|
|
@@ -33162,7 +33168,7 @@ export class AnalyticsApi extends BaseAPI {
|
|
|
33162
33168
|
* @param {string} [path] Path filter (partial match)
|
|
33163
33169
|
* @param {string} [storeId] Store ID filter
|
|
33164
33170
|
* @param {number} [page] Page number (default: 1)
|
|
33165
|
-
* @param {number} [perPage] Results per page (default:
|
|
33171
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
33166
33172
|
* @param {*} [options] Override http request option.
|
|
33167
33173
|
* @throws {RequiredError}
|
|
33168
33174
|
* @memberof AnalyticsApi
|
|
@@ -33179,7 +33185,7 @@ export class AnalyticsApi extends BaseAPI {
|
|
|
33179
33185
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
33180
33186
|
* @param {string} [method] HTTP method filter
|
|
33181
33187
|
* @param {number} [page] Page number (default: 1)
|
|
33182
|
-
* @param {number} [perPage] Results per page (default:
|
|
33188
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
33183
33189
|
* @param {*} [options] Override http request option.
|
|
33184
33190
|
* @throws {RequiredError}
|
|
33185
33191
|
* @memberof AnalyticsApi
|
package/dist/api.d.ts
CHANGED
|
@@ -25287,17 +25287,17 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
25287
25287
|
*/
|
|
25288
25288
|
'show_top_categories'?: number;
|
|
25289
25289
|
/**
|
|
25290
|
-
*
|
|
25290
|
+
* Enable special characters in tokenization (maps to token_separators and symbols_to_index)
|
|
25291
25291
|
* @type {boolean}
|
|
25292
25292
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
25293
25293
|
*/
|
|
25294
|
-
'
|
|
25294
|
+
'special_chars'?: boolean;
|
|
25295
25295
|
/**
|
|
25296
|
-
*
|
|
25297
|
-
* @type {
|
|
25296
|
+
* Whether to sync enabled suggestions to Typesense
|
|
25297
|
+
* @type {boolean}
|
|
25298
25298
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
25299
25299
|
*/
|
|
25300
|
-
'
|
|
25300
|
+
'sync_to_typesense'?: boolean;
|
|
25301
25301
|
/**
|
|
25302
25302
|
* Whether to sync to Typesense
|
|
25303
25303
|
* @type {boolean}
|
|
@@ -26052,11 +26052,17 @@ export interface QuerySuggestionsServiceUpdateSuggestionConfigRequest {
|
|
|
26052
26052
|
*/
|
|
26053
26053
|
'show_top_categories'?: number;
|
|
26054
26054
|
/**
|
|
26055
|
-
*
|
|
26056
|
-
* @type {
|
|
26055
|
+
* Enable special characters in tokenization
|
|
26056
|
+
* @type {boolean}
|
|
26057
26057
|
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
26058
26058
|
*/
|
|
26059
|
-
'
|
|
26059
|
+
'special_chars'?: boolean;
|
|
26060
|
+
/**
|
|
26061
|
+
* Enable/disable syncing suggestions to Typesense
|
|
26062
|
+
* @type {boolean}
|
|
26063
|
+
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
26064
|
+
*/
|
|
26065
|
+
'sync_to_typesense'?: boolean;
|
|
26060
26066
|
/**
|
|
26061
26067
|
* Typo tolerance
|
|
26062
26068
|
* @type {number}
|
|
@@ -28561,7 +28567,7 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
28561
28567
|
* @param {string} [path] Path filter (partial match)
|
|
28562
28568
|
* @param {string} [storeId] Store ID filter
|
|
28563
28569
|
* @param {number} [page] Page number (default: 1)
|
|
28564
|
-
* @param {number} [perPage] Results per page (default:
|
|
28570
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
28565
28571
|
* @param {*} [options] Override http request option.
|
|
28566
28572
|
* @throws {RequiredError}
|
|
28567
28573
|
*/
|
|
@@ -28574,7 +28580,7 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
28574
28580
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
28575
28581
|
* @param {string} [method] HTTP method filter
|
|
28576
28582
|
* @param {number} [page] Page number (default: 1)
|
|
28577
|
-
* @param {number} [perPage] Results per page (default:
|
|
28583
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
28578
28584
|
* @param {*} [options] Override http request option.
|
|
28579
28585
|
* @throws {RequiredError}
|
|
28580
28586
|
*/
|
|
@@ -29010,7 +29016,7 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
29010
29016
|
* @param {string} [path] Path filter (partial match)
|
|
29011
29017
|
* @param {string} [storeId] Store ID filter
|
|
29012
29018
|
* @param {number} [page] Page number (default: 1)
|
|
29013
|
-
* @param {number} [perPage] Results per page (default:
|
|
29019
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29014
29020
|
* @param {*} [options] Override http request option.
|
|
29015
29021
|
* @throws {RequiredError}
|
|
29016
29022
|
*/
|
|
@@ -29023,7 +29029,7 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
29023
29029
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
29024
29030
|
* @param {string} [method] HTTP method filter
|
|
29025
29031
|
* @param {number} [page] Page number (default: 1)
|
|
29026
|
-
* @param {number} [perPage] Results per page (default:
|
|
29032
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29027
29033
|
* @param {*} [options] Override http request option.
|
|
29028
29034
|
* @throws {RequiredError}
|
|
29029
29035
|
*/
|
|
@@ -29459,7 +29465,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
29459
29465
|
* @param {string} [path] Path filter (partial match)
|
|
29460
29466
|
* @param {string} [storeId] Store ID filter
|
|
29461
29467
|
* @param {number} [page] Page number (default: 1)
|
|
29462
|
-
* @param {number} [perPage] Results per page (default:
|
|
29468
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29463
29469
|
* @param {*} [options] Override http request option.
|
|
29464
29470
|
* @throws {RequiredError}
|
|
29465
29471
|
*/
|
|
@@ -29472,7 +29478,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
29472
29478
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
29473
29479
|
* @param {string} [method] HTTP method filter
|
|
29474
29480
|
* @param {number} [page] Page number (default: 1)
|
|
29475
|
-
* @param {number} [perPage] Results per page (default:
|
|
29481
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29476
29482
|
* @param {*} [options] Override http request option.
|
|
29477
29483
|
* @throws {RequiredError}
|
|
29478
29484
|
*/
|
|
@@ -29928,7 +29934,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
29928
29934
|
* @param {string} [path] Path filter (partial match)
|
|
29929
29935
|
* @param {string} [storeId] Store ID filter
|
|
29930
29936
|
* @param {number} [page] Page number (default: 1)
|
|
29931
|
-
* @param {number} [perPage] Results per page (default:
|
|
29937
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29932
29938
|
* @param {*} [options] Override http request option.
|
|
29933
29939
|
* @throws {RequiredError}
|
|
29934
29940
|
* @memberof AnalyticsApi
|
|
@@ -29942,7 +29948,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
29942
29948
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
29943
29949
|
* @param {string} [method] HTTP method filter
|
|
29944
29950
|
* @param {number} [page] Page number (default: 1)
|
|
29945
|
-
* @param {number} [perPage] Results per page (default:
|
|
29951
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29946
29952
|
* @param {*} [options] Override http request option.
|
|
29947
29953
|
* @throws {RequiredError}
|
|
29948
29954
|
* @memberof AnalyticsApi
|
package/dist/api.js
CHANGED
|
@@ -4352,7 +4352,7 @@ const AnalyticsApiAxiosParamCreator = function (configuration) {
|
|
|
4352
4352
|
* @param {string} [path] Path filter (partial match)
|
|
4353
4353
|
* @param {string} [storeId] Store ID filter
|
|
4354
4354
|
* @param {number} [page] Page number (default: 1)
|
|
4355
|
-
* @param {number} [perPage] Results per page (default:
|
|
4355
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
4356
4356
|
* @param {*} [options] Override http request option.
|
|
4357
4357
|
* @throws {RequiredError}
|
|
4358
4358
|
*/
|
|
@@ -4406,7 +4406,7 @@ const AnalyticsApiAxiosParamCreator = function (configuration) {
|
|
|
4406
4406
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
4407
4407
|
* @param {string} [method] HTTP method filter
|
|
4408
4408
|
* @param {number} [page] Page number (default: 1)
|
|
4409
|
-
* @param {number} [perPage] Results per page (default:
|
|
4409
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
4410
4410
|
* @param {*} [options] Override http request option.
|
|
4411
4411
|
* @throws {RequiredError}
|
|
4412
4412
|
*/
|
|
@@ -5051,7 +5051,7 @@ const AnalyticsApiFp = function (configuration) {
|
|
|
5051
5051
|
* @param {string} [path] Path filter (partial match)
|
|
5052
5052
|
* @param {string} [storeId] Store ID filter
|
|
5053
5053
|
* @param {number} [page] Page number (default: 1)
|
|
5054
|
-
* @param {number} [perPage] Results per page (default:
|
|
5054
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5055
5055
|
* @param {*} [options] Override http request option.
|
|
5056
5056
|
* @throws {RequiredError}
|
|
5057
5057
|
*/
|
|
@@ -5072,7 +5072,7 @@ const AnalyticsApiFp = function (configuration) {
|
|
|
5072
5072
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
5073
5073
|
* @param {string} [method] HTTP method filter
|
|
5074
5074
|
* @param {number} [page] Page number (default: 1)
|
|
5075
|
-
* @param {number} [perPage] Results per page (default:
|
|
5075
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5076
5076
|
* @param {*} [options] Override http request option.
|
|
5077
5077
|
* @throws {RequiredError}
|
|
5078
5078
|
*/
|
|
@@ -5564,7 +5564,7 @@ const AnalyticsApiFactory = function (configuration, basePath, axios) {
|
|
|
5564
5564
|
* @param {string} [path] Path filter (partial match)
|
|
5565
5565
|
* @param {string} [storeId] Store ID filter
|
|
5566
5566
|
* @param {number} [page] Page number (default: 1)
|
|
5567
|
-
* @param {number} [perPage] Results per page (default:
|
|
5567
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5568
5568
|
* @param {*} [options] Override http request option.
|
|
5569
5569
|
* @throws {RequiredError}
|
|
5570
5570
|
*/
|
|
@@ -5579,7 +5579,7 @@ const AnalyticsApiFactory = function (configuration, basePath, axios) {
|
|
|
5579
5579
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
5580
5580
|
* @param {string} [method] HTTP method filter
|
|
5581
5581
|
* @param {number} [page] Page number (default: 1)
|
|
5582
|
-
* @param {number} [perPage] Results per page (default:
|
|
5582
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5583
5583
|
* @param {*} [options] Override http request option.
|
|
5584
5584
|
* @throws {RequiredError}
|
|
5585
5585
|
*/
|
|
@@ -6077,7 +6077,7 @@ class AnalyticsApi extends base_1.BaseAPI {
|
|
|
6077
6077
|
* @param {string} [path] Path filter (partial match)
|
|
6078
6078
|
* @param {string} [storeId] Store ID filter
|
|
6079
6079
|
* @param {number} [page] Page number (default: 1)
|
|
6080
|
-
* @param {number} [perPage] Results per page (default:
|
|
6080
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
6081
6081
|
* @param {*} [options] Override http request option.
|
|
6082
6082
|
* @throws {RequiredError}
|
|
6083
6083
|
* @memberof AnalyticsApi
|
|
@@ -6093,7 +6093,7 @@ class AnalyticsApi extends base_1.BaseAPI {
|
|
|
6093
6093
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
6094
6094
|
* @param {string} [method] HTTP method filter
|
|
6095
6095
|
* @param {number} [page] Page number (default: 1)
|
|
6096
|
-
* @param {number} [perPage] Results per page (default:
|
|
6096
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
6097
6097
|
* @param {*} [options] Override http request option.
|
|
6098
6098
|
* @throws {RequiredError}
|
|
6099
6099
|
* @memberof AnalyticsApi
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -25287,17 +25287,17 @@ export interface QuerySuggestionsServiceQuerySuggestionConfig {
|
|
|
25287
25287
|
*/
|
|
25288
25288
|
'show_top_categories'?: number;
|
|
25289
25289
|
/**
|
|
25290
|
-
*
|
|
25290
|
+
* Enable special characters in tokenization (maps to token_separators and symbols_to_index)
|
|
25291
25291
|
* @type {boolean}
|
|
25292
25292
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
25293
25293
|
*/
|
|
25294
|
-
'
|
|
25294
|
+
'special_chars'?: boolean;
|
|
25295
25295
|
/**
|
|
25296
|
-
*
|
|
25297
|
-
* @type {
|
|
25296
|
+
* Whether to sync enabled suggestions to Typesense
|
|
25297
|
+
* @type {boolean}
|
|
25298
25298
|
* @memberof QuerySuggestionsServiceQuerySuggestionConfig
|
|
25299
25299
|
*/
|
|
25300
|
-
'
|
|
25300
|
+
'sync_to_typesense'?: boolean;
|
|
25301
25301
|
/**
|
|
25302
25302
|
* Whether to sync to Typesense
|
|
25303
25303
|
* @type {boolean}
|
|
@@ -26052,11 +26052,17 @@ export interface QuerySuggestionsServiceUpdateSuggestionConfigRequest {
|
|
|
26052
26052
|
*/
|
|
26053
26053
|
'show_top_categories'?: number;
|
|
26054
26054
|
/**
|
|
26055
|
-
*
|
|
26056
|
-
* @type {
|
|
26055
|
+
* Enable special characters in tokenization
|
|
26056
|
+
* @type {boolean}
|
|
26057
26057
|
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
26058
26058
|
*/
|
|
26059
|
-
'
|
|
26059
|
+
'special_chars'?: boolean;
|
|
26060
|
+
/**
|
|
26061
|
+
* Enable/disable syncing suggestions to Typesense
|
|
26062
|
+
* @type {boolean}
|
|
26063
|
+
* @memberof QuerySuggestionsServiceUpdateSuggestionConfigRequest
|
|
26064
|
+
*/
|
|
26065
|
+
'sync_to_typesense'?: boolean;
|
|
26060
26066
|
/**
|
|
26061
26067
|
* Typo tolerance
|
|
26062
26068
|
* @type {number}
|
|
@@ -28561,7 +28567,7 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
28561
28567
|
* @param {string} [path] Path filter (partial match)
|
|
28562
28568
|
* @param {string} [storeId] Store ID filter
|
|
28563
28569
|
* @param {number} [page] Page number (default: 1)
|
|
28564
|
-
* @param {number} [perPage] Results per page (default:
|
|
28570
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
28565
28571
|
* @param {*} [options] Override http request option.
|
|
28566
28572
|
* @throws {RequiredError}
|
|
28567
28573
|
*/
|
|
@@ -28574,7 +28580,7 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
28574
28580
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
28575
28581
|
* @param {string} [method] HTTP method filter
|
|
28576
28582
|
* @param {number} [page] Page number (default: 1)
|
|
28577
|
-
* @param {number} [perPage] Results per page (default:
|
|
28583
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
28578
28584
|
* @param {*} [options] Override http request option.
|
|
28579
28585
|
* @throws {RequiredError}
|
|
28580
28586
|
*/
|
|
@@ -29010,7 +29016,7 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
29010
29016
|
* @param {string} [path] Path filter (partial match)
|
|
29011
29017
|
* @param {string} [storeId] Store ID filter
|
|
29012
29018
|
* @param {number} [page] Page number (default: 1)
|
|
29013
|
-
* @param {number} [perPage] Results per page (default:
|
|
29019
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29014
29020
|
* @param {*} [options] Override http request option.
|
|
29015
29021
|
* @throws {RequiredError}
|
|
29016
29022
|
*/
|
|
@@ -29023,7 +29029,7 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
29023
29029
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
29024
29030
|
* @param {string} [method] HTTP method filter
|
|
29025
29031
|
* @param {number} [page] Page number (default: 1)
|
|
29026
|
-
* @param {number} [perPage] Results per page (default:
|
|
29032
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29027
29033
|
* @param {*} [options] Override http request option.
|
|
29028
29034
|
* @throws {RequiredError}
|
|
29029
29035
|
*/
|
|
@@ -29459,7 +29465,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
29459
29465
|
* @param {string} [path] Path filter (partial match)
|
|
29460
29466
|
* @param {string} [storeId] Store ID filter
|
|
29461
29467
|
* @param {number} [page] Page number (default: 1)
|
|
29462
|
-
* @param {number} [perPage] Results per page (default:
|
|
29468
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29463
29469
|
* @param {*} [options] Override http request option.
|
|
29464
29470
|
* @throws {RequiredError}
|
|
29465
29471
|
*/
|
|
@@ -29472,7 +29478,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
29472
29478
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
29473
29479
|
* @param {string} [method] HTTP method filter
|
|
29474
29480
|
* @param {number} [page] Page number (default: 1)
|
|
29475
|
-
* @param {number} [perPage] Results per page (default:
|
|
29481
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29476
29482
|
* @param {*} [options] Override http request option.
|
|
29477
29483
|
* @throws {RequiredError}
|
|
29478
29484
|
*/
|
|
@@ -29928,7 +29934,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
29928
29934
|
* @param {string} [path] Path filter (partial match)
|
|
29929
29935
|
* @param {string} [storeId] Store ID filter
|
|
29930
29936
|
* @param {number} [page] Page number (default: 1)
|
|
29931
|
-
* @param {number} [perPage] Results per page (default:
|
|
29937
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29932
29938
|
* @param {*} [options] Override http request option.
|
|
29933
29939
|
* @throws {RequiredError}
|
|
29934
29940
|
* @memberof AnalyticsApi
|
|
@@ -29942,7 +29948,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
29942
29948
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
29943
29949
|
* @param {string} [method] HTTP method filter
|
|
29944
29950
|
* @param {number} [page] Page number (default: 1)
|
|
29945
|
-
* @param {number} [perPage] Results per page (default:
|
|
29951
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
29946
29952
|
* @param {*} [options] Override http request option.
|
|
29947
29953
|
* @throws {RequiredError}
|
|
29948
29954
|
* @memberof AnalyticsApi
|
package/dist/esm/api.js
CHANGED
|
@@ -4318,7 +4318,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
|
|
|
4318
4318
|
* @param {string} [path] Path filter (partial match)
|
|
4319
4319
|
* @param {string} [storeId] Store ID filter
|
|
4320
4320
|
* @param {number} [page] Page number (default: 1)
|
|
4321
|
-
* @param {number} [perPage] Results per page (default:
|
|
4321
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
4322
4322
|
* @param {*} [options] Override http request option.
|
|
4323
4323
|
* @throws {RequiredError}
|
|
4324
4324
|
*/
|
|
@@ -4372,7 +4372,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration) {
|
|
|
4372
4372
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
4373
4373
|
* @param {string} [method] HTTP method filter
|
|
4374
4374
|
* @param {number} [page] Page number (default: 1)
|
|
4375
|
-
* @param {number} [perPage] Results per page (default:
|
|
4375
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
4376
4376
|
* @param {*} [options] Override http request option.
|
|
4377
4377
|
* @throws {RequiredError}
|
|
4378
4378
|
*/
|
|
@@ -5016,7 +5016,7 @@ export const AnalyticsApiFp = function (configuration) {
|
|
|
5016
5016
|
* @param {string} [path] Path filter (partial match)
|
|
5017
5017
|
* @param {string} [storeId] Store ID filter
|
|
5018
5018
|
* @param {number} [page] Page number (default: 1)
|
|
5019
|
-
* @param {number} [perPage] Results per page (default:
|
|
5019
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5020
5020
|
* @param {*} [options] Override http request option.
|
|
5021
5021
|
* @throws {RequiredError}
|
|
5022
5022
|
*/
|
|
@@ -5037,7 +5037,7 @@ export const AnalyticsApiFp = function (configuration) {
|
|
|
5037
5037
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
5038
5038
|
* @param {string} [method] HTTP method filter
|
|
5039
5039
|
* @param {number} [page] Page number (default: 1)
|
|
5040
|
-
* @param {number} [perPage] Results per page (default:
|
|
5040
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5041
5041
|
* @param {*} [options] Override http request option.
|
|
5042
5042
|
* @throws {RequiredError}
|
|
5043
5043
|
*/
|
|
@@ -5528,7 +5528,7 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
|
|
|
5528
5528
|
* @param {string} [path] Path filter (partial match)
|
|
5529
5529
|
* @param {string} [storeId] Store ID filter
|
|
5530
5530
|
* @param {number} [page] Page number (default: 1)
|
|
5531
|
-
* @param {number} [perPage] Results per page (default:
|
|
5531
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5532
5532
|
* @param {*} [options] Override http request option.
|
|
5533
5533
|
* @throws {RequiredError}
|
|
5534
5534
|
*/
|
|
@@ -5543,7 +5543,7 @@ export const AnalyticsApiFactory = function (configuration, basePath, axios) {
|
|
|
5543
5543
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
5544
5544
|
* @param {string} [method] HTTP method filter
|
|
5545
5545
|
* @param {number} [page] Page number (default: 1)
|
|
5546
|
-
* @param {number} [perPage] Results per page (default:
|
|
5546
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
5547
5547
|
* @param {*} [options] Override http request option.
|
|
5548
5548
|
* @throws {RequiredError}
|
|
5549
5549
|
*/
|
|
@@ -6040,7 +6040,7 @@ export class AnalyticsApi extends BaseAPI {
|
|
|
6040
6040
|
* @param {string} [path] Path filter (partial match)
|
|
6041
6041
|
* @param {string} [storeId] Store ID filter
|
|
6042
6042
|
* @param {number} [page] Page number (default: 1)
|
|
6043
|
-
* @param {number} [perPage] Results per page (default:
|
|
6043
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
6044
6044
|
* @param {*} [options] Override http request option.
|
|
6045
6045
|
* @throws {RequiredError}
|
|
6046
6046
|
* @memberof AnalyticsApi
|
|
@@ -6056,7 +6056,7 @@ export class AnalyticsApi extends BaseAPI {
|
|
|
6056
6056
|
* @param {string} [endDate] End date (ISO 8601 format)
|
|
6057
6057
|
* @param {string} [method] HTTP method filter
|
|
6058
6058
|
* @param {number} [page] Page number (default: 1)
|
|
6059
|
-
* @param {number} [perPage] Results per page (default:
|
|
6059
|
+
* @param {number} [perPage] Results per page (default: 100, max: 1000)
|
|
6060
6060
|
* @param {*} [options] Override http request option.
|
|
6061
6061
|
* @throws {RequiredError}
|
|
6062
6062
|
* @memberof AnalyticsApi
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|