@seekora-ai/admin-api 1.1.12 → 1.1.13
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 +29 -46
- package/api.ts +8702 -9633
- package/dist/api.d.ts +1020 -1926
- package/dist/api.js +953 -988
- package/dist/esm/api.d.ts +1020 -1926
- package/dist/esm/api.js +943 -982
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.13.tgz +0 -0
- package/seekora-ai-admin-api-1.1.12.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.13
|
|
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.13 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -78,7 +78,6 @@ Class | Method | HTTP request | Description
|
|
|
78
78
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesget) | **GET** /admin/analytics/store/{xStoreID}/queries | Get Query Analytics
|
|
79
79
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesNoClicksGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesnoclicksget) | **GET** /admin/analytics/store/{xStoreID}/queries/no-clicks | Get No-Clicks Queries
|
|
80
80
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesNoResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesnoresultsget) | **GET** /admin/analytics/store/{xStoreID}/queries/no-results | Get No-Results Queries
|
|
81
|
-
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesQueryInsightsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidqueriesqueryinsightsget) | **GET** /admin/analytics/store/{xStoreID}/queries/{query}/insights | Get Query Insights
|
|
82
81
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidresultsget) | **GET** /admin/analytics/store/{xStoreID}/results | Get Top Results Analytics
|
|
83
82
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagsget) | **GET** /admin/analytics/store/{xStoreID}/tags | Get Analytics Tags
|
|
84
83
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
|
|
@@ -193,11 +192,9 @@ Class | Method | HTTP request | Description
|
|
|
193
192
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDItemsTrendsGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreiditemstrendsget) | **GET** /admin/analytics/store/{xStoreID}/items/trends | Get Item Performance Trends
|
|
194
193
|
*ItemAnalyticsApi* | [**adminAnalyticsStoreXStoreIDQueriesItemPerformanceGet**](docs/ItemAnalyticsApi.md#adminanalyticsstorexstoreidqueriesitemperformanceget) | **GET** /admin/analytics/store/{xStoreID}/queries/item-performance | Get Query Item Performance Analytics
|
|
195
194
|
*LimitsApi* | [**miscLimitsChangeStatusLimitIDIsActivePut**](docs/LimitsApi.md#misclimitschangestatuslimitidisactiveput) | **PUT** /misc/limits/ChangeStatus/{limitID}/{isActive} | Change Limit Status of an existing limit
|
|
196
|
-
*LimitsApi* | [**miscLimitsGet**](docs/LimitsApi.md#misclimitsget) | **GET** /misc/limits | Fetches list of all limits
|
|
197
195
|
*LimitsApi* | [**miscLimitsLimitIDGet**](docs/LimitsApi.md#misclimitslimitidget) | **GET** /misc/limits/{limitID} | Fetches limit by id
|
|
198
196
|
*LimitsApi* | [**miscLimitsLimitIDPut**](docs/LimitsApi.md#misclimitslimitidput) | **PUT** /misc/limits/{limitID} | UpdateLimit an existing limit
|
|
199
197
|
*LimitsApi* | [**miscLimitsPost**](docs/LimitsApi.md#misclimitspost) | **POST** /misc/limits | Creates a new limit
|
|
200
|
-
*MenusApi* | [**miscMenusGet**](docs/MenusApi.md#miscmenusget) | **GET** /misc/menus | Fetches list of all menus
|
|
201
198
|
*MenusApi* | [**miscMenusIdDelete**](docs/MenusApi.md#miscmenusiddelete) | **DELETE** /misc/menus/{id} | Delete a menu
|
|
202
199
|
*MenusApi* | [**miscMenusIdGet**](docs/MenusApi.md#miscmenusidget) | **GET** /misc/menus/{id} | Fetches menus by id
|
|
203
200
|
*MenusApi* | [**miscMenusIdPut**](docs/MenusApi.md#miscmenusidput) | **PUT** /misc/menus/{id} | Update an existing menu
|
|
@@ -222,7 +219,6 @@ Class | Method | HTTP request | Description
|
|
|
222
219
|
*MongoDbApi* | [**mongodbDatabasesDatabaseNameDelete**](docs/MongoDbApi.md#mongodbdatabasesdatabasenamedelete) | **DELETE** /Mongodb/databases/{databaseName} | Drop a database
|
|
223
220
|
*MongoDbApi* | [**mongodbDatabasesDatabaseNamePost**](docs/MongoDbApi.md#mongodbdatabasesdatabasenamepost) | **POST** /Mongodb/databases/{databaseName} | Create a new database
|
|
224
221
|
*MongoDbApi* | [**mongodbDatabasesGet**](docs/MongoDbApi.md#mongodbdatabasesget) | **GET** /Mongodb/databases | List all databases
|
|
225
|
-
*NewsLettersApi* | [**miscNewsLettersGet**](docs/NewsLettersApi.md#miscnewslettersget) | **GET** /misc/NewsLetters | Fetches list of all NewsLetterSubscription
|
|
226
222
|
*NewsLettersApi* | [**miscNewsLettersIdGet**](docs/NewsLettersApi.md#miscnewslettersidget) | **GET** /misc/NewsLetters/{id} | Fetches NewsLetterSubscription by id
|
|
227
223
|
*NewsLettersApi* | [**miscNewsLettersIdPut**](docs/NewsLettersApi.md#miscnewslettersidput) | **PUT** /misc/NewsLetters/{id} | Update an existing NewsLetterSubscription
|
|
228
224
|
*NewsLettersApi* | [**miscNewsLettersPost**](docs/NewsLettersApi.md#miscnewsletterspost) | **POST** /misc/NewsLetters | Creates a new NewsLetterSubscription
|
|
@@ -236,7 +232,6 @@ Class | Method | HTTP request | Description
|
|
|
236
232
|
*OnboardingApi* | [**adminV1UsersOnboardingStorekeyGet**](docs/OnboardingApi.md#adminv1usersonboardingstorekeyget) | **GET** /admin/v1/users/onboarding/storekey | Get store key
|
|
237
233
|
*OnboardingApi* | [**adminV1UsersOnboardingUploaddataPost**](docs/OnboardingApi.md#adminv1usersonboardinguploaddatapost) | **POST** /admin/v1/users/onboarding/uploaddata | Upload source data
|
|
238
234
|
*OnboardingApi* | [**adminV1UsersSampledatasetsGet**](docs/OnboardingApi.md#adminv1userssampledatasetsget) | **GET** /admin/v1/users/sampledatasets | Get sample datasets
|
|
239
|
-
*OrganizationsApi* | [**adminOrganizationsGet**](docs/OrganizationsApi.md#adminorganizationsget) | **GET** /admin/Organizations | Fetches list of all Organizations
|
|
240
235
|
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing Orgnization
|
|
241
236
|
*OrganizationsApi* | [**adminOrganizationsOrgIdGet**](docs/OrganizationsApi.md#adminorganizationsorgidget) | **GET** /admin/Organizations/{OrgId} | Fetches Orgnization by Id
|
|
242
237
|
*OrganizationsApi* | [**adminOrganizationsPost**](docs/OrganizationsApi.md#adminorganizationspost) | **POST** /admin/Organizations | Creates a new Orgnization
|
|
@@ -259,12 +254,10 @@ Class | Method | HTTP request | Description
|
|
|
259
254
|
*PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans
|
|
260
255
|
*PaymentGatewayApi* | [**v1SubscriptionPlansGet**](docs/PaymentGatewayApi.md#v1subscriptionplansget) | **GET** /v1/subscription-plans | Get subscription plans grouped by tier
|
|
261
256
|
*PaymentGatewayApi* | [**v1SubscriptionPlansIdGet**](docs/PaymentGatewayApi.md#v1subscriptionplansidget) | **GET** /v1/subscription-plans/{id} | Get a single subscription plan by ID or identifier
|
|
262
|
-
*PaymentsApi* | [**adminPaymentsGet**](docs/PaymentsApi.md#adminpaymentsget) | **GET** /admin/payments/ | Fetches list of all payments
|
|
263
257
|
*PaymentsApi* | [**adminPaymentsPaymentIDDelete**](docs/PaymentsApi.md#adminpaymentspaymentiddelete) | **DELETE** /admin/payments/{paymentID} | Delete a payment
|
|
264
258
|
*PaymentsApi* | [**adminPaymentsPaymentIDGet**](docs/PaymentsApi.md#adminpaymentspaymentidget) | **GET** /admin/payments/{paymentID} | Fetches payment by id
|
|
265
259
|
*PaymentsApi* | [**adminPaymentsPaymentIDPut**](docs/PaymentsApi.md#adminpaymentspaymentidput) | **PUT** /admin/payments/{paymentID} | Update an existing payment
|
|
266
260
|
*PaymentsApi* | [**adminPaymentsPost**](docs/PaymentsApi.md#adminpaymentspost) | **POST** /admin/payments | Creates a new payment
|
|
267
|
-
*PlansApi* | [**miscPlansGet**](docs/PlansApi.md#miscplansget) | **GET** /misc/Plans | Fetches list of all Plans
|
|
268
261
|
*PlansApi* | [**miscPlansPlanIDGet**](docs/PlansApi.md#miscplansplanidget) | **GET** /misc/Plans/{planID} | Fetches plan by id
|
|
269
262
|
*PlansApi* | [**miscPlansPlanIDPut**](docs/PlansApi.md#miscplansplanidput) | **PUT** /misc/Plans/{planID} | Update an existing Plan
|
|
270
263
|
*PlansApi* | [**miscPlansPost**](docs/PlansApi.md#miscplanspost) | **POST** /misc/Plans | Creates a new plan
|
|
@@ -324,14 +317,12 @@ Class | Method | HTTP request | Description
|
|
|
324
317
|
*RegisterApi* | [**registerUsersOtpResendPost**](docs/RegisterApi.md#registerusersotpresendpost) | **POST** /Register/users/otp/resend | Resend OTP to email
|
|
325
318
|
*RegisterApi* | [**registerUsersOtpVerifyPost**](docs/RegisterApi.md#registerusersotpverifypost) | **POST** /Register/users/otp/verify | Verify OTP
|
|
326
319
|
*RegisterApi* | [**registerUsersPost**](docs/RegisterApi.md#registeruserspost) | **POST** /Register/users | Register new user
|
|
327
|
-
*RequestsApi* | [**miscRequestsGet**](docs/RequestsApi.md#miscrequestsget) | **GET** /misc/Requests | Fetches list of all ServiceRequest
|
|
328
320
|
*RequestsApi* | [**miscRequestsIdDelete**](docs/RequestsApi.md#miscrequestsiddelete) | **DELETE** /misc/Requests/{id} | Deletes an existing ServiceRequest
|
|
329
321
|
*RequestsApi* | [**miscRequestsIdPut**](docs/RequestsApi.md#miscrequestsidput) | **PUT** /misc/Requests/{id} | Update an existing ServiceRequest
|
|
330
322
|
*RequestsApi* | [**miscRequestsPost**](docs/RequestsApi.md#miscrequestspost) | **POST** /misc/Requests | Creates a new ServiceRequest
|
|
331
323
|
*RequestsApi* | [**miscRequestsRequestIdGet**](docs/RequestsApi.md#miscrequestsrequestidget) | **GET** /misc/Requests/{requestId} | Fetches ServiceRequest by id
|
|
332
324
|
*RequestsApi* | [**miscRequestsUpdateStatusIdStatusPut**](docs/RequestsApi.md#miscrequestsupdatestatusidstatusput) | **PUT** /misc/Requests/UpdateStatus/{id}/{status} | Update an existing ServiceRequest status
|
|
333
325
|
*RoleRightsApi* | [**adminRolerightsBulkPost**](docs/RoleRightsApi.md#adminrolerightsbulkpost) | **POST** /admin/rolerights/bulk | Adds list of all roleright in bulk
|
|
334
|
-
*RoleRightsApi* | [**adminRolerightsGet**](docs/RoleRightsApi.md#adminrolerightsget) | **GET** /admin/rolerights | Fetches list of all roleright
|
|
335
326
|
*RoleRightsApi* | [**adminRolerightsGetRoleRightsByRoleIdIdGet**](docs/RoleRightsApi.md#adminrolerightsgetrolerightsbyroleididget) | **GET** /admin/rolerights/GetRoleRightsByRoleId/{id} | Fetches roleright by role id
|
|
336
327
|
*RoleRightsApi* | [**adminRolerightsIdGet**](docs/RoleRightsApi.md#adminrolerightsidget) | **GET** /admin/rolerights/{id} | Fetches roleright by id
|
|
337
328
|
*RoleRightsApi* | [**adminRolerightsIdPut**](docs/RoleRightsApi.md#adminrolerightsidput) | **PUT** /admin/rolerights/{id} | Update an existing roleright
|
|
@@ -340,7 +331,6 @@ Class | Method | HTTP request | Description
|
|
|
340
331
|
*RoleRightsApi* | [**adminRolerightsStoreStoreIdGet**](docs/RoleRightsApi.md#adminrolerightsstorestoreidget) | **GET** /admin/rolerights/store/:storeId | Fetches list of all roleright by storeid
|
|
341
332
|
*RolesApi* | [**adminRolesIdDelete**](docs/RolesApi.md#adminrolesiddelete) | **DELETE** /admin/roles/{id} | Delete a role
|
|
342
333
|
*RolesApi* | [**adminRolesIdPut**](docs/RolesApi.md#adminrolesidput) | **PUT** /admin/roles/{id} | Update an existing role
|
|
343
|
-
*RolesApi* | [**adminRolesOrgIdGet**](docs/RolesApi.md#adminrolesorgidget) | **GET** /admin/roles/{OrgId} | Fetches list of all roles
|
|
344
334
|
*RolesApi* | [**adminRolesOrgIdRoleIdGet**](docs/RolesApi.md#adminrolesorgidroleidget) | **GET** /admin/roles/{OrgId}/{RoleId} | Fetches role by id
|
|
345
335
|
*RolesApi* | [**adminRolesPost**](docs/RolesApi.md#adminrolespost) | **POST** /admin/roles | Creates a new role
|
|
346
336
|
*SearchApi* | [**adminV1SearchXStoreIDPost**](docs/SearchApi.md#adminv1searchxstoreidpost) | **POST** /admin/v1/search/{xStoreID} | Admin Search API
|
|
@@ -349,7 +339,6 @@ Class | Method | HTTP request | Description
|
|
|
349
339
|
*SearchApi* | [**v1IndexIndexnameConfigPost**](docs/SearchApi.md#v1indexindexnameconfigpost) | **POST** /v1/index/{indexname}/config | Index Config
|
|
350
340
|
*SearchApi* | [**v1IndexIndexnameConfigPropertyPatch**](docs/SearchApi.md#v1indexindexnameconfigpropertypatch) | **PATCH** /v1/index/{indexname}/config/{property} | Update Index Config Property
|
|
351
341
|
*SearchApi* | [**v1IndexIndexnameDefaultsGet**](docs/SearchApi.md#v1indexindexnamedefaultsget) | **GET** /v1/index/{indexname}/defaults | Get Schema-Based Defaults
|
|
352
|
-
*SearchApi* | [**v1SearchPost**](docs/SearchApi.md#v1searchpost) | **POST** /v1/search | Public Search API
|
|
353
342
|
*StopwordsApi* | [**adminStoresStopwordsLanguagesGet**](docs/StopwordsApi.md#adminstoresstopwordslanguagesget) | **GET** /admin/Stores/stopwords/languages | Get available languages
|
|
354
343
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordStatusPut**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordstatusput) | **PUT** /admin/Stores/{xStoreID}/stopwords/word-status | Update word status for store
|
|
355
344
|
*StopwordsApi* | [**adminStoresXStoreIDStopwordsWordlistsGet**](docs/StopwordsApi.md#adminstoresxstoreidstopwordswordlistsget) | **GET** /admin/Stores/{xStoreID}/stopwords/wordlists | Get word lists by language
|
|
@@ -392,13 +381,24 @@ Class | Method | HTTP request | Description
|
|
|
392
381
|
*SubscriptionsApi* | [**adminSubscriptionsCancelProcessPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelprocesspost) | **POST** /admin/subscriptions/cancel/process | Process subscription cancellation
|
|
393
382
|
*SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
|
|
394
383
|
*SubscriptionsApi* | [**adminSubscriptionsUpdatestatusSubscriptionIDStatusPut**](docs/SubscriptionsApi.md#adminsubscriptionsupdatestatussubscriptionidstatusput) | **PUT** /admin/subscriptions/updatestatus/{subscriptionID}/{status} | Update an existing Subscription status
|
|
395
|
-
*SubscriptionsApi* | [**miscSubscriptionsGet**](docs/SubscriptionsApi.md#miscsubscriptionsget) | **GET** /misc/subscriptions | Fetches list of all Subscription
|
|
396
384
|
*SubscriptionsApi* | [**miscSubscriptionsPost**](docs/SubscriptionsApi.md#miscsubscriptionspost) | **POST** /misc/subscriptions | Creates a new Subscription
|
|
397
385
|
*SubscriptionsApi* | [**miscSubscriptionsSubscriptionIDGet**](docs/SubscriptionsApi.md#miscsubscriptionssubscriptionidget) | **GET** /misc/subscriptions/{subscriptionID} | Fetches Subscription by id
|
|
398
386
|
*TaxManagementApi* | [**adminTaxCalculatePost**](docs/TaxManagementApi.md#admintaxcalculatepost) | **POST** /admin/tax/calculate | Calculate tax for a transaction
|
|
399
387
|
*TaxManagementApi* | [**adminTaxOrganizationGet**](docs/TaxManagementApi.md#admintaxorganizationget) | **GET** /admin/tax/organization | Get organization tax details
|
|
400
388
|
*TaxManagementApi* | [**adminTaxOrganizationPut**](docs/TaxManagementApi.md#admintaxorganizationput) | **PUT** /admin/tax/organization | Update organization tax details
|
|
401
389
|
*TaxManagementApi* | [**adminTaxValidateGstinPost**](docs/TaxManagementApi.md#admintaxvalidategstinpost) | **POST** /admin/tax/validate-gstin | Validate GSTIN
|
|
390
|
+
*TeamApi* | [**apiV1InvitationsInvitationIdDelete**](docs/TeamApi.md#apiv1invitationsinvitationiddelete) | **DELETE** /api/v1/invitations/{invitationId} | Cancel invitation
|
|
391
|
+
*TeamApi* | [**apiV1InvitationsTokenAcceptPost**](docs/TeamApi.md#apiv1invitationstokenacceptpost) | **POST** /api/v1/invitations/{token}/accept | Accept invitation
|
|
392
|
+
*TeamApi* | [**apiV1OrganizationsOrgIdInvitationsGet**](docs/TeamApi.md#apiv1organizationsorgidinvitationsget) | **GET** /api/v1/organizations/{orgId}/invitations | Get pending invitations
|
|
393
|
+
*TeamApi* | [**apiV1OrganizationsOrgIdMembersGet**](docs/TeamApi.md#apiv1organizationsorgidmembersget) | **GET** /api/v1/organizations/{orgId}/members | Get all members of an organization
|
|
394
|
+
*TeamApi* | [**apiV1OrganizationsOrgIdMembersInvitePost**](docs/TeamApi.md#apiv1organizationsorgidmembersinvitepost) | **POST** /api/v1/organizations/{orgId}/members/invite | Invite a member to join organization
|
|
395
|
+
*TeamApi* | [**apiV1OrganizationsOrgIdMembersMemberIdDelete**](docs/TeamApi.md#apiv1organizationsorgidmembersmemberiddelete) | **DELETE** /api/v1/organizations/{orgId}/members/{memberId} | Remove member from organization
|
|
396
|
+
*TeamApi* | [**apiV1OrganizationsOrgIdMembersMemberIdRolePut**](docs/TeamApi.md#apiv1organizationsorgidmembersmemberidroleput) | **PUT** /api/v1/organizations/{orgId}/members/{memberId}/role | Update member role
|
|
397
|
+
*TeamApi* | [**apiV1StoresStoreIdAccessGet**](docs/TeamApi.md#apiv1storesstoreidaccessget) | **GET** /api/v1/stores/{storeId}/access | Get store access list
|
|
398
|
+
*TeamApi* | [**apiV1StoresStoreIdAccessPost**](docs/TeamApi.md#apiv1storesstoreidaccesspost) | **POST** /api/v1/stores/{storeId}/access | Grant store access
|
|
399
|
+
*TeamApi* | [**apiV1StoresStoreIdAccessUserIdDelete**](docs/TeamApi.md#apiv1storesstoreidaccessuseriddelete) | **DELETE** /api/v1/stores/{storeId}/access/{userId} | Revoke store access
|
|
400
|
+
*TeamApi* | [**apiV1StoresStoreIdAccessUserIdPut**](docs/TeamApi.md#apiv1storesstoreidaccessuseridput) | **PUT** /api/v1/stores/{storeId}/access/{userId} | Update store access level
|
|
401
|
+
*TeamApi* | [**apiV1UsersUserIdStoresGet**](docs/TeamApi.md#apiv1usersuseridstoresget) | **GET** /api/v1/users/{userId}/stores | Get user\'s accessible stores
|
|
402
402
|
*UserApi* | [**adminUsersActivateUserIdStatusPut**](docs/UserApi.md#adminusersactivateuseridstatusput) | **PUT** /admin/users/ActivateUser/{id}/{status} | Activate or deactivate a user
|
|
403
403
|
*UserApi* | [**adminUsersGet**](docs/UserApi.md#adminusersget) | **GET** /admin/users/ | Fetches list of all users
|
|
404
404
|
*UserApi* | [**adminUsersIdDelete**](docs/UserApi.md#adminusersiddelete) | **DELETE** /admin/users/{id} | Delete a user
|
|
@@ -426,7 +426,6 @@ Class | Method | HTTP request | Description
|
|
|
426
426
|
- [AdminAnalyticsStoreXStoreIDQueriesGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesGet200Response.md)
|
|
427
427
|
- [AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesItemPerformanceGet200Response.md)
|
|
428
428
|
- [AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesNoClicksGet200Response.md)
|
|
429
|
-
- [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
|
|
430
429
|
- [AdminFeatureLimitsViolationsGet200Response](docs/AdminFeatureLimitsViolationsGet200Response.md)
|
|
431
430
|
- [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
|
|
432
431
|
- [AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response](docs/AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response.md)
|
|
@@ -444,9 +443,6 @@ Class | Method | HTTP request | Description
|
|
|
444
443
|
- [AnalyticsAPIUsageEvent](docs/AnalyticsAPIUsageEvent.md)
|
|
445
444
|
- [AnalyticsAPIUsageResponse](docs/AnalyticsAPIUsageResponse.md)
|
|
446
445
|
- [AnalyticsAnalyticsAPIResponse](docs/AnalyticsAnalyticsAPIResponse.md)
|
|
447
|
-
- [AnalyticsArrayElementAnalytic](docs/AnalyticsArrayElementAnalytic.md)
|
|
448
|
-
- [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
|
|
449
|
-
- [AnalyticsArrayPositionAnalytic](docs/AnalyticsArrayPositionAnalytic.md)
|
|
450
446
|
- [AnalyticsBannedExpression](docs/AnalyticsBannedExpression.md)
|
|
451
447
|
- [AnalyticsBannedMatchType](docs/AnalyticsBannedMatchType.md)
|
|
452
448
|
- [AnalyticsBatchPostRequest](docs/AnalyticsBatchPostRequest.md)
|
|
@@ -456,7 +452,6 @@ Class | Method | HTTP request | Description
|
|
|
456
452
|
- [AnalyticsCachedSuggestionResponse](docs/AnalyticsCachedSuggestionResponse.md)
|
|
457
453
|
- [AnalyticsCategoryAttributeConfig](docs/AnalyticsCategoryAttributeConfig.md)
|
|
458
454
|
- [AnalyticsCategoryWithCount](docs/AnalyticsCategoryWithCount.md)
|
|
459
|
-
- [AnalyticsClickPositionBucket](docs/AnalyticsClickPositionBucket.md)
|
|
460
455
|
- [AnalyticsComparisonMeta](docs/AnalyticsComparisonMeta.md)
|
|
461
456
|
- [AnalyticsCustomQueryRequest](docs/AnalyticsCustomQueryRequest.md)
|
|
462
457
|
- [AnalyticsCustomQueryResponse](docs/AnalyticsCustomQueryResponse.md)
|
|
@@ -471,13 +466,10 @@ Class | Method | HTTP request | Description
|
|
|
471
466
|
- [AnalyticsFilterCombination](docs/AnalyticsFilterCombination.md)
|
|
472
467
|
- [AnalyticsFilterEffectivenessAnalysis](docs/AnalyticsFilterEffectivenessAnalysis.md)
|
|
473
468
|
- [AnalyticsFilterEffectivenessCategory](docs/AnalyticsFilterEffectivenessCategory.md)
|
|
474
|
-
- [AnalyticsFilterEffectivenessMetrics](docs/AnalyticsFilterEffectivenessMetrics.md)
|
|
475
469
|
- [AnalyticsFilterEffectivenessSummary](docs/AnalyticsFilterEffectivenessSummary.md)
|
|
476
|
-
- [AnalyticsFilterImprovementMetrics](docs/AnalyticsFilterImprovementMetrics.md)
|
|
477
470
|
- [AnalyticsFilterTrendsResponse](docs/AnalyticsFilterTrendsResponse.md)
|
|
478
471
|
- [AnalyticsFilterUsageStatistics](docs/AnalyticsFilterUsageStatistics.md)
|
|
479
472
|
- [AnalyticsFilterValueStatistic](docs/AnalyticsFilterValueStatistic.md)
|
|
480
|
-
- [AnalyticsFilterValueUsage](docs/AnalyticsFilterValueUsage.md)
|
|
481
473
|
- [AnalyticsGeoAnalytic](docs/AnalyticsGeoAnalytic.md)
|
|
482
474
|
- [AnalyticsGeoInsights](docs/AnalyticsGeoInsights.md)
|
|
483
475
|
- [AnalyticsGeoPopularFilter](docs/AnalyticsGeoPopularFilter.md)
|
|
@@ -514,19 +506,7 @@ Class | Method | HTTP request | Description
|
|
|
514
506
|
- [AnalyticsManualQuerySuggestionRequest](docs/AnalyticsManualQuerySuggestionRequest.md)
|
|
515
507
|
- [AnalyticsPromoteSuggestionsRequest](docs/AnalyticsPromoteSuggestionsRequest.md)
|
|
516
508
|
- [AnalyticsQueryAnalytic](docs/AnalyticsQueryAnalytic.md)
|
|
517
|
-
- [AnalyticsQueryFilterAnalytics](docs/AnalyticsQueryFilterAnalytics.md)
|
|
518
|
-
- [AnalyticsQueryFilterCombination](docs/AnalyticsQueryFilterCombination.md)
|
|
519
|
-
- [AnalyticsQueryFilterEffectiveness](docs/AnalyticsQueryFilterEffectiveness.md)
|
|
520
|
-
- [AnalyticsQueryFilterTrend](docs/AnalyticsQueryFilterTrend.md)
|
|
521
|
-
- [AnalyticsQueryFilterUsage](docs/AnalyticsQueryFilterUsage.md)
|
|
522
|
-
- [AnalyticsQueryGeoAnalytic](docs/AnalyticsQueryGeoAnalytic.md)
|
|
523
|
-
- [AnalyticsQueryGeoAnalyticsSection](docs/AnalyticsQueryGeoAnalyticsSection.md)
|
|
524
|
-
- [AnalyticsQueryInsights](docs/AnalyticsQueryInsights.md)
|
|
525
509
|
- [AnalyticsQueryPerformanceAnalytics](docs/AnalyticsQueryPerformanceAnalytics.md)
|
|
526
|
-
- [AnalyticsQueryPopularFilter](docs/AnalyticsQueryPopularFilter.md)
|
|
527
|
-
- [AnalyticsQueryPopularFiltersSection](docs/AnalyticsQueryPopularFiltersSection.md)
|
|
528
|
-
- [AnalyticsQueryPopularResultWithWidget](docs/AnalyticsQueryPopularResultWithWidget.md)
|
|
529
|
-
- [AnalyticsQueryPopularResultsSection](docs/AnalyticsQueryPopularResultsSection.md)
|
|
530
510
|
- [AnalyticsQueryResponse](docs/AnalyticsQueryResponse.md)
|
|
531
511
|
- [AnalyticsQuerySuggestion](docs/AnalyticsQuerySuggestion.md)
|
|
532
512
|
- [AnalyticsQuerySuggestionConfig](docs/AnalyticsQuerySuggestionConfig.md)
|
|
@@ -648,9 +628,12 @@ Class | Method | HTTP request | Description
|
|
|
648
628
|
- [DataTypesGenericResponseFeatureLimitServiceLimitStatus](docs/DataTypesGenericResponseFeatureLimitServiceLimitStatus.md)
|
|
649
629
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
650
630
|
- [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
|
|
631
|
+
- [DataTypesGrantStoreAccessRequest](docs/DataTypesGrantStoreAccessRequest.md)
|
|
651
632
|
- [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
|
|
652
633
|
- [DataTypesIndexConfigResponseWrapper](docs/DataTypesIndexConfigResponseWrapper.md)
|
|
653
634
|
- [DataTypesIndexField](docs/DataTypesIndexField.md)
|
|
635
|
+
- [DataTypesInvitationCreatedResponse](docs/DataTypesInvitationCreatedResponse.md)
|
|
636
|
+
- [DataTypesInviteMemberRequest](docs/DataTypesInviteMemberRequest.md)
|
|
654
637
|
- [DataTypesInvoice](docs/DataTypesInvoice.md)
|
|
655
638
|
- [DataTypesInvoiceItem](docs/DataTypesInvoiceItem.md)
|
|
656
639
|
- [DataTypesInvoiceTaxDetails](docs/DataTypesInvoiceTaxDetails.md)
|
|
@@ -662,7 +645,6 @@ Class | Method | HTTP request | Description
|
|
|
662
645
|
- [DataTypesLanguagesResponseWrapper](docs/DataTypesLanguagesResponseWrapper.md)
|
|
663
646
|
- [DataTypesLimit](docs/DataTypesLimit.md)
|
|
664
647
|
- [DataTypesLimitResponse](docs/DataTypesLimitResponse.md)
|
|
665
|
-
- [DataTypesLimitsListResponse](docs/DataTypesLimitsListResponse.md)
|
|
666
648
|
- [DataTypesLoginAudit](docs/DataTypesLoginAudit.md)
|
|
667
649
|
- [DataTypesLoginRequest](docs/DataTypesLoginRequest.md)
|
|
668
650
|
- [DataTypesLoginResponse](docs/DataTypesLoginResponse.md)
|
|
@@ -682,12 +664,8 @@ Class | Method | HTTP request | Description
|
|
|
682
664
|
- [DataTypesNewsLetterRequest](docs/DataTypesNewsLetterRequest.md)
|
|
683
665
|
- [DataTypesNewsLetterRequestDto](docs/DataTypesNewsLetterRequestDto.md)
|
|
684
666
|
- [DataTypesNewsLetterRequestResponse](docs/DataTypesNewsLetterRequestResponse.md)
|
|
685
|
-
- [DataTypesNewsLetterRequestsListResponse](docs/DataTypesNewsLetterRequestsListResponse.md)
|
|
686
667
|
- [DataTypesNumericFieldStats](docs/DataTypesNumericFieldStats.md)
|
|
687
668
|
- [DataTypesOTPPayload](docs/DataTypesOTPPayload.md)
|
|
688
|
-
- [DataTypesOfficialSearchResponse](docs/DataTypesOfficialSearchResponse.md)
|
|
689
|
-
- [DataTypesOfficialSearchResponseWrapper](docs/DataTypesOfficialSearchResponseWrapper.md)
|
|
690
|
-
- [DataTypesOfficialSearchResult](docs/DataTypesOfficialSearchResult.md)
|
|
691
669
|
- [DataTypesOnboardingOrgDetails](docs/DataTypesOnboardingOrgDetails.md)
|
|
692
670
|
- [DataTypesOnboardingRequest](docs/DataTypesOnboardingRequest.md)
|
|
693
671
|
- [DataTypesOnboardingResponse](docs/DataTypesOnboardingResponse.md)
|
|
@@ -699,10 +677,12 @@ Class | Method | HTTP request | Description
|
|
|
699
677
|
- [DataTypesOrderDetailsResponse](docs/DataTypesOrderDetailsResponse.md)
|
|
700
678
|
- [DataTypesOrderTransactionDisplay](docs/DataTypesOrderTransactionDisplay.md)
|
|
701
679
|
- [DataTypesOrdersListResponse](docs/DataTypesOrdersListResponse.md)
|
|
680
|
+
- [DataTypesOrgMemberWithUser](docs/DataTypesOrgMemberWithUser.md)
|
|
681
|
+
- [DataTypesOrgMembersData](docs/DataTypesOrgMembersData.md)
|
|
682
|
+
- [DataTypesOrgMembersResponse](docs/DataTypesOrgMembersResponse.md)
|
|
702
683
|
- [DataTypesOrganization](docs/DataTypesOrganization.md)
|
|
703
684
|
- [DataTypesOrganizationResponse](docs/DataTypesOrganizationResponse.md)
|
|
704
685
|
- [DataTypesOrganizationTaxDetails](docs/DataTypesOrganizationTaxDetails.md)
|
|
705
|
-
- [DataTypesOrganizationsListResponse](docs/DataTypesOrganizationsListResponse.md)
|
|
706
686
|
- [DataTypesOverrideActions](docs/DataTypesOverrideActions.md)
|
|
707
687
|
- [DataTypesParentMenu](docs/DataTypesParentMenu.md)
|
|
708
688
|
- [DataTypesParentMenuResponse](docs/DataTypesParentMenuResponse.md)
|
|
@@ -713,11 +693,9 @@ Class | Method | HTTP request | Description
|
|
|
713
693
|
- [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
|
|
714
694
|
- [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
|
|
715
695
|
- [DataTypesPaymentStatusPollResponse](docs/DataTypesPaymentStatusPollResponse.md)
|
|
716
|
-
- [DataTypesPaymentsListResponse](docs/DataTypesPaymentsListResponse.md)
|
|
717
696
|
- [DataTypesPlan](docs/DataTypesPlan.md)
|
|
718
697
|
- [DataTypesPlanFeatures](docs/DataTypesPlanFeatures.md)
|
|
719
698
|
- [DataTypesPlanResponse](docs/DataTypesPlanResponse.md)
|
|
720
|
-
- [DataTypesPlansListResponse](docs/DataTypesPlansListResponse.md)
|
|
721
699
|
- [DataTypesPluralDeclension](docs/DataTypesPluralDeclension.md)
|
|
722
700
|
- [DataTypesPluralDeclensionResponseWrapper](docs/DataTypesPluralDeclensionResponseWrapper.md)
|
|
723
701
|
- [DataTypesPluralDeclensionsResponse](docs/DataTypesPluralDeclensionsResponse.md)
|
|
@@ -725,7 +703,6 @@ Class | Method | HTTP request | Description
|
|
|
725
703
|
- [DataTypesProcessRefundRequestDto](docs/DataTypesProcessRefundRequestDto.md)
|
|
726
704
|
- [DataTypesProfileResponse](docs/DataTypesProfileResponse.md)
|
|
727
705
|
- [DataTypesProfileResponseWrapper](docs/DataTypesProfileResponseWrapper.md)
|
|
728
|
-
- [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
|
|
729
706
|
- [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
|
|
730
707
|
- [DataTypesQuerySuggestionsConfig](docs/DataTypesQuerySuggestionsConfig.md)
|
|
731
708
|
- [DataTypesReceipt](docs/DataTypesReceipt.md)
|
|
@@ -745,7 +722,6 @@ Class | Method | HTTP request | Description
|
|
|
745
722
|
- [DataTypesRoleRightRequestDto](docs/DataTypesRoleRightRequestDto.md)
|
|
746
723
|
- [DataTypesRoleRightResponse](docs/DataTypesRoleRightResponse.md)
|
|
747
724
|
- [DataTypesRoleRightsListResponse](docs/DataTypesRoleRightsListResponse.md)
|
|
748
|
-
- [DataTypesRolesListResponse](docs/DataTypesRolesListResponse.md)
|
|
749
725
|
- [DataTypesRuleConfig](docs/DataTypesRuleConfig.md)
|
|
750
726
|
- [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
|
|
751
727
|
- [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
|
|
@@ -761,13 +737,15 @@ Class | Method | HTTP request | Description
|
|
|
761
737
|
- [DataTypesServiceRequest](docs/DataTypesServiceRequest.md)
|
|
762
738
|
- [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
|
|
763
739
|
- [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
|
|
764
|
-
- [DataTypesServiceRequestsListResponse](docs/DataTypesServiceRequestsListResponse.md)
|
|
765
740
|
- [DataTypesSetPasswordRequest](docs/DataTypesSetPasswordRequest.md)
|
|
766
741
|
- [DataTypesSortField](docs/DataTypesSortField.md)
|
|
767
742
|
- [DataTypesSource](docs/DataTypesSource.md)
|
|
768
743
|
- [DataTypesSourcesListResponse](docs/DataTypesSourcesListResponse.md)
|
|
769
744
|
- [DataTypesStopwordEntry](docs/DataTypesStopwordEntry.md)
|
|
770
745
|
- [DataTypesStore](docs/DataTypesStore.md)
|
|
746
|
+
- [DataTypesStoreAccessRequest](docs/DataTypesStoreAccessRequest.md)
|
|
747
|
+
- [DataTypesStoreAccessResponse](docs/DataTypesStoreAccessResponse.md)
|
|
748
|
+
- [DataTypesStoreAccessWithDetails](docs/DataTypesStoreAccessWithDetails.md)
|
|
771
749
|
- [DataTypesStoreCreationRequest](docs/DataTypesStoreCreationRequest.md)
|
|
772
750
|
- [DataTypesStoreCreationResponse](docs/DataTypesStoreCreationResponse.md)
|
|
773
751
|
- [DataTypesStoreCreationResponseWrapper](docs/DataTypesStoreCreationResponseWrapper.md)
|
|
@@ -781,7 +759,6 @@ Class | Method | HTTP request | Description
|
|
|
781
759
|
- [DataTypesSubMenuAccess](docs/DataTypesSubMenuAccess.md)
|
|
782
760
|
- [DataTypesSubscription](docs/DataTypesSubscription.md)
|
|
783
761
|
- [DataTypesSubscriptionResponse](docs/DataTypesSubscriptionResponse.md)
|
|
784
|
-
- [DataTypesSubscriptionsListResponse](docs/DataTypesSubscriptionsListResponse.md)
|
|
785
762
|
- [DataTypesSynonymEntry](docs/DataTypesSynonymEntry.md)
|
|
786
763
|
- [DataTypesTask](docs/DataTypesTask.md)
|
|
787
764
|
- [DataTypesTaskRun](docs/DataTypesTaskRun.md)
|
|
@@ -791,12 +768,15 @@ Class | Method | HTTP request | Description
|
|
|
791
768
|
- [DataTypesTaxCalculationRequest](docs/DataTypesTaxCalculationRequest.md)
|
|
792
769
|
- [DataTypesTaxCalculationResponse](docs/DataTypesTaxCalculationResponse.md)
|
|
793
770
|
- [DataTypesTaxComponent](docs/DataTypesTaxComponent.md)
|
|
771
|
+
- [DataTypesTeamInvitationWithDetails](docs/DataTypesTeamInvitationWithDetails.md)
|
|
772
|
+
- [DataTypesTeamInvitationsResponse](docs/DataTypesTeamInvitationsResponse.md)
|
|
794
773
|
- [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
|
|
795
774
|
- [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
|
|
796
775
|
- [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
|
|
797
776
|
- [DataTypesUpdateIndexSchemaRequest](docs/DataTypesUpdateIndexSchemaRequest.md)
|
|
798
777
|
- [DataTypesUpdateIndexSchemaRequestFieldsInner](docs/DataTypesUpdateIndexSchemaRequestFieldsInner.md)
|
|
799
778
|
- [DataTypesUpdateInvoiceRequest](docs/DataTypesUpdateInvoiceRequest.md)
|
|
779
|
+
- [DataTypesUpdateMemberRoleRequest](docs/DataTypesUpdateMemberRoleRequest.md)
|
|
800
780
|
- [DataTypesUpdateOrganizationRequest](docs/DataTypesUpdateOrganizationRequest.md)
|
|
801
781
|
- [DataTypesUpdateOrganizationTaxDetailsRequest](docs/DataTypesUpdateOrganizationTaxDetailsRequest.md)
|
|
802
782
|
- [DataTypesUpdatePasswordRequest](docs/DataTypesUpdatePasswordRequest.md)
|
|
@@ -804,12 +784,15 @@ Class | Method | HTTP request | Description
|
|
|
804
784
|
- [DataTypesUpdateProfileRequest](docs/DataTypesUpdateProfileRequest.md)
|
|
805
785
|
- [DataTypesUpdateSchemaResponse](docs/DataTypesUpdateSchemaResponse.md)
|
|
806
786
|
- [DataTypesUpdateSourceConfigResponseWrapper](docs/DataTypesUpdateSourceConfigResponseWrapper.md)
|
|
787
|
+
- [DataTypesUpdateStoreAccessRequest](docs/DataTypesUpdateStoreAccessRequest.md)
|
|
807
788
|
- [DataTypesUpdateWordStatusRequest](docs/DataTypesUpdateWordStatusRequest.md)
|
|
808
789
|
- [DataTypesUpdateWordStatusResponseWrapper](docs/DataTypesUpdateWordStatusResponseWrapper.md)
|
|
809
790
|
- [DataTypesUploadSourceDataResponseWrapper](docs/DataTypesUploadSourceDataResponseWrapper.md)
|
|
810
791
|
- [DataTypesUploadsourceDataResponse](docs/DataTypesUploadsourceDataResponse.md)
|
|
811
792
|
- [DataTypesUser](docs/DataTypesUser.md)
|
|
812
793
|
- [DataTypesUserResponse](docs/DataTypesUserResponse.md)
|
|
794
|
+
- [DataTypesUserStoreAccess](docs/DataTypesUserStoreAccess.md)
|
|
795
|
+
- [DataTypesUserStoresResponse](docs/DataTypesUserStoresResponse.md)
|
|
813
796
|
- [DataTypesUsersListResponse](docs/DataTypesUsersListResponse.md)
|
|
814
797
|
- [DataTypesValidationErrorResponse](docs/DataTypesValidationErrorResponse.md)
|
|
815
798
|
- [DataTypesValidationErrorResult](docs/DataTypesValidationErrorResult.md)
|