@icanbwell/bwell-sdk-ts 2.0.0-beta-rc.1763650767 → 2.0.0-beta-rc.1764077220
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 +1 -0
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -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
|
};
|