@awell-health/awell-extensions 1.0.240 → 1.0.241

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 patient {\n id\n }\n }\n }\n";
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.addIdentifierToPatientMutation = void 0;
4
4
  exports.addIdentifierToPatientMutation = `
5
- mutation AddIdentifierToPatient(input: AddIdentifierToPatientInput!) {
5
+ mutation AddIdentifierToPatient($input: AddIdentifierToPatientInput!) {
6
6
  addIdentifierToPatient(input: $input) {
7
7
  patient {
8
8
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "1.0.240",
3
+ "version": "1.0.241",
4
4
  "packageManager": "yarn@3.4.1",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {