@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1759160550 → 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.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/schema.d.ts +0 -15
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -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
|