@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 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
@@ -97,8 +97,7 @@ export {
97
97
  BUILD_DISABLED_BY,
98
98
  SERVER_PROTOCOL,
99
99
  FrameworkApplicationType,
100
- DomainRenewalStatus,
101
- NomadDeploymentStatus
100
+ DomainRenewalStatus
102
101
  } from "./enum";
103
102
 
104
103
  import mongoose from "mongoose";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brimble/models",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "Brimble models",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1 +0,0 @@
1
- $ rm -rf dist && tsc -p .
package/brimble.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "project": {}
3
- }