Skip to content

Commit 59229f6

Browse files
authored
feat(datawarehouse): add Deployment.Status.deploying (scaleway#2618)
1 parent de97a68 commit 59229f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages_generated/datawarehouse/src/v1beta1/content.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ export const DEPLOYMENT_TRANSIENT_STATUSES: DeploymentStatus[] = [
1212
'deleting',
1313
'locking',
1414
'unlocking',
15+
'deploying',
1516
]
1617

packages_generated/datawarehouse/src/v1beta1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type DeploymentStatus =
1313
| 'locked'
1414
| 'locking'
1515
| 'unlocking'
16+
| 'deploying'
1617

1718
export type EndpointServiceProtocol =
1819
| 'unknown_protocol'

0 commit comments

Comments
 (0)