File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/clients/src/api/webhosting/v1 Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ const unmarshalHostingSummary = (data: unknown): HostingSummary => {
249249 }
250250
251251 return {
252+ createdAt : unmarshalDate ( data . created_at ) ,
252253 domain : data . domain ,
253254 id : data . id ,
254255 projectId : data . project_id ,
Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ export interface HostingSummary {
140140 id : string
141141 /** ID of the Scaleway Project the Web Hosting plan belongs to. */
142142 projectId : string
143+ /** Date on which the Web Hosting plan was created. */
144+ createdAt ?: Date
143145 /** Date on which the Web Hosting plan was last updated. */
144146 updatedAt ?: Date
145147 /** Status of the Web Hosting plan. */
You can’t perform that action at this time.
0 commit comments