@seekora-ai/admin-api 1.0.45 → 1.0.47
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 +20 -3
- package/api.ts +1915 -141
- package/dist/api.d.ts +1442 -133
- package/dist/api.js +971 -74
- package/dist/esm/api.d.ts +1442 -133
- package/dist/esm/api.js +963 -70
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.47.tgz +0 -0
- package/seekora-ai-admin-api-1.0.45.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.47
|
|
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.47 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -180,6 +180,11 @@ Class | Method | HTTP request | Description
|
|
|
180
180
|
*ParentMenusApi* | [**miscParentMenusIdGet**](docs/ParentMenusApi.md#miscparentmenusidget) | **GET** /misc/ParentMenus/{id} | Fetches parent menus by id
|
|
181
181
|
*ParentMenusApi* | [**miscParentMenusIdPut**](docs/ParentMenusApi.md#miscparentmenusidput) | **PUT** /misc/ParentMenus/{id} | Update an existing parent menu
|
|
182
182
|
*ParentMenusApi* | [**miscParentMenusPost**](docs/ParentMenusApi.md#miscparentmenuspost) | **POST** /misc/ParentMenus | Creates a new parent menu
|
|
183
|
+
*PaymentGatewayApi* | [**paymentGatewayCreateOrderPost**](docs/PaymentGatewayApi.md#paymentgatewaycreateorderpost) | **POST** /payment-gateway/create-order | Create a new payment order
|
|
184
|
+
*PaymentGatewayApi* | [**paymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#paymentgatewaycreditplansget) | **GET** /payment-gateway/credit-plans | Get available credit plans
|
|
185
|
+
*PaymentGatewayApi* | [**paymentGatewayGatewaysGet**](docs/PaymentGatewayApi.md#paymentgatewaygatewaysget) | **GET** /payment-gateway/gateways | Get available payment gateways
|
|
186
|
+
*PaymentGatewayApi* | [**paymentGatewayRefundPost**](docs/PaymentGatewayApi.md#paymentgatewayrefundpost) | **POST** /payment-gateway/refund | Process payment refund
|
|
187
|
+
*PaymentGatewayApi* | [**paymentGatewayVerifyPost**](docs/PaymentGatewayApi.md#paymentgatewayverifypost) | **POST** /payment-gateway/verify | Verify payment status
|
|
183
188
|
*PaymentsApi* | [**adminPaymentsGet**](docs/PaymentsApi.md#adminpaymentsget) | **GET** /admin/payments/ | Fetches list of all payments
|
|
184
189
|
*PaymentsApi* | [**adminPaymentsPaymentIDDelete**](docs/PaymentsApi.md#adminpaymentspaymentiddelete) | **DELETE** /admin/payments/{paymentID} | Delete a payment
|
|
185
190
|
*PaymentsApi* | [**adminPaymentsPaymentIDGet**](docs/PaymentsApi.md#adminpaymentspaymentidget) | **GET** /admin/payments/{paymentID} | Fetches payment by id
|
|
@@ -290,9 +295,10 @@ Class | Method | HTTP request | Description
|
|
|
290
295
|
- [AnalyticsArrayFilterStats](docs/AnalyticsArrayFilterStats.md)
|
|
291
296
|
- [AnalyticsArrayPositionAnalytic](docs/AnalyticsArrayPositionAnalytic.md)
|
|
292
297
|
- [AnalyticsClickPositionBucket](docs/AnalyticsClickPositionBucket.md)
|
|
298
|
+
- [AnalyticsComparisonMeta](docs/AnalyticsComparisonMeta.md)
|
|
293
299
|
- [AnalyticsCustomQueryRequest](docs/AnalyticsCustomQueryRequest.md)
|
|
294
300
|
- [AnalyticsCustomQueryResponse](docs/AnalyticsCustomQueryResponse.md)
|
|
295
|
-
- [
|
|
301
|
+
- [AnalyticsEnrichedItemResultWithWidget](docs/AnalyticsEnrichedItemResultWithWidget.md)
|
|
296
302
|
- [AnalyticsExtendedKPIResponse](docs/AnalyticsExtendedKPIResponse.md)
|
|
297
303
|
- [AnalyticsFilterAnalyticsResponse](docs/AnalyticsFilterAnalyticsResponse.md)
|
|
298
304
|
- [AnalyticsFilterCombination](docs/AnalyticsFilterCombination.md)
|
|
@@ -313,6 +319,7 @@ Class | Method | HTTP request | Description
|
|
|
313
319
|
- [AnalyticsItemDiscoveryAnalytics](docs/AnalyticsItemDiscoveryAnalytics.md)
|
|
314
320
|
- [AnalyticsItemPerformanceMetrics](docs/AnalyticsItemPerformanceMetrics.md)
|
|
315
321
|
- [AnalyticsItemPerformanceTrend](docs/AnalyticsItemPerformanceTrend.md)
|
|
322
|
+
- [AnalyticsItemPerformanceWithWidget](docs/AnalyticsItemPerformanceWithWidget.md)
|
|
316
323
|
- [AnalyticsItemPositionDistribution](docs/AnalyticsItemPositionDistribution.md)
|
|
317
324
|
- [AnalyticsItemQueryDiscovery](docs/AnalyticsItemQueryDiscovery.md)
|
|
318
325
|
- [AnalyticsItemTrendData](docs/AnalyticsItemTrendData.md)
|
|
@@ -330,6 +337,7 @@ Class | Method | HTTP request | Description
|
|
|
330
337
|
- [AnalyticsQueryPopularResult](docs/AnalyticsQueryPopularResult.md)
|
|
331
338
|
- [AnalyticsQueryResponse](docs/AnalyticsQueryResponse.md)
|
|
332
339
|
- [AnalyticsTimeSeriesPoint](docs/AnalyticsTimeSeriesPoint.md)
|
|
340
|
+
- [AnalyticsWidgetData](docs/AnalyticsWidgetData.md)
|
|
333
341
|
- [ApiAnalyticsBatchPostRequest](docs/ApiAnalyticsBatchPostRequest.md)
|
|
334
342
|
- [ApiSearchHighlight](docs/ApiSearchHighlight.md)
|
|
335
343
|
- [ApiSearchResultHit](docs/ApiSearchResultHit.md)
|
|
@@ -360,6 +368,8 @@ Class | Method | HTTP request | Description
|
|
|
360
368
|
- [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
|
|
361
369
|
- [DataTypesCreateMenuRequestDto](docs/DataTypesCreateMenuRequestDto.md)
|
|
362
370
|
- [DataTypesCreateOrganizationRequest](docs/DataTypesCreateOrganizationRequest.md)
|
|
371
|
+
- [DataTypesCreatePaymentOrderRequest](docs/DataTypesCreatePaymentOrderRequest.md)
|
|
372
|
+
- [DataTypesCreatePaymentOrderResponse](docs/DataTypesCreatePaymentOrderResponse.md)
|
|
363
373
|
- [DataTypesCreatePlanRequestDto](docs/DataTypesCreatePlanRequestDto.md)
|
|
364
374
|
- [DataTypesCreatePluralDeclensionRequest](docs/DataTypesCreatePluralDeclensionRequest.md)
|
|
365
375
|
- [DataTypesCreateRoleRequestDto](docs/DataTypesCreateRoleRequestDto.md)
|
|
@@ -383,6 +393,7 @@ Class | Method | HTTP request | Description
|
|
|
383
393
|
- [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
|
|
384
394
|
- [DataTypesCustomWordListsResponseWrapper](docs/DataTypesCustomWordListsResponseWrapper.md)
|
|
385
395
|
- [DataTypesCustomWordWithStatus](docs/DataTypesCustomWordWithStatus.md)
|
|
396
|
+
- [DataTypesCustomerInfoDto](docs/DataTypesCustomerInfoDto.md)
|
|
386
397
|
- [DataTypesDefaultDeclension](docs/DataTypesDefaultDeclension.md)
|
|
387
398
|
- [DataTypesDefaultDeclensionsResponse](docs/DataTypesDefaultDeclensionsResponse.md)
|
|
388
399
|
- [DataTypesDefaultDeclensionsResponseWrapper](docs/DataTypesDefaultDeclensionsResponseWrapper.md)
|
|
@@ -397,6 +408,8 @@ Class | Method | HTTP request | Description
|
|
|
397
408
|
- [DataTypesFacetRange](docs/DataTypesFacetRange.md)
|
|
398
409
|
- [DataTypesFacetRangeConfig](docs/DataTypesFacetRangeConfig.md)
|
|
399
410
|
- [DataTypesFieldMetadata](docs/DataTypesFieldMetadata.md)
|
|
411
|
+
- [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
|
|
412
|
+
- [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
|
|
400
413
|
- [DataTypesGenericResponseArrayDataTypesCreditPlan](docs/DataTypesGenericResponseArrayDataTypesCreditPlan.md)
|
|
401
414
|
- [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
|
|
402
415
|
- [DataTypesGenericResponseDataTypesConsumptionHistoryResponse](docs/DataTypesGenericResponseDataTypesConsumptionHistoryResponse.md)
|
|
@@ -461,6 +474,7 @@ Class | Method | HTTP request | Description
|
|
|
461
474
|
- [DataTypesPayment](docs/DataTypesPayment.md)
|
|
462
475
|
- [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
|
|
463
476
|
- [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
|
|
477
|
+
- [DataTypesPaymentStatusResponse](docs/DataTypesPaymentStatusResponse.md)
|
|
464
478
|
- [DataTypesPaymentsListResponse](docs/DataTypesPaymentsListResponse.md)
|
|
465
479
|
- [DataTypesPlan](docs/DataTypesPlan.md)
|
|
466
480
|
- [DataTypesPlanResponse](docs/DataTypesPlanResponse.md)
|
|
@@ -474,6 +488,8 @@ Class | Method | HTTP request | Description
|
|
|
474
488
|
- [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
|
|
475
489
|
- [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
|
|
476
490
|
- [DataTypesPurchaseCreditsResponse](docs/DataTypesPurchaseCreditsResponse.md)
|
|
491
|
+
- [DataTypesRefundRequestDto](docs/DataTypesRefundRequestDto.md)
|
|
492
|
+
- [DataTypesRefundResponseDto](docs/DataTypesRefundResponseDto.md)
|
|
477
493
|
- [DataTypesRegenerateXStoreSecretResponse](docs/DataTypesRegenerateXStoreSecretResponse.md)
|
|
478
494
|
- [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
|
|
479
495
|
- [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
|
|
@@ -537,6 +553,7 @@ Class | Method | HTTP request | Description
|
|
|
537
553
|
- [DataTypesValidationErrorResult](docs/DataTypesValidationErrorResult.md)
|
|
538
554
|
- [DataTypesVerifyOTPResponse](docs/DataTypesVerifyOTPResponse.md)
|
|
539
555
|
- [DataTypesVerifyOTPResponseWrapper](docs/DataTypesVerifyOTPResponseWrapper.md)
|
|
556
|
+
- [DataTypesVerifyPaymentRequest](docs/DataTypesVerifyPaymentRequest.md)
|
|
540
557
|
- [DataTypesWidgetSearchResult](docs/DataTypesWidgetSearchResult.md)
|
|
541
558
|
- [DataTypesWordListResponse](docs/DataTypesWordListResponse.md)
|
|
542
559
|
- [DataTypesWordListResponseEnhanced](docs/DataTypesWordListResponseEnhanced.md)
|