@seekora-ai/admin-api 1.1.96 → 1.1.98
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 +42 -29
- package/api.ts +3072 -3613
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2512 -3187
- package/dist/api.js +1780 -1564
- 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 +2512 -3187
- package/dist/esm/api.js +1761 -1549
- 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.98.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.98
|
|
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.98 --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
|
|
@@ -542,21 +547,21 @@ Class | Method | HTTP request | Description
|
|
|
542
547
|
*RolesApi* | [**adminRolesRoleIdPermissionsBackfillPost**](docs/RolesApi.md#adminrolesroleidpermissionsbackfillpost) | **POST** /admin/roles/{roleId}/permissions/backfill | Backfill missing store permissions for a role
|
|
543
548
|
*RolesApi* | [**adminRolesRoleIdPermissionsGet**](docs/RolesApi.md#adminrolesroleidpermissionsget) | **GET** /admin/roles/{roleId}/permissions | Get role permissions with org-level and store-level separation
|
|
544
549
|
*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
550
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
547
551
|
*SearchApi* | [**v1IndexConfigSchemaGet**](docs/SearchApi.md#v1indexconfigschemaget) | **GET** /v1/index/config-schema | Get Configuration Schema
|
|
548
552
|
*SearchApi* | [**v1IndexIndexnameConfigGet**](docs/SearchApi.md#v1indexindexnameconfigget) | **GET** /v1/index/{indexname}/config | Get Index Config
|
|
549
553
|
*SearchApi* | [**v1IndexIndexnameConfigPost**](docs/SearchApi.md#v1indexindexnameconfigpost) | **POST** /v1/index/{indexname}/config | Index Config
|
|
550
554
|
*SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
|
|
551
555
|
*SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
|
|
556
|
+
*SearchApi* | [**v1MultiSearchPost**](docs/SearchApi.md#v1multisearchpost) | **POST** /v1/multi-search | Multi-Search (POST)
|
|
552
557
|
*SearchApi* | [**v1SearchGet**](docs/SearchApi.md#v1searchget) | **GET** /v1/search | Search (GET)
|
|
553
558
|
*SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Search (POST)
|
|
554
559
|
*StopwordsApi* | [**adminStoresStopwordsLanguagesGet**](docs/StopwordsApi.md#adminstoresstopwordslanguagesget) | **GET** /admin/Stores/stopwords/languages | Get available languages
|
|
555
560
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordStatusPut**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordstatusput) | **PUT** /admin/Stores/{xStoreID}/stopwords/word-status | Update word status for store
|
|
556
561
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists | Get word lists by language
|
|
557
562
|
*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* | [**
|
|
563
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordlistUUIDWordsDelete**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistuuidwordsdelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordlistUUID}/words | Remove words from language word list
|
|
564
|
+
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsWordlistUUIDWordsPost**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistswordlistuuidwordspost) | **POST** /admin/Stores/{xStoreID}/stopwords/wordlists/{wordlistUUID}/words | Add words to language word list
|
|
560
565
|
*StoreCreationApi* | [**adminV1StoreCreationJobstatusJobidValidationErrorsGet**](docs/StoreCreationApi.md#adminv1storecreationjobstatusjobidvalidationerrorsget) | **GET** /admin/v1/store-creation/jobstatus/{jobid}/validation-errors | Get validation errors for a job
|
|
561
566
|
*StoreCreationApi* | [**adminV1StoreCreationProgressDelete**](docs/StoreCreationApi.md#adminv1storecreationprogressdelete) | **DELETE** /admin/v1/store-creation/progress | Delete store creation progress
|
|
562
567
|
*StoreCreationApi* | [**adminV1StoreCreationProgressGet**](docs/StoreCreationApi.md#adminv1storecreationprogressget) | **GET** /admin/v1/store-creation/progress | Get current store creation progress
|
|
@@ -575,20 +580,19 @@ Class | Method | HTTP request | Description
|
|
|
575
580
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsDocumentIDPut**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsdocumentidput) | **PUT** /admin/Stores/{xStoreID}/documents/{documentID} | Update document
|
|
576
581
|
*StoreDocumentsApi* | [**adminStoresXStoreIDDocumentsGet**](docs/StoreDocumentsApi.md#adminstoresxstoreiddocumentsget) | **GET** /admin/Stores/{xStoreID}/documents | Get documents from store
|
|
577
582
|
*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
|
|
583
|
+
*StoreManagementApi* | [**apiV1StoresConfigGet**](docs/StoreManagementApi.md#apiv1storesconfigget) | **GET** /api/v1/stores/config | Get store configuration
|
|
584
|
+
*StoreManagementApi* | [**apiV1StoresConfigPut**](docs/StoreManagementApi.md#apiv1storesconfigput) | **PUT** /api/v1/stores/config | Update store configuration
|
|
585
|
+
*StoreManagementApi* | [**apiV1StoresConfigSchemaGet**](docs/StoreManagementApi.md#apiv1storesconfigschemaget) | **GET** /api/v1/stores/config-schema | Get store config schema
|
|
586
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsBulkPost**](docs/StoreManagementApi.md#apiv1storesdocumentsbulkpost) | **POST** /api/v1/stores/documents/bulk | Bulk index documents
|
|
587
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDelete**](docs/StoreManagementApi.md#apiv1storesdocumentsdelete) | **DELETE** /api/v1/stores/documents | Clear all documents
|
|
588
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDocumentIDDelete**](docs/StoreManagementApi.md#apiv1storesdocumentsdocumentiddelete) | **DELETE** /api/v1/stores/documents/{documentID} | Delete a document
|
|
589
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsDocumentIDGet**](docs/StoreManagementApi.md#apiv1storesdocumentsdocumentidget) | **GET** /api/v1/stores/documents/{documentID} | Get a document by ID
|
|
590
|
+
*StoreManagementApi* | [**apiV1StoresDocumentsPost**](docs/StoreManagementApi.md#apiv1storesdocumentspost) | **POST** /api/v1/stores/documents | Index a single document
|
|
591
|
+
*StoreManagementApi* | [**apiV1StoresGet**](docs/StoreManagementApi.md#apiv1storesget) | **GET** /api/v1/stores | Get store info
|
|
592
|
+
*StoreManagementApi* | [**apiV1StoresQuerySuggestionsConfigGet**](docs/StoreManagementApi.md#apiv1storesquerysuggestionsconfigget) | **GET** /api/v1/stores/query-suggestions/config | Get query suggestions configuration
|
|
593
|
+
*StoreManagementApi* | [**apiV1StoresQuerySuggestionsConfigPut**](docs/StoreManagementApi.md#apiv1storesquerysuggestionsconfigput) | **PUT** /api/v1/stores/query-suggestions/config | Update query suggestions configuration
|
|
594
|
+
*StoreManagementApi* | [**apiV1StoresSchemaGet**](docs/StoreManagementApi.md#apiv1storesschemaget) | **GET** /api/v1/stores/schema | Get index schema
|
|
595
|
+
*StoreManagementApi* | [**apiV1StoresSchemaPost**](docs/StoreManagementApi.md#apiv1storesschemapost) | **POST** /api/v1/stores/schema | Create or update index schema
|
|
592
596
|
*StoresApi* | [**adminStoresGet**](docs/StoresApi.md#adminstoresget) | **GET** /admin/Stores | Fetches list of all stores
|
|
593
597
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
594
598
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
@@ -925,6 +929,9 @@ Class | Method | HTTP request | Description
|
|
|
925
929
|
- [BillingServiceTrialEligibilityResponse](docs/BillingServiceTrialEligibilityResponse.md)
|
|
926
930
|
- [ConnectorsCreateConnectorRequest](docs/ConnectorsCreateConnectorRequest.md)
|
|
927
931
|
- [ConnectorsUpdateConnectorRequest](docs/ConnectorsUpdateConnectorRequest.md)
|
|
932
|
+
- [ConsentServiceConsentResponse](docs/ConsentServiceConsentResponse.md)
|
|
933
|
+
- [ConsentServiceUpdateConsentRequest](docs/ConsentServiceUpdateConsentRequest.md)
|
|
934
|
+
- [ConsentServiceUserConsent](docs/ConsentServiceUserConsent.md)
|
|
928
935
|
- [DataTypesAPICall](docs/DataTypesAPICall.md)
|
|
929
936
|
- [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
|
|
930
937
|
- [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
|
|
@@ -1072,7 +1079,6 @@ Class | Method | HTTP request | Description
|
|
|
1072
1079
|
- [DataTypesGSTVerificationResponse](docs/DataTypesGSTVerificationResponse.md)
|
|
1073
1080
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
1074
1081
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
1075
|
-
- [DataTypesGenerateInvoiceReceiptRequest](docs/DataTypesGenerateInvoiceReceiptRequest.md)
|
|
1076
1082
|
- [DataTypesGenerateInvoiceReceiptResponse](docs/DataTypesGenerateInvoiceReceiptResponse.md)
|
|
1077
1083
|
- [DataTypesGeneratePaymentLinkRequest](docs/DataTypesGeneratePaymentLinkRequest.md)
|
|
1078
1084
|
- [DataTypesGenericResponseAnalyticsABTestResponse](docs/DataTypesGenericResponseAnalyticsABTestResponse.md)
|
|
@@ -1199,6 +1205,8 @@ Class | Method | HTTP request | Description
|
|
|
1199
1205
|
- [DataTypesModuleGroup](docs/DataTypesModuleGroup.md)
|
|
1200
1206
|
- [DataTypesModuleListResponse](docs/DataTypesModuleListResponse.md)
|
|
1201
1207
|
- [DataTypesModuleResponse](docs/DataTypesModuleResponse.md)
|
|
1208
|
+
- [DataTypesMultiSearchRequest](docs/DataTypesMultiSearchRequest.md)
|
|
1209
|
+
- [DataTypesMultiSearchResponseWrapper](docs/DataTypesMultiSearchResponseWrapper.md)
|
|
1202
1210
|
- [DataTypesNewsLetterRequest](docs/DataTypesNewsLetterRequest.md)
|
|
1203
1211
|
- [DataTypesNewsLetterRequestDto](docs/DataTypesNewsLetterRequestDto.md)
|
|
1204
1212
|
- [DataTypesNewsLetterRequestResponse](docs/DataTypesNewsLetterRequestResponse.md)
|
|
@@ -1292,7 +1300,6 @@ Class | Method | HTTP request | Description
|
|
|
1292
1300
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
1293
1301
|
- [DataTypesResetPasswordRequest](docs/DataTypesResetPasswordRequest.md)
|
|
1294
1302
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|
|
1295
|
-
- [DataTypesRetryFailedPaymentRequest](docs/DataTypesRetryFailedPaymentRequest.md)
|
|
1296
1303
|
- [DataTypesRetryFailedPaymentResponse](docs/DataTypesRetryFailedPaymentResponse.md)
|
|
1297
1304
|
- [DataTypesRole](docs/DataTypesRole.md)
|
|
1298
1305
|
- [DataTypesRolePermissionsResponse](docs/DataTypesRolePermissionsResponse.md)
|
|
@@ -1376,7 +1383,6 @@ Class | Method | HTTP request | Description
|
|
|
1376
1383
|
- [DataTypesStringFeatureMetric](docs/DataTypesStringFeatureMetric.md)
|
|
1377
1384
|
- [DataTypesSubMenuAccess](docs/DataTypesSubMenuAccess.md)
|
|
1378
1385
|
- [DataTypesSubscription](docs/DataTypesSubscription.md)
|
|
1379
|
-
- [DataTypesSubscriptionPaymentRequest](docs/DataTypesSubscriptionPaymentRequest.md)
|
|
1380
1386
|
- [DataTypesSubscriptionPaymentResponse](docs/DataTypesSubscriptionPaymentResponse.md)
|
|
1381
1387
|
- [DataTypesSubscriptionPaymentStatus](docs/DataTypesSubscriptionPaymentStatus.md)
|
|
1382
1388
|
- [DataTypesSubscriptionResponse](docs/DataTypesSubscriptionResponse.md)
|
|
@@ -1454,6 +1460,13 @@ Class | Method | HTTP request | Description
|
|
|
1454
1460
|
- [FeatureLimitServiceCreditStatus](docs/FeatureLimitServiceCreditStatus.md)
|
|
1455
1461
|
- [FeatureLimitServiceFeatureStatus](docs/FeatureLimitServiceFeatureStatus.md)
|
|
1456
1462
|
- [FeatureLimitServiceLimitStatus](docs/FeatureLimitServiceLimitStatus.md)
|
|
1463
|
+
- [GDPRServiceConsentExport](docs/GDPRServiceConsentExport.md)
|
|
1464
|
+
- [GDPRServiceCreditExport](docs/GDPRServiceCreditExport.md)
|
|
1465
|
+
- [GDPRServiceErasureRequest](docs/GDPRServiceErasureRequest.md)
|
|
1466
|
+
- [GDPRServiceExportData](docs/GDPRServiceExportData.md)
|
|
1467
|
+
- [GDPRServiceStoreExport](docs/GDPRServiceStoreExport.md)
|
|
1468
|
+
- [GDPRServiceTeamExport](docs/GDPRServiceTeamExport.md)
|
|
1469
|
+
- [GDPRServiceUserProfileExport](docs/GDPRServiceUserProfileExport.md)
|
|
1457
1470
|
- [JourneyBuilderServiceJourneyDefinition](docs/JourneyBuilderServiceJourneyDefinition.md)
|
|
1458
1471
|
- [JourneyBuilderServiceJourneyQueryRequest](docs/JourneyBuilderServiceJourneyQueryRequest.md)
|
|
1459
1472
|
- [JourneyBuilderServiceJourneyQueryResult](docs/JourneyBuilderServiceJourneyQueryResult.md)
|