Skip to content

Commit

Permalink
feat: pass pathway id to the form query in awell sdk
Browse files Browse the repository at this point in the history
- this allows for form and question metadata to use constants
  • Loading branch information
ebomcke-awell committed Nov 26, 2024
1 parent 05e596d commit 07f560f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@awell-health/awell-sdk": "^0.1.17",
"@awell-health/awell-sdk": "^0.1.18",
"@awell-health/extensions-core": "1.0.8",
"@dropbox/sign": "^1.1.3",
"@genql/cli": "^6.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export const getLatestFormInCurrentStep: GetLatestFormInCurrentStepType =
form: {
__args: {
id: formActivity.object.id,
pathway_id: pathwayId,
},
form: {
__scalar: true,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@awell-health/awell-extensions@workspace:."
dependencies:
"@awell-health/awell-sdk": ^0.1.17
"@awell-health/awell-sdk": ^0.1.18
"@awell-health/extensions-core": 1.0.8
"@dropbox/sign": ^1.1.3
"@faker-js/faker": ^8.0.2
Expand Down Expand Up @@ -154,16 +154,16 @@ __metadata:
languageName: unknown
linkType: soft

"@awell-health/awell-sdk@npm:^0.1.17":
version: 0.1.17
resolution: "@awell-health/awell-sdk@npm:0.1.17"
"@awell-health/awell-sdk@npm:^0.1.18":
version: 0.1.18
resolution: "@awell-health/awell-sdk@npm:0.1.18"
dependencies:
"@genql/cli": ^6.3.3
"@medplum/fhirtypes": ^3.1.8
crypto: ^1.0.1
date-fns: ^4.1.0
lodash: ^4.17.21
checksum: 23cd0025751165b1d8a5037e25964c658de9fe717ce534e58fcbf48932eb082f9bac6640c4534b9e3b166e3ca925410692a04e0ac9c5415e64186ecdea522019
checksum: 524ea993dd0605aed502c4ebc0cd6caf63f08d63be810d30e5dc0cf4b3357c9c9449742c9936db5dda49743281792a87cf6d7d5930d8644b5878bd587f07d744
languageName: node
linkType: hard

Expand Down

0 comments on commit 07f560f

Please sign in to comment.