@getcommunity/gc-validators 0.0.81 → 0.0.82

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 CHANGED
@@ -179,9 +179,14 @@ var ClientProjectPhaseSelectOptions = [
179
179
  description: "For sale, maintenance period"
180
180
  }
181
181
  ];
182
- var ClientProjectPhaseOptions = ClientProjectPhaseSelectOptions.map(
183
- (option) => option.value
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(