@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1759244558 → 2.0.0-alpha.0-rc.1759526656

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.1759244558";
4
+ export declare const VERSION = "2.0.0-alpha.0-rc.1759526656";
@@ -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.1759244558";
4
+ export const VERSION = "2.0.0-alpha.0-rc.1759526656";
@@ -45902,21 +45902,6 @@ export type ObservationSubjectReference = {
45902
45902
  resource?: Maybe<ObservationSubject>;
45903
45903
  type?: Maybe<Scalars['URI']['output']>;
45904
45904
  };
45905
- export type OnboardingComposition = {
45906
- __typename?: 'OnboardingComposition';
45907
- id?: Maybe<Scalars['String']['output']>;
45908
- patientId?: Maybe<Scalars['String']['output']>;
45909
- sections?: Maybe<Array<Maybe<OnboardingSection>>>;
45910
- status?: Maybe<Scalars['String']['output']>;
45911
- };
45912
- export type OnboardingCompositionStatus = 'amended' | 'entered_in_error' | 'final' | 'preliminary';
45913
- export type OnboardingSection = {
45914
- __typename?: 'OnboardingSection';
45915
- id?: Maybe<Scalars['String']['output']>;
45916
- isStepCompleted?: Maybe<Scalars['Boolean']['output']>;
45917
- questionnaireResponseId?: Maybe<Scalars['String']['output']>;
45918
- title?: Maybe<Scalars['String']['output']>;
45919
- };
45920
45905
  export type Operation = 'CANCEL_DELETE' | 'CONFIRM_DELETE' | 'DELETION_IN_PROGRESS' | 'IMMEDIATE_EXECUTION' | 'REQUEST_DELETE';
45921
45906
  /**
45922
45907
  * OperationDefinition
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.1759244558",
3
+ "version": "2.0.0-alpha.0-rc.1759526656",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",