changes for standard capability job spec #398
Annotations
4 errors and 1 warning
|
src/screens/Job/generateJobDefinition.test.ts#L671
Type '{ __typename: "StandardCapabilitiesSpec"; command: string; config: string; }' is not assignable to type '{ readonly __typename: "BlockHeaderFeederSpec"; readonly coordinatorV1Address?: string | null | undefined; readonly coordinatorV2Address?: string | null | undefined; readonly waitBlocks: number; readonly lookbackBlocks: number; readonly blockhashStoreAddress: string; readonly batchBlockhashStoreAddress: string; readonly pollPeriod: string; readonly runTimeout: string; readonly evmChainID?: string | null | undefined; readonly fromAddresses?: readonly string[] | null | undefined; readonly getBlockhashesBatchSize: number; readonly storeBlockhashesBatchSize: number; readonly coordinatorV2PlusAddress?: string | null | undefined; } | { readonly __typename: "BlockhashStoreSpec"; readonly coordinatorV1Address?: string | null | undefined; readonly coordinatorV2Address?: string | null | undefined; readonly waitBlocks: number; readonly lookbackBlocks: number; readonly blockhashStoreAddress: string; readonly pollPeriod: string; readonly runTimeout: string; readonly evmChainID?: string | null | undefined; readonly fromAddresses?: readonly string[] | null | undefined; readonly coordinatorV2PlusAddress?: string | null | undefined; readonly trustedBlockhashStoreAddress?: string | null | undefined; readonly trustedBlockhashStoreBatchSize: number; } | { readonly __typename: "BootstrapSpec"; readonly contractID: string; readonly relay: string; readonly monitoringEndpoint?: string | null | undefined; readonly relayConfig: any; readonly blockchainTimeout?: string | null | undefined; readonly contractConfigTrackerPollInterval?: string | null | undefined; readonly contractConfigConfirmations?: number | null | undefined; readonly createdAt: any; } | { readonly __typename: "CronSpec"; readonly schedule: string; } | { readonly __typename: "DirectRequestSpec"; readonly contractAddress: string; readonly evmChainID?: string | null | undefined; readonly minIncomingConfirmations: number; readonly minContractPaymentLinkJuels: string; readonly requesters?: readonly string[] | null | undefined; } | { readonly __typename: "FluxMonitorSpec"; readonly absoluteThreshold: number; readonly contractAddress: string; readonly drumbeatEnabled: boolean; readonly drumbeatRandomDelay?: string | null | undefined; readonly drumbeatSchedule?: string | null | undefined; readonly evmChainID?: string | null | undefined; readonly idleTimerDisabled: boolean; readonly idleTimerPeriod: string; readonly minPayment?: string | null | undefined; readonly pollTimerDisabled: boolean; readonly pollTimerPeriod: string; readonly threshold: number; } | { readonly __typename: "GatewaySpec"; readonly gatewayConfig: any; readonly createdAt: any; } | { readonly __typename: "KeeperSpec"; readonly contractAddress: string; readonly evmChainID?: string | null | undefined; readonly fromAddress?: string | null | undefined; } | { readonly __typename: "OCR2Spec"; readonly blockchainTimeout?: string | null | undefined; readonly contractID: string; readonly contractConfigConfirmations?: number | null | undefined; readonly contractConfigTrackerPollInterval?: string | null | undefined; readonly ocrKeyBundleID?: string | null | undefined; readonly monitoringEndpoint?: string | null | undefined; readonly p2pv2Bootstrappers?: readonly string[] | null | undefined; readonly relay: string; readonly relayConfig: any; readonly transmitterID?: string | null | undefined; readonly pluginType: string; readonly pluginConfig: any; readonly feedID?: string | null | undefined; } | { readonly __typename: "OCRSpec"; readonly blockchainTimeout?: string | null | undefined; readonly contractAddress: string; readonly contractConfigConfirmations?: number | null | undefined; readonly contractConfigTrackerPollInterval?: string | null | undefined; readonly contractConfigTrackerSubscribeInterval?: string | null | undefined; readonly evmChainID?: string | null | undefined; readonly isBootstrapPeer: boolean; readonly keyBundleID?: string | null | undefined; readonly observationTimeout?: string | null | undefined; readonly
|
|
|
|
This job was cancelled
Loading