@seekora-ai/admin-api 1.1.11 → 1.1.12

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.1.11
1
+ ## @seekora-ai/admin-api@1.1.12
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.11 --save
39
+ npm install @seekora-ai/admin-api@1.1.12 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -29194,12 +29194,12 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
29194
29194
  * @param {number} [pageSize] Page size (default: 50, max: 100)
29195
29195
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
29196
29196
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
29197
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
29198
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
29197
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
29198
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
29199
29199
  * @param {*} [options] Override http request option.
29200
29200
  * @throws {RequiredError}
29201
29201
  */
29202
- adminBillingCreditLedgerGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29202
+ adminBillingCreditLedgerGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditLedgerGetSortByEnum, sortOrder?: AdminBillingCreditLedgerGetSortOrderEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29203
29203
  const localVarPath = `/admin/billing/credit-ledger`;
29204
29204
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
29205
29205
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -29272,12 +29272,12 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
29272
29272
  * @param {number} [pageSize] Page size (default: 50, max: 100)
29273
29273
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
29274
29274
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
29275
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
29276
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
29275
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
29276
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
29277
29277
  * @param {*} [options] Override http request option.
29278
29278
  * @throws {RequiredError}
29279
29279
  */
29280
- adminBillingCreditPurchasesGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29280
+ adminBillingCreditPurchasesGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditPurchasesGetSortByEnum, sortOrder?: AdminBillingCreditPurchasesGetSortOrderEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29281
29281
  const localVarPath = `/admin/billing/credit-purchases`;
29282
29282
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
29283
29283
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -29350,12 +29350,12 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
29350
29350
  * @param {number} [pageSize] Page size (default: 50, max: 100)
29351
29351
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
29352
29352
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
29353
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
29354
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
29353
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
29354
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
29355
29355
  * @param {*} [options] Override http request option.
29356
29356
  * @throws {RequiredError}
29357
29357
  */
29358
- adminBillingCreditTransactionsGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29358
+ adminBillingCreditTransactionsGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditTransactionsGetSortByEnum, sortOrder?: AdminBillingCreditTransactionsGetSortOrderEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29359
29359
  const localVarPath = `/admin/billing/credit-transactions`;
29360
29360
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
29361
29361
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -29536,12 +29536,12 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
29536
29536
  * @param {number} [page] Page number (default: 1)
29537
29537
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
29538
29538
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
29539
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
29540
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
29539
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
29540
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
29541
29541
  * @param {*} [options] Override http request option.
29542
29542
  * @throws {RequiredError}
29543
29543
  */
29544
- adminBillingInvoicesGet: async (orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29544
+ adminBillingInvoicesGet: async (orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingInvoicesGetSortByEnum, sortOrder?: AdminBillingInvoicesGetSortOrderEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29545
29545
  const localVarPath = `/admin/billing/invoices`;
29546
29546
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
29547
29547
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -29812,8 +29812,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
29812
29812
  * @param {number} [page] Page number (default: 1)
29813
29813
  * @param {number} [pageSize] Page size (default: 50, max: 100)
29814
29814
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
29815
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
29816
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
29815
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
29816
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
29817
29817
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
29818
29818
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
29819
29819
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -29821,7 +29821,7 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
29821
29821
  * @param {*} [options] Override http request option.
29822
29822
  * @throws {RequiredError}
29823
29823
  */
29824
- adminBillingOrdersGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, search?: string, status?: string, gateway?: string, paymentType?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29824
+ adminBillingOrdersGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingOrdersGetSortByEnum, sortOrder?: AdminBillingOrdersGetSortOrderEnum, search?: string, status?: string, gateway?: string, paymentType?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
29825
29825
  const localVarPath = `/admin/billing/orders`;
29826
29826
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
29827
29827
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -30115,12 +30115,12 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration?: Co
30115
30115
  * @param {number} [pageSize] Page size (default: 50, max: 100)
30116
30116
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
30117
30117
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
30118
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
30119
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30118
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
30119
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
30120
30120
  * @param {*} [options] Override http request option.
30121
30121
  * @throws {RequiredError}
30122
30122
  */
30123
- adminBillingPaymentTransactionsGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
30123
+ adminBillingPaymentTransactionsGet: async (orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingPaymentTransactionsGetSortByEnum, sortOrder?: AdminBillingPaymentTransactionsGetSortOrderEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
30124
30124
  const localVarPath = `/admin/billing/payment-transactions`;
30125
30125
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
30126
30126
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -30603,12 +30603,12 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30603
30603
  * @param {number} [pageSize] Page size (default: 50, max: 100)
30604
30604
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
30605
30605
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
30606
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
30607
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30606
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
30607
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
30608
30608
  * @param {*} [options] Override http request option.
30609
30609
  * @throws {RequiredError}
30610
30610
  */
30611
- async adminBillingCreditLedgerGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30611
+ async adminBillingCreditLedgerGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditLedgerGetSortByEnum, sortOrder?: AdminBillingCreditLedgerGetSortOrderEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30612
30612
  const localVarAxiosArgs = await localVarAxiosParamCreator.adminBillingCreditLedgerGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options);
30613
30613
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
30614
30614
  const localVarOperationServerBasePath = operationServerMap['BillingDashboardApi.adminBillingCreditLedgerGet']?.[localVarOperationServerIndex]?.url;
@@ -30624,12 +30624,12 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30624
30624
  * @param {number} [pageSize] Page size (default: 50, max: 100)
30625
30625
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
30626
30626
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
30627
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
30628
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30627
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
30628
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
30629
30629
  * @param {*} [options] Override http request option.
30630
30630
  * @throws {RequiredError}
30631
30631
  */
30632
- async adminBillingCreditPurchasesGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30632
+ async adminBillingCreditPurchasesGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditPurchasesGetSortByEnum, sortOrder?: AdminBillingCreditPurchasesGetSortOrderEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30633
30633
  const localVarAxiosArgs = await localVarAxiosParamCreator.adminBillingCreditPurchasesGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options);
30634
30634
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
30635
30635
  const localVarOperationServerBasePath = operationServerMap['BillingDashboardApi.adminBillingCreditPurchasesGet']?.[localVarOperationServerIndex]?.url;
@@ -30645,12 +30645,12 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30645
30645
  * @param {number} [pageSize] Page size (default: 50, max: 100)
30646
30646
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
30647
30647
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
30648
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
30649
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30648
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
30649
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
30650
30650
  * @param {*} [options] Override http request option.
30651
30651
  * @throws {RequiredError}
30652
30652
  */
30653
- async adminBillingCreditTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30653
+ async adminBillingCreditTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditTransactionsGetSortByEnum, sortOrder?: AdminBillingCreditTransactionsGetSortOrderEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30654
30654
  const localVarAxiosArgs = await localVarAxiosParamCreator.adminBillingCreditTransactionsGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options);
30655
30655
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
30656
30656
  const localVarOperationServerBasePath = operationServerMap['BillingDashboardApi.adminBillingCreditTransactionsGet']?.[localVarOperationServerIndex]?.url;
@@ -30705,12 +30705,12 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30705
30705
  * @param {number} [page] Page number (default: 1)
30706
30706
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
30707
30707
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
30708
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
30709
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30708
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
30709
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
30710
30710
  * @param {*} [options] Override http request option.
30711
30711
  * @throws {RequiredError}
30712
30712
  */
30713
- async adminBillingInvoicesGet(orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30713
+ async adminBillingInvoicesGet(orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingInvoicesGetSortByEnum, sortOrder?: AdminBillingInvoicesGetSortOrderEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30714
30714
  const localVarAxiosArgs = await localVarAxiosParamCreator.adminBillingInvoicesGet(orgId, status, startDate, endDate, search, page, pageSize, limit, sortBy, sortOrder, options);
30715
30715
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
30716
30716
  const localVarOperationServerBasePath = operationServerMap['BillingDashboardApi.adminBillingInvoicesGet']?.[localVarOperationServerIndex]?.url;
@@ -30792,8 +30792,8 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30792
30792
  * @param {number} [page] Page number (default: 1)
30793
30793
  * @param {number} [pageSize] Page size (default: 50, max: 100)
30794
30794
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
30795
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
30796
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30795
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
30796
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
30797
30797
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
30798
30798
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
30799
30799
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -30801,7 +30801,7 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30801
30801
  * @param {*} [options] Override http request option.
30802
30802
  * @throws {RequiredError}
30803
30803
  */
30804
- async adminBillingOrdersGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, search?: string, status?: string, gateway?: string, paymentType?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30804
+ async adminBillingOrdersGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingOrdersGetSortByEnum, sortOrder?: AdminBillingOrdersGetSortOrderEnum, search?: string, status?: string, gateway?: string, paymentType?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30805
30805
  const localVarAxiosArgs = await localVarAxiosParamCreator.adminBillingOrdersGet(orgId, startDate, endDate, page, pageSize, limit, sortBy, sortOrder, search, status, gateway, paymentType, options);
30806
30806
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
30807
30807
  const localVarOperationServerBasePath = operationServerMap['BillingDashboardApi.adminBillingOrdersGet']?.[localVarOperationServerIndex]?.url;
@@ -30886,12 +30886,12 @@ export const BillingDashboardApiFp = function(configuration?: Configuration) {
30886
30886
  * @param {number} [pageSize] Page size (default: 50, max: 100)
30887
30887
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
30888
30888
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
30889
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
30890
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
30889
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
30890
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
30891
30891
  * @param {*} [options] Override http request option.
30892
30892
  * @throws {RequiredError}
30893
30893
  */
30894
- async adminBillingPaymentTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30894
+ async adminBillingPaymentTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingPaymentTransactionsGetSortByEnum, sortOrder?: AdminBillingPaymentTransactionsGetSortOrderEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DataTypesResponse>> {
30895
30895
  const localVarAxiosArgs = await localVarAxiosParamCreator.adminBillingPaymentTransactionsGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options);
30896
30896
  const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
30897
30897
  const localVarOperationServerBasePath = operationServerMap['BillingDashboardApi.adminBillingPaymentTransactionsGet']?.[localVarOperationServerIndex]?.url;
@@ -31087,12 +31087,12 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31087
31087
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31088
31088
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31089
31089
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31090
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
31091
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31090
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
31091
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
31092
31092
  * @param {*} [options] Override http request option.
31093
31093
  * @throws {RequiredError}
31094
31094
  */
31095
- adminBillingCreditLedgerGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31095
+ adminBillingCreditLedgerGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditLedgerGetSortByEnum, sortOrder?: AdminBillingCreditLedgerGetSortOrderEnum, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31096
31096
  return localVarFp.adminBillingCreditLedgerGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(axios, basePath));
31097
31097
  },
31098
31098
  /**
@@ -31105,12 +31105,12 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31105
31105
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31106
31106
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31107
31107
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31108
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
31109
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31108
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
31109
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
31110
31110
  * @param {*} [options] Override http request option.
31111
31111
  * @throws {RequiredError}
31112
31112
  */
31113
- adminBillingCreditPurchasesGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31113
+ adminBillingCreditPurchasesGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditPurchasesGetSortByEnum, sortOrder?: AdminBillingCreditPurchasesGetSortOrderEnum, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31114
31114
  return localVarFp.adminBillingCreditPurchasesGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(axios, basePath));
31115
31115
  },
31116
31116
  /**
@@ -31123,12 +31123,12 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31123
31123
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31124
31124
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31125
31125
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31126
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
31127
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31126
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
31127
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
31128
31128
  * @param {*} [options] Override http request option.
31129
31129
  * @throws {RequiredError}
31130
31130
  */
31131
- adminBillingCreditTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31131
+ adminBillingCreditTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditTransactionsGetSortByEnum, sortOrder?: AdminBillingCreditTransactionsGetSortOrderEnum, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31132
31132
  return localVarFp.adminBillingCreditTransactionsGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(axios, basePath));
31133
31133
  },
31134
31134
  /**
@@ -31171,12 +31171,12 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31171
31171
  * @param {number} [page] Page number (default: 1)
31172
31172
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
31173
31173
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
31174
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
31175
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31174
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
31175
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
31176
31176
  * @param {*} [options] Override http request option.
31177
31177
  * @throws {RequiredError}
31178
31178
  */
31179
- adminBillingInvoicesGet(orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31179
+ adminBillingInvoicesGet(orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingInvoicesGetSortByEnum, sortOrder?: AdminBillingInvoicesGetSortOrderEnum, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31180
31180
  return localVarFp.adminBillingInvoicesGet(orgId, status, startDate, endDate, search, page, pageSize, limit, sortBy, sortOrder, options).then((request) => request(axios, basePath));
31181
31181
  },
31182
31182
  /**
@@ -31240,8 +31240,8 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31240
31240
  * @param {number} [page] Page number (default: 1)
31241
31241
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31242
31242
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31243
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
31244
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31243
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
31244
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
31245
31245
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
31246
31246
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
31247
31247
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -31249,7 +31249,7 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31249
31249
  * @param {*} [options] Override http request option.
31250
31250
  * @throws {RequiredError}
31251
31251
  */
31252
- adminBillingOrdersGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, search?: string, status?: string, gateway?: string, paymentType?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31252
+ adminBillingOrdersGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingOrdersGetSortByEnum, sortOrder?: AdminBillingOrdersGetSortOrderEnum, search?: string, status?: string, gateway?: string, paymentType?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31253
31253
  return localVarFp.adminBillingOrdersGet(orgId, startDate, endDate, page, pageSize, limit, sortBy, sortOrder, search, status, gateway, paymentType, options).then((request) => request(axios, basePath));
31254
31254
  },
31255
31255
  /**
@@ -31316,12 +31316,12 @@ export const BillingDashboardApiFactory = function (configuration?: Configuratio
31316
31316
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31317
31317
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31318
31318
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31319
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
31320
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31319
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
31320
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
31321
31321
  * @param {*} [options] Override http request option.
31322
31322
  * @throws {RequiredError}
31323
31323
  */
31324
- adminBillingPaymentTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31324
+ adminBillingPaymentTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingPaymentTransactionsGetSortByEnum, sortOrder?: AdminBillingPaymentTransactionsGetSortOrderEnum, options?: RawAxiosRequestConfig): AxiosPromise<DataTypesResponse> {
31325
31325
  return localVarFp.adminBillingPaymentTransactionsGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(axios, basePath));
31326
31326
  },
31327
31327
  /**
@@ -31505,13 +31505,13 @@ export class BillingDashboardApi extends BaseAPI {
31505
31505
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31506
31506
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31507
31507
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31508
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
31509
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31508
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
31509
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
31510
31510
  * @param {*} [options] Override http request option.
31511
31511
  * @throws {RequiredError}
31512
31512
  * @memberof BillingDashboardApi
31513
31513
  */
31514
- public adminBillingCreditLedgerGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig) {
31514
+ public adminBillingCreditLedgerGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditLedgerGetSortByEnum, sortOrder?: AdminBillingCreditLedgerGetSortOrderEnum, options?: RawAxiosRequestConfig) {
31515
31515
  return BillingDashboardApiFp(this.configuration).adminBillingCreditLedgerGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
31516
31516
  }
31517
31517
 
@@ -31525,13 +31525,13 @@ export class BillingDashboardApi extends BaseAPI {
31525
31525
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31526
31526
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31527
31527
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31528
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
31529
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31528
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
31529
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
31530
31530
  * @param {*} [options] Override http request option.
31531
31531
  * @throws {RequiredError}
31532
31532
  * @memberof BillingDashboardApi
31533
31533
  */
31534
- public adminBillingCreditPurchasesGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig) {
31534
+ public adminBillingCreditPurchasesGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditPurchasesGetSortByEnum, sortOrder?: AdminBillingCreditPurchasesGetSortOrderEnum, options?: RawAxiosRequestConfig) {
31535
31535
  return BillingDashboardApiFp(this.configuration).adminBillingCreditPurchasesGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
31536
31536
  }
31537
31537
 
@@ -31545,13 +31545,13 @@ export class BillingDashboardApi extends BaseAPI {
31545
31545
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31546
31546
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31547
31547
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31548
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
31549
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31548
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
31549
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
31550
31550
  * @param {*} [options] Override http request option.
31551
31551
  * @throws {RequiredError}
31552
31552
  * @memberof BillingDashboardApi
31553
31553
  */
31554
- public adminBillingCreditTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig) {
31554
+ public adminBillingCreditTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingCreditTransactionsGetSortByEnum, sortOrder?: AdminBillingCreditTransactionsGetSortOrderEnum, options?: RawAxiosRequestConfig) {
31555
31555
  return BillingDashboardApiFp(this.configuration).adminBillingCreditTransactionsGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
31556
31556
  }
31557
31557
 
@@ -31601,13 +31601,13 @@ export class BillingDashboardApi extends BaseAPI {
31601
31601
  * @param {number} [page] Page number (default: 1)
31602
31602
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
31603
31603
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
31604
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
31605
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31604
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
31605
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
31606
31606
  * @param {*} [options] Override http request option.
31607
31607
  * @throws {RequiredError}
31608
31608
  * @memberof BillingDashboardApi
31609
31609
  */
31610
- public adminBillingInvoicesGet(orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig) {
31610
+ public adminBillingInvoicesGet(orgId?: number, status?: string, startDate?: string, endDate?: string, search?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingInvoicesGetSortByEnum, sortOrder?: AdminBillingInvoicesGetSortOrderEnum, options?: RawAxiosRequestConfig) {
31611
31611
  return BillingDashboardApiFp(this.configuration).adminBillingInvoicesGet(orgId, status, startDate, endDate, search, page, pageSize, limit, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
31612
31612
  }
31613
31613
 
@@ -31682,8 +31682,8 @@ export class BillingDashboardApi extends BaseAPI {
31682
31682
  * @param {number} [page] Page number (default: 1)
31683
31683
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31684
31684
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31685
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
31686
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31685
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
31686
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
31687
31687
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
31688
31688
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
31689
31689
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -31692,7 +31692,7 @@ export class BillingDashboardApi extends BaseAPI {
31692
31692
  * @throws {RequiredError}
31693
31693
  * @memberof BillingDashboardApi
31694
31694
  */
31695
- public adminBillingOrdersGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: string, sortOrder?: string, search?: string, status?: string, gateway?: string, paymentType?: string, options?: RawAxiosRequestConfig) {
31695
+ public adminBillingOrdersGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, sortBy?: AdminBillingOrdersGetSortByEnum, sortOrder?: AdminBillingOrdersGetSortOrderEnum, search?: string, status?: string, gateway?: string, paymentType?: string, options?: RawAxiosRequestConfig) {
31696
31696
  return BillingDashboardApiFp(this.configuration).adminBillingOrdersGet(orgId, startDate, endDate, page, pageSize, limit, sortBy, sortOrder, search, status, gateway, paymentType, options).then((request) => request(this.axios, this.basePath));
31697
31697
  }
31698
31698
 
@@ -31770,13 +31770,13 @@ export class BillingDashboardApi extends BaseAPI {
31770
31770
  * @param {number} [pageSize] Page size (default: 50, max: 100)
31771
31771
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
31772
31772
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
31773
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
31774
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
31773
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
31774
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
31775
31775
  * @param {*} [options] Override http request option.
31776
31776
  * @throws {RequiredError}
31777
31777
  * @memberof BillingDashboardApi
31778
31778
  */
31779
- public adminBillingPaymentTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: string, sortOrder?: string, options?: RawAxiosRequestConfig) {
31779
+ public adminBillingPaymentTransactionsGet(orgId?: number, startDate?: string, endDate?: string, page?: number, pageSize?: number, limit?: number, offset?: number, sortBy?: AdminBillingPaymentTransactionsGetSortByEnum, sortOrder?: AdminBillingPaymentTransactionsGetSortOrderEnum, options?: RawAxiosRequestConfig) {
31780
31780
  return BillingDashboardApiFp(this.configuration).adminBillingPaymentTransactionsGet(orgId, startDate, endDate, page, pageSize, limit, offset, sortBy, sortOrder, options).then((request) => request(this.axios, this.basePath));
31781
31781
  }
31782
31782
 
@@ -31875,6 +31875,136 @@ export class BillingDashboardApi extends BaseAPI {
31875
31875
  }
31876
31876
  }
31877
31877
 
31878
+ /**
31879
+ * @export
31880
+ */
31881
+ export const AdminBillingCreditLedgerGetSortByEnum = {
31882
+ Id: 'id',
31883
+ Credits: 'credits',
31884
+ TransactionDate: 'transaction_date',
31885
+ TransactionType: 'transaction_type'
31886
+ } as const;
31887
+ export type AdminBillingCreditLedgerGetSortByEnum = typeof AdminBillingCreditLedgerGetSortByEnum[keyof typeof AdminBillingCreditLedgerGetSortByEnum];
31888
+ /**
31889
+ * @export
31890
+ */
31891
+ export const AdminBillingCreditLedgerGetSortOrderEnum = {
31892
+ Asc: 'asc',
31893
+ Desc: 'desc',
31894
+ Asc2: 'ASC',
31895
+ Desc2: 'DESC'
31896
+ } as const;
31897
+ export type AdminBillingCreditLedgerGetSortOrderEnum = typeof AdminBillingCreditLedgerGetSortOrderEnum[keyof typeof AdminBillingCreditLedgerGetSortOrderEnum];
31898
+ /**
31899
+ * @export
31900
+ */
31901
+ export const AdminBillingCreditPurchasesGetSortByEnum = {
31902
+ Id: 'id',
31903
+ Amount: 'amount',
31904
+ CreatedAt: 'created_at',
31905
+ CreditsPurchased: 'credits_purchased'
31906
+ } as const;
31907
+ export type AdminBillingCreditPurchasesGetSortByEnum = typeof AdminBillingCreditPurchasesGetSortByEnum[keyof typeof AdminBillingCreditPurchasesGetSortByEnum];
31908
+ /**
31909
+ * @export
31910
+ */
31911
+ export const AdminBillingCreditPurchasesGetSortOrderEnum = {
31912
+ Asc: 'asc',
31913
+ Desc: 'desc',
31914
+ Asc2: 'ASC',
31915
+ Desc2: 'DESC'
31916
+ } as const;
31917
+ export type AdminBillingCreditPurchasesGetSortOrderEnum = typeof AdminBillingCreditPurchasesGetSortOrderEnum[keyof typeof AdminBillingCreditPurchasesGetSortOrderEnum];
31918
+ /**
31919
+ * @export
31920
+ */
31921
+ export const AdminBillingCreditTransactionsGetSortByEnum = {
31922
+ Id: 'id',
31923
+ CreditsUsed: 'credits_used',
31924
+ TransactionDate: 'transaction_date',
31925
+ TransactionType: 'transaction_type'
31926
+ } as const;
31927
+ export type AdminBillingCreditTransactionsGetSortByEnum = typeof AdminBillingCreditTransactionsGetSortByEnum[keyof typeof AdminBillingCreditTransactionsGetSortByEnum];
31928
+ /**
31929
+ * @export
31930
+ */
31931
+ export const AdminBillingCreditTransactionsGetSortOrderEnum = {
31932
+ Asc: 'asc',
31933
+ Desc: 'desc',
31934
+ Asc2: 'ASC',
31935
+ Desc2: 'DESC'
31936
+ } as const;
31937
+ export type AdminBillingCreditTransactionsGetSortOrderEnum = typeof AdminBillingCreditTransactionsGetSortOrderEnum[keyof typeof AdminBillingCreditTransactionsGetSortOrderEnum];
31938
+ /**
31939
+ * @export
31940
+ */
31941
+ export const AdminBillingInvoicesGetSortByEnum = {
31942
+ Id: 'id',
31943
+ InvoiceId: 'invoice_id',
31944
+ InvoiceNumber: 'invoice_number',
31945
+ Amount: 'amount',
31946
+ TotalAmount: 'total_amount',
31947
+ CreatedAt: 'created_at',
31948
+ IssueDate: 'issue_date',
31949
+ DueDate: 'due_date',
31950
+ PaidDate: 'paid_date',
31951
+ Status: 'status'
31952
+ } as const;
31953
+ export type AdminBillingInvoicesGetSortByEnum = typeof AdminBillingInvoicesGetSortByEnum[keyof typeof AdminBillingInvoicesGetSortByEnum];
31954
+ /**
31955
+ * @export
31956
+ */
31957
+ export const AdminBillingInvoicesGetSortOrderEnum = {
31958
+ Asc: 'asc',
31959
+ Desc: 'desc',
31960
+ Asc2: 'ASC',
31961
+ Desc2: 'DESC'
31962
+ } as const;
31963
+ export type AdminBillingInvoicesGetSortOrderEnum = typeof AdminBillingInvoicesGetSortOrderEnum[keyof typeof AdminBillingInvoicesGetSortOrderEnum];
31964
+ /**
31965
+ * @export
31966
+ */
31967
+ export const AdminBillingOrdersGetSortByEnum = {
31968
+ Id: 'id',
31969
+ Amount: 'amount',
31970
+ CreatedAt: 'created_at',
31971
+ UpdatedAt: 'updated_at',
31972
+ Status: 'status'
31973
+ } as const;
31974
+ export type AdminBillingOrdersGetSortByEnum = typeof AdminBillingOrdersGetSortByEnum[keyof typeof AdminBillingOrdersGetSortByEnum];
31975
+ /**
31976
+ * @export
31977
+ */
31978
+ export const AdminBillingOrdersGetSortOrderEnum = {
31979
+ Asc: 'asc',
31980
+ Desc: 'desc',
31981
+ Asc2: 'ASC',
31982
+ Desc2: 'DESC'
31983
+ } as const;
31984
+ export type AdminBillingOrdersGetSortOrderEnum = typeof AdminBillingOrdersGetSortOrderEnum[keyof typeof AdminBillingOrdersGetSortOrderEnum];
31985
+ /**
31986
+ * @export
31987
+ */
31988
+ export const AdminBillingPaymentTransactionsGetSortByEnum = {
31989
+ PaymentId: 'payment_id',
31990
+ Amount: 'amount',
31991
+ PaymentDate: 'payment_date',
31992
+ CreatedAt: 'created_at',
31993
+ PaymentStatus: 'payment_status',
31994
+ Gateway: 'gateway',
31995
+ RefundAmount: 'refund_amount'
31996
+ } as const;
31997
+ export type AdminBillingPaymentTransactionsGetSortByEnum = typeof AdminBillingPaymentTransactionsGetSortByEnum[keyof typeof AdminBillingPaymentTransactionsGetSortByEnum];
31998
+ /**
31999
+ * @export
32000
+ */
32001
+ export const AdminBillingPaymentTransactionsGetSortOrderEnum = {
32002
+ Asc: 'asc',
32003
+ Desc: 'desc',
32004
+ Asc2: 'ASC',
32005
+ Desc2: 'DESC'
32006
+ } as const;
32007
+ export type AdminBillingPaymentTransactionsGetSortOrderEnum = typeof AdminBillingPaymentTransactionsGetSortOrderEnum[keyof typeof AdminBillingPaymentTransactionsGetSortOrderEnum];
31878
32008
  /**
31879
32009
  * @export
31880
32010
  */