@seekora-ai/admin-api 1.0.97 → 1.0.99

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.97
1
+ ## @seekora-ai/admin-api@1.0.99
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.97 --save
39
+ npm install @seekora-ai/admin-api@1.0.99 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -119,12 +119,16 @@ Class | Method | HTTP request | Description
119
119
  *BillingDashboardApi* | [**adminBillingCreditPurchasesGet**](docs/BillingDashboardApi.md#adminbillingcreditpurchasesget) | **GET** /admin/billing/credit-purchases | Get credit purchases
120
120
  *BillingDashboardApi* | [**adminBillingCreditTransactionsGet**](docs/BillingDashboardApi.md#adminbillingcredittransactionsget) | **GET** /admin/billing/credit-transactions | Get credit transactions
121
121
  *BillingDashboardApi* | [**adminBillingInvoicesAutoGeneratePost**](docs/BillingDashboardApi.md#adminbillinginvoicesautogeneratepost) | **POST** /admin/billing/invoices/auto-generate | Auto-generate invoices
122
+ *BillingDashboardApi* | [**adminBillingInvoicesGenerateForOrderOrderIdPost**](docs/BillingDashboardApi.md#adminbillinginvoicesgeneratefororderorderidpost) | **POST** /admin/billing/invoices/generate-for-order/{orderId} | Generate invoices for an order
122
123
  *BillingDashboardApi* | [**adminBillingInvoicesGeneratePaymentIdPost**](docs/BillingDashboardApi.md#adminbillinginvoicesgeneratepaymentidpost) | **POST** /admin/billing/invoices/generate/{paymentId} | Generate invoice from payment
123
124
  *BillingDashboardApi* | [**adminBillingInvoicesGet**](docs/BillingDashboardApi.md#adminbillinginvoicesget) | **GET** /admin/billing/invoices | Get invoices
124
125
  *BillingDashboardApi* | [**adminBillingInvoicesIdDelete**](docs/BillingDashboardApi.md#adminbillinginvoicesiddelete) | **DELETE** /admin/billing/invoices/{id} | Delete invoice
126
+ *BillingDashboardApi* | [**adminBillingInvoicesIdDownloadGet**](docs/BillingDashboardApi.md#adminbillinginvoicesiddownloadget) | **GET** /admin/billing/invoices/{id}/download | Download invoice
125
127
  *BillingDashboardApi* | [**adminBillingInvoicesIdGet**](docs/BillingDashboardApi.md#adminbillinginvoicesidget) | **GET** /admin/billing/invoices/{id} | Get invoice
126
128
  *BillingDashboardApi* | [**adminBillingInvoicesIdPut**](docs/BillingDashboardApi.md#adminbillinginvoicesidput) | **PUT** /admin/billing/invoices/{id} | Update invoice
129
+ *BillingDashboardApi* | [**adminBillingInvoicesInvoiceIdPayPost**](docs/BillingDashboardApi.md#adminbillinginvoicesinvoiceidpaypost) | **POST** /admin/billing/invoices/{invoice_id}/pay | Pay a pending invoice
127
130
  *BillingDashboardApi* | [**adminBillingOrdersGet**](docs/BillingDashboardApi.md#adminbillingordersget) | **GET** /admin/billing/orders | Get orders
131
+ *BillingDashboardApi* | [**adminBillingOrdersIdGet**](docs/BillingDashboardApi.md#adminbillingordersidget) | **GET** /admin/billing/orders/{id} | Get single order with transactions and invoices
128
132
  *BillingDashboardApi* | [**adminBillingOrgOverviewGet**](docs/BillingDashboardApi.md#adminbillingorgoverviewget) | **GET** /admin/billing/org-overview | Get org admin billing overview
129
133
  *BillingDashboardApi* | [**adminBillingOrganizationsGet**](docs/BillingDashboardApi.md#adminbillingorganizationsget) | **GET** /admin/billing/organizations | Get organization billing summary
130
134
  *BillingDashboardApi* | [**adminBillingOverviewGet**](docs/BillingDashboardApi.md#adminbillingoverviewget) | **GET** /admin/billing/overview | Get billing overview
@@ -231,6 +235,8 @@ Class | Method | HTTP request | Description
231
235
  *PaymentGatewayApi* | [**adminPaymentGatewayCreateOrderPost**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreateorderpost) | **POST** /admin/payment-gateway/create-order | Create a new payment order
232
236
  *PaymentGatewayApi* | [**adminPaymentGatewayCreditPlansGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaycreditplansget) | **GET** /admin/payment-gateway/credit-plans | Get available credit plans
233
237
  *PaymentGatewayApi* | [**adminPaymentGatewayGatewaysGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaygatewaysget) | **GET** /admin/payment-gateway/gateways | Get available payment gateways
238
+ *PaymentGatewayApi* | [**adminPaymentGatewayOrdersGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersget) | **GET** /admin/payment-gateway/orders | List orders (paginated)
239
+ *PaymentGatewayApi* | [**adminPaymentGatewayOrdersIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayordersidget) | **GET** /admin/payment-gateway/orders/{id} | Get single order details with transactions and invoice
234
240
  *PaymentGatewayApi* | [**adminPaymentGatewayPaymentStatusOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewaypaymentstatusorderidget) | **GET** /admin/payment-gateway/payment-status/{order_id} | Get payment status for polling (frontend)
235
241
  *PaymentGatewayApi* | [**adminPaymentGatewayRefundPost**](docs/PaymentGatewayApi.md#adminpaymentgatewayrefundpost) | **POST** /admin/payment-gateway/refund | Process payment refund
236
242
  *PaymentGatewayApi* | [**adminPaymentGatewayVerifyOrderIdGet**](docs/PaymentGatewayApi.md#adminpaymentgatewayverifyorderidget) | **GET** /admin/payment-gateway/verify/{order_id} | Verify payment status by order ID
@@ -525,16 +531,6 @@ Class | Method | HTTP request | Description
525
531
  - [ApiFeatureLimitsPlanGet200Response](docs/ApiFeatureLimitsPlanGet200Response.md)
526
532
  - [ApiFeatureLimitsUsageGet200Response](docs/ApiFeatureLimitsUsageGet200Response.md)
527
533
  - [BatchRecordResult](docs/BatchRecordResult.md)
528
- - [BillingServiceBillingOverview](docs/BillingServiceBillingOverview.md)
529
- - [BillingServiceCreditConsumptionSummary](docs/BillingServiceCreditConsumptionSummary.md)
530
- - [BillingServiceCreditLedgerSummary](docs/BillingServiceCreditLedgerSummary.md)
531
- - [BillingServiceCreditPurchaseSummary](docs/BillingServiceCreditPurchaseSummary.md)
532
- - [BillingServiceCreditTransactionSummary](docs/BillingServiceCreditTransactionSummary.md)
533
- - [BillingServiceNullableInt64](docs/BillingServiceNullableInt64.md)
534
- - [BillingServiceNullableString](docs/BillingServiceNullableString.md)
535
- - [BillingServiceOrderSummary](docs/BillingServiceOrderSummary.md)
536
- - [BillingServiceOrganizationBillingSummary](docs/BillingServiceOrganizationBillingSummary.md)
537
- - [BillingServicePaymentTransactionSummary](docs/BillingServicePaymentTransactionSummary.md)
538
534
  - [DataTypesAPICall](docs/DataTypesAPICall.md)
539
535
  - [DataTypesAPICallRequestDto](docs/DataTypesAPICallRequestDto.md)
540
536
  - [DataTypesAPICallResponse](docs/DataTypesAPICallResponse.md)
@@ -550,24 +546,19 @@ Class | Method | HTTP request | Description
550
546
  - [DataTypesAnalyticsRuleValidationError](docs/DataTypesAnalyticsRuleValidationError.md)
551
547
  - [DataTypesApprovalStepDto](docs/DataTypesApprovalStepDto.md)
552
548
  - [DataTypesAutocompleteSuggestion](docs/DataTypesAutocompleteSuggestion.md)
553
- - [DataTypesBillingAlert](docs/DataTypesBillingAlert.md)
554
549
  - [DataTypesBillingAlertRequest](docs/DataTypesBillingAlertRequest.md)
555
- - [DataTypesBillingAlertsResponse](docs/DataTypesBillingAlertsResponse.md)
556
- - [DataTypesBillingOverviewResponse](docs/DataTypesBillingOverviewResponse.md)
550
+ - [DataTypesBillingOrderDetailsResponse](docs/DataTypesBillingOrderDetailsResponse.md)
557
551
  - [DataTypesBulkDocumentRequest](docs/DataTypesBulkDocumentRequest.md)
558
552
  - [DataTypesBulkDocumentResponse](docs/DataTypesBulkDocumentResponse.md)
559
553
  - [DataTypesBulkDocumentResponseWrapper](docs/DataTypesBulkDocumentResponseWrapper.md)
560
554
  - [DataTypesBulkUploadPluralDeclensionRequest](docs/DataTypesBulkUploadPluralDeclensionRequest.md)
561
555
  - [DataTypesBulkUploadResponseWrapper](docs/DataTypesBulkUploadResponseWrapper.md)
562
- - [DataTypesChartPoint](docs/DataTypesChartPoint.md)
563
556
  - [DataTypesCombinedSearchResponse](docs/DataTypesCombinedSearchResponse.md)
564
557
  - [DataTypesCombinedSearchResponseWrapper](docs/DataTypesCombinedSearchResponseWrapper.md)
565
558
  - [DataTypesCombinedSearchResult](docs/DataTypesCombinedSearchResult.md)
566
559
  - [DataTypesConfigGroup](docs/DataTypesConfigGroup.md)
567
560
  - [DataTypesConfigurationSchema](docs/DataTypesConfigurationSchema.md)
568
561
  - [DataTypesConfigurationSchemaResponseWrapper](docs/DataTypesConfigurationSchemaResponseWrapper.md)
569
- - [DataTypesConsumptionHistoryResponse](docs/DataTypesConsumptionHistoryResponse.md)
570
- - [DataTypesConsumptionSummary](docs/DataTypesConsumptionSummary.md)
571
562
  - [DataTypesCreateAnalyticsRuleRequest](docs/DataTypesCreateAnalyticsRuleRequest.md)
572
563
  - [DataTypesCreateCustomWordListRequest](docs/DataTypesCreateCustomWordListRequest.md)
573
564
  - [DataTypesCreateLimitRequestDto](docs/DataTypesCreateLimitRequestDto.md)
@@ -588,41 +579,28 @@ Class | Method | HTTP request | Description
588
579
  - [DataTypesCreateUserRequestDto](docs/DataTypesCreateUserRequestDto.md)
589
580
  - [DataTypesCreateUserResponse](docs/DataTypesCreateUserResponse.md)
590
581
  - [DataTypesCreateUserResponseWrapper](docs/DataTypesCreateUserResponseWrapper.md)
591
- - [DataTypesCreditAdjustmentDetailsDto](docs/DataTypesCreditAdjustmentDetailsDto.md)
592
582
  - [DataTypesCreditAdjustmentDto](docs/DataTypesCreditAdjustmentDto.md)
593
- - [DataTypesCreditAdjustmentResponse](docs/DataTypesCreditAdjustmentResponse.md)
594
- - [DataTypesCreditBalance](docs/DataTypesCreditBalance.md)
595
- - [DataTypesCreditBalanceInfo](docs/DataTypesCreditBalanceInfo.md)
596
- - [DataTypesCreditBatchDetailsDto](docs/DataTypesCreditBatchDetailsDto.md)
597
- - [DataTypesCreditChart](docs/DataTypesCreditChart.md)
598
- - [DataTypesCreditConsumption](docs/DataTypesCreditConsumption.md)
599
- - [DataTypesCreditConsumptionResult](docs/DataTypesCreditConsumptionResult.md)
600
- - [DataTypesCreditConsumptionSummary](docs/DataTypesCreditConsumptionSummary.md)
601
583
  - [DataTypesCreditPlan](docs/DataTypesCreditPlan.md)
602
- - [DataTypesCreditTransaction](docs/DataTypesCreditTransaction.md)
603
- - [DataTypesCurrentPlanInfo](docs/DataTypesCurrentPlanInfo.md)
584
+ - [DataTypesCreditPlanDetails](docs/DataTypesCreditPlanDetails.md)
604
585
  - [DataTypesCustomWordListResponseWrapper](docs/DataTypesCustomWordListResponseWrapper.md)
605
586
  - [DataTypesCustomWordListWithWords](docs/DataTypesCustomWordListWithWords.md)
606
587
  - [DataTypesCustomWordListsResponse](docs/DataTypesCustomWordListsResponse.md)
607
588
  - [DataTypesCustomWordListsResponseWrapper](docs/DataTypesCustomWordListsResponseWrapper.md)
608
589
  - [DataTypesCustomWordWithStatus](docs/DataTypesCustomWordWithStatus.md)
590
+ - [DataTypesCustomerInfo](docs/DataTypesCustomerInfo.md)
609
591
  - [DataTypesCustomerInfoDto](docs/DataTypesCustomerInfoDto.md)
610
592
  - [DataTypesDefaultDeclension](docs/DataTypesDefaultDeclension.md)
611
593
  - [DataTypesDefaultDeclensionsResponse](docs/DataTypesDefaultDeclensionsResponse.md)
612
594
  - [DataTypesDefaultDeclensionsResponseWrapper](docs/DataTypesDefaultDeclensionsResponseWrapper.md)
613
- - [DataTypesDetailedCreditBalanceResponse](docs/DataTypesDetailedCreditBalanceResponse.md)
614
595
  - [DataTypesDocumentListResponse](docs/DataTypesDocumentListResponse.md)
615
596
  - [DataTypesDocumentListResponseWrapper](docs/DataTypesDocumentListResponseWrapper.md)
616
597
  - [DataTypesDocumentPosition](docs/DataTypesDocumentPosition.md)
617
598
  - [DataTypesDocumentRequest](docs/DataTypesDocumentRequest.md)
618
599
  - [DataTypesDocumentResponse](docs/DataTypesDocumentResponse.md)
619
600
  - [DataTypesDocumentResponseWrapper](docs/DataTypesDocumentResponseWrapper.md)
620
- - [DataTypesEndpointUsage](docs/DataTypesEndpointUsage.md)
621
601
  - [DataTypesErrorMeta](docs/DataTypesErrorMeta.md)
622
602
  - [DataTypesErrorMetaResponse](docs/DataTypesErrorMetaResponse.md)
623
603
  - [DataTypesEventPayload](docs/DataTypesEventPayload.md)
624
- - [DataTypesExpirationWarningDto](docs/DataTypesExpirationWarningDto.md)
625
- - [DataTypesExpiringCreditBatch](docs/DataTypesExpiringCreditBatch.md)
626
604
  - [DataTypesFacetRange](docs/DataTypesFacetRange.md)
627
605
  - [DataTypesFacetRangeConfig](docs/DataTypesFacetRangeConfig.md)
628
606
  - [DataTypesFeatureCheckResult](docs/DataTypesFeatureCheckResult.md)
@@ -636,46 +614,16 @@ Class | Method | HTTP request | Description
636
614
  - [DataTypesFulfillmentInfoSubscription](docs/DataTypesFulfillmentInfoSubscription.md)
637
615
  - [DataTypesGatewayInfo](docs/DataTypesGatewayInfo.md)
638
616
  - [DataTypesGatewayListResponse](docs/DataTypesGatewayListResponse.md)
639
- - [DataTypesGenericResponseAny](docs/DataTypesGenericResponseAny.md)
640
- - [DataTypesGenericResponseArrayBillingServiceCreditConsumptionSummary](docs/DataTypesGenericResponseArrayBillingServiceCreditConsumptionSummary.md)
641
- - [DataTypesGenericResponseArrayBillingServiceCreditLedgerSummary](docs/DataTypesGenericResponseArrayBillingServiceCreditLedgerSummary.md)
642
- - [DataTypesGenericResponseArrayBillingServiceCreditPurchaseSummary](docs/DataTypesGenericResponseArrayBillingServiceCreditPurchaseSummary.md)
643
- - [DataTypesGenericResponseArrayBillingServiceCreditTransactionSummary](docs/DataTypesGenericResponseArrayBillingServiceCreditTransactionSummary.md)
644
- - [DataTypesGenericResponseArrayBillingServiceOrderSummary](docs/DataTypesGenericResponseArrayBillingServiceOrderSummary.md)
645
- - [DataTypesGenericResponseArrayBillingServiceOrganizationBillingSummary](docs/DataTypesGenericResponseArrayBillingServiceOrganizationBillingSummary.md)
646
- - [DataTypesGenericResponseArrayBillingServicePaymentTransactionSummary](docs/DataTypesGenericResponseArrayBillingServicePaymentTransactionSummary.md)
647
- - [DataTypesGenericResponseArrayDataTypesCreditPlan](docs/DataTypesGenericResponseArrayDataTypesCreditPlan.md)
648
- - [DataTypesGenericResponseArrayString](docs/DataTypesGenericResponseArrayString.md)
649
- - [DataTypesGenericResponseBillingServiceBillingOverview](docs/DataTypesGenericResponseBillingServiceBillingOverview.md)
650
- - [DataTypesGenericResponseDataTypesBillingAlert](docs/DataTypesGenericResponseDataTypesBillingAlert.md)
651
- - [DataTypesGenericResponseDataTypesBillingAlertsResponse](docs/DataTypesGenericResponseDataTypesBillingAlertsResponse.md)
652
- - [DataTypesGenericResponseDataTypesBillingOverviewResponse](docs/DataTypesGenericResponseDataTypesBillingOverviewResponse.md)
653
- - [DataTypesGenericResponseDataTypesConsumptionHistoryResponse](docs/DataTypesGenericResponseDataTypesConsumptionHistoryResponse.md)
654
- - [DataTypesGenericResponseDataTypesCreditAdjustmentResponse](docs/DataTypesGenericResponseDataTypesCreditAdjustmentResponse.md)
655
- - [DataTypesGenericResponseDataTypesCreditBalance](docs/DataTypesGenericResponseDataTypesCreditBalance.md)
656
- - [DataTypesGenericResponseDataTypesCreditConsumptionResult](docs/DataTypesGenericResponseDataTypesCreditConsumptionResult.md)
657
- - [DataTypesGenericResponseDataTypesDetailedCreditBalanceResponse](docs/DataTypesGenericResponseDataTypesDetailedCreditBalanceResponse.md)
658
- - [DataTypesGenericResponseDataTypesGetRefundHistoryResponseDto](docs/DataTypesGenericResponseDataTypesGetRefundHistoryResponseDto.md)
659
- - [DataTypesGenericResponseDataTypesInvoice](docs/DataTypesGenericResponseDataTypesInvoice.md)
660
- - [DataTypesGenericResponseDataTypesInvoiceResponse](docs/DataTypesGenericResponseDataTypesInvoiceResponse.md)
661
- - [DataTypesGenericResponseDataTypesPaginatedTransactionsResponse](docs/DataTypesGenericResponseDataTypesPaginatedTransactionsResponse.md)
662
- - [DataTypesGenericResponseDataTypesProcessRefundResponseDto](docs/DataTypesGenericResponseDataTypesProcessRefundResponseDto.md)
663
- - [DataTypesGenericResponseDataTypesPurchaseCreditsResponse](docs/DataTypesGenericResponseDataTypesPurchaseCreditsResponse.md)
664
- - [DataTypesGenericResponseDataTypesRefundCalculationResponseDto](docs/DataTypesGenericResponseDataTypesRefundCalculationResponseDto.md)
665
- - [DataTypesGenericResponseDataTypesRefundEligibilityDto](docs/DataTypesGenericResponseDataTypesRefundEligibilityDto.md)
666
- - [DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse](docs/DataTypesGenericResponseDataTypesRegenerateXStoreSecretResponse.md)
667
- - [DataTypesGenericResponseDataTypesSavedCardsResponse](docs/DataTypesGenericResponseDataTypesSavedCardsResponse.md)
668
- - [DataTypesGenericResponseDataTypesUsageDetailsResponse](docs/DataTypesGenericResponseDataTypesUsageDetailsResponse.md)
669
- - [DataTypesGenericResponseRefundRefundPreviewResponseDto](docs/DataTypesGenericResponseRefundRefundPreviewResponseDto.md)
617
+ - [DataTypesGenericResponseArrayDataTypesInvoice](docs/DataTypesGenericResponseArrayDataTypesInvoice.md)
618
+ - [DataTypesGenericResponseDataTypesBillingOrderDetailsResponse](docs/DataTypesGenericResponseDataTypesBillingOrderDetailsResponse.md)
619
+ - [DataTypesGenericResponseDataTypesPayInvoiceResponse](docs/DataTypesGenericResponseDataTypesPayInvoiceResponse.md)
670
620
  - [DataTypesGenericStringArrayResponse](docs/DataTypesGenericStringArrayResponse.md)
671
- - [DataTypesGetRefundHistoryResponseDto](docs/DataTypesGetRefundHistoryResponseDto.md)
672
621
  - [DataTypesGetStoreResult](docs/DataTypesGetStoreResult.md)
673
622
  - [DataTypesIndexConfig](docs/DataTypesIndexConfig.md)
674
623
  - [DataTypesIndexConfigResponseWrapper](docs/DataTypesIndexConfigResponseWrapper.md)
675
624
  - [DataTypesIndexField](docs/DataTypesIndexField.md)
676
625
  - [DataTypesInvoice](docs/DataTypesInvoice.md)
677
626
  - [DataTypesInvoiceItem](docs/DataTypesInvoiceItem.md)
678
- - [DataTypesInvoiceResponse](docs/DataTypesInvoiceResponse.md)
679
627
  - [DataTypesJobStatusResponse](docs/DataTypesJobStatusResponse.md)
680
628
  - [DataTypesJobStatusResponseWrapper](docs/DataTypesJobStatusResponseWrapper.md)
681
629
  - [DataTypesLanguage](docs/DataTypesLanguage.md)
@@ -694,7 +642,6 @@ Class | Method | HTTP request | Description
694
642
  - [DataTypesMenuAccessListResponse](docs/DataTypesMenuAccessListResponse.md)
695
643
  - [DataTypesMenuResponse](docs/DataTypesMenuResponse.md)
696
644
  - [DataTypesMenusListResponse](docs/DataTypesMenusListResponse.md)
697
- - [DataTypesMetricData](docs/DataTypesMetricData.md)
698
645
  - [DataTypesMgArticleResponse](docs/DataTypesMgArticleResponse.md)
699
646
  - [DataTypesMgArticlesListResponse](docs/DataTypesMgArticlesListResponse.md)
700
647
  - [DataTypesModule](docs/DataTypesModule.md)
@@ -704,7 +651,6 @@ Class | Method | HTTP request | Description
704
651
  - [DataTypesNewsLetterRequestDto](docs/DataTypesNewsLetterRequestDto.md)
705
652
  - [DataTypesNewsLetterRequestResponse](docs/DataTypesNewsLetterRequestResponse.md)
706
653
  - [DataTypesNewsLetterRequestsListResponse](docs/DataTypesNewsLetterRequestsListResponse.md)
707
- - [DataTypesNextChargeInfo](docs/DataTypesNextChargeInfo.md)
708
654
  - [DataTypesNumericFieldStats](docs/DataTypesNumericFieldStats.md)
709
655
  - [DataTypesOTPPayload](docs/DataTypesOTPPayload.md)
710
656
  - [DataTypesOfficialSearchResponse](docs/DataTypesOfficialSearchResponse.md)
@@ -717,23 +663,24 @@ Class | Method | HTTP request | Description
717
663
  - [DataTypesOnboardingTestSearchResponse](docs/DataTypesOnboardingTestSearchResponse.md)
718
664
  - [DataTypesOnboardingTestSearchResponseWrapper](docs/DataTypesOnboardingTestSearchResponseWrapper.md)
719
665
  - [DataTypesOnboardingTestSearchResultItem](docs/DataTypesOnboardingTestSearchResultItem.md)
666
+ - [DataTypesOrder](docs/DataTypesOrder.md)
667
+ - [DataTypesOrderDetailsResponse](docs/DataTypesOrderDetailsResponse.md)
668
+ - [DataTypesOrderTransactionDisplay](docs/DataTypesOrderTransactionDisplay.md)
669
+ - [DataTypesOrdersListResponse](docs/DataTypesOrdersListResponse.md)
720
670
  - [DataTypesOrganization](docs/DataTypesOrganization.md)
721
671
  - [DataTypesOrganizationResponse](docs/DataTypesOrganizationResponse.md)
722
672
  - [DataTypesOrganizationsListResponse](docs/DataTypesOrganizationsListResponse.md)
723
- - [DataTypesOriginalPurchaseDetailsDto](docs/DataTypesOriginalPurchaseDetailsDto.md)
724
673
  - [DataTypesOverrideActions](docs/DataTypesOverrideActions.md)
725
- - [DataTypesPaginatedTransactionsResponse](docs/DataTypesPaginatedTransactionsResponse.md)
726
- - [DataTypesPaginationInfo](docs/DataTypesPaginationInfo.md)
727
- - [DataTypesPaginationMetadata](docs/DataTypesPaginationMetadata.md)
728
674
  - [DataTypesParentMenu](docs/DataTypesParentMenu.md)
729
675
  - [DataTypesParentMenuResponse](docs/DataTypesParentMenuResponse.md)
730
676
  - [DataTypesParentMenusListResponse](docs/DataTypesParentMenusListResponse.md)
677
+ - [DataTypesPayInvoiceRequest](docs/DataTypesPayInvoiceRequest.md)
678
+ - [DataTypesPayInvoiceResponse](docs/DataTypesPayInvoiceResponse.md)
731
679
  - [DataTypesPayment](docs/DataTypesPayment.md)
732
680
  - [DataTypesPaymentRequestDto](docs/DataTypesPaymentRequestDto.md)
733
681
  - [DataTypesPaymentResponse](docs/DataTypesPaymentResponse.md)
734
682
  - [DataTypesPaymentStatusPollResponse](docs/DataTypesPaymentStatusPollResponse.md)
735
683
  - [DataTypesPaymentsListResponse](docs/DataTypesPaymentsListResponse.md)
736
- - [DataTypesPeriodInfo](docs/DataTypesPeriodInfo.md)
737
684
  - [DataTypesPlan](docs/DataTypesPlan.md)
738
685
  - [DataTypesPlanFeatures](docs/DataTypesPlanFeatures.md)
739
686
  - [DataTypesPlanResponse](docs/DataTypesPlanResponse.md)
@@ -743,27 +690,18 @@ Class | Method | HTTP request | Description
743
690
  - [DataTypesPluralDeclensionsResponse](docs/DataTypesPluralDeclensionsResponse.md)
744
691
  - [DataTypesPluralDeclensionsResponseWrapper](docs/DataTypesPluralDeclensionsResponseWrapper.md)
745
692
  - [DataTypesProcessRefundRequestDto](docs/DataTypesProcessRefundRequestDto.md)
746
- - [DataTypesProcessRefundResponseDto](docs/DataTypesProcessRefundResponseDto.md)
747
693
  - [DataTypesProfileResponse](docs/DataTypesProfileResponse.md)
748
694
  - [DataTypesProfileResponseWrapper](docs/DataTypesProfileResponseWrapper.md)
749
- - [DataTypesProjectedRunoutInfo](docs/DataTypesProjectedRunoutInfo.md)
750
695
  - [DataTypesPublicSearchRequest](docs/DataTypesPublicSearchRequest.md)
751
696
  - [DataTypesPurchaseCreditsRequest](docs/DataTypesPurchaseCreditsRequest.md)
752
- - [DataTypesPurchaseCreditsResponse](docs/DataTypesPurchaseCreditsResponse.md)
753
697
  - [DataTypesQuerySuggestionsConfig](docs/DataTypesQuerySuggestionsConfig.md)
754
698
  - [DataTypesRefundApprovalDto](docs/DataTypesRefundApprovalDto.md)
755
- - [DataTypesRefundCalculationDetailsDto](docs/DataTypesRefundCalculationDetailsDto.md)
756
699
  - [DataTypesRefundCalculationRequestDto](docs/DataTypesRefundCalculationRequestDto.md)
757
- - [DataTypesRefundCalculationResponseDto](docs/DataTypesRefundCalculationResponseDto.md)
758
- - [DataTypesRefundEligibilityDto](docs/DataTypesRefundEligibilityDto.md)
759
- - [DataTypesRefundHistoryDto](docs/DataTypesRefundHistoryDto.md)
760
700
  - [DataTypesRefundListDto](docs/DataTypesRefundListDto.md)
761
701
  - [DataTypesRefundRequestDto](docs/DataTypesRefundRequestDto.md)
762
702
  - [DataTypesRefundRequestResponseDto](docs/DataTypesRefundRequestResponseDto.md)
763
703
  - [DataTypesRefundResponseDto](docs/DataTypesRefundResponseDto.md)
764
704
  - [DataTypesRefundStatusDto](docs/DataTypesRefundStatusDto.md)
765
- - [DataTypesRegenerateXStoreSecretResponse](docs/DataTypesRegenerateXStoreSecretResponse.md)
766
- - [DataTypesRemainingCreditDetailsDto](docs/DataTypesRemainingCreditDetailsDto.md)
767
705
  - [DataTypesRemoveWordsFromCustomListRequest](docs/DataTypesRemoveWordsFromCustomListRequest.md)
768
706
  - [DataTypesRemoveWordsFromLanguageListRequest](docs/DataTypesRemoveWordsFromLanguageListRequest.md)
769
707
  - [DataTypesResponse](docs/DataTypesResponse.md)
@@ -777,8 +715,6 @@ Class | Method | HTTP request | Description
777
715
  - [DataTypesRuleConfig](docs/DataTypesRuleConfig.md)
778
716
  - [DataTypesSampleDatasetResponse](docs/DataTypesSampleDatasetResponse.md)
779
717
  - [DataTypesSampleDatasetsResponseWrapper](docs/DataTypesSampleDatasetsResponseWrapper.md)
780
- - [DataTypesSavedCard](docs/DataTypesSavedCard.md)
781
- - [DataTypesSavedCardsResponse](docs/DataTypesSavedCardsResponse.md)
782
718
  - [DataTypesSchemaBasedDefaults](docs/DataTypesSchemaBasedDefaults.md)
783
719
  - [DataTypesSchemaBasedDefaultsResponseWrapper](docs/DataTypesSchemaBasedDefaultsResponseWrapper.md)
784
720
  - [DataTypesSchemaOptionsResponse](docs/DataTypesSchemaOptionsResponse.md)
@@ -812,10 +748,8 @@ Class | Method | HTTP request | Description
812
748
  - [DataTypesSubscriptionResponse](docs/DataTypesSubscriptionResponse.md)
813
749
  - [DataTypesSubscriptionsListResponse](docs/DataTypesSubscriptionsListResponse.md)
814
750
  - [DataTypesSynonymEntry](docs/DataTypesSynonymEntry.md)
815
- - [DataTypesTableCell](docs/DataTypesTableCell.md)
816
751
  - [DataTypesTask](docs/DataTypesTask.md)
817
752
  - [DataTypesTaskRun](docs/DataTypesTaskRun.md)
818
- - [DataTypesTimeSeriesConsumption](docs/DataTypesTimeSeriesConsumption.md)
819
753
  - [DataTypesTriggerTaskRunResponse](docs/DataTypesTriggerTaskRunResponse.md)
820
754
  - [DataTypesUpdateAnalyticsRuleRequest](docs/DataTypesUpdateAnalyticsRuleRequest.md)
821
755
  - [DataTypesUpdateCustomWordListRequest](docs/DataTypesUpdateCustomWordListRequest.md)
@@ -832,9 +766,6 @@ Class | Method | HTTP request | Description
832
766
  - [DataTypesUpdateWordStatusResponseWrapper](docs/DataTypesUpdateWordStatusResponseWrapper.md)
833
767
  - [DataTypesUploadSourceDataResponseWrapper](docs/DataTypesUploadSourceDataResponseWrapper.md)
834
768
  - [DataTypesUploadsourceDataResponse](docs/DataTypesUploadsourceDataResponse.md)
835
- - [DataTypesUsageBreakdown](docs/DataTypesUsageBreakdown.md)
836
- - [DataTypesUsageDetailsResponse](docs/DataTypesUsageDetailsResponse.md)
837
- - [DataTypesUsageSummary](docs/DataTypesUsageSummary.md)
838
769
  - [DataTypesUser](docs/DataTypesUser.md)
839
770
  - [DataTypesUserResponse](docs/DataTypesUserResponse.md)
840
771
  - [DataTypesUsersListResponse](docs/DataTypesUsersListResponse.md)
@@ -854,11 +785,7 @@ Class | Method | HTTP request | Description
854
785
  - [DataTypesWordWithStatusEnhanced](docs/DataTypesWordWithStatusEnhanced.md)
855
786
  - [MgDocumentTypesArticle](docs/MgDocumentTypesArticle.md)
856
787
  - [MgDocumentTypesCreateArticleRequestDto](docs/MgDocumentTypesCreateArticleRequestDto.md)
857
- - [RefundRazorpayRefundDetailsDto](docs/RefundRazorpayRefundDetailsDto.md)
858
788
  - [RefundRefundPreviewRequestDto](docs/RefundRefundPreviewRequestDto.md)
859
- - [RefundRefundPreviewResponseDto](docs/RefundRefundPreviewResponseDto.md)
860
- - [RefundRefundSummaryDto](docs/RefundRefundSummaryDto.md)
861
- - [RefundSubscriptionInfoDto](docs/RefundSubscriptionInfoDto.md)
862
789
  - [SubscriptionRouteCancelPreviewRequest](docs/SubscriptionRouteCancelPreviewRequest.md)
863
790
  - [SubscriptionRouteCancelProcessRequest](docs/SubscriptionRouteCancelProcessRequest.md)
864
791
  - [V1ConnectorsSourcesSourceidUploaddataPostRequest](docs/V1ConnectorsSourcesSourceidUploaddataPostRequest.md)