@seekora-ai/admin-api 1.0.79 → 1.0.81

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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.0.79
1
+ ## @seekora-ai/admin-api@1.0.81
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.79 --save
39
+ npm install @seekora-ai/admin-api@1.0.81 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -81,11 +81,11 @@ Class | Method | HTTP request | Description
81
81
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDResultsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidresultsget) | **GET** /admin/analytics/store/{xStoreID}/results | Get Top Results Analytics
82
82
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagsget) | **GET** /admin/analytics/store/{xStoreID}/tags | Get Analytics Tags
83
83
  *AnalyticsApi* | [**adminAnalyticsStoreXStoreIDTagsSummaryGet**](docs/AnalyticsApi.md#adminanalyticsstorexstoreidtagssummaryget) | **GET** /admin/analytics/store/{xStoreID}/tags/summary | Get Analytics Tags Summary
84
- *AnalyticsEventsApi* | [**apiAnalyticsBatchPost**](docs/AnalyticsEventsApi.md#apianalyticsbatchpost) | **POST** /api/analytics/batch | Submit Batch Analytics Events
85
- *AnalyticsEventsApi* | [**apiAnalyticsConfigGet**](docs/AnalyticsEventsApi.md#apianalyticsconfigget) | **GET** /api/analytics/config | Get Analytics Configuration
86
- *AnalyticsEventsApi* | [**apiAnalyticsEventPost**](docs/AnalyticsEventsApi.md#apianalyticseventpost) | **POST** /api/analytics/event | Submit Analytics Event
87
- *AnalyticsEventsApi* | [**apiAnalyticsSchemaGet**](docs/AnalyticsEventsApi.md#apianalyticsschemaget) | **GET** /api/analytics/schema | Get Event Schema
88
- *AnalyticsEventsApi* | [**apiAnalyticsValidatePost**](docs/AnalyticsEventsApi.md#apianalyticsvalidatepost) | **POST** /api/analytics/validate | Validate Analytics Event
84
+ *AnalyticsEventsApi* | [**analyticsBatchPost**](docs/AnalyticsEventsApi.md#analyticsbatchpost) | **POST** /analytics/batch | Submit Batch Analytics Events
85
+ *AnalyticsEventsApi* | [**analyticsConfigGet**](docs/AnalyticsEventsApi.md#analyticsconfigget) | **GET** /analytics/config | Get Analytics Configuration
86
+ *AnalyticsEventsApi* | [**analyticsEventPost**](docs/AnalyticsEventsApi.md#analyticseventpost) | **POST** /analytics/event | Submit Analytics Event
87
+ *AnalyticsEventsApi* | [**analyticsSchemaGet**](docs/AnalyticsEventsApi.md#analyticsschemaget) | **GET** /analytics/schema | Get Event Schema
88
+ *AnalyticsEventsApi* | [**analyticsValidatePost**](docs/AnalyticsEventsApi.md#analyticsvalidatepost) | **POST** /analytics/validate | Validate Analytics Event
89
89
  *AnalyticsRulesApi* | [**adminV1AnalyticsRulesGet**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesget) | **GET** /admin/v1/analytics/rules | List Analytics Rules
90
90
  *AnalyticsRulesApi* | [**adminV1AnalyticsRulesPost**](docs/AnalyticsRulesApi.md#adminv1analyticsrulespost) | **POST** /admin/v1/analytics/rules | Create Analytics Rule
91
91
  *AnalyticsRulesApi* | [**adminV1AnalyticsRulesRuleIdDelete**](docs/AnalyticsRulesApi.md#adminv1analyticsrulesruleiddelete) | **DELETE** /admin/v1/analytics/rules/{ruleId} | Delete Analytics Rule
@@ -108,8 +108,8 @@ Class | Method | HTTP request | Description
108
108
  *AuthApi* | [**authLoginPost**](docs/AuthApi.md#authloginpost) | **POST** /Auth/login | Login a user
109
109
  *AuthApi* | [**authLogoutPost**](docs/AuthApi.md#authlogoutpost) | **POST** /Auth/logout | Logout a user
110
110
  *AuthApi* | [**authSessionGet**](docs/AuthApi.md#authsessionget) | **GET** /Auth/session | Get current auth session
111
- *AutomatedRefundManagementApi* | [**apiRefundAutomatedPreviewPost**](docs/AutomatedRefundManagementApi.md#apirefundautomatedpreviewpost) | **POST** /api/refund/automated/preview | Preview automated refund
112
- *AutomatedRefundManagementApi* | [**apiRefundAutomatedProcessPost**](docs/AutomatedRefundManagementApi.md#apirefundautomatedprocesspost) | **POST** /api/refund/automated/process | Process automated refund
111
+ *AutomatedRefundManagementApi* | [**refundAutomatedPreviewPost**](docs/AutomatedRefundManagementApi.md#refundautomatedpreviewpost) | **POST** /refund/automated/preview | Preview automated refund
112
+ *AutomatedRefundManagementApi* | [**refundAutomatedProcessPost**](docs/AutomatedRefundManagementApi.md#refundautomatedprocesspost) | **POST** /refund/automated/process | Process automated refund
113
113
  *BillingDashboardApi* | [**adminBillingAlertsGet**](docs/BillingDashboardApi.md#adminbillingalertsget) | **GET** /admin/billing/alerts | Get billing alerts
114
114
  *BillingDashboardApi* | [**adminBillingAlertsIdDelete**](docs/BillingDashboardApi.md#adminbillingalertsiddelete) | **DELETE** /admin/billing/alerts/{id} | Delete billing alert
115
115
  *BillingDashboardApi* | [**adminBillingAlertsIdPut**](docs/BillingDashboardApi.md#adminbillingalertsidput) | **PUT** /admin/billing/alerts/{id} | Update billing alert
@@ -134,15 +134,15 @@ Class | Method | HTTP request | Description
134
134
  *ConnectorsApi* | [**v1ConnectorsSourcesSourceidUploaddataPost**](docs/ConnectorsApi.md#v1connectorssourcessourceiduploaddatapost) | **POST** /v1/connectors/sources/:sourceid/uploaddata | Upload source data
135
135
  *ConnectorsApi* | [**v1ConnectorsTasksPost**](docs/ConnectorsApi.md#v1connectorstaskspost) | **POST** /v1/connectors/tasks | Create task
136
136
  *ConnectorsApi* | [**v1ConnectorsTasksTaskIdRunPost**](docs/ConnectorsApi.md#v1connectorstaskstaskidrunpost) | **POST** /v1/connectors/tasks/{task_id}/run | Trigger task run
137
- *CreditsApi* | [**apiCreditsAdminAdjustPost**](docs/CreditsApi.md#apicreditsadminadjustpost) | **POST** /api/credits/admin/adjust | Manually adjust organization credits
138
- *CreditsApi* | [**apiCreditsBalanceDetailedGet**](docs/CreditsApi.md#apicreditsbalancedetailedget) | **GET** /api/credits/balance/detailed | Get detailed organization credit balance
139
- *CreditsApi* | [**apiCreditsBalanceGet**](docs/CreditsApi.md#apicreditsbalanceget) | **GET** /api/credits/balance | Get organization credit balance
140
- *CreditsApi* | [**apiCreditsBalanceStoreStoreIdGet**](docs/CreditsApi.md#apicreditsbalancestorestoreidget) | **GET** /api/credits/balance/store/{storeId} | Get store credit balance (legacy)
141
- *CreditsApi* | [**apiCreditsConsumePost**](docs/CreditsApi.md#apicreditsconsumepost) | **POST** /api/credits/consume | Manually consume credits
142
- *CreditsApi* | [**apiCreditsConsumptionHistoryGet**](docs/CreditsApi.md#apicreditsconsumptionhistoryget) | **GET** /api/credits/consumption-history | Get FIFO consumption history
143
- *CreditsApi* | [**apiCreditsPlansGet**](docs/CreditsApi.md#apicreditsplansget) | **GET** /api/credits/plans | Get available credit plans
144
- *CreditsApi* | [**apiCreditsPurchasePost**](docs/CreditsApi.md#apicreditspurchasepost) | **POST** /api/credits/purchase | Purchase credits
145
- *CreditsApi* | [**apiCreditsTransactionsGet**](docs/CreditsApi.md#apicreditstransactionsget) | **GET** /api/credits/transactions | Get organization credit transactions
137
+ *CreditsApi* | [**creditsAdminAdjustPost**](docs/CreditsApi.md#creditsadminadjustpost) | **POST** /credits/admin/adjust | Manually adjust organization credits
138
+ *CreditsApi* | [**creditsBalanceDetailedGet**](docs/CreditsApi.md#creditsbalancedetailedget) | **GET** /credits/balance/detailed | Get detailed organization credit balance
139
+ *CreditsApi* | [**creditsBalanceGet**](docs/CreditsApi.md#creditsbalanceget) | **GET** /credits/balance | Get organization credit balance
140
+ *CreditsApi* | [**creditsBalanceStoreStoreIdGet**](docs/CreditsApi.md#creditsbalancestorestoreidget) | **GET** /credits/balance/store/{storeId} | Get store credit balance (legacy)
141
+ *CreditsApi* | [**creditsConsumePost**](docs/CreditsApi.md#creditsconsumepost) | **POST** /credits/consume | Manually consume credits
142
+ *CreditsApi* | [**creditsConsumptionHistoryGet**](docs/CreditsApi.md#creditsconsumptionhistoryget) | **GET** /credits/consumption-history | Get FIFO consumption history
143
+ *CreditsApi* | [**creditsPlansGet**](docs/CreditsApi.md#creditsplansget) | **GET** /credits/plans | Get available credit plans
144
+ *CreditsApi* | [**creditsPurchasePost**](docs/CreditsApi.md#creditspurchasepost) | **POST** /credits/purchase | Purchase credits
145
+ *CreditsApi* | [**creditsTransactionsGet**](docs/CreditsApi.md#creditstransactionsget) | **GET** /credits/transactions | Get organization credit transactions
146
146
  *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDDelete**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistiddelete) | **DELETE** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Delete custom word list
147
147
  *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDGet**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidget) | **GET** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Get custom word list by ID
148
148
  *CustomStopwordsApi* | [**adminStoresXStoreIDStopwordsCustomWordlistsCustomWordListIDPut**](docs/CustomStopwordsApi.md#adminstoresxstoreidstopwordscustomwordlistscustomwordlistidput) | **PUT** /admin/Stores/{xStoreID}/stopwords/custom-wordlists/{customWordListID} | Update custom word list
@@ -216,6 +216,7 @@ Class | Method | HTTP request | Description
216
216
  *PaymentGatewayApi* | [**adminPaymentGatewayCreateOrderPost**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreateorderpost) | **POST** /admin/payment-gateway/create-order | Create a new payment order
217
217
  *PaymentGatewayApi* | [**adminPaymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreditplansget) | **GET** /admin/payment-gateway/credit-plans | Get available credit plans
218
218
  *PaymentGatewayApi* | [**adminPaymentGatewayGatewaysGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaygatewaysget) | **GET** /admin/payment-gateway/gateways | Get available payment gateways
219
+ *PaymentGatewayApi* | [**adminPaymentGatewayPaymentStatusOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaypaymentstatusorderidget) | **GET** /admin/payment-gateway/payment-status/{order_id} | Get payment status for polling (frontend)
219
220
  *PaymentGatewayApi* | [**adminPaymentGatewayRefundPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayrefundpost) | **POST** /admin/payment-gateway/refund | Process payment refund
220
221
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifypost) | **POST** /admin/payment-gateway/verify | Verify payment status
221
222
  *PaymentGatewayApi* | [**v1CreditPlansGet**](docs/PaymentGatewayApi.md#v1creditplansget) | **GET** /v1/credit-plans | Get available credit plans
@@ -279,10 +280,10 @@ Class | Method | HTTP request | Description
279
280
  *RefundManagementApi* | [**adminPaymentGatewayRefundRequestPost**](docs/RefundManagementApi.md#adminpaymentgatewayrefundrequestpost) | **POST** /admin/payment-gateway/refund-request | Create a new refund request
280
281
  *RefundManagementApi* | [**adminPaymentGatewayRefundStatusIdGet**](docs/RefundManagementApi.md#adminpaymentgatewayrefundstatusidget) | **GET** /admin/payment-gateway/refund-status/{id} | Get refund request status
281
282
  *RefundManagementApi* | [**adminPaymentGatewayRefundsGet**](docs/RefundManagementApi.md#adminpaymentgatewayrefundsget) | **GET** /admin/payment-gateway/refunds | List refund requests
282
- *RefundManagementApi* | [**apiRefundCalculatePost**](docs/RefundManagementApi.md#apirefundcalculatepost) | **POST** /api/refund/calculate | Calculate refund amount
283
- *RefundManagementApi* | [**apiRefundEligibilityPaymentIdGet**](docs/RefundManagementApi.md#apirefundeligibilitypaymentidget) | **GET** /api/refund/eligibility/{payment_id} | Check refund eligibility
284
- *RefundManagementApi* | [**apiRefundHistoryGet**](docs/RefundManagementApi.md#apirefundhistoryget) | **GET** /api/refund/history | Get refund history
285
- *RefundManagementApi* | [**apiRefundProcessPost**](docs/RefundManagementApi.md#apirefundprocesspost) | **POST** /api/refund/process | Process refund
283
+ *RefundManagementApi* | [**refundCalculatePost**](docs/RefundManagementApi.md#refundcalculatepost) | **POST** /refund/calculate | Calculate refund amount
284
+ *RefundManagementApi* | [**refundEligibilityPaymentIdGet**](docs/RefundManagementApi.md#refundeligibilitypaymentidget) | **GET** /refund/eligibility/{payment_id} | Check refund eligibility
285
+ *RefundManagementApi* | [**refundHistoryGet**](docs/RefundManagementApi.md#refundhistoryget) | **GET** /refund/history | Get refund history
286
+ *RefundManagementApi* | [**refundProcessPost**](docs/RefundManagementApi.md#refundprocesspost) | **POST** /refund/process | Process refund
286
287
  *RegisterApi* | [**registerUsersOtpResendPost**](docs/RegisterApi.md#registerusersotpresendpost) | **POST** /Register/users/otp/resend | Resend OTP to email
287
288
  *RegisterApi* | [**registerUsersOtpVerifyPost**](docs/RegisterApi.md#registerusersotpverifypost) | **POST** /Register/users/otp/verify | Verify OTP
288
289
  *RegisterApi* | [**registerUsersPost**](docs/RegisterApi.md#registeruserspost) | **POST** /Register/users | Register new user
@@ -393,6 +394,7 @@ Class | Method | HTTP request | Description
393
394
  - [AnalyticsArrayPositionAnalytic](docs/AnalyticsArrayPositionAnalytic.md)
394
395
  - [AnalyticsBannedExpression](docs/AnalyticsBannedExpression.md)
395
396
  - [AnalyticsBannedMatchType](docs/AnalyticsBannedMatchType.md)
397
+ - [AnalyticsBatchPostRequest](docs/AnalyticsBatchPostRequest.md)
396
398
  - [AnalyticsBulkOperation](docs/AnalyticsBulkOperation.md)
397
399
  - [AnalyticsBulkOperationRequest](docs/AnalyticsBulkOperationRequest.md)
398
400
  - [AnalyticsCachedSuggestion](docs/AnalyticsCachedSuggestion.md)
@@ -495,7 +497,6 @@ Class | Method | HTTP request | Description
495
497
  - [AnalyticsUpdateSuggestionConfigRequest](docs/AnalyticsUpdateSuggestionConfigRequest.md)
496
498
  - [AnalyticsUpdateSuggestionRequest](docs/AnalyticsUpdateSuggestionRequest.md)
497
499
  - [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
498
- - [ApiAnalyticsBatchPostRequest](docs/ApiAnalyticsBatchPostRequest.md)
499
500
  - [BatchRecordResult](docs/BatchRecordResult.md)
500
501
  - [BillingServiceBillingOverview](docs/BillingServiceBillingOverview.md)
501
502
  - [BillingServiceCreditConsumptionSummary](docs/BillingServiceCreditConsumptionSummary.md)
@@ -685,6 +686,7 @@ Class | Method | HTTP request | Description
685
686
  - [DataTypesPayment](docs/DataTypesPayment.md)
686
687
  - [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
687
688
  - [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
689
+ - [DataTypesPaymentStatusPollResponse](docs/DataTypesPaymentStatusPollResponse.md)
688
690
  - [DataTypesPaymentStatusResponse](docs/DataTypesPaymentStatusResponse.md)
689
691
  - [DataTypesPaymentsListResponse](docs/DataTypesPaymentsListResponse.md)
690
692
  - [DataTypesPlan](docs/DataTypesPlan.md)