oro-sdk-apis 1.42.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.42.0",
2
+ "version": "1.43.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -87,6 +87,7 @@ export interface EntryData {
87
87
  stateTriggers?: StateTrigger[]
88
88
  // represents the modal that it will be rendered as
89
89
  componentKind?: string
90
+ message?: string
90
91
  }
91
92
 
92
93
  export interface SlideData {
@@ -166,8 +167,12 @@ export declare type QuestionData =
166
167
  | 'place-address'
167
168
  >
168
169
  | GenericQuestionData<'images-alias', IndexedData<ChoiceInputData>, ImagesAliasQuestionOptions>
169
- | GenericQuestionData<'checkbox-group' | 'select' | 'multiple' | 'text-select-group', IndexedData<ChoiceInputData>>
170
- | GroupedGenericQuestionData<'radio', IndexedData<RadioInputData>>
170
+ | GenericQuestionData<'checkbox-group' | 'hair-loss-frontal' | 'select' | 'multiple' | 'text-select-group', IndexedData<ChoiceInputData>>
171
+ | GroupedGenericQuestionData<'radio'
172
+ | 'hair-selector-women'
173
+ | 'hair-selector-men'
174
+ | 'hair-loss-stage',
175
+ IndexedData<RadioInputData>>
171
176
  | GroupedGenericQuestionData<'radio-card' | 'profile-selector', IndexedData<RadioCardInputData>>
172
177
  | GroupedGenericQuestionData<'language-picker', IndexedData<LanguagePickerData>>
173
178