@adaptware/eagles-db 0.5.45 → 0.5.47
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 +31 -88
- package/client/index-browser.js +25 -81
- package/client/index.d.ts +1163 -5391
- package/client/index.js +31 -88
- package/client/package.json +1 -1
- package/client/schema.prisma +43 -123
- package/client/wasm.js +31 -88
- package/package.json +1 -1
- package/prisma/schema/evaluationPlan.prisma +0 -7
- package/prisma/schema/integration.prisma +0 -1
- package/prisma/schema/migrations/20260907120000_add_resume_ai_intake/migration.sql +20 -0
- package/prisma/schema/migrations/20260908120000_add_resume_jd_tailoring/migration.sql +15 -0
- package/prisma/schema/organisation.prisma +0 -2
- package/prisma/schema/resume.prisma +45 -0
- package/prisma/schema/user.prisma +2 -0
- package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +0 -25
- package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +0 -24
- package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +0 -2
- package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +0 -9
- package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +0 -8
- package/prisma/schema/migrations/20260716120000_add_offer_letters/migration.sql +0 -183
- package/prisma/schema/migrations/20260716140000_offer_schema_refinements/migration.sql +0 -13
- package/prisma/schema/migrations/20260716160000_offer_schema_hardening/migration.sql +0 -95
- package/prisma/schema/migrations/20260716180000_offer_letter_template_config/migration.sql +0 -2
- package/prisma/schema/migrations/20260716190000_add_evaluation_focus_areas/migration.sql +0 -6
- package/prisma/schema/migrations/20260717120000_offer_workflow_approval/migration.sql +0 -30
- package/prisma/schema/migrations/20260720120000_offer_letter_template_is_draft/migration.sql +0 -5
- package/prisma/schema/migrations/20260720140000_offer_status_split/migration.sql +0 -51
- package/prisma/schema/migrations/20260720140001_offer_status_split_backfill/migration.sql +0 -37
- package/prisma/schema/migrations/20260722120000_offer_draft_edited_html/migration.sql +0 -13
- package/prisma/schema/migrations/20260723150000_offer_withdraw_actor_no_show_reason/migration.sql +0 -10
- package/prisma/schema/migrations/20260724120000_open_job_offer_accepted_declined_counts/migration.sql +0 -7
- package/prisma/schema/migrations/20260811120000_add_integration_provider_razorpay/migration.sql +0 -6
- package/prisma/schema/migrations/20260812120000_add_billing_transactions/migration.sql +0 -49
- package/prisma/schema/migrations/20260812130000_drop_billing_transaction_gst_snapshots/migration.sql +0 -3
- package/prisma/schema/migrations/20260812180000_billing_transaction_invoice_number/migration.sql +0 -5
- package/prisma/schema/migrations/20260813120000_payment_webhooks_gst_refunds/migration.sql +0 -79
- package/prisma/schema/migrations/20260813140000_platform_gst_profiles/migration.sql +0 -49
- package/prisma/schema/migrations/20260813150000_rename_gst_profiles/migration.sql +0 -53
- package/prisma/schema/migrations/20260813160000_remove_gst_billing/migration.sql +0 -16
- package/prisma/schema/migrations/20260813170000_billing_licensing_unrecoverable/migration.sql +0 -2
- package/prisma/schema/migrations/20260813180000_billing_transaction_payment_method/migration.sql +0 -2
- package/prisma/schema/migrations/20260814090000_billing_transaction_purchaser_email/migration.sql +0 -2
- package/prisma/schema/migrations/20260816100000_billing_product_organisations/migration.sql +0 -35
- package/prisma/schema/migrations/20260816120000_merge_billing_product_organisations/migration.sql +0 -25
- package/prisma/schema/migrations/20260817120000_billing_payment_mismatch/migration.sql +0 -7
- package/prisma/schema/migrations/20260819120000_billing_product_prices/migration.sql +0 -62
- package/prisma/schema/migrations/20260819140000_billing_exchange_rates/migration.sql +0 -25
- package/prisma/schema/migrations/20260820120000_billing_transaction_failure_category/migration.sql +0 -31
- package/prisma/schema/migrations/20260820130000_backfill_billing_transaction_failure_details/migration.sql +0 -23
- package/prisma/schema/migrations/20260820140000_drop_billing_product_price_overrides/migration.sql +0 -2
- package/prisma/schema/migrations/20260821120000_drop_billing_product_and_mock_licensing/migration.sql +0 -38
- package/prisma/schema/migrations/20260824120000_billing_transaction_purchase_display_name/migration.sql +0 -2
- package/prisma/schema/migrations/20260831120000_user_communication_email/migration.sql +0 -6
- package/prisma/schema/migrations/20260901143000_assessment_question_bank_state/migration.sql +0 -15
- package/prisma/schema/migrations/20260902120000_question_category_two_values/migration.sql +0 -16
- package/prisma/schema/migrations/20260902143000_question_bank_item_key/migration.sql +0 -17
- package/prisma/schema/migrations/20260903120000_split_round_type_assessment/migration.sql +0 -9
- package/prisma/schema/migrations/20260904110000_restore_round_type_assessment_enum/migration.sql +0 -5
- package/prisma/schema/migrations/20260904120000_revert_wrong_split_assessment_round_types/migration.sql +0 -42
- package/prisma/schema/payment/billingTransaction.prisma +0 -83
- package/prisma/schema/payment/paymentWebhookEvent.prisma +0 -28
package/client/index-browser.js
CHANGED
|
@@ -1818,46 +1818,6 @@ exports.Prisma.OrganisationConfigScalarFieldEnum = {
|
|
|
1818
1818
|
updated_at: 'updated_at'
|
|
1819
1819
|
};
|
|
1820
1820
|
|
|
1821
|
-
exports.Prisma.BillingTransactionScalarFieldEnum = {
|
|
1822
|
-
id: 'id',
|
|
1823
|
-
organisation_id: 'organisation_id',
|
|
1824
|
-
purchase_reference: 'purchase_reference',
|
|
1825
|
-
purchase_display_name: 'purchase_display_name',
|
|
1826
|
-
transaction_type: 'transaction_type',
|
|
1827
|
-
status: 'status',
|
|
1828
|
-
failure_category: 'failure_category',
|
|
1829
|
-
failure_reason: 'failure_reason',
|
|
1830
|
-
amount: 'amount',
|
|
1831
|
-
currency: 'currency',
|
|
1832
|
-
razorpay_order_id: 'razorpay_order_id',
|
|
1833
|
-
razorpay_payment_id: 'razorpay_payment_id',
|
|
1834
|
-
payment_method: 'payment_method',
|
|
1835
|
-
razorpay_subscription_id: 'razorpay_subscription_id',
|
|
1836
|
-
razorpay_refund_id: 'razorpay_refund_id',
|
|
1837
|
-
refund_reason: 'refund_reason',
|
|
1838
|
-
refund_amount: 'refund_amount',
|
|
1839
|
-
idempotency_key: 'idempotency_key',
|
|
1840
|
-
invoice_number: 'invoice_number',
|
|
1841
|
-
purchaser_email: 'purchaser_email',
|
|
1842
|
-
payment_mismatch_status: 'payment_mismatch_status',
|
|
1843
|
-
payment_mismatch_fulfilled_by_id: 'payment_mismatch_fulfilled_by_id',
|
|
1844
|
-
created_at: 'created_at',
|
|
1845
|
-
updated_at: 'updated_at'
|
|
1846
|
-
};
|
|
1847
|
-
|
|
1848
|
-
exports.Prisma.PaymentWebhookEventScalarFieldEnum = {
|
|
1849
|
-
id: 'id',
|
|
1850
|
-
organisation_id: 'organisation_id',
|
|
1851
|
-
provider: 'provider',
|
|
1852
|
-
provider_event_id: 'provider_event_id',
|
|
1853
|
-
event_type: 'event_type',
|
|
1854
|
-
status: 'status',
|
|
1855
|
-
billing_transaction_id: 'billing_transaction_id',
|
|
1856
|
-
error_message: 'error_message',
|
|
1857
|
-
processed_at: 'processed_at',
|
|
1858
|
-
created_at: 'created_at'
|
|
1859
|
-
};
|
|
1860
|
-
|
|
1861
1821
|
exports.Prisma.PermissionScalarFieldEnum = {
|
|
1862
1822
|
id: 'id',
|
|
1863
1823
|
permissions: 'permissions',
|
|
@@ -2004,7 +1964,17 @@ exports.Prisma.ResumeScalarFieldEnum = {
|
|
|
2004
1964
|
updated_by: 'updated_by',
|
|
2005
1965
|
is_active: 'is_active',
|
|
2006
1966
|
name: 'name',
|
|
2007
|
-
yearsOfExperience: 'yearsOfExperience'
|
|
1967
|
+
yearsOfExperience: 'yearsOfExperience',
|
|
1968
|
+
status: 'status',
|
|
1969
|
+
origin: 'origin',
|
|
1970
|
+
intake_session_id: 'intake_session_id',
|
|
1971
|
+
conversation_history: 'conversation_history',
|
|
1972
|
+
intake_progress: 'intake_progress',
|
|
1973
|
+
orion_execution_id: 'orion_execution_id',
|
|
1974
|
+
tailoring_jd_text: 'tailoring_jd_text',
|
|
1975
|
+
tailoring_jd_parsed: 'tailoring_jd_parsed',
|
|
1976
|
+
tailoring_gap_analysis: 'tailoring_gap_analysis',
|
|
1977
|
+
tailoring_draft: 'tailoring_draft'
|
|
2008
1978
|
};
|
|
2009
1979
|
|
|
2010
1980
|
exports.Prisma.ResumeDataScalarFieldEnum = {
|
|
@@ -2701,8 +2671,7 @@ exports.IntegrationProvider = exports.$Enums.IntegrationProvider = {
|
|
|
2701
2671
|
GOOGLE: 'GOOGLE',
|
|
2702
2672
|
MICROSOFT: 'MICROSOFT',
|
|
2703
2673
|
ZOOM: 'ZOOM',
|
|
2704
|
-
CALENDLY: 'CALENDLY'
|
|
2705
|
-
RAZORPAY: 'RAZORPAY'
|
|
2674
|
+
CALENDLY: 'CALENDLY'
|
|
2706
2675
|
};
|
|
2707
2676
|
|
|
2708
2677
|
exports.IntegrationAuthType = exports.$Enums.IntegrationAuthType = {
|
|
@@ -2907,42 +2876,6 @@ exports.OrganisationSize = exports.$Enums.OrganisationSize = {
|
|
|
2907
2876
|
FIVE_HUNDRED_PLUS: 'FIVE_HUNDRED_PLUS'
|
|
2908
2877
|
};
|
|
2909
2878
|
|
|
2910
|
-
exports.BillingTransactionType = exports.$Enums.BillingTransactionType = {
|
|
2911
|
-
PURCHASE: 'PURCHASE',
|
|
2912
|
-
TOP_UP: 'TOP_UP',
|
|
2913
|
-
REFUND: 'REFUND'
|
|
2914
|
-
};
|
|
2915
|
-
|
|
2916
|
-
exports.BillingTransactionStatus = exports.$Enums.BillingTransactionStatus = {
|
|
2917
|
-
INITIATED: 'INITIATED',
|
|
2918
|
-
ORDER_CREATED: 'ORDER_CREATED',
|
|
2919
|
-
PAYMENT_PENDING: 'PAYMENT_PENDING',
|
|
2920
|
-
SUCCESS: 'SUCCESS',
|
|
2921
|
-
FAILED: 'FAILED',
|
|
2922
|
-
CANCELLED: 'CANCELLED',
|
|
2923
|
-
REFUND_PENDING: 'REFUND_PENDING',
|
|
2924
|
-
REFUND_FAILED: 'REFUND_FAILED',
|
|
2925
|
-
REFUNDED: 'REFUNDED'
|
|
2926
|
-
};
|
|
2927
|
-
|
|
2928
|
-
exports.BillingTransactionFailureCategory = exports.$Enums.BillingTransactionFailureCategory = {
|
|
2929
|
-
RAZORPAY_ORDER: 'RAZORPAY_ORDER',
|
|
2930
|
-
RAZORPAY_PAYMENT: 'RAZORPAY_PAYMENT',
|
|
2931
|
-
REFUND: 'REFUND',
|
|
2932
|
-
INTERNAL: 'INTERNAL'
|
|
2933
|
-
};
|
|
2934
|
-
|
|
2935
|
-
exports.BillingPaymentMismatchStatus = exports.$Enums.BillingPaymentMismatchStatus = {
|
|
2936
|
-
DETECTED: 'DETECTED',
|
|
2937
|
-
UNFULFILLED: 'UNFULFILLED'
|
|
2938
|
-
};
|
|
2939
|
-
|
|
2940
|
-
exports.PaymentWebhookEventStatus = exports.$Enums.PaymentWebhookEventStatus = {
|
|
2941
|
-
RECEIVED: 'RECEIVED',
|
|
2942
|
-
PROCESSED: 'PROCESSED',
|
|
2943
|
-
FAILED: 'FAILED'
|
|
2944
|
-
};
|
|
2945
|
-
|
|
2946
2879
|
exports.AsyncOperationStatus = exports.$Enums.AsyncOperationStatus = {
|
|
2947
2880
|
PENDING: 'PENDING',
|
|
2948
2881
|
IN_PROGRESS: 'IN_PROGRESS',
|
|
@@ -2963,6 +2896,19 @@ exports.Difficulty = exports.$Enums.Difficulty = {
|
|
|
2963
2896
|
HARD: 'HARD'
|
|
2964
2897
|
};
|
|
2965
2898
|
|
|
2899
|
+
exports.ResumeStatus = exports.$Enums.ResumeStatus = {
|
|
2900
|
+
DRAFT: 'DRAFT',
|
|
2901
|
+
GENERATING: 'GENERATING',
|
|
2902
|
+
COMPLETED: 'COMPLETED'
|
|
2903
|
+
};
|
|
2904
|
+
|
|
2905
|
+
exports.ResumeOrigin = exports.$Enums.ResumeOrigin = {
|
|
2906
|
+
UPLOADED: 'UPLOADED',
|
|
2907
|
+
PARSED: 'PARSED',
|
|
2908
|
+
AI_GENERATED: 'AI_GENERATED',
|
|
2909
|
+
TAILORED: 'TAILORED'
|
|
2910
|
+
};
|
|
2911
|
+
|
|
2966
2912
|
exports.UsageSourceType = exports.$Enums.UsageSourceType = {
|
|
2967
2913
|
activity_event: 'activity_event',
|
|
2968
2914
|
usage_publisher: 'usage_publisher',
|
|
@@ -3076,8 +3022,6 @@ exports.Prisma.ModelName = {
|
|
|
3076
3022
|
OpenJobAnalyticsDaily: 'OpenJobAnalyticsDaily',
|
|
3077
3023
|
Organisation: 'Organisation',
|
|
3078
3024
|
OrganisationConfig: 'OrganisationConfig',
|
|
3079
|
-
BillingTransaction: 'BillingTransaction',
|
|
3080
|
-
PaymentWebhookEvent: 'PaymentWebhookEvent',
|
|
3081
3025
|
Permission: 'Permission',
|
|
3082
3026
|
PipelineDistributionAnalytics: 'PipelineDistributionAnalytics',
|
|
3083
3027
|
PipelineDistributionAnalyticsDaily: 'PipelineDistributionAnalyticsDaily',
|