@awell-health/awell-extensions 1.0.242 → 1.0.243

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- export declare const addIdentifierToPatientMutation = "\nmutation AddIdentifierToPatient($input: AddIdentifierToPatientInput!) {\n addIdentifierToPatient(input: $input) {\n patient {\n id\n }\n }\n }\n";
1
+ export declare const addIdentifierToPatientMutation = "\nmutation AddIdentifierToPatient($input: AddIdentifierToPatientInput!) {\n addIdentifierToPatient(input: $input) {\n success\n code\n patient {\n id\n }\n }\n }\n";
@@ -4,6 +4,8 @@ exports.addIdentifierToPatientMutation = void 0;
4
4
  exports.addIdentifierToPatientMutation = `
5
5
  mutation AddIdentifierToPatient($input: AddIdentifierToPatientInput!) {
6
6
  addIdentifierToPatient(input: $input) {
7
+ success
8
+ code
7
9
  patient {
8
10
  id
9
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"addIdentifier.mutation.js","sourceRoot":"","sources":["../../../../../../extensions/awell/v1/sdk/graphql/addIdentifier.mutation.ts"],"names":[],"mappings":";;;AAAa,QAAA,8BAA8B,GAAG;;;;;;;;CAQ7C,CAAA"}
1
+ {"version":3,"file":"addIdentifier.mutation.js","sourceRoot":"","sources":["../../../../../../extensions/awell/v1/sdk/graphql/addIdentifier.mutation.ts"],"names":[],"mappings":";;;AAAa,QAAA,8BAA8B,GAAG;;;;;;;;;;CAU7C,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "1.0.242",
3
+ "version": "1.0.243",
4
4
  "packageManager": "yarn@3.4.1",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {