Handling json with long numbers #2655
Annotations
5 errors and 2 warnings
build:
src/route-handlers/describe-task-list/__fixtures__/mock-task-list-response.ts#L3
Property ''partitionConfig'' is missing in type '{ pollers: { lastAccessTime: { seconds: string; nanos: number; }; identity: string; ratePerSecond: number; }[]; taskListStatus: null; }' but required in type 'DescribeTaskListResponse'.
|
build:
src/route-handlers/describe-task-list/__fixtures__/mock-task-list-response.ts#L25
Property ''partitionConfig'' is missing in type '{ pollers: { lastAccessTime: { seconds: string; nanos: number; }; identity: string; ratePerSecond: number; }[]; taskListStatus: null; }' but required in type 'DescribeTaskListResponse'.
|
build:
src/views/workflow-page/__fixtures__/describe-workflow-response.ts#L5
Property ''scheduleId'' is missing in type '{ activityId: string; activityType: { name: string; }; state: "PENDING_ACTIVITY_STATE_STARTED"; heartbeatDetails: null; lastHeartbeatTime: { seconds: string; nanos: number; }; lastStartedTime: { ...; }; ... 6 more ...; startedWorkerIdentity: string; }' but required in type 'PendingActivityInfo'.
|
build:
src/views/workflow-page/__fixtures__/describe-workflow-response.ts#L31
Property ''scheduleId'' is missing in type '{ activityId: string; activityType: { name: string; }; state: "PENDING_ACTIVITY_STATE_STARTED"; heartbeatDetails: null; lastHeartbeatTime: { seconds: string; nanos: number; }; lastStartedTime: { ...; }; ... 6 more ...; startedWorkerIdentity: string; }' but required in type 'PendingActivityInfo'.
|
build
Process completed with exit code 2.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|