Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ export const INSTANCE_TRANSIENT_STATUSES: InstanceStatus[] = [
]

/** Lists transient statutes of the enum {@link MaintenanceStatus}. */
export const MAINTENANCE_TRANSIENT_STATUSES: MaintenanceStatus[] = [
'pending',
'ongoing',
]
export const MAINTENANCE_TRANSIENT_STATUSES: MaintenanceStatus[] = ['ongoing']

/** Lists transient statutes of the enum {@link ReadReplicaStatus}. */
export const READ_REPLICA_TRANSIENT_STATUSES: ReadReplicaStatus[] = [
Expand Down
5 changes: 1 addition & 4 deletions packages/clients/src/api/rdb/v1/content.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ export const INSTANCE_TRANSIENT_STATUSES: InstanceStatus[] = [
]

/** Lists transient statutes of the enum {@link MaintenanceStatus}. */
export const MAINTENANCE_TRANSIENT_STATUSES: MaintenanceStatus[] = [
'pending',
'ongoing',
]
export const MAINTENANCE_TRANSIENT_STATUSES: MaintenanceStatus[] = ['ongoing']

/** Lists transient statutes of the enum {@link ReadReplicaStatus}. */
export const READ_REPLICA_TRANSIENT_STATUSES: ReadReplicaStatus[] = [
Expand Down