ts #8183
Annotations
8 errors and 1 warning
Run npm install && npm run tsc && npm run lint && npm run format:check
Property 'trialPeriodDays' is missing in type '{ code: string; name: string; stripeProductId: null; billingType: "fixed"; maxMessages: number; maxUsersInWorkspace: number; isSlackbotAllowed: true; isManagedConfluenceAllowed: true; isManagedSlackAllowed: true; ... 7 more ...; maxDataSourcesDocumentsSizeMb: number; }' but required in type 'PlanAttributes'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Property 'trialPeriodDays' is missing in type '{ code: string; name: string; stripeProductId: null; billingType: "free"; maxMessages: number; maxUsersInWorkspace: number; isSlackbotAllowed: false; isManagedConfluenceAllowed: false; isManagedSlackAllowed: false; ... 7 more ...; maxDataSourcesDocumentsSizeMb: number; }' but required in type 'PlanAttributes'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Property 'trialPeriodDays' is missing in type '{ code: string; name: string; stripeProductId: null; billingType: "free"; maxMessages: number; maxUsersInWorkspace: number; isSlackbotAllowed: true; isManagedConfluenceAllowed: true; isManagedSlackAllowed: true; ... 7 more ...; maxDataSourcesDocumentsSizeMb: number; }' but required in type 'PlanAttributes'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Argument of type '{ code: string; name: string; stripeProductId: string; billingType: "per_seat"; maxMessages: number; maxUsersInWorkspace: number; isSlackbotAllowed: true; isManagedSlackAllowed: true; isManagedConfluenceAllowed: true; ... 7 more ...; maxDataSourcesDocumentsSizeMb: number; }' is not assignable to parameter of type 'PlanAttributes'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Property 'trialPeriodDays' is missing in type '{ code: string; name: string; stripeProductId: null; billingType: "fixed" | "free" | "monthly_active_users" | "per_seat"; limits: { assistant: { isSlackBotAllowed: boolean; maxMessages: number; }; connections: { ...; }; dataSources: { ...; }; users: { ...; }; }; }' but required in type 'PlanType'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Type '{ status: "active"; subscriptionId: string; stripeSubscriptionId: string | null; stripeCustomerId: string | null; startDate: number; endDate: number | null; paymentFailingSince: null; plan: { ...; }; }' is not assignable to type 'SubscriptionType'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Property 'trialPeriodDays' is missing in type '{ code: string; name: string; stripeProductId: string; billingType: "fixed" | "monthly_active_users" | "per_seat"; limits: { assistant: { isSlackBotAllowed: boolean; maxMessages: number; }; connections: { ...; }; dataSources: { ...; }; users: { ...; }; }; }' but required in type 'PlanType'.
|
Run npm install && npm run tsc && npm run lint && npm run format:check
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading