@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1754499306 → 2.0.0-alpha.0-rc.1754641589

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.1754499306";
4
+ export declare const VERSION = "2.0.0-alpha.0-rc.1754641589";
@@ -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.1754499306";
4
+ export const VERSION = "2.0.0-alpha.0-rc.1754641589";
@@ -31582,6 +31582,8 @@ export type HumanName = {
31582
31582
  * This may be provided instead of or as well as the specific parts.
31583
31583
  */
31584
31584
  text?: Maybe<Scalars['String']['output']>;
31585
+ /** Identifies the purpose for this name. */
31586
+ use?: Maybe<Scalars['Code']['output']>;
31585
31587
  };
31586
31588
  export type HumanNameInput = {
31587
31589
  /** The family name or surname. */
@@ -51755,7 +51757,7 @@ export type Quantity = {
51755
51757
  id?: Maybe<Scalars['String']['output']>;
51756
51758
  /** The identification of the system that provides the coded form of the unit. */
51757
51759
  system?: Maybe<Scalars['URI']['output']>;
51758
- /** A human-readable form of the unit. */
51760
+ /** The unit of measure for the value. */
51759
51761
  unit?: Maybe<Scalars['String']['output']>;
51760
51762
  /**
51761
51763
  * The value of the measured amount. The value includes an implicit precision in
@@ -55658,7 +55660,7 @@ export type Range = {
55658
55660
  */
55659
55661
  export type Ratio = {
55660
55662
  __typename?: 'Ratio';
55661
- /** The value of the denominator. */
55663
+ /** The denominator in the ratio. */
55662
55664
  denominator?: Maybe<Quantity>;
55663
55665
  /**
55664
55666
  * May be used to represent additional information that is not part of the basic
@@ -55670,7 +55672,7 @@ export type Ratio = {
55670
55672
  extension?: Maybe<Array<Maybe<FhirExtension>>>;
55671
55673
  /** None */
55672
55674
  id?: Maybe<Scalars['String']['output']>;
55673
- /** The value of the numerator. */
55675
+ /** The numerator in the ratio. */
55674
55676
  numerator?: Maybe<Quantity>;
55675
55677
  };
55676
55678
  /**
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.1754499306",
3
+ "version": "2.0.0-alpha.0-rc.1754641589",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",