@seekora-ai/admin-api 1.1.37 → 1.1.38
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 +11 -10
- package/api.ts +334 -434
- package/dist/api.d.ts +329 -350
- package/dist/api.js +213 -374
- package/dist/esm/api.d.ts +329 -350
- package/dist/esm/api.js +213 -374
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.38.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.38
|
|
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.38 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -110,7 +110,6 @@ Class | Method | HTTP request | Description
|
|
|
110
110
|
*AnalyticsEventsApi* | [**analyticsValidatePost**](docs/AnalyticsEventsApi.md#analyticsvalidatepost) | **POST** /analytics/validate | Validate Analytics Event
|
|
111
111
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesGet**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesget) | **GET** /admin/v1/analytics/rules | List Analytics Rules
|
|
112
112
|
*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
113
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdGet**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleidget) | **GET** /admin/v1/analytics/rules/{ruleId} | Get Analytics Rule
|
|
115
114
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdPut**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleidput) | **PUT** /admin/v1/analytics/rules/{ruleId} | Update Analytics Rule
|
|
116
115
|
*AnalyticsRulesApi* | [**adminV1AnalyticsRulesSyncPost**](docs/AnalyticsRulesApi.md#adminv1analyticsrulessyncpost) | **POST** /admin/v1/analytics/rules/sync | Sync Rules to Typesense
|
|
@@ -118,7 +117,6 @@ Class | Method | HTTP request | Description
|
|
|
118
117
|
*AnalyticsRulesApi* | [**adminV1StoresXStoreIDAnalyticsRulesSearchItemsPost**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulessearchitemspost) | **POST** /admin/v1/stores/{xStoreID}/analytics/rules/search-items | Search Items for Rule Management
|
|
119
118
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesGet**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesget) | **GET** /admin/v1/stores/{xstoreid}/analytics/rules | List Analytics Rules
|
|
120
119
|
*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
120
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdGet**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleidget) | **GET** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Get Analytics Rule
|
|
123
121
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesRuleIdPut**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulesruleidput) | **PUT** /admin/v1/stores/{xstoreid}/analytics/rules/{ruleId} | Update Analytics Rule
|
|
124
122
|
*AnalyticsRulesApi* | [**adminV1StoresXstoreidAnalyticsRulesSyncPost**](docs/AnalyticsRulesApi.md#adminv1storesxstoreidanalyticsrulessyncpost) | **POST** /admin/v1/stores/{xstoreid}/analytics/rules/sync | Sync Rules to Typesense
|
|
@@ -280,10 +278,10 @@ Class | Method | HTTP request | Description
|
|
|
280
278
|
*OnboardingApi* | [**adminV1UsersOnboardingUploaddataPost**](docs/OnboardingApi.md#adminv1usersonboardinguploaddatapost) | **POST** /admin/v1/users/onboarding/uploaddata | Upload source data
|
|
281
279
|
*OnboardingApi* | [**adminV1UsersSampledatasetsGet**](docs/OnboardingApi.md#adminv1userssampledatasetsget) | **GET** /admin/v1/users/sampledatasets | Get sample datasets
|
|
282
280
|
*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
|
|
281
|
+
*OrganizationsApi* | [**adminOrganizationsIdPut**](docs/OrganizationsApi.md#adminorganizationsidput) | **PUT** /admin/Organizations/{id} | Update an existing Organization
|
|
284
282
|
*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
|
|
283
|
+
*OrganizationsApi* | [**adminOrganizationsPost**](docs/OrganizationsApi.md#adminorganizationspost) | **POST** /admin/Organizations | Creates a new Organization
|
|
284
|
+
*OrganizationsApi* | [**adminOrganizationsUpdateStatusIdStatusDelete**](docs/OrganizationsApi.md#adminorganizationsupdatestatusidstatusdelete) | **DELETE** /admin/Organizations/UpdateStatus/{id}/{status} | Delete an Organization (soft delete / status update)
|
|
287
285
|
*ParentMenusApi* | [**miscParentMenusGet**](docs/ParentMenusApi.md#miscparentmenusget) | **GET** /misc/ParentMenus | Fetches list of all parent menus
|
|
288
286
|
*ParentMenusApi* | [**miscParentMenusIdDelete**](docs/ParentMenusApi.md#miscparentmenusiddelete) | **DELETE** /misc/ParentMenus/{id} | Delete a parent menu
|
|
289
287
|
*ParentMenusApi* | [**miscParentMenusIdGet**](docs/ParentMenusApi.md#miscparentmenusidget) | **GET** /misc/ParentMenus/{id} | Fetches parent menus by id
|
|
@@ -421,7 +419,7 @@ Class | Method | HTTP request | Description
|
|
|
421
419
|
*StoresApi* | [**adminStoresGetStoreXStoreIDGet**](docs/StoresApi.md#adminstoresgetstorexstoreidget) | **GET** /admin/Stores/GetStore/{xStoreID} | Fetches stores by xStoreID
|
|
422
420
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
423
421
|
*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
|
|
422
|
+
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update Store Status
|
|
425
423
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsDailyStatsGet**](docs/StoresApi.md#adminstoresxstoreidanalyticsdailystatsget) | **GET** /admin/Stores/{xStoreID}/analytics/daily-stats | Get Daily Statistics for a Store
|
|
426
424
|
*StoresApi* | [**adminStoresXStoreIDAnalyticsTimeseriesGet**](docs/StoresApi.md#adminstoresxstoreidanalyticstimeseriesget) | **GET** /admin/Stores/{xStoreID}/analytics/timeseries | Get Time Series Data for Store Metrics
|
|
427
425
|
*StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
|
|
@@ -434,7 +432,7 @@ Class | Method | HTTP request | Description
|
|
|
434
432
|
*StoresApi* | [**adminStoresXStoreIDSchemaOptionsGet**](docs/StoresApi.md#adminstoresxstoreidschemaoptionsget) | **GET** /admin/stores/{xStoreID}/schema-options | Get store schema options
|
|
435
433
|
*StoresApi* | [**adminStoresXStoreIDSearchGet**](docs/StoresApi.md#adminstoresxstoreidsearchget) | **GET** /admin/stores/{xStoreID}/search | Get store search results
|
|
436
434
|
*StoresApi* | [**adminStoresXStoreIDStepStepPut**](docs/StoresApi.md#adminstoresxstoreidstepstepput) | **PUT** /admin/stores/{xStoreID}/step/{step} | Update store step configuration
|
|
437
|
-
*StoresApi* | [**
|
|
435
|
+
*StoresApi* | [**xstoreidRegenerateUidPut**](docs/StoresApi.md#xstoreidregenerateuidput) | **PUT** /{xstoreid}/regenerate-uid | Regenerate X-Store Secret
|
|
438
436
|
*SubscriptionsApi* | [**adminSubscriptionsCancelPreviewPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelpreviewpost) | **POST** /admin/subscriptions/cancel/preview | Preview subscription cancellation details
|
|
439
437
|
*SubscriptionsApi* | [**adminSubscriptionsCancelProcessPost**](docs/SubscriptionsApi.md#adminsubscriptionscancelprocesspost) | **POST** /admin/subscriptions/cancel/process | Process subscription cancellation
|
|
440
438
|
*SubscriptionsApi* | [**adminSubscriptionsSubscriptionIDPut**](docs/SubscriptionsApi.md#adminsubscriptionssubscriptionidput) | **PUT** /admin/subscriptions/{subscriptionID} | Update an existing Subscription
|
|
@@ -493,7 +491,6 @@ Class | Method | HTTP request | Description
|
|
|
493
491
|
- [AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response](docs/AdminAnalyticsStoreXStoreIDQueriesQueryInsightsGet200Response.md)
|
|
494
492
|
- [AdminFeatureLimitsViolationsGet200Response](docs/AdminFeatureLimitsViolationsGet200Response.md)
|
|
495
493
|
- [AdminPaymentGatewayVerifyInvoicePostRequest](docs/AdminPaymentGatewayVerifyInvoicePostRequest.md)
|
|
496
|
-
- [AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response](docs/AdminV1QuerySuggestionsXStoreIDApplyFiltersPost200Response.md)
|
|
497
494
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsGet200Response.md)
|
|
498
495
|
- [AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response](docs/AdminV1QuerySuggestionsXStoreIDBannedExpressionsPost201Response.md)
|
|
499
496
|
- [AdminV1QuerySuggestionsXStoreIDCachedGet200Response](docs/AdminV1QuerySuggestionsXStoreIDCachedGet200Response.md)
|
|
@@ -501,6 +498,7 @@ Class | Method | HTTP request | Description
|
|
|
501
498
|
- [AdminV1QuerySuggestionsXStoreIDGenerateCategoriesPost200Response](docs/AdminV1QuerySuggestionsXStoreIDGenerateCategoriesPost200Response.md)
|
|
502
499
|
- [AdminV1QuerySuggestionsXStoreIDGenerateFacetsPost200Response](docs/AdminV1QuerySuggestionsXStoreIDGenerateFacetsPost200Response.md)
|
|
503
500
|
- [AdminV1QuerySuggestionsXStoreIDGet200Response](docs/AdminV1QuerySuggestionsXStoreIDGet200Response.md)
|
|
501
|
+
- [AdminV1QuerySuggestionsXStoreIDImportPost201Response](docs/AdminV1QuerySuggestionsXStoreIDImportPost201Response.md)
|
|
504
502
|
- [AdminV1QuerySuggestionsXStoreIDManualPost201Response](docs/AdminV1QuerySuggestionsXStoreIDManualPost201Response.md)
|
|
505
503
|
- [AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response](docs/AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response.md)
|
|
506
504
|
- [AdminV1QuerySuggestionsXStoreIDStatsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDStatsGet200Response.md)
|
|
@@ -676,6 +674,7 @@ Class | Method | HTTP request | Description
|
|
|
676
674
|
- [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
|
|
677
675
|
- [DataTypesGenericResponseArrayDataTypesDefaultMenu](docs/DataTypesGenericResponseArrayDataTypesDefaultMenu.md)
|
|
678
676
|
- [DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping](docs/DataTypesGenericResponseArrayDataTypesMenuRouteMetricMapping.md)
|
|
677
|
+
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
679
678
|
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
680
679
|
- [DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse](docs/DataTypesGenericResponseDataTypesCreditsConsumedGraphResponse.md)
|
|
681
680
|
- [DataTypesGenericResponseDataTypesGSTVerificationResponse](docs/DataTypesGenericResponseDataTypesGSTVerificationResponse.md)
|
|
@@ -685,6 +684,7 @@ Class | Method | HTTP request | Description
|
|
|
685
684
|
- [DataTypesGenericResponseDataTypesOrganizationTaxDetails](docs/DataTypesGenericResponseDataTypesOrganizationTaxDetails.md)
|
|
686
685
|
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
687
686
|
- [DataTypesGenericResponseDataTypesReceipt](docs/DataTypesGenericResponseDataTypesReceipt.md)
|
|
687
|
+
- [DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse](docs/DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse.md)
|
|
688
688
|
- [DataTypesGenericResponseDataTypesSearchRequestsGraphResponse](docs/DataTypesGenericResponseDataTypesSearchRequestsGraphResponse.md)
|
|
689
689
|
- [DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse](docs/DataTypesGenericResponseDataTypesStoreConfigWithOnboardingResponse.md)
|
|
690
690
|
- [DataTypesGenericResponseDataTypesTaxCalculationResponse](docs/DataTypesGenericResponseDataTypesTaxCalculationResponse.md)
|
|
@@ -817,6 +817,7 @@ Class | Method | HTTP request | Description
|
|
|
817
817
|
- [DataTypesRefundRequestResponseDto](docs/DataTypesRefundRequestResponseDto.md)
|
|
818
818
|
- [DataTypesRefundResponseDto](docs/DataTypesRefundResponseDto.md)
|
|
819
819
|
- [DataTypesRefundStatusDto](docs/DataTypesRefundStatusDto.md)
|
|
820
|
+
- [DataTypesRegenerateXStoreSecretResponse](docs/DataTypesRegenerateXStoreSecretResponse.md)
|
|
820
821
|
- [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
|
|
821
822
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
822
823
|
- [DataTypesResponse](docs/DataTypesResponse.md)
|