Unique identifier of the website.
Optional
data: Partial<HostingWebsite>Data to populate the website with.
User assigned name of the website.
User assigned description of the website.
Domain on which this website lives.
Unique identifier of a storage bucket in which this website files reside.
IPNS CID for staging environment.
cidStaging
insteadIPFS CID for staging environment.
IPFS CID for production environment.
IPNS CID for production environment.
Link to staging version of the website
Link to production version of the website
Website last deployment (to any environment) unique identifier
Status of last deployment
Protected
API_API url prefix for this class.
Unique identifier of the model.
The object's creation date
The date when the object was last updated
Uploads website files inside a folder via path.
Path to the folder to upload.
Optional
params: IFileUploadRequestOptional parameters to be used for uploading files
Uploads files to the hosting bucket.
The files to be uploaded
Optional
params: IFileUploadRequestOptional parameters to be used for uploading files
Deploy a website to a new environment.
The environment to deploy to
Newly created deployment
Optional
params: IDeploymentFiltersQuery filters for listing websites
A list of all deployments instances.
Gets a deployment instance.
Uuid of the deployment.
Instance of a deployment.
Protected
serializeGets and populates the object details of this entity
A new instance of this object
Protected
populatePopulates class properties via data object.
Data object.
Constructor which should only be called via Hosting class.