@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.
@@ -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.1756407930";
4
+ export declare const VERSION = "2.0.0-alpha.0-rc.1756482682";
@@ -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.1756407930";
4
+ export const VERSION = "2.0.0-alpha.0-rc.1756482682";
@@ -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. The
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
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.1756407930",
3
+ "version": "2.0.0-alpha.0-rc.1756482682",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",