From 7ea055658afd09ee0355dea8e88d87a094e88d6a Mon Sep 17 00:00:00 2001 From: Job Rietbergen Date: Mon, 13 Apr 2026 22:26:54 +0200 Subject: [PATCH 1/2] feat(promo): add new self-service promo code --- apps/web/src/lib/promoCreditCategories.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps/web/src/lib/promoCreditCategories.ts b/apps/web/src/lib/promoCreditCategories.ts index 29b1ca48c..f2a1a4b0f 100644 --- a/apps/web/src/lib/promoCreditCategories.ts +++ b/apps/web/src/lib/promoCreditCategories.ts @@ -719,6 +719,17 @@ const encryptedSelfServicePromos: readonly EncryptedSelfServicePromoCreditCatego promotion_ends_at: new Date('2026-04-30'), total_redemptions_allowed: 563, }, + { + encrypted_credit_category: + 'uUuur9I2iZOBVuFT12Qesw==:nzwZRYrw5yNyIceuzIlFIA==:2gJR8oVMRq6ka1mEQ0U=', + is_user_selfservicable: true, + is_idempotent: true, + amount_usd: 10, + description: 'Free AI Inference KiloClaw email', + promotion_ends_at: new Date('2026-04-21T23:59:59Z'), + total_redemptions_allowed: 4175, + expiry_hours: 7 * 24, + }, ]; const selfServicePromos: readonly SelfServicePromoCreditCategoryConfig[] = From bd4b50f977a4d419b0d1b15c86ed311916ab07d2 Mon Sep 17 00:00:00 2001 From: Rietie Date: Mon, 13 Apr 2026 22:31:51 +0200 Subject: [PATCH 2/2] Update apps/web/src/lib/promoCreditCategories.ts Co-authored-by: Evan Jacobson --- apps/web/src/lib/promoCreditCategories.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/lib/promoCreditCategories.ts b/apps/web/src/lib/promoCreditCategories.ts index f2a1a4b0f..e8cca67ea 100644 --- a/apps/web/src/lib/promoCreditCategories.ts +++ b/apps/web/src/lib/promoCreditCategories.ts @@ -726,7 +726,7 @@ const encryptedSelfServicePromos: readonly EncryptedSelfServicePromoCreditCatego is_idempotent: true, amount_usd: 10, description: 'Free AI Inference KiloClaw email', - promotion_ends_at: new Date('2026-04-21T23:59:59Z'), + promotion_ends_at: new Date('2026-04-22'), total_redemptions_allowed: 4175, expiry_hours: 7 * 24, },