oro-sdk-apis 1.51.0 → 1.52.0

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/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>>