feat: hide integrated persons / personfull addon #72981
Annotations
4 errors and 1 warning
Generate logic types and run typescript with strict:
frontend/src/mocks/fixtures/_billing_v2.tsx#L334
Type '{ name: string; description: string; price_description: null; image_url: string; icon_key: string; docs_url: string; type: string; tiers: ({ flat_amount_usd: string; unit_amount_usd: string; up_to: number; current_amount_usd: string; current_usage: number; projected_usage: number; projected_amount_usd: string; } | {...' is missing the following properties from type 'BillingProductV2AddonType': inclusion_only, included_if
|
Generate logic types and run typescript with strict:
frontend/src/mocks/fixtures/_billing_v2.tsx#L513
Type '{ name: string; description: string; price_description: null; image_url: string; icon_key: string; docs_url: string; type: string; tiers: ({ flat_amount_usd: string; unit_amount_usd: string; up_to: number; current_amount_usd: string; current_usage: number; projected_usage: null; projected_amount_usd: null; } | { ......' is missing the following properties from type 'BillingProductV2AddonType': inclusion_only, included_if
|
Generate logic types and run typescript with strict:
frontend/src/scenes/billing/Billing.stories.tsx#L101
Type '{ type: string; subscribed: true; name: string; description: string; price_description: string; image_url: string; docs_url: string; tiers: never[]; tiered: false; unit: string; unit_amount_usd: string; ... 6 more ...; contact_support: false; }' is missing the following properties from type 'BillingProductV2AddonType': inclusion_only, included_if
|
Generate logic types and run typescript with strict
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading