@seekora-ai/admin-api 1.1.96 → 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 +39 -31
- package/api.ts +2941 -3833
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2376 -3242
- package/dist/api.js +1604 -1683
- 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 +2376 -3242
- package/dist/esm/api.js +1585 -1668
- 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.96.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
|
|
@@ -341,9 +343,12 @@ Class | Method | HTTP request | Description
|
|
|
341
343
|
*FiltersApi* | [**adminV1FiltersXStoreIDFacetNameValuesPost**](docs/FiltersApi.md#adminv1filtersxstoreidfacetnamevaluespost) | **POST** /admin/v1/filters/{xStoreID}/{facetName}/values | Admin Search Facet Values
|
|
342
344
|
*FiltersApi* | [**adminV1FiltersXStoreIDPost**](docs/FiltersApi.md#adminv1filtersxstoreidpost) | **POST** /admin/v1/filters/{xStoreID} | Admin Get Filters
|
|
343
345
|
*FiltersApi* | [**adminV1FiltersXStoreIDSchemaGet**](docs/FiltersApi.md#adminv1filtersxstoreidschemaget) | **GET** /admin/v1/filters/{xStoreID}/schema | Admin Get Filters Schema
|
|
344
|
-
*FiltersApi* | [**
|
|
345
|
-
*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
|
|
346
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)
|
|
347
352
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsComparisonGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemscomparisonget) | **GET** /admin/analytics/store/{xStoreID}/items/comparison | Get Item Comparison Analytics
|
|
348
353
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsDiscoveryGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsdiscoveryget) | **GET** /admin/analytics/store/{xStoreID}/items/discovery | Get Item Discovery Analytics
|
|
349
354
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemsget) | **GET** /admin/analytics/store/{xStoreID}/items | Get Item Analytics
|
|
@@ -476,7 +481,6 @@ Class | Method | HTTP request | Description
|
|
|
476
481
|
*PluralsDeclensionsApi* | [**adminStoresXStoreIDPluralsDeclensionsUploadJsonPost**](docs/PluralsDeclensionsApi.md#adminstoresxstoreidpluralsdeclensionsuploadjsonpost) | **POST** /admin/Stores/{xStoreID}/plurals-declensions/upload-json | Upload plural/declension groups from JSON file
|
|
477
482
|
*QuerySuggestionsApi* | [**v1SuggestionsConfigGet**](docs/QuerySuggestionsApi.md#v1suggestionsconfigget) | **GET** /v1/suggestions/config | Get suggestions configuration
|
|
478
483
|
*QuerySuggestionsApi* | [**v1SuggestionsQueriesGet**](docs/QuerySuggestionsApi.md#v1suggestionsqueriesget) | **GET** /v1/suggestions/queries | Get query suggestions (GET)
|
|
479
|
-
*QuerySuggestionsApi* | [**v1SuggestionsQueriesPost**](docs/QuerySuggestionsApi.md#v1suggestionsqueriespost) | **POST** /v1/suggestions/queries | Get query suggestions (POST)
|
|
480
484
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsMigrateAllPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsmigrateallpost) | **POST** /admin/v1/query-suggestions/migrate-all | Migrate All Stores Data
|
|
481
485
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDApplyFiltersPost**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidapplyfilterspost) | **POST** /admin/v1/query-suggestions/{xStoreID}/apply-filters | Apply Suggestion Filters
|
|
482
486
|
*QuerySuggestionsManagementApi* | [**adminV1QuerySuggestionsXStoreIDBannedExpressionsExpressionIDDelete**](docs/QuerySuggestionsManagementApi.md#adminv1querysuggestionsxstoreidbannedexpressionsexpressioniddelete) | **DELETE** /admin/v1/query-suggestions/{xStoreID}/banned-expressions/{expressionID} | Delete Banned Expression
|
|
@@ -542,7 +546,6 @@ Class | Method | HTTP request | Description
|
|
|
542
546
|
*RolesApi* | [**adminRolesRoleIdPermissionsBackfillPost**](docs/RolesApi.md#adminrolesroleidpermissionsbackfillpost) | **POST** /admin/roles/{roleId}/permissions/backfill | Backfill missing store permissions for a role
|
|
543
547
|
*RolesApi* | [**adminRolesRoleIdPermissionsGet**](docs/RolesApi.md#adminrolesroleidpermissionsget) | **GET** /admin/roles/{roleId}/permissions | Get role permissions with org-level and store-level separation
|
|
544
548
|
*RolesApi* | [**adminRolesRoleIdPermissionsPut**](docs/RolesApi.md#adminrolesroleidpermissionsput) | **PUT** /admin/roles/{roleId}/permissions | Update role permissions
|
|
545
|
-
*SDKExperimentsApi* | [**v1ExperimentsAssignmentGet**](docs/SDKExperimentsApi.md#v1experimentsassignmentget) | **GET** /v1/experiments/assignment | Get experiment assignments for a user
|
|
546
549
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
547
550
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
548
551
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
@@ -550,13 +553,12 @@ Class | Method | HTTP request | Description
|
|
|
550
553
|
*SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
|
|
551
554
|
*SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
|
|
552
555
|
*SearchApi* | [**v1SearchGet**](docs/SearchApi.md#v1searchget) | **GET** /v1/search | Search (GET)
|
|
553
|
-
*SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Search (POST)
|
|
554
556
|
*StopwordsApi* | [**adminStoresStopwordsLanguagesGet**](docs/StopwordsApi.md#adminstoresstopwordslanguagesget) | **GET** /admin/Stores/stopwords/languages | Get available languages
|
|
555
557
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordStatusPut**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordstatusput) | **PUT** /admin/Stores/{xStoreID}/stopwords/word-status | Update word status for store
|
|
556
558
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists | Get word lists by language
|
|
557
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)
|
|
558
|
-
*StopwordsApi* | [**
|
|
559
|
-
*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
|
|
560
562
|
*StoreCreationApi* | [**adminV1StoreCreationJobstatusJobidValidationErrorsGet**](docs/StoreCreationApi.md#adminv1storecreationjobstatusjobidvalidationerrorsget) | **GET** /admin/v1/store-creation/jobstatus/{jobid}/validation-errors | Get validation errors for a job
|
|
561
563
|
*StoreCreationApi* | [**adminV1StoreCreationProgressDelete**](docs/StoreCreationApi.md#adminv1storecreationprogressdelete) | **DELETE** /admin/v1/store-creation/progress | Delete store creation progress
|
|
562
564
|
*StoreCreationApi* | [**adminV1StoreCreationProgressGet**](docs/StoreCreationApi.md#adminv1storecreationprogressget) | **GET** /admin/v1/store-creation/progress | Get current store creation progress
|
|
@@ -575,20 +577,19 @@ Class | Method | HTTP request | Description
|
|
|
575
577
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDPut**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidput) | **PUT** /admin/Stores/{xStoreID}/documents/{documentID} | Update document
|
|
576
578
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsget) | **GET** /admin/Stores/{xStoreID}/documents | Get documents from store
|
|
577
579
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsPost**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentspost) | **POST** /admin/Stores/{xStoreID}/documents | Insert document
|
|
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* | [**
|
|
591
|
-
*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
|
|
592
593
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
593
594
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
594
595
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
@@ -925,6 +926,9 @@ Class | Method | HTTP request | Description
|
|
|
925
926
|
- [BillingServiceTrialEligibilityResponse](docs/BillingServiceTrialEligibilityResponse.md)
|
|
926
927
|
- [ConnectorsCreateConnectorRequest](docs/ConnectorsCreateConnectorRequest.md)
|
|
927
928
|
- [ConnectorsUpdateConnectorRequest](docs/ConnectorsUpdateConnectorRequest.md)
|
|
929
|
+
- [ConsentServiceConsentResponse](docs/ConsentServiceConsentResponse.md)
|
|
930
|
+
- [ConsentServiceUpdateConsentRequest](docs/ConsentServiceUpdateConsentRequest.md)
|
|
931
|
+
- [ConsentServiceUserConsent](docs/ConsentServiceUserConsent.md)
|
|
928
932
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
929
933
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
930
934
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
@@ -1072,7 +1076,6 @@ Class | Method | HTTP request | Description
|
|
|
1072
1076
|
- [DataTypesGSTVerificationResponse](docs/DataTypesGSTVerificationResponse.md)
|
|
1073
1077
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
1074
1078
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
1075
|
-
- [DataTypesGenerateInvoiceReceiptRequest](docs/DataTypesGenerateInvoiceReceiptRequest.md)
|
|
1076
1079
|
- [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
|
|
1077
1080
|
- [DataTypesGeneratePaymentLinkRequest](docs/DataTypesGeneratePaymentLinkRequest.md)
|
|
1078
1081
|
- [DataTypesGenericResponseAnalyticsABTestResponse](docs/DataTypesGenericResponseAnalyticsABTestResponse.md)
|
|
@@ -1292,7 +1295,6 @@ Class | Method | HTTP request | Description
|
|
|
1292
1295
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
1293
1296
|
- [DataTypesResetPasswordRequest](docs/DataTypesResetPasswordRequest.md)
|
|
1294
1297
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|
|
1295
|
-
- [DataTypesRetryFailedPaymentRequest](docs/DataTypesRetryFailedPaymentRequest.md)
|
|
1296
1298
|
- [DataTypesRetryFailedPaymentResponse](docs/DataTypesRetryFailedPaymentResponse.md)
|
|
1297
1299
|
- [DataTypesRole](docs/DataTypesRole.md)
|
|
1298
1300
|
- [DataTypesRolePermissionsResponse](docs/DataTypesRolePermissionsResponse.md)
|
|
@@ -1376,7 +1378,6 @@ Class | Method | HTTP request | Description
|
|
|
1376
1378
|
- [DataTypesStringFeatureMetric](docs/DataTypesStringFeatureMetric.md)
|
|
1377
1379
|
- [DataTypesSubMenuAccess](docs/DataTypesSubMenuAccess.md)
|
|
1378
1380
|
- [DataTypesSubscription](docs/DataTypesSubscription.md)
|
|
1379
|
-
- [DataTypesSubscriptionPaymentRequest](docs/DataTypesSubscriptionPaymentRequest.md)
|
|
1380
1381
|
- [DataTypesSubscriptionPaymentResponse](docs/DataTypesSubscriptionPaymentResponse.md)
|
|
1381
1382
|
- [DataTypesSubscriptionPaymentStatus](docs/DataTypesSubscriptionPaymentStatus.md)
|
|
1382
1383
|
- [DataTypesSubscriptionResponse](docs/DataTypesSubscriptionResponse.md)
|
|
@@ -1454,6 +1455,13 @@ Class | Method | HTTP request | Description
|
|
|
1454
1455
|
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
1455
1456
|
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
1456
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)
|
|
1457
1465
|
- [JourneyBuilderServiceJourneyDefinition](docs/JourneyBuilderServiceJourneyDefinition.md)
|
|
1458
1466
|
- [JourneyBuilderServiceJourneyQueryRequest](docs/JourneyBuilderServiceJourneyQueryRequest.md)
|
|
1459
1467
|
- [JourneyBuilderServiceJourneyQueryResult](docs/JourneyBuilderServiceJourneyQueryResult.md)
|