@awell-health/awell-extensions 1.1.0-beta11 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/extensions/awell/index.js +2 -0
- package/dist/extensions/awell/index.js.map +1 -1
- package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/generatePatientSummary.d.ts → awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.d.ts} +2 -2
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.js +74 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.js.map +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.js +36 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.js.map +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/dataPoints.d.ts +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/dataPoints.js +5 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/dataPoints.js.map +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/fields.d.ts +28 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/fields.js +26 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/fields.js.map +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/index.d.ts +3 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/index.js +11 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/index.js.map +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/patient.d.ts +8 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/patient.js +6 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/config/patient.js.map +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/index.d.ts +1 -0
- package/dist/extensions/awell/v1/actions/addIdentifierToPatient/index.js +6 -0
- package/dist/extensions/{avaAi/v1/actions/generatePatientSummary → awell/v1/actions/addIdentifierToPatient}/index.js.map +1 -1
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/dataPoints.d.ts +10 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/dataPoints.js +14 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/dataPoints.js.map +1 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/fields.d.ts +28 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/fields.js +26 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/fields.js.map +1 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/index.d.ts +2 -0
- package/dist/extensions/{avaAi/v1/actions/generatePatientSummary → awell/v1/actions/getPatientByIdentifier}/config/index.js +2 -2
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/config/index.js.map +1 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.d.ts +4 -0
- package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js → awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.js} +33 -31
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.js.map +1 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.js +43 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.js.map +1 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/index.d.ts +1 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/index.js +6 -0
- package/dist/extensions/awell/v1/actions/getPatientByIdentifier/index.js.map +1 -0
- package/dist/extensions/awell/v1/actions/index.d.ts +2 -0
- package/dist/extensions/awell/v1/actions/index.js +5 -1
- package/dist/extensions/awell/v1/actions/index.js.map +1 -1
- package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.js +1 -1
- package/dist/extensions/awell/v1/actions/searchPatientsByPatientCode/searchPatientsByPatientCode.js.map +1 -1
- package/dist/extensions/awell/v1/gql/graphql.d.ts +1066 -525
- package/dist/extensions/awell/v1/gql/graphql.js +46 -17
- package/dist/extensions/awell/v1/gql/graphql.js.map +1 -1
- package/dist/extensions/awell/v1/sdk/awellSdk.d.ts +9 -1
- package/dist/extensions/awell/v1/sdk/awellSdk.js +32 -0
- package/dist/extensions/awell/v1/sdk/awellSdk.js.map +1 -1
- package/dist/extensions/awell/v1/sdk/graphql/addIdentifier.mutation.d.ts +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/addIdentifier.mutation.js +15 -0
- package/dist/extensions/awell/v1/sdk/graphql/addIdentifier.mutation.js.map +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/form.query.d.ts +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/form.query.js +91 -0
- package/dist/extensions/awell/v1/sdk/graphql/form.query.js.map +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/formResponse.query.d.ts +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/formResponse.query.js +20 -0
- package/dist/extensions/awell/v1/sdk/graphql/formResponse.query.js.map +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/getPatientByIdentifier.query.d.ts +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/getPatientByIdentifier.query.js +37 -0
- package/dist/extensions/awell/v1/sdk/graphql/getPatientByIdentifier.query.js.map +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/index.d.ts +5 -0
- package/dist/extensions/awell/v1/sdk/graphql/index.js +11 -1
- package/dist/extensions/awell/v1/sdk/graphql/index.js.map +1 -1
- package/dist/extensions/awell/v1/sdk/graphql/pathwayActivities.query.d.ts +1 -0
- package/dist/extensions/awell/v1/sdk/graphql/pathwayActivities.query.js +63 -0
- package/dist/extensions/awell/v1/sdk/graphql/pathwayActivities.query.js.map +1 -0
- package/dist/extensions/canvasMedical/v1/actions/createClaim/config/fields.d.ts +2 -2
- package/dist/extensions/canvasMedical/v1/validation/patient.zod.d.ts +44 -44
- package/dist/extensions/dockHealth/actions/createTask/config/datapoints.d.ts +6 -0
- package/dist/extensions/dockHealth/actions/createTask/config/datapoints.js +10 -0
- package/dist/extensions/dockHealth/actions/createTask/config/datapoints.js.map +1 -0
- package/dist/extensions/dockHealth/actions/createTask/config/fields.d.ts +48 -0
- package/dist/extensions/dockHealth/actions/createTask/config/fields.js +45 -0
- package/dist/extensions/dockHealth/actions/createTask/config/fields.js.map +1 -0
- package/dist/extensions/dockHealth/actions/createTask/config/index.d.ts +2 -0
- package/dist/extensions/dockHealth/actions/createTask/config/index.js +9 -0
- package/dist/extensions/dockHealth/actions/createTask/config/index.js.map +1 -0
- package/dist/extensions/dockHealth/actions/createTask/createTask.d.ts +4 -0
- package/dist/extensions/dockHealth/actions/createTask/createTask.js +56 -0
- package/dist/extensions/dockHealth/actions/createTask/createTask.js.map +1 -0
- package/dist/extensions/dockHealth/actions/createTask/createTask.test.d.ts +1 -0
- package/dist/extensions/dockHealth/actions/createTask/createTask.test.js +32 -0
- package/dist/extensions/dockHealth/actions/createTask/createTask.test.js.map +1 -0
- package/dist/extensions/dockHealth/actions/createTask/index.d.ts +1 -0
- package/dist/extensions/dockHealth/actions/createTask/index.js +6 -0
- package/dist/extensions/dockHealth/actions/createTask/index.js.map +1 -0
- package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/config/dataPoints.d.ts → dockHealth/actions/getPatient/config/datapoints.d.ts} +2 -2
- package/dist/extensions/dockHealth/actions/getPatient/config/datapoints.js +15 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/datapoints.js.map +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/fields.d.ts +18 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/fields.js +21 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/fields.js.map +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/index.d.ts +2 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/index.js +9 -0
- package/dist/extensions/dockHealth/actions/getPatient/config/index.js.map +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.d.ts +4 -0
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.js +29 -0
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.js.map +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.d.ts +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.js +29 -0
- package/dist/extensions/dockHealth/actions/getPatient/getPatient.test.js.map +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/index.d.ts +1 -0
- package/dist/extensions/dockHealth/actions/getPatient/index.js +6 -0
- package/dist/extensions/dockHealth/actions/getPatient/index.js.map +1 -0
- package/dist/extensions/dockHealth/actions/index.d.ts +128 -0
- package/dist/extensions/dockHealth/actions/index.js +10 -0
- package/dist/extensions/dockHealth/actions/index.js.map +1 -0
- package/dist/extensions/dockHealth/api/cacheService.d.ts +11 -0
- package/dist/extensions/dockHealth/api/cacheService.js +15 -0
- package/dist/extensions/dockHealth/api/cacheService.js.map +1 -0
- package/dist/extensions/dockHealth/api/client.d.ts +32 -0
- package/dist/extensions/dockHealth/api/client.js +67 -0
- package/dist/extensions/dockHealth/api/client.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/index.d.ts +8 -0
- package/dist/extensions/dockHealth/api/schema/atoms/index.js +25 -0
- package/dist/extensions/dockHealth/api/schema/atoms/index.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.d.ts +14 -0
- package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.js +10 -0
- package/dist/extensions/dockHealth/api/schema/atoms/patientReference.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.d.ts +14 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.js +10 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskGroup.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.d.ts +14 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.js +10 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskListReference.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskMetadataSchema.d.ts +17 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskMetadataSchema.js +13 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskMetadataSchema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.d.ts +14 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.js +10 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskReference.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.d.ts +14 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.js +10 -0
- package/dist/extensions/dockHealth/api/schema/atoms/taskWorkflowStatusReference.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.d.ts +14 -0
- package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.js +10 -0
- package/dist/extensions/dockHealth/api/schema/atoms/userReference.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/index.d.ts +2 -0
- package/dist/extensions/dockHealth/api/schema/index.js +19 -0
- package/dist/extensions/dockHealth/api/schema/index.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/patient.schema.d.ts +201 -0
- package/dist/extensions/dockHealth/api/schema/patient.schema.js +76 -0
- package/dist/extensions/dockHealth/api/schema/patient.schema.js.map +1 -0
- package/dist/extensions/dockHealth/api/schema/task.schema.d.ts +583 -0
- package/dist/extensions/dockHealth/api/schema/task.schema.js +60 -0
- package/dist/extensions/dockHealth/api/schema/task.schema.js.map +1 -0
- package/dist/extensions/dockHealth/index.d.ts +2 -0
- package/dist/extensions/dockHealth/index.js +22 -0
- package/dist/extensions/dockHealth/index.js.map +1 -0
- package/dist/extensions/dockHealth/lib/dock.types.d.ts +28 -0
- package/dist/extensions/dockHealth/lib/dock.types.js +36 -0
- package/dist/extensions/dockHealth/lib/dock.types.js.map +1 -0
- package/dist/extensions/dockHealth/lib/index.d.ts +2 -0
- package/dist/extensions/dockHealth/lib/index.js +21 -0
- package/dist/extensions/dockHealth/lib/index.js.map +1 -0
- package/dist/extensions/dockHealth/lib/validatePayloadAndCreateClient.d.ts +15 -0
- package/dist/extensions/dockHealth/lib/validatePayloadAndCreateClient.js +36 -0
- package/dist/extensions/dockHealth/lib/validatePayloadAndCreateClient.js.map +1 -0
- package/dist/extensions/dockHealth/settings.d.ts +44 -0
- package/dist/extensions/dockHealth/settings.js +48 -0
- package/dist/extensions/dockHealth/settings.js.map +1 -0
- package/dist/extensions/index.js +6 -9
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/markdown.json +10 -6
- package/dist/extensions/medplum/actions/createTask/config/fields.js +1 -1
- package/dist/extensions/medplum/actions/createTask/config/fields.js.map +1 -1
- package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.d.ts +1 -1
- package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.js +1 -1
- package/dist/extensions/medplum/actions/getAppointment/config/dataPoints.js.map +1 -1
- package/dist/extensions/medplum/actions/getAppointment/getAppointment.js +0 -5
- package/dist/extensions/medplum/actions/getAppointment/getAppointment.js.map +1 -1
- package/dist/extensions/medplum/actions/getPatient/config/dataPoints.d.ts +1 -1
- package/dist/extensions/medplum/actions/getPatient/config/dataPoints.js +1 -1
- package/dist/extensions/medplum/actions/getPatient/config/dataPoints.js.map +1 -1
- package/dist/extensions/medplum/actions/getPatient/getPatient.js +0 -5
- package/dist/extensions/medplum/actions/getPatient/getPatient.js.map +1 -1
- package/dist/extensions/medplum/actions/index.d.ts +1 -0
- package/dist/extensions/medplum/actions/index.js +3 -1
- package/dist/extensions/medplum/actions/index.js.map +1 -1
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.d.ts +6 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.js +10 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/dataPoints.js.map +1 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/fields.d.ts +18 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/fields.js +18 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/fields.js.map +1 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/index.d.ts +2 -0
- package/dist/extensions/{awell/v1/gql → medplum/actions/submitQuestionnaireResponse/config}/index.js +2 -2
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/config/index.js.map +1 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/index.d.ts +1 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/index.js +6 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/index.js.map +1 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.d.ts +4 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.js +82 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.js.map +1 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.d.ts +5 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.js +45 -0
- package/dist/extensions/medplum/actions/submitQuestionnaireResponse/submitQuestionnaireResponse.test.js.map +1 -0
- package/dist/extensions/medplum/settings.d.ts +20 -0
- package/dist/extensions/medplum/settings.js +18 -2
- package/dist/extensions/medplum/settings.js.map +1 -1
- package/dist/extensions/medplum/utils/validateAndCreateSdkClient.d.ts +2 -1
- package/dist/extensions/medplum/utils/validateAndCreateSdkClient.js +4 -2
- package/dist/extensions/medplum/utils/validateAndCreateSdkClient.js.map +1 -1
- package/dist/extensions/stripe/actions/createCustomer/config/datapoints.d.ts +6 -0
- package/dist/extensions/stripe/actions/createCustomer/config/datapoints.js +10 -0
- package/dist/extensions/stripe/actions/createCustomer/config/datapoints.js.map +1 -0
- package/dist/extensions/stripe/actions/createCustomer/config/fields.d.ts +28 -0
- package/dist/extensions/stripe/actions/createCustomer/config/fields.js +29 -0
- package/dist/extensions/stripe/actions/createCustomer/config/fields.js.map +1 -0
- package/dist/extensions/stripe/actions/createCustomer/config/index.d.ts +2 -0
- package/dist/extensions/stripe/actions/createCustomer/config/index.js +9 -0
- package/dist/extensions/stripe/actions/createCustomer/config/index.js.map +1 -0
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.d.ts +4 -0
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.js +34 -0
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.js.map +1 -0
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.d.ts +1 -0
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.js +32 -0
- package/dist/extensions/stripe/actions/createCustomer/createCustomer.test.js.map +1 -0
- package/dist/extensions/stripe/actions/createCustomer/index.d.ts +1 -0
- package/dist/extensions/stripe/actions/createCustomer/index.js +6 -0
- package/dist/extensions/stripe/actions/createCustomer/index.js.map +1 -0
- package/dist/extensions/stripe/actions/createSubscription/config/datapoints.d.ts +6 -0
- package/dist/extensions/stripe/actions/createSubscription/config/datapoints.js +10 -0
- package/dist/extensions/stripe/actions/createSubscription/config/datapoints.js.map +1 -0
- package/dist/extensions/stripe/actions/createSubscription/config/fields.d.ts +28 -0
- package/dist/extensions/stripe/actions/createSubscription/config/fields.js +29 -0
- package/dist/extensions/stripe/actions/createSubscription/config/fields.js.map +1 -0
- package/dist/extensions/stripe/actions/createSubscription/config/index.d.ts +2 -0
- package/dist/extensions/stripe/actions/createSubscription/config/index.js +9 -0
- package/dist/extensions/stripe/actions/createSubscription/config/index.js.map +1 -0
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.d.ts +4 -0
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.js +43 -0
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.js.map +1 -0
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.d.ts +1 -0
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.js +32 -0
- package/dist/extensions/stripe/actions/createSubscription/createSubscription.test.js.map +1 -0
- package/dist/extensions/stripe/actions/createSubscription/index.d.ts +1 -0
- package/dist/extensions/stripe/actions/createSubscription/index.js +6 -0
- package/dist/extensions/stripe/actions/createSubscription/index.js.map +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/datapoints.d.ts +6 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/datapoints.js +10 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/datapoints.js.map +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.d.ts +28 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.js +33 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/fields.js.map +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/index.d.ts +2 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/index.js +9 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/config/index.js.map +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.d.ts +4 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.js +33 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.js.map +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.d.ts +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.js +25 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/embeddedCheckout.test.js.map +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/index.d.ts +1 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/index.js +6 -0
- package/dist/extensions/stripe/actions/embeddedCheckout/index.js.map +1 -0
- package/dist/extensions/stripe/actions/index.d.ts +180 -0
- package/dist/extensions/stripe/actions/index.js +12 -0
- package/dist/extensions/stripe/actions/index.js.map +1 -0
- package/dist/extensions/stripe/api/client.d.ts +2 -0
- package/dist/extensions/stripe/api/client.js +8 -0
- package/dist/extensions/stripe/api/client.js.map +1 -0
- package/dist/extensions/{avaAi → stripe}/index.d.ts +1 -1
- package/dist/extensions/stripe/index.js +22 -0
- package/dist/extensions/stripe/index.js.map +1 -0
- package/dist/extensions/stripe/lib/index.d.ts +1 -0
- package/dist/extensions/stripe/lib/index.js +6 -0
- package/dist/extensions/stripe/lib/index.js.map +1 -0
- package/dist/extensions/stripe/lib/validateAndCreateStripeSdk.d.ts +18 -0
- package/dist/extensions/stripe/lib/validateAndCreateStripeSdk.js +26 -0
- package/dist/extensions/stripe/lib/validateAndCreateStripeSdk.js.map +1 -0
- package/dist/extensions/stripe/settings.d.ts +67 -0
- package/dist/extensions/stripe/settings.js +57 -0
- package/dist/extensions/stripe/settings.js.map +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.d.ts +6 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.js +105 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.js.map +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.test.d.ts +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.test.js +138 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/AwellFormResponseToFhirQuestionnaireResponseItems.test.js.map +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/index.d.ts +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/index.js +18 -0
- package/dist/src/lib/fhir/transformers/AwellFormResponseToFhirQuestionnaireResponse/index.js.map +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.d.ts +3 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.js +121 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.js.map +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.test.d.ts +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.test.js +112 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/AwellFormToFhirQuestionnaire.test.js.map +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/index.d.ts +1 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/index.js +18 -0
- package/dist/src/lib/fhir/transformers/AwellFormToFhirQuestionnaire/index.js.map +1 -0
- package/dist/src/lib/fhir/transformers/__testdata__/formDefinition.data.d.ts +2 -0
- package/dist/src/lib/fhir/transformers/__testdata__/formDefinition.data.js +264 -0
- package/dist/src/lib/fhir/transformers/__testdata__/formDefinition.data.js.map +1 -0
- package/dist/src/lib/fhir/transformers/__testdata__/formResponse.data.d.ts +2 -0
- package/dist/src/lib/fhir/transformers/__testdata__/formResponse.data.js +68 -0
- package/dist/src/lib/fhir/transformers/__testdata__/formResponse.data.js.map +1 -0
- package/dist/src/lib/fhir/transformers/__testdata__/index.d.ts +2 -0
- package/dist/src/lib/fhir/transformers/__testdata__/index.js +19 -0
- package/dist/src/lib/fhir/transformers/__testdata__/index.js.map +1 -0
- package/dist/src/lib/fhir/transformers/index.d.ts +2 -0
- package/dist/src/lib/fhir/transformers/index.js +19 -0
- package/dist/src/lib/fhir/transformers/index.js.map +1 -0
- package/package.json +9 -5
- package/dist/extensions/avaAi/common/sdk/openAiSdk.d.ts +0 -2
- package/dist/extensions/avaAi/common/sdk/openAiSdk.js +0 -5
- package/dist/extensions/avaAi/common/sdk/openAiSdk.js.map +0 -1
- package/dist/extensions/avaAi/index.js +0 -21
- package/dist/extensions/avaAi/index.js.map +0 -1
- package/dist/extensions/avaAi/settings.d.ts +0 -18
- package/dist/extensions/avaAi/settings.js +0 -22
- package/dist/extensions/avaAi/settings.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js +0 -15
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/dataPoints.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.d.ts +0 -29
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js +0 -46
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/fields.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.d.ts +0 -2
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/config/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js +0 -27
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.d.ts +0 -3
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js +0 -43
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js +0 -133
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/generatePromp/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/generatePatientSummary/utils/index.js.map +0 -1
- package/dist/extensions/avaAi/v1/actions/index.d.ts +0 -1
- package/dist/extensions/avaAi/v1/actions/index.js +0 -6
- package/dist/extensions/avaAi/v1/actions/index.js.map +0 -1
- package/dist/extensions/awell/v1/gql/fragment-masking.d.ts +0 -13
- package/dist/extensions/awell/v1/gql/fragment-masking.js +0 -12
- package/dist/extensions/awell/v1/gql/fragment-masking.js.map +0 -1
- package/dist/extensions/awell/v1/gql/gql.d.ts +0 -36
- package/dist/extensions/awell/v1/gql/gql.js +0 -47
- package/dist/extensions/awell/v1/gql/gql.js.map +0 -1
- package/dist/extensions/awell/v1/gql/index.d.ts +0 -2
- package/dist/extensions/awell/v1/gql/index.js.map +0 -1
- /package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/generatePatientSummary.test.d.ts → awell/v1/actions/addIdentifierToPatient/addIdentifierToPatient.test.d.ts} +0 -0
- /package/dist/extensions/{avaAi/v1/actions/generatePatientSummary/utils/generatePromp/generatePrompt.test.d.ts → awell/v1/actions/getPatientByIdentifier/getPatientByIdentifier.test.d.ts} +0 -0
@@ -1,4 +1,3 @@
|
|
1
|
-
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
2
1
|
export type Maybe<T> = T | null;
|
3
2
|
export type InputMaybe<T> = Maybe<T>;
|
4
3
|
export type Exact<T extends {
|
@@ -12,21 +11,46 @@ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
12
11
|
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
13
12
|
[SubKey in K]: Maybe<T[SubKey]>;
|
14
13
|
};
|
14
|
+
export type MakeEmpty<T extends {
|
15
|
+
[key: string]: unknown;
|
16
|
+
}, K extends keyof T> = {
|
17
|
+
[_ in K]?: never;
|
18
|
+
};
|
19
|
+
export type Incremental<T> = T | {
|
20
|
+
[P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never;
|
21
|
+
};
|
15
22
|
/** All built-in and custom scalars, mapped to their actual values */
|
16
23
|
export type Scalars = {
|
17
|
-
ID:
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
+
ID: {
|
25
|
+
input: string;
|
26
|
+
output: string;
|
27
|
+
};
|
28
|
+
String: {
|
29
|
+
input: string;
|
30
|
+
output: string;
|
31
|
+
};
|
32
|
+
Boolean: {
|
33
|
+
input: boolean;
|
34
|
+
output: boolean;
|
35
|
+
};
|
36
|
+
Int: {
|
37
|
+
input: number;
|
38
|
+
output: number;
|
39
|
+
};
|
40
|
+
Float: {
|
41
|
+
input: number;
|
42
|
+
output: number;
|
43
|
+
};
|
44
|
+
SafeDate: {
|
45
|
+
input: any;
|
46
|
+
output: any;
|
47
|
+
};
|
24
48
|
};
|
25
49
|
export type ActionPayload = Payload & {
|
26
50
|
__typename?: 'ActionPayload';
|
27
|
-
calculationId: Scalars['String'];
|
28
|
-
code: Scalars['String'];
|
29
|
-
success: Scalars['Boolean'];
|
51
|
+
calculationId: Scalars['String']['output'];
|
52
|
+
code: Scalars['String']['output'];
|
53
|
+
success: Scalars['Boolean']['output'];
|
30
54
|
};
|
31
55
|
export declare enum ActionType {
|
32
56
|
ApiCall = "API_CALL",
|
@@ -39,45 +63,52 @@ export declare enum ActionType {
|
|
39
63
|
Plugin = "PLUGIN",
|
40
64
|
PushToEmr = "PUSH_TO_EMR"
|
41
65
|
}
|
42
|
-
export type ActivitiesPayload =
|
66
|
+
export type ActivitiesPayload = PaginationAndSortingPayload & {
|
43
67
|
__typename?: 'ActivitiesPayload';
|
44
68
|
activities: Array<Activity>;
|
45
|
-
code: Scalars['String'];
|
69
|
+
code: Scalars['String']['output'];
|
70
|
+
metadata?: Maybe<ActivityMetadata>;
|
46
71
|
pagination?: Maybe<PaginationOutput>;
|
47
72
|
sorting?: Maybe<SortingOutput>;
|
48
|
-
success: Scalars['Boolean'];
|
73
|
+
success: Scalars['Boolean']['output'];
|
49
74
|
};
|
50
75
|
export type Activity = {
|
51
76
|
__typename?: 'Activity';
|
52
77
|
action: ActivityAction;
|
53
|
-
container_name?: Maybe<Scalars['String']>;
|
78
|
+
container_name?: Maybe<Scalars['String']['output']>;
|
54
79
|
context?: Maybe<PathwayContext>;
|
55
|
-
date: Scalars['String'];
|
80
|
+
date: Scalars['String']['output'];
|
56
81
|
form?: Maybe<Form>;
|
57
|
-
|
82
|
+
/** Form display mode can either be conversational (1 question at a time) or regular (all questions at once). Only used in hosted pages for now. */
|
83
|
+
form_display_mode?: Maybe<FormDisplayMode>;
|
84
|
+
/** Url for icon, only used by extensions custom actions */
|
85
|
+
icon_url?: Maybe<Scalars['String']['output']>;
|
86
|
+
id: Scalars['ID']['output'];
|
58
87
|
indirect_object?: Maybe<ActivityObject>;
|
59
|
-
isUserActivity: Scalars['Boolean'];
|
88
|
+
isUserActivity: Scalars['Boolean']['output'];
|
60
89
|
label?: Maybe<ActivityLabel>;
|
61
90
|
object: ActivityObject;
|
62
|
-
public?: Maybe<Scalars['Boolean']>;
|
63
|
-
reference_id: Scalars['String'];
|
91
|
+
public?: Maybe<Scalars['Boolean']['output']>;
|
92
|
+
reference_id: Scalars['String']['output'];
|
64
93
|
resolution?: Maybe<ActivityResolution>;
|
65
|
-
session_id?: Maybe<Scalars['String']>;
|
94
|
+
session_id?: Maybe<Scalars['String']['output']>;
|
66
95
|
stakeholders?: Maybe<Array<ActivityObject>>;
|
67
96
|
status: ActivityStatus;
|
68
|
-
stream_id: Scalars['String'];
|
97
|
+
stream_id: Scalars['String']['output'];
|
69
98
|
sub_activities: Array<SubActivity>;
|
70
99
|
subject: ActivitySubject;
|
71
100
|
track?: Maybe<ActivityTrack>;
|
72
101
|
};
|
73
102
|
export declare enum ActivityAction {
|
74
103
|
Activate = "ACTIVATE",
|
104
|
+
Added = "ADDED",
|
75
105
|
Assigned = "ASSIGNED",
|
76
106
|
Complete = "COMPLETE",
|
77
107
|
Computed = "COMPUTED",
|
78
108
|
Delegated = "DELEGATED",
|
79
109
|
Deliver = "DELIVER",
|
80
110
|
Discarded = "DISCARDED",
|
111
|
+
Expired = "EXPIRED",
|
81
112
|
Failed = "FAILED",
|
82
113
|
FailedToSend = "FAILED_TO_SEND",
|
83
114
|
Generated = "GENERATED",
|
@@ -86,23 +117,29 @@ export declare enum ActivityAction {
|
|
86
117
|
Processed = "PROCESSED",
|
87
118
|
Read = "READ",
|
88
119
|
Remind = "REMIND",
|
120
|
+
Reported = "REPORTED",
|
89
121
|
Scheduled = "SCHEDULED",
|
90
122
|
Send = "SEND",
|
123
|
+
Skipped = "SKIPPED",
|
91
124
|
Stopped = "STOPPED",
|
92
125
|
Submitted = "SUBMITTED"
|
93
126
|
}
|
94
127
|
export type ActivityLabel = {
|
95
128
|
__typename?: 'ActivityLabel';
|
96
|
-
color: Scalars['String'];
|
97
|
-
id?: Maybe<Scalars['String']>;
|
98
|
-
text: Scalars['String'];
|
129
|
+
color: Scalars['String']['output'];
|
130
|
+
id?: Maybe<Scalars['String']['output']>;
|
131
|
+
text: Scalars['String']['output'];
|
132
|
+
};
|
133
|
+
export type ActivityMetadata = {
|
134
|
+
__typename?: 'ActivityMetadata';
|
135
|
+
stakeholders?: Maybe<Array<ActivityObject>>;
|
99
136
|
};
|
100
137
|
export type ActivityObject = {
|
101
138
|
__typename?: 'ActivityObject';
|
102
|
-
email?: Maybe<Scalars['String']>;
|
103
|
-
id: Scalars['String'];
|
104
|
-
name: Scalars['String'];
|
105
|
-
preferred_language?: Maybe<Scalars['String']>;
|
139
|
+
email?: Maybe<Scalars['String']['output']>;
|
140
|
+
id: Scalars['String']['output'];
|
141
|
+
name: Scalars['String']['output'];
|
142
|
+
preferred_language?: Maybe<Scalars['String']['output']>;
|
106
143
|
type: ActivityObjectType;
|
107
144
|
};
|
108
145
|
export declare enum ActivityObjectType {
|
@@ -127,6 +164,7 @@ export declare enum ActivityObjectType {
|
|
127
164
|
User = "USER"
|
128
165
|
}
|
129
166
|
export declare enum ActivityResolution {
|
167
|
+
Expired = "EXPIRED",
|
130
168
|
Failure = "FAILURE",
|
131
169
|
Success = "SUCCESS"
|
132
170
|
}
|
@@ -134,15 +172,17 @@ export declare enum ActivityStatus {
|
|
134
172
|
Active = "ACTIVE",
|
135
173
|
Canceled = "CANCELED",
|
136
174
|
Done = "DONE",
|
175
|
+
Expired = "EXPIRED",
|
137
176
|
Failed = "FAILED"
|
138
177
|
}
|
139
178
|
export type ActivitySubject = {
|
140
179
|
__typename?: 'ActivitySubject';
|
141
|
-
id?: Maybe<Scalars['String']>;
|
142
|
-
name: Scalars['String'];
|
180
|
+
id?: Maybe<Scalars['String']['output']>;
|
181
|
+
name: Scalars['String']['output'];
|
143
182
|
type: ActivitySubjectType;
|
144
183
|
};
|
145
184
|
export declare enum ActivitySubjectType {
|
185
|
+
ApiCall = "API_CALL",
|
146
186
|
Awell = "AWELL",
|
147
187
|
Plugin = "PLUGIN",
|
148
188
|
Stakeholder = "STAKEHOLDER",
|
@@ -150,58 +190,83 @@ export declare enum ActivitySubjectType {
|
|
150
190
|
}
|
151
191
|
export type ActivityTrack = {
|
152
192
|
__typename?: 'ActivityTrack';
|
153
|
-
id?: Maybe<Scalars['String']>;
|
154
|
-
title: Scalars['String'];
|
193
|
+
id?: Maybe<Scalars['String']['output']>;
|
194
|
+
title: Scalars['String']['output'];
|
195
|
+
};
|
196
|
+
export type AddIdentifierToPatientInput = {
|
197
|
+
identifier: IdentifierInput;
|
198
|
+
patient_id: Scalars['String']['input'];
|
199
|
+
};
|
200
|
+
export type AddIdentifierToPatientPayload = Payload & {
|
201
|
+
__typename?: 'AddIdentifierToPatientPayload';
|
202
|
+
code: Scalars['String']['output'];
|
203
|
+
patient?: Maybe<User>;
|
204
|
+
success: Scalars['Boolean']['output'];
|
205
|
+
};
|
206
|
+
export type AddTrackInput = {
|
207
|
+
pathway_id: Scalars['String']['input'];
|
208
|
+
track_id: Scalars['String']['input'];
|
209
|
+
};
|
210
|
+
export type AddTrackPayload = Payload & {
|
211
|
+
__typename?: 'AddTrackPayload';
|
212
|
+
code: Scalars['String']['output'];
|
213
|
+
success: Scalars['Boolean']['output'];
|
155
214
|
};
|
156
215
|
export type Address = {
|
157
216
|
__typename?: 'Address';
|
158
|
-
city?: Maybe<Scalars['String']>;
|
159
|
-
country?: Maybe<Scalars['String']>;
|
160
|
-
state?: Maybe<Scalars['String']>;
|
161
|
-
street?: Maybe<Scalars['String']>;
|
162
|
-
zip?: Maybe<Scalars['String']>;
|
217
|
+
city?: Maybe<Scalars['String']['output']>;
|
218
|
+
country?: Maybe<Scalars['String']['output']>;
|
219
|
+
state?: Maybe<Scalars['String']['output']>;
|
220
|
+
street?: Maybe<Scalars['String']['output']>;
|
221
|
+
zip?: Maybe<Scalars['String']['output']>;
|
163
222
|
};
|
164
223
|
export type AddressInput = {
|
165
|
-
city?: InputMaybe<Scalars['String']>;
|
166
|
-
country?: InputMaybe<Scalars['String']>;
|
167
|
-
state?: InputMaybe<Scalars['String']>;
|
168
|
-
street?: InputMaybe<Scalars['String']>;
|
169
|
-
zip?: InputMaybe<Scalars['String']>;
|
170
|
-
};
|
224
|
+
city?: InputMaybe<Scalars['String']['input']>;
|
225
|
+
country?: InputMaybe<Scalars['String']['input']>;
|
226
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
227
|
+
street?: InputMaybe<Scalars['String']['input']>;
|
228
|
+
zip?: InputMaybe<Scalars['String']['input']>;
|
229
|
+
};
|
230
|
+
export declare enum AllowedDatesOptions {
|
231
|
+
All = "ALL",
|
232
|
+
Future = "FUTURE",
|
233
|
+
Past = "PAST"
|
234
|
+
}
|
171
235
|
export type Answer = {
|
172
236
|
__typename?: 'Answer';
|
173
|
-
|
174
|
-
|
237
|
+
label?: Maybe<Scalars['String']['output']>;
|
238
|
+
question_id: Scalars['String']['output'];
|
239
|
+
value: Scalars['String']['output'];
|
175
240
|
value_type: DataPointValueType;
|
176
241
|
};
|
177
242
|
export type AnswerInput = {
|
178
|
-
question_id: Scalars['String'];
|
179
|
-
value: Scalars['String'];
|
243
|
+
question_id: Scalars['String']['input'];
|
244
|
+
value: Scalars['String']['input'];
|
180
245
|
};
|
181
246
|
export type ApiCall = {
|
182
247
|
__typename?: 'ApiCall';
|
183
|
-
created_at: Scalars['String'];
|
184
|
-
id: Scalars['ID'];
|
248
|
+
created_at: Scalars['String']['output'];
|
249
|
+
id: Scalars['ID']['output'];
|
185
250
|
request: ApiCallRequest;
|
186
251
|
responses: Array<ApiCallResponse>;
|
187
252
|
status: ApiCallStatus;
|
188
|
-
title: Scalars['String'];
|
253
|
+
title: Scalars['String']['output'];
|
189
254
|
};
|
190
255
|
export type ApiCallHeader = {
|
191
256
|
__typename?: 'ApiCallHeader';
|
192
|
-
key: Scalars['String'];
|
193
|
-
value: Scalars['String'];
|
257
|
+
key: Scalars['String']['output'];
|
258
|
+
value: Scalars['String']['output'];
|
194
259
|
};
|
195
260
|
export type ApiCallPayload = Payload & {
|
196
261
|
__typename?: 'ApiCallPayload';
|
197
262
|
api_call: ApiCall;
|
198
|
-
code: Scalars['String'];
|
199
|
-
success: Scalars['Boolean'];
|
263
|
+
code: Scalars['String']['output'];
|
264
|
+
success: Scalars['Boolean']['output'];
|
200
265
|
};
|
201
266
|
export type ApiCallRequest = {
|
202
267
|
__typename?: 'ApiCallRequest';
|
203
|
-
body?: Maybe<Scalars['String']>;
|
204
|
-
endpoint: Scalars['String'];
|
268
|
+
body?: Maybe<Scalars['String']['output']>;
|
269
|
+
endpoint: Scalars['String']['output'];
|
205
270
|
headers: Array<ApiCallHeader>;
|
206
271
|
method: ApiCallRequestMethod;
|
207
272
|
};
|
@@ -211,9 +276,9 @@ export declare enum ApiCallRequestMethod {
|
|
211
276
|
}
|
212
277
|
export type ApiCallResponse = {
|
213
278
|
__typename?: 'ApiCallResponse';
|
214
|
-
body: Scalars['String'];
|
215
|
-
date: Scalars['String'];
|
216
|
-
status: Scalars['Float'];
|
279
|
+
body: Scalars['String']['output'];
|
280
|
+
date: Scalars['String']['output'];
|
281
|
+
status: Scalars['Float']['output'];
|
217
282
|
};
|
218
283
|
export declare enum ApiCallStatus {
|
219
284
|
Failed = "Failed",
|
@@ -226,30 +291,36 @@ export declare enum ApiCallStatus {
|
|
226
291
|
export type ApiCallsPayload = Payload & {
|
227
292
|
__typename?: 'ApiCallsPayload';
|
228
293
|
api_calls: Array<ApiCall>;
|
229
|
-
code: Scalars['String'];
|
230
|
-
success: Scalars['Boolean'];
|
294
|
+
code: Scalars['String']['output'];
|
295
|
+
success: Scalars['Boolean']['output'];
|
231
296
|
};
|
232
297
|
export type ApiPathwayContext = {
|
233
298
|
__typename?: 'ApiPathwayContext';
|
234
|
-
id: Scalars['String'];
|
235
|
-
pathway_definition_id: Scalars['String'];
|
236
|
-
patient_id?: Maybe<Scalars['String']>;
|
237
|
-
start_date?: Maybe<Scalars['String']>;
|
299
|
+
id: Scalars['String']['output'];
|
300
|
+
pathway_definition_id: Scalars['String']['output'];
|
301
|
+
patient_id?: Maybe<Scalars['String']['output']>;
|
302
|
+
start_date?: Maybe<Scalars['String']['output']>;
|
303
|
+
};
|
304
|
+
export type AuditTrail = {
|
305
|
+
__typename?: 'AuditTrail';
|
306
|
+
date: Scalars['SafeDate']['output'];
|
307
|
+
user_email?: Maybe<Scalars['String']['output']>;
|
308
|
+
user_id: Scalars['String']['output'];
|
238
309
|
};
|
239
310
|
export type BaselineDataPoint = {
|
240
311
|
__typename?: 'BaselineDataPoint';
|
241
312
|
definition: DataPointDefinition;
|
242
|
-
value?: Maybe<Scalars['String']>;
|
313
|
+
value?: Maybe<Scalars['String']['output']>;
|
243
314
|
};
|
244
315
|
export type BaselineInfoInput = {
|
245
|
-
data_point_definition_id: Scalars['String'];
|
246
|
-
value: Scalars['String'];
|
316
|
+
data_point_definition_id: Scalars['String']['input'];
|
317
|
+
value: Scalars['String']['input'];
|
247
318
|
};
|
248
319
|
export type BaselineInfoPayload = Payload & {
|
249
320
|
__typename?: 'BaselineInfoPayload';
|
250
321
|
baselineDataPoints: Array<BaselineDataPoint>;
|
251
|
-
code: Scalars['String'];
|
252
|
-
success: Scalars['Boolean'];
|
322
|
+
code: Scalars['String']['output'];
|
323
|
+
success: Scalars['Boolean']['output'];
|
253
324
|
};
|
254
325
|
export declare enum BooleanOperator {
|
255
326
|
And = "AND",
|
@@ -257,45 +328,79 @@ export declare enum BooleanOperator {
|
|
257
328
|
}
|
258
329
|
export type BrandingSettings = {
|
259
330
|
__typename?: 'BrandingSettings';
|
260
|
-
accent_color?: Maybe<Scalars['String']>;
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
331
|
+
accent_color?: Maybe<Scalars['String']['output']>;
|
332
|
+
custom_theme?: Maybe<Scalars['String']['output']>;
|
333
|
+
/** Auto progress to the next question when using the conversational display mode in Hosted Pages. */
|
334
|
+
hosted_page_auto_progress?: Maybe<Scalars['Boolean']['output']>;
|
335
|
+
/** Automatically save question answers locally in Hosted Pages */
|
336
|
+
hosted_page_autosave?: Maybe<Scalars['Boolean']['output']>;
|
337
|
+
hosted_page_title?: Maybe<Scalars['String']['output']>;
|
338
|
+
logo_url?: Maybe<Scalars['String']['output']>;
|
339
|
+
};
|
340
|
+
export type CalculationResultsPayload = Payload & {
|
265
341
|
__typename?: 'CalculationResultsPayload';
|
342
|
+
code: Scalars['String']['output'];
|
266
343
|
result: Array<SingleCalculationResult>;
|
344
|
+
success: Scalars['Boolean']['output'];
|
345
|
+
};
|
346
|
+
export type CancelScheduledTracksInput = {
|
347
|
+
ids: Array<Scalars['String']['input']>;
|
348
|
+
};
|
349
|
+
export type CancelScheduledTracksPayload = Payload & {
|
350
|
+
__typename?: 'CancelScheduledTracksPayload';
|
351
|
+
code: Scalars['String']['output'];
|
352
|
+
success: Scalars['Boolean']['output'];
|
353
|
+
unscheduled_ids: Array<Scalars['String']['output']>;
|
267
354
|
};
|
268
355
|
export type Checklist = {
|
269
356
|
__typename?: 'Checklist';
|
270
|
-
items: Array<Scalars['String']>;
|
271
|
-
title: Scalars['String'];
|
357
|
+
items: Array<Scalars['String']['output']>;
|
358
|
+
title: Scalars['String']['output'];
|
272
359
|
};
|
273
360
|
export type ChecklistPayload = Payload & {
|
274
361
|
__typename?: 'ChecklistPayload';
|
275
362
|
checklist?: Maybe<Checklist>;
|
276
|
-
code: Scalars['String'];
|
277
|
-
success: Scalars['Boolean'];
|
363
|
+
code: Scalars['String']['output'];
|
364
|
+
success: Scalars['Boolean']['output'];
|
365
|
+
};
|
366
|
+
export type ChoiceRangeConfig = {
|
367
|
+
__typename?: 'ChoiceRangeConfig';
|
368
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
369
|
+
max?: Maybe<Scalars['Float']['output']>;
|
370
|
+
min?: Maybe<Scalars['Float']['output']>;
|
278
371
|
};
|
279
372
|
export type ClinicalNotePayload = Payload & {
|
280
373
|
__typename?: 'ClinicalNotePayload';
|
281
374
|
clinical_note: GeneratedClinicalNote;
|
282
|
-
code: Scalars['String'];
|
283
|
-
success: Scalars['Boolean'];
|
375
|
+
code: Scalars['String']['output'];
|
376
|
+
success: Scalars['Boolean']['output'];
|
377
|
+
};
|
378
|
+
export type CompleteExtensionActivityInput = {
|
379
|
+
activity_id: Scalars['String']['input'];
|
380
|
+
data_points: Array<ExtensionDataPointInput>;
|
381
|
+
};
|
382
|
+
export type CompleteExtensionActivityPayload = Payload & {
|
383
|
+
__typename?: 'CompleteExtensionActivityPayload';
|
384
|
+
activity: Activity;
|
385
|
+
code: Scalars['String']['output'];
|
386
|
+
success: Scalars['Boolean']['output'];
|
284
387
|
};
|
285
388
|
export type Condition = {
|
286
389
|
__typename?: 'Condition';
|
287
|
-
id: Scalars['ID'];
|
390
|
+
id: Scalars['ID']['output'];
|
288
391
|
operand?: Maybe<Operand>;
|
289
392
|
operator?: Maybe<ConditionOperator>;
|
290
|
-
reference?: Maybe<Scalars['String']>;
|
291
|
-
reference_key?: Maybe<Scalars['String']>;
|
393
|
+
reference?: Maybe<Scalars['String']['output']>;
|
394
|
+
reference_key?: Maybe<Scalars['String']['output']>;
|
292
395
|
};
|
293
396
|
export declare enum ConditionOperandType {
|
294
397
|
Boolean = "BOOLEAN",
|
398
|
+
DataPoint = "DATA_POINT",
|
295
399
|
DataSource = "DATA_SOURCE",
|
296
400
|
Number = "NUMBER",
|
297
401
|
NumbersArray = "NUMBERS_ARRAY",
|
298
|
-
String = "STRING"
|
402
|
+
String = "STRING",
|
403
|
+
StringsArray = "STRINGS_ARRAY"
|
299
404
|
}
|
300
405
|
export declare enum ConditionOperator {
|
301
406
|
Contains = "CONTAINS",
|
@@ -312,64 +417,86 @@ export declare enum ConditionOperator {
|
|
312
417
|
IsNotEmpty = "IS_NOT_EMPTY",
|
313
418
|
IsNotEqualTo = "IS_NOT_EQUAL_TO",
|
314
419
|
IsNotTrue = "IS_NOT_TRUE",
|
420
|
+
IsToday = "IS_TODAY",
|
315
421
|
IsTrue = "IS_TRUE"
|
316
422
|
}
|
317
423
|
export type CreatePatientInput = {
|
318
424
|
address?: InputMaybe<AddressInput>;
|
319
|
-
birth_date?: InputMaybe<Scalars['String']>;
|
320
|
-
email?: InputMaybe<Scalars['String']>;
|
321
|
-
first_name?: InputMaybe<Scalars['String']>;
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
425
|
+
birth_date?: InputMaybe<Scalars['String']['input']>;
|
426
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
427
|
+
first_name?: InputMaybe<Scalars['String']['input']>;
|
428
|
+
identifier?: InputMaybe<Array<IdentifierInput>>;
|
429
|
+
last_name?: InputMaybe<Scalars['String']['input']>;
|
430
|
+
/** Must be in valid E164 telephone number format */
|
431
|
+
mobile_phone?: InputMaybe<Scalars['String']['input']>;
|
432
|
+
national_registry_number?: InputMaybe<Scalars['String']['input']>;
|
433
|
+
patient_code?: InputMaybe<Scalars['String']['input']>;
|
434
|
+
/** Must be in valid E164 telephone number format */
|
435
|
+
phone?: InputMaybe<Scalars['String']['input']>;
|
436
|
+
/** ISO 639-1 shortcode */
|
437
|
+
preferred_language?: InputMaybe<Scalars['String']['input']>;
|
328
438
|
/** Sex code as defined by ISO standard IEC_5218, 0 - NOT_KNOWN, 1 - MALE, 2 - FEMALE */
|
329
439
|
sex?: InputMaybe<Sex>;
|
330
440
|
};
|
331
441
|
export type CreatePatientPayload = Payload & {
|
332
442
|
__typename?: 'CreatePatientPayload';
|
333
|
-
code: Scalars['String'];
|
443
|
+
code: Scalars['String']['output'];
|
334
444
|
patient?: Maybe<User>;
|
335
|
-
success: Scalars['Boolean'];
|
445
|
+
success: Scalars['Boolean']['output'];
|
446
|
+
};
|
447
|
+
export type CurrentUser = {
|
448
|
+
__typename?: 'CurrentUser';
|
449
|
+
id: Scalars['ID']['output'];
|
450
|
+
profile?: Maybe<UserProfile>;
|
451
|
+
tenant: Tenant;
|
452
|
+
tenant_id: Scalars['String']['output'];
|
453
|
+
};
|
454
|
+
export type CurrentUserPayload = Payload & {
|
455
|
+
__typename?: 'CurrentUserPayload';
|
456
|
+
code: Scalars['String']['output'];
|
457
|
+
success: Scalars['Boolean']['output'];
|
458
|
+
user: CurrentUser;
|
336
459
|
};
|
337
460
|
export type DataPointDefinition = {
|
338
461
|
__typename?: 'DataPointDefinition';
|
339
462
|
category: DataPointSourceType;
|
340
|
-
id: Scalars['ID'];
|
341
|
-
key: Scalars['String'];
|
342
|
-
/**
|
463
|
+
id: Scalars['ID']['output'];
|
464
|
+
key: Scalars['String']['output'];
|
465
|
+
/** Additional context on data point */
|
343
466
|
metadata?: Maybe<Array<DataPointMetaDataItem>>;
|
344
|
-
optional?: Maybe<Scalars['Boolean']>;
|
467
|
+
optional?: Maybe<Scalars['Boolean']['output']>;
|
345
468
|
/** Personally identifiable information */
|
346
|
-
pii?: Maybe<Scalars['Boolean']>;
|
469
|
+
pii?: Maybe<Scalars['Boolean']['output']>;
|
347
470
|
possibleValues?: Maybe<Array<DataPointPossibleValue>>;
|
348
471
|
range?: Maybe<Range>;
|
349
|
-
|
350
|
-
|
472
|
+
source_definition_id: Scalars['String']['output'];
|
473
|
+
title: Scalars['String']['output'];
|
474
|
+
unit?: Maybe<Scalars['String']['output']>;
|
351
475
|
valueType: DataPointValueType;
|
352
476
|
};
|
353
477
|
export type DataPointInput = {
|
354
|
-
data_point_definition_id: Scalars['String'];
|
355
|
-
value: Scalars['String'];
|
478
|
+
data_point_definition_id: Scalars['String']['input'];
|
479
|
+
value: Scalars['String']['input'];
|
356
480
|
};
|
357
481
|
export type DataPointMetaDataItem = {
|
358
482
|
__typename?: 'DataPointMetaDataItem';
|
359
|
-
key: Scalars['String'];
|
360
|
-
value: Scalars['String'];
|
483
|
+
key: Scalars['String']['output'];
|
484
|
+
value: Scalars['String']['output'];
|
361
485
|
};
|
362
486
|
export type DataPointPossibleValue = {
|
363
487
|
__typename?: 'DataPointPossibleValue';
|
364
|
-
label?: Maybe<Scalars['String']>;
|
365
|
-
value: Scalars['String'];
|
488
|
+
label?: Maybe<Scalars['String']['output']>;
|
489
|
+
value: Scalars['String']['output'];
|
366
490
|
};
|
367
491
|
export declare enum DataPointSourceType {
|
368
492
|
ApiCall = "API_CALL",
|
369
493
|
ApiCallStatus = "API_CALL_STATUS",
|
370
494
|
Calculation = "CALCULATION",
|
495
|
+
ExtensionAction = "EXTENSION_ACTION",
|
496
|
+
ExtensionWebhook = "EXTENSION_WEBHOOK",
|
371
497
|
Form = "FORM",
|
372
498
|
Pathway = "PATHWAY",
|
499
|
+
PatientIdentifier = "PATIENT_IDENTIFIER",
|
373
500
|
PatientProfile = "PATIENT_PROFILE",
|
374
501
|
Step = "STEP",
|
375
502
|
Track = "TRACK"
|
@@ -379,36 +506,43 @@ export declare enum DataPointValueType {
|
|
379
506
|
Date = "DATE",
|
380
507
|
Number = "NUMBER",
|
381
508
|
NumbersArray = "NUMBERS_ARRAY",
|
382
|
-
String = "STRING"
|
509
|
+
String = "STRING",
|
510
|
+
StringsArray = "STRINGS_ARRAY",
|
511
|
+
Telephone = "TELEPHONE"
|
383
512
|
}
|
513
|
+
export type DateConfig = {
|
514
|
+
__typename?: 'DateConfig';
|
515
|
+
allowed_dates?: Maybe<AllowedDatesOptions>;
|
516
|
+
include_date_of_response?: Maybe<Scalars['Boolean']['output']>;
|
517
|
+
};
|
384
518
|
export type DateFilter = {
|
385
|
-
gte?: InputMaybe<Scalars['String']>;
|
386
|
-
lte?: InputMaybe<Scalars['String']>;
|
519
|
+
gte?: InputMaybe<Scalars['String']['input']>;
|
520
|
+
lte?: InputMaybe<Scalars['String']['input']>;
|
387
521
|
};
|
388
522
|
export type DeletePathwayInput = {
|
389
|
-
pathway_id: Scalars['String'];
|
523
|
+
pathway_id: Scalars['String']['input'];
|
390
524
|
};
|
391
525
|
export type DeletePatientInput = {
|
392
|
-
patient_id: Scalars['String'];
|
526
|
+
patient_id: Scalars['String']['input'];
|
393
527
|
};
|
394
528
|
export type Element = {
|
395
529
|
__typename?: 'Element';
|
396
530
|
activity_type?: Maybe<ActionType>;
|
397
531
|
context: PathwayContext;
|
398
|
-
end_date?: Maybe<Scalars['String']>;
|
399
|
-
id: Scalars['ID'];
|
532
|
+
end_date?: Maybe<Scalars['String']['output']>;
|
533
|
+
id: Scalars['ID']['output'];
|
400
534
|
label?: Maybe<ActivityLabel>;
|
401
|
-
name: Scalars['String'];
|
402
|
-
parent_id?: Maybe<Scalars['ID']>;
|
535
|
+
name: Scalars['String']['output'];
|
536
|
+
parent_id?: Maybe<Scalars['ID']['output']>;
|
403
537
|
stakeholders: Array<ElementStakeholder>;
|
404
|
-
start_date: Scalars['String'];
|
538
|
+
start_date: Scalars['String']['output'];
|
405
539
|
status: ElementStatus;
|
406
540
|
type: ElementType;
|
407
541
|
};
|
408
542
|
export type ElementStakeholder = {
|
409
543
|
__typename?: 'ElementStakeholder';
|
410
|
-
id: Scalars['ID'];
|
411
|
-
name?: Maybe<Scalars['String']>;
|
544
|
+
id: Scalars['ID']['output'];
|
545
|
+
name?: Maybe<Scalars['String']['output']>;
|
412
546
|
};
|
413
547
|
export declare enum ElementStatus {
|
414
548
|
Active = "ACTIVE",
|
@@ -427,54 +561,109 @@ export declare enum ElementType {
|
|
427
561
|
}
|
428
562
|
export type ElementsPayload = Payload & {
|
429
563
|
__typename?: 'ElementsPayload';
|
430
|
-
code: Scalars['String'];
|
564
|
+
code: Scalars['String']['output'];
|
431
565
|
elements: Array<Element>;
|
432
|
-
success: Scalars['Boolean'];
|
566
|
+
success: Scalars['Boolean']['output'];
|
433
567
|
};
|
434
568
|
export type EmptyPayload = Payload & {
|
435
569
|
__typename?: 'EmptyPayload';
|
436
|
-
code: Scalars['String'];
|
437
|
-
success: Scalars['Boolean'];
|
570
|
+
code: Scalars['String']['output'];
|
571
|
+
success: Scalars['Boolean']['output'];
|
438
572
|
};
|
439
573
|
export type EmrReport = {
|
440
574
|
__typename?: 'EmrReport';
|
441
|
-
id: Scalars['ID'];
|
442
|
-
message_html: Scalars['String'];
|
575
|
+
id: Scalars['ID']['output'];
|
576
|
+
message_html: Scalars['String']['output'];
|
443
577
|
metadata?: Maybe<Array<EmrReportMetadataField>>;
|
444
578
|
};
|
445
579
|
export type EmrReportMetadataField = {
|
446
580
|
__typename?: 'EmrReportMetadataField';
|
447
|
-
id: Scalars['ID'];
|
448
|
-
label: Scalars['String'];
|
449
|
-
value?: Maybe<Scalars['String']>;
|
581
|
+
id: Scalars['ID']['output'];
|
582
|
+
label: Scalars['String']['output'];
|
583
|
+
value?: Maybe<Scalars['String']['output']>;
|
450
584
|
};
|
451
585
|
export type EmrReportPayload = Payload & {
|
452
586
|
__typename?: 'EmrReportPayload';
|
453
|
-
code: Scalars['String'];
|
587
|
+
code: Scalars['String']['output'];
|
454
588
|
report?: Maybe<EmrReport>;
|
455
|
-
success: Scalars['Boolean'];
|
589
|
+
success: Scalars['Boolean']['output'];
|
456
590
|
};
|
457
591
|
export type EvaluateFormRulesInput = {
|
458
592
|
answers: Array<AnswerInput>;
|
459
|
-
form_id: Scalars['String'];
|
593
|
+
form_id: Scalars['String']['input'];
|
460
594
|
};
|
461
595
|
export type EvaluateFormRulesPayload = Payload & {
|
462
596
|
__typename?: 'EvaluateFormRulesPayload';
|
463
|
-
code: Scalars['String'];
|
597
|
+
code: Scalars['String']['output'];
|
464
598
|
results: Array<QuestionRuleResult>;
|
465
|
-
success: Scalars['Boolean'];
|
599
|
+
success: Scalars['Boolean']['output'];
|
600
|
+
};
|
601
|
+
export type ExclusiveOptionConfig = {
|
602
|
+
__typename?: 'ExclusiveOptionConfig';
|
603
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
604
|
+
option_id?: Maybe<Scalars['String']['output']>;
|
605
|
+
};
|
606
|
+
export type ExtensionActionField = {
|
607
|
+
__typename?: 'ExtensionActionField';
|
608
|
+
id: Scalars['ID']['output'];
|
609
|
+
label: Scalars['String']['output'];
|
610
|
+
type: ExtensionActionFieldType;
|
611
|
+
value: Scalars['String']['output'];
|
612
|
+
};
|
613
|
+
export declare enum ExtensionActionFieldType {
|
614
|
+
Boolean = "BOOLEAN",
|
615
|
+
Date = "DATE",
|
616
|
+
Html = "HTML",
|
617
|
+
Json = "JSON",
|
618
|
+
Numeric = "NUMERIC",
|
619
|
+
NumericArray = "NUMERIC_ARRAY",
|
620
|
+
String = "STRING",
|
621
|
+
StringArray = "STRING_ARRAY",
|
622
|
+
Text = "TEXT"
|
623
|
+
}
|
624
|
+
export type ExtensionActivityRecord = {
|
625
|
+
__typename?: 'ExtensionActivityRecord';
|
626
|
+
activity_id: Scalars['String']['output'];
|
627
|
+
data_points: Array<ExtensionDataPoint>;
|
628
|
+
date: Scalars['String']['output'];
|
629
|
+
fields: Array<ExtensionActionField>;
|
630
|
+
id: Scalars['ID']['output'];
|
631
|
+
pathway_id: Scalars['String']['output'];
|
632
|
+
plugin_action_key: Scalars['String']['output'];
|
633
|
+
plugin_key: Scalars['String']['output'];
|
634
|
+
settings?: Maybe<Array<PluginActionSettingsProperty>>;
|
635
|
+
};
|
636
|
+
export type ExtensionActivityRecordPayload = Payload & {
|
637
|
+
__typename?: 'ExtensionActivityRecordPayload';
|
638
|
+
code: Scalars['String']['output'];
|
639
|
+
record: ExtensionActivityRecord;
|
640
|
+
success: Scalars['Boolean']['output'];
|
641
|
+
};
|
642
|
+
export type ExtensionDataPoint = {
|
643
|
+
__typename?: 'ExtensionDataPoint';
|
644
|
+
label: Scalars['String']['output'];
|
645
|
+
value: Scalars['String']['output'];
|
646
|
+
};
|
647
|
+
export type ExtensionDataPointInput = {
|
648
|
+
key: Scalars['String']['input'];
|
649
|
+
value: Scalars['String']['input'];
|
466
650
|
};
|
467
651
|
export type FilterActivitiesParams = {
|
468
|
-
action
|
469
|
-
activity_status
|
470
|
-
activity_type
|
471
|
-
pathway_definition_id
|
472
|
-
|
652
|
+
action?: InputMaybe<StringArrayFilter>;
|
653
|
+
activity_status?: InputMaybe<StringArrayFilter>;
|
654
|
+
activity_type?: InputMaybe<StringArrayFilter>;
|
655
|
+
pathway_definition_id?: InputMaybe<StringArrayFilter>;
|
656
|
+
pathway_status?: InputMaybe<StringArrayFilter>;
|
657
|
+
patient_id?: InputMaybe<TextFilterEquals>;
|
658
|
+
stakeholders?: InputMaybe<StringArrayFilter>;
|
473
659
|
};
|
474
660
|
export type FilterPathwayDataPointDefinitionsParams = {
|
475
661
|
category?: InputMaybe<StringArrayFilter>;
|
476
662
|
value_type?: InputMaybe<StringArrayFilter>;
|
477
663
|
};
|
664
|
+
export type FilterPathwayDefinitionsParams = {
|
665
|
+
search?: InputMaybe<TextFilterContains>;
|
666
|
+
};
|
478
667
|
export type FilterPathways = {
|
479
668
|
pathway_definition_id?: InputMaybe<IdFilter>;
|
480
669
|
patient_id?: InputMaybe<StringArrayFilter>;
|
@@ -495,18 +684,28 @@ export type FilterPatients = {
|
|
495
684
|
};
|
496
685
|
export type Form = {
|
497
686
|
__typename?: 'Form';
|
498
|
-
definition_id: Scalars['String'];
|
499
|
-
id: Scalars['ID'];
|
500
|
-
key: Scalars['String'];
|
687
|
+
definition_id: Scalars['String']['output'];
|
688
|
+
id: Scalars['ID']['output'];
|
689
|
+
key: Scalars['String']['output'];
|
690
|
+
metadata?: Maybe<Scalars['String']['output']>;
|
691
|
+
previous_answers?: Maybe<Array<PreviousAnswers>>;
|
501
692
|
questions: Array<Question>;
|
502
|
-
release_id: Scalars['String'];
|
503
|
-
title: Scalars['String'];
|
693
|
+
release_id: Scalars['String']['output'];
|
694
|
+
title: Scalars['String']['output'];
|
695
|
+
trademark?: Maybe<Scalars['String']['output']>;
|
504
696
|
};
|
697
|
+
export type FormPrevious_AnswersArgs = {
|
698
|
+
pathway_id: Scalars['String']['input'];
|
699
|
+
};
|
700
|
+
export declare enum FormDisplayMode {
|
701
|
+
Conversational = "CONVERSATIONAL",
|
702
|
+
Regular = "REGULAR"
|
703
|
+
}
|
505
704
|
export type FormPayload = Payload & {
|
506
705
|
__typename?: 'FormPayload';
|
507
|
-
code: Scalars['String'];
|
706
|
+
code: Scalars['String']['output'];
|
508
707
|
form?: Maybe<Form>;
|
509
|
-
success: Scalars['Boolean'];
|
708
|
+
success: Scalars['Boolean']['output'];
|
510
709
|
};
|
511
710
|
export type FormResponse = {
|
512
711
|
__typename?: 'FormResponse';
|
@@ -514,65 +713,79 @@ export type FormResponse = {
|
|
514
713
|
};
|
515
714
|
export type FormResponsePayload = Payload & {
|
516
715
|
__typename?: 'FormResponsePayload';
|
517
|
-
code: Scalars['String'];
|
716
|
+
code: Scalars['String']['output'];
|
518
717
|
response: FormResponse;
|
519
|
-
success: Scalars['Boolean'];
|
718
|
+
success: Scalars['Boolean']['output'];
|
520
719
|
};
|
521
720
|
export type FormattedText = {
|
522
721
|
__typename?: 'FormattedText';
|
523
722
|
content: TranslatedText;
|
524
|
-
format: Scalars['String'];
|
723
|
+
format: Scalars['String']['output'];
|
525
724
|
};
|
526
725
|
export type FormsPayload = Payload & {
|
527
726
|
__typename?: 'FormsPayload';
|
528
|
-
code: Scalars['String'];
|
727
|
+
code: Scalars['String']['output'];
|
529
728
|
forms?: Maybe<Array<Form>>;
|
530
|
-
success: Scalars['Boolean'];
|
729
|
+
success: Scalars['Boolean']['output'];
|
531
730
|
};
|
532
731
|
export type GeneratedClinicalNote = {
|
533
732
|
__typename?: 'GeneratedClinicalNote';
|
534
733
|
context: Array<GeneratedClinicalNoteContextField>;
|
535
|
-
id: Scalars['ID'];
|
734
|
+
id: Scalars['ID']['output'];
|
536
735
|
narratives: Array<GeneratedClinicalNoteNarrative>;
|
537
736
|
};
|
538
737
|
export type GeneratedClinicalNoteContextField = {
|
539
738
|
__typename?: 'GeneratedClinicalNoteContextField';
|
540
|
-
key: Scalars['String'];
|
541
|
-
value: Scalars['String'];
|
739
|
+
key: Scalars['String']['output'];
|
740
|
+
value: Scalars['String']['output'];
|
542
741
|
};
|
543
742
|
export type GeneratedClinicalNoteNarrative = {
|
544
743
|
__typename?: 'GeneratedClinicalNoteNarrative';
|
545
|
-
body: Scalars['String'];
|
546
|
-
id: Scalars['ID'];
|
547
|
-
key: Scalars['String'];
|
548
|
-
title: Scalars['String'];
|
744
|
+
body: Scalars['String']['output'];
|
745
|
+
id: Scalars['ID']['output'];
|
746
|
+
key: Scalars['String']['output'];
|
747
|
+
title: Scalars['String']['output'];
|
748
|
+
};
|
749
|
+
export type HostedPagesLink = {
|
750
|
+
__typename?: 'HostedPagesLink';
|
751
|
+
id: Scalars['ID']['output'];
|
752
|
+
pathway_id: Scalars['String']['output'];
|
753
|
+
stakeholder_id?: Maybe<Scalars['String']['output']>;
|
754
|
+
url?: Maybe<Scalars['String']['output']>;
|
755
|
+
};
|
756
|
+
export type HostedPagesLinkPayload = Payload & {
|
757
|
+
__typename?: 'HostedPagesLinkPayload';
|
758
|
+
code: Scalars['String']['output'];
|
759
|
+
/** The hosted pages link for the stakeholder. If there is no activity for the stakeholder in the care flow, this link will be null. */
|
760
|
+
hosted_pages_link?: Maybe<HostedPagesLink>;
|
761
|
+
success: Scalars['Boolean']['output'];
|
549
762
|
};
|
550
763
|
export type HostedSession = {
|
551
764
|
__typename?: 'HostedSession';
|
552
|
-
cancel_url?: Maybe<Scalars['String']>;
|
553
|
-
id: Scalars['ID'];
|
554
|
-
pathway_id: Scalars['String'];
|
765
|
+
cancel_url?: Maybe<Scalars['String']['output']>;
|
766
|
+
id: Scalars['ID']['output'];
|
767
|
+
pathway_id: Scalars['String']['output'];
|
555
768
|
stakeholder: HostedSessionStakeholder;
|
556
769
|
status: HostedSessionStatus;
|
557
|
-
success_url?: Maybe<Scalars['String']>;
|
770
|
+
success_url?: Maybe<Scalars['String']['output']>;
|
558
771
|
};
|
559
772
|
export type HostedSessionActivitiesPayload = Payload & {
|
560
773
|
__typename?: 'HostedSessionActivitiesPayload';
|
561
774
|
activities: Array<Activity>;
|
562
|
-
code: Scalars['String'];
|
563
|
-
success: Scalars['Boolean'];
|
775
|
+
code: Scalars['String']['output'];
|
776
|
+
success: Scalars['Boolean']['output'];
|
564
777
|
};
|
565
778
|
export type HostedSessionPayload = Payload & {
|
566
779
|
__typename?: 'HostedSessionPayload';
|
567
780
|
branding?: Maybe<BrandingSettings>;
|
568
|
-
code: Scalars['String'];
|
781
|
+
code: Scalars['String']['output'];
|
569
782
|
session: HostedSession;
|
570
|
-
success: Scalars['Boolean'];
|
783
|
+
success: Scalars['Boolean']['output'];
|
571
784
|
};
|
572
785
|
export type HostedSessionStakeholder = {
|
573
786
|
__typename?: 'HostedSessionStakeholder';
|
574
|
-
id: Scalars['ID'];
|
575
|
-
name: Scalars['String'];
|
787
|
+
id: Scalars['ID']['output'];
|
788
|
+
name: Scalars['String']['output'];
|
576
789
|
type: HostedSessionStakeholderType;
|
577
790
|
};
|
578
791
|
export declare enum HostedSessionStakeholderType {
|
@@ -585,37 +798,46 @@ export declare enum HostedSessionStatus {
|
|
585
798
|
Expired = "EXPIRED"
|
586
799
|
}
|
587
800
|
export type IdFilter = {
|
588
|
-
eq?: InputMaybe<Scalars['String']>;
|
801
|
+
eq?: InputMaybe<Scalars['String']['input']>;
|
802
|
+
};
|
803
|
+
export type Identifier = {
|
804
|
+
__typename?: 'Identifier';
|
805
|
+
system: Scalars['String']['output'];
|
806
|
+
value: Scalars['String']['output'];
|
807
|
+
};
|
808
|
+
export type IdentifierInput = {
|
809
|
+
system: Scalars['String']['input'];
|
810
|
+
value: Scalars['String']['input'];
|
811
|
+
};
|
812
|
+
export type IdentifierSystem = {
|
813
|
+
__typename?: 'IdentifierSystem';
|
814
|
+
display_name: Scalars['String']['output'];
|
815
|
+
name: Scalars['String']['output'];
|
816
|
+
system: Scalars['String']['output'];
|
589
817
|
};
|
590
|
-
export declare enum Language {
|
591
|
-
Dutch = "DUTCH",
|
592
|
-
English = "ENGLISH",
|
593
|
-
Estonian = "ESTONIAN",
|
594
|
-
French = "FRENCH"
|
595
|
-
}
|
596
818
|
export type MarkMessageAsReadInput = {
|
597
|
-
activity_id: Scalars['String'];
|
819
|
+
activity_id: Scalars['String']['input'];
|
598
820
|
};
|
599
821
|
export type MarkMessageAsReadPayload = Payload & {
|
600
822
|
__typename?: 'MarkMessageAsReadPayload';
|
601
823
|
activity: Activity;
|
602
|
-
code: Scalars['String'];
|
603
|
-
success: Scalars['Boolean'];
|
824
|
+
code: Scalars['String']['output'];
|
825
|
+
success: Scalars['Boolean']['output'];
|
604
826
|
};
|
605
827
|
export type Message = {
|
606
828
|
__typename?: 'Message';
|
607
829
|
attachments?: Maybe<Array<MessageAttachment>>;
|
608
|
-
body: Scalars['String'];
|
830
|
+
body: Scalars['String']['output'];
|
609
831
|
format: MessageFormat;
|
610
|
-
id: Scalars['ID'];
|
611
|
-
subject
|
832
|
+
id: Scalars['ID']['output'];
|
833
|
+
subject?: Maybe<Scalars['String']['output']>;
|
612
834
|
};
|
613
835
|
export type MessageAttachment = {
|
614
836
|
__typename?: 'MessageAttachment';
|
615
|
-
id: Scalars['ID'];
|
616
|
-
name: Scalars['String'];
|
837
|
+
id: Scalars['ID']['output'];
|
838
|
+
name: Scalars['String']['output'];
|
617
839
|
type: MessageAttachmentType;
|
618
|
-
url: Scalars['String'];
|
840
|
+
url: Scalars['String']['output'];
|
619
841
|
};
|
620
842
|
export declare enum MessageAttachmentType {
|
621
843
|
File = "FILE",
|
@@ -628,17 +850,27 @@ export declare enum MessageFormat {
|
|
628
850
|
}
|
629
851
|
export type MessagePayload = Payload & {
|
630
852
|
__typename?: 'MessagePayload';
|
631
|
-
code: Scalars['String'];
|
853
|
+
code: Scalars['String']['output'];
|
632
854
|
message?: Maybe<Message>;
|
633
|
-
success: Scalars['Boolean'];
|
855
|
+
success: Scalars['Boolean']['output'];
|
856
|
+
};
|
857
|
+
export type MultipleSelectConfig = {
|
858
|
+
__typename?: 'MultipleSelectConfig';
|
859
|
+
exclusive_option?: Maybe<ExclusiveOptionConfig>;
|
860
|
+
range?: Maybe<ChoiceRangeConfig>;
|
634
861
|
};
|
635
862
|
export type Mutation = {
|
636
863
|
__typename?: 'Mutation';
|
864
|
+
addIdentifierToPatient: AddIdentifierToPatientPayload;
|
865
|
+
addTrack: AddTrackPayload;
|
866
|
+
completeExtensionActivity: CompleteExtensionActivityPayload;
|
637
867
|
createPatient: CreatePatientPayload;
|
638
868
|
deletePathway: EmptyPayload;
|
639
869
|
deletePatient: EmptyPayload;
|
640
870
|
evaluateFormRules: EvaluateFormRulesPayload;
|
641
871
|
markMessageAsRead: MarkMessageAsReadPayload;
|
872
|
+
/** Retrieve patient demographics from an external system */
|
873
|
+
requestPatientDemographics: PatientDemographicsPayload;
|
642
874
|
retryActivity: EmptyPayload;
|
643
875
|
retryAllApiCalls: EmptyPayload;
|
644
876
|
retryAllFailedApiCalls: EmptyPayload;
|
@@ -648,21 +880,39 @@ export type Mutation = {
|
|
648
880
|
retryApiCall: RetryApiCallPayload;
|
649
881
|
retryPushToEmr: EmptyPayload;
|
650
882
|
retryWebhookCall: RetryWebhookCallPayload;
|
883
|
+
/** @deprecated We will be deactivating this endpoint in the future. */
|
651
884
|
saveBaselineInfo: EmptyPayload;
|
885
|
+
scheduleTrack: ScheduleTrackPayload;
|
652
886
|
startHostedActivitySession: StartHostedActivitySessionPayload;
|
653
887
|
startHostedActivitySessionViaHostedPagesLink: StartHostedActivitySessionPayload;
|
888
|
+
/** Start a hosted pathway session for a patient uniquely identified by patient_id or patient_identifier. If neither patient_id or patient_identifier is provided, a new anonymous patient will be created. */
|
654
889
|
startHostedPathwaySession: StartHostedPathwaySessionPayload;
|
890
|
+
startHostedPathwaySessionFromLink: StartHostedPathwaySessionFromLinkPayload;
|
655
891
|
startPathway: StartPathwayPayload;
|
892
|
+
startPathwayWithPatientIdentifier: StartPathwayWithPatientIdentifierPayload;
|
656
893
|
stopPathway: EmptyPayload;
|
657
894
|
stopTrack: StopTrackPayload;
|
658
895
|
submitChecklist: SubmitChecklistPayload;
|
659
896
|
submitFormResponse: SubmitFormResponsePayload;
|
897
|
+
unscheduleTracks: CancelScheduledTracksPayload;
|
660
898
|
updateBaselineInfo: EmptyPayload;
|
661
899
|
updatePatient: UpdatePatientPayload;
|
900
|
+
/** Update which patient was created after import request for logging purposes */
|
901
|
+
updatePatientDemographicsQuery: UpdatePatientDemographicsQueryPayload;
|
662
902
|
updatePatientLanguage: UpdatePatientLanguagePayload;
|
663
903
|
};
|
904
|
+
export type MutationAddIdentifierToPatientArgs = {
|
905
|
+
input: AddIdentifierToPatientInput;
|
906
|
+
};
|
907
|
+
export type MutationAddTrackArgs = {
|
908
|
+
input: AddTrackInput;
|
909
|
+
};
|
910
|
+
export type MutationCompleteExtensionActivityArgs = {
|
911
|
+
input: CompleteExtensionActivityInput;
|
912
|
+
};
|
664
913
|
export type MutationCreatePatientArgs = {
|
665
914
|
input?: InputMaybe<CreatePatientInput>;
|
915
|
+
mycare?: InputMaybe<MyCareOptions>;
|
666
916
|
};
|
667
917
|
export type MutationDeletePathwayArgs = {
|
668
918
|
input: DeletePathwayInput;
|
@@ -676,6 +926,9 @@ export type MutationEvaluateFormRulesArgs = {
|
|
676
926
|
export type MutationMarkMessageAsReadArgs = {
|
677
927
|
input: MarkMessageAsReadInput;
|
678
928
|
};
|
929
|
+
export type MutationRequestPatientDemographicsArgs = {
|
930
|
+
input: PatientDemographicsInput;
|
931
|
+
};
|
679
932
|
export type MutationRetryActivityArgs = {
|
680
933
|
input: RetryActivityInput;
|
681
934
|
};
|
@@ -706,6 +959,9 @@ export type MutationRetryWebhookCallArgs = {
|
|
706
959
|
export type MutationSaveBaselineInfoArgs = {
|
707
960
|
input: SaveBaselineInfoInput;
|
708
961
|
};
|
962
|
+
export type MutationScheduleTrackArgs = {
|
963
|
+
input: ScheduleTrackInput;
|
964
|
+
};
|
709
965
|
export type MutationStartHostedActivitySessionArgs = {
|
710
966
|
input: StartHostedActivitySessionInput;
|
711
967
|
};
|
@@ -715,9 +971,15 @@ export type MutationStartHostedActivitySessionViaHostedPagesLinkArgs = {
|
|
715
971
|
export type MutationStartHostedPathwaySessionArgs = {
|
716
972
|
input: StartHostedPathwaySessionInput;
|
717
973
|
};
|
974
|
+
export type MutationStartHostedPathwaySessionFromLinkArgs = {
|
975
|
+
input: StartHostedPathwaySessionFromLinkInput;
|
976
|
+
};
|
718
977
|
export type MutationStartPathwayArgs = {
|
719
978
|
input: StartPathwayInput;
|
720
979
|
};
|
980
|
+
export type MutationStartPathwayWithPatientIdentifierArgs = {
|
981
|
+
input: StartPathwayWithPatientIdentifierInput;
|
982
|
+
};
|
721
983
|
export type MutationStopPathwayArgs = {
|
722
984
|
input: StopPathwayInput;
|
723
985
|
};
|
@@ -730,83 +992,143 @@ export type MutationSubmitChecklistArgs = {
|
|
730
992
|
export type MutationSubmitFormResponseArgs = {
|
731
993
|
input: SubmitFormResponseInput;
|
732
994
|
};
|
995
|
+
export type MutationUnscheduleTracksArgs = {
|
996
|
+
input: CancelScheduledTracksInput;
|
997
|
+
};
|
733
998
|
export type MutationUpdateBaselineInfoArgs = {
|
734
999
|
input: UpdateBaselineInfoInput;
|
735
1000
|
};
|
736
1001
|
export type MutationUpdatePatientArgs = {
|
737
1002
|
input: UpdatePatientInput;
|
738
1003
|
};
|
1004
|
+
export type MutationUpdatePatientDemographicsQueryArgs = {
|
1005
|
+
input: UpdatePatientDemographicsQueryInput;
|
1006
|
+
};
|
739
1007
|
export type MutationUpdatePatientLanguageArgs = {
|
740
1008
|
input: UpdatePatientLanguageInput;
|
741
1009
|
};
|
1010
|
+
export type MyCareOptions = {
|
1011
|
+
password?: InputMaybe<Scalars['String']['input']>;
|
1012
|
+
};
|
742
1013
|
export type NumberArrayFilter = {
|
743
|
-
in?: InputMaybe<Array<Scalars['Float']>>;
|
1014
|
+
in?: InputMaybe<Array<Scalars['Float']['input']>>;
|
1015
|
+
};
|
1016
|
+
export type NumberConfig = {
|
1017
|
+
__typename?: 'NumberConfig';
|
1018
|
+
range?: Maybe<RangeConfig>;
|
744
1019
|
};
|
745
1020
|
export type Operand = {
|
746
1021
|
__typename?: 'Operand';
|
747
1022
|
type: ConditionOperandType;
|
748
|
-
value: Scalars['String'];
|
1023
|
+
value: Scalars['String']['output'];
|
749
1024
|
};
|
750
1025
|
export type Option = {
|
751
1026
|
__typename?: 'Option';
|
752
|
-
id: Scalars['ID'];
|
753
|
-
label: Scalars['String'];
|
754
|
-
value: Scalars['Float'];
|
1027
|
+
id: Scalars['ID']['output'];
|
1028
|
+
label: Scalars['String']['output'];
|
1029
|
+
value: Scalars['Float']['output'];
|
1030
|
+
value_string: Scalars['String']['output'];
|
1031
|
+
};
|
1032
|
+
export type OrchestrationFact = {
|
1033
|
+
__typename?: 'OrchestrationFact';
|
1034
|
+
content: Array<Scalars['String']['output']>;
|
1035
|
+
date: Scalars['String']['output'];
|
1036
|
+
level: Scalars['String']['output'];
|
1037
|
+
pathway_id: Scalars['String']['output'];
|
1038
|
+
};
|
1039
|
+
export type OrchestrationFactsPayload = PaginationAndSortingPayload & {
|
1040
|
+
__typename?: 'OrchestrationFactsPayload';
|
1041
|
+
code: Scalars['String']['output'];
|
1042
|
+
facts: Array<OrchestrationFact>;
|
1043
|
+
pagination?: Maybe<PaginationOutput>;
|
1044
|
+
sorting?: Maybe<SortingOutput>;
|
1045
|
+
success: Scalars['Boolean']['output'];
|
1046
|
+
};
|
1047
|
+
export type OrchestrationFactsPromptPayload = Payload & {
|
1048
|
+
__typename?: 'OrchestrationFactsPromptPayload';
|
1049
|
+
code: Scalars['String']['output'];
|
1050
|
+
response: Scalars['String']['output'];
|
1051
|
+
success: Scalars['Boolean']['output'];
|
1052
|
+
};
|
1053
|
+
export type PaginationAndSortingPayload = {
|
1054
|
+
code: Scalars['String']['output'];
|
1055
|
+
pagination?: Maybe<PaginationOutput>;
|
1056
|
+
sorting?: Maybe<SortingOutput>;
|
1057
|
+
success: Scalars['Boolean']['output'];
|
755
1058
|
};
|
756
1059
|
export type PaginationOutput = {
|
757
1060
|
__typename?: 'PaginationOutput';
|
758
|
-
count?: Maybe<Scalars['
|
759
|
-
offset?: Maybe<Scalars['
|
760
|
-
total_count?: Maybe<Scalars['
|
1061
|
+
count?: Maybe<Scalars['Int']['output']>;
|
1062
|
+
offset?: Maybe<Scalars['Int']['output']>;
|
1063
|
+
total_count?: Maybe<Scalars['Int']['output']>;
|
761
1064
|
};
|
762
1065
|
export type PaginationParams = {
|
763
|
-
count: Scalars['
|
764
|
-
offset: Scalars['
|
1066
|
+
count: Scalars['Int']['input'];
|
1067
|
+
offset: Scalars['Int']['input'];
|
765
1068
|
};
|
766
1069
|
export type Pathway = {
|
767
1070
|
__typename?: 'Pathway';
|
768
|
-
|
769
|
-
|
1071
|
+
/**
|
1072
|
+
* Deprecated. Please use latestActivities.
|
1073
|
+
* @deprecated use latestActivities instead. Limited to most recent 1000 activities
|
1074
|
+
*/
|
1075
|
+
activities?: Maybe<Array<Activity>>;
|
1076
|
+
complete_date?: Maybe<Scalars['SafeDate']['output']>;
|
770
1077
|
dashboards?: Maybe<PathwayDashboard>;
|
771
|
-
id: Scalars['ID'];
|
772
|
-
|
1078
|
+
id: Scalars['ID']['output'];
|
1079
|
+
/** Activities, sorted by date in descending order. For larger care flows, only the most recent 1000 activities are included. To see a complete list of activities, please use the `activity` query and appropriate filters. */
|
1080
|
+
latestActivities: Array<Activity>;
|
1081
|
+
pathway_definition_id: Scalars['String']['output'];
|
773
1082
|
patient: User;
|
774
|
-
patient_id: Scalars['String'];
|
775
|
-
release_id: Scalars['String'];
|
776
|
-
start_date?: Maybe<Scalars['SafeDate']>;
|
1083
|
+
patient_id: Scalars['String']['output'];
|
1084
|
+
release_id: Scalars['String']['output'];
|
1085
|
+
start_date?: Maybe<Scalars['SafeDate']['output']>;
|
777
1086
|
status: PathwayStatus;
|
778
|
-
status_explanation?: Maybe<Scalars['String']>;
|
779
|
-
stop_date?: Maybe<Scalars['SafeDate']>;
|
1087
|
+
status_explanation?: Maybe<Scalars['String']['output']>;
|
1088
|
+
stop_date?: Maybe<Scalars['SafeDate']['output']>;
|
780
1089
|
swimlanes: Swimlanes;
|
781
|
-
title: Scalars['String'];
|
1090
|
+
title: Scalars['String']['output'];
|
782
1091
|
tracks: Array<Track>;
|
783
|
-
version?: Maybe<Scalars['Float']>;
|
1092
|
+
version?: Maybe<Scalars['Float']['output']>;
|
784
1093
|
};
|
785
1094
|
export type PathwayContext = {
|
786
1095
|
__typename?: 'PathwayContext';
|
787
|
-
action_id?: Maybe<Scalars['String']>;
|
788
|
-
instance_id: Scalars['String'];
|
789
|
-
pathway_id: Scalars['String'];
|
790
|
-
step_id?: Maybe<Scalars['String']>;
|
791
|
-
track_id?: Maybe<Scalars['String']>;
|
1096
|
+
action_id?: Maybe<Scalars['String']['output']>;
|
1097
|
+
instance_id: Scalars['String']['output'];
|
1098
|
+
pathway_id: Scalars['String']['output'];
|
1099
|
+
step_id?: Maybe<Scalars['String']['output']>;
|
1100
|
+
track_id?: Maybe<Scalars['String']['output']>;
|
792
1101
|
};
|
793
1102
|
export type PathwayDashboard = {
|
794
1103
|
__typename?: 'PathwayDashboard';
|
795
|
-
cumulio_auth_id: Scalars['String'];
|
796
|
-
cumulio_auth_token: Scalars['String'];
|
797
|
-
dashboard_ids: Array<Scalars['String']>;
|
1104
|
+
cumulio_auth_id: Scalars['String']['output'];
|
1105
|
+
cumulio_auth_token: Scalars['String']['output'];
|
1106
|
+
dashboard_ids: Array<Scalars['String']['output']>;
|
798
1107
|
};
|
799
1108
|
export type PathwayDataPointDefinitionsPayload = Payload & {
|
800
1109
|
__typename?: 'PathwayDataPointDefinitionsPayload';
|
801
|
-
code: Scalars['String'];
|
1110
|
+
code: Scalars['String']['output'];
|
802
1111
|
data_point_definitions: Array<DataPointDefinition>;
|
803
|
-
success: Scalars['Boolean'];
|
1112
|
+
success: Scalars['Boolean']['output'];
|
1113
|
+
};
|
1114
|
+
export type PathwayDefinitionDetails = {
|
1115
|
+
__typename?: 'PathwayDefinitionDetails';
|
1116
|
+
active_careflows?: Maybe<Scalars['Float']['output']>;
|
1117
|
+
completed_careflows?: Maybe<Scalars['Float']['output']>;
|
1118
|
+
stopped_careflows?: Maybe<Scalars['Float']['output']>;
|
1119
|
+
total_careflows?: Maybe<Scalars['Float']['output']>;
|
1120
|
+
total_patients?: Maybe<Scalars['Float']['output']>;
|
1121
|
+
};
|
1122
|
+
export type PathwayFactsFilters = {
|
1123
|
+
date?: InputMaybe<DateFilter>;
|
1124
|
+
keyword?: InputMaybe<Scalars['String']['input']>;
|
1125
|
+
pathway_id: Scalars['String']['input'];
|
804
1126
|
};
|
805
1127
|
export type PathwayPayload = Payload & {
|
806
1128
|
__typename?: 'PathwayPayload';
|
807
|
-
code: Scalars['String'];
|
1129
|
+
code: Scalars['String']['output'];
|
808
1130
|
pathway?: Maybe<Pathway>;
|
809
|
-
success: Scalars['Boolean'];
|
1131
|
+
success: Scalars['Boolean']['output'];
|
810
1132
|
};
|
811
1133
|
export declare enum PathwayStatus {
|
812
1134
|
Active = "active",
|
@@ -817,131 +1139,164 @@ export declare enum PathwayStatus {
|
|
817
1139
|
}
|
818
1140
|
export type PathwaySummary = {
|
819
1141
|
__typename?: 'PathwaySummary';
|
820
|
-
complete_date?: Maybe<Scalars['SafeDate']>;
|
821
|
-
id: Scalars['ID'];
|
822
|
-
pathway_definition_id?: Maybe<Scalars['String']>;
|
823
|
-
patient_id?: Maybe<Scalars['String']>;
|
824
|
-
start_date?: Maybe<Scalars['SafeDate']>;
|
1142
|
+
complete_date?: Maybe<Scalars['SafeDate']['output']>;
|
1143
|
+
id: Scalars['ID']['output'];
|
1144
|
+
pathway_definition_id?: Maybe<Scalars['String']['output']>;
|
1145
|
+
patient_id?: Maybe<Scalars['String']['output']>;
|
1146
|
+
start_date?: Maybe<Scalars['SafeDate']['output']>;
|
825
1147
|
status: PathwayStatus;
|
826
|
-
status_explanation?: Maybe<Scalars['String']>;
|
827
|
-
stop_date?: Maybe<Scalars['SafeDate']>;
|
828
|
-
title: Scalars['String'];
|
829
|
-
version?: Maybe<Scalars['Float']>;
|
1148
|
+
status_explanation?: Maybe<Scalars['String']['output']>;
|
1149
|
+
stop_date?: Maybe<Scalars['SafeDate']['output']>;
|
1150
|
+
title: Scalars['String']['output'];
|
1151
|
+
version?: Maybe<Scalars['Float']['output']>;
|
830
1152
|
};
|
831
|
-
export type PathwaysPayload =
|
1153
|
+
export type PathwaysPayload = PaginationAndSortingPayload & {
|
832
1154
|
__typename?: 'PathwaysPayload';
|
833
|
-
code: Scalars['String'];
|
1155
|
+
code: Scalars['String']['output'];
|
834
1156
|
pagination?: Maybe<PaginationOutput>;
|
835
1157
|
pathways: Array<PathwaySummary>;
|
836
1158
|
sorting?: Maybe<SortingOutput>;
|
837
|
-
success: Scalars['Boolean'];
|
1159
|
+
success: Scalars['Boolean']['output'];
|
1160
|
+
};
|
1161
|
+
export type PatientDemographicsInput = {
|
1162
|
+
patient_identifier: Scalars['String']['input'];
|
1163
|
+
};
|
1164
|
+
export type PatientDemographicsPayload = Payload & {
|
1165
|
+
__typename?: 'PatientDemographicsPayload';
|
1166
|
+
code: Scalars['String']['output'];
|
1167
|
+
entry?: Maybe<Array<UserProfile>>;
|
1168
|
+
query_id: Scalars['String']['output'];
|
1169
|
+
status: Scalars['String']['output'];
|
1170
|
+
success: Scalars['Boolean']['output'];
|
1171
|
+
total?: Maybe<Scalars['Float']['output']>;
|
1172
|
+
};
|
1173
|
+
export type PatientDemographicsQueryConfigurationPayload = {
|
1174
|
+
__typename?: 'PatientDemographicsQueryConfigurationPayload';
|
1175
|
+
input_box_text?: Maybe<Scalars['String']['output']>;
|
1176
|
+
is_enabled: Scalars['Boolean']['output'];
|
838
1177
|
};
|
839
1178
|
export type PatientPathway = {
|
840
1179
|
__typename?: 'PatientPathway';
|
1180
|
+
active_activities?: Maybe<Scalars['Float']['output']>;
|
841
1181
|
baseline_info?: Maybe<Array<BaselineDataPoint>>;
|
842
|
-
complete_date?: Maybe<Scalars['String']>;
|
843
|
-
|
844
|
-
|
845
|
-
|
1182
|
+
complete_date?: Maybe<Scalars['String']['output']>;
|
1183
|
+
failed_activities?: Maybe<Scalars['Float']['output']>;
|
1184
|
+
id: Scalars['ID']['output'];
|
1185
|
+
latest_activity_date?: Maybe<Scalars['String']['output']>;
|
1186
|
+
latest_activity_title?: Maybe<Scalars['String']['output']>;
|
1187
|
+
latest_activity_type?: Maybe<Scalars['String']['output']>;
|
1188
|
+
pathway_definition_id: Scalars['String']['output'];
|
1189
|
+
release_id: Scalars['String']['output'];
|
846
1190
|
status: PathwayStatus;
|
847
|
-
status_explanation?: Maybe<Scalars['String']>;
|
848
|
-
stop_date?: Maybe<Scalars['String']>;
|
849
|
-
title: Scalars['String'];
|
850
|
-
|
1191
|
+
status_explanation?: Maybe<Scalars['String']['output']>;
|
1192
|
+
stop_date?: Maybe<Scalars['String']['output']>;
|
1193
|
+
title: Scalars['String']['output'];
|
1194
|
+
total_activities?: Maybe<Scalars['Float']['output']>;
|
1195
|
+
version?: Maybe<Scalars['Float']['output']>;
|
851
1196
|
};
|
852
1197
|
export type PatientPathwaysPayload = Payload & {
|
853
1198
|
__typename?: 'PatientPathwaysPayload';
|
854
|
-
code: Scalars['String'];
|
1199
|
+
code: Scalars['String']['output'];
|
855
1200
|
patientPathways: Array<PatientPathway>;
|
856
|
-
success: Scalars['Boolean'];
|
1201
|
+
success: Scalars['Boolean']['output'];
|
857
1202
|
};
|
858
1203
|
export type PatientPayload = Payload & {
|
859
1204
|
__typename?: 'PatientPayload';
|
860
|
-
code: Scalars['String'];
|
1205
|
+
code: Scalars['String']['output'];
|
861
1206
|
patient?: Maybe<User>;
|
862
|
-
success: Scalars['Boolean'];
|
1207
|
+
success: Scalars['Boolean']['output'];
|
863
1208
|
};
|
864
1209
|
export type PatientProfileInput = {
|
865
1210
|
address?: InputMaybe<AddressInput>;
|
866
|
-
birth_date?: InputMaybe<Scalars['String']>;
|
867
|
-
email?: InputMaybe<Scalars['String']>;
|
868
|
-
first_name?: InputMaybe<Scalars['String']>;
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
1211
|
+
birth_date?: InputMaybe<Scalars['String']['input']>;
|
1212
|
+
email?: InputMaybe<Scalars['String']['input']>;
|
1213
|
+
first_name?: InputMaybe<Scalars['String']['input']>;
|
1214
|
+
identifier?: InputMaybe<Array<IdentifierInput>>;
|
1215
|
+
last_name?: InputMaybe<Scalars['String']['input']>;
|
1216
|
+
/** Must be in valid E164 telephone number format */
|
1217
|
+
mobile_phone?: InputMaybe<Scalars['String']['input']>;
|
1218
|
+
national_registry_number?: InputMaybe<Scalars['String']['input']>;
|
1219
|
+
patient_code?: InputMaybe<Scalars['String']['input']>;
|
1220
|
+
/** Must be in valid E164 telephone number format */
|
1221
|
+
phone?: InputMaybe<Scalars['String']['input']>;
|
1222
|
+
/** ISO 639-1 shortcode */
|
1223
|
+
preferred_language?: InputMaybe<Scalars['String']['input']>;
|
875
1224
|
/** Sex code as defined by ISO standard IEC_5218, 0 - NOT_KNOWN, 1 - MALE, 2 - FEMALE */
|
876
1225
|
sex?: InputMaybe<Sex>;
|
877
1226
|
};
|
878
|
-
export type PatientsPayload =
|
1227
|
+
export type PatientsPayload = PaginationAndSortingPayload & {
|
879
1228
|
__typename?: 'PatientsPayload';
|
880
|
-
code: Scalars['String'];
|
881
|
-
pagination
|
1229
|
+
code: Scalars['String']['output'];
|
1230
|
+
pagination?: Maybe<PaginationOutput>;
|
882
1231
|
patients: Array<User>;
|
883
|
-
sorting
|
884
|
-
success: Scalars['Boolean'];
|
1232
|
+
sorting?: Maybe<SortingOutput>;
|
1233
|
+
success: Scalars['Boolean']['output'];
|
885
1234
|
};
|
886
1235
|
export type Payload = {
|
887
|
-
code: Scalars['String'];
|
888
|
-
success: Scalars['Boolean'];
|
1236
|
+
code: Scalars['String']['output'];
|
1237
|
+
success: Scalars['Boolean']['output'];
|
889
1238
|
};
|
890
|
-
export type
|
891
|
-
__typename?: '
|
892
|
-
|
893
|
-
|
894
|
-
type: PluginActionFieldType;
|
895
|
-
value: Scalars['String'];
|
1239
|
+
export type PhoneConfig = {
|
1240
|
+
__typename?: 'PhoneConfig';
|
1241
|
+
available_countries?: Maybe<Array<Scalars['String']['output']>>;
|
1242
|
+
default_country?: Maybe<Scalars['String']['output']>;
|
896
1243
|
};
|
897
|
-
export declare enum PluginActionFieldType {
|
898
|
-
Html = "HTML",
|
899
|
-
Json = "JSON",
|
900
|
-
Numeric = "NUMERIC",
|
901
|
-
String = "STRING",
|
902
|
-
Text = "TEXT"
|
903
|
-
}
|
904
1244
|
export type PluginActionSettingsProperty = {
|
905
1245
|
__typename?: 'PluginActionSettingsProperty';
|
906
|
-
key: Scalars['String'];
|
907
|
-
label: Scalars['String'];
|
908
|
-
value: Scalars['String'];
|
909
|
-
};
|
910
|
-
export type PluginActivityRecord = {
|
911
|
-
__typename?: 'PluginActivityRecord';
|
912
|
-
activity_id: Scalars['String'];
|
913
|
-
date: Scalars['String'];
|
914
|
-
fields: Array<PluginActionField>;
|
915
|
-
id: Scalars['ID'];
|
916
|
-
pathway_id: Scalars['String'];
|
917
|
-
plugin_action_key: Scalars['String'];
|
918
|
-
plugin_key: Scalars['String'];
|
919
|
-
settings?: Maybe<Array<PluginActionSettingsProperty>>;
|
1246
|
+
key: Scalars['String']['output'];
|
1247
|
+
label: Scalars['String']['output'];
|
1248
|
+
value: Scalars['String']['output'];
|
920
1249
|
};
|
921
|
-
export type
|
922
|
-
__typename?: '
|
923
|
-
|
924
|
-
|
925
|
-
|
1250
|
+
export type PreviousAnswers = {
|
1251
|
+
__typename?: 'PreviousAnswers';
|
1252
|
+
activity_id: Scalars['ID']['output'];
|
1253
|
+
answers: Array<Answer>;
|
1254
|
+
date: Scalars['String']['output'];
|
926
1255
|
};
|
927
1256
|
export type PublishedPathwayDefinition = {
|
928
1257
|
__typename?: 'PublishedPathwayDefinition';
|
929
|
-
|
1258
|
+
active_activities?: Maybe<Scalars['Float']['output']>;
|
1259
|
+
/** Details about the latest pathway definition */
|
1260
|
+
all?: Maybe<PathwayDefinitionDetails>;
|
1261
|
+
cancelled_activities?: Maybe<Scalars['Float']['output']>;
|
1262
|
+
created?: Maybe<AuditTrail>;
|
1263
|
+
/**
|
1264
|
+
* Starting/baseline data point definitions for the pathway
|
1265
|
+
* @deprecated Use data_point_definitions instead
|
1266
|
+
*/
|
930
1267
|
dataPointDefinitions: Array<DataPointDefinition>;
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
1268
|
+
/** Starting/baseline data point definitions for the pathway */
|
1269
|
+
data_point_definitions?: Maybe<Array<DataPointDefinition>>;
|
1270
|
+
failed_activities?: Maybe<Scalars['Float']['output']>;
|
1271
|
+
id: Scalars['ID']['output'];
|
1272
|
+
last_updated?: Maybe<AuditTrail>;
|
1273
|
+
/** Details about all pathway definitions */
|
1274
|
+
latest?: Maybe<PathwayDefinitionDetails>;
|
1275
|
+
patients_with_pending_activities?: Maybe<Scalars['Float']['output']>;
|
1276
|
+
release_date?: Maybe<Scalars['String']['output']>;
|
1277
|
+
release_id?: Maybe<Scalars['String']['output']>;
|
1278
|
+
stakeholders_with_pending_activities_list?: Maybe<Array<Scalars['String']['output']>>;
|
1279
|
+
title: Scalars['String']['output'];
|
1280
|
+
total_activities?: Maybe<Scalars['Float']['output']>;
|
1281
|
+
total_patients?: Maybe<Scalars['Float']['output']>;
|
1282
|
+
total_stakeholders?: Maybe<Scalars['Float']['output']>;
|
1283
|
+
/** Tracks for the pathway */
|
1284
|
+
track_definitions?: Maybe<Array<Track>>;
|
1285
|
+
version?: Maybe<Scalars['Float']['output']>;
|
1286
|
+
};
|
1287
|
+
export type PublishedPathwayDefinitionsPayload = PaginationAndSortingPayload & {
|
937
1288
|
__typename?: 'PublishedPathwayDefinitionsPayload';
|
938
|
-
code: Scalars['String'];
|
1289
|
+
code: Scalars['String']['output'];
|
1290
|
+
pagination?: Maybe<PaginationOutput>;
|
939
1291
|
publishedPathwayDefinitions: Array<PublishedPathwayDefinition>;
|
940
|
-
|
1292
|
+
sorting?: Maybe<SortingOutput>;
|
1293
|
+
success: Scalars['Boolean']['output'];
|
941
1294
|
};
|
942
1295
|
export type Query = {
|
943
1296
|
__typename?: 'Query';
|
944
1297
|
activities: ActivitiesPayload;
|
1298
|
+
adHocTracksByPathway: TracksPayload;
|
1299
|
+
adHocTracksByRelease: TracksPayload;
|
945
1300
|
apiCall: ApiCallPayload;
|
946
1301
|
apiCalls: ApiCallsPayload;
|
947
1302
|
baselineInfo: BaselineInfoPayload;
|
@@ -950,9 +1305,14 @@ export type Query = {
|
|
950
1305
|
checklist: ChecklistPayload;
|
951
1306
|
clinicalNote: ClinicalNotePayload;
|
952
1307
|
emrReport: EmrReportPayload;
|
1308
|
+
extensionActivityRecord: ExtensionActivityRecordPayload;
|
1309
|
+
filterStakeholders: StakeholdersPayload;
|
953
1310
|
form: FormPayload;
|
954
1311
|
formResponse: FormResponsePayload;
|
955
1312
|
forms: FormsPayload;
|
1313
|
+
getOrchestrationFactsFromPrompt: OrchestrationFactsPromptPayload;
|
1314
|
+
getStatusForPublishedPathwayDefinitions: PublishedPathwayDefinitionsPayload;
|
1315
|
+
hostedPagesLink: HostedPagesLinkPayload;
|
956
1316
|
hostedSession: HostedSessionPayload;
|
957
1317
|
hostedSessionActivities: HostedSessionActivitiesPayload;
|
958
1318
|
message: MessagePayload;
|
@@ -963,89 +1323,127 @@ export type Query = {
|
|
963
1323
|
pathwayActivities: ActivitiesPayload;
|
964
1324
|
pathwayDataPointDefinitions: PathwayDataPointDefinitionsPayload;
|
965
1325
|
pathwayElements: ElementsPayload;
|
1326
|
+
pathwayFacts: OrchestrationFactsPayload;
|
966
1327
|
pathwayStepActivities: ActivitiesPayload;
|
967
1328
|
pathways: PathwaysPayload;
|
968
1329
|
patient: PatientPayload;
|
1330
|
+
patientByIdentifier: PatientPayload;
|
1331
|
+
patientDemographicsQueryConfiguration: PatientDemographicsQueryConfigurationPayload;
|
969
1332
|
patientPathways: PatientPathwaysPayload;
|
970
1333
|
patients: PatientsPayload;
|
971
|
-
pluginActivityRecord: PluginActivityRecordPayload;
|
972
1334
|
publishedPathwayDefinitions: PublishedPathwayDefinitionsPayload;
|
1335
|
+
publishedPathwayDefinitionsDashboard: PublishedPathwayDefinitionsPayload;
|
973
1336
|
scheduledSteps: ScheduledStepsPayload;
|
1337
|
+
scheduledTracksForPathway: ScheduledTracksPayload;
|
974
1338
|
searchPatientsByNationalRegistryNumber: SearchPatientsPayload;
|
975
1339
|
searchPatientsByPatientCode: SearchPatientsPayload;
|
1340
|
+
stakeholdersByDefinitionIds: StakeholdersPayload;
|
1341
|
+
stakeholdersByPathwayDefinitionIds: StakeholdersPayload;
|
1342
|
+
stakeholdersByReleaseIds: StakeholdersPayload;
|
976
1343
|
webhookCall: WebhookCallPayload;
|
977
1344
|
webhookCalls: WebhookCallsPayload;
|
978
1345
|
webhookCallsForPathwayDefinition: WebhookCallsPayload;
|
979
1346
|
webhookCallsForTenant: WebhookCallsPayload;
|
980
|
-
whoami:
|
1347
|
+
whoami: CurrentUserPayload;
|
981
1348
|
};
|
982
1349
|
export type QueryActivitiesArgs = {
|
983
1350
|
filters?: InputMaybe<FilterActivitiesParams>;
|
984
1351
|
pagination?: InputMaybe<PaginationParams>;
|
985
1352
|
sorting?: InputMaybe<SortingParams>;
|
986
1353
|
};
|
1354
|
+
export type QueryAdHocTracksByPathwayArgs = {
|
1355
|
+
pathway_id: Scalars['String']['input'];
|
1356
|
+
};
|
1357
|
+
export type QueryAdHocTracksByReleaseArgs = {
|
1358
|
+
release_id: Scalars['String']['input'];
|
1359
|
+
};
|
987
1360
|
export type QueryApiCallArgs = {
|
988
|
-
id: Scalars['String'];
|
1361
|
+
id: Scalars['String']['input'];
|
989
1362
|
};
|
990
1363
|
export type QueryApiCallsArgs = {
|
991
|
-
pathway_id: Scalars['String'];
|
1364
|
+
pathway_id: Scalars['String']['input'];
|
992
1365
|
};
|
993
1366
|
export type QueryBaselineInfoArgs = {
|
994
|
-
pathway_id: Scalars['String'];
|
1367
|
+
pathway_id: Scalars['String']['input'];
|
995
1368
|
};
|
996
1369
|
export type QueryCalculationActionArgs = {
|
997
|
-
id: Scalars['String'];
|
1370
|
+
id: Scalars['String']['input'];
|
998
1371
|
};
|
999
1372
|
export type QueryCalculationResultsArgs = {
|
1000
|
-
activity_id: Scalars['String'];
|
1001
|
-
pathway_id: Scalars['String'];
|
1373
|
+
activity_id: Scalars['String']['input'];
|
1374
|
+
pathway_id: Scalars['String']['input'];
|
1002
1375
|
};
|
1003
1376
|
export type QueryChecklistArgs = {
|
1004
|
-
id: Scalars['String'];
|
1377
|
+
id: Scalars['String']['input'];
|
1005
1378
|
};
|
1006
1379
|
export type QueryClinicalNoteArgs = {
|
1007
|
-
id: Scalars['String'];
|
1380
|
+
id: Scalars['String']['input'];
|
1008
1381
|
};
|
1009
1382
|
export type QueryEmrReportArgs = {
|
1010
|
-
id: Scalars['String'];
|
1383
|
+
id: Scalars['String']['input'];
|
1384
|
+
};
|
1385
|
+
export type QueryExtensionActivityRecordArgs = {
|
1386
|
+
id: Scalars['String']['input'];
|
1387
|
+
};
|
1388
|
+
export type QueryFilterStakeholdersArgs = {
|
1389
|
+
pathway_definition_ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
1390
|
+
release_ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
1391
|
+
stakeholder_definition_ids?: InputMaybe<Array<Scalars['String']['input']>>;
|
1011
1392
|
};
|
1012
1393
|
export type QueryFormArgs = {
|
1013
|
-
id: Scalars['String'];
|
1394
|
+
id: Scalars['String']['input'];
|
1014
1395
|
};
|
1015
1396
|
export type QueryFormResponseArgs = {
|
1016
|
-
activity_id: Scalars['String'];
|
1017
|
-
pathway_id: Scalars['String'];
|
1397
|
+
activity_id: Scalars['String']['input'];
|
1398
|
+
pathway_id: Scalars['String']['input'];
|
1018
1399
|
};
|
1019
1400
|
export type QueryFormsArgs = {
|
1020
|
-
pathway_definition_id: Scalars['String'];
|
1021
|
-
release_id?: InputMaybe<Scalars['String']>;
|
1401
|
+
pathway_definition_id: Scalars['String']['input'];
|
1402
|
+
release_id?: InputMaybe<Scalars['String']['input']>;
|
1403
|
+
};
|
1404
|
+
export type QueryGetOrchestrationFactsFromPromptArgs = {
|
1405
|
+
pathway_id: Scalars['String']['input'];
|
1406
|
+
prompt: Scalars['String']['input'];
|
1407
|
+
};
|
1408
|
+
export type QueryHostedPagesLinkArgs = {
|
1409
|
+
pathway_id: Scalars['String']['input'];
|
1410
|
+
stakeholder_id: Scalars['String']['input'];
|
1022
1411
|
};
|
1023
1412
|
export type QueryHostedSessionActivitiesArgs = {
|
1024
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1413
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1025
1414
|
};
|
1026
1415
|
export type QueryMessageArgs = {
|
1027
|
-
id: Scalars['String'];
|
1416
|
+
id: Scalars['String']['input'];
|
1028
1417
|
};
|
1029
1418
|
export type QueryMyActivitiesArgs = {
|
1030
|
-
|
1419
|
+
pagination?: InputMaybe<PaginationParams>;
|
1420
|
+
pathway_id: Scalars['String']['input'];
|
1421
|
+
sorting?: InputMaybe<SortingParams>;
|
1031
1422
|
};
|
1032
1423
|
export type QueryPathwayArgs = {
|
1033
|
-
id: Scalars['String'];
|
1424
|
+
id: Scalars['String']['input'];
|
1034
1425
|
};
|
1035
1426
|
export type QueryPathwayActivitiesArgs = {
|
1036
|
-
|
1427
|
+
pagination?: InputMaybe<PaginationParams>;
|
1428
|
+
pathway_id: Scalars['String']['input'];
|
1429
|
+
sorting?: InputMaybe<SortingParams>;
|
1037
1430
|
};
|
1038
1431
|
export type QueryPathwayDataPointDefinitionsArgs = {
|
1039
1432
|
filters?: InputMaybe<FilterPathwayDataPointDefinitionsParams>;
|
1040
|
-
pathway_definition_id?: InputMaybe<Scalars['String']>;
|
1041
|
-
release_id: Scalars['String'];
|
1433
|
+
pathway_definition_id?: InputMaybe<Scalars['String']['input']>;
|
1434
|
+
release_id: Scalars['String']['input'];
|
1042
1435
|
};
|
1043
1436
|
export type QueryPathwayElementsArgs = {
|
1044
|
-
pathway_id: Scalars['String'];
|
1437
|
+
pathway_id: Scalars['String']['input'];
|
1438
|
+
};
|
1439
|
+
export type QueryPathwayFactsArgs = {
|
1440
|
+
filters: PathwayFactsFilters;
|
1441
|
+
pagination?: InputMaybe<PaginationParams>;
|
1442
|
+
sorting?: InputMaybe<SortingParams>;
|
1045
1443
|
};
|
1046
1444
|
export type QueryPathwayStepActivitiesArgs = {
|
1047
|
-
pathway_id: Scalars['String'];
|
1048
|
-
step_id: Scalars['String'];
|
1445
|
+
pathway_id: Scalars['String']['input'];
|
1446
|
+
step_id: Scalars['String']['input'];
|
1049
1447
|
};
|
1050
1448
|
export type QueryPathwaysArgs = {
|
1051
1449
|
filters?: InputMaybe<FilterPathways>;
|
@@ -1053,66 +1451,90 @@ export type QueryPathwaysArgs = {
|
|
1053
1451
|
sorting?: InputMaybe<SortingParams>;
|
1054
1452
|
};
|
1055
1453
|
export type QueryPatientArgs = {
|
1056
|
-
id: Scalars['String'];
|
1454
|
+
id: Scalars['String']['input'];
|
1455
|
+
};
|
1456
|
+
export type QueryPatientByIdentifierArgs = {
|
1457
|
+
system: Scalars['String']['input'];
|
1458
|
+
value: Scalars['String']['input'];
|
1057
1459
|
};
|
1058
1460
|
export type QueryPatientPathwaysArgs = {
|
1059
1461
|
filters?: InputMaybe<FilterPatientPathways>;
|
1060
|
-
patient_id: Scalars['String'];
|
1462
|
+
patient_id: Scalars['String']['input'];
|
1061
1463
|
};
|
1062
1464
|
export type QueryPatientsArgs = {
|
1063
1465
|
filters?: InputMaybe<FilterPatients>;
|
1064
1466
|
pagination?: InputMaybe<PaginationParams>;
|
1065
1467
|
sorting?: InputMaybe<SortingParams>;
|
1066
1468
|
};
|
1067
|
-
export type
|
1068
|
-
|
1469
|
+
export type QueryPublishedPathwayDefinitionsDashboardArgs = {
|
1470
|
+
filters?: InputMaybe<FilterPathwayDefinitionsParams>;
|
1471
|
+
pagination?: InputMaybe<PaginationParams>;
|
1472
|
+
sorting?: InputMaybe<SortingParams>;
|
1069
1473
|
};
|
1070
1474
|
export type QueryScheduledStepsArgs = {
|
1071
|
-
pathway_id: Scalars['String'];
|
1475
|
+
pathway_id: Scalars['String']['input'];
|
1476
|
+
};
|
1477
|
+
export type QueryScheduledTracksForPathwayArgs = {
|
1478
|
+
pathway_id: Scalars['String']['input'];
|
1072
1479
|
};
|
1073
1480
|
export type QuerySearchPatientsByNationalRegistryNumberArgs = {
|
1074
|
-
national_registry_number: Scalars['String'];
|
1481
|
+
national_registry_number: Scalars['String']['input'];
|
1075
1482
|
};
|
1076
1483
|
export type QuerySearchPatientsByPatientCodeArgs = {
|
1077
|
-
patient_code: Scalars['String'];
|
1484
|
+
patient_code: Scalars['String']['input'];
|
1485
|
+
};
|
1486
|
+
export type QueryStakeholdersByDefinitionIdsArgs = {
|
1487
|
+
stakeholder_definition_ids: Array<Scalars['String']['input']>;
|
1488
|
+
};
|
1489
|
+
export type QueryStakeholdersByPathwayDefinitionIdsArgs = {
|
1490
|
+
pathway_definition_ids: Array<Scalars['String']['input']>;
|
1491
|
+
};
|
1492
|
+
export type QueryStakeholdersByReleaseIdsArgs = {
|
1493
|
+
release_ids: Array<Scalars['String']['input']>;
|
1078
1494
|
};
|
1079
1495
|
export type QueryWebhookCallArgs = {
|
1080
|
-
webhook_call_id: Scalars['String'];
|
1496
|
+
webhook_call_id: Scalars['String']['input'];
|
1081
1497
|
};
|
1082
1498
|
export type QueryWebhookCallsArgs = {
|
1083
|
-
pathway_id: Scalars['String'];
|
1499
|
+
pathway_id: Scalars['String']['input'];
|
1084
1500
|
};
|
1085
1501
|
export type QueryWebhookCallsForPathwayDefinitionArgs = {
|
1086
|
-
pathway_definition_id: Scalars['String'];
|
1502
|
+
pathway_definition_id: Scalars['String']['input'];
|
1087
1503
|
};
|
1088
1504
|
export type Question = {
|
1089
1505
|
__typename?: 'Question';
|
1090
1506
|
dataPointValueType?: Maybe<DataPointValueType>;
|
1091
|
-
definition_id: Scalars['String'];
|
1092
|
-
id: Scalars['ID'];
|
1093
|
-
key: Scalars['String'];
|
1507
|
+
definition_id: Scalars['String']['output'];
|
1508
|
+
id: Scalars['ID']['output'];
|
1509
|
+
key: Scalars['String']['output'];
|
1510
|
+
metadata?: Maybe<Scalars['String']['output']>;
|
1094
1511
|
options?: Maybe<Array<Option>>;
|
1095
1512
|
questionConfig?: Maybe<QuestionConfig>;
|
1096
1513
|
questionType?: Maybe<QuestionType>;
|
1097
1514
|
rule?: Maybe<Rule>;
|
1098
|
-
title: Scalars['String'];
|
1515
|
+
title: Scalars['String']['output'];
|
1099
1516
|
userQuestionType?: Maybe<UserQuestionType>;
|
1100
1517
|
};
|
1101
1518
|
export type QuestionConfig = {
|
1102
1519
|
__typename?: 'QuestionConfig';
|
1103
|
-
|
1104
|
-
|
1520
|
+
date?: Maybe<DateConfig>;
|
1521
|
+
mandatory: Scalars['Boolean']['output'];
|
1522
|
+
multiple_select?: Maybe<MultipleSelectConfig>;
|
1523
|
+
number?: Maybe<NumberConfig>;
|
1524
|
+
phone?: Maybe<PhoneConfig>;
|
1525
|
+
recode_enabled?: Maybe<Scalars['Boolean']['output']>;
|
1105
1526
|
slider?: Maybe<SliderConfig>;
|
1527
|
+
use_select?: Maybe<Scalars['Boolean']['output']>;
|
1106
1528
|
};
|
1107
1529
|
export type QuestionResponseInput = {
|
1108
|
-
question_id: Scalars['String'];
|
1109
|
-
value: Scalars['String'];
|
1530
|
+
question_id: Scalars['String']['input'];
|
1531
|
+
value: Scalars['String']['input'];
|
1110
1532
|
};
|
1111
1533
|
export type QuestionRuleResult = {
|
1112
1534
|
__typename?: 'QuestionRuleResult';
|
1113
|
-
question_id: Scalars['String'];
|
1114
|
-
rule_id: Scalars['String'];
|
1115
|
-
satisfied: Scalars['Boolean'];
|
1535
|
+
question_id: Scalars['String']['output'];
|
1536
|
+
rule_id: Scalars['String']['output'];
|
1537
|
+
satisfied: Scalars['Boolean']['output'];
|
1116
1538
|
};
|
1117
1539
|
export declare enum QuestionType {
|
1118
1540
|
Input = "INPUT",
|
@@ -1121,70 +1543,108 @@ export declare enum QuestionType {
|
|
1121
1543
|
}
|
1122
1544
|
export type Range = {
|
1123
1545
|
__typename?: 'Range';
|
1124
|
-
max?: Maybe<Scalars['Float']>;
|
1125
|
-
min?: Maybe<Scalars['Float']>;
|
1546
|
+
max?: Maybe<Scalars['Float']['output']>;
|
1547
|
+
min?: Maybe<Scalars['Float']['output']>;
|
1548
|
+
};
|
1549
|
+
export type RangeConfig = {
|
1550
|
+
__typename?: 'RangeConfig';
|
1551
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
1552
|
+
max?: Maybe<Scalars['Float']['output']>;
|
1553
|
+
min?: Maybe<Scalars['Float']['output']>;
|
1126
1554
|
};
|
1127
1555
|
export type RetryActivityInput = {
|
1128
|
-
activity_id: Scalars['String'];
|
1556
|
+
activity_id: Scalars['String']['input'];
|
1129
1557
|
};
|
1130
1558
|
export type RetryAllApiCallsInput = {
|
1131
|
-
pathway_id: Scalars['String'];
|
1559
|
+
pathway_id: Scalars['String']['input'];
|
1132
1560
|
};
|
1133
1561
|
export type RetryAllFailedApiCallsInput = {
|
1134
|
-
pathway_id: Scalars['String'];
|
1562
|
+
pathway_id: Scalars['String']['input'];
|
1135
1563
|
};
|
1136
1564
|
export type RetryAllFailedWebhookCallsForPathwayDefinitionInput = {
|
1137
|
-
pathway_definition_id: Scalars['String'];
|
1565
|
+
pathway_definition_id: Scalars['String']['input'];
|
1138
1566
|
};
|
1139
1567
|
export type RetryAllFailedWebhookCallsInput = {
|
1140
|
-
pathway_id: Scalars['String'];
|
1568
|
+
pathway_id: Scalars['String']['input'];
|
1141
1569
|
};
|
1142
1570
|
export type RetryAllWebhookCallsInput = {
|
1143
|
-
pathway_id: Scalars['String'];
|
1571
|
+
pathway_id: Scalars['String']['input'];
|
1144
1572
|
};
|
1145
1573
|
export type RetryApiCallInput = {
|
1146
|
-
api_call_id: Scalars['String'];
|
1574
|
+
api_call_id: Scalars['String']['input'];
|
1147
1575
|
};
|
1148
1576
|
export type RetryApiCallPayload = Payload & {
|
1149
1577
|
__typename?: 'RetryApiCallPayload';
|
1150
1578
|
api_call: ApiCall;
|
1151
|
-
code: Scalars['String'];
|
1152
|
-
success: Scalars['Boolean'];
|
1579
|
+
code: Scalars['String']['output'];
|
1580
|
+
success: Scalars['Boolean']['output'];
|
1153
1581
|
};
|
1154
1582
|
export type RetryPushToEmrInput = {
|
1155
|
-
activity_id: Scalars['String'];
|
1583
|
+
activity_id: Scalars['String']['input'];
|
1156
1584
|
};
|
1157
1585
|
export type RetryWebhookCallInput = {
|
1158
|
-
webhook_call_id: Scalars['String'];
|
1586
|
+
webhook_call_id: Scalars['String']['input'];
|
1159
1587
|
};
|
1160
1588
|
export type RetryWebhookCallPayload = Payload & {
|
1161
1589
|
__typename?: 'RetryWebhookCallPayload';
|
1162
|
-
code: Scalars['String'];
|
1163
|
-
success: Scalars['Boolean'];
|
1590
|
+
code: Scalars['String']['output'];
|
1591
|
+
success: Scalars['Boolean']['output'];
|
1164
1592
|
webhook_call: WebhookCall;
|
1165
1593
|
};
|
1166
1594
|
export type Rule = {
|
1167
1595
|
__typename?: 'Rule';
|
1168
1596
|
boolean_operator: BooleanOperator;
|
1169
1597
|
conditions: Array<Condition>;
|
1170
|
-
definition_id?: Maybe<Scalars['String']>;
|
1171
|
-
id: Scalars['ID'];
|
1598
|
+
definition_id?: Maybe<Scalars['String']['output']>;
|
1599
|
+
id: Scalars['ID']['output'];
|
1172
1600
|
};
|
1173
1601
|
export type SaveBaselineInfoInput = {
|
1174
1602
|
baseline_info: Array<BaselineInfoInput>;
|
1175
|
-
pathway_id: Scalars['String'];
|
1603
|
+
pathway_id: Scalars['String']['input'];
|
1604
|
+
};
|
1605
|
+
export type ScheduleTrackInput = {
|
1606
|
+
cancel_any_scheduled?: InputMaybe<Scalars['Boolean']['input']>;
|
1607
|
+
pathway_id: Scalars['String']['input'];
|
1608
|
+
scheduled_date: Scalars['String']['input'];
|
1609
|
+
track_id: Scalars['String']['input'];
|
1610
|
+
};
|
1611
|
+
export type ScheduleTrackPayload = Payload & {
|
1612
|
+
__typename?: 'ScheduleTrackPayload';
|
1613
|
+
code: Scalars['String']['output'];
|
1614
|
+
id: Scalars['String']['output'];
|
1615
|
+
success: Scalars['Boolean']['output'];
|
1176
1616
|
};
|
1177
1617
|
export type ScheduledStepsPayload = Payload & {
|
1178
1618
|
__typename?: 'ScheduledStepsPayload';
|
1179
|
-
code: Scalars['String'];
|
1619
|
+
code: Scalars['String']['output'];
|
1180
1620
|
steps: Array<Element>;
|
1181
|
-
success: Scalars['Boolean'];
|
1621
|
+
success: Scalars['Boolean']['output'];
|
1622
|
+
};
|
1623
|
+
export type ScheduledTrack = {
|
1624
|
+
__typename?: 'ScheduledTrack';
|
1625
|
+
created_by_user_id: Scalars['String']['output'];
|
1626
|
+
created_date: Scalars['String']['output'];
|
1627
|
+
id: Scalars['ID']['output'];
|
1628
|
+
modified_date?: Maybe<Scalars['String']['output']>;
|
1629
|
+
pathway_id: Scalars['String']['output'];
|
1630
|
+
release_id: Scalars['String']['output'];
|
1631
|
+
scheduled_date: Scalars['String']['output'];
|
1632
|
+
status: Scalars['String']['output'];
|
1633
|
+
tenant_id: Scalars['String']['output'];
|
1634
|
+
title: Scalars['String']['output'];
|
1635
|
+
track_definition_id: Scalars['String']['output'];
|
1636
|
+
};
|
1637
|
+
export type ScheduledTracksPayload = Payload & {
|
1638
|
+
__typename?: 'ScheduledTracksPayload';
|
1639
|
+
code: Scalars['String']['output'];
|
1640
|
+
scheduled_tracks: Array<ScheduledTrack>;
|
1641
|
+
success: Scalars['Boolean']['output'];
|
1182
1642
|
};
|
1183
1643
|
export type SearchPatientsPayload = Payload & {
|
1184
1644
|
__typename?: 'SearchPatientsPayload';
|
1185
|
-
code: Scalars['String'];
|
1645
|
+
code: Scalars['String']['output'];
|
1186
1646
|
patients: Array<User>;
|
1187
|
-
success: Scalars['Boolean'];
|
1647
|
+
success: Scalars['Boolean']['output'];
|
1188
1648
|
};
|
1189
1649
|
export declare enum Sex {
|
1190
1650
|
Female = "FEMALE",
|
@@ -1193,123 +1653,187 @@ export declare enum Sex {
|
|
1193
1653
|
}
|
1194
1654
|
export type SingleCalculationResult = {
|
1195
1655
|
__typename?: 'SingleCalculationResult';
|
1196
|
-
status?: Maybe<Scalars['String']>;
|
1197
|
-
subresult_id: Scalars['String'];
|
1198
|
-
unit?: Maybe<Scalars['String']>;
|
1199
|
-
value: Scalars['String'];
|
1656
|
+
status?: Maybe<Scalars['String']['output']>;
|
1657
|
+
subresult_id: Scalars['String']['output'];
|
1658
|
+
unit?: Maybe<Scalars['String']['output']>;
|
1659
|
+
value: Scalars['String']['output'];
|
1200
1660
|
value_type?: Maybe<DataPointValueType>;
|
1201
1661
|
};
|
1202
1662
|
export type SliderConfig = {
|
1203
1663
|
__typename?: 'SliderConfig';
|
1204
|
-
display_marks: Scalars['Boolean'];
|
1205
|
-
is_value_tooltip_on: Scalars['Boolean'];
|
1206
|
-
max: Scalars['Float'];
|
1207
|
-
max_label: Scalars['String'];
|
1208
|
-
min: Scalars['Float'];
|
1209
|
-
min_label: Scalars['String'];
|
1210
|
-
show_min_max_values: Scalars['Boolean'];
|
1211
|
-
step_value: Scalars['Float'];
|
1664
|
+
display_marks: Scalars['Boolean']['output'];
|
1665
|
+
is_value_tooltip_on: Scalars['Boolean']['output'];
|
1666
|
+
max: Scalars['Float']['output'];
|
1667
|
+
max_label: Scalars['String']['output'];
|
1668
|
+
min: Scalars['Float']['output'];
|
1669
|
+
min_label: Scalars['String']['output'];
|
1670
|
+
show_min_max_values: Scalars['Boolean']['output'];
|
1671
|
+
step_value: Scalars['Float']['output'];
|
1212
1672
|
};
|
1213
1673
|
export type SortingOutput = {
|
1214
1674
|
__typename?: 'SortingOutput';
|
1215
|
-
direction: Scalars['String'];
|
1216
|
-
field: Scalars['String'];
|
1675
|
+
direction: Scalars['String']['output'];
|
1676
|
+
field: Scalars['String']['output'];
|
1217
1677
|
};
|
1218
1678
|
export type SortingParams = {
|
1219
|
-
direction: Scalars['String'];
|
1220
|
-
field: Scalars['String'];
|
1679
|
+
direction: Scalars['String']['input'];
|
1680
|
+
field: Scalars['String']['input'];
|
1681
|
+
};
|
1682
|
+
export type Stakeholder = {
|
1683
|
+
__typename?: 'Stakeholder';
|
1684
|
+
clinical_app_role: StakeholderClinicalAppRole;
|
1685
|
+
definition_id: Scalars['String']['output'];
|
1686
|
+
id: Scalars['ID']['output'];
|
1687
|
+
label: StakeholderLabel;
|
1688
|
+
release_id: Scalars['String']['output'];
|
1689
|
+
version: Scalars['Float']['output'];
|
1690
|
+
};
|
1691
|
+
export declare enum StakeholderClinicalAppRole {
|
1692
|
+
Caregiver = "CAREGIVER",
|
1693
|
+
Patient = "PATIENT",
|
1694
|
+
Physician = "PHYSICIAN"
|
1695
|
+
}
|
1696
|
+
export type StakeholderLabel = {
|
1697
|
+
__typename?: 'StakeholderLabel';
|
1698
|
+
en: Scalars['String']['output'];
|
1699
|
+
};
|
1700
|
+
export type StakeholdersPayload = Payload & {
|
1701
|
+
__typename?: 'StakeholdersPayload';
|
1702
|
+
code: Scalars['String']['output'];
|
1703
|
+
stakeholders: Array<Stakeholder>;
|
1704
|
+
success: Scalars['Boolean']['output'];
|
1221
1705
|
};
|
1222
1706
|
export type StartHostedActivitySessionInput = {
|
1223
|
-
cancel_url?: InputMaybe<Scalars['String']>;
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1707
|
+
cancel_url?: InputMaybe<Scalars['String']['input']>;
|
1708
|
+
/** ISO 639-1 shortcode */
|
1709
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
1710
|
+
pathway_id: Scalars['String']['input'];
|
1711
|
+
stakeholder_id: Scalars['String']['input'];
|
1712
|
+
success_url?: InputMaybe<Scalars['String']['input']>;
|
1228
1713
|
};
|
1229
1714
|
export type StartHostedActivitySessionPayload = Payload & {
|
1230
1715
|
__typename?: 'StartHostedActivitySessionPayload';
|
1231
|
-
code: Scalars['String'];
|
1232
|
-
language?: Maybe<
|
1233
|
-
session_id: Scalars['String'];
|
1234
|
-
session_url: Scalars['String'];
|
1235
|
-
success: Scalars['Boolean'];
|
1716
|
+
code: Scalars['String']['output'];
|
1717
|
+
language?: Maybe<Scalars['String']['output']>;
|
1718
|
+
session_id: Scalars['String']['output'];
|
1719
|
+
session_url: Scalars['String']['output'];
|
1720
|
+
success: Scalars['Boolean']['output'];
|
1236
1721
|
};
|
1237
1722
|
export type StartHostedActivitySessionViaHostedPagesLinkInput = {
|
1238
|
-
hosted_pages_link_id: Scalars['String'];
|
1723
|
+
hosted_pages_link_id: Scalars['String']['input'];
|
1724
|
+
};
|
1725
|
+
export type StartHostedPathwaySessionFromLinkInput = {
|
1726
|
+
id: Scalars['String']['input'];
|
1727
|
+
patient_identifier?: InputMaybe<IdentifierInput>;
|
1728
|
+
};
|
1729
|
+
export type StartHostedPathwaySessionFromLinkPayload = Payload & {
|
1730
|
+
__typename?: 'StartHostedPathwaySessionFromLinkPayload';
|
1731
|
+
code: Scalars['String']['output'];
|
1732
|
+
session_url: Scalars['String']['output'];
|
1733
|
+
success: Scalars['Boolean']['output'];
|
1239
1734
|
};
|
1240
1735
|
export type StartHostedPathwaySessionInput = {
|
1241
|
-
cancel_url?: InputMaybe<Scalars['String']>;
|
1736
|
+
cancel_url?: InputMaybe<Scalars['String']['input']>;
|
1242
1737
|
data_points?: InputMaybe<Array<DataPointInput>>;
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1738
|
+
/** ISO 639-1 shortcode */
|
1739
|
+
language?: InputMaybe<Scalars['String']['input']>;
|
1740
|
+
pathway_definition_id: Scalars['String']['input'];
|
1741
|
+
/** Unique id of the patient in Awell, if not provided, patient identifier will be tried to uniquely identify the patient. */
|
1742
|
+
patient_id?: InputMaybe<Scalars['String']['input']>;
|
1743
|
+
/** If no patient_id is provided this field will be used to uniquely identify the patient. */
|
1744
|
+
patient_identifier?: InputMaybe<IdentifierInput>;
|
1745
|
+
success_url?: InputMaybe<Scalars['String']['input']>;
|
1746
|
+
/** Time-to-live of the session in seconds. This defaults to the maximal value of 3600 seconds (one hour). */
|
1747
|
+
ttl?: InputMaybe<Scalars['Float']['input']>;
|
1247
1748
|
};
|
1248
1749
|
export type StartHostedPathwaySessionPayload = Payload & {
|
1249
1750
|
__typename?: 'StartHostedPathwaySessionPayload';
|
1250
|
-
code: Scalars['String'];
|
1251
|
-
pathway_id: Scalars['String'];
|
1252
|
-
session_id: Scalars['String'];
|
1253
|
-
session_url: Scalars['String'];
|
1751
|
+
code: Scalars['String']['output'];
|
1752
|
+
pathway_id: Scalars['String']['output'];
|
1753
|
+
session_id: Scalars['String']['output'];
|
1754
|
+
session_url: Scalars['String']['output'];
|
1254
1755
|
stakeholder: HostedSessionStakeholder;
|
1255
|
-
success: Scalars['Boolean'];
|
1756
|
+
success: Scalars['Boolean']['output'];
|
1256
1757
|
};
|
1257
1758
|
export type StartPathwayInput = {
|
1258
1759
|
data_points?: InputMaybe<Array<DataPointInput>>;
|
1259
|
-
pathway_definition_id: Scalars['String'];
|
1260
|
-
patient_id: Scalars['String'];
|
1760
|
+
pathway_definition_id: Scalars['String']['input'];
|
1761
|
+
patient_id: Scalars['String']['input'];
|
1762
|
+
release_id?: InputMaybe<Scalars['String']['input']>;
|
1261
1763
|
};
|
1262
|
-
export type StartPathwayPayload = {
|
1764
|
+
export type StartPathwayPayload = Payload & {
|
1263
1765
|
__typename?: 'StartPathwayPayload';
|
1264
|
-
|
1766
|
+
code: Scalars['String']['output'];
|
1767
|
+
pathway_id: Scalars['String']['output'];
|
1768
|
+
stakeholders: Array<Stakeholder>;
|
1769
|
+
success: Scalars['Boolean']['output'];
|
1770
|
+
};
|
1771
|
+
export type StartPathwayWithPatientIdentifierInput = {
|
1772
|
+
data_points?: InputMaybe<Array<DataPointInput>>;
|
1773
|
+
pathway_definition_id: Scalars['String']['input'];
|
1774
|
+
patient_identifier: IdentifierInput;
|
1775
|
+
release_id?: InputMaybe<Scalars['String']['input']>;
|
1776
|
+
};
|
1777
|
+
export type StartPathwayWithPatientIdentifierPayload = Payload & {
|
1778
|
+
__typename?: 'StartPathwayWithPatientIdentifierPayload';
|
1779
|
+
code: Scalars['String']['output'];
|
1780
|
+
pathway_id: Scalars['String']['output'];
|
1781
|
+
patient_id: Scalars['String']['output'];
|
1782
|
+
stakeholders: Array<Stakeholder>;
|
1783
|
+
success: Scalars['Boolean']['output'];
|
1265
1784
|
};
|
1266
1785
|
export type StopPathwayInput = {
|
1267
|
-
pathway_id: Scalars['String'];
|
1268
|
-
reason?: InputMaybe<Scalars['String']>;
|
1786
|
+
pathway_id: Scalars['String']['input'];
|
1787
|
+
reason?: InputMaybe<Scalars['String']['input']>;
|
1269
1788
|
};
|
1270
1789
|
export type StopTrackInput = {
|
1271
|
-
pathway_id: Scalars['String'];
|
1272
|
-
track_id: Scalars['String'];
|
1790
|
+
pathway_id: Scalars['String']['input'];
|
1791
|
+
track_id: Scalars['String']['input'];
|
1273
1792
|
};
|
1274
1793
|
export type StopTrackPayload = Payload & {
|
1275
1794
|
__typename?: 'StopTrackPayload';
|
1276
|
-
code: Scalars['String'];
|
1277
|
-
success: Scalars['Boolean'];
|
1795
|
+
code: Scalars['String']['output'];
|
1796
|
+
success: Scalars['Boolean']['output'];
|
1278
1797
|
track: Element;
|
1279
1798
|
};
|
1280
1799
|
export type StringArrayFilter = {
|
1281
|
-
in?: InputMaybe<Array<Scalars['String']>>;
|
1800
|
+
in?: InputMaybe<Array<Scalars['String']['input']>>;
|
1282
1801
|
};
|
1283
1802
|
export type SubActivity = {
|
1284
1803
|
__typename?: 'SubActivity';
|
1285
1804
|
action: ActivityAction;
|
1286
|
-
date: Scalars['String'];
|
1287
|
-
error?: Maybe<Scalars['String']>;
|
1288
|
-
|
1805
|
+
date: Scalars['String']['output'];
|
1806
|
+
error?: Maybe<Scalars['String']['output']>;
|
1807
|
+
error_category?: Maybe<Scalars['String']['output']>;
|
1808
|
+
id: Scalars['String']['output'];
|
1289
1809
|
object?: Maybe<ActivityObject>;
|
1290
1810
|
subject: ActivitySubject;
|
1811
|
+
text?: Maybe<TranslatedText>;
|
1291
1812
|
};
|
1292
1813
|
export type SubmitChecklistInput = {
|
1293
|
-
activity_id: Scalars['String'];
|
1814
|
+
activity_id: Scalars['String']['input'];
|
1294
1815
|
};
|
1295
|
-
export type SubmitChecklistPayload = {
|
1816
|
+
export type SubmitChecklistPayload = Payload & {
|
1296
1817
|
__typename?: 'SubmitChecklistPayload';
|
1297
1818
|
activity: Activity;
|
1819
|
+
code: Scalars['String']['output'];
|
1820
|
+
success: Scalars['Boolean']['output'];
|
1298
1821
|
};
|
1299
1822
|
export type SubmitFormResponseInput = {
|
1300
|
-
activity_id: Scalars['String'];
|
1823
|
+
activity_id: Scalars['String']['input'];
|
1301
1824
|
response: Array<QuestionResponseInput>;
|
1302
1825
|
};
|
1303
1826
|
export type SubmitFormResponsePayload = Payload & {
|
1304
1827
|
__typename?: 'SubmitFormResponsePayload';
|
1305
1828
|
activity: Activity;
|
1306
|
-
code: Scalars['String'];
|
1307
|
-
success: Scalars['Boolean'];
|
1829
|
+
code: Scalars['String']['output'];
|
1830
|
+
success: Scalars['Boolean']['output'];
|
1308
1831
|
};
|
1309
1832
|
export type Subscription = {
|
1310
1833
|
__typename?: 'Subscription';
|
1311
1834
|
activityCompleted: Activity;
|
1312
1835
|
activityCreated: Activity;
|
1836
|
+
activityExpired: Activity;
|
1313
1837
|
activityUpdated: Activity;
|
1314
1838
|
apiCallCreated: ApiCall;
|
1315
1839
|
apiCallUpdated: ApiCall;
|
@@ -1319,6 +1843,7 @@ export type Subscription = {
|
|
1319
1843
|
pathwayUpdated: Pathway;
|
1320
1844
|
sessionActivityCompleted: Activity;
|
1321
1845
|
sessionActivityCreated: Activity;
|
1846
|
+
sessionActivityExpired: Activity;
|
1322
1847
|
sessionActivityUpdated: Activity;
|
1323
1848
|
sessionCompleted: HostedSession;
|
1324
1849
|
sessionExpired: HostedSession;
|
@@ -1326,70 +1851,77 @@ export type Subscription = {
|
|
1326
1851
|
webhookCallUpdated: WebhookCall;
|
1327
1852
|
};
|
1328
1853
|
export type SubscriptionActivityCompletedArgs = {
|
1329
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1330
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1854
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1855
|
+
pathway_id?: InputMaybe<Scalars['String']['input']>;
|
1331
1856
|
};
|
1332
1857
|
export type SubscriptionActivityCreatedArgs = {
|
1333
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1334
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1858
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1859
|
+
pathway_id?: InputMaybe<Scalars['String']['input']>;
|
1860
|
+
};
|
1861
|
+
export type SubscriptionActivityExpiredArgs = {
|
1862
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1863
|
+
pathway_id?: InputMaybe<Scalars['String']['input']>;
|
1335
1864
|
};
|
1336
1865
|
export type SubscriptionActivityUpdatedArgs = {
|
1337
|
-
only_patient_activities?: InputMaybe<Scalars['Boolean']>;
|
1338
|
-
pathway_id?: InputMaybe<Scalars['String']>;
|
1866
|
+
only_patient_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1867
|
+
pathway_id?: InputMaybe<Scalars['String']['input']>;
|
1339
1868
|
};
|
1340
1869
|
export type SubscriptionApiCallCreatedArgs = {
|
1341
|
-
pathway_id: Scalars['String'];
|
1870
|
+
pathway_id: Scalars['String']['input'];
|
1342
1871
|
};
|
1343
1872
|
export type SubscriptionApiCallUpdatedArgs = {
|
1344
|
-
pathway_id: Scalars['String'];
|
1873
|
+
pathway_id: Scalars['String']['input'];
|
1345
1874
|
};
|
1346
1875
|
export type SubscriptionElementCompletedArgs = {
|
1347
1876
|
element_type?: InputMaybe<ElementType>;
|
1348
|
-
pathway_id: Scalars['String'];
|
1877
|
+
pathway_id: Scalars['String']['input'];
|
1349
1878
|
};
|
1350
1879
|
export type SubscriptionElementCreatedArgs = {
|
1351
1880
|
element_type?: InputMaybe<ElementType>;
|
1352
|
-
pathway_id: Scalars['String'];
|
1881
|
+
pathway_id: Scalars['String']['input'];
|
1353
1882
|
};
|
1354
1883
|
export type SubscriptionElementUpdatedArgs = {
|
1355
1884
|
element_type?: InputMaybe<ElementType>;
|
1356
|
-
pathway_id: Scalars['String'];
|
1885
|
+
pathway_id: Scalars['String']['input'];
|
1357
1886
|
};
|
1358
1887
|
export type SubscriptionPathwayUpdatedArgs = {
|
1359
|
-
id: Scalars['ID'];
|
1888
|
+
id: Scalars['ID']['input'];
|
1360
1889
|
};
|
1361
1890
|
export type SubscriptionSessionActivityCompletedArgs = {
|
1362
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1891
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1363
1892
|
};
|
1364
1893
|
export type SubscriptionSessionActivityCreatedArgs = {
|
1365
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1894
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1895
|
+
};
|
1896
|
+
export type SubscriptionSessionActivityExpiredArgs = {
|
1897
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1366
1898
|
};
|
1367
1899
|
export type SubscriptionSessionActivityUpdatedArgs = {
|
1368
|
-
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']>;
|
1900
|
+
only_stakeholder_activities?: InputMaybe<Scalars['Boolean']['input']>;
|
1369
1901
|
};
|
1370
1902
|
export type SubscriptionWebhookCallCreatedArgs = {
|
1371
|
-
pathway_id: Scalars['String'];
|
1903
|
+
pathway_id: Scalars['String']['input'];
|
1372
1904
|
};
|
1373
1905
|
export type SubscriptionWebhookCallUpdatedArgs = {
|
1374
|
-
pathway_id: Scalars['String'];
|
1906
|
+
pathway_id: Scalars['String']['input'];
|
1375
1907
|
};
|
1376
1908
|
export type Swimlane = {
|
1377
1909
|
__typename?: 'Swimlane';
|
1378
|
-
id: Scalars['ID'];
|
1379
|
-
title: Scalars['String'];
|
1910
|
+
id: Scalars['ID']['output'];
|
1911
|
+
title: Scalars['String']['output'];
|
1380
1912
|
};
|
1381
1913
|
export type SwimlaneItem = {
|
1382
1914
|
__typename?: 'SwimlaneItem';
|
1383
1915
|
category: SwimlaneItemCategory;
|
1384
|
-
column_index: Scalars['Float'];
|
1385
|
-
date?: Maybe<Scalars['SafeDate']>;
|
1916
|
+
column_index: Scalars['Float']['output'];
|
1917
|
+
date?: Maybe<Scalars['SafeDate']['output']>;
|
1386
1918
|
documentation?: Maybe<FormattedText>;
|
1387
|
-
id: Scalars['ID'];
|
1388
|
-
info?: Maybe<Scalars['String']>;
|
1389
|
-
lane_id: Scalars['ID'];
|
1390
|
-
row_index: Scalars['Float'];
|
1391
|
-
title: Scalars['String'];
|
1392
|
-
track_id?: Maybe<Scalars['ID']>;
|
1919
|
+
id: Scalars['ID']['output'];
|
1920
|
+
info?: Maybe<Scalars['String']['output']>;
|
1921
|
+
lane_id: Scalars['ID']['output'];
|
1922
|
+
row_index: Scalars['Float']['output'];
|
1923
|
+
title: Scalars['String']['output'];
|
1924
|
+
track_id?: Maybe<Scalars['ID']['output']>;
|
1393
1925
|
type: SwimlaneItemType;
|
1394
1926
|
};
|
1395
1927
|
export declare enum SwimlaneItemCategory {
|
@@ -1409,9 +1941,9 @@ export declare enum SwimlaneItemType {
|
|
1409
1941
|
}
|
1410
1942
|
export type SwimlaneLink = {
|
1411
1943
|
__typename?: 'SwimlaneLink';
|
1412
|
-
destination_id: Scalars['ID'];
|
1413
|
-
id: Scalars['ID'];
|
1414
|
-
origin_id: Scalars['ID'];
|
1944
|
+
destination_id: Scalars['ID']['output'];
|
1945
|
+
id: Scalars['ID']['output'];
|
1946
|
+
origin_id: Scalars['ID']['output'];
|
1415
1947
|
};
|
1416
1948
|
export type Swimlanes = {
|
1417
1949
|
__typename?: 'Swimlanes';
|
@@ -1421,79 +1953,100 @@ export type Swimlanes = {
|
|
1421
1953
|
};
|
1422
1954
|
export type Tenant = {
|
1423
1955
|
__typename?: 'Tenant';
|
1424
|
-
accent_color: Scalars['String'];
|
1425
|
-
hosted_page_title: Scalars['String'];
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1956
|
+
accent_color: Scalars['String']['output'];
|
1957
|
+
hosted_page_title: Scalars['String']['output'];
|
1958
|
+
identifier_systems?: Maybe<Array<IdentifierSystem>>;
|
1959
|
+
is_default: Scalars['Boolean']['output'];
|
1960
|
+
logo_path: Scalars['String']['output'];
|
1961
|
+
name: Scalars['String']['output'];
|
1429
1962
|
};
|
1430
1963
|
export type TextFilter = {
|
1431
|
-
contains?: InputMaybe<Scalars['String']>;
|
1432
|
-
eq?: InputMaybe<Scalars['String']>;
|
1964
|
+
contains?: InputMaybe<Scalars['String']['input']>;
|
1965
|
+
eq?: InputMaybe<Scalars['String']['input']>;
|
1433
1966
|
};
|
1434
1967
|
export type TextFilterContains = {
|
1435
|
-
contains?: InputMaybe<Scalars['String']>;
|
1968
|
+
contains?: InputMaybe<Scalars['String']['input']>;
|
1436
1969
|
};
|
1437
1970
|
export type TextFilterEquals = {
|
1438
|
-
eq?: InputMaybe<Scalars['String']>;
|
1971
|
+
eq?: InputMaybe<Scalars['String']['input']>;
|
1439
1972
|
};
|
1440
1973
|
export type Track = {
|
1441
1974
|
__typename?: 'Track';
|
1442
|
-
|
1443
|
-
|
1975
|
+
/** Whether the track can be triggered manually (i.e. via addTrack or scheduleTrack mutations) */
|
1976
|
+
can_trigger_manually?: Maybe<Scalars['Boolean']['output']>;
|
1977
|
+
/** The definition ID of the Track, can be used for adding or scheduling */
|
1978
|
+
id: Scalars['ID']['output'];
|
1979
|
+
release_id?: Maybe<Scalars['String']['output']>;
|
1980
|
+
title: Scalars['String']['output'];
|
1981
|
+
};
|
1982
|
+
export type TracksPayload = Payload & {
|
1983
|
+
__typename?: 'TracksPayload';
|
1984
|
+
code: Scalars['String']['output'];
|
1985
|
+
success: Scalars['Boolean']['output'];
|
1986
|
+
tracks: Array<Track>;
|
1444
1987
|
};
|
1445
1988
|
export type TranslatedText = {
|
1446
1989
|
__typename?: 'TranslatedText';
|
1447
|
-
en?: Maybe<Scalars['String']>;
|
1990
|
+
en?: Maybe<Scalars['String']['output']>;
|
1448
1991
|
};
|
1449
1992
|
export type UpdateBaselineInfoInput = {
|
1450
1993
|
baseline_info: Array<BaselineInfoInput>;
|
1451
|
-
pathway_id: Scalars['String'];
|
1994
|
+
pathway_id: Scalars['String']['input'];
|
1995
|
+
};
|
1996
|
+
export type UpdatePatientDemographicsQueryInput = {
|
1997
|
+
/** Index from the array returned from the PDQ response, which was used to create the patient */
|
1998
|
+
created_patient_entry_index: Scalars['Float']['input'];
|
1999
|
+
/** Patient ID of the created patient in Awell */
|
2000
|
+
created_patient_id: Scalars['String']['input'];
|
2001
|
+
query_id: Scalars['String']['input'];
|
2002
|
+
};
|
2003
|
+
export type UpdatePatientDemographicsQueryPayload = Payload & {
|
2004
|
+
__typename?: 'UpdatePatientDemographicsQueryPayload';
|
2005
|
+
code: Scalars['String']['output'];
|
2006
|
+
created_patient_entry_index: Scalars['Float']['output'];
|
2007
|
+
created_patient_id: Scalars['String']['output'];
|
2008
|
+
success: Scalars['Boolean']['output'];
|
1452
2009
|
};
|
1453
2010
|
export type UpdatePatientInput = {
|
1454
|
-
patient_id: Scalars['String'];
|
2011
|
+
patient_id: Scalars['String']['input'];
|
1455
2012
|
profile: PatientProfileInput;
|
1456
2013
|
};
|
1457
2014
|
export type UpdatePatientLanguageInput = {
|
1458
|
-
|
2015
|
+
/** ISO 639-1 shortcode */
|
2016
|
+
preferred_language: Scalars['String']['input'];
|
1459
2017
|
};
|
1460
2018
|
export type UpdatePatientLanguagePayload = Payload & {
|
1461
2019
|
__typename?: 'UpdatePatientLanguagePayload';
|
1462
|
-
code: Scalars['String'];
|
1463
|
-
success: Scalars['Boolean'];
|
2020
|
+
code: Scalars['String']['output'];
|
2021
|
+
success: Scalars['Boolean']['output'];
|
1464
2022
|
user?: Maybe<User>;
|
1465
2023
|
};
|
1466
2024
|
export type UpdatePatientPayload = Payload & {
|
1467
2025
|
__typename?: 'UpdatePatientPayload';
|
1468
|
-
code: Scalars['String'];
|
2026
|
+
code: Scalars['String']['output'];
|
1469
2027
|
patient?: Maybe<User>;
|
1470
|
-
success: Scalars['Boolean'];
|
2028
|
+
success: Scalars['Boolean']['output'];
|
1471
2029
|
};
|
1472
2030
|
export type User = {
|
1473
2031
|
__typename?: 'User';
|
1474
|
-
id: Scalars['ID'];
|
2032
|
+
id: Scalars['ID']['output'];
|
1475
2033
|
profile?: Maybe<UserProfile>;
|
1476
|
-
|
1477
|
-
};
|
1478
|
-
export type UserPayload = Payload & {
|
1479
|
-
__typename?: 'UserPayload';
|
1480
|
-
code: Scalars['String'];
|
1481
|
-
success: Scalars['Boolean'];
|
1482
|
-
user: User;
|
2034
|
+
tenant_id: Scalars['String']['output'];
|
1483
2035
|
};
|
1484
2036
|
export type UserProfile = {
|
1485
2037
|
__typename?: 'UserProfile';
|
1486
2038
|
address?: Maybe<Address>;
|
1487
|
-
birth_date?: Maybe<Scalars['String']>;
|
1488
|
-
email?: Maybe<Scalars['String']>;
|
1489
|
-
first_name?: Maybe<Scalars['String']>;
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
2039
|
+
birth_date?: Maybe<Scalars['String']['output']>;
|
2040
|
+
email?: Maybe<Scalars['String']['output']>;
|
2041
|
+
first_name?: Maybe<Scalars['String']['output']>;
|
2042
|
+
identifier?: Maybe<Array<Identifier>>;
|
2043
|
+
last_name?: Maybe<Scalars['String']['output']>;
|
2044
|
+
mobile_phone?: Maybe<Scalars['String']['output']>;
|
2045
|
+
name?: Maybe<Scalars['String']['output']>;
|
2046
|
+
national_registry_number?: Maybe<Scalars['String']['output']>;
|
2047
|
+
patient_code?: Maybe<Scalars['String']['output']>;
|
2048
|
+
phone?: Maybe<Scalars['String']['output']>;
|
2049
|
+
preferred_language?: Maybe<Scalars['String']['output']>;
|
1497
2050
|
/** Sex code as defined by ISO standard IEC_5218, 0 - NOT_KNOWN, 1 - MALE, 2 - FEMALE */
|
1498
2051
|
sex?: Maybe<Sex>;
|
1499
2052
|
};
|
@@ -1508,60 +2061,48 @@ export declare enum UserQuestionType {
|
|
1508
2061
|
ShortText = "SHORT_TEXT",
|
1509
2062
|
Signature = "SIGNATURE",
|
1510
2063
|
Slider = "SLIDER",
|
2064
|
+
Telephone = "TELEPHONE",
|
1511
2065
|
YesNo = "YES_NO"
|
1512
2066
|
}
|
1513
2067
|
export type WebhookCall = {
|
1514
2068
|
__typename?: 'WebhookCall';
|
1515
|
-
created_at: Scalars['String'];
|
1516
|
-
event_type: Scalars['String'];
|
1517
|
-
id: Scalars['ID'];
|
2069
|
+
created_at: Scalars['String']['output'];
|
2070
|
+
event_type: Scalars['String']['output'];
|
2071
|
+
id: Scalars['ID']['output'];
|
1518
2072
|
pathway?: Maybe<ApiPathwayContext>;
|
1519
2073
|
request: WebhookCallRequest;
|
1520
2074
|
responses: Array<WebhookCallResponse>;
|
1521
|
-
status: Scalars['String'];
|
1522
|
-
webhook_id: Scalars['String'];
|
1523
|
-
webhook_name: Scalars['String'];
|
2075
|
+
status: Scalars['String']['output'];
|
2076
|
+
webhook_id: Scalars['String']['output'];
|
2077
|
+
webhook_name: Scalars['String']['output'];
|
1524
2078
|
};
|
1525
2079
|
export type WebhookCallHeader = {
|
1526
2080
|
__typename?: 'WebhookCallHeader';
|
1527
|
-
key: Scalars['String'];
|
1528
|
-
value: Scalars['String'];
|
2081
|
+
key: Scalars['String']['output'];
|
2082
|
+
value: Scalars['String']['output'];
|
1529
2083
|
};
|
1530
2084
|
export type WebhookCallPayload = Payload & {
|
1531
2085
|
__typename?: 'WebhookCallPayload';
|
1532
|
-
code: Scalars['String'];
|
1533
|
-
success: Scalars['Boolean'];
|
2086
|
+
code: Scalars['String']['output'];
|
2087
|
+
success: Scalars['Boolean']['output'];
|
1534
2088
|
webhook_call: WebhookCall;
|
1535
2089
|
};
|
1536
2090
|
export type WebhookCallRequest = {
|
1537
2091
|
__typename?: 'WebhookCallRequest';
|
1538
|
-
body: Scalars['String'];
|
1539
|
-
endpoint: Scalars['String'];
|
2092
|
+
body: Scalars['String']['output'];
|
2093
|
+
endpoint: Scalars['String']['output'];
|
1540
2094
|
headers: Array<WebhookCallHeader>;
|
1541
|
-
method: Scalars['String'];
|
2095
|
+
method: Scalars['String']['output'];
|
1542
2096
|
};
|
1543
2097
|
export type WebhookCallResponse = {
|
1544
2098
|
__typename?: 'WebhookCallResponse';
|
1545
|
-
body: Scalars['String'];
|
1546
|
-
date: Scalars['String'];
|
1547
|
-
status: Scalars['Float'];
|
2099
|
+
body: Scalars['String']['output'];
|
2100
|
+
date: Scalars['String']['output'];
|
2101
|
+
status: Scalars['Float']['output'];
|
1548
2102
|
};
|
1549
2103
|
export type WebhookCallsPayload = Payload & {
|
1550
2104
|
__typename?: 'WebhookCallsPayload';
|
1551
|
-
code: Scalars['String'];
|
1552
|
-
success: Scalars['Boolean'];
|
2105
|
+
code: Scalars['String']['output'];
|
2106
|
+
success: Scalars['Boolean']['output'];
|
1553
2107
|
webhook_calls: Array<WebhookCall>;
|
1554
2108
|
};
|
1555
|
-
export type StartPathwayMutationVariables = Exact<{
|
1556
|
-
input: StartPathwayInput;
|
1557
|
-
}>;
|
1558
|
-
export type StartPathwayMutation = {
|
1559
|
-
__typename?: 'Mutation';
|
1560
|
-
startPathway: {
|
1561
|
-
__typename?: 'StartPathwayPayload';
|
1562
|
-
pathway_id: string;
|
1563
|
-
};
|
1564
|
-
};
|
1565
|
-
export declare const StartPathwayDocument: DocumentNode<StartPathwayMutation, Exact<{
|
1566
|
-
input: StartPathwayInput;
|
1567
|
-
}>>;
|