@icanbwell/bwell-sdk-ts 1.40.0-rc.1758834164 → 1.40.0-rc.1759158147

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.
@@ -3625,7 +3625,9 @@ export type Patient = {
3625
3625
  gender?: Maybe<Scalars['Code']['output']>;
3626
3626
  id: Scalars['ID']['output'];
3627
3627
  identifier?: Maybe<Array<Maybe<Identifier>>>;
3628
+ meta?: Maybe<Meta>;
3628
3629
  name?: Maybe<Array<Maybe<HumanName>>>;
3630
+ resourceType?: Maybe<Scalars['String']['output']>;
3629
3631
  telecom?: Maybe<Array<Maybe<ContactPoint>>>;
3630
3632
  };
3631
3633
  export type PatientBundle = {
@@ -4967,6 +4969,7 @@ export type RelatedPerson = {
4967
4969
  address?: Maybe<Array<Maybe<Address>>>;
4968
4970
  id: Scalars['ID']['output'];
4969
4971
  identifier?: Maybe<Array<Maybe<Identifier>>>;
4972
+ meta?: Maybe<Meta>;
4970
4973
  name?: Maybe<Array<Maybe<HumanName>>>;
4971
4974
  patient?: Maybe<RelatedPersonPatientReference>;
4972
4975
  relationship?: Maybe<Array<Maybe<CodeableConcept>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "1.40.0-rc.1758834164",
3
+ "version": "1.40.0-rc.1759158147",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",