@getcommunity/gc-validators 0.0.81 → 0.0.83
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/dist/index.cjs +8 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -34
- package/dist/index.d.ts +10 -34
- package/dist/index.js +8 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -179,9 +179,14 @@ var ClientProjectPhaseSelectOptions = [
|
|
|
179
179
|
description: "For sale, maintenance period"
|
|
180
180
|
}
|
|
181
181
|
];
|
|
182
|
-
var ClientProjectPhaseOptions =
|
|
183
|
-
|
|
184
|
-
|
|
182
|
+
var ClientProjectPhaseOptions = [
|
|
183
|
+
"brand",
|
|
184
|
+
"p1",
|
|
185
|
+
"p2",
|
|
186
|
+
"p3",
|
|
187
|
+
"p4",
|
|
188
|
+
"p5"
|
|
189
|
+
];
|
|
185
190
|
|
|
186
191
|
// src/validators/validators-client-projects.ts
|
|
187
192
|
var IsValidClientProjectStatus = v5__namespace.pipe(
|