@seekora-ai/admin-api 1.1.95 → 1.1.97
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 +43 -31
- package/api.ts +3272 -3965
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2511 -3253
- package/dist/api.js +1943 -1893
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2511 -3253
- package/dist/esm/api.js +1923 -1877
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.97.tgz +0 -0
- package/seekora-ai-admin-api-1.1.95.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.97
|
|
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.97 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -261,6 +261,8 @@ Class | Method | HTTP request | Description
|
|
|
261
261
|
*ConnectorsApi* | [**v1ConnectorsSourcesSourceidUploaddataPost**](docs/ConnectorsApi.md#v1connectorssourcessourceiduploaddatapost) | **POST** /v1/connectors/sources/:sourceid/uploaddata | Upload source data
|
|
262
262
|
*ConnectorsApi* | [**v1ConnectorsTasksPost**](docs/ConnectorsApi.md#v1connectorstaskspost) | **POST** /v1/connectors/tasks | Create connector task
|
|
263
263
|
*ConnectorsApi* | [**v1ConnectorsTasksTaskIdRunPost**](docs/ConnectorsApi.md#v1connectorstaskstaskidrunpost) | **POST** /v1/connectors/tasks/{task_id}/run | Trigger task run
|
|
264
|
+
*ConsentApi* | [**v1ConsentGet**](docs/ConsentApi.md#v1consentget) | **GET** /v1/consent | Get user consent preferences
|
|
265
|
+
*ConsentApi* | [**v1ConsentPut**](docs/ConsentApi.md#v1consentput) | **PUT** /v1/consent | Update consent preference
|
|
264
266
|
*CreditsApi* | [**creditsAdminAdjustPost**](docs/CreditsApi.md#creditsadminadjustpost) | **POST** /credits/admin/adjust | Manually adjust organization credits
|
|
265
267
|
*CreditsApi* | [**creditsBalanceDetailedGet**](docs/CreditsApi.md#creditsbalancedetailedget) | **GET** /credits/balance/detailed | Get detailed organization credit balance
|
|
266
268
|
*CreditsApi* | [**creditsBalanceGet**](docs/CreditsApi.md#creditsbalanceget) | **GET** /credits/balance | Get organization credit balance
|
|
@@ -285,13 +287,13 @@ Class | Method | HTTP request | Description
|
|
|
285
287
|
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsStreamPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticsstreampost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/stream | Get Custom Event Stream
|
|
286
288
|
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsTimeSeriesPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticstimeseriespost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/time-series | Get Custom Event Time Series
|
|
287
289
|
*CustomEventsAnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomEventsAnalyticsTopEventsPost**](docs/CustomEventsAnalyticsApi.md#adminanalyticsstorexstoreidcustomeventsanalyticstopeventspost) | **POST** /admin/analytics/store/{xStoreID}/custom-events/analytics/top-events | Get Top Custom Events
|
|
288
|
-
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistiddelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Delete custom word list
|
|
289
|
-
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Get custom word list by ID
|
|
290
|
-
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDPut**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidput) | **PUT** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Update custom word list
|
|
291
|
-
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDWordsDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID}/words | Remove words from custom word list
|
|
292
|
-
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDWordsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID}/words | Add words to custom word list
|
|
293
290
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Get custom word lists
|
|
294
291
|
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists | Create custom word list
|
|
292
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuiddelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID} | Delete custom word list
|
|
293
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID} | Get custom word list by ID
|
|
294
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDPut**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidput) | **PUT** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID} | Update custom word list
|
|
295
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDWordsDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID}/words | Remove words from custom word list
|
|
296
|
+
*CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsWordlistUUIDWordsPost**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistswordlistuuidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{wordlistUUID}/words | Add words to custom word list
|
|
295
297
|
*DataQualityApi* | [**v1AnalyticsQualityAlertsGet**](docs/DataQualityApi.md#v1analyticsqualityalertsget) | **GET** /v1/analytics/quality/alerts | List Data Quality Alerts
|
|
296
298
|
*DataQualityApi* | [**v1AnalyticsQualityAlertsIdAckPost**](docs/DataQualityApi.md#v1analyticsqualityalertsidackpost) | **POST** /v1/analytics/quality/alerts/{id}/ack | Acknowledge Alert
|
|
297
299
|
*DataQualityApi* | [**v1AnalyticsQualityAlertsIdResolvePost**](docs/DataQualityApi.md#v1analyticsqualityalertsidresolvepost) | **POST** /v1/analytics/quality/alerts/{id}/resolve | Resolve Alert
|
|
@@ -334,15 +336,19 @@ Class | Method | HTTP request | Description
|
|
|
334
336
|
*FeatureLimitsApi* | [**adminV1FeatureLimitsStatusGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsstatusget) | **GET** /admin/v1/feature-limits/status | Get real-time limit status
|
|
335
337
|
*FeatureLimitsApi* | [**adminV1FeatureLimitsUsageGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsusageget) | **GET** /admin/v1/feature-limits/usage | Get feature usage statistics
|
|
336
338
|
*FeatureLimitsApi* | [**adminV1FeatureLimitsViolationsGet**](docs/FeatureLimitsApi.md#adminv1featurelimitsviolationsget) | **GET** /admin/v1/feature-limits/violations | Get feature limit violations
|
|
339
|
+
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsCacheInvalidateAllPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitscacheinvalidateallpost) | **POST** /admin/v1/feature-limits/cache/invalidate-all | Invalidate all org plan caches (Admin)
|
|
337
340
|
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsCacheInvalidatePost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitscacheinvalidatepost) | **POST** /admin/v1/feature-limits/cache/invalidate | Invalidate plan cache (Admin)
|
|
338
341
|
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsMetricsSyncPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitsmetricssyncpost) | **POST** /admin/v1/feature-limits/metrics/sync | Sync all metrics (Admin)
|
|
339
342
|
*FeatureLimitsAdminApi* | [**adminV1FeatureLimitsResetPost**](docs/FeatureLimitsAdminApi.md#adminv1featurelimitsresetpost) | **POST** /admin/v1/feature-limits/reset | Reset feature usage (Admin)
|
|
340
343
|
*FiltersApi* | [**adminV1FiltersXStoreIDFacetNameValuesPost**](docs/FiltersApi.md#adminv1filtersxstoreidfacetnamevaluespost) | **POST** /admin/v1/filters/{xStoreID}/{facetName}/values | Admin Search Facet Values
|
|
341
344
|
*FiltersApi* | [**adminV1FiltersXStoreIDPost**](docs/FiltersApi.md#adminv1filtersxstoreidpost) | **POST** /admin/v1/filters/{xStoreID} | Admin Get Filters
|
|
342
345
|
*FiltersApi* | [**adminV1FiltersXStoreIDSchemaGet**](docs/FiltersApi.md#adminv1filtersxstoreidschemaget) | **GET** /admin/v1/filters/{xStoreID}/schema | Admin Get Filters Schema
|
|
343
|
-
*FiltersApi* | [**
|
|
344
|
-
*FiltersApi* | [**
|
|
346
|
+
*FiltersApi* | [**v1FiltersFacetNameValuesGet**](docs/FiltersApi.md#v1filtersfacetnamevaluesget) | **GET** /v1/filters/{facetName}/values | Search Facet Values
|
|
347
|
+
*FiltersApi* | [**v1FiltersGet**](docs/FiltersApi.md#v1filtersget) | **GET** /v1/filters | Get Filters
|
|
345
348
|
*FiltersApi* | [**v1FiltersSchemaGet**](docs/FiltersApi.md#v1filtersschemaget) | **GET** /v1/filters/schema | Get Filters Schema
|
|
349
|
+
*GDPRApi* | [**v1GdprErasureGet**](docs/GDPRApi.md#v1gdprerasureget) | **GET** /v1/gdpr/erasure | Get erasure request status
|
|
350
|
+
*GDPRApi* | [**v1GdprErasurePost**](docs/GDPRApi.md#v1gdprerasurepost) | **POST** /v1/gdpr/erasure | Request GDPR data erasure
|
|
351
|
+
*GDPRApi* | [**v1GdprExportGet**](docs/GDPRApi.md#v1gdprexportget) | **GET** /v1/gdpr/export | Export user data (GDPR)
|
|
346
352
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsComparisonGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemscomparisonget) | **GET** /admin/analytics/store/{xStoreID}/items/comparison | Get Item Comparison Analytics
|
|
347
353
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsDiscoveryGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsdiscoveryget) | **GET** /admin/analytics/store/{xStoreID}/items/discovery | Get Item Discovery Analytics
|
|
348
354
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsget) | **GET** /admin/analytics/store/{xStoreID}/items | Get Item Analytics
|
|
@@ -475,7 +481,6 @@ Class | Method | HTTP request | Description
|
|
|
475
481
|
*PluralsDeclensionsApi* | [**adminStoresXStoreIDPluralsDeclensionsUploadJsonPost**](docs/PluralsDeclensionsApi.md#adminstoresxstoreidpluralsdeclensionsuploadjsonpost) | **POST** /admin/Stores/{xStoreID}/plurals-declensions/upload-json | Upload plural/declension groups from JSON file
|
|
476
482
|
*QuerySuggestionsApi* | [**v1SuggestionsConfigGet**](docs/QuerySuggestionsApi.md#v1suggestionsconfigget) | **GET** /v1/suggestions/config | Get suggestions configuration
|
|
477
483
|
*QuerySuggestionsApi* | [**v1SuggestionsQueriesGet**](docs/QuerySuggestionsApi.md#v1suggestionsqueriesget) | **GET** /v1/suggestions/queries | Get query suggestions (GET)
|
|
478
|
-
*QuerySuggestionsApi* | [**v1SuggestionsQueriesPost**](docs/QuerySuggestionsApi.md#v1suggestionsqueriespost) | **POST** /v1/suggestions/queries | Get query suggestions (POST)
|
|
479
484
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsMigrateAllPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsmigrateallpost) | **POST** /admin/v1/query-suggestions/migrate-all | Migrate All Stores Data
|
|
480
485
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDApplyFiltersPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidapplyfilterspost) | **POST** /admin/v1/query-suggestions/{xStoreID}/apply-filters | Apply Suggestion Filters
|
|
481
486
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbannedexpressionsexpressioniddelete) | **DELETE** /admin/v1/query-suggestions/{xStoreID}/banned-expressions/{expressionID} | Delete Banned Expression
|
|
@@ -541,7 +546,6 @@ Class | Method | HTTP request | Description
|
|
|
541
546
|
*RolesApi* | [**adminRolesRoleIdPermissionsBackfillPost**](docs/RolesApi.md#adminrolesroleidpermissionsbackfillpost) | **POST** /admin/roles/{roleId}/permissions/backfill | Backfill missing store permissions for a role
|
|
542
547
|
*RolesApi* | [**adminRolesRoleIdPermissionsGet**](docs/RolesApi.md#adminrolesroleidpermissionsget) | **GET** /admin/roles/{roleId}/permissions | Get role permissions with org-level and store-level separation
|
|
543
548
|
*RolesApi* | [**adminRolesRoleIdPermissionsPut**](docs/RolesApi.md#adminrolesroleidpermissionsput) | **PUT** /admin/roles/{roleId}/permissions | Update role permissions
|
|
544
|
-
*SDKExperimentsApi* | [**v1ExperimentsAssignmentGet**](docs/SDKExperimentsApi.md#v1experimentsassignmentget) | **GET** /v1/experiments/assignment | Get experiment assignments for a user
|
|
545
549
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
546
550
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
547
551
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
@@ -549,13 +553,12 @@ Class | Method | HTTP request | Description
|
|
|
549
553
|
*SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
|
|
550
554
|
*SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
|
|
551
555
|
*SearchApi* | [**v1SearchGet**](docs/SearchApi.md#v1searchget) | **GET** /v1/search | Search (GET)
|
|
552
|
-
*SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Search (POST)
|
|
553
556
|
*StopwordsApi* | [**adminStoresStopwordsLanguagesGet**](docs/StopwordsApi.md#adminstoresstopwordslanguagesget) | **GET** /admin/Stores/stopwords/languages | Get available languages
|
|
554
557
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordStatusPut**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordstatusput) | **PUT** /admin/Stores/{xStoreID}/stopwords/word-status | Update word status for store
|
|
555
558
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists | Get word lists by language
|
|
556
559
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWithStoreWordsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswithstorewordsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists/with-store-words | Get word lists by language (includes store-specific words)
|
|
557
|
-
*StopwordsApi* | [**
|
|
558
|
-
*StopwordsApi* | [**
|
|
560
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordlistUUIDWordsDelete**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistuuidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordlistUUID}/words | Remove words from language word list
|
|
561
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordlistUUIDWordsPost**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistuuidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordlistUUID}/words | Add words to language word list
|
|
559
562
|
*StoreCreationApi* | [**adminV1StoreCreationJobstatusJobidValidationErrorsGet**](docs/StoreCreationApi.md#adminv1storecreationjobstatusjobidvalidationerrorsget) | **GET** /admin/v1/store-creation/jobstatus/{jobid}/validation-errors | Get validation errors for a job
|
|
560
563
|
*StoreCreationApi* | [**adminV1StoreCreationProgressDelete**](docs/StoreCreationApi.md#adminv1storecreationprogressdelete) | **DELETE** /admin/v1/store-creation/progress | Delete store creation progress
|
|
561
564
|
*StoreCreationApi* | [**adminV1StoreCreationProgressGet**](docs/StoreCreationApi.md#adminv1storecreationprogressget) | **GET** /admin/v1/store-creation/progress | Get current store creation progress
|
|
@@ -574,24 +577,24 @@ Class | Method | HTTP request | Description
|
|
|
574
577
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDPut**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidput) | **PUT** /admin/Stores/{xStoreID}/documents/{documentID} | Update document
|
|
575
578
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsget) | **GET** /admin/Stores/{xStoreID}/documents | Get documents from store
|
|
576
579
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsPost**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentspost) | **POST** /admin/Stores/{xStoreID}/documents | Insert document
|
|
577
|
-
*StoreManagementApi* | [**
|
|
578
|
-
*StoreManagementApi* | [**
|
|
579
|
-
*StoreManagementApi* | [**
|
|
580
|
-
*StoreManagementApi* | [**
|
|
581
|
-
*StoreManagementApi* | [**
|
|
582
|
-
*StoreManagementApi* | [**
|
|
583
|
-
*StoreManagementApi* | [**
|
|
584
|
-
*StoreManagementApi* | [**
|
|
585
|
-
*StoreManagementApi* | [**
|
|
586
|
-
*StoreManagementApi* | [**
|
|
587
|
-
*StoreManagementApi* | [**
|
|
588
|
-
*StoreManagementApi* | [**
|
|
589
|
-
*StoreManagementApi* | [**
|
|
590
|
-
*StoreManagementApi* | [**apiV1StoresXStoreIDSchemaPost**](docs/StoreManagementApi.md#apiv1storesxstoreidschemapost) | **POST** /api/v1/stores/{xStoreID}/schema | Create or update index schema
|
|
580
|
+
*StoreManagementApi* | [**apiV1StoresConfigGet**](docs/StoreManagementApi.md#apiv1storesconfigget) | **GET** /api/v1/stores/config | Get store configuration
|
|
581
|
+
*StoreManagementApi* | [**apiV1StoresConfigPut**](docs/StoreManagementApi.md#apiv1storesconfigput) | **PUT** /api/v1/stores/config | Update store configuration
|
|
582
|
+
*StoreManagementApi* | [**apiV1StoresConfigSchemaGet**](docs/StoreManagementApi.md#apiv1storesconfigschemaget) | **GET** /api/v1/stores/config-schema | Get store config schema
|
|
583
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsBulkPost**](docs/StoreManagementApi.md#apiv1storesdocumentsbulkpost) | **POST** /api/v1/stores/documents/bulk | Bulk index documents
|
|
584
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDelete**](docs/StoreManagementApi.md#apiv1storesdocumentsdelete) | **DELETE** /api/v1/stores/documents | Clear all documents
|
|
585
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDocumentIDDelete**](docs/StoreManagementApi.md#apiv1storesdocumentsdocumentiddelete) | **DELETE** /api/v1/stores/documents/{documentID} | Delete a document
|
|
586
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDocumentIDGet**](docs/StoreManagementApi.md#apiv1storesdocumentsdocumentidget) | **GET** /api/v1/stores/documents/{documentID} | Get a document by ID
|
|
587
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsPost**](docs/StoreManagementApi.md#apiv1storesdocumentspost) | **POST** /api/v1/stores/documents | Index a single document
|
|
588
|
+
*StoreManagementApi* | [**apiV1StoresGet**](docs/StoreManagementApi.md#apiv1storesget) | **GET** /api/v1/stores | Get store info
|
|
589
|
+
*StoreManagementApi* | [**apiV1StoresQuerySuggestionsConfigGet**](docs/StoreManagementApi.md#apiv1storesquerysuggestionsconfigget) | **GET** /api/v1/stores/query-suggestions/config | Get query suggestions configuration
|
|
590
|
+
*StoreManagementApi* | [**apiV1StoresQuerySuggestionsConfigPut**](docs/StoreManagementApi.md#apiv1storesquerysuggestionsconfigput) | **PUT** /api/v1/stores/query-suggestions/config | Update query suggestions configuration
|
|
591
|
+
*StoreManagementApi* | [**apiV1StoresSchemaGet**](docs/StoreManagementApi.md#apiv1storesschemaget) | **GET** /api/v1/stores/schema | Get index schema
|
|
592
|
+
*StoreManagementApi* | [**apiV1StoresSchemaPost**](docs/StoreManagementApi.md#apiv1storesschemapost) | **POST** /api/v1/stores/schema | Create or update index schema
|
|
591
593
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
592
594
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
593
595
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
594
596
|
*StoresApi* | [**adminStoresStoreIDDocumentsDelete**](docs/StoresApi.md#adminstoresstoreiddocumentsdelete) | **DELETE** /admin/Stores/{storeID}/documents | Clear All Documents (Admin API)
|
|
597
|
+
*StoresApi* | [**adminStoresStoreIDMetricsRecordSizeGet**](docs/StoresApi.md#adminstoresstoreidmetricsrecordsizeget) | **GET** /admin/Stores/{storeID}/metrics/record-size | Get store record size metrics
|
|
595
598
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
596
599
|
*StoresApi* | [**adminStoresStoreIDSchemaGet**](docs/StoresApi.md#adminstoresstoreidschemaget) | **GET** /admin/Stores/{storeID}/schema | Get Collection Schema (Admin API)
|
|
597
600
|
*StoresApi* | [**adminStoresStoreIDSchemaPost**](docs/StoresApi.md#adminstoresstoreidschemapost) | **POST** /admin/Stores/{storeID}/schema | Create or Update Collection Schema (Admin API)
|
|
@@ -923,6 +926,9 @@ Class | Method | HTTP request | Description
|
|
|
923
926
|
- [BillingServiceTrialEligibilityResponse](docs/BillingServiceTrialEligibilityResponse.md)
|
|
924
927
|
- [ConnectorsCreateConnectorRequest](docs/ConnectorsCreateConnectorRequest.md)
|
|
925
928
|
- [ConnectorsUpdateConnectorRequest](docs/ConnectorsUpdateConnectorRequest.md)
|
|
929
|
+
- [ConsentServiceConsentResponse](docs/ConsentServiceConsentResponse.md)
|
|
930
|
+
- [ConsentServiceUpdateConsentRequest](docs/ConsentServiceUpdateConsentRequest.md)
|
|
931
|
+
- [ConsentServiceUserConsent](docs/ConsentServiceUserConsent.md)
|
|
926
932
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
927
933
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
928
934
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
@@ -1070,7 +1076,6 @@ Class | Method | HTTP request | Description
|
|
|
1070
1076
|
- [DataTypesGSTVerificationResponse](docs/DataTypesGSTVerificationResponse.md)
|
|
1071
1077
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
1072
1078
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
1073
|
-
- [DataTypesGenerateInvoiceReceiptRequest](docs/DataTypesGenerateInvoiceReceiptRequest.md)
|
|
1074
1079
|
- [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
|
|
1075
1080
|
- [DataTypesGeneratePaymentLinkRequest](docs/DataTypesGeneratePaymentLinkRequest.md)
|
|
1076
1081
|
- [DataTypesGenericResponseAnalyticsABTestResponse](docs/DataTypesGenericResponseAnalyticsABTestResponse.md)
|
|
@@ -1136,6 +1141,7 @@ Class | Method | HTTP request | Description
|
|
|
1136
1141
|
- [DataTypesGenericResponseDataTypesSearchRequestsGraphResponse](docs/DataTypesGenericResponseDataTypesSearchRequestsGraphResponse.md)
|
|
1137
1142
|
- [DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse](docs/DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse.md)
|
|
1138
1143
|
- [DataTypesGenericResponseDataTypesStoreInfoResponse](docs/DataTypesGenericResponseDataTypesStoreInfoResponse.md)
|
|
1144
|
+
- [DataTypesGenericResponseDataTypesStoreRecordSizeMetrics](docs/DataTypesGenericResponseDataTypesStoreRecordSizeMetrics.md)
|
|
1139
1145
|
- [DataTypesGenericResponseDataTypesTaxCalculationResponse](docs/DataTypesGenericResponseDataTypesTaxCalculationResponse.md)
|
|
1140
1146
|
- [DataTypesGenericResponseDataTypesTimeSeriesConsumptionGraphResponse](docs/DataTypesGenericResponseDataTypesTimeSeriesConsumptionGraphResponse.md)
|
|
1141
1147
|
- [DataTypesGenericResponseDataTypesUsageBreakdownGraphResponse](docs/DataTypesGenericResponseDataTypesUsageBreakdownGraphResponse.md)
|
|
@@ -1289,7 +1295,6 @@ Class | Method | HTTP request | Description
|
|
|
1289
1295
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
1290
1296
|
- [DataTypesResetPasswordRequest](docs/DataTypesResetPasswordRequest.md)
|
|
1291
1297
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|
|
1292
|
-
- [DataTypesRetryFailedPaymentRequest](docs/DataTypesRetryFailedPaymentRequest.md)
|
|
1293
1298
|
- [DataTypesRetryFailedPaymentResponse](docs/DataTypesRetryFailedPaymentResponse.md)
|
|
1294
1299
|
- [DataTypesRole](docs/DataTypesRole.md)
|
|
1295
1300
|
- [DataTypesRolePermissionsResponse](docs/DataTypesRolePermissionsResponse.md)
|
|
@@ -1366,13 +1371,13 @@ Class | Method | HTTP request | Description
|
|
|
1366
1371
|
- [DataTypesStoreKeyResponseWrapper](docs/DataTypesStoreKeyResponseWrapper.md)
|
|
1367
1372
|
- [DataTypesStoreLevelMenuRight](docs/DataTypesStoreLevelMenuRight.md)
|
|
1368
1373
|
- [DataTypesStoreLevelMenuRightWithMenu](docs/DataTypesStoreLevelMenuRightWithMenu.md)
|
|
1374
|
+
- [DataTypesStoreRecordSizeMetrics](docs/DataTypesStoreRecordSizeMetrics.md)
|
|
1369
1375
|
- [DataTypesStoreRequestDto](docs/DataTypesStoreRequestDto.md)
|
|
1370
1376
|
- [DataTypesStoreResponse](docs/DataTypesStoreResponse.md)
|
|
1371
1377
|
- [DataTypesStoresListResponse](docs/DataTypesStoresListResponse.md)
|
|
1372
1378
|
- [DataTypesStringFeatureMetric](docs/DataTypesStringFeatureMetric.md)
|
|
1373
1379
|
- [DataTypesSubMenuAccess](docs/DataTypesSubMenuAccess.md)
|
|
1374
1380
|
- [DataTypesSubscription](docs/DataTypesSubscription.md)
|
|
1375
|
-
- [DataTypesSubscriptionPaymentRequest](docs/DataTypesSubscriptionPaymentRequest.md)
|
|
1376
1381
|
- [DataTypesSubscriptionPaymentResponse](docs/DataTypesSubscriptionPaymentResponse.md)
|
|
1377
1382
|
- [DataTypesSubscriptionPaymentStatus](docs/DataTypesSubscriptionPaymentStatus.md)
|
|
1378
1383
|
- [DataTypesSubscriptionResponse](docs/DataTypesSubscriptionResponse.md)
|
|
@@ -1450,6 +1455,13 @@ Class | Method | HTTP request | Description
|
|
|
1450
1455
|
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
1451
1456
|
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
1452
1457
|
- [FeatureLimitServiceLimitStatus](docs/FeatureLimitServiceLimitStatus.md)
|
|
1458
|
+
- [GDPRServiceConsentExport](docs/GDPRServiceConsentExport.md)
|
|
1459
|
+
- [GDPRServiceCreditExport](docs/GDPRServiceCreditExport.md)
|
|
1460
|
+
- [GDPRServiceErasureRequest](docs/GDPRServiceErasureRequest.md)
|
|
1461
|
+
- [GDPRServiceExportData](docs/GDPRServiceExportData.md)
|
|
1462
|
+
- [GDPRServiceStoreExport](docs/GDPRServiceStoreExport.md)
|
|
1463
|
+
- [GDPRServiceTeamExport](docs/GDPRServiceTeamExport.md)
|
|
1464
|
+
- [GDPRServiceUserProfileExport](docs/GDPRServiceUserProfileExport.md)
|
|
1453
1465
|
- [JourneyBuilderServiceJourneyDefinition](docs/JourneyBuilderServiceJourneyDefinition.md)
|
|
1454
1466
|
- [JourneyBuilderServiceJourneyQueryRequest](docs/JourneyBuilderServiceJourneyQueryRequest.md)
|
|
1455
1467
|
- [JourneyBuilderServiceJourneyQueryResult](docs/JourneyBuilderServiceJourneyQueryResult.md)
|