16 lines
412 B
JavaScript
16 lines
412 B
JavaScript
// This is a generated file.
|
|
// Published at 2025-04-01 16:27:12
|
|
|
|
export default {
|
|
"WAITING_FOR_PROVIDER": "waiting-for-provider",
|
|
"PROVIDER_TIMEOUT": "provider-timeout",
|
|
"UNPROVISIONED": "unprovisioned",
|
|
"PROVISIONING": "provisioning",
|
|
"PROVISIONING_FAILED": "provisioning-failed",
|
|
"UPDATING": "updating",
|
|
"ACTIVE": "active",
|
|
"DELETING": "deleting",
|
|
"DELETED": "deleted"
|
|
}
|
|
|