@icanbwell/bwell-sdk-ts 2.0.0-beta-rc.1763650767 → 2.0.0-beta-rc.1763700626

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-beta-rc.1763650767";
4
+ export declare const VERSION = "2.0.0-beta-rc.1763700626";
@@ -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-beta-rc.1763650767";
4
+ export const VERSION = "2.0.0-beta-rc.1763700626";
@@ -69118,6 +69118,7 @@ export type Link__Purpose =
69118
69118
  | 'SECURITY';
69119
69119
  export type UpdatePersonDetailsOutput = {
69120
69120
  __typename?: 'updatePersonDetailsOutput';
69121
+ empiType: Scalars['String']['output'];
69121
69122
  id: Scalars['String']['output'];
69122
69123
  resourceType: Scalars['String']['output'];
69123
69124
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-beta-rc.1763650767",
3
+ "version": "2.0.0-beta-rc.1763700626",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",