frontend js enums generation, started service/create

This commit is contained in:
2025-04-01 16:18:46 +00:00
parent 4ff9b05cb4
commit 0cd00c641b
14 changed files with 274 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
// This is a generated file.
// Published at 2025-04-01 16:18:32
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"
}