Skip to content

chore(deps): bump to latest as of 2026-06-22 #80

chore(deps): bump to latest as of 2026-06-22

chore(deps): bump to latest as of 2026-06-22 #80

Triggered via pull request June 22, 2026 18:23
Status Failure
Total duration 38s
Artifacts

check.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 4 warnings
Types: packages/amp/src/admin/service.ts#L386
Type '(jobId: number) => Effect<void, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DeleteJobError">, never>; readonly code: withConstructorDefault<Literal<"DELETE_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DeleteJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DELETE_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetJobError">, never>; readonly code: withConstructorDefault<Literal<"GET_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidJobIdError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_JOB_ID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidJobIdError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_JOB_ID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"JobConflictError">, never>; readonly code: withConstructorDefault<Literal<"JOB_CONFLICT">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"JobConflictError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"JOB_CONFLICT">>>; readonly error_message: toEncoded<String>; }>, never, never>> | Unauthorized | { readonly _tag: "InvalidJobIdError"; readonly code: "INVALID_JOB_ID"; readonly message: string; } | { readonly _tag: "GetJobError"; readonly code: "GET_JOB_ERROR"; readonly message: string; } | { readonly _tag: "JobConflictError"; readonly code: "JOB_CONFLICT"; readonly message: string; } | { readonly _tag: "DeleteJobError"; readonly code: "DELETE_JOB_ERROR"; readonly message: string; }, never>' is not assignable to type '(jobId: number) => Effect<void, Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DeleteJobError">, never>; readonly code: withConstructorDefault<Literal<"DELETE_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DeleteJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DELETE_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetJobError">, never>; readonly code: withConstructorDefault<Literal<"GET_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidJobIdError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_JOB_ID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidJobIdError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_JOB_ID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"JobConflictError">, never>; readonly code: withConstructorDefault<Literal<"JOB_CONFLICT">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"JobConflictError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"JOB_CONFLICT">>>; readonly error_message: toEncoded<String>; }>, never, never>> | HttpError, never>'.
Types: packages/amp/src/admin/service.ts#L377
Type '(jobId: number) => Effect<void, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidJobIdError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_JOB_ID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidJobIdError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_JOB_ID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"JobNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"JOB_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"JobNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"JOB_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"StopJobError">, never>; readonly code: withConstructorDefault<Literal<"STOP_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"StopJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"STOP_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"UnexpectedStateConflictError">, never>; readonly code: withConstructorDefault<Literal<"UNEXPECTED_STATE_CONFLICT">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"UnexpectedStateConflictError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"UNEXPECTED_STATE_CONFLICT">>>; readonly error_message: toEncoded<String>; }>, never, never>> | Unauthorized | { readonly _tag: "InvalidJobIdError"; readonly code: "INVALID_JOB_ID"; readonly message: string; } | { readonly _tag: "JobNotFoundError"; readonly code: "JOB_NOT_FOUND"; readonly message: string; } | { readonly _tag: "StopJobError"; readonly code: "STOP_JOB_ERROR"; readonly message: string; } | { readonly _tag: "UnexpectedStateConflictError"; readonly code: "UNEXPECTED_STATE_CONFLICT"; readonly message: string; }, never>' is not assignable to type '(jobId: number) => Effect<void, Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidJobIdError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_JOB_ID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidJobIdError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_JOB_ID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"JobNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"JOB_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"JobNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"JOB_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"StopJobError">, never>; readonly code: withConstructorDefault<Literal<"STOP_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"StopJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"STOP_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"UnexpectedStateConflictError">, never>; readonly code: withConstructorDefault<Literal<"UNEXPECTED_STATE_CONFLICT">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"UnexpectedStateConflictError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"UNEXPECTED_STATE_CONFLICT">>>; readonly error_message: toEncoded<String>; }>, never, never>> | HttpError, never>'.
Types: packages/amp/src/admin/service.ts#L368
Type '(jobId: number) => Effect<{ readonly id: number & Brand<"Amp/Models/JobId">; readonly status: ("COMPLETED" | "FAILED" | "RUNNING" | "SCHEDULED" | "STOPPED" | "STOPPING" | "STOP_REQUESTED" | "UNKNOWN") & Brand<"Amp/Models/JobStatus">; readonly createdAt: Utc; readonly updatedAt: Utc; readonly nodeId: string; readonly descriptor: any; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetJobError">, never>; readonly code: withConstructorDefault<Literal<"GET_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidJobIdError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_JOB_ID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidJobIdError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_JOB_ID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"JobNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"JOB_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"JobNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"JOB_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never>> | Unauthorized | { readonly _tag: "InvalidJobIdError"; readonly code: "INVALID_JOB_ID"; readonly message: string; } | { readonly _tag: "JobNotFoundError"; readonly code: "JOB_NOT_FOUND"; readonly message: string; } | { readonly _tag: "GetJobError"; readonly code: "GET_JOB_ERROR"; readonly message: string; }, never>' is not assignable to type '(jobId: number) => Effect<{ readonly id: number & Brand<"Amp/Models/JobId">; readonly status: ("COMPLETED" | "FAILED" | "RUNNING" | "SCHEDULED" | "STOPPED" | "STOPPING" | "STOP_REQUESTED" | "UNKNOWN") & Brand<"Amp/Models/JobStatus">; readonly createdAt: Utc; readonly updatedAt: Utc; readonly nodeId: string; readonly descriptor: any; }, Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetJobError">, never>; readonly code: withConstructorDefault<Literal<"GET_JOB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetJobError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_JOB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidJobIdError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_JOB_ID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidJobIdError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_JOB_ID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"JobNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"JOB_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"JobNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"JOB_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never>> | HttpError, never>'.
Types: packages/amp/src/admin/service.ts#L355
Type '(jobsOptions: { limit?: number | undefined; lastJobId?: number | undefined; status?: string | undefined; } | undefined) => Effect<{ readonly jobs: readonly { readonly id: number & Brand<"Amp/Models/JobId">; readonly status: ("COMPLETED" | "FAILED" | "RUNNING" | "SCHEDULED" | "STOPPED" | "STOPPING" | "STOP_REQUESTED" | "UNKNOWN") & Brand<"Amp/Models/JobStatus">; readonly createdAt: Utc; readonly updatedAt: Utc; readonly nodeId: string; readonly descriptor: any; }[]; readonly nextCursor?: (number & Brand<"Amp/Models/JobId">) | undefined; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidQueryParametersError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_QUERY_PARAMETERS">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidQueryParametersError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_QUERY_PARAMETERS">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"LimitInvalidError">, never>; readonly code: withConstructorDefault<Literal<"LIMIT_INVALID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"LimitInvalidError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"LIMIT_INVALID">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"LimitTooLargeError">, never>; readonly code: withConstructorDefault<Literal<"LIMIT_TOO_LARGE">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"LimitTooLargeError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"LIMIT_TOO_LARGE">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ListJobsError">, never>; readonly code: withConstructorDefault<Literal<"LIST_JOBS_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ListJobsError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"LIST_JOBS_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never>> | Unauthorized | { readonly _tag: "InvalidQueryParametersError"; readonly code: "INVALID_QUERY_PARAMETERS"; readonly message: string; } | { readonly _tag: "LimitTooLargeError"; readonly code: "LIMIT_TOO_LARGE"; readonly message: string; } | { readonly _tag: "LimitInvalidError"; readonly code: "LIMIT_INVALID"; readonly message: string; } | { readonly _tag: "ListJobsError"; readonly code: "LIST_JOBS_ERROR"; readonly message: string; }, never>' is not assignable to type '(options?: { limit?: number | undefined; lastJobId?: number | undefined; status?: string | undefined; } | undefined) => Effect<{ readonly jobs: readonly { readonly id: number & Brand<"Amp/Models/JobId">; readonly status: ("COMPLETED" | "FAILED" | "RUNNING" | "SCHEDULED" | "STOPPED" | "STOPPING" | "STOP_REQUESTED" | "UNKNOWN") & Brand<"Amp/Models/JobStatus">; readonly createdAt: Utc; readonly updatedAt: Utc; readonly nodeId: string; readonly descriptor: any; }[]; readonly nextCursor?: (number & Brand<"Amp/Models/JobId">) | undefined; }, Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidQueryParametersError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_QUERY_PARAMETERS">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidQueryParametersError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_QUERY_PARAMETERS">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"LimitInvalidError">, never>; readonly code: withConstructorDefault<Literal<"LIMIT_INVALID">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"LimitInvalidError">, never>>; readonly error_cod
Types: packages/amp/src/admin/service.ts#L342
Type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">, revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">)) => Effect<{ readonly namespace: string & Brand<"Amp/Models/Address">; readonly name: string & Brand<"Amp/Models/DatasetName">; readonly revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">); readonly manifestHash: string & Brand<"Amp/Models/DatasetHash">; readonly tables: readonly { readonly tableName: string; readonly currentBlock?: number | undefined; readonly startBlock?: number | undefined; readonly jobId?: (number & Brand<"Amp/Models/JobId">) | undefined; readonly jobStatus?: (("COMPLETED" | "FAILED" | "RUNNING" | "SCHEDULED" | "STOPPED" | "STOPPING" | "STOP_REQUESTED" | "UNKNOWN") & Brand<"Amp/Models/JobStatus">) | undefined; readonly filesCount: number; readonly totalSizeBytes: number; }[]; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetDatasetError">, never>; readonly code: withConstructorDefault<Literal<"GET_DATASET_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetDatasetError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_DATASET_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetSyncProgressError">, never>; readonly code: withConstructorDefault<Literal<"GET_SYNC_PROGRESS_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetSyncProgressError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_SYNC_PROGRESS_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidPathParamsError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_PATH_PARAMS">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidPathParamsError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_PATH_PARAMS">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"PhysicalTableError">, never>; readonly code: withConstructorDefault<Literal<"PHYSICAL_TABLE_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"PhysicalTableError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"PHYSICAL_TABLE_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ResolveRevisionError">, never>; readonly code: withConstructorDefault<Literal<"RESOLVE_REVISION_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ResolveRevisionError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"RESOLVE_REVISION_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never>> | Unauthorized | { readonly _tag: "DatasetNotFoundError"; readonly code: "DATASET_NOT_FOUND"; readonly message: string; } | { readonly _tag: "ResolveRevisionError"; readonly code: "RESOLVE_REVISION_ERROR"; readonly message: string; } | { readonly _tag: "GetDatasetError"; readonly code: "GET_DATASET_ERROR"; readonly message: string; } | { readonly
Types: packages/amp/src/admin/service.ts#L333
Type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">, manifest: { readonly kind: "manifest"; readonly startBlock?: number | null | undefined; readonly dependencies: { readonly [x: string]: { readonly namespace: string & Brand<"Amp/Models/Address">; readonly name: string & Brand<"Amp/Models/DatasetName">; readonly revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">); }; }; readonly tables: { readonly [x: string]: { readonly input: { readonly sql: string; }; readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; readonly functions: { readonly [x: string]: { readonly name: string; readonly source: { readonly source: string; readonly filename: string; }; readonly inputTypes: readonly string[]; readonly outputType: string; }; }; } | { readonly kind: "evm-rpc"; readonly network: string & Brand<"Amp/Models/Network">; readonly startBlock?: number | undefined; readonly finalizedBlocksOnly?: boolean | undefined; readonly tables: { readonly [x: string]: { readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; } | { readonly kind: "eth-beacon"; readonly network: string & Brand<"Amp/Models/Network">; readonly startBlock?: number | undefined; readonly finalizedBlocksOnly?: boolean | undefined; readonly tables: { readonly [x: string]: { readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; } | { readonly kind: "firehose"; readonly network: string & Brand<"Amp/Models/Network">; readonly startBlock?: number | undefined; readonly finalizedBlocksOnly?: boolean | undefined; readonly tables: { readonly [x: string]: { readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; }, version: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">) | undefined) => Effect<void, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidManifestError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_MANIFEST">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidManifestError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_MANIFEST">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidPayloadFormatError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_PAYLOAD_FORMAT">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidPayloadFormatError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_PAYLOAD_FORMAT">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ManifestLinkingError">, never>; readonly code: withConstructorDefault<Literal<"MANIFEST_LINKING_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ManifestLinkingError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"MANIFEST_LINKING_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ManifestNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"MANIFEST_NOT_FOUND">>; readonly message: String;
Types: packages/amp/src/admin/service.ts#L324
Type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">) => Effect<{ readonly versions: readonly (string & Brand<"Amp/Models/DatasetVersion">)[]; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetStoreError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_STORE_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetStoreError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_STORE_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidRequestError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_REQUEST">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidRequestError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_REQUEST">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ListVersionTagsError">, never>; readonly code: withConstructorDefault<Literal<"LIST_VERSION_TAGS_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ListVersionTagsError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"LIST_VERSION_TAGS_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"MetadataDbError">, never>; readonly code: withConstructorDefault<Literal<"METADATA_DB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"MetadataDbError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"METADATA_DB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never>> | Unauthorized | { readonly _tag: "DatasetStoreError"; readonly code: "DATASET_STORE_ERROR"; readonly message: string; } | { readonly _tag: "MetadataDbError"; readonly code: "METADATA_DB_ERROR"; readonly message: string; } | { readonly _tag: "InvalidRequestError"; readonly code: "INVALID_REQUEST"; readonly message: string; } | { readonly _tag: "ListVersionTagsError"; readonly code: "LIST_VERSION_TAGS_ERROR"; readonly message: string; }, never>' is not assignable to type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">) => Effect<{ readonly versions: readonly (string & Brand<"Amp/Models/DatasetVersion">)[]; }, Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetStoreError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_STORE_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetStoreError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_STORE_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidRequestError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_REQUEST">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidRequestError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_REQUEST">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ListVersionTagsError">, never>; readonly code: withConstructorDefault<Literal<"LIST_VERSION_TAGS_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ListVersionTagsError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"LIST_VERSION_TAGS_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"MetadataDbError">, never>; readonly code: withConstructorDefault<Literal<"METADATA_D
Types: packages/amp/src/admin/service.ts#L315
Type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">, revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">)) => Effect<{ readonly kind: ("eth-beacon" | "evm-rpc" | "firehose" | "manifest") & Brand<"Amp/Models/DatasetKind">; readonly namespace: string & Brand<"Amp/Models/Address">; readonly name: string & Brand<"Amp/Models/DatasetName">; readonly revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">); readonly manifestHash: string & Brand<"Amp/Models/DatasetHash">; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetStoreError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_STORE_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetStoreError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_STORE_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetManifestPathError">, never>; readonly code: withConstructorDefault<Literal<"GET_MANIFEST_PATH_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetManifestPathError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_MANIFEST_PATH_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidPathError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_PATH">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidPathError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_PATH">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"MetadataDbError">, never>; readonly code: withConstructorDefault<Literal<"METADATA_DB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"MetadataDbError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"METADATA_DB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ParseManifestError">, never>; readonly code: withConstructorDefault<Literal<"PARSE_MANIFEST_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ParseManifestError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"PARSE_MANIFEST_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ReadManifestError">, never>; readonly code: withConstructorDefault<Literal<"READ_MANIFEST_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ReadManifestError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"READ_MANIFEST_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ResolveRevisionError">, never>; readonly code: withConstructorDefault<Literal<"RESOLVE_REVISION_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ResolveRevisionError">, never>>; readonly
Types: packages/amp/src/admin/service.ts#L301
Type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">, revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">)) => Effect<{ readonly kind: "manifest"; readonly startBlock?: number | null | undefined; readonly dependencies: { readonly [x: string]: { readonly namespace: string & Brand<"Amp/Models/Address">; readonly name: string & Brand<"Amp/Models/DatasetName">; readonly revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">); }; }; readonly tables: { readonly [x: string]: { readonly input: { readonly sql: string; }; readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; readonly functions: { readonly [x: string]: { readonly name: string; readonly source: { readonly source: string; readonly filename: string; }; readonly inputTypes: readonly string[]; readonly outputType: string; }; }; } | { readonly kind: "evm-rpc"; readonly network: string & Brand<"Amp/Models/Network">; readonly startBlock?: number | undefined; readonly finalizedBlocksOnly?: boolean | undefined; readonly tables: { readonly [x: string]: { readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; } | { readonly kind: "eth-beacon"; readonly network: string & Brand<"Amp/Models/Network">; readonly startBlock?: number | undefined; readonly finalizedBlocksOnly?: boolean | undefined; readonly tables: { readonly [x: string]: { readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; } | { readonly kind: "firehose"; readonly network: string & Brand<"Amp/Models/Network">; readonly startBlock?: number | undefined; readonly finalizedBlocksOnly?: boolean | undefined; readonly tables: { readonly [x: string]: { readonly schema: { readonly arrow: { readonly fields: readonly { readonly name: string; readonly type: any; readonly nullable: boolean; }[]; }; }; readonly network: string & Brand<"Amp/Models/Network">; }; }; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetStoreError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_STORE_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetStoreError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_STORE_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetManifestPathError">, never>; readonly code: withConstructorDefault<Literal<"GET_MANIFEST_PATH_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetManifestPathError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_MANIFEST_PATH_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidPathError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_PATH">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefau
Types: packages/amp/src/admin/service.ts#L287
Type '(namespace: string & Brand<"Amp/Models/Address">, name: string & Brand<"Amp/Models/DatasetName">, revision: (("dev" | "latest") & Brand<"Amp/Models/DatasetTag">) | (string & Brand<"Amp/Models/DatasetHash">) | (string & Brand<"Amp/Models/DatasetVersion">), deployOptions: { endBlock?: string | null | undefined; parallelism?: number | undefined; workerId?: string | undefined; } | undefined) => Effect<{ readonly jobId: number & Brand<"Amp/Models/JobId">; }, Forbidden | HttpClientError | Json<decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_NOT_FOUND">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetNotFoundError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_NOT_FOUND">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"DatasetStoreError">, never>; readonly code: withConstructorDefault<Literal<"DATASET_STORE_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"DatasetStoreError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"DATASET_STORE_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"GetDatasetError">, never>; readonly code: withConstructorDefault<Literal<"GET_DATASET_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"GetDatasetError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"GET_DATASET_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidBodyError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_BODY">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidBodyError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_BODY">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"InvalidPathError">, never>; readonly code: withConstructorDefault<Literal<"INVALID_PATH">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"InvalidPathError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"INVALID_PATH">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ListVersionTagsError">, never>; readonly code: withConstructorDefault<Literal<"LIST_VERSION_TAGS_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ListVersionTagsError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"LIST_VERSION_TAGS_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"MetadataDbError">, never>; readonly code: withConstructorDefault<Literal<"METADATA_DB_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"MetadataDbError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"METADATA_DB_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"ResolveRevisionError">, never>; readonly code: withConstructorDefault<Literal<"RESOLVE_REVISION_ERROR">>; readonly message: String; }>, Struct<{ readonly _tag: toEncoded<withDecodingDefaultKey<tag<"ResolveRevisionError">, never>>; readonly error_code: toEncoded<withConstructorDefault<Literal<"RESOLVE_REVISION_ERROR">>>; readonly error_message: toEncoded<String>; }>, never, never> | decodeTo<Struct<{ readonly _tag: withDecodingDefaultKey<tag<"SchedulerError">, never>; readonly code: withConstructorDefault<Literal<"SCHEDULER_E
Test (1/1, Node)
Process completed with exit code 1.
Types
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Circular Dependencies
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test (1/1, Node)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/