Merge pull request #704 from objectstack-ai/copilot/enhance-console-c… #839
changeset-release.yml
on: push
Changeset Release
9m 7s
Annotations
10 errors
|
Changeset Release
Type '{ object: string; mode: string; records: ({ _id: string; name: string; amount: number; expected_revenue: number; stage: string; forecast_category: string; close_date: Date; account: string; ... 6 more ...; campaign_source?: undefined; } | { ...; })[]; }' is not assignable to type '{ object: string; records: Record<string, unknown>[]; externalId?: string | undefined; mode?: "replace" | "update" | "upsert" | "insert" | "ignore" | undefined; env?: ("prod" | "dev" | "test")[] | undefined; }'.
|
|
Changeset Release
Type '{ object: string; mode: string; records: ({ _id: string; name: string; email: string; phone: string; title: string; department: string; account: string; status: string; priority: string; lead_source: string; ... 5 more ...; do_not_call?: undefined; } | { ...; } | { ...; })[]; }' is not assignable to type '{ object: string; records: Record<string, unknown>[]; externalId?: string | undefined; mode?: "replace" | "update" | "upsert" | "insert" | "ignore" | undefined; env?: ("prod" | "dev" | "test")[] | undefined; }'.
|
|
Changeset Release
Type '{ object: string; mode: string; records: ({ _id: string; name: string; industry: string; type: string; employees: number; billing_address: string; shipping_address: string; latitude: number; longitude: number; ... 8 more ...; annual_revenue?: undefined; } | { ...; } | { ...; } | { ...; } | { ...; })[]; }' is not assignable to type '{ object: string; records: Record<string, unknown>[]; externalId?: string | undefined; mode?: "replace" | "update" | "upsert" | "insert" | "ignore" | undefined; env?: ("prod" | "dev" | "test")[] | undefined; }'.
|
|
Changeset Release
Type '{ name: string; label: string; widgets: ({ type: string; layout: { x: number; y: number; w: number; h: number; }; options: { label: string; value: string; trend: { value: number; direction: string; label: string; }; ... 4 more ...; columns?: undefined; }; title?: undefined; } | ... 5 more ... | { ...; })[]; }' is not assignable to type '{ name: string; label: string | { key: string; defaultValue?: string | undefined; params?: Record<string, string | number | boolean> | undefined; }; widgets: { layout: { x: number; y: number; w: number; h: number; }; ... 16 more ...; aria?: { ...; } | undefined; }[]; ... 6 more ...; performance?: { ...; } | undefine...'.
|
|
Changeset Release
Type '{ name: string; label: string; type: string; regions: { name: string; components: { type: string; properties: { className: string; children: { type: string; properties: { value: string; className: string; }; }[]; }; }[]; }[]; }' is not assignable to type 'Omit<{ name: string; label: string | { key: string; defaultValue?: string | undefined; params?: Record<string, string | number | boolean> | undefined; }; regions: { name: string; components: { ...; }[]; width?: "small" | ... 3 more ... | undefined; }[]; ... 11 more ...; aria?: { ...; } | undefined; }, "name"> & { .....'.
|
|
Changeset Release
Type '{ name: string; label: string; type: string; regions: { name: string; components: { type: string; properties: { className: string; children: { type: string; properties: { value: string; className: string; }; }[]; }; }[]; }[]; }' is not assignable to type 'Omit<{ name: string; label: string | { key: string; defaultValue?: string | undefined; params?: Record<string, string | number | boolean> | undefined; }; regions: { name: string; components: { ...; }[]; width?: "small" | ... 3 more ... | undefined; }[]; ... 11 more ...; aria?: { ...; } | undefined; }, "name"> & { .....'.
|
|
Changeset Release
Type '{ name: string; label: string; type: string; regions: { name: string; components: { type: string; properties: { className: string; children: { type: string; properties: { value: string; className: string; }; }[]; }; }[]; }[]; }' is not assignable to type 'Omit<{ name: string; label: string | { key: string; defaultValue?: string | undefined; params?: Record<string, string | number | boolean> | undefined; }; regions: { name: string; components: { ...; }[]; width?: "small" | ... 3 more ... | undefined; }[]; ... 11 more ...; aria?: { ...; } | undefined; }, "name"> & { .....'.
|
|
Changeset Release
Type '{ name: string; label: string; description: string; objectName: string; type: string; columns: ({ field: string; label: string; aggregate?: undefined; } | { field: string; label: string; aggregate: string; })[]; groupingsDown: { ...; }[]; filter: { ...; }; chart: { ...; }; }' is not assignable to type 'Omit<{ name: string; label: string | { key: string; defaultValue?: string | undefined; params?: Record<string, string | number | boolean> | undefined; }; objectName: string; ... 8 more ...; performance?: { ...; } | undefined; }, "name"> & { ...; }'.
|
|
Changeset Release
Type '{ name: string; label: string; description: string; objectName: string; type: string; columns: ({ field: string; label: string; aggregate?: undefined; } | { field: string; label: string; aggregate: string; })[]; groupingsDown: { ...; }[]; chart: { ...; }; }' is not assignable to type 'Omit<{ name: string; label: string | { key: string; defaultValue?: string | undefined; params?: Record<string, string | number | boolean> | undefined; }; objectName: string; ... 8 more ...; performance?: { ...; } | undefined; }, "name"> & { ...; }'.
|
|
Changeset Release
@object-ui/console#build: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
|