@clxmedia/types 1.0.22 → 1.0.23

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.
@@ -165,7 +165,7 @@ export type CLXFormQuestion = {
165
165
  export type CLXFormQuestions = {
166
166
  [questionSlug: string]: CLXFormQuestion;
167
167
  };
168
- export type CLXRuleComparison = 'stringEquals' | 'stringInList' | 'stringListContains' | 'booleanEquals' | 'numberEquals' | 'numberGreaterThan' | 'numberLessThan';
168
+ export type CLXRuleComparison = 'stringEquals' | 'stringInList' | 'stringListContains' | 'booleanEquals' | 'fileExists' | 'numberEquals' | 'numberGreaterThan' | 'numberLessThan';
169
169
  export type CLXFormRuleDefinition = {
170
170
  subject: string;
171
171
  predicate: CLXFormResponseValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",