@seekora-ai/admin-api 1.0.98 → 1.0.100
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 +27 -3
- package/api.ts +1490 -105
- package/dist/api.d.ts +1188 -180
- package/dist/api.js +697 -22
- package/dist/esm/api.d.ts +1188 -180
- package/dist/esm/api.js +697 -22
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.100.tgz +0 -0
- package/seekora-ai-admin-api-1.0.98.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
1
|
+
## @seekora-ai/admin-api@1.0.100
|
|
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.0.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.0.100 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -63,6 +63,7 @@ Class | Method | HTTP request | Description
|
|
|
63
63
|
*AccountSettingsApi* | [**accountSettingsPasswordPut**](docs/AccountSettingsApi.md#accountsettingspasswordput) | **PUT** /account-settings/password | Update user password
|
|
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
|
+
*AccountSettingsApi* | [**accountSettingsSetPasswordPut**](docs/AccountSettingsApi.md#accountsettingssetpasswordput) | **PUT** /account-settings/set-password | Set password for OAuth/new user
|
|
66
67
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDConfigGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidconfigget) | **GET** /admin/analytics/store/{xStoreID}/config | Get Analytics Configuration
|
|
67
68
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDCustomPost**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidcustompost) | **POST** /admin/analytics/store/{xStoreID}/custom | Execute Custom Analytics Query
|
|
68
69
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDFiltersCombinationsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidfilterscombinationsget) | **GET** /admin/analytics/store/{xStoreID}/filters/combinations | Get Filter Combinations
|
|
@@ -81,6 +82,8 @@ Class | Method | HTTP request | Description
|
|
|
81
82
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidresultsget) | **GET** /admin/analytics/store/{xStoreID}/results | Get Top Results Analytics
|
|
82
83
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagsget) | **GET** /admin/analytics/store/{xStoreID}/tags | Get Analytics Tags
|
|
83
84
|
*AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
|
|
85
|
+
*AnalyticsApi* | [**analyticsApiUsageGet**](docs/AnalyticsApi.md#analyticsapiusageget) | **GET** /analytics/api-usage | Get API Usage Logs
|
|
86
|
+
*AnalyticsApi* | [**analyticsApiUsageStoreStoreIdGet**](docs/AnalyticsApi.md#analyticsapiusagestorestoreidget) | **GET** /analytics/api-usage/store/{storeId} | Get Store API Usage Logs
|
|
84
87
|
*AnalyticsEventsApi* | [**analyticsBatchPost**](docs/AnalyticsEventsApi.md#analyticsbatchpost) | **POST** /analytics/batch | Submit Batch Analytics Events
|
|
85
88
|
*AnalyticsEventsApi* | [**analyticsConfigGet**](docs/AnalyticsEventsApi.md#analyticsconfigget) | **GET** /analytics/config | Get Analytics Configuration
|
|
86
89
|
*AnalyticsEventsApi* | [**analyticsEventPost**](docs/AnalyticsEventsApi.md#analyticseventpost) | **POST** /analytics/event | Submit Analytics Event
|
|
@@ -119,13 +122,16 @@ Class | Method | HTTP request | Description
|
|
|
119
122
|
*BillingDashboardApi* | [**adminBillingCreditPurchasesGet**](docs/BillingDashboardApi.md#adminbillingcreditpurchasesget) | **GET** /admin/billing/credit-purchases | Get credit purchases
|
|
120
123
|
*BillingDashboardApi* | [**adminBillingCreditTransactionsGet**](docs/BillingDashboardApi.md#adminbillingcredittransactionsget) | **GET** /admin/billing/credit-transactions | Get credit transactions
|
|
121
124
|
*BillingDashboardApi* | [**adminBillingInvoicesAutoGeneratePost**](docs/BillingDashboardApi.md#adminbillinginvoicesautogeneratepost) | **POST** /admin/billing/invoices/auto-generate | Auto-generate invoices
|
|
125
|
+
*BillingDashboardApi* | [**adminBillingInvoicesGenerateForOrderOrderIdPost**](docs/BillingDashboardApi.md#adminbillinginvoicesgeneratefororderorderidpost) | **POST** /admin/billing/invoices/generate-for-order/{orderId} | Generate invoices for an order
|
|
122
126
|
*BillingDashboardApi* | [**adminBillingInvoicesGeneratePaymentIdPost**](docs/BillingDashboardApi.md#adminbillinginvoicesgeneratepaymentidpost) | **POST** /admin/billing/invoices/generate/{paymentId} | Generate invoice from payment
|
|
123
127
|
*BillingDashboardApi* | [**adminBillingInvoicesGet**](docs/BillingDashboardApi.md#adminbillinginvoicesget) | **GET** /admin/billing/invoices | Get invoices
|
|
124
128
|
*BillingDashboardApi* | [**adminBillingInvoicesIdDelete**](docs/BillingDashboardApi.md#adminbillinginvoicesiddelete) | **DELETE** /admin/billing/invoices/{id} | Delete invoice
|
|
125
129
|
*BillingDashboardApi* | [**adminBillingInvoicesIdDownloadGet**](docs/BillingDashboardApi.md#adminbillinginvoicesiddownloadget) | **GET** /admin/billing/invoices/{id}/download | Download invoice
|
|
126
130
|
*BillingDashboardApi* | [**adminBillingInvoicesIdGet**](docs/BillingDashboardApi.md#adminbillinginvoicesidget) | **GET** /admin/billing/invoices/{id} | Get invoice
|
|
127
131
|
*BillingDashboardApi* | [**adminBillingInvoicesIdPut**](docs/BillingDashboardApi.md#adminbillinginvoicesidput) | **PUT** /admin/billing/invoices/{id} | Update invoice
|
|
132
|
+
*BillingDashboardApi* | [**adminBillingInvoicesInvoiceIdPayPost**](docs/BillingDashboardApi.md#adminbillinginvoicesinvoiceidpaypost) | **POST** /admin/billing/invoices/{invoice_id}/pay | Pay a pending invoice
|
|
128
133
|
*BillingDashboardApi* | [**adminBillingOrdersGet**](docs/BillingDashboardApi.md#adminbillingordersget) | **GET** /admin/billing/orders | Get orders
|
|
134
|
+
*BillingDashboardApi* | [**adminBillingOrdersIdGet**](docs/BillingDashboardApi.md#adminbillingordersidget) | **GET** /admin/billing/orders/{id} | Get single order with transactions and invoices
|
|
129
135
|
*BillingDashboardApi* | [**adminBillingOrgOverviewGet**](docs/BillingDashboardApi.md#adminbillingorgoverviewget) | **GET** /admin/billing/org-overview | Get org admin billing overview
|
|
130
136
|
*BillingDashboardApi* | [**adminBillingOrganizationsGet**](docs/BillingDashboardApi.md#adminbillingorganizationsget) | **GET** /admin/billing/organizations | Get organization billing summary
|
|
131
137
|
*BillingDashboardApi* | [**adminBillingOverviewGet**](docs/BillingDashboardApi.md#adminbillingoverviewget) | **GET** /admin/billing/overview | Get billing overview
|
|
@@ -357,6 +363,8 @@ Class | Method | HTTP request | Description
|
|
|
357
363
|
*StoresApi* | [**adminStoresPost**](docs/StoresApi.md#adminstorespost) | **POST** /admin/Stores | Creates a new store
|
|
358
364
|
*StoresApi* | [**adminStoresStoreIDPut**](docs/StoresApi.md#adminstoresstoreidput) | **PUT** /admin/Stores/{storeID} | Update an existing store
|
|
359
365
|
*StoresApi* | [**adminStoresUpdateStatusIdStatusPut**](docs/StoresApi.md#adminstoresupdatestatusidstatusput) | **PUT** /admin/Stores/UpdateStatus/{id}/{status} | Update an existing StoreStatus
|
|
366
|
+
*StoresApi* | [**adminStoresXStoreIDApiUsageEventIDGet**](docs/StoresApi.md#adminstoresxstoreidapiusageeventidget) | **GET** /admin/Stores/{xStoreID}/api-usage/{eventID} | Get Specific API Usage Event
|
|
367
|
+
*StoresApi* | [**adminStoresXStoreIDApiUsageGet**](docs/StoresApi.md#adminstoresxstoreidapiusageget) | **GET** /admin/Stores/{xStoreID}/api-usage | Get API Usage Logs for Store
|
|
360
368
|
*StoresApi* | [**adminStoresXStoreIDConfigGet**](docs/StoresApi.md#adminstoresxstoreidconfigget) | **GET** /admin/Stores/{xStoreID}/config | Get Store Config
|
|
361
369
|
*StoresApi* | [**adminStoresXStoreIDConfigPut**](docs/StoresApi.md#adminstoresxstoreidconfigput) | **PUT** /admin/Stores/{xStoreID}/config | Update Store Config (Partial)
|
|
362
370
|
*StoresApi* | [**adminStoresXStoreIDConfigSchemaGet**](docs/StoresApi.md#adminstoresxstoreidconfigschemaget) | **GET** /admin/Stores/{xStoreID}/config-schema | Get Store Config Schema
|
|
@@ -413,6 +421,8 @@ Class | Method | HTTP request | Description
|
|
|
413
421
|
- [AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response](docs/AdminV1QuerySuggestionsXStoreIDPromoteAllPost200Response.md)
|
|
414
422
|
- [AdminV1QuerySuggestionsXStoreIDStatsGet200Response](docs/AdminV1QuerySuggestionsXStoreIDStatsGet200Response.md)
|
|
415
423
|
- [AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response](docs/AdminV1QuerySuggestionsXStoreIDTypesenseGet200Response.md)
|
|
424
|
+
- [AnalyticsAPIUsageEvent](docs/AnalyticsAPIUsageEvent.md)
|
|
425
|
+
- [AnalyticsAPIUsageResponse](docs/AnalyticsAPIUsageResponse.md)
|
|
416
426
|
- [AnalyticsAnalyticsAPIResponse](docs/AnalyticsAnalyticsAPIResponse.md)
|
|
417
427
|
- [AnalyticsArrayElementAnalytic](docs/AnalyticsArrayElementAnalytic.md)
|
|
418
428
|
- [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
|
|
@@ -482,7 +492,6 @@ Class | Method | HTTP request | Description
|
|
|
482
492
|
- [AnalyticsKPIMetrics](docs/AnalyticsKPIMetrics.md)
|
|
483
493
|
- [AnalyticsKPIPointExtended](docs/AnalyticsKPIPointExtended.md)
|
|
484
494
|
- [AnalyticsManualQuerySuggestionRequest](docs/AnalyticsManualQuerySuggestionRequest.md)
|
|
485
|
-
- [AnalyticsPaginationMeta](docs/AnalyticsPaginationMeta.md)
|
|
486
495
|
- [AnalyticsPromoteSuggestionsRequest](docs/AnalyticsPromoteSuggestionsRequest.md)
|
|
487
496
|
- [AnalyticsQueryAnalytic](docs/AnalyticsQueryAnalytic.md)
|
|
488
497
|
- [AnalyticsQueryFilterAnalytics](docs/AnalyticsQueryFilterAnalytics.md)
|
|
@@ -544,6 +553,7 @@ Class | Method | HTTP request | Description
|
|
|
544
553
|
- [DataTypesApprovalStepDto](docs/DataTypesApprovalStepDto.md)
|
|
545
554
|
- [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
|
|
546
555
|
- [DataTypesBillingAlertRequest](docs/DataTypesBillingAlertRequest.md)
|
|
556
|
+
- [DataTypesBillingOrderDetailsResponse](docs/DataTypesBillingOrderDetailsResponse.md)
|
|
547
557
|
- [DataTypesBulkDocumentRequest](docs/DataTypesBulkDocumentRequest.md)
|
|
548
558
|
- [DataTypesBulkDocumentResponse](docs/DataTypesBulkDocumentResponse.md)
|
|
549
559
|
- [DataTypesBulkDocumentResponseWrapper](docs/DataTypesBulkDocumentResponseWrapper.md)
|
|
@@ -577,11 +587,13 @@ Class | Method | HTTP request | Description
|
|
|
577
587
|
- [DataTypesCreateUserResponseWrapper](docs/DataTypesCreateUserResponseWrapper.md)
|
|
578
588
|
- [DataTypesCreditAdjustmentDto](docs/DataTypesCreditAdjustmentDto.md)
|
|
579
589
|
- [DataTypesCreditPlan](docs/DataTypesCreditPlan.md)
|
|
590
|
+
- [DataTypesCreditPlanDetails](docs/DataTypesCreditPlanDetails.md)
|
|
580
591
|
- [DataTypesCustomWordListResponseWrapper](docs/DataTypesCustomWordListResponseWrapper.md)
|
|
581
592
|
- [DataTypesCustomWordListWithWords](docs/DataTypesCustomWordListWithWords.md)
|
|
582
593
|
- [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
|
|
583
594
|
- [DataTypesCustomWordListsResponseWrapper](docs/DataTypesCustomWordListsResponseWrapper.md)
|
|
584
595
|
- [DataTypesCustomWordWithStatus](docs/DataTypesCustomWordWithStatus.md)
|
|
596
|
+
- [DataTypesCustomerInfo](docs/DataTypesCustomerInfo.md)
|
|
585
597
|
- [DataTypesCustomerInfoDto](docs/DataTypesCustomerInfoDto.md)
|
|
586
598
|
- [DataTypesDefaultDeclension](docs/DataTypesDefaultDeclension.md)
|
|
587
599
|
- [DataTypesDefaultDeclensionsResponse](docs/DataTypesDefaultDeclensionsResponse.md)
|
|
@@ -608,6 +620,9 @@ Class | Method | HTTP request | Description
|
|
|
608
620
|
- [DataTypesFulfillmentInfoSubscription](docs/DataTypesFulfillmentInfoSubscription.md)
|
|
609
621
|
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
610
622
|
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
623
|
+
- [DataTypesGenericResponseArrayDataTypesInvoice](docs/DataTypesGenericResponseArrayDataTypesInvoice.md)
|
|
624
|
+
- [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
|
|
625
|
+
- [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
|
|
611
626
|
- [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
|
|
612
627
|
- [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
|
|
613
628
|
- [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
|
|
@@ -665,6 +680,8 @@ Class | Method | HTTP request | Description
|
|
|
665
680
|
- [DataTypesParentMenu](docs/DataTypesParentMenu.md)
|
|
666
681
|
- [DataTypesParentMenuResponse](docs/DataTypesParentMenuResponse.md)
|
|
667
682
|
- [DataTypesParentMenusListResponse](docs/DataTypesParentMenusListResponse.md)
|
|
683
|
+
- [DataTypesPayInvoiceRequest](docs/DataTypesPayInvoiceRequest.md)
|
|
684
|
+
- [DataTypesPayInvoiceResponse](docs/DataTypesPayInvoiceResponse.md)
|
|
668
685
|
- [DataTypesPayment](docs/DataTypesPayment.md)
|
|
669
686
|
- [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
|
|
670
687
|
- [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
|
|
@@ -717,6 +734,7 @@ Class | Method | HTTP request | Description
|
|
|
717
734
|
- [DataTypesServiceRequestDto](docs/DataTypesServiceRequestDto.md)
|
|
718
735
|
- [DataTypesServiceRequestResponse](docs/DataTypesServiceRequestResponse.md)
|
|
719
736
|
- [DataTypesServiceRequestsListResponse](docs/DataTypesServiceRequestsListResponse.md)
|
|
737
|
+
- [DataTypesSetPasswordRequest](docs/DataTypesSetPasswordRequest.md)
|
|
720
738
|
- [DataTypesSortField](docs/DataTypesSortField.md)
|
|
721
739
|
- [DataTypesSource](docs/DataTypesSource.md)
|
|
722
740
|
- [DataTypesSourcesListResponse](docs/DataTypesSourcesListResponse.md)
|
|
@@ -775,6 +793,12 @@ Class | Method | HTTP request | Description
|
|
|
775
793
|
- [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
|
|
776
794
|
- [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
|
|
777
795
|
- [RefundRefundPreviewRequestDto](docs/RefundRefundPreviewRequestDto.md)
|
|
796
|
+
- [SeekoraGoSrcAnalyticsPaginationMeta](docs/SeekoraGoSrcAnalyticsPaginationMeta.md)
|
|
797
|
+
- [SeekoraGoSrcRoutesAnalyticsPaginationMeta](docs/SeekoraGoSrcRoutesAnalyticsPaginationMeta.md)
|
|
798
|
+
- [StoreRouteAPIUsageDetailResponse](docs/StoreRouteAPIUsageDetailResponse.md)
|
|
799
|
+
- [StoreRouteAPIUsageListResponse](docs/StoreRouteAPIUsageListResponse.md)
|
|
800
|
+
- [StoreRouteAPIUsageLogEntry](docs/StoreRouteAPIUsageLogEntry.md)
|
|
801
|
+
- [StoreRoutePaginationMeta](docs/StoreRoutePaginationMeta.md)
|
|
778
802
|
- [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
|
|
779
803
|
- [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
|
|
780
804
|
- [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)
|