@adaptware/eagles-db 0.5.34 → 0.5.35
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/client/edge.js +87 -5
- package/client/index-browser.js +84 -2
- package/client/index.d.ts +5652 -228
- package/client/index.js +87 -5
- package/client/package.json +1 -1
- package/client/schema.prisma +145 -23
- package/client/wasm.js +87 -5
- package/package.json +1 -1
- package/prisma/schema/integration.prisma +1 -0
- package/prisma/schema/organisation.prisma +66 -64
- package/prisma/schema/payment/billingTransaction.prisma +83 -0
- package/prisma/schema/payment/paymentWebhookEvent.prisma +28 -0
package/client/index-browser.js
CHANGED
|
@@ -847,6 +847,7 @@ exports.Prisma.FitCheckScalarFieldEnum = {
|
|
|
847
847
|
skills_analysis: 'skills_analysis',
|
|
848
848
|
overall_analysis: 'overall_analysis',
|
|
849
849
|
overall_score: 'overall_score',
|
|
850
|
+
overall_recommendation: 'overall_recommendation',
|
|
850
851
|
short_match_analysis: 'short_match_analysis',
|
|
851
852
|
fit_comparison: 'fit_comparison',
|
|
852
853
|
recommendation: 'recommendation',
|
|
@@ -1824,6 +1825,46 @@ exports.Prisma.OrganisationConfigScalarFieldEnum = {
|
|
|
1824
1825
|
updated_at: 'updated_at'
|
|
1825
1826
|
};
|
|
1826
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
|
+
|
|
1827
1868
|
exports.Prisma.PermissionScalarFieldEnum = {
|
|
1828
1869
|
id: 'id',
|
|
1829
1870
|
permissions: 'permissions',
|
|
@@ -2228,6 +2269,7 @@ exports.Prisma.UserScalarFieldEnum = {
|
|
|
2228
2269
|
first_login_status: 'first_login_status',
|
|
2229
2270
|
name: 'name',
|
|
2230
2271
|
phone: 'phone',
|
|
2272
|
+
communication_email: 'communication_email',
|
|
2231
2273
|
description: 'description',
|
|
2232
2274
|
date_of_birth: 'date_of_birth',
|
|
2233
2275
|
designation: 'designation',
|
|
@@ -2586,7 +2628,8 @@ exports.CommMessageStatus = exports.$Enums.CommMessageStatus = {
|
|
|
2586
2628
|
exports.CompetencyCategory = exports.$Enums.CompetencyCategory = {
|
|
2587
2629
|
TECHNICAL: 'TECHNICAL',
|
|
2588
2630
|
BEHAVIOURAL: 'BEHAVIOURAL',
|
|
2589
|
-
AI: 'AI'
|
|
2631
|
+
AI: 'AI',
|
|
2632
|
+
EXPERIENCE_RELEVANCE: 'EXPERIENCE_RELEVANCE'
|
|
2590
2633
|
};
|
|
2591
2634
|
|
|
2592
2635
|
exports.HiringPlanSectionStatus = exports.$Enums.HiringPlanSectionStatus = {
|
|
@@ -2661,7 +2704,8 @@ exports.IntegrationProvider = exports.$Enums.IntegrationProvider = {
|
|
|
2661
2704
|
GOOGLE: 'GOOGLE',
|
|
2662
2705
|
MICROSOFT: 'MICROSOFT',
|
|
2663
2706
|
ZOOM: 'ZOOM',
|
|
2664
|
-
CALENDLY: 'CALENDLY'
|
|
2707
|
+
CALENDLY: 'CALENDLY',
|
|
2708
|
+
RAZORPAY: 'RAZORPAY'
|
|
2665
2709
|
};
|
|
2666
2710
|
|
|
2667
2711
|
exports.IntegrationAuthType = exports.$Enums.IntegrationAuthType = {
|
|
@@ -2866,6 +2910,42 @@ exports.OrganisationSize = exports.$Enums.OrganisationSize = {
|
|
|
2866
2910
|
FIVE_HUNDRED_PLUS: 'FIVE_HUNDRED_PLUS'
|
|
2867
2911
|
};
|
|
2868
2912
|
|
|
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
|
+
|
|
2869
2949
|
exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
|
|
2870
2950
|
PENDING: 'PENDING',
|
|
2871
2951
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
@@ -2995,6 +3075,8 @@ exports.Prisma.ModelName = {
|
|
|
2995
3075
|
OpenJobAnalyticsDaily: 'OpenJobAnalyticsDaily',
|
|
2996
3076
|
Organisation: 'Organisation',
|
|
2997
3077
|
OrganisationConfig: 'OrganisationConfig',
|
|
3078
|
+
BillingTransaction: 'BillingTransaction',
|
|
3079
|
+
PaymentWebhookEvent: 'PaymentWebhookEvent',
|
|
2998
3080
|
Permission: 'Permission',
|
|
2999
3081
|
PipelineDistributionAnalytics: 'PipelineDistributionAnalytics',
|
|
3000
3082
|
PipelineDistributionAnalyticsDaily: 'PipelineDistributionAnalyticsDaily',
|