oro-sdk-apis 1.51.0 → 1.52.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.51.0",
2
+ "version": "1.52.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -215,7 +215,7 @@ export declare type QuestionData =
215
215
  IndexedData<ChoiceInputData>
216
216
  >
217
217
  | GroupedGenericQuestionData<
218
- 'radio' | 'hair-selector-women' | 'hair-selector-men' | 'hair-loss-stage',
218
+ 'radio' | 'hair-selector-women' | 'hair-selector-men' | 'hair-loss-stage' | 'hair-loss-other',
219
219
  IndexedData<RadioInputData>
220
220
  >
221
221
  | GroupedGenericQuestionData<'radio-card' | 'profile-selector', IndexedData<RadioCardInputData>>