@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1755532484 → 2.0.0-alpha.0-rc.1755847440
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/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/schema.d.ts +1 -0
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -55580,6 +55580,7 @@ export type QuestionnaireResponseItemAnswerInput = {
|
|
|
55580
55580
|
export type QuestionnaireResponseItemInput = {
|
|
55581
55581
|
answer?: InputMaybe<Array<InputMaybe<QuestionnaireResponseItemAnswerInput>>>;
|
|
55582
55582
|
definition?: InputMaybe<Scalars['String']['input']>;
|
|
55583
|
+
extension?: InputMaybe<Array<InputMaybe<FhirExtensionInput>>>;
|
|
55583
55584
|
item?: InputMaybe<Array<InputMaybe<QuestionnaireResponseItemInput>>>;
|
|
55584
55585
|
linkId: Scalars['String']['input'];
|
|
55585
55586
|
text?: InputMaybe<Scalars['String']['input']>;
|