@iblai/mcp 1.3.4 → 1.4.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"packages-playwright.d.ts","sourceRoot":"","sources":["../../src/resources/packages-playwright.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;CAgK9B,CAAC"}
1
+ {"version":3,"file":"packages-playwright.d.ts","sourceRoot":"","sources":["../../src/resources/packages-playwright.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;CA+M9B,CAAC"}
@@ -121,6 +121,53 @@ pnpm add -D @playwright/test @axe-core/playwright dotenv cross-env
121
121
  | \`shouldDisplayReportCards\` | Function | \`(page, REPORT_CARDS[]) => Promise<void>\` |
122
122
  | And 13 more CSV editor and combined report helpers | | |
123
123
 
124
+ ### Credit Balance Helpers (paywall trigger + plan-aware dropdown assertions)
125
+
126
+ These helpers drive the navbar \`CreditBalance\` dropdown — the icon trigger gated on \`current_tenant.show_paywall\` and the plan-specific UI states (\`Free\` / \`Trial\` / \`Premium\`).
127
+
128
+ | Export | Type | Description |
129
+ |--------|------|-------------|
130
+ | \`getCurrentTenantShowPaywall\` | Function | \`(page) => Promise<boolean>\` — Read \`current_tenant.show_paywall\` from localStorage |
131
+ | \`creditBalanceTrigger\` | Function | \`(page) => Locator\` — Trigger button (\`data-testid="credit-balance-trigger"\`) |
132
+ | \`creditBalancePanel\` | Function | \`(page) => Locator\` — Dropdown panel (\`data-testid="credit-balance-panel"\`) |
133
+ | \`creditBalancePlanBadge\` | Function | \`(page) => Locator\` — Plan badge inside panel (\`data-testid="credit-balance-plan-badge"\`) |
134
+ | \`expectCreditBalanceVisibilityForTenant\` | Function | \`(page) => Promise<{ shouldBeVisible: boolean }>\` — Assert visibility against tenant flag |
135
+ | \`openCreditBalanceDropdown\` | Function | \`(page) => Promise<Locator>\` — Open and wait for content load |
136
+ | \`waitForCreditBalanceLoaded\` | Function | \`(page) => Promise<void>\` — Wait for "Loading credits..." to clear |
137
+ | \`closeCreditBalanceDropdown\` | Function | \`(page) => Promise<void>\` — Press Escape and assert detach |
138
+ | \`getCreditBalancePlanLabel\` | Function | \`(page) => Promise<'Free' \\| 'Trial' \\| 'Premium' \\| null>\` |
139
+ | \`getCreditBalanceRemaining\` | Function | \`(page) => Promise<number \\| null>\` — Read "X,XXX Credits" remaining |
140
+ | \`expectCreditBalancePanelForFreePlan\` | Function | \`(page) => Promise<void>\` |
141
+ | \`expectCreditBalancePanelForTrialPlan\` | Function | \`(page) => Promise<void>\` |
142
+ | \`expectCreditBalancePanelForPremiumPlan\` | Function | \`(page, { hasPaymentMethod }) => Promise<void>\` |
143
+ | \`expectCreditBalanceForCurrentPlan\` | Function | \`(page, { hasPaymentMethod? }) => Promise<CreditBalancePlan>\` — Detect plan + run matching assertions |
144
+ | \`CreditBalancePlan\` | Type | \`'Free' \\| 'Trial' \\| 'Premium'\` |
145
+
146
+ ### Billing Tab Helpers (Profile > Billing — plan-aware section assertions)
147
+
148
+ Drive the BillingTab inside the user profile modal (\`Plan\`, \`Credits\`, \`Auto Recharge\` sections).
149
+
150
+ | Export | Type | Description |
151
+ |--------|------|-------------|
152
+ | \`billingPlanSection\` | Function | \`(page) => Locator\` — \`data-testid="billing-plan-section"\` |
153
+ | \`billingCreditsSection\` | Function | \`(page) => Locator\` — \`data-testid="billing-credits-section"\` |
154
+ | \`billingAutoRechargeSection\` | Function | \`(page) => Locator\` — \`data-testid="billing-auto-recharge-section"\` |
155
+ | \`getBillingPlanLabel\` | Function | \`(page) => Promise<CreditBalancePlan \\| null>\` |
156
+ | \`getBillingAutoRechargeStatus\` | Function | \`(page) => Promise<'Enabled' \\| 'Disabled' \\| null>\` |
157
+ | \`waitForBillingTabReady\` | Function | \`(page) => Promise<void>\` |
158
+ | \`expectBillingPlanSection\` | Function | \`(page, { plan }) => Promise<void>\` |
159
+ | \`expectBillingCreditsSection\` | Function | \`(page, { plan, hasPaymentMethod? }) => Promise<void>\` |
160
+ | \`expectBillingAutoRechargeSection\` | Function | \`(page, { expectVisible, status? }) => Promise<void>\` |
161
+ | \`expectBillingTabForFreePlan\` | Function | \`(page) => Promise<void>\` |
162
+ | \`expectBillingTabForTrialPlan\` | Function | \`(page, { hasPaymentMethod }) => Promise<void>\` |
163
+ | \`expectBillingTabForPremiumPlan\` | Function | \`(page, { hasPaymentMethod }) => Promise<void>\` |
164
+ | \`expectBillingTabForCurrentPlan\` | Function | \`(page, { hasPaymentMethod? }) => Promise<CreditBalancePlan>\` |
165
+ | \`clickBillingUpgrade\` | Function | \`(page) => Promise<void>\` — Click "Upgrade" in Plan section |
166
+ | \`clickBillingAddCredits\` | Function | \`(page) => Promise<void>\` — Click "Add Credits" in Credits section |
167
+ | \`clickBillingManageBilling\` | Function | \`(page) => Promise<void>\` — Click "Manage Billing" in Credits section |
168
+ | \`clickBillingManageUsage\` | Function | \`(page) => Promise<void>\` — Click "Manage Usage" in Auto Recharge section |
169
+ | \`BillingAutoRechargeStatus\` | Type | \`'Enabled' \\| 'Disabled'\` |
170
+
124
171
  ### Infrastructure
125
172
 
126
173
  | Export | Type | Description |
@@ -1 +1 @@
1
- {"version":3,"file":"packages-playwright.js","sourceRoot":"","sources":["../../src/resources/packages-playwright.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,GAAG,EAAE,2BAA2B;IAChC,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,+FAA+F;IACjG,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyJV;CACA,CAAC"}
1
+ {"version":3,"file":"packages-playwright.js","sourceRoot":"","sources":["../../src/resources/packages-playwright.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,GAAG,EAAE,2BAA2B;IAChC,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,+FAA+F;IACjG,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwMV;CACA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"web-containers.d.ts","sourceRoot":"","sources":["../../src/resources/web-containers.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;CAoLzB,CAAC"}
1
+ {"version":3,"file":"web-containers.d.ts","sourceRoot":"","sources":["../../src/resources/web-containers.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;CAkNzB,CAAC"}
@@ -69,6 +69,36 @@ import {
69
69
  </ChartFiltersProvider>
70
70
  \`\`\`
71
71
 
72
+ ### Billing & Paywall
73
+ \`\`\`typescript
74
+ import {
75
+ CreditBalance,
76
+ PaywallModal,
77
+ UpgradePackageModal,
78
+ } from '@iblai/iblai-js/web-containers';
79
+
80
+ // Plan-aware credit-balance dropdown for the navbar.
81
+ // Gate \`enabled\` on the current tenant's \`show_paywall\` flag.
82
+ <CreditBalance
83
+ tenant={tenantKey}
84
+ username={username}
85
+ mainPlatformKey={mainPlatformKey}
86
+ currentUserEmail={user.email}
87
+ redirectUrl={window.location.href}
88
+ enabled={Boolean(currentTenant.show_paywall)}
89
+ />
90
+
91
+ // "Free upgrade" CTA dialog — wires \`useStripeUpgrade\` to the \`free\` payment link.
92
+ <UpgradePackageModal
93
+ open={isOpen}
94
+ onClose={() => setIsOpen(false)}
95
+ redirectUrl={\`\${window.location.origin}/billing/success\`}
96
+ sourcePlatformKey={tenantKey}
97
+ mainPlatformKey={mainPlatformKey}
98
+ currentUserEmail={user.email}
99
+ />
100
+ \`\`\`
101
+
72
102
  ### Authentication Buttons
73
103
  \`\`\`typescript
74
104
  import { LoginButton, SignupButton } from '@iblai/iblai-js/web-containers';
@@ -1 +1 @@
1
- {"version":3,"file":"web-containers.js","sourceRoot":"","sources":["../../src/resources/web-containers.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,GAAG,EAAE,+BAA+B;IACpC,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,2CAA2C;IACxD,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8KV;CACA,CAAC"}
1
+ {"version":3,"file":"web-containers.js","sourceRoot":"","sources":["../../src/resources/web-containers.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,GAAG,EAAE,+BAA+B;IACpC,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,2CAA2C;IACxD,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4MV;CACA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"web-utils.d.ts","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;CAqPpB,CAAC"}
1
+ {"version":3,"file":"web-utils.d.ts","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;CAyRpB,CAAC"}
@@ -182,6 +182,42 @@ if (isMentorInappropriateContentEnabled()) {
182
182
  - \\\`mentor_report_inappropriate_content\\\` (boolean, default: true) — Allow users to report inappropriate content
183
183
  - \\\`help_center_url\\\` (string, default: "https://docs.ibl.ai") — Help center URL
184
184
 
185
+ ## Billing / Stripe Hooks
186
+
187
+ ### useStripeUpgrade
188
+ Resolves the Stripe Pricing Page session for a tenant and exposes ready-to-redirect checkout URLs for the \`free\` and \`premium\` plans. Used by \`CreditBalance\` and \`UpgradePackageModal\` from \`@iblai/iblai-js/web-containers\`.
189
+
190
+ \`\`\`typescript
191
+ import { useStripeUpgrade } from '@iblai/iblai-js/web-utils';
192
+
193
+ const { isLoading, freeUrl, premiumUrl, handleUpgrade } = useStripeUpgrade({
194
+ redirectUrl,
195
+ sourcePlatformKey: tenantKey,
196
+ mainPlatformKey,
197
+ currentUserEmail: user.email,
198
+ });
199
+
200
+ // Trigger immediate redirect to a specific plan's checkout URL
201
+ await handleUpgrade('premium');
202
+ \`\`\`
203
+
204
+ The hook calls \`useLazyGetStripePricingPageSessionQuery\`, parses the returned \`payment_link_url\` (\`{ free?, premium? }\` JSON string), and appends \`locked_prefilled_email\` + \`client_reference_id\` to each link. When \`redirectPlan\` is provided, it sets \`window.location.href\` to the matching link.
205
+
206
+ ## Tenant Type — Paywall Flag
207
+
208
+ The \`Tenant\` type (\`@iblai/iblai-js/web-utils\`) includes a \`show_paywall\` boolean propagated from the platform settings. \`TenantProvider\` includes it on \`current_tenant\` saved to localStorage so consumers (e.g. \`CreditBalance\`) can gate paywall UI per tenant.
209
+
210
+ \`\`\`typescript
211
+ import type { Tenant } from '@iblai/iblai-js/web-utils';
212
+
213
+ interface Tenant {
214
+ // ...
215
+ is_advertising?: boolean;
216
+ is_enterprise?: boolean;
217
+ show_paywall?: boolean;
218
+ }
219
+ \`\`\`
220
+
185
221
  ## Authentication Utilities
186
222
 
187
223
  \`\`\`typescript
@@ -1 +1 @@
1
- {"version":3,"file":"web-utils.js","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,0BAA0B;IAC/B,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+OV;CACA,CAAC"}
1
+ {"version":3,"file":"web-utils.js","sourceRoot":"","sources":["../../src/resources/web-utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,GAAG,EAAE,0BAA0B;IAC/B,IAAI,EAAE,mBAAmB;IACzB,WAAW,EAAE,8CAA8C;IAC3D,QAAQ,EAAE,eAAe;IACzB,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmRV;CACA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"component-info.d.ts","sourceRoot":"","sources":["../../src/tools/component-info.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;CAc7B,CAAC;AA62GF,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAyD9D"}
1
+ {"version":3,"file":"component-info.d.ts","sourceRoot":"","sources":["../../src/tools/component-info.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;CAc7B,CAAC;AAi8GF,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,CAyD9D"}
@@ -1391,6 +1391,88 @@ interface PaywallModalProps {
1391
1391
  Wires \`useCreateCheckoutMutation\` from \`@iblai/data-layer\` to redirect to Stripe Checkout. The grid auto-sizes for 1, 2, 3, or 4+ prices.
1392
1392
 
1393
1393
  **File Location**: \`packages/web-containers/src/components/modals/paywall-modal.tsx\``,
1394
+ UpgradePackageModal: `# UpgradePackageModal Component
1395
+
1396
+ Centered upgrade dialog presenting a "free upgrade" CTA — typically used to nudge users on the Free plan into the premium tier with no credit-card friction. Wires the \`useStripeUpgrade\` hook (from \`@iblai/iblai-js/web-utils\`) to fetch a Stripe Pricing Page session and redirect to the resolved \`free\` checkout link.
1397
+
1398
+ \`\`\`typescript
1399
+ import { UpgradePackageModal } from '@iblai/iblai-js/web-containers';
1400
+
1401
+ interface UpgradePackageModalProps {
1402
+ open: boolean;
1403
+ onClose: () => void;
1404
+ redirectUrl: string; // success_url passed to Stripe
1405
+ sourcePlatformKey: string; // current tenant key
1406
+ mainPlatformKey: string; // main IBL platform key
1407
+ currentUserEmail: string; // prefills locked_prefilled_email
1408
+ title?: string; // default: "Subscribe to unlock full features"
1409
+ description?: string;
1410
+ ctaLabel?: string; // default: "Upgrade for free"
1411
+ features?: string[]; // bulleted feature list inside the dialog
1412
+ footerNote?: string; // default: "No credit card required. Cancel anytime."
1413
+ className?: string;
1414
+ }
1415
+
1416
+ <UpgradePackageModal
1417
+ open={isUpgradeOpen}
1418
+ onClose={() => setIsUpgradeOpen(false)}
1419
+ redirectUrl={\`\${window.location.origin}/billing/success\`}
1420
+ sourcePlatformKey={tenantKey}
1421
+ mainPlatformKey={mainPlatformKey}
1422
+ currentUserEmail={user.email}
1423
+ />
1424
+ \`\`\`
1425
+
1426
+ The CTA calls \`handleUpgrade('free')\` from \`useStripeUpgrade\` — it resolves the Stripe pricing-page session, picks the \`free\` payment link, appends \`locked_prefilled_email\` and \`client_reference_id\`, and redirects via \`window.location.href\`. Use \`UpgradePackageModal\` for the "free upgrade" path, and \`PaywallModal\` for explicit paid-tier checkout flows.
1427
+
1428
+ **File Location**: \`packages/web-containers/src/components/modals/upgrade-package-modal.tsx\``,
1429
+ CreditBalance: `# CreditBalance Component
1430
+
1431
+ Plan-aware credit balance dropdown that lives in the navbar. Surfaces remaining/consumed credits, reset date, the current plan badge (Free / Trial / Premium), and the auto-recharge configuration; the action button at the bottom adapts to the user's plan and payment-method state.
1432
+
1433
+ \`\`\`typescript
1434
+ import { CreditBalance } from '@iblai/iblai-js/web-containers';
1435
+
1436
+ interface CreditBalanceProps {
1437
+ tenant: string; // tenant/platform key
1438
+ username: string;
1439
+ mainPlatformKey: string; // main IBL platform key (for upgrade flow)
1440
+ currentUserEmail: string;
1441
+ redirectUrl: string; // success_url for Stripe upgrade
1442
+ className?: string;
1443
+ enabled?: boolean; // default: true — gate via tenant.show_paywall
1444
+ }
1445
+
1446
+ // Typically gated on the current tenant's \`show_paywall\` flag
1447
+ <CreditBalance
1448
+ tenant={currentTenant.key}
1449
+ username={username}
1450
+ mainPlatformKey={mainPlatformKey}
1451
+ currentUserEmail={user.email}
1452
+ redirectUrl={window.location.href}
1453
+ enabled={Boolean(currentTenant.show_paywall)}
1454
+ />
1455
+ \`\`\`
1456
+
1457
+ **Behavior:**
1458
+ - Renders nothing when \`enabled\` is false or \`tenant\` is empty.
1459
+ - Trigger button has \`data-testid="credit-balance-trigger"\` (icon-only). Status dot turns amber at \`balance ≤ 10\` ("low") and red at \`balance ≤ 1\` ("critical"); hidden when "healthy".
1460
+ - Dropdown panel has \`data-testid="credit-balance-panel"\` and contains a plan badge with \`data-testid="credit-balance-plan-badge"\`.
1461
+ - Action button rules:
1462
+ - **Free** (or \`free_trial\`): single "Upgrade Plan" button (gradient + \`Sparkles\` icon) — calls \`useStripeUpgrade.handleUpgrade('premium')\`.
1463
+ - **Premium with payment method**: pair of "Manage Usage" and "Add Credits" buttons (open \`AutoRechargeModal\` and \`AddCreditsModal\` respectively).
1464
+ - **Premium without payment method**: single "Manage Billing" button — opens the Stripe customer portal in \`payment_method_update\` flow via \`useCreateStripeCustomerPortalMutation\`.
1465
+ - Auto Recharge section only renders when there is a payment method on file AND plan is not Free.
1466
+ - Re-fetches billing info on every dropdown open via \`refetch()\` from \`useGetAccountBillingInfoQuery\`.
1467
+
1468
+ **Data dependencies:**
1469
+ - \`useGetAccountBillingInfoQuery({ platform_key })\` — credits, plan, payment method, auto-recharge settings, \`free_trial\` flag.
1470
+ - \`useCreateStripeCustomerPortalMutation\` — for the "Manage Billing" path.
1471
+ - \`useStripeUpgrade\` (web-utils) — for the "Upgrade Plan" path.
1472
+
1473
+ **Related:** \`UpgradePackageModal\`, \`AutoRechargeModal\`, \`AddCreditsModal\`, \`useStripeUpgrade\`, \`useGetAccountBillingInfoQuery\`.
1474
+
1475
+ **File Location**: \`packages/web-containers/src/components/credit-balance.tsx\``,
1394
1476
  AnalyticsMonetizationStats: `# AnalyticsMonetizationStats Component
1395
1477
 
1396
1478
  Analytics dashboard tab showing monetization KPIs (revenue, sales count, active paywalls, subscriber count), distribution charts, and paginated subscriber/paywall tables.
@@ -1 +1 @@
1
- {"version":3,"file":"component-info.js","sourceRoot":"","sources":["../../src/tools/component-info.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"component-info.js","sourceRoot":"","sources":["../../src/tools/component-info.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"hook-info.d.ts","sourceRoot":"","sources":["../../src/tools/hook-info.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;CAcxB,CAAC;AA07EF,wBAAgB,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAuIpD"}
1
+ {"version":3,"file":"hook-info.d.ts","sourceRoot":"","sources":["../../src/tools/hook-info.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;CAcxB,CAAC;AAu+EF,wBAAgB,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAwIpD"}
@@ -272,6 +272,50 @@ const {
272
272
  - \`handleSubscribeUserTrigger()\` - Initiates subscription renewal
273
273
 
274
274
  **File Location**: \`packages/web-utils/src/hooks/subscription/use-subscription-handler.ts\``,
275
+ useStripeUpgrade: `# useStripeUpgrade Hook
276
+
277
+ Resolves the Stripe Pricing Page session for a tenant and exposes ready-to-redirect checkout URLs for the \`free\` and \`premium\` plans. Used by the \`CreditBalance\` dropdown ("Upgrade Plan" button) and \`UpgradePackageModal\` ("Upgrade for free" CTA) to start the upgrade flow.
278
+
279
+ \`\`\`typescript
280
+ import { useStripeUpgrade } from '@iblai/iblai-js/web-utils';
281
+
282
+ interface UseStripeUpgradeArgs {
283
+ redirectUrl: string; // success_url passed to Stripe
284
+ sourcePlatformKey: string; // current tenant key
285
+ mainPlatformKey: string; // main IBL platform key
286
+ currentUserEmail: string; // prefills locked_prefilled_email on the checkout URL
287
+ }
288
+
289
+ type StripeUpgradePlan = 'free' | 'premium';
290
+
291
+ const {
292
+ isLoading,
293
+ freeUrl, // resolved checkout URL for the free plan (after handleUpgrade)
294
+ premiumUrl, // resolved checkout URL for the premium plan (after handleUpgrade)
295
+ handleUpgrade, // (redirectPlan?: 'free' | 'premium') => Promise<void>
296
+ } = useStripeUpgrade({
297
+ redirectUrl,
298
+ sourcePlatformKey,
299
+ mainPlatformKey,
300
+ currentUserEmail,
301
+ });
302
+
303
+ // Trigger an immediate redirect into the premium checkout
304
+ await handleUpgrade('premium');
305
+
306
+ // Or resolve URLs without redirecting (useful when rendering plan-specific buttons)
307
+ await handleUpgrade();
308
+ \`\`\`
309
+
310
+ **Behavior:**
311
+ - Calls \`useLazyGetStripePricingPageSessionQuery\` (data-layer) with \`platform_key=mainPlatformKey\` and \`source_platform_key=sourcePlatformKey\`.
312
+ - Parses the returned \`payment_link_url\` (a JSON string of \`{ free?, premium? }\`) and appends \`locked_prefilled_email\` + \`client_reference_id\` to each link.
313
+ - If \`redirectPlan\` is provided and the matching link resolved, sets \`window.location.href\` to that URL.
314
+ - \`isLoading\` is \`true\` while the lazy query is in-flight.
315
+
316
+ **Related:** \`UpgradePackageModal\`, \`CreditBalance\`, \`useLazyGetStripePricingPageSessionQuery\`, \`useSubscriptionHandler\`.
317
+
318
+ **File Location**: \`packages/web-utils/src/hooks/stripe/use-stripe-upgrade.ts\``,
275
319
  // ============================================================================
276
320
  // TENANT HOOKS
277
321
  // ============================================================================
@@ -2369,6 +2413,7 @@ export function getHookInfo(hookName) {
2369
2413
  - useProfileImageUpload - Profile image upload
2370
2414
  - useTenantMetadata - Tenant configuration
2371
2415
  - useSubscriptionHandler - Subscription management
2416
+ - useStripeUpgrade - Resolve Stripe Pricing Page session and redirect to free/premium checkout
2372
2417
  - useTimeTracker - Time tracking for analytics
2373
2418
  - useDayJs - Date/time utilities
2374
2419
 
@@ -1 +1 @@
1
- {"version":3,"file":"hook-info.js","sourceRoot":"","sources":["../../src/tools/hook-info.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"hook-info.js","sourceRoot":"","sources":["../../src/tools/hook-info.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"playwright-helper-info.d.ts","sourceRoot":"","sources":["../../src/tools/playwright-helper-info.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;CAepC,CAAC;AA+hCF,wBAAgB,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAiBlE"}
1
+ {"version":3,"file":"playwright-helper-info.d.ts","sourceRoot":"","sources":["../../src/tools/playwright-helper-info.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;CAepC,CAAC;AA28CF,wBAAgB,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAiBlE"}
@@ -986,6 +986,401 @@ async function verifyMemoryNotExists(page: Page, content: string): Promise<void>
986
986
  Assert that a memory with the given content text is NOT visible in the memories list. Useful for verifying delete operations.
987
987
 
988
988
  **Related:** \`verifyMemoryExists\`, \`deleteMemoryByContent\``,
989
+ // ============================================================================
990
+ // CREDIT BALANCE HELPERS (Navbar dropdown — paywall trigger + plan-aware UI)
991
+ // ============================================================================
992
+ getCurrentTenantShowPaywall: `# getCurrentTenantShowPaywall
993
+
994
+ \`\`\`typescript
995
+ import { getCurrentTenantShowPaywall } from '@iblai/iblai-js/playwright';
996
+
997
+ async function getCurrentTenantShowPaywall(page: Page): Promise<boolean>
998
+ \`\`\`
999
+
1000
+ Reads the \`current_tenant\` entry from \`localStorage\` and returns its \`show_paywall\` boolean flag. Returns \`false\` when the entry is missing, malformed, or the flag is unset. Use this to decide whether the \`CreditBalance\` trigger is expected to render.
1001
+
1002
+ **Related:** \`expectCreditBalanceVisibilityForTenant\``,
1003
+ creditBalanceTrigger: `# creditBalanceTrigger
1004
+
1005
+ \`\`\`typescript
1006
+ import { creditBalanceTrigger } from '@iblai/iblai-js/playwright';
1007
+
1008
+ function creditBalanceTrigger(page: Page): Locator
1009
+ \`\`\`
1010
+
1011
+ Locator for the credit-balance trigger button in the navbar (\`data-testid="credit-balance-trigger"\`).
1012
+
1013
+ **Related:** \`creditBalancePanel\`, \`openCreditBalanceDropdown\``,
1014
+ creditBalancePanel: `# creditBalancePanel
1015
+
1016
+ \`\`\`typescript
1017
+ import { creditBalancePanel } from '@iblai/iblai-js/playwright';
1018
+
1019
+ function creditBalancePanel(page: Page): Locator
1020
+ \`\`\`
1021
+
1022
+ Locator for the credit-balance dropdown panel rendered in a Radix portal (\`data-testid="credit-balance-panel"\`).
1023
+
1024
+ **Related:** \`creditBalancePlanBadge\`, \`openCreditBalanceDropdown\``,
1025
+ creditBalancePlanBadge: `# creditBalancePlanBadge
1026
+
1027
+ \`\`\`typescript
1028
+ import { creditBalancePlanBadge } from '@iblai/iblai-js/playwright';
1029
+
1030
+ function creditBalancePlanBadge(page: Page): Locator
1031
+ \`\`\`
1032
+
1033
+ Locator for the plan badge (\`Free\` / \`Trial\` / \`Premium\`) inside the open credit-balance panel (\`data-testid="credit-balance-plan-badge"\`).
1034
+
1035
+ **Related:** \`getCreditBalancePlanLabel\``,
1036
+ expectCreditBalanceVisibilityForTenant: `# expectCreditBalanceVisibilityForTenant
1037
+
1038
+ \`\`\`typescript
1039
+ import { expectCreditBalanceVisibilityForTenant } from '@iblai/iblai-js/playwright';
1040
+
1041
+ async function expectCreditBalanceVisibilityForTenant(
1042
+ page: Page,
1043
+ ): Promise<{ shouldBeVisible: boolean }>
1044
+ \`\`\`
1045
+
1046
+ Asserts the credit-balance trigger is visible iff the current tenant has \`show_paywall=true\`. Returns the resolved expectation so callers can branch.
1047
+
1048
+ **Related:** \`getCurrentTenantShowPaywall\``,
1049
+ openCreditBalanceDropdown: `# openCreditBalanceDropdown
1050
+
1051
+ \`\`\`typescript
1052
+ import { openCreditBalanceDropdown } from '@iblai/iblai-js/playwright';
1053
+
1054
+ async function openCreditBalanceDropdown(page: Page): Promise<Locator>
1055
+ \`\`\`
1056
+
1057
+ Opens the credit-balance dropdown if not already open, waits for the panel to be visible, and waits for the initial "Loading credits..." placeholder to clear. Idempotent — safe to call when the panel is already up. Returns the panel locator.
1058
+
1059
+ **Related:** \`closeCreditBalanceDropdown\`, \`waitForCreditBalanceLoaded\``,
1060
+ waitForCreditBalanceLoaded: `# waitForCreditBalanceLoaded
1061
+
1062
+ \`\`\`typescript
1063
+ import { waitForCreditBalanceLoaded } from '@iblai/iblai-js/playwright';
1064
+
1065
+ async function waitForCreditBalanceLoaded(page: Page): Promise<void>
1066
+ \`\`\`
1067
+
1068
+ Waits for the "Loading credits..." placeholder to disappear from the open panel. Resolves on success (real content rendered) or error ("Unable to load credit balance.") — both states replace the loading row.
1069
+
1070
+ **Related:** \`openCreditBalanceDropdown\``,
1071
+ closeCreditBalanceDropdown: `# closeCreditBalanceDropdown
1072
+
1073
+ \`\`\`typescript
1074
+ import { closeCreditBalanceDropdown } from '@iblai/iblai-js/playwright';
1075
+
1076
+ async function closeCreditBalanceDropdown(page: Page): Promise<void>
1077
+ \`\`\`
1078
+
1079
+ Closes the credit-balance dropdown via the Escape key and waits for the panel to detach.
1080
+
1081
+ **Related:** \`openCreditBalanceDropdown\``,
1082
+ getCreditBalancePlanLabel: `# getCreditBalancePlanLabel
1083
+
1084
+ \`\`\`typescript
1085
+ import { getCreditBalancePlanLabel } from '@iblai/iblai-js/playwright';
1086
+
1087
+ type CreditBalancePlan = 'Free' | 'Trial' | 'Premium';
1088
+
1089
+ async function getCreditBalancePlanLabel(page: Page): Promise<CreditBalancePlan | null>
1090
+ \`\`\`
1091
+
1092
+ Reads the plan label text from the open panel. Returns \`null\` when the badge is not rendered (e.g. billing data still loading or errored).
1093
+
1094
+ **Related:** \`expectCreditBalanceForCurrentPlan\``,
1095
+ getCreditBalanceRemaining: `# getCreditBalanceRemaining
1096
+
1097
+ \`\`\`typescript
1098
+ import { getCreditBalanceRemaining } from '@iblai/iblai-js/playwright';
1099
+
1100
+ async function getCreditBalanceRemaining(page: Page): Promise<number | null>
1101
+ \`\`\`
1102
+
1103
+ Reads the "Remaining" credits value from the open panel ("X,XXX Credits") and returns it as a number. Returns \`null\` when the row is not rendered or unparseable.
1104
+
1105
+ **Related:** \`openCreditBalanceDropdown\``,
1106
+ expectCreditBalancePanelForFreePlan: `# expectCreditBalancePanelForFreePlan
1107
+
1108
+ \`\`\`typescript
1109
+ import { expectCreditBalancePanelForFreePlan } from '@iblai/iblai-js/playwright';
1110
+
1111
+ async function expectCreditBalancePanelForFreePlan(page: Page): Promise<void>
1112
+ \`\`\`
1113
+
1114
+ Asserts the Free plan UI inside the credit-balance dropdown: plan badge reads \`Free\`, only "Upgrade Plan" is visible, no Manage Usage / Add Credits / Manage Billing buttons, and no Auto Recharge section.
1115
+
1116
+ **Related:** \`expectCreditBalancePanelForTrialPlan\`, \`expectCreditBalancePanelForPremiumPlan\``,
1117
+ expectCreditBalancePanelForTrialPlan: `# expectCreditBalancePanelForTrialPlan
1118
+
1119
+ \`\`\`typescript
1120
+ import { expectCreditBalancePanelForTrialPlan } from '@iblai/iblai-js/playwright';
1121
+
1122
+ async function expectCreditBalancePanelForTrialPlan(page: Page): Promise<void>
1123
+ \`\`\`
1124
+
1125
+ Asserts the Trial plan UI inside the credit-balance dropdown: plan badge reads \`Trial\`, only "Upgrade Plan" is visible, no Manage Usage / Add Credits / Manage Billing buttons.
1126
+
1127
+ **Related:** \`expectCreditBalancePanelForFreePlan\`, \`expectCreditBalancePanelForPremiumPlan\``,
1128
+ expectCreditBalancePanelForPremiumPlan: `# expectCreditBalancePanelForPremiumPlan
1129
+
1130
+ \`\`\`typescript
1131
+ import { expectCreditBalancePanelForPremiumPlan } from '@iblai/iblai-js/playwright';
1132
+
1133
+ async function expectCreditBalancePanelForPremiumPlan(
1134
+ page: Page,
1135
+ options: { hasPaymentMethod: boolean },
1136
+ ): Promise<void>
1137
+ \`\`\`
1138
+
1139
+ Asserts the Premium plan UI inside the credit-balance dropdown:
1140
+ - Plan badge reads \`Premium\` and the "Upgrade Plan" button must NOT appear.
1141
+ - With \`hasPaymentMethod: true\` → "Manage Usage" + "Add Credits" visible; "Manage Billing" hidden.
1142
+ - With \`hasPaymentMethod: false\` → "Manage Billing" visible; "Manage Usage" + "Add Credits" hidden.
1143
+
1144
+ **Related:** \`expectCreditBalancePanelForFreePlan\`, \`expectCreditBalancePanelForTrialPlan\``,
1145
+ expectCreditBalanceForCurrentPlan: `# expectCreditBalanceForCurrentPlan
1146
+
1147
+ \`\`\`typescript
1148
+ import { expectCreditBalanceForCurrentPlan } from '@iblai/iblai-js/playwright';
1149
+
1150
+ type CreditBalancePlan = 'Free' | 'Trial' | 'Premium';
1151
+
1152
+ async function expectCreditBalanceForCurrentPlan(
1153
+ page: Page,
1154
+ options?: { hasPaymentMethod?: boolean },
1155
+ ): Promise<CreditBalancePlan>
1156
+ \`\`\`
1157
+
1158
+ Convenience wrapper that opens the dropdown, detects the active plan from the badge, and runs the matching state assertions on the already-open panel. Returns the detected plan label.
1159
+
1160
+ For Premium plans, pass \`hasPaymentMethod\` to assert the specific sub-state. If omitted on Premium, only the "no Upgrade Plan button" check runs.
1161
+
1162
+ **Related:** \`expectCreditBalancePanelForFreePlan\`, \`expectCreditBalancePanelForTrialPlan\`, \`expectCreditBalancePanelForPremiumPlan\``,
1163
+ // ============================================================================
1164
+ // BILLING TAB HELPERS (Profile > Billing tab — plan-aware section assertions)
1165
+ // ============================================================================
1166
+ billingPlanSection: `# billingPlanSection
1167
+
1168
+ \`\`\`typescript
1169
+ import { billingPlanSection } from '@iblai/iblai-js/playwright';
1170
+
1171
+ function billingPlanSection(page: Page): Locator
1172
+ \`\`\`
1173
+
1174
+ Locator for the Plan section card on the BillingTab (\`data-testid="billing-plan-section"\`).
1175
+
1176
+ **Related:** \`getBillingPlanLabel\`, \`expectBillingPlanSection\``,
1177
+ billingCreditsSection: `# billingCreditsSection
1178
+
1179
+ \`\`\`typescript
1180
+ import { billingCreditsSection } from '@iblai/iblai-js/playwright';
1181
+
1182
+ function billingCreditsSection(page: Page): Locator
1183
+ \`\`\`
1184
+
1185
+ Locator for the Credits section card on the BillingTab (\`data-testid="billing-credits-section"\`).
1186
+
1187
+ **Related:** \`expectBillingCreditsSection\`, \`clickBillingAddCredits\`, \`clickBillingManageBilling\``,
1188
+ billingAutoRechargeSection: `# billingAutoRechargeSection
1189
+
1190
+ \`\`\`typescript
1191
+ import { billingAutoRechargeSection } from '@iblai/iblai-js/playwright';
1192
+
1193
+ function billingAutoRechargeSection(page: Page): Locator
1194
+ \`\`\`
1195
+
1196
+ Locator for the Auto Recharge section card on the BillingTab (\`data-testid="billing-auto-recharge-section"\`). This section is only rendered for non-Free plans with a payment method on file.
1197
+
1198
+ **Related:** \`getBillingAutoRechargeStatus\`, \`expectBillingAutoRechargeSection\`, \`clickBillingManageUsage\``,
1199
+ getBillingPlanLabel: `# getBillingPlanLabel
1200
+
1201
+ \`\`\`typescript
1202
+ import { getBillingPlanLabel } from '@iblai/iblai-js/playwright';
1203
+
1204
+ type CreditBalancePlan = 'Free' | 'Trial' | 'Premium';
1205
+
1206
+ async function getBillingPlanLabel(page: Page): Promise<CreditBalancePlan | null>
1207
+ \`\`\`
1208
+
1209
+ Reads the plan label text from the BillingTab Plan section (\`data-testid="billing-plan-label"\`). Returns \`null\` if the label is not rendered.
1210
+
1211
+ **Related:** \`expectBillingTabForCurrentPlan\``,
1212
+ getBillingAutoRechargeStatus: `# getBillingAutoRechargeStatus
1213
+
1214
+ \`\`\`typescript
1215
+ import { getBillingAutoRechargeStatus } from '@iblai/iblai-js/playwright';
1216
+
1217
+ type BillingAutoRechargeStatus = 'Enabled' | 'Disabled';
1218
+
1219
+ async function getBillingAutoRechargeStatus(page: Page): Promise<BillingAutoRechargeStatus | null>
1220
+ \`\`\`
1221
+
1222
+ Reads the auto-recharge status badge (\`Enabled\` / \`Disabled\`) when the section is rendered (\`data-testid="billing-auto-recharge-status"\`). Returns \`null\` if the section/badge is absent.
1223
+
1224
+ **Related:** \`expectBillingAutoRechargeSection\``,
1225
+ waitForBillingTabReady: `# waitForBillingTabReady
1226
+
1227
+ \`\`\`typescript
1228
+ import { waitForBillingTabReady } from '@iblai/iblai-js/playwright';
1229
+
1230
+ async function waitForBillingTabReady(page: Page): Promise<void>
1231
+ \`\`\`
1232
+
1233
+ Waits for the BillingTab loading skeletons to clear by waiting for the Plan section card to mount.
1234
+
1235
+ **Related:** \`expectBillingTabForCurrentPlan\``,
1236
+ expectBillingPlanSection: `# expectBillingPlanSection
1237
+
1238
+ \`\`\`typescript
1239
+ import { expectBillingPlanSection } from '@iblai/iblai-js/playwright';
1240
+
1241
+ async function expectBillingPlanSection(
1242
+ page: Page,
1243
+ options: { plan: 'Free' | 'Trial' | 'Premium' },
1244
+ ): Promise<void>
1245
+ \`\`\`
1246
+
1247
+ Asserts the Plan section state for a given plan:
1248
+ - The plan label text matches \`options.plan\`.
1249
+ - The "Current" pill is visible.
1250
+ - The "Upgrade" button is visible iff the plan is not Premium.
1251
+
1252
+ **Related:** \`clickBillingUpgrade\`, \`expectBillingTabForCurrentPlan\``,
1253
+ expectBillingCreditsSection: `# expectBillingCreditsSection
1254
+
1255
+ \`\`\`typescript
1256
+ import { expectBillingCreditsSection } from '@iblai/iblai-js/playwright';
1257
+
1258
+ async function expectBillingCreditsSection(
1259
+ page: Page,
1260
+ options: { plan: 'Free' | 'Trial' | 'Premium'; hasPaymentMethod?: boolean },
1261
+ ): Promise<void>
1262
+ \`\`\`
1263
+
1264
+ Asserts the Credits section state. Always verifies the "Available" stat row. Action-button rules mirror the component:
1265
+ - **Free** → no Add Credits / Manage Billing button.
1266
+ - **Non-Free + \`hasPaymentMethod: true\`** → "Add Credits" visible, "Manage Billing" absent.
1267
+ - **Non-Free + \`hasPaymentMethod: false\`** → "Manage Billing" visible, "Add Credits" absent.
1268
+ - **Non-Free with \`hasPaymentMethod\` omitted** → only the "Available" row is asserted.
1269
+
1270
+ **Related:** \`clickBillingAddCredits\`, \`clickBillingManageBilling\``,
1271
+ expectBillingAutoRechargeSection: `# expectBillingAutoRechargeSection
1272
+
1273
+ \`\`\`typescript
1274
+ import { expectBillingAutoRechargeSection } from '@iblai/iblai-js/playwright';
1275
+
1276
+ async function expectBillingAutoRechargeSection(
1277
+ page: Page,
1278
+ options: { expectVisible: boolean; status?: 'Enabled' | 'Disabled' },
1279
+ ): Promise<void>
1280
+ \`\`\`
1281
+
1282
+ Asserts the Auto Recharge section visibility. The section is rendered only when \`hasPaymentMethod && !isFreePlan\`. Pass \`expectVisible: false\` to assert it is absent. When visible, "Manage Usage" must be visible; if \`status\` is provided, also asserts the Enabled/Disabled badge text.
1283
+
1284
+ **Related:** \`getBillingAutoRechargeStatus\`, \`clickBillingManageUsage\``,
1285
+ expectBillingTabForFreePlan: `# expectBillingTabForFreePlan
1286
+
1287
+ \`\`\`typescript
1288
+ import { expectBillingTabForFreePlan } from '@iblai/iblai-js/playwright';
1289
+
1290
+ async function expectBillingTabForFreePlan(page: Page): Promise<void>
1291
+ \`\`\`
1292
+
1293
+ Free plan: Plan = "Free" with Upgrade visible; Credits section has no action button; Auto Recharge section is hidden entirely (regardless of \`has_payment_method\`).
1294
+
1295
+ **Related:** \`expectBillingTabForTrialPlan\`, \`expectBillingTabForPremiumPlan\``,
1296
+ expectBillingTabForTrialPlan: `# expectBillingTabForTrialPlan
1297
+
1298
+ \`\`\`typescript
1299
+ import { expectBillingTabForTrialPlan } from '@iblai/iblai-js/playwright';
1300
+
1301
+ async function expectBillingTabForTrialPlan(
1302
+ page: Page,
1303
+ options: { hasPaymentMethod: boolean },
1304
+ ): Promise<void>
1305
+ \`\`\`
1306
+
1307
+ Trial plan: Plan = "Trial" with Upgrade visible; Credits action depends on \`hasPaymentMethod\` ("Add Credits" when true, "Manage Billing" when false); Auto Recharge section is rendered iff \`hasPaymentMethod\` is true.
1308
+
1309
+ **Related:** \`expectBillingTabForFreePlan\`, \`expectBillingTabForPremiumPlan\``,
1310
+ expectBillingTabForPremiumPlan: `# expectBillingTabForPremiumPlan
1311
+
1312
+ \`\`\`typescript
1313
+ import { expectBillingTabForPremiumPlan } from '@iblai/iblai-js/playwright';
1314
+
1315
+ async function expectBillingTabForPremiumPlan(
1316
+ page: Page,
1317
+ options: { hasPaymentMethod: boolean },
1318
+ ): Promise<void>
1319
+ \`\`\`
1320
+
1321
+ Premium plan: Plan = "Premium" with Upgrade hidden; Credits action depends on \`hasPaymentMethod\` ("Add Credits" when true, "Manage Billing" when false); Auto Recharge section is rendered iff \`hasPaymentMethod\` is true.
1322
+
1323
+ **Related:** \`expectBillingTabForFreePlan\`, \`expectBillingTabForTrialPlan\``,
1324
+ expectBillingTabForCurrentPlan: `# expectBillingTabForCurrentPlan
1325
+
1326
+ \`\`\`typescript
1327
+ import { expectBillingTabForCurrentPlan } from '@iblai/iblai-js/playwright';
1328
+
1329
+ type CreditBalancePlan = 'Free' | 'Trial' | 'Premium';
1330
+
1331
+ async function expectBillingTabForCurrentPlan(
1332
+ page: Page,
1333
+ options?: { hasPaymentMethod?: boolean },
1334
+ ): Promise<CreditBalancePlan>
1335
+ \`\`\`
1336
+
1337
+ Convenience: detects the active plan from the Plan section badge and runs the matching state assertions. Returns the detected plan. For non-Free plans, pass \`hasPaymentMethod\` to assert the Credits / Auto Recharge sub-states; if omitted, only the Plan section + base "Available" row is verified.
1338
+
1339
+ **Related:** \`expectBillingTabForFreePlan\`, \`expectBillingTabForTrialPlan\`, \`expectBillingTabForPremiumPlan\``,
1340
+ clickBillingUpgrade: `# clickBillingUpgrade
1341
+
1342
+ \`\`\`typescript
1343
+ import { clickBillingUpgrade } from '@iblai/iblai-js/playwright';
1344
+
1345
+ async function clickBillingUpgrade(page: Page): Promise<void>
1346
+ \`\`\`
1347
+
1348
+ Clicks the "Upgrade" button in the BillingTab Plan section. The button is only visible on non-Premium plans.
1349
+
1350
+ **Related:** \`expectBillingPlanSection\``,
1351
+ clickBillingAddCredits: `# clickBillingAddCredits
1352
+
1353
+ \`\`\`typescript
1354
+ import { clickBillingAddCredits } from '@iblai/iblai-js/playwright';
1355
+
1356
+ async function clickBillingAddCredits(page: Page): Promise<void>
1357
+ \`\`\`
1358
+
1359
+ Clicks the "Add Credits" button in the BillingTab Credits section. Visible only on non-Free plans with a payment method on file.
1360
+
1361
+ **Related:** \`expectBillingCreditsSection\``,
1362
+ clickBillingManageBilling: `# clickBillingManageBilling
1363
+
1364
+ \`\`\`typescript
1365
+ import { clickBillingManageBilling } from '@iblai/iblai-js/playwright';
1366
+
1367
+ async function clickBillingManageBilling(page: Page): Promise<void>
1368
+ \`\`\`
1369
+
1370
+ Clicks the "Manage Billing" button in the BillingTab Credits section. Visible only on non-Free plans without a payment method.
1371
+
1372
+ **Related:** \`expectBillingCreditsSection\``,
1373
+ clickBillingManageUsage: `# clickBillingManageUsage
1374
+
1375
+ \`\`\`typescript
1376
+ import { clickBillingManageUsage } from '@iblai/iblai-js/playwright';
1377
+
1378
+ async function clickBillingManageUsage(page: Page): Promise<void>
1379
+ \`\`\`
1380
+
1381
+ Clicks the "Manage Usage" button in the BillingTab Auto Recharge section. Visible only on non-Free plans with a payment method.
1382
+
1383
+ **Related:** \`expectBillingAutoRechargeSection\``,
989
1384
  };
990
1385
  // Aliases — common alternate names
991
1386
  helpers['safe_wait_for_url'] = helpers['safeWaitForURL'];
@@ -1 +1 @@
1
- {"version":3,"file":"playwright-helper-info.js","sourceRoot":"","sources":["../../src/tools/playwright-helper-info.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,kGAAkG;IACpG,WAAW,EAAE;QACX,IAAI,EAAE,QAAiB;QACvB,UAAU,EAAE;YACV,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,8GAA8G;aACjH;SACF;QACD,QAAQ,EAAE,CAAC,YAAY,CAAC;KACzB;CACF,CAAC;AAEF,MAAM,OAAO,GAA2B;IACtC,+EAA+E;IAC/E,aAAa;IACb,+EAA+E;IAE/E,cAAc,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAiCqC;IAErD,eAAe,EAAE;;;;;;;;;;;;;;;;;sDAiBmC;IAEpD,SAAS,EAAE;;;;;;;;;;;;;;;;;OAiBN;IAEL,+EAA+E;IAC/E,2BAA2B;IAC3B,+EAA+E;IAE/E,gBAAgB,EAAE;;;;;;;;;;;;;;;;;;;qDAmBiC;IAEnD,aAAa,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;wDAyBuC;IAEtD,YAAY,EAAE;;;;;;;;;;;;;;;;;;;;;;;yDAuByC;IAEvD,oBAAoB,EAAE;;;;;;;;;;;;;;;;;;;;;;uDAsB+B;IAErD,kBAAkB,EAAE;;;;;;;;;;;;;;;;;;;;;;wDAsBkC;IAEtD,sBAAsB,EAAE;;;;;;;;;;;;;;;;;;;;OAoBnB;IAEL,YAAY,EAAE;;;;;;;;;;;;;;;;;;;oCAmBoB;IAElC,gBAAgB,EAAE;;;;;;;;;;;;;;;;;;OAkBb;IAEL,+EAA+E;IAC/E,oBAAoB;IACpB,+EAA+E;IAE/E,KAAK,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;OAyBF;IAEL,MAAM,EAAE;;;;;;;;;;;;;;;;;OAiBH;IAEL,MAAM,EAAE;;;;;;;;;;;;;;;;0DAgBgD;IAExD,+EAA+E;IAC/E,gBAAgB;IAChB,+EAA+E;IAE/E,+BAA+B,EAAE;;;;;;;;;;;;;;;;;;;;0DAoBuB;IAExD,wCAAwC,EAAE;;;;;;;;;;;;;;;;;;;;;;iDAsBK;IAE/C,+EAA+E;IAC/E,eAAe;IACf,+EAA+E;IAE/E,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAqC6C;IAE9D,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEA+B6C;IAE9D,yBAAyB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEA4BoC;IAE/D,0BAA0B,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAgCa;IAEzC,qBAAqB,EAAE;;;;;;;;;;;;;;sDAc6B;IAEpD,sBAAsB,EAAE;;;;;;;;;;;;;oCAaU;IAElC,kBAAkB,EAAE;;;;;;;;mCAQa;IAEjC,+EAA+E;IAC/E,oBAAoB;IACpB,+EAA+E;IAE/E,sBAAsB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAqD+C;IAEvE,qBAAqB,EAAE;;;;;;;;wCAQe;IAEtC,4BAA4B,EAAE;;;;;;;;wCAQQ;IAEtC,aAAa,EAAE;;;;;;;;;;wCAUuB;IAEtC,+EAA+E;IAC/E,qBAAqB;IACrB,+EAA+E;IAE/E,eAAe,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAsCc;IAE/B,+EAA+E;IAC/E,cAAc;IACd,+EAA+E;IAE/E,aAAa,EAAE;;;;;;;;;;;;;;;;;;;;;;;mDAuBkC;IAEjD,+EAA+E;IAC/E,kBAAkB;IAClB,+EAA+E;IAE/E,cAAc,EAAE;;;;;;;;;;;;;;;;;;;wCAmBsB;IAEtC,+EAA+E;IAC/E,kBAAkB;IAClB,+EAA+E;IAE/E,cAAc,EAAE;;;;;;;;;;qEAUmD;IAEnE,wBAAwB,EAAE;;;;;;;;;;;;;;;;;;;;qFAoByD;IAEnF,qBAAqB,EAAE;;;;;;;;;;;;;qHAa4F;IAEnH,+EAA+E;IAC/E,sBAAsB;IACtB,+EAA+E;IAE/E,cAAc,EAAE;;;;;;;;;;4CAU0B;IAE1C,qBAAqB,EAAE;;;;;;;;;;0CAUiB;IAExC,wBAAwB,EAAE;;;;;;;;;;;;;uCAaW;IAErC,+EAA+E;IAC/E,2CAA2C;IAC3C,+EAA+E;IAE/E,kBAAkB,EAAE;;;;;;;;;;mCAUa;IAEjC,iBAAiB,EAAE;;;;;;;;;;iEAU4C;IAE/D,uBAAuB,EAAE;;;;;;;;;;oCAUS;IAElC,2BAA2B,EAAE;;;;;;;;;;+CAUgB;IAE7C,mBAAmB,EAAE;;;;;;;;;;2BAUI;IAEzB,kBAAkB,EAAE;;;;;;;;;;;;;;;;;;;;yCAoBmB;IAEvC,SAAS,EAAE;;;;;;;;;;;;;;;;6DAgBgD;IAE3D,iBAAiB,EAAE;;;;;;;;;;uCAUkB;IAErC,qBAAqB,EAAE;;;;;;;;;;;;;;;;8DAgBqC;IAE5D,kBAAkB,EAAE;;;;;;sGAMgF;IAEpG,sBAAsB,EAAE;;;;;;0GAMgF;IAExG,cAAc,EAAE;;;;;;;;;;6CAU2B;IAE3C,kBAAkB,EAAE;;;;;;;;;;sDAUgC;IAEpD,qBAAqB,EAAE;;;;;;;;;;+DAUsC;CAC9D,CAAC;AAEF,mCAAmC;AACnC,OAAO,CAAC,mBAAmB,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAE,CAAC;AAC1D,OAAO,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,kBAAkB,CAAE,CAAC;AAC9D,OAAO,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,eAAe,CAAE,CAAC;AACtD,OAAO,CAAC,eAAe,CAAC,GAAG,OAAO,CAAC,cAAc,CAAE,CAAC;AACpD,OAAO,CAAC,uBAAuB,CAAC,GAAG,OAAO,CAAC,oBAAoB,CAAE,CAAC;AAClE,OAAO,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,cAAc,CAAE,CAAC;AACrD,OAAO,CAAC,mBAAmB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAE,CAAC;AAC3D,OAAO,CAAC,0BAA0B,CAAC,GAAG,OAAO,CAAC,wBAAwB,CAAE,CAAC;AACzE,OAAO,CAAC,mBAAmB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAE,CAAC;AAC3D,OAAO,CAAC,oCAAoC,CAAC,GAAG,OAAO,CAAC,iCAAiC,CAAE,CAAC;AAC5F,OAAO,CAAC,+BAA+B,CAAC,GAAG,OAAO,CAAC,2BAA2B,CAAE,CAAC;AACjF,OAAO,CAAC,oBAAoB,CAAC,GAAG,OAAO,CAAC,iBAAiB,CAAE,CAAC;AAC5D,OAAO,CAAC,kBAAkB,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAE,CAAC;AACzD,OAAO,CAAC,0BAA0B,CAAC,GAAG,OAAO,CAAC,uBAAuB,CAAE,CAAC;AAExE,MAAM,UAAU,uBAAuB,CAAC,UAAkB;IACxD,MAAM,IAAI,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IACjC,IAAI,IAAI;QAAE,OAAO,IAAI,CAAC;IAEtB,cAAc;IACd,MAAM,KAAK,GAAG,UAAU,CAAC,WAAW,EAAE,CAAC;IACvC,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,IAAI,CACrC,CAAC,CAAC,EAAE,EAAE,CACJ,CAAC,CAAC,WAAW,EAAE,KAAK,KAAK,IAAI,CAAC,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAC7F,CAAC;IACF,IAAI,KAAK;QAAE,OAAO,OAAO,CAAC,KAAK,CAAE,CAAC;IAElC,MAAM,SAAS,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;SACnC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;SAC/B,IAAI,EAAE;SACN,IAAI,CAAC,IAAI,CAAC,CAAC;IACd,OAAO,WAAW,UAAU,uCAAuC,SAAS,iEAAiE,CAAC;AAChJ,CAAC"}
1
+ {"version":3,"file":"playwright-helper-info.js","sourceRoot":"","sources":["../../src/tools/playwright-helper-info.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/mcp",
3
- "version": "1.3.4",
3
+ "version": "1.4.0",
4
4
  "description": "MCP server for IBL frontend packages documentation and guidance",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",