@seekora-ai/admin-api 1.1.37 → 1.1.39
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 +14 -10
- package/api.ts +574 -434
- package/dist/api.d.ts +504 -350
- package/dist/api.js +347 -381
- package/dist/esm/api.d.ts +504 -350
- package/dist/esm/api.js +336 -374
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.39.tgz +0 -0
- package/seekora-ai-admin-api-1.1.37.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.39
|
|
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.39 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -64,6 +64,7 @@ Class | Method | HTTP request | Description
|
|
|
64
64
|
*AccountSettingsApi* | [**accountSettingsProfileGet**](docs/AccountSettingsApi.md#accountsettingsprofileget) | **GET** /account-settings/profile | Retrieve user profile
|
|
65
65
|
*AccountSettingsApi* | [**accountSettingsProfilePut**](docs/AccountSettingsApi.md#accountsettingsprofileput) | **PUT** /account-settings/profile | Update user profile
|
|
66
66
|
*AccountSettingsApi* | [**accountSettingsSetPasswordPut**](docs/AccountSettingsApi.md#accountsettingssetpasswordput) | **PUT** /account-settings/set-password | Set password for OAuth/new user
|
|
67
|
+
*ActivityLogsApi* | [**analyticsActivityLogsGet**](docs/ActivityLogsApi.md#analyticsactivitylogsget) | **GET** /analytics/activity-logs | Get Activity Logs
|
|
67
68
|
*AdminAnalyticsApi* | [**v1AdminAnalyticsTestModePost**](docs/AdminAnalyticsApi.md#v1adminanalyticstestmodepost) | **POST** /v1/admin/analytics/test-mode | Enable/Disable analytics test mode (Admin)
|
|
68
69
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeGet**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodeget) | **GET** /v1/admin/notifications/templates/{code} | Get notification template by code (Admin)
|
|
69
70
|
*AdminNotificationTemplatesApi* | [**v1AdminNotificationsTemplatesCodeSendPost**](docs/AdminNotificationTemplatesApi.md#v1adminnotificationstemplatescodesendpost) | **POST** /v1/admin/notifications/templates/{code}/send | Send notification from template (Admin)
|
|
@@ -110,7 +111,6 @@ Class | Method | HTTP request | Description
|
|
|
110
111
|
*AnalyticsEventsApi* | [**analyticsValidatePost**](docs/AnalyticsEventsApi.md#analyticsvalidatepost) | **POST** /analytics/validate | Validate Analytics Event
|
|
111
112
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesGet**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesget) | **GET** /admin/v1/analytics/rules | List Analytics Rules
|
|
112
113
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesPost**](docs/AnalyticsRulesApi.md#adminv1analyticsrulespost) | **POST** /admin/v1/analytics/rules | Create Analytics Rule
|
|
113
|
-
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdDelete**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleiddelete) | **DELETE** /admin/v1/analytics/rules/{ruleId} | Delete Analytics Rule
|
|
114
114
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdGet**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleidget) | **GET** /admin/v1/analytics/rules/{ruleId} | Get Analytics Rule
|
|
115
115
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdPut**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleidput) | **PUT** /admin/v1/analytics/rules/{ruleId} | Update Analytics Rule
|
|
116
116
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesSyncPost**](docs/AnalyticsRulesApi.md#adminv1analyticsrulessyncpost) | **POST** /admin/v1/analytics/rules/sync | Sync Rules to Typesense
|
|
@@ -118,7 +118,6 @@ Class | Method | HTTP request | Description
|
|
|
118
118
|
*AnalyticsRulesApi* | [**adminV1StoresXStoreIDAnalyticsRulesSearchItemsPost**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulessearchitemspost) | **POST** /admin/v1/stores/{xStoreID}/analytics/rules/search-items | Search Items for Rule Management
|
|
119
119
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesGet**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesget) | **GET** /admin/v1/stores/{xstoreid}/analytics/rules | List Analytics Rules
|
|
120
120
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesPost**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulespost) | **POST** /admin/v1/stores/{xstoreid}/analytics/rules | Create Analytics Rule
|
|
121
|
-
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdDelete**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleiddelete) | **DELETE** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Delete Analytics Rule
|
|
122
121
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdGet**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleidget) | **GET** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Get Analytics Rule
|
|
123
122
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdPut**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleidput) | **PUT** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Update Analytics Rule
|
|
124
123
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesSyncPost**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulessyncpost) | **POST** /admin/v1/stores/{xstoreid}/analytics/rules/sync | Sync Rules to Typesense
|
|
@@ -280,10 +279,10 @@ Class | Method | HTTP request | Description
|
|
|
280
279
|
*OnboardingApi* | [**adminV1UsersOnboardingUploaddataPost**](docs/OnboardingApi.md#adminv1usersonboardinguploaddatapost) | **POST** /admin/v1/users/onboarding/uploaddata | Upload source data
|
|
281
280
|
*OnboardingApi* | [**adminV1UsersSampledatasetsGet**](docs/OnboardingApi.md#adminv1userssampledatasetsget) | **GET** /admin/v1/users/sampledatasets | Get sample datasets
|
|
282
281
|
*OrganizationsApi* | [**adminOrganizationsGet**](docs/OrganizationsApi.md#adminorganizationsget) | **GET** /admin/Organizations | Fetches list of all Organizations
|
|
283
|
-
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing
|
|
282
|
+
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing Organization
|
|
284
283
|
*OrganizationsApi* | [**adminOrganizationsOrgIdGet**](docs/OrganizationsApi.md#adminorganizationsorgidget) | **GET** /admin/Organizations/{OrgId} | Fetches Orgnization by Id
|
|
285
|
-
*OrganizationsApi* | [**adminOrganizationsPost**](docs/OrganizationsApi.md#adminorganizationspost) | **POST** /admin/Organizations | Creates a new
|
|
286
|
-
*OrganizationsApi* | [**adminOrganizationsUpdateStatusIdStatusDelete**](docs/OrganizationsApi.md#adminorganizationsupdatestatusidstatusdelete) | **DELETE** /admin/Organizations/UpdateStatus/{id}/{status} | Delete
|
|
284
|
+
*OrganizationsApi* | [**adminOrganizationsPost**](docs/OrganizationsApi.md#adminorganizationspost) | **POST** /admin/Organizations | Creates a new Organization
|
|
285
|
+
*OrganizationsApi* | [**adminOrganizationsUpdateStatusIdStatusDelete**](docs/OrganizationsApi.md#adminorganizationsupdatestatusidstatusdelete) | **DELETE** /admin/Organizations/UpdateStatus/{id}/{status} | Delete an Organization (soft delete / status update)
|
|
287
286
|
*ParentMenusApi* | [**miscParentMenusGet**](docs/ParentMenusApi.md#miscparentmenusget) | **GET** /misc/ParentMenus | Fetches list of all parent menus
|
|
288
287
|
*ParentMenusApi* | [**miscParentMenusIdDelete**](docs/ParentMenusApi.md#miscparentmenusiddelete) | **DELETE** /misc/ParentMenus/{id} | Delete a parent menu
|
|
289
288
|
*ParentMenusApi* | [**miscParentMenusIdGet**](docs/ParentMenusApi.md#miscparentmenusidget) | **GET** /misc/ParentMenus/{id} | Fetches parent menus by id
|
|
@@ -421,7 +420,7 @@ Class | Method | HTTP request | Description
|
|
|
421
420
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
422
421
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
423
422
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
424
|
-
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update
|
|
423
|
+
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update Store Status
|
|
425
424
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsDailyStatsGet**](docs/StoresApi.md#adminstoresxstoreidanalyticsdailystatsget) | **GET** /admin/Stores/{xStoreID}/analytics/daily-stats | Get Daily Statistics for a Store
|
|
426
425
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsTimeseriesGet**](docs/StoresApi.md#adminstoresxstoreidanalyticstimeseriesget) | **GET** /admin/Stores/{xStoreID}/analytics/timeseries | Get Time Series Data for Store Metrics
|
|
427
426
|
*StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
|
|
@@ -434,7 +433,7 @@ Class | Method | HTTP request | Description
|
|
|
434
433
|
*StoresApi* | [**adminStoresXStoreIDSchemaOptionsGet**](docs/StoresApi.md#adminstoresxstoreidschemaoptionsget) | **GET** /admin/stores/{xStoreID}/schema-options | Get store schema options
|
|
435
434
|
*StoresApi* | [**adminStoresXStoreIDSearchGet**](docs/StoresApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search | Get store search results
|
|
436
435
|
*StoresApi* | [**adminStoresXStoreIDStepStepPut**](docs/StoresApi.md#adminstoresxstoreidstepstepput) | **PUT** /admin/stores/{xStoreID}/step/{step} | Update store step configuration
|
|
437
|
-
*StoresApi* | [**
|
|
436
|
+
*StoresApi* | [**xstoreidRegenerateUidPut**](docs/StoresApi.md#xstoreidregenerateuidput) | **PUT** /{xstoreid}/regenerate-uid | Regenerate X-Store Secret
|
|
438
437
|
*SubscriptionsApi* | [**adminSubscriptionsCancelPreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelpreviewpost) | **POST** /admin/subscriptions/cancel/preview | Preview subscription cancellation details
|
|
439
438
|
*SubscriptionsApi* | [**adminSubscriptionsCancelProcessPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelprocesspost) | **POST** /admin/subscriptions/cancel/process | Process subscription cancellation
|
|
440
439
|
*SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
|
|
@@ -493,7 +492,6 @@ Class | Method | HTTP request | Description
|
|
|
493
492
|
- [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
|
|
494
493
|
- [AdminFeatureLimitsViolationsGet200Response](docs/AdminFeatureLimitsViolationsGet200Response.md)
|
|
495
494
|
- [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
|
|
496
|
-
- [AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response](docs/AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response.md)
|
|
497
495
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response.md)
|
|
498
496
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response.md)
|
|
499
497
|
- [AdminV1QuerySuggestionsXStoreIDCachedGet200Response](docs/AdminV1QuerySuggestionsXStoreIDCachedGet200Response.md)
|
|
@@ -501,12 +499,15 @@ Class | Method | HTTP request | Description
|
|
|
501
499
|
- [AdminV1QuerySuggestionsXStoreIDGenerateCategoriesPost200Response](docs/AdminV1QuerySuggestionsXStoreIDGenerateCategoriesPost200Response.md)
|
|
502
500
|
- [AdminV1QuerySuggestionsXStoreIDGenerateFacetsPost200Response](docs/AdminV1QuerySuggestionsXStoreIDGenerateFacetsPost200Response.md)
|
|
503
501
|
- [AdminV1QuerySuggestionsXStoreIDGet200Response](docs/AdminV1QuerySuggestionsXStoreIDGet200Response.md)
|
|
502
|
+
- [AdminV1QuerySuggestionsXStoreIDImportPost201Response](docs/AdminV1QuerySuggestionsXStoreIDImportPost201Response.md)
|
|
504
503
|
- [AdminV1QuerySuggestionsXStoreIDManualPost201Response](docs/AdminV1QuerySuggestionsXStoreIDManualPost201Response.md)
|
|
505
504
|
- [AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response](docs/AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response.md)
|
|
506
505
|
- [AdminV1QuerySuggestionsXStoreIDStatsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDStatsGet200Response.md)
|
|
507
506
|
- [AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response](docs/AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response.md)
|
|
508
507
|
- [AnalyticsAPIUsageEvent](docs/AnalyticsAPIUsageEvent.md)
|
|
509
508
|
- [AnalyticsAPIUsageResponse](docs/AnalyticsAPIUsageResponse.md)
|
|
509
|
+
- [AnalyticsActivityLogEvent](docs/AnalyticsActivityLogEvent.md)
|
|
510
|
+
- [AnalyticsActivityLogResponse](docs/AnalyticsActivityLogResponse.md)
|
|
510
511
|
- [AnalyticsAnalyticsAPIResponse](docs/AnalyticsAnalyticsAPIResponse.md)
|
|
511
512
|
- [AnalyticsArrayElementAnalytic](docs/AnalyticsArrayElementAnalytic.md)
|
|
512
513
|
- [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
|
|
@@ -676,6 +677,7 @@ Class | Method | HTTP request | Description
|
|
|
676
677
|
- [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
|
|
677
678
|
- [DataTypesGenericResponseArrayDataTypesDefaultMenu](docs/DataTypesGenericResponseArrayDataTypesDefaultMenu.md)
|
|
678
679
|
- [DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping](docs/DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping.md)
|
|
680
|
+
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
679
681
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
680
682
|
- [DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse](docs/DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse.md)
|
|
681
683
|
- [DataTypesGenericResponseDataTypesGSTVerificationResponse](docs/DataTypesGenericResponseDataTypesGSTVerificationResponse.md)
|
|
@@ -685,6 +687,7 @@ Class | Method | HTTP request | Description
|
|
|
685
687
|
- [DataTypesGenericResponseDataTypesOrganizationTaxDetails](docs/DataTypesGenericResponseDataTypesOrganizationTaxDetails.md)
|
|
686
688
|
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
687
689
|
- [DataTypesGenericResponseDataTypesReceipt](docs/DataTypesGenericResponseDataTypesReceipt.md)
|
|
690
|
+
- [DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse](docs/DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse.md)
|
|
688
691
|
- [DataTypesGenericResponseDataTypesSearchRequestsGraphResponse](docs/DataTypesGenericResponseDataTypesSearchRequestsGraphResponse.md)
|
|
689
692
|
- [DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse](docs/DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse.md)
|
|
690
693
|
- [DataTypesGenericResponseDataTypesTaxCalculationResponse](docs/DataTypesGenericResponseDataTypesTaxCalculationResponse.md)
|
|
@@ -817,6 +820,7 @@ Class | Method | HTTP request | Description
|
|
|
817
820
|
- [DataTypesRefundRequestResponseDto](docs/DataTypesRefundRequestResponseDto.md)
|
|
818
821
|
- [DataTypesRefundResponseDto](docs/DataTypesRefundResponseDto.md)
|
|
819
822
|
- [DataTypesRefundStatusDto](docs/DataTypesRefundStatusDto.md)
|
|
823
|
+
- [DataTypesRegenerateXStoreSecretResponse](docs/DataTypesRegenerateXStoreSecretResponse.md)
|
|
820
824
|
- [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
|
|
821
825
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
822
826
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|