freemium-survey-components 1.0.99 → 1.0.100
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/lib/types/types.d.ts +1 -1
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -158,7 +158,7 @@ export declare type SurveyBlockCategoryType = {
|
|
|
158
158
|
id?: string | null;
|
|
159
159
|
question_name?: string | null;
|
|
160
160
|
};
|
|
161
|
-
export declare type SurveyBlockNavType = 'NEXT' | 'END' | 'SPECIFIC' | 'BASED_ON_ANSWER' | '
|
|
161
|
+
export declare type SurveyBlockNavType = 'NEXT' | 'END' | 'SPECIFIC' | 'BASED_ON_ANSWER' | 'BASED_ON_ANSWER_GROUP';
|
|
162
162
|
export declare type DisplayLogicOperators = 'IS' | 'IS_NOT' | 'EMPTY' | 'NOT_EMPTY' | 'LESSER_THAN' | 'GREATER_THAN' | 'LESSER_THAN_OR_EQUALS' | 'GREATER_THAN_OR_EQUALS' | 'CONTAINS' | 'NOT_CONTAINS' | 'INCLUDES' | 'NOT_INCLUDES' | 'BETWEEN' | 'STARTS_WITH' | 'ENDS_WITH' | 'AFTER' | 'BEFORE';
|
|
163
163
|
export declare type DlDisplayTypes = 'SHOW' | 'HIDE';
|
|
164
164
|
export declare type DisplayLogicSubTypeOptions = 'RATING' | 'RATING_GROUP';
|