oro-sdk-apis 1.23.0 → 1.23.1

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.23.0",
2
+ "version": "1.23.1",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -138,11 +138,12 @@ export declare type QuestionData =
138
138
  | 'images-alias'
139
139
  | 'body-parts'
140
140
  | 'pharmacy-picker'
141
+ | 'online-pharmacy-picker'
141
142
  | 'place-address'
142
143
  >
143
144
  | GenericQuestionData<'checkbox-group' | 'select' | 'multiple' | 'text-select-group', IndexedData<ChoiceInputData>>
144
145
  | GroupedGenericQuestionData<'radio', IndexedData<RadioInputData>>
145
- | GroupedGenericQuestionData<'radio-card', IndexedData<RadioCardInputData>>
146
+ | GroupedGenericQuestionData<'radio-card' | 'profile-selector', IndexedData<RadioCardInputData>>
146
147
  | GroupedGenericQuestionData<'language-picker', IndexedData<LanguagePickerData>>
147
148
 
148
149
  export interface FieldData {