@brimble/models 3.6.0 → 3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/enum/index.ts +3 -6
- package/index.ts +1 -2
- package/package.json +1 -1
- package/.turbo/turbo-build.log +0 -1
- package/brimble.json +0 -3
package/enum/index.ts
CHANGED
|
@@ -68,6 +68,9 @@ export enum PROJECT_STATUS {
|
|
|
68
68
|
CANCELLED = "CANCELLED",
|
|
69
69
|
DEGRADED = "DEGRADED",
|
|
70
70
|
PAYMENT = "PAYMENT DUE",
|
|
71
|
+
NOMAD_SETUP = 'nomad_setup',
|
|
72
|
+
NOMAD_READY = 'nomad_ready',
|
|
73
|
+
NOMAD_FAILED = 'nomad_failed',
|
|
71
74
|
}
|
|
72
75
|
|
|
73
76
|
export enum SUBSCRIPTION_STATUS {
|
|
@@ -184,10 +187,4 @@ export enum DomainRenewalStatus {
|
|
|
184
187
|
Pending = "pending",
|
|
185
188
|
Completed = "completed",
|
|
186
189
|
Failed = "failed",
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export enum NomadDeploymentStatus {
|
|
190
|
-
NOMAD_SETUP = 'nomad_setup',
|
|
191
|
-
NOMAD_READY = 'nomad_ready',
|
|
192
|
-
NOMAD_FAILED = 'nomad_failed',
|
|
193
190
|
}
|
package/index.ts
CHANGED
package/package.json
CHANGED
package/.turbo/turbo-build.log
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
$ rm -rf dist && tsc -p .
|
package/brimble.json
DELETED