@adaptware/eagles-db 0.5.35 → 0.5.37

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.
@@ -1825,46 +1825,6 @@ exports.Prisma.OrganisationConfigScalarFieldEnum = {
1825
1825
  updated_at: 'updated_at'
1826
1826
  };
1827
1827
 
1828
- exports.Prisma.BillingTransactionScalarFieldEnum = {
1829
- id: 'id',
1830
- organisation_id: 'organisation_id',
1831
- purchase_reference: 'purchase_reference',
1832
- purchase_display_name: 'purchase_display_name',
1833
- transaction_type: 'transaction_type',
1834
- status: 'status',
1835
- failure_category: 'failure_category',
1836
- failure_reason: 'failure_reason',
1837
- amount: 'amount',
1838
- currency: 'currency',
1839
- razorpay_order_id: 'razorpay_order_id',
1840
- razorpay_payment_id: 'razorpay_payment_id',
1841
- payment_method: 'payment_method',
1842
- razorpay_subscription_id: 'razorpay_subscription_id',
1843
- razorpay_refund_id: 'razorpay_refund_id',
1844
- refund_reason: 'refund_reason',
1845
- refund_amount: 'refund_amount',
1846
- idempotency_key: 'idempotency_key',
1847
- invoice_number: 'invoice_number',
1848
- purchaser_email: 'purchaser_email',
1849
- payment_mismatch_status: 'payment_mismatch_status',
1850
- payment_mismatch_fulfilled_by_id: 'payment_mismatch_fulfilled_by_id',
1851
- created_at: 'created_at',
1852
- updated_at: 'updated_at'
1853
- };
1854
-
1855
- exports.Prisma.PaymentWebhookEventScalarFieldEnum = {
1856
- id: 'id',
1857
- organisation_id: 'organisation_id',
1858
- provider: 'provider',
1859
- provider_event_id: 'provider_event_id',
1860
- event_type: 'event_type',
1861
- status: 'status',
1862
- billing_transaction_id: 'billing_transaction_id',
1863
- error_message: 'error_message',
1864
- processed_at: 'processed_at',
1865
- created_at: 'created_at'
1866
- };
1867
-
1868
1828
  exports.Prisma.PermissionScalarFieldEnum = {
1869
1829
  id: 'id',
1870
1830
  permissions: 'permissions',
@@ -2704,8 +2664,7 @@ exports.IntegrationProvider = exports.$Enums.IntegrationProvider = {
2704
2664
  GOOGLE: 'GOOGLE',
2705
2665
  MICROSOFT: 'MICROSOFT',
2706
2666
  ZOOM: 'ZOOM',
2707
- CALENDLY: 'CALENDLY',
2708
- RAZORPAY: 'RAZORPAY'
2667
+ CALENDLY: 'CALENDLY'
2709
2668
  };
2710
2669
 
2711
2670
  exports.IntegrationAuthType = exports.$Enums.IntegrationAuthType = {
@@ -2910,42 +2869,6 @@ exports.OrganisationSize = exports.$Enums.OrganisationSize = {
2910
2869
  FIVE_HUNDRED_PLUS: 'FIVE_HUNDRED_PLUS'
2911
2870
  };
2912
2871
 
2913
- exports.BillingTransactionType = exports.$Enums.BillingTransactionType = {
2914
- PURCHASE: 'PURCHASE',
2915
- TOP_UP: 'TOP_UP',
2916
- REFUND: 'REFUND'
2917
- };
2918
-
2919
- exports.BillingTransactionStatus = exports.$Enums.BillingTransactionStatus = {
2920
- INITIATED: 'INITIATED',
2921
- ORDER_CREATED: 'ORDER_CREATED',
2922
- PAYMENT_PENDING: 'PAYMENT_PENDING',
2923
- SUCCESS: 'SUCCESS',
2924
- FAILED: 'FAILED',
2925
- CANCELLED: 'CANCELLED',
2926
- REFUND_PENDING: 'REFUND_PENDING',
2927
- REFUND_FAILED: 'REFUND_FAILED',
2928
- REFUNDED: 'REFUNDED'
2929
- };
2930
-
2931
- exports.BillingTransactionFailureCategory = exports.$Enums.BillingTransactionFailureCategory = {
2932
- RAZORPAY_ORDER: 'RAZORPAY_ORDER',
2933
- RAZORPAY_PAYMENT: 'RAZORPAY_PAYMENT',
2934
- REFUND: 'REFUND',
2935
- INTERNAL: 'INTERNAL'
2936
- };
2937
-
2938
- exports.BillingPaymentMismatchStatus = exports.$Enums.BillingPaymentMismatchStatus = {
2939
- DETECTED: 'DETECTED',
2940
- UNFULFILLED: 'UNFULFILLED'
2941
- };
2942
-
2943
- exports.PaymentWebhookEventStatus = exports.$Enums.PaymentWebhookEventStatus = {
2944
- RECEIVED: 'RECEIVED',
2945
- PROCESSED: 'PROCESSED',
2946
- FAILED: 'FAILED'
2947
- };
2948
-
2949
2872
  exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
2950
2873
  PENDING: 'PENDING',
2951
2874
  IN_PROGRESS: 'IN_PROGRESS',
@@ -3075,8 +2998,6 @@ exports.Prisma.ModelName = {
3075
2998
  OpenJobAnalyticsDaily: 'OpenJobAnalyticsDaily',
3076
2999
  Organisation: 'Organisation',
3077
3000
  OrganisationConfig: 'OrganisationConfig',
3078
- BillingTransaction: 'BillingTransaction',
3079
- PaymentWebhookEvent: 'PaymentWebhookEvent',
3080
3001
  Permission: 'Permission',
3081
3002
  PipelineDistributionAnalytics: 'PipelineDistributionAnalytics',
3082
3003
  PipelineDistributionAnalyticsDaily: 'PipelineDistributionAnalyticsDaily',