@clxmedia/types 1.14.1 → 1.14.2
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.
|
@@ -369,7 +369,7 @@ export type CLXFormPortableResponse = {
|
|
|
369
369
|
export type CLXFormPortableResponses = {
|
|
370
370
|
[questionSlug: string]: CLXFormPortableResponse;
|
|
371
371
|
};
|
|
372
|
-
export type CLXRuleComparison = "isAnswered" | "stringEquals" | "stringExists" | "stringContains" | "stringStartsWith" | "stringEndsWith" | "stringInList" | "stringNotInList" | "stringListContainsAll" | "stringListContainsAny" | "stringListContainsNone" | "stringListEntryEquals" | "stringListEntryContains" | "stringListEntryStartsWith" | "stringListEntryEndsWith" | "dateEquals" | "dateBefore" | "dateAfter" | "booleanEquals" | "fileExists" | "numberEquals" | "numberGreaterThan" | "numberLessThan";
|
|
372
|
+
export type CLXRuleComparison = "isAnswered" | "stringEquals" | "stringExists" | "stringContains" | "stringStartsWith" | "stringEndsWith" | "stringInList" | "stringNotInList" | "stringListContainsAll" | "stringListContainsAny" | "stringListContainsNone" | "stringListEntryEquals" | "stringListEntryContains" | "stringListEntryStartsWith" | "stringListEntryEndsWith" | "dateEquals" | "dateBefore" | "dateAfter" | "booleanEquals" | "fileExists" | "numberEquals" | "numberGreaterThan" | "numberLessThan" | "entityEquals" | "entityInList" | "entityListContains" | "entityListContainsAll" | "entityListContainsAny" | "entityListContainsNone";
|
|
373
373
|
export type CLXFormRuleDefinition = {
|
|
374
374
|
subject: string;
|
|
375
375
|
target: CLXFormResponseValue;
|