@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/dist/esm/api.js CHANGED
@@ -7597,8 +7597,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration) {
7597
7597
  * @param {number} [pageSize] Page size (default: 50, max: 100)
7598
7598
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
7599
7599
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
7600
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
7601
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
7600
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
7601
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
7602
7602
  * @param {*} [options] Override http request option.
7603
7603
  * @throws {RequiredError}
7604
7604
  */
@@ -7660,8 +7660,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration) {
7660
7660
  * @param {number} [pageSize] Page size (default: 50, max: 100)
7661
7661
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
7662
7662
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
7663
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
7664
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
7663
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
7664
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
7665
7665
  * @param {*} [options] Override http request option.
7666
7666
  * @throws {RequiredError}
7667
7667
  */
@@ -7723,8 +7723,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration) {
7723
7723
  * @param {number} [pageSize] Page size (default: 50, max: 100)
7724
7724
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
7725
7725
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
7726
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
7727
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
7726
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
7727
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
7728
7728
  * @param {*} [options] Override http request option.
7729
7729
  * @throws {RequiredError}
7730
7730
  */
@@ -7876,8 +7876,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration) {
7876
7876
  * @param {number} [page] Page number (default: 1)
7877
7877
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
7878
7878
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
7879
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
7880
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
7879
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
7880
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
7881
7881
  * @param {*} [options] Override http request option.
7882
7882
  * @throws {RequiredError}
7883
7883
  */
@@ -8104,8 +8104,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration) {
8104
8104
  * @param {number} [page] Page number (default: 1)
8105
8105
  * @param {number} [pageSize] Page size (default: 50, max: 100)
8106
8106
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
8107
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
8108
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
8107
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
8108
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
8109
8109
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
8110
8110
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
8111
8111
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -8351,8 +8351,8 @@ export const BillingDashboardApiAxiosParamCreator = function (configuration) {
8351
8351
  * @param {number} [pageSize] Page size (default: 50, max: 100)
8352
8352
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
8353
8353
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
8354
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
8355
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
8354
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
8355
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
8356
8356
  * @param {*} [options] Override http request option.
8357
8357
  * @throws {RequiredError}
8358
8358
  */
@@ -8785,8 +8785,8 @@ export const BillingDashboardApiFp = function (configuration) {
8785
8785
  * @param {number} [pageSize] Page size (default: 50, max: 100)
8786
8786
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
8787
8787
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
8788
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
8789
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
8788
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
8789
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
8790
8790
  * @param {*} [options] Override http request option.
8791
8791
  * @throws {RequiredError}
8792
8792
  */
@@ -8809,8 +8809,8 @@ export const BillingDashboardApiFp = function (configuration) {
8809
8809
  * @param {number} [pageSize] Page size (default: 50, max: 100)
8810
8810
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
8811
8811
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
8812
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
8813
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
8812
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
8813
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
8814
8814
  * @param {*} [options] Override http request option.
8815
8815
  * @throws {RequiredError}
8816
8816
  */
@@ -8833,8 +8833,8 @@ export const BillingDashboardApiFp = function (configuration) {
8833
8833
  * @param {number} [pageSize] Page size (default: 50, max: 100)
8834
8834
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
8835
8835
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
8836
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
8837
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
8836
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
8837
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
8838
8838
  * @param {*} [options] Override http request option.
8839
8839
  * @throws {RequiredError}
8840
8840
  */
@@ -8905,8 +8905,8 @@ export const BillingDashboardApiFp = function (configuration) {
8905
8905
  * @param {number} [page] Page number (default: 1)
8906
8906
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
8907
8907
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
8908
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
8909
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
8908
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
8909
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
8910
8910
  * @param {*} [options] Override http request option.
8911
8911
  * @throws {RequiredError}
8912
8912
  */
@@ -9010,8 +9010,8 @@ export const BillingDashboardApiFp = function (configuration) {
9010
9010
  * @param {number} [page] Page number (default: 1)
9011
9011
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9012
9012
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9013
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
9014
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9013
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
9014
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
9015
9015
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
9016
9016
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
9017
9017
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -9122,8 +9122,8 @@ export const BillingDashboardApiFp = function (configuration) {
9122
9122
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9123
9123
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9124
9124
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9125
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
9126
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9125
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
9126
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
9127
9127
  * @param {*} [options] Override http request option.
9128
9128
  * @throws {RequiredError}
9129
9129
  */
@@ -9346,8 +9346,8 @@ export const BillingDashboardApiFactory = function (configuration, basePath, axi
9346
9346
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9347
9347
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9348
9348
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9349
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
9350
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9349
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
9350
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
9351
9351
  * @param {*} [options] Override http request option.
9352
9352
  * @throws {RequiredError}
9353
9353
  */
@@ -9364,8 +9364,8 @@ export const BillingDashboardApiFactory = function (configuration, basePath, axi
9364
9364
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9365
9365
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9366
9366
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9367
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
9368
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9367
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
9368
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
9369
9369
  * @param {*} [options] Override http request option.
9370
9370
  * @throws {RequiredError}
9371
9371
  */
@@ -9382,8 +9382,8 @@ export const BillingDashboardApiFactory = function (configuration, basePath, axi
9382
9382
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9383
9383
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9384
9384
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9385
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
9386
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9385
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
9386
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
9387
9387
  * @param {*} [options] Override http request option.
9388
9388
  * @throws {RequiredError}
9389
9389
  */
@@ -9430,8 +9430,8 @@ export const BillingDashboardApiFactory = function (configuration, basePath, axi
9430
9430
  * @param {number} [page] Page number (default: 1)
9431
9431
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
9432
9432
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
9433
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
9434
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9433
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
9434
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
9435
9435
  * @param {*} [options] Override http request option.
9436
9436
  * @throws {RequiredError}
9437
9437
  */
@@ -9499,8 +9499,8 @@ export const BillingDashboardApiFactory = function (configuration, basePath, axi
9499
9499
  * @param {number} [page] Page number (default: 1)
9500
9500
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9501
9501
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9502
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
9503
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9502
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
9503
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
9504
9504
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
9505
9505
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
9506
9506
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -9575,8 +9575,8 @@ export const BillingDashboardApiFactory = function (configuration, basePath, axi
9575
9575
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9576
9576
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9577
9577
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9578
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
9579
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9578
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
9579
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
9580
9580
  * @param {*} [options] Override http request option.
9581
9581
  * @throws {RequiredError}
9582
9582
  */
@@ -9757,8 +9757,8 @@ export class BillingDashboardApi extends BaseAPI {
9757
9757
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9758
9758
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9759
9759
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9760
- * @param {string} [sortBy] Field to sort by (id, credits, transaction_date, transaction_type) (default: transaction_date)
9761
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9760
+ * @param {AdminBillingCreditLedgerGetSortByEnum} [sortBy] Field to sort by
9761
+ * @param {AdminBillingCreditLedgerGetSortOrderEnum} [sortOrder] Sort direction
9762
9762
  * @param {*} [options] Override http request option.
9763
9763
  * @throws {RequiredError}
9764
9764
  * @memberof BillingDashboardApi
@@ -9776,8 +9776,8 @@ export class BillingDashboardApi extends BaseAPI {
9776
9776
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9777
9777
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9778
9778
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9779
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, credits_purchased) (default: created_at)
9780
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9779
+ * @param {AdminBillingCreditPurchasesGetSortByEnum} [sortBy] Field to sort by
9780
+ * @param {AdminBillingCreditPurchasesGetSortOrderEnum} [sortOrder] Sort direction
9781
9781
  * @param {*} [options] Override http request option.
9782
9782
  * @throws {RequiredError}
9783
9783
  * @memberof BillingDashboardApi
@@ -9795,8 +9795,8 @@ export class BillingDashboardApi extends BaseAPI {
9795
9795
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9796
9796
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9797
9797
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
9798
- * @param {string} [sortBy] Field to sort by (id, credits_used, transaction_date, transaction_type) (default: transaction_date)
9799
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9798
+ * @param {AdminBillingCreditTransactionsGetSortByEnum} [sortBy] Field to sort by
9799
+ * @param {AdminBillingCreditTransactionsGetSortOrderEnum} [sortOrder] Sort direction
9800
9800
  * @param {*} [options] Override http request option.
9801
9801
  * @throws {RequiredError}
9802
9802
  * @memberof BillingDashboardApi
@@ -9847,8 +9847,8 @@ export class BillingDashboardApi extends BaseAPI {
9847
9847
  * @param {number} [page] Page number (default: 1)
9848
9848
  * @param {number} [pageSize] Number of results per page (default: 20, max: 100) - alternative to limit
9849
9849
  * @param {number} [limit] Number of results per page (default: 20, max: 100) - alternative to page_size
9850
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, due_date, status) (default: created_at)
9851
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9850
+ * @param {AdminBillingInvoicesGetSortByEnum} [sortBy] Field to sort by
9851
+ * @param {AdminBillingInvoicesGetSortOrderEnum} [sortOrder] Sort direction
9852
9852
  * @param {*} [options] Override http request option.
9853
9853
  * @throws {RequiredError}
9854
9854
  * @memberof BillingDashboardApi
@@ -9922,8 +9922,8 @@ export class BillingDashboardApi extends BaseAPI {
9922
9922
  * @param {number} [page] Page number (default: 1)
9923
9923
  * @param {number} [pageSize] Page size (default: 50, max: 100)
9924
9924
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
9925
- * @param {string} [sortBy] Field to sort by (id, amount, created_at, updated_at, status) (default: created_at)
9926
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
9925
+ * @param {AdminBillingOrdersGetSortByEnum} [sortBy] Field to sort by
9926
+ * @param {AdminBillingOrdersGetSortOrderEnum} [sortOrder] Sort direction
9927
9927
  * @param {string} [search] Search in order ID, gateway order ID, gateway payment ID
9928
9928
  * @param {string} [status] Filter by order status (created, paid, failed, refunded)
9929
9929
  * @param {string} [gateway] Filter by payment gateway (razorpay, stripe, etc.)
@@ -10004,8 +10004,8 @@ export class BillingDashboardApi extends BaseAPI {
10004
10004
  * @param {number} [pageSize] Page size (default: 50, max: 100)
10005
10005
  * @param {number} [limit] Alternative: Number of results per page (default: 50, max: 100)
10006
10006
  * @param {number} [offset] Alternative: Number of results to skip (default: 0)
10007
- * @param {string} [sortBy] Field to sort by (payment_id, amount, payment_date, created_at, payment_status, gateway, refund_amount) (default: payment_date)
10008
- * @param {string} [sortOrder] Sort order (ASC, DESC) (default: DESC)
10007
+ * @param {AdminBillingPaymentTransactionsGetSortByEnum} [sortBy] Field to sort by
10008
+ * @param {AdminBillingPaymentTransactionsGetSortOrderEnum} [sortOrder] Sort direction
10009
10009
  * @param {*} [options] Override http request option.
10010
10010
  * @throws {RequiredError}
10011
10011
  * @memberof BillingDashboardApi
@@ -10101,6 +10101,124 @@ export class BillingDashboardApi extends BaseAPI {
10101
10101
  return BillingDashboardApiFp(this.configuration).adminBillingUsageDetailsGet(xstoreid, startDate, endDate, granularity, chartPage, chartPageSize, endpointPage, endpointPageSize, consumptionPage, consumptionPageSize, options).then((request) => request(this.axios, this.basePath));
10102
10102
  }
10103
10103
  }
10104
+ /**
10105
+ * @export
10106
+ */
10107
+ export const AdminBillingCreditLedgerGetSortByEnum = {
10108
+ Id: 'id',
10109
+ Credits: 'credits',
10110
+ TransactionDate: 'transaction_date',
10111
+ TransactionType: 'transaction_type'
10112
+ };
10113
+ /**
10114
+ * @export
10115
+ */
10116
+ export const AdminBillingCreditLedgerGetSortOrderEnum = {
10117
+ Asc: 'asc',
10118
+ Desc: 'desc',
10119
+ Asc2: 'ASC',
10120
+ Desc2: 'DESC'
10121
+ };
10122
+ /**
10123
+ * @export
10124
+ */
10125
+ export const AdminBillingCreditPurchasesGetSortByEnum = {
10126
+ Id: 'id',
10127
+ Amount: 'amount',
10128
+ CreatedAt: 'created_at',
10129
+ CreditsPurchased: 'credits_purchased'
10130
+ };
10131
+ /**
10132
+ * @export
10133
+ */
10134
+ export const AdminBillingCreditPurchasesGetSortOrderEnum = {
10135
+ Asc: 'asc',
10136
+ Desc: 'desc',
10137
+ Asc2: 'ASC',
10138
+ Desc2: 'DESC'
10139
+ };
10140
+ /**
10141
+ * @export
10142
+ */
10143
+ export const AdminBillingCreditTransactionsGetSortByEnum = {
10144
+ Id: 'id',
10145
+ CreditsUsed: 'credits_used',
10146
+ TransactionDate: 'transaction_date',
10147
+ TransactionType: 'transaction_type'
10148
+ };
10149
+ /**
10150
+ * @export
10151
+ */
10152
+ export const AdminBillingCreditTransactionsGetSortOrderEnum = {
10153
+ Asc: 'asc',
10154
+ Desc: 'desc',
10155
+ Asc2: 'ASC',
10156
+ Desc2: 'DESC'
10157
+ };
10158
+ /**
10159
+ * @export
10160
+ */
10161
+ export const AdminBillingInvoicesGetSortByEnum = {
10162
+ Id: 'id',
10163
+ InvoiceId: 'invoice_id',
10164
+ InvoiceNumber: 'invoice_number',
10165
+ Amount: 'amount',
10166
+ TotalAmount: 'total_amount',
10167
+ CreatedAt: 'created_at',
10168
+ IssueDate: 'issue_date',
10169
+ DueDate: 'due_date',
10170
+ PaidDate: 'paid_date',
10171
+ Status: 'status'
10172
+ };
10173
+ /**
10174
+ * @export
10175
+ */
10176
+ export const AdminBillingInvoicesGetSortOrderEnum = {
10177
+ Asc: 'asc',
10178
+ Desc: 'desc',
10179
+ Asc2: 'ASC',
10180
+ Desc2: 'DESC'
10181
+ };
10182
+ /**
10183
+ * @export
10184
+ */
10185
+ export const AdminBillingOrdersGetSortByEnum = {
10186
+ Id: 'id',
10187
+ Amount: 'amount',
10188
+ CreatedAt: 'created_at',
10189
+ UpdatedAt: 'updated_at',
10190
+ Status: 'status'
10191
+ };
10192
+ /**
10193
+ * @export
10194
+ */
10195
+ export const AdminBillingOrdersGetSortOrderEnum = {
10196
+ Asc: 'asc',
10197
+ Desc: 'desc',
10198
+ Asc2: 'ASC',
10199
+ Desc2: 'DESC'
10200
+ };
10201
+ /**
10202
+ * @export
10203
+ */
10204
+ export const AdminBillingPaymentTransactionsGetSortByEnum = {
10205
+ PaymentId: 'payment_id',
10206
+ Amount: 'amount',
10207
+ PaymentDate: 'payment_date',
10208
+ CreatedAt: 'created_at',
10209
+ PaymentStatus: 'payment_status',
10210
+ Gateway: 'gateway',
10211
+ RefundAmount: 'refund_amount'
10212
+ };
10213
+ /**
10214
+ * @export
10215
+ */
10216
+ export const AdminBillingPaymentTransactionsGetSortOrderEnum = {
10217
+ Asc: 'asc',
10218
+ Desc: 'desc',
10219
+ Asc2: 'ASC',
10220
+ Desc2: 'DESC'
10221
+ };
10104
10222
  /**
10105
10223
  * @export
10106
10224
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file