@adaptware/eagles-db 0.5.41 → 0.5.42

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.
Files changed (65) hide show
  1. package/client/edge.js +15 -21
  2. package/client/index-browser.js +9 -14
  3. package/client/index.d.ts +1046 -248
  4. package/client/index.js +20 -26
  5. package/client/package.json +1 -1
  6. package/client/schema.prisma +68 -80
  7. package/client/wasm.js +15 -21
  8. package/package.json +1 -1
  9. package/prisma/.DS_Store +0 -0
  10. package/prisma/schema/.DS_Store +0 -0
  11. package/prisma/schema/applications.prisma +34 -29
  12. package/prisma/schema/assessmentLibrary.prisma +0 -2
  13. package/prisma/schema/document.prisma +1 -0
  14. package/prisma/schema/evaluationPlan.prisma +0 -9
  15. package/prisma/schema/jobApplicationFields.prisma +19 -15
  16. package/prisma/schema/jobApplicationResponse.prisma +7 -5
  17. package/prisma/schema/migrations/.DS_Store +0 -0
  18. package/prisma/schema/migrations/20260826160000_add_application_fit_check_report_document/.DS_Store +0 -0
  19. package/prisma/schema/migrations/20260826160000_add_application_fit_check_report_document/migration.sql +13 -0
  20. package/prisma/schema/questions.prisma +0 -13
  21. package/prisma/schema/migrations/20260522120000_ongoing_evaluation_record_kind/migration.sql +0 -25
  22. package/prisma/schema/migrations/20260523120000_replace_record_kind_with_is_committed/migration.sql +0 -24
  23. package/prisma/schema/migrations/20260528120000_drop_job_description_recommendation_config/migration.sql +0 -2
  24. package/prisma/schema/migrations/20260710120000_add_resume_rendered_export_fields/migration.sql +0 -9
  25. package/prisma/schema/migrations/20260714120000_add_job_description_display_html_document/migration.sql +0 -8
  26. package/prisma/schema/migrations/20260716120000_add_offer_letters/migration.sql +0 -183
  27. package/prisma/schema/migrations/20260716140000_offer_schema_refinements/migration.sql +0 -13
  28. package/prisma/schema/migrations/20260716160000_offer_schema_hardening/migration.sql +0 -95
  29. package/prisma/schema/migrations/20260716180000_offer_letter_template_config/migration.sql +0 -2
  30. package/prisma/schema/migrations/20260716190000_add_evaluation_focus_areas/migration.sql +0 -6
  31. package/prisma/schema/migrations/20260717120000_offer_workflow_approval/migration.sql +0 -30
  32. package/prisma/schema/migrations/20260720120000_offer_letter_template_is_draft/migration.sql +0 -5
  33. package/prisma/schema/migrations/20260720140000_offer_status_split/migration.sql +0 -51
  34. package/prisma/schema/migrations/20260720140001_offer_status_split_backfill/migration.sql +0 -37
  35. package/prisma/schema/migrations/20260722120000_offer_draft_edited_html/migration.sql +0 -13
  36. package/prisma/schema/migrations/20260723150000_offer_withdraw_actor_no_show_reason/migration.sql +0 -10
  37. package/prisma/schema/migrations/20260724120000_open_job_offer_accepted_declined_counts/migration.sql +0 -7
  38. package/prisma/schema/migrations/20260811120000_add_integration_provider_razorpay/migration.sql +0 -6
  39. package/prisma/schema/migrations/20260812120000_add_billing_transactions/migration.sql +0 -49
  40. package/prisma/schema/migrations/20260812130000_drop_billing_transaction_gst_snapshots/migration.sql +0 -3
  41. package/prisma/schema/migrations/20260812180000_billing_transaction_invoice_number/migration.sql +0 -5
  42. package/prisma/schema/migrations/20260813120000_payment_webhooks_gst_refunds/migration.sql +0 -79
  43. package/prisma/schema/migrations/20260813140000_platform_gst_profiles/migration.sql +0 -49
  44. package/prisma/schema/migrations/20260813150000_rename_gst_profiles/migration.sql +0 -53
  45. package/prisma/schema/migrations/20260813160000_remove_gst_billing/migration.sql +0 -16
  46. package/prisma/schema/migrations/20260813170000_billing_licensing_unrecoverable/migration.sql +0 -2
  47. package/prisma/schema/migrations/20260813180000_billing_transaction_payment_method/migration.sql +0 -2
  48. package/prisma/schema/migrations/20260814090000_billing_transaction_purchaser_email/migration.sql +0 -2
  49. package/prisma/schema/migrations/20260816100000_billing_product_organisations/migration.sql +0 -35
  50. package/prisma/schema/migrations/20260816120000_merge_billing_product_organisations/migration.sql +0 -25
  51. package/prisma/schema/migrations/20260817120000_billing_payment_mismatch/migration.sql +0 -7
  52. package/prisma/schema/migrations/20260819120000_billing_product_prices/migration.sql +0 -62
  53. package/prisma/schema/migrations/20260819140000_billing_exchange_rates/migration.sql +0 -25
  54. package/prisma/schema/migrations/20260820120000_billing_transaction_failure_category/migration.sql +0 -31
  55. package/prisma/schema/migrations/20260820130000_backfill_billing_transaction_failure_details/migration.sql +0 -23
  56. package/prisma/schema/migrations/20260820140000_drop_billing_product_price_overrides/migration.sql +0 -2
  57. package/prisma/schema/migrations/20260821120000_drop_billing_product_and_mock_licensing/migration.sql +0 -38
  58. package/prisma/schema/migrations/20260824120000_billing_transaction_purchase_display_name/migration.sql +0 -2
  59. package/prisma/schema/migrations/20260831120000_user_communication_email/migration.sql +0 -6
  60. package/prisma/schema/migrations/20260901143000_assessment_question_bank_state/migration.sql +0 -15
  61. package/prisma/schema/migrations/20260902120000_question_category_two_values/migration.sql +0 -16
  62. package/prisma/schema/migrations/20260902143000_question_bank_item_key/migration.sql +0 -17
  63. package/prisma/schema/migrations/20260903120000_split_round_type_assessment/migration.sql +0 -9
  64. package/prisma/schema/migrations/20260904110000_restore_round_type_assessment_enum/migration.sql +0 -5
  65. package/prisma/schema/migrations/20260904120000_revert_wrong_split_assessment_round_types/migration.sql +0 -42
@@ -1,30 +0,0 @@
1
- -- AlterEnum
2
- ALTER TYPE "OfferSubstatus" ADD VALUE 'PENDING_APPROVAL' AFTER 'OFFER_CREATED';
3
-
4
- -- CreateEnum
5
- CREATE TYPE "OfferApprovalStatus" AS ENUM ('PENDING', 'APPROVED', 'REJECTED');
6
-
7
- -- CreateTable
8
- CREATE TABLE "OfferApproval" (
9
- "id" TEXT NOT NULL,
10
- "offer_id" TEXT NOT NULL,
11
- "status" "OfferApprovalStatus" NOT NULL DEFAULT 'PENDING',
12
- "note" TEXT,
13
- "decided_at" TIMESTAMP(3),
14
- "decided_by" TEXT,
15
- "created_by" TEXT NOT NULL,
16
- "updated_by" TEXT NOT NULL,
17
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
18
- "updated_at" TIMESTAMP(3) NOT NULL,
19
-
20
- CONSTRAINT "OfferApproval_pkey" PRIMARY KEY ("id")
21
- );
22
-
23
- -- CreateIndex
24
- CREATE INDEX "OfferApproval_offer_id_status_idx" ON "OfferApproval"("offer_id", "status");
25
-
26
- -- CreateIndex
27
- CREATE INDEX "OfferApproval_offer_id_created_at_idx" ON "OfferApproval"("offer_id", "created_at");
28
-
29
- -- AddForeignKey
30
- ALTER TABLE "OfferApproval" ADD CONSTRAINT "OfferApproval_offer_id_fkey" FOREIGN KEY ("offer_id") REFERENCES "Offer"("id") ON DELETE CASCADE ON UPDATE CASCADE;
@@ -1,5 +0,0 @@
1
- -- AlterTable
2
- ALTER TABLE "public"."OfferLetterTemplate" ADD COLUMN "is_draft" BOOLEAN NOT NULL DEFAULT false;
3
-
4
- -- CreateIndex
5
- CREATE INDEX "OfferLetterTemplate_job_description_id_is_draft_idx" ON "public"."OfferLetterTemplate"("job_description_id", "is_draft");
@@ -1,51 +0,0 @@
1
- -- CreateEnum
2
- CREATE TYPE "OfferStatus" AS ENUM ('OPEN', 'ACCEPTED', 'DECLINED', 'EXPIRED', 'WITHDRAWN', 'JOINED', 'NO_SHOW');
3
-
4
- -- AlterEnum: ApplicationStatus — offer pipeline stages
5
- -- Must be committed before OFFER/HIRED are used in UPDATE (see next migration).
6
- ALTER TYPE "ApplicationStatus" ADD VALUE 'OFFER';
7
- ALTER TYPE "ApplicationStatus" ADD VALUE 'HIRED';
8
-
9
- -- AlterTable: Offer — status + no-show
10
- ALTER TABLE "Offer" ADD COLUMN "status" "OfferStatus" NOT NULL DEFAULT 'OPEN',
11
- ADD COLUMN "no_show_at" TIMESTAMP(3);
12
-
13
- -- Backfill Offer.status from legacy substatus outcomes
14
- UPDATE "Offer"
15
- SET "status" = CASE
16
- WHEN "substatus" IN (
17
- 'OFFER_CREATED',
18
- 'PENDING_APPROVAL',
19
- 'OFFER_SENT',
20
- 'VIEWED',
21
- 'CHANGE_REQUESTED',
22
- 'CHANGE_UNDER_REVIEW',
23
- 'COUNTER_OFFER_SENT'
24
- ) THEN 'OPEN'::"OfferStatus"
25
- WHEN "substatus" = 'ACCEPTED' THEN 'ACCEPTED'::"OfferStatus"
26
- WHEN "substatus" = 'DECLINED' THEN 'DECLINED'::"OfferStatus"
27
- WHEN "substatus" = 'EXPIRED' THEN 'EXPIRED'::"OfferStatus"
28
- WHEN "substatus" = 'WITHDRAWN' THEN 'WITHDRAWN'::"OfferStatus"
29
- WHEN "substatus" = 'JOINED' THEN 'JOINED'::"OfferStatus"
30
- ELSE 'OPEN'::"OfferStatus"
31
- END;
32
-
33
- -- Clear substatus for terminal outcomes
34
- UPDATE "Offer"
35
- SET "substatus" = NULL
36
- WHERE "status" IN ('ACCEPTED', 'DECLINED', 'EXPIRED', 'WITHDRAWN', 'JOINED');
37
-
38
- ALTER TABLE "Offer" ALTER COLUMN "substatus" DROP DEFAULT;
39
- ALTER TABLE "Offer" ALTER COLUMN "substatus" DROP NOT NULL;
40
-
41
- -- AlterTable: Application — offer_status mirror
42
- ALTER TABLE "Application" ADD COLUMN "offer_status" "OfferStatus";
43
-
44
- -- Backfill Application offer mirrors from active offers
45
- UPDATE "Application" a
46
- SET
47
- "offer_status" = o."status",
48
- "offer_substatus" = o."substatus"
49
- FROM "Offer" o
50
- WHERE o."application_id" = a."id"
51
- AND o."is_active" = true;
@@ -1,37 +0,0 @@
1
- -- ApplicationStatus OFFER/HIRED were added in the prior migration; safe to use after commit.
2
-
3
- -- Backfill Application pipeline stage
4
- UPDATE "Application"
5
- SET "status" = 'HIRED'::"ApplicationStatus"
6
- WHERE "offer_status" = 'JOINED'::"OfferStatus";
7
-
8
- UPDATE "Application"
9
- SET "status" = 'OFFER'::"ApplicationStatus"
10
- WHERE "offer_status" IS NOT NULL
11
- AND "offer_status" <> 'JOINED'::"OfferStatus";
12
-
13
- -- Slim OfferSubstatus: remove terminal values
14
- CREATE TYPE "OfferSubstatus_new" AS ENUM (
15
- 'OFFER_CREATED',
16
- 'PENDING_APPROVAL',
17
- 'OFFER_SENT',
18
- 'VIEWED',
19
- 'CHANGE_REQUESTED',
20
- 'CHANGE_UNDER_REVIEW',
21
- 'COUNTER_OFFER_SENT'
22
- );
23
-
24
- ALTER TABLE "Offer"
25
- ALTER COLUMN "substatus" TYPE "OfferSubstatus_new"
26
- USING ("substatus"::text::"OfferSubstatus_new");
27
-
28
- ALTER TABLE "Application"
29
- ALTER COLUMN "offer_substatus" TYPE "OfferSubstatus_new"
30
- USING ("offer_substatus"::text::"OfferSubstatus_new");
31
-
32
- DROP TYPE "OfferSubstatus";
33
- ALTER TYPE "OfferSubstatus_new" RENAME TO "OfferSubstatus";
34
-
35
- -- CreateIndex
36
- CREATE INDEX "Offer_organisation_id_status_idx" ON "Offer"("organisation_id", "status");
37
- CREATE INDEX "Offer_status_idx" ON "Offer"("status");
@@ -1,13 +0,0 @@
1
- -- Offer-scoped draft letter HTML (never mutates OfferLetterTemplate).
2
- ALTER TABLE "public"."Offer"
3
- ADD COLUMN "draft_edited_html_document_id" TEXT;
4
-
5
- CREATE INDEX "Offer_draft_edited_html_document_id_idx"
6
- ON "public"."Offer"("draft_edited_html_document_id");
7
-
8
- ALTER TABLE "public"."Offer"
9
- ADD CONSTRAINT "Offer_draft_edited_html_document_id_fkey"
10
- FOREIGN KEY ("draft_edited_html_document_id")
11
- REFERENCES "public"."Document"("id")
12
- ON DELETE SET NULL
13
- ON UPDATE CASCADE;
@@ -1,10 +0,0 @@
1
- -- CreateEnum
2
- CREATE TYPE "public"."OfferWithdrawActor" AS ENUM ('CANDIDATE', 'ORGANISATION');
3
-
4
- -- CreateEnum
5
- CREATE TYPE "public"."OfferNoShowReason" AS ENUM ('ACCEPTED_ELSEWHERE', 'OTHER');
6
-
7
- -- AlterTable
8
- ALTER TABLE "public"."Offer"
9
- ADD COLUMN "withdraw_actor" "public"."OfferWithdrawActor",
10
- ADD COLUMN "no_show_reason" "public"."OfferNoShowReason";
@@ -1,7 +0,0 @@
1
- ALTER TABLE analytics.open_job_analytics
2
- ADD COLUMN IF NOT EXISTS offer_accepted_count INT NOT NULL DEFAULT 0,
3
- ADD COLUMN IF NOT EXISTS offer_declined_count INT NOT NULL DEFAULT 0;
4
-
5
- ALTER TABLE analytics.open_job_analytics_daily
6
- ADD COLUMN IF NOT EXISTS offer_accepted_count INT NOT NULL DEFAULT 0,
7
- ADD COLUMN IF NOT EXISTS offer_declined_count INT NOT NULL DEFAULT 0;
@@ -1,6 +0,0 @@
1
- -- Idempotent: skip if RAZORPAY was added manually or in a prior partial apply.
2
- DO $$ BEGIN
3
- ALTER TYPE "IntegrationProvider" ADD VALUE 'RAZORPAY';
4
- EXCEPTION
5
- WHEN duplicate_object THEN NULL;
6
- END $$;
@@ -1,49 +0,0 @@
1
- -- CreateEnum
2
- CREATE TYPE "BillingTransactionStatus" AS ENUM ('INITIATED', 'ORDER_CREATED', 'PAYMENT_PENDING', 'SUCCESS', 'FAILED', 'CANCELLED', 'REFUNDED');
3
-
4
- -- CreateEnum
5
- CREATE TYPE "BillingTransactionType" AS ENUM ('PURCHASE', 'TOP_UP', 'REFUND');
6
-
7
- -- CreateEnum
8
- CREATE TYPE "BillingTransactionFailureReason" AS ENUM ('RAZORPAY_ORDER_CREATION_FAILED', 'PAYMENT_FAILED', 'PAYMENT_CANCELLED', 'WEBHOOK_PROCESSING_FAILED');
9
-
10
- -- CreateTable
11
- CREATE TABLE "billing_transactions" (
12
- "id" TEXT NOT NULL,
13
- "organisation_id" TEXT NOT NULL,
14
- "product_id" TEXT NOT NULL,
15
- "transaction_type" "BillingTransactionType" NOT NULL,
16
- "status" "BillingTransactionStatus" NOT NULL DEFAULT 'INITIATED',
17
- "failure_reason" "BillingTransactionFailureReason",
18
- "amount" INTEGER NOT NULL,
19
- "tax_amount" INTEGER NOT NULL DEFAULT 0,
20
- "total_amount" INTEGER NOT NULL,
21
- "currency" TEXT NOT NULL DEFAULT 'INR',
22
- "gst_id" TEXT,
23
- "razorpay_order_id" TEXT,
24
- "razorpay_payment_id" TEXT,
25
- "razorpay_subscription_id" TEXT,
26
- "idempotency_key" TEXT NOT NULL,
27
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
28
- "updated_at" TIMESTAMP(3) NOT NULL,
29
-
30
- CONSTRAINT "billing_transactions_pkey" PRIMARY KEY ("id")
31
- );
32
-
33
- -- CreateIndex
34
- CREATE UNIQUE INDEX "billing_transactions_idempotency_key_key" ON "billing_transactions"("idempotency_key");
35
-
36
- -- CreateIndex
37
- CREATE INDEX "billing_transactions_organisation_id_status_idx" ON "billing_transactions"("organisation_id", "status");
38
-
39
- -- CreateIndex
40
- CREATE INDEX "billing_transactions_product_id_idx" ON "billing_transactions"("product_id");
41
-
42
- -- CreateIndex
43
- CREATE INDEX "billing_transactions_razorpay_order_id_idx" ON "billing_transactions"("razorpay_order_id");
44
-
45
- -- AddForeignKey
46
- ALTER TABLE "billing_transactions" ADD CONSTRAINT "billing_transactions_organisation_id_fkey" FOREIGN KEY ("organisation_id") REFERENCES "Organisation"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
47
-
48
- -- AddForeignKey
49
- ALTER TABLE "billing_transactions" ADD CONSTRAINT "billing_transactions_product_id_fkey" FOREIGN KEY ("product_id") REFERENCES "billing_products"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
@@ -1,3 +0,0 @@
1
- -- Drop GST snapshot columns; gst_id + tax_amount are sufficient until organisation_gst_profiles (§9).
2
- ALTER TABLE "billing_transactions" DROP COLUMN IF EXISTS "gstin_snapshot";
3
- ALTER TABLE "billing_transactions" DROP COLUMN IF EXISTS "tax_snapshot";
@@ -1,5 +0,0 @@
1
- -- AlterTable
2
- ALTER TABLE "billing_transactions" ADD COLUMN "invoice_number" TEXT;
3
-
4
- -- CreateIndex
5
- CREATE UNIQUE INDEX "billing_transactions_invoice_number_key" ON "billing_transactions"("invoice_number");
@@ -1,79 +0,0 @@
1
- -- CreateEnum
2
- CREATE TYPE "PaymentWebhookEventStatus" AS ENUM ('RECEIVED', 'PROCESSED', 'FAILED');
3
-
4
- -- CreateEnum
5
- CREATE TYPE "BillingLicensingStatus" AS ENUM ('PENDING', 'COMPLETED', 'FAILED');
6
-
7
- -- AlterEnum
8
- ALTER TYPE "BillingTransactionStatus" ADD VALUE 'REFUND_PENDING';
9
- ALTER TYPE "BillingTransactionStatus" ADD VALUE 'REFUND_FAILED';
10
-
11
- -- AlterEnum
12
- ALTER TYPE "BillingTransactionFailureReason" ADD VALUE 'LICENSING_GRANT_FAILED';
13
- ALTER TYPE "BillingTransactionFailureReason" ADD VALUE 'REFUND_FAILED';
14
-
15
- -- CreateTable
16
- CREATE TABLE "organisation_gst_profiles" (
17
- "id" TEXT NOT NULL,
18
- "organisation_id" TEXT NOT NULL,
19
- "name" TEXT NOT NULL,
20
- "country_code" TEXT NOT NULL,
21
- "gstin" TEXT NOT NULL,
22
- "billing_address" TEXT NOT NULL,
23
- "state_code" TEXT NOT NULL,
24
- "is_active" BOOLEAN NOT NULL DEFAULT false,
25
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
26
- "updated_at" TIMESTAMP(3) NOT NULL,
27
-
28
- CONSTRAINT "organisation_gst_profiles_pkey" PRIMARY KEY ("id")
29
- );
30
-
31
- -- CreateTable
32
- CREATE TABLE "payment_webhook_events" (
33
- "id" TEXT NOT NULL,
34
- "organisation_id" TEXT,
35
- "provider" TEXT NOT NULL,
36
- "provider_event_id" TEXT NOT NULL,
37
- "event_type" TEXT NOT NULL,
38
- "status" "PaymentWebhookEventStatus" NOT NULL DEFAULT 'RECEIVED',
39
- "billing_transaction_id" TEXT,
40
- "error_message" TEXT,
41
- "processed_at" TIMESTAMP(3),
42
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
43
-
44
- CONSTRAINT "payment_webhook_events_pkey" PRIMARY KEY ("id")
45
- );
46
-
47
- -- AlterTable
48
- ALTER TABLE "billing_transactions" RENAME COLUMN "gst_id" TO "gst_profile_id";
49
-
50
- -- AlterTable
51
- ALTER TABLE "billing_transactions" ADD COLUMN "tax_breakdown" JSONB,
52
- ADD COLUMN "licensing_status" "BillingLicensingStatus",
53
- ADD COLUMN "refund_reason" TEXT,
54
- ADD COLUMN "refund_amount" INTEGER,
55
- ADD COLUMN "razorpay_refund_id" TEXT;
56
-
57
- -- CreateIndex
58
- CREATE INDEX "organisation_gst_profiles_organisation_id_is_active_idx" ON "organisation_gst_profiles"("organisation_id", "is_active");
59
-
60
- -- CreateIndex
61
- CREATE INDEX "payment_webhook_events_status_created_at_idx" ON "payment_webhook_events"("status", "created_at");
62
-
63
- -- CreateIndex
64
- CREATE UNIQUE INDEX "payment_webhook_events_provider_provider_event_id_key" ON "payment_webhook_events"("provider", "provider_event_id");
65
-
66
- -- CreateIndex
67
- CREATE INDEX "billing_transactions_licensing_status_idx" ON "billing_transactions"("licensing_status");
68
-
69
- -- CreateIndex
70
- CREATE UNIQUE INDEX "billing_transactions_razorpay_payment_id_key" ON "billing_transactions"("razorpay_payment_id");
71
-
72
- -- AddForeignKey
73
- ALTER TABLE "organisation_gst_profiles" ADD CONSTRAINT "organisation_gst_profiles_organisation_id_fkey" FOREIGN KEY ("organisation_id") REFERENCES "Organisation"("id") ON DELETE RESTRICT ON UPDATE CASCADE;
74
-
75
- -- AddForeignKey
76
- ALTER TABLE "payment_webhook_events" ADD CONSTRAINT "payment_webhook_events_organisation_id_fkey" FOREIGN KEY ("organisation_id") REFERENCES "Organisation"("id") ON DELETE SET NULL ON UPDATE CASCADE;
77
-
78
- -- AddForeignKey
79
- ALTER TABLE "billing_transactions" ADD CONSTRAINT "billing_transactions_gst_profile_id_fkey" FOREIGN KEY ("gst_profile_id") REFERENCES "organisation_gst_profiles"("id") ON DELETE SET NULL ON UPDATE CASCADE;
@@ -1,49 +0,0 @@
1
- -- Keep a single active Treadspace GST profile if several org-scoped ones exist.
2
- WITH keep AS (
3
- SELECT id
4
- FROM organisation_gst_profiles
5
- WHERE is_active = true
6
- ORDER BY updated_at DESC
7
- LIMIT 1
8
- )
9
- UPDATE organisation_gst_profiles
10
- SET is_active = false
11
- WHERE is_active = true
12
- AND id NOT IN (SELECT id FROM keep);
13
-
14
- -- Drop organisation ownership from GST profiles.
15
- ALTER TABLE "organisation_gst_profiles" DROP CONSTRAINT "organisation_gst_profiles_organisation_id_fkey";
16
-
17
- DROP INDEX "organisation_gst_profiles_organisation_id_is_active_idx";
18
-
19
- ALTER TABLE "organisation_gst_profiles" DROP COLUMN "organisation_id";
20
-
21
- CREATE INDEX "organisation_gst_profiles_is_active_idx" ON "organisation_gst_profiles"("is_active");
22
-
23
- -- Platform GST rules (18% tax-exclusive, split CGST/SGST for intrastate).
24
- CREATE TABLE "billing_gst_config" (
25
- "id" TEXT NOT NULL,
26
- "rate_bps" INTEGER NOT NULL DEFAULT 1800,
27
- "split_intrastate" BOOLEAN NOT NULL DEFAULT true,
28
- "tax_inclusive" BOOLEAN NOT NULL DEFAULT false,
29
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
30
- "updated_at" TIMESTAMP(3) NOT NULL,
31
-
32
- CONSTRAINT "billing_gst_config_pkey" PRIMARY KEY ("id")
33
- );
34
-
35
- INSERT INTO "billing_gst_config" (
36
- "id",
37
- "rate_bps",
38
- "split_intrastate",
39
- "tax_inclusive",
40
- "created_at",
41
- "updated_at"
42
- ) VALUES (
43
- 'platform',
44
- 1800,
45
- true,
46
- false,
47
- CURRENT_TIMESTAMP,
48
- CURRENT_TIMESTAMP
49
- );
@@ -1,53 +0,0 @@
1
- ALTER TABLE "billing_transactions"
2
- DROP CONSTRAINT IF EXISTS "billing_transactions_gst_profile_id_fkey";
3
-
4
- DO $$
5
- BEGIN
6
- IF to_regclass('public.organisation_gst_profiles') IS NOT NULL
7
- AND to_regclass('public.gst_profiles') IS NULL THEN
8
- ALTER TABLE "organisation_gst_profiles" RENAME TO "gst_profiles";
9
-
10
- IF EXISTS (
11
- SELECT 1 FROM pg_constraint WHERE conname = 'organisation_gst_profiles_pkey'
12
- ) THEN
13
- ALTER TABLE "gst_profiles"
14
- RENAME CONSTRAINT "organisation_gst_profiles_pkey" TO "gst_profiles_pkey";
15
- END IF;
16
-
17
- IF EXISTS (
18
- SELECT 1 FROM pg_class c
19
- JOIN pg_namespace n ON n.oid = c.relnamespace
20
- WHERE n.nspname = 'public'
21
- AND c.relname = 'organisation_gst_profiles_is_active_idx'
22
- ) THEN
23
- ALTER INDEX "organisation_gst_profiles_is_active_idx"
24
- RENAME TO "gst_profiles_is_active_idx";
25
- END IF;
26
- ELSIF to_regclass('public.organisation_gst_profiles') IS NOT NULL
27
- AND to_regclass('public.gst_profiles') IS NOT NULL THEN
28
- INSERT INTO "gst_profiles" (
29
- id, name, country_code, gstin, billing_address, state_code,
30
- is_active, created_at, updated_at
31
- )
32
- SELECT
33
- id, name, country_code, gstin, billing_address, state_code,
34
- is_active, created_at, updated_at
35
- FROM "organisation_gst_profiles"
36
- ON CONFLICT (id) DO NOTHING;
37
-
38
- DROP TABLE "organisation_gst_profiles";
39
- END IF;
40
- END $$;
41
-
42
- UPDATE "billing_transactions" bt
43
- SET "gst_profile_id" = NULL
44
- WHERE bt."gst_profile_id" IS NOT NULL
45
- AND to_regclass('public.gst_profiles') IS NOT NULL
46
- AND NOT EXISTS (
47
- SELECT 1 FROM "gst_profiles" g WHERE g.id = bt."gst_profile_id"
48
- );
49
-
50
- ALTER TABLE "billing_transactions"
51
- ADD CONSTRAINT "billing_transactions_gst_profile_id_fkey"
52
- FOREIGN KEY ("gst_profile_id") REFERENCES "gst_profiles"("id")
53
- ON DELETE SET NULL ON UPDATE CASCADE;
@@ -1,16 +0,0 @@
1
- -- Preserve the amount actually charged (base + tax) before dropping GST columns.
2
- UPDATE "billing_transactions"
3
- SET "amount" = "total_amount"
4
- WHERE "total_amount" IS NOT NULL
5
- AND "total_amount" <> "amount";
6
-
7
- ALTER TABLE "billing_transactions" DROP CONSTRAINT IF EXISTS "billing_transactions_gst_profile_id_fkey";
8
-
9
- ALTER TABLE "billing_transactions"
10
- DROP COLUMN IF EXISTS "tax_amount",
11
- DROP COLUMN IF EXISTS "tax_breakdown",
12
- DROP COLUMN IF EXISTS "total_amount",
13
- DROP COLUMN IF EXISTS "gst_profile_id";
14
-
15
- DROP TABLE IF EXISTS "gst_profiles";
16
- DROP TABLE IF EXISTS "billing_gst_config";
@@ -1,2 +0,0 @@
1
- -- Add UNRECOVERABLE licensing status for Super Admin–marked unrecoverable activation failures.
2
- ALTER TYPE "public"."BillingLicensingStatus" ADD VALUE 'UNRECOVERABLE';
@@ -1,2 +0,0 @@
1
- -- AlterTable
2
- ALTER TABLE "billing_transactions" ADD COLUMN "payment_method" TEXT;
@@ -1,2 +0,0 @@
1
- -- AlterTable
2
- ALTER TABLE "billing_transactions" ADD COLUMN IF NOT EXISTS "purchaser_email" TEXT;
@@ -1,35 +0,0 @@
1
- -- Join table: assign billing products to organisations.
2
- -- No rows for a product means it is visible to every organisation.
3
-
4
- CREATE TABLE IF NOT EXISTS "billing_product_organisations" (
5
- "id" TEXT NOT NULL,
6
- "product_id" TEXT NOT NULL,
7
- "organisation_id" TEXT NOT NULL,
8
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
9
-
10
- CONSTRAINT "billing_product_organisations_pkey" PRIMARY KEY ("id")
11
- );
12
-
13
- CREATE UNIQUE INDEX IF NOT EXISTS "billing_product_organisations_product_id_organisation_id_key"
14
- ON "billing_product_organisations"("product_id", "organisation_id");
15
-
16
- CREATE INDEX IF NOT EXISTS "billing_product_organisations_organisation_id_idx"
17
- ON "billing_product_organisations"("organisation_id");
18
-
19
- DO $$ BEGIN
20
- ALTER TABLE "billing_product_organisations"
21
- ADD CONSTRAINT "billing_product_organisations_product_id_fkey"
22
- FOREIGN KEY ("product_id") REFERENCES "billing_products"("id")
23
- ON DELETE CASCADE ON UPDATE CASCADE;
24
- EXCEPTION
25
- WHEN duplicate_object THEN NULL;
26
- END $$;
27
-
28
- DO $$ BEGIN
29
- ALTER TABLE "billing_product_organisations"
30
- ADD CONSTRAINT "billing_product_organisations_organisation_id_fkey"
31
- FOREIGN KEY ("organisation_id") REFERENCES "Organisation"("id")
32
- ON DELETE CASCADE ON UPDATE CASCADE;
33
- EXCEPTION
34
- WHEN duplicate_object THEN NULL;
35
- END $$;
@@ -1,25 +0,0 @@
1
- -- Fold billing_product_organisations into billing_products.organisation_ids.
2
- -- Empty array means the product is offered to every organisation.
3
-
4
- ALTER TABLE "billing_products"
5
- ADD COLUMN IF NOT EXISTS "organisation_ids" TEXT[] NOT NULL DEFAULT ARRAY[]::TEXT[];
6
-
7
- DO $$ BEGIN
8
- IF EXISTS (
9
- SELECT 1
10
- FROM information_schema.tables
11
- WHERE table_schema = 'public'
12
- AND table_name = 'billing_product_organisations'
13
- ) THEN
14
- UPDATE "billing_products" AS bp
15
- SET "organisation_ids" = sub.ids
16
- FROM (
17
- SELECT "product_id", array_agg("organisation_id") AS ids
18
- FROM "billing_product_organisations"
19
- GROUP BY "product_id"
20
- ) AS sub
21
- WHERE bp."id" = sub."product_id";
22
- END IF;
23
- END $$;
24
-
25
- DROP TABLE IF EXISTS "billing_product_organisations";
@@ -1,7 +0,0 @@
1
- -- CreateEnum
2
- CREATE TYPE "public"."BillingPaymentMismatchStatus" AS ENUM ('DETECTED', 'UNFULFILLED');
3
-
4
- -- AlterTable
5
- ALTER TABLE "public"."billing_transactions"
6
- ADD COLUMN "payment_mismatch_status" "public"."BillingPaymentMismatchStatus",
7
- ADD COLUMN "payment_mismatch_fulfilled_by_id" TEXT;
@@ -1,62 +0,0 @@
1
- -- CreateTable
2
- CREATE TABLE "billing_product_prices" (
3
- "id" TEXT NOT NULL,
4
- "product_id" TEXT NOT NULL,
5
- "currency" TEXT NOT NULL,
6
- "amount" INTEGER NOT NULL,
7
- "is_active" BOOLEAN NOT NULL DEFAULT true,
8
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
9
- "updated_at" TIMESTAMP(3) NOT NULL,
10
-
11
- CONSTRAINT "billing_product_prices_pkey" PRIMARY KEY ("id")
12
- );
13
-
14
- -- CreateTable
15
- CREATE TABLE "billing_product_price_overrides" (
16
- "id" TEXT NOT NULL,
17
- "product_id" TEXT NOT NULL,
18
- "country_code" TEXT NOT NULL,
19
- "currency" TEXT NOT NULL,
20
- "amount" INTEGER NOT NULL,
21
- "is_active" BOOLEAN NOT NULL DEFAULT true,
22
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
23
- "updated_at" TIMESTAMP(3) NOT NULL,
24
-
25
- CONSTRAINT "billing_product_price_overrides_pkey" PRIMARY KEY ("id")
26
- );
27
-
28
- -- CreateIndex
29
- CREATE UNIQUE INDEX "billing_product_prices_product_id_currency_key" ON "billing_product_prices"("product_id", "currency");
30
-
31
- -- CreateIndex
32
- CREATE INDEX "billing_product_prices_product_id_is_active_idx" ON "billing_product_prices"("product_id", "is_active");
33
-
34
- -- CreateIndex
35
- CREATE UNIQUE INDEX "billing_product_price_overrides_product_id_country_code_key" ON "billing_product_price_overrides"("product_id", "country_code");
36
-
37
- -- CreateIndex
38
- CREATE INDEX "billing_product_price_overrides_product_id_is_active_idx" ON "billing_product_price_overrides"("product_id", "is_active");
39
-
40
- -- AddForeignKey
41
- ALTER TABLE "billing_product_prices" ADD CONSTRAINT "billing_product_prices_product_id_fkey" FOREIGN KEY ("product_id") REFERENCES "billing_products"("id") ON DELETE CASCADE ON UPDATE CASCADE;
42
-
43
- -- AddForeignKey
44
- ALTER TABLE "billing_product_price_overrides" ADD CONSTRAINT "billing_product_price_overrides_product_id_fkey" FOREIGN KEY ("product_id") REFERENCES "billing_products"("id") ON DELETE CASCADE ON UPDATE CASCADE;
45
-
46
- -- Backfill one currency price per existing product from scalar price_amount/currency
47
- -- (already stored in minor units). Scalar columns are retained until callers migrate.
48
- INSERT INTO "billing_product_prices" ("id", "product_id", "currency", "amount", "is_active", "created_at", "updated_at")
49
- SELECT gen_random_uuid()::text,
50
- bp."id",
51
- bp."currency",
52
- bp."price_amount",
53
- bp."is_active",
54
- bp."created_at",
55
- bp."updated_at"
56
- FROM "billing_products" AS bp
57
- WHERE NOT EXISTS (
58
- SELECT 1
59
- FROM "billing_product_prices" AS bpp
60
- WHERE bpp."product_id" = bp."id"
61
- AND bpp."currency" = bp."currency"
62
- );
@@ -1,25 +0,0 @@
1
- -- CreateTable
2
- CREATE TABLE "billing_exchange_rates" (
3
- "id" TEXT NOT NULL,
4
- "from_currency" TEXT NOT NULL,
5
- "to_currency" TEXT NOT NULL,
6
- "rate" DECIMAL(20,10) NOT NULL,
7
- "is_active" BOOLEAN NOT NULL DEFAULT true,
8
- "updated_by" TEXT NOT NULL,
9
- "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
10
- "updated_at" TIMESTAMP(3) NOT NULL,
11
-
12
- CONSTRAINT "billing_exchange_rates_pkey" PRIMARY KEY ("id")
13
- );
14
-
15
- -- CreateIndex
16
- CREATE UNIQUE INDEX "billing_exchange_rates_from_currency_to_currency_key" ON "billing_exchange_rates"("from_currency", "to_currency");
17
-
18
- -- CreateIndex
19
- CREATE INDEX "billing_exchange_rates_is_active_idx" ON "billing_exchange_rates"("is_active");
20
-
21
- -- Seed v1 INR ↔ USD rates used by the admin converter (major units).
22
- INSERT INTO "billing_exchange_rates" ("id", "from_currency", "to_currency", "rate", "is_active", "updated_by", "created_at", "updated_at")
23
- VALUES
24
- (gen_random_uuid()::text, 'INR', 'USD', 0.0117000000, true, 'system', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP),
25
- (gen_random_uuid()::text, 'USD', 'INR', 85.4700854701, true, 'system', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
@@ -1,31 +0,0 @@
1
- -- CreateEnum
2
- CREATE TYPE "BillingTransactionFailureCategory" AS ENUM ('RAZORPAY_ORDER', 'RAZORPAY_PAYMENT', 'LICENSING', 'REFUND', 'INTERNAL');
3
-
4
- -- Add failure_category and migrate enum failure_reason to text detail
5
- ALTER TABLE "billing_transactions" ADD COLUMN "failure_category" "BillingTransactionFailureCategory";
6
- ALTER TABLE "billing_transactions" ADD COLUMN "failure_reason_text" TEXT;
7
-
8
- UPDATE "billing_transactions"
9
- SET
10
- "failure_category" = CASE "failure_reason"::text
11
- WHEN 'RAZORPAY_ORDER_CREATION_FAILED' THEN 'RAZORPAY_ORDER'::"BillingTransactionFailureCategory"
12
- WHEN 'PAYMENT_FAILED' THEN 'RAZORPAY_PAYMENT'::"BillingTransactionFailureCategory"
13
- WHEN 'PAYMENT_CANCELLED' THEN 'RAZORPAY_PAYMENT'::"BillingTransactionFailureCategory"
14
- WHEN 'WEBHOOK_PROCESSING_FAILED' THEN 'INTERNAL'::"BillingTransactionFailureCategory"
15
- WHEN 'LICENSING_GRANT_FAILED' THEN 'LICENSING'::"BillingTransactionFailureCategory"
16
- WHEN 'REFUND_FAILED' THEN 'REFUND'::"BillingTransactionFailureCategory"
17
- END,
18
- "failure_reason_text" = CASE "failure_reason"::text
19
- WHEN 'RAZORPAY_ORDER_CREATION_FAILED' THEN 'Razorpay order creation failed'
20
- WHEN 'PAYMENT_FAILED' THEN 'Payment failed'
21
- WHEN 'PAYMENT_CANCELLED' THEN 'Payment was cancelled'
22
- WHEN 'WEBHOOK_PROCESSING_FAILED' THEN 'Webhook processing failed'
23
- WHEN 'LICENSING_GRANT_FAILED' THEN 'Unable to provision purchased entitlements'
24
- WHEN 'REFUND_FAILED' THEN 'Refund failed'
25
- END
26
- WHERE "failure_reason" IS NOT NULL;
27
-
28
- ALTER TABLE "billing_transactions" DROP COLUMN "failure_reason";
29
- DROP TYPE "BillingTransactionFailureReason";
30
-
31
- ALTER TABLE "billing_transactions" RENAME COLUMN "failure_reason_text" TO "failure_reason";