Type Alias: Deployment ​
Deployment =
object
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3538
Deployment
Properties ​
$createdAt ​
$createdAt:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3546
Deployment creation date in ISO 8601 format.
$id ​
$id:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3542
Deployment ID.
$updatedAt ​
$updatedAt:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3550
Deployment update date in ISO 8601 format.
activate ​
activate:
boolean
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3586
Whether the deployment should be automatically activated.
buildDuration ​
buildDuration:
number
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3606
The current build time in seconds.
buildId ​
buildId:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3582
The current build ID.
buildLogs ​
buildLogs:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3602
The build logs.
buildSize ​
buildSize:
number
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3574
The build output size in bytes.
entrypoint ​
entrypoint:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3566
The entrypoint file to use to execute the deployment code.
providerBranch ​
providerBranch:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3642
The branch of the vcs repository
providerBranchUrl ​
providerBranchUrl:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3646
The branch of the vcs repository
providerCommitAuthor ​
providerCommitAuthor:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3630
The name of vcs commit author
providerCommitAuthorUrl ​
providerCommitAuthorUrl:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3626
The url of vcs commit author
providerCommitHash ​
providerCommitHash:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3622
The commit hash of the vcs commit
providerCommitMessage ​
providerCommitMessage:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3634
The commit message
providerCommitUrl ​
providerCommitUrl:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3638
The url of the vcs commit
providerRepositoryName ​
providerRepositoryName:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3610
The name of the vcs provider repository
providerRepositoryOwner ​
providerRepositoryOwner:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3614
The name of the vcs provider repository owner
providerRepositoryUrl ​
providerRepositoryUrl:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3618
The url of the vcs provider repository
resourceId ​
resourceId:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3558
Resource ID.
resourceType ​
resourceType:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3562
Resource type.
screenshotDark ​
screenshotDark:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3594
Screenshot with dark theme preference file ID.
screenshotLight ​
screenshotLight:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3590
Screenshot with light theme preference file ID.
sourceSize ​
sourceSize:
number
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3570
The code size in bytes.
status ​
status:
DeploymentStatus
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3598
The deployment status. Possible values are "waiting", "processing", "building", "ready", "canceled" and "failed".
totalSize ​
totalSize:
number
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3578
The total size in bytes (source and build output).
type ​
type:
string
Defined in: node_modules/.pnpm/node-appwrite@23.1.0/node_modules/node-appwrite/dist/models.d.mts:3554
Type of deployment.