@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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export declare const VERSION = "2.0.0-alpha.0-rc.1755532484";
4
+ export declare const VERSION = "2.0.0-alpha.0-rc.1755847440";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export const VERSION = "2.0.0-alpha.0-rc.1755532484";
4
+ export const VERSION = "2.0.0-alpha.0-rc.1755847440";
@@ -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']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-alpha.0-rc.1755532484",
3
+ "version": "2.0.0-alpha.0-rc.1755847440",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",