export declare const application: { electronicCoWebApp: { id: string; name: string; clientId: string; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoMobileApp: { id: string; name: string; clientId: string; projectId: string; createdAt: Date; updatedAt: Date; }; }; export declare const auth: { project: { vegetableCo: { id: string; name: string; planId: string; billingPlanId: string; avatarCid: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; vegetableLtd: { id: string; name: string; avatarCid: null; planId: null; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: Date; }; electronicCo: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; electronicLtd: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; butcherCo: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; dreamTeam: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; }; application: { electronicCoWebApp: { id: string; name: string; clientId: string; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoMobileApp: { id: string; name: string; clientId: string; projectId: string; createdAt: Date; updatedAt: Date; }; }; user: { josh: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: string; createdAt: Date; updatedAt: Date; dynamicUserId: null; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; jack: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: null; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; james: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; john: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: null; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; billy: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; joe: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; chuck: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; steve: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; }; personalAccessToken: { joshOwnedToken: { id: string; tokenSuffix: string; name: string; _secretToken: string; hash: string; userId: string; createdAt: Date; updatedAt: Date; }; jackOwnedToken: { id: string; tokenSuffix: string; name: string; _secretToken: string; hash: string; userId: string; createdAt: Date; updatedAt: Date; }; }; }; export declare const commitHash = "0fabad88415cedb2c3c21548afa14a949a088954"; export declare const secret: { electronicCoDatabaseToken: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoDatabaseUsername: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoDatabasePassword: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoAWSAccessKey: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; vegetableCoDatabaseUsername: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; }; export declare const gitProvider: { githubProvider1: { id: string; name: string; sourceProvider: string; config: { appName: string; callbackUrl: string; appId: string; appPem: string; appClientId: string; webhookSecret: string; appClientSecret: string; legacyWebhookUrl: string; legacyCallbackUrl: string; }; tags: string[]; appId: string; enabled: boolean; createdAt: Date; updatedAt: Date; }; githubProvider2: { id: string; name: string; sourceProvider: string; config: { appName: string; callbackUrl: string; appId: string; appPem: string; appClientId: string; webhookSecret: string; appClientSecret: string; legacyWebhookUrl: string; legacyCallbackUrl: string; }; tags: string[]; appId: string; enabled: boolean; createdAt: Date; updatedAt: Date; }; githubProvider3: { id: string; name: string; sourceProvider: string; config: { appName: string; callbackUrl: string; appId: string; appPem: string; appClientId: string; webhookSecret: string; appClientSecret: string; legacyWebhookUrl: string; legacyCallbackUrl: string; }; tags: string[]; appId: string; enabled: boolean; createdAt: Date; updatedAt: Date; }; }; export declare const githubAppInstallation: { githubAppInstallation1: { id: string; hash: string; installationId: string; projectId: string; createdAt: Date; updatedAt: Date; }; githubAppInstallation2: { id: string; hash: string; installationId: string; projectId: string; createdAt: Date; updatedAt: Date; }; githubAppInstallation3: { id: string; hash: string; installationId: string; projectId: string; createdAt: Date; updatedAt: Date; }; githubAppInstallation4: { id: string; hash: string; installationId: string; projectId: string; createdAt: Date; updatedAt: Date; }; githubAppInstallation5: { id: string; hash: string; installationId: string; projectId: string; createdAt: Date; updatedAt: Date; }; githubAppInstallation6: { id: string; hash: string; installationId: string; projectId: string; createdAt: Date; updatedAt: Date; }; }; export declare const gitIntegration: { gitIntegration1: { id: string; projectId: string; gitProviderId: string; providerSpecificId: string; createdAt: Date; updatedAt: Date; }; gitIntegration2: { id: string; projectId: string; gitProviderId: string; providerSpecificId: string; createdAt: Date; updatedAt: Date; }; gitIntegration3: { id: string; projectId: string; gitProviderId: string; providerSpecificId: string; createdAt: Date; updatedAt: Date; }; gitIntegration4: { id: string; projectId: string; gitProviderId: string; providerSpecificId: string; createdAt: Date; updatedAt: Date; }; gitIntegration5: { id: string; projectId: string; gitProviderId: string; providerSpecificId: string; createdAt: Date; updatedAt: Date; }; gitIntegration6: { id: string; projectId: string; gitProviderId: string; providerSpecificId: string; createdAt: Date; updatedAt: Date; }; }; export declare const storageIpfs: { readonly pin: { electronicCoEshopIndexV1: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoEshopIndexV2: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoEshopIndexV3: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoBlogIndexV1: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; vegetableCoIcon: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoDishmachinePhoto: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoOvenPhoto: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoIpfsLiteIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoIpfsCubeIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; s3StoredFile: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoIpfsChainIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; }; readonly storageFolder: { electronicCoIcons: { id: string; name: string; parentFolderId: null; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoHeaters: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoFridges: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoDishwashers: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoKettles: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; }; readonly storagePin: { electronicCoIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: string; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; vegetableCoIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoDishmachinePhoto: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoOvenPhoto: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoIpfsLiteIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoIpfsCubeIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: string; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; s3StoredFile: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: string; createdAt: Date; }; electronicCoIpfsChainIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: string; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; }; readonly privateGateways: { electronicCoEshop: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; electronicCoDocuments: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; electronicCoPhotos: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; electronicCoInvoices: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: Date; }; vegetableCoInvoices: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; }; }; export declare const sites: { readonly site: { electronicCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; githubInstallationId: number; avatarCid: string; frameworkId: null; gitIntegrationId: string; status: string; phishingStatus: string; deletedAt: null; }; electronicCoDeprecated: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: Date; }; electronicCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; electronicCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; electronicCoLanding: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; vegetableCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; vegetableCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; vegetableCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; vegetableCoEmployees: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; butcherCoEshop: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoBlog: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoVideos: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoLanding: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoEmployees: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; }; readonly deployment: { electronicCoEshopV1: { id: string; status: string; storageType: string; cid: string; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: number; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electronicCoEshopV2: { id: string; status: string; storageType: string; cid: string; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: number; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electronicCoEshopV3: { id: string; status: string; storageType: string; cid: string; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: number; stateMachineExecutionArn: null; startedAt: null; previewUrlSlug: string; }; electornicCoBlogV1Failed: { id: string; status: string; storageType: string; cid: null; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; sourceRef: null; sourceMessage: null; sourceAuthor: null; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: null; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electornicCoBlogV1NotStarted: { id: string; status: string; storageType: string; cid: null; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; sourceRef: null; sourceMessage: null; sourceAuthor: null; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: null; stateMachineExecutionArn: null; startedAt: null; previewUrlSlug: null; }; electronicCoBlogV1: { id: string; status: string; storageType: string; cid: string; previewOnly: boolean; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; sourceRef: null; sourceMessage: null; sourceAuthor: null; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: null; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electronicCoLandingV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: string; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoEshopV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoVideosV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoLandingV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoEmployeesV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; }; readonly secretGroup: { electronicCoDatabase: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoAWS: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; vegetableCoDatabase: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; vegetableCoAWS: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; }; readonly secret: { electronicCoDatabaseToken: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoDatabaseUsername: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoDatabasePassword: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoAWSAccessKey: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; vegetableCoDatabaseUsername: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; }; readonly build: { electronicCoLandingV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoEshopV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; electronicCoEshopV2: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: null; memoryTime: null; cpuTime: null; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoVideosV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoLandingV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoEmployeesV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; }; readonly framework: { gatsby: { id: string; name: string; slug: string; avatarCid: string; buildScript: string; publishDirectory: string; dockerImage: string; recognitionStrategy: string; recognitionArgument: string; createdAt: Date; updatedAt: Date; }; nextJs: { id: string; name: string; slug: string; avatarCid: string; buildScript: string; publishDirectory: string; dockerImage: string; recognitionStrategy: string; recognitionArgument: string; createdAt: Date; updatedAt: Date; }; vueJs: { id: string; name: string; slug: string; avatarCid: string; buildScript: string; publishDirectory: string; dockerImage: string; recognitionStrategy: string; recognitionArgument: string; createdAt: Date; updatedAt: Date; }; }; }; export declare const domains: { readonly zone: { electronicCoEshop: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: string; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoEshopPGW: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: string; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoDocuments: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocuments: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; electronicCoInvoices: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; electronicCoVideos: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoPhotos: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; vegetableCoEshop: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: string; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; vegetableCoEmployees: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; vegetableCoInvoices: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; }; readonly bunnyZoneProvider: { electronicCoEshop: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocuments: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocuments: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; vegetableCoEshop: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; }; readonly domain: { electronicCoPrimary: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshop: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshopPGW: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogDnslink: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: string; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocuments: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocuments: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; vegetableCoPrimary: { id: string; hostname: string; projectId: string; isVerified: boolean; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; }; readonly dnsConfig: { electronicCoPrimaryCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshopCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocumentsCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocumentsDnslink: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocumentsCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogDnslink: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogDnslink2: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshopPGWDnslink: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; vegetableCoPrimaryCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; }; }; export declare const ipns: { ipnsRecord: { electronicCoEshop: { id: string; hash: string; name: string; key: string; kmsKeyId: string; siteId: string; projectId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; hash: string; name: string; key: string; kmsKeyId: string; siteId: string; projectId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; electronicCoForum: { id: string; hash: string; name: string; key: string; kmsKeyId: string; siteId: null; projectId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; vegetableCoEshop: { id: string; hash: string; name: string; key: string; kmsKeyId: string; projectId: string; siteId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; vegetableCoBlog: { id: string; hash: string; name: string; key: string; kmsKeyId: string; projectId: string; siteId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; }; ensRecord: { 'vitalik.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; 'ens.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; 'dries.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; 'smarttv.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; }; }; export declare const fleekFunctions: { readonly fleekFunction: { electronicCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: string; invokeUrl: string; status: string; }; electronicCoDeprecated: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; electronicCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; electronicCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; electronicCoLanding: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; vegetableCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; vegetableCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; vegetableCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; vegetableCoEmployees: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; butcherCoEshop: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoBlog: { id: string; name: string; slug: string; currentDeploymentId: null; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoVideos: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoLanding: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoEmployees: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; }; readonly fleekFunctionDeployment: { electronicCoEshopV1: { id: string; cid: string; projectId: string; createdAt: Date; updatedAt: Date; fleekFunctionId: string; sgx: boolean; blake3Hash: null; }; electronicCoEshopV2: { id: string; cid: string; projectId: string; createdAt: Date; updatedAt: Date; fleekFunctionId: string; sgx: boolean; blake3Hash: null; }; electornicCoBlogV1Failed: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogV1: { id: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; cid: string; createdAt: Date; updatedAt: Date; projectId: string; }; electronicCoLandingV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoEshopV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoVideosV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoLandingV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoEmployeesV1: { id: string; cid: string; projectId: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; createdAt: Date; updatedAt: Date; }; }; }; declare const _default: { auth: { project: { vegetableCo: { id: string; name: string; planId: string; billingPlanId: string; avatarCid: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; vegetableLtd: { id: string; name: string; avatarCid: null; planId: null; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: Date; }; electronicCo: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; electronicLtd: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; butcherCo: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; dreamTeam: { id: string; name: string; avatarCid: null; planId: string; billingPlanId: string; createdAt: Date; updatedAt: Date; backupStorageOnArweave: boolean; backupStorageOnFilecoin: boolean; allowAccessFromOfacCountries: boolean; status: string; deletedAt: null; }; }; application: { electronicCoWebApp: { id: string; name: string; clientId: string; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoMobileApp: { id: string; name: string; clientId: string; projectId: string; createdAt: Date; updatedAt: Date; }; }; user: { josh: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: string; createdAt: Date; updatedAt: Date; dynamicUserId: null; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; jack: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: null; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; james: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; john: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: null; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; billy: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; joe: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; chuck: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; steve: { id: string; email: string; _socialIdToken: string; _dynamicAuthToken: string; avatarCid: null; createdAt: Date; updatedAt: Date; dynamicUserId: string; firstName: string; lastName: string; username: string; walletAddress: null; walletChain: null; status: string; deletedAt: null; }; }; personalAccessToken: { joshOwnedToken: { id: string; tokenSuffix: string; name: string; _secretToken: string; hash: string; userId: string; createdAt: Date; updatedAt: Date; }; jackOwnedToken: { id: string; tokenSuffix: string; name: string; _secretToken: string; hash: string; userId: string; createdAt: Date; updatedAt: Date; }; }; }; domains: { readonly zone: { electronicCoEshop: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: string; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoEshopPGW: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: string; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoDocuments: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocuments: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; electronicCoInvoices: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; electronicCoVideos: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; electronicCoPhotos: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; vegetableCoEshop: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: string; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; vegetableCoEmployees: { id: string; provider: string; type: string; projectId: string; siteId: string; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: string; originUrlChangedAt: Date; createdAt: Date; updatedAt: Date; }; vegetableCoInvoices: { id: string; provider: string; type: string; projectId: string; siteId: null; primaryDomainId: null; status: string; originUrl: string; originUrlChangedBy: null; originUrlChangedAt: null; createdAt: Date; updatedAt: Date; }; }; readonly bunnyZoneProvider: { electronicCoEshop: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocuments: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocuments: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; vegetableCoEshop: { id: string; hostname: string; pullZoneId: string; originUrl: string; zoneId: string; createdAt: Date; updatedAt: Date; }; }; readonly domain: { electronicCoPrimary: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshop: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: string; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshopPGW: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogDnslink: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: string; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocuments: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocuments: { id: string; hostname: string; isVerified: boolean; projectId: string; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; vegetableCoPrimary: { id: string; hostname: string; projectId: string; isVerified: boolean; status: string; dnslinkStatus: null; errorMessage: null; zoneId: string; createdAt: Date; updatedAt: Date; }; }; readonly dnsConfig: { electronicCoPrimaryCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshopCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocumentsCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoDocumentsDnslink: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoBackupDocumentsCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogDnslink: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogDnslink2: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; electronicCoEshopPGWDnslink: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; vegetableCoPrimaryCName: { id: string; type: string; name: string; value: string; domainId: string; createdAt: Date; updatedAt: Date; }; }; }; sites: { readonly site: { electronicCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; githubInstallationId: number; avatarCid: string; frameworkId: null; gitIntegrationId: string; status: string; phishingStatus: string; deletedAt: null; }; electronicCoDeprecated: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: Date; }; electronicCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; electronicCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; electronicCoLanding: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; vegetableCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; vegetableCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: string; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; vegetableCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; vegetableCoEmployees: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; secretGroupId: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; enablePreviews: boolean; baseDirectory: null; buildCommand: null; distDirectory: null; dockerImage: null; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; githubInstallationId: null; avatarCid: null; frameworkId: null; gitIntegrationId: null; status: string; phishingStatus: string; deletedAt: null; }; butcherCoEshop: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoBlog: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: null; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoVideos: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoLanding: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; butcherCoEmployees: { id: string; name: string; slug: string; avatarCid: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; enablePreviews: boolean; baseDirectory: null; buildCommand: string; distDirectory: string; dockerImage: string; githubInstallationId: number; cpuLimit: null; memoryLimit: null; buildDurationLimitSeconds: null; storageType: string; currentDeploymentId: string; projectId: string; secretGroupId: null; frameworkId: string; gitIntegrationId: null; status: string; phishingStatus: string; createdAt: Date; updatedAt: Date; deletedAt: null; }; }; readonly deployment: { electronicCoEshopV1: { id: string; status: string; storageType: string; cid: string; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: number; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electronicCoEshopV2: { id: string; status: string; storageType: string; cid: string; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: number; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electronicCoEshopV3: { id: string; status: string; storageType: string; cid: string; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: number; stateMachineExecutionArn: null; startedAt: null; previewUrlSlug: string; }; electornicCoBlogV1Failed: { id: string; status: string; storageType: string; cid: null; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; sourceRef: null; sourceMessage: null; sourceAuthor: null; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: null; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electornicCoBlogV1NotStarted: { id: string; status: string; storageType: string; cid: null; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; sourceRef: null; sourceMessage: null; sourceAuthor: null; previewOnly: boolean; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: null; stateMachineExecutionArn: null; startedAt: null; previewUrlSlug: null; }; electronicCoBlogV1: { id: string; status: string; storageType: string; cid: string; previewOnly: boolean; previewImageUrl: null; siteId: string; projectId: string; artifact: null; sourceProvider: null; sourceRepositoryId: null; sourceRepositoryOwner: null; sourceRepositoryName: null; sourceBranch: null; sourceRef: null; sourceMessage: null; sourceAuthor: null; createdAt: Date; updatedAt: Date; githubCheckRunId: null; githubInstallationId: null; stateMachineExecutionArn: null; startedAt: Date; previewUrlSlug: null; }; electronicCoLandingV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: string; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoEshopV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoVideosV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoLandingV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; butcherCoEmployeesV1: { id: string; status: string; storageType: string; cid: string; siteId: string; projectId: string; artifact: string; sourceProvider: string; sourceRepositoryId: string; sourceRepositoryOwner: string; sourceRepositoryName: string; sourceBranch: string; sourceRef: string; githubCheckRunId: number; githubInstallationId: number; sourceMessage: string; sourceAuthor: string; previewOnly: boolean; previewImageUrl: null; stateMachineExecutionArn: null; previewUrlSlug: null; createdAt: Date; updatedAt: Date; startedAt: Date; }; }; readonly secretGroup: { electronicCoDatabase: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoAWS: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; vegetableCoDatabase: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; vegetableCoAWS: { id: string; kmsKeyId: string; name: string; projectId: string; createdAt: Date; updatedAt: Date; }; }; readonly secret: { electronicCoDatabaseToken: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoDatabaseUsername: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoDatabasePassword: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; electronicCoAWSAccessKey: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; vegetableCoDatabaseUsername: { id: string; key: string; value: string; groupId: string; visibility: string; createdAt: Date; updatedAt: Date; }; }; readonly build: { electronicCoLandingV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoEshopV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; electronicCoEshopV2: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: null; memoryTime: null; cpuTime: null; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoVideosV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoLandingV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; butcherCoEmployeesV1: { id: string; deploymentId: string; status: string; statusText: null; baseDirectory: null; buildCommand: string; distDirectory: string; image: string; cpu: string; memory: string; ecsTaskId: string; command: string; stoppedReason: null; deadline: string; buildTime: number; memoryTime: null; cpuTime: number; stopCode: null; createdAt: Date; updatedAt: Date; }; }; readonly framework: { gatsby: { id: string; name: string; slug: string; avatarCid: string; buildScript: string; publishDirectory: string; dockerImage: string; recognitionStrategy: string; recognitionArgument: string; createdAt: Date; updatedAt: Date; }; nextJs: { id: string; name: string; slug: string; avatarCid: string; buildScript: string; publishDirectory: string; dockerImage: string; recognitionStrategy: string; recognitionArgument: string; createdAt: Date; updatedAt: Date; }; vueJs: { id: string; name: string; slug: string; avatarCid: string; buildScript: string; publishDirectory: string; dockerImage: string; recognitionStrategy: string; recognitionArgument: string; createdAt: Date; updatedAt: Date; }; }; }; ipns: { ipnsRecord: { electronicCoEshop: { id: string; hash: string; name: string; key: string; kmsKeyId: string; siteId: string; projectId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; electronicCoBlog: { id: string; hash: string; name: string; key: string; kmsKeyId: string; siteId: string; projectId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; electronicCoForum: { id: string; hash: string; name: string; key: string; kmsKeyId: string; siteId: null; projectId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; vegetableCoEshop: { id: string; hash: string; name: string; key: string; kmsKeyId: string; projectId: string; siteId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; vegetableCoBlog: { id: string; hash: string; name: string; key: string; kmsKeyId: string; projectId: string; siteId: string; updatedBy: string; createdAt: Date; updatedAt: Date; }; }; ensRecord: { 'vitalik.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; 'ens.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; 'dries.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; 'smarttv.eth': { id: string; siteId: string; createdAt: Date; updatedAt: Date; updatedBy: string; name: string; ipnsRecordId: string; projectId: string; status: string; errorMessage: null; }; }; }; fleekFunctions: { readonly fleekFunction: { electronicCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: string; invokeUrl: string; status: string; }; electronicCoDeprecated: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; electronicCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; electronicCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; electronicCoLanding: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; vegetableCoEshop: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; vegetableCoBlog: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; vegetableCoVideos: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; vegetableCoEmployees: { id: string; name: string; slug: string; projectId: string; createdAt: Date; updatedAt: Date; currentDeploymentId: null; invokeUrl: string; status: string; }; butcherCoEshop: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoBlog: { id: string; name: string; slug: string; currentDeploymentId: null; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoVideos: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoLanding: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; butcherCoEmployees: { id: string; name: string; slug: string; currentDeploymentId: string; projectId: string; createdAt: Date; updatedAt: Date; invokeUrl: string; status: string; }; }; readonly fleekFunctionDeployment: { electronicCoEshopV1: { id: string; cid: string; projectId: string; createdAt: Date; updatedAt: Date; fleekFunctionId: string; sgx: boolean; blake3Hash: null; }; electronicCoEshopV2: { id: string; cid: string; projectId: string; createdAt: Date; updatedAt: Date; fleekFunctionId: string; sgx: boolean; blake3Hash: null; }; electornicCoBlogV1Failed: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoBlogV1: { id: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; cid: string; createdAt: Date; updatedAt: Date; projectId: string; }; electronicCoLandingV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoEshopV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoVideosV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoLandingV1: { id: string; cid: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; projectId: string; createdAt: Date; updatedAt: Date; }; butcherCoEmployeesV1: { id: string; cid: string; projectId: string; fleekFunctionId: string; sgx: boolean; blake3Hash: null; createdAt: Date; updatedAt: Date; }; }; }; storageIpfs: { readonly pin: { electronicCoEshopIndexV1: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoEshopIndexV2: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoEshopIndexV3: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoBlogIndexV1: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; vegetableCoIcon: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoDishmachinePhoto: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoOvenPhoto: { cid: string; size: number; sizeBigInt: null; createdAt: Date; }; electronicCoIpfsLiteIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoIpfsCubeIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; s3StoredFile: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; electronicCoIpfsChainIcon: { cid: string; size: number; sizeBigInt: bigint; createdAt: Date; }; }; readonly storageFolder: { electronicCoIcons: { id: string; name: string; parentFolderId: null; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoHeaters: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoFridges: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoDishwashers: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; electronicCoKettles: { id: string; name: string; parentFolderId: string; path: string; size: bigint; pinCount: number; folderCount: number; projectId: string; createdAt: Date; updatedAt: Date; }; }; readonly storagePin: { electronicCoIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: string; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; vegetableCoIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoDishmachinePhoto: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoOvenPhoto: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoIpfsLiteIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; electronicCoIpfsCubeIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: string; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; s3StoredFile: { id: string; cid: string; filename: string; projectId: string; extension: string; path: null; parentFolderId: null; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: string; createdAt: Date; }; electronicCoIpfsChainIcon: { id: string; cid: string; filename: string; projectId: string; extension: string; path: string; parentFolderId: string; storedOnArweave: boolean; storedOnFilecoin: boolean; storedOnS3: boolean; fileHash: null; createdAt: Date; }; }; readonly privateGateways: { electronicCoEshop: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; electronicCoDocuments: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; electronicCoPhotos: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; electronicCoInvoices: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: Date; }; vegetableCoInvoices: { id: string; name: string; slug: string; projectId: string; zoneId: string; createdAt: Date; updatedAt: Date; status: string; deletedAt: null; }; }; }; }; export default _default;