@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1756407930 → 2.0.0-alpha.0-rc.1756482682
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 +2 -10
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -1059,14 +1059,6 @@ export type Address = {
|
|
|
1059
1059
|
/** The purpose of this address. */
|
|
1060
1060
|
use?: Maybe<Scalars['Code']['output']>;
|
|
1061
1061
|
};
|
|
1062
|
-
export type AddressG = {
|
|
1063
|
-
__typename?: 'AddressG';
|
|
1064
|
-
country: Scalars['String']['output'];
|
|
1065
|
-
locality: Scalars['String']['output'];
|
|
1066
|
-
postal_code: Scalars['String']['output'];
|
|
1067
|
-
region: Scalars['String']['output'];
|
|
1068
|
-
street_address: Scalars['String']['output'];
|
|
1069
|
-
};
|
|
1070
1062
|
export type AddressInput = {
|
|
1071
1063
|
city?: InputMaybe<Scalars['String']['input']>;
|
|
1072
1064
|
country?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -29174,8 +29166,8 @@ export type ExplanationOfBenefitTotal = {
|
|
|
29174
29166
|
};
|
|
29175
29167
|
/**
|
|
29176
29168
|
* Expression
|
|
29177
|
-
* A expression that is evaluated in a specified context and returns a value.
|
|
29178
|
-
* context of use of the expression must specify the context in which the
|
|
29169
|
+
* A expression that is evaluated in a specified context and returns a value.
|
|
29170
|
+
* The context of use of the expression must specify the context in which the
|
|
29179
29171
|
* expression is evaluated, and how the result of the expression is used.
|
|
29180
29172
|
* If the element is present, it must have a value for at least one of the
|
|
29181
29173
|
* defined elements, an @id referenced from the Narrative, or extensions
|