@awell-health/awell-extensions 2.0.64 → 2.0.65

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. package/dist/extensions/healthie/actions/index.d.ts +24 -0
  2. package/dist/extensions/healthie/actions/index.js +2 -0
  3. package/dist/extensions/healthie/actions/index.js.map +1 -1
  4. package/dist/extensions/healthie/actions/lockFormAnswer/config/datapoints.d.ts +1 -0
  5. package/dist/extensions/healthie/actions/lockFormAnswer/config/datapoints.js +5 -0
  6. package/dist/extensions/healthie/actions/lockFormAnswer/config/datapoints.js.map +1 -0
  7. package/dist/extensions/healthie/actions/lockFormAnswer/config/fields.d.ts +18 -0
  8. package/dist/extensions/healthie/actions/lockFormAnswer/config/fields.js +21 -0
  9. package/dist/extensions/healthie/actions/lockFormAnswer/config/fields.js.map +1 -0
  10. package/dist/extensions/healthie/actions/lockFormAnswer/config/index.d.ts +2 -0
  11. package/dist/extensions/healthie/actions/lockFormAnswer/config/index.js +9 -0
  12. package/dist/extensions/healthie/actions/lockFormAnswer/config/index.js.map +1 -0
  13. package/dist/extensions/healthie/actions/lockFormAnswer/index.d.ts +1 -0
  14. package/dist/extensions/healthie/actions/lockFormAnswer/index.js +6 -0
  15. package/dist/extensions/healthie/actions/lockFormAnswer/index.js.map +1 -0
  16. package/dist/extensions/healthie/actions/lockFormAnswer/lockFormAnswerGroup.d.ts +4 -0
  17. package/dist/extensions/healthie/actions/lockFormAnswer/lockFormAnswerGroup.js +35 -0
  18. package/dist/extensions/healthie/actions/lockFormAnswer/lockFormAnswerGroup.js.map +1 -0
  19. package/dist/extensions/healthie/lib/sdk/genql/generated/schema.d.ts +931 -26
  20. package/dist/extensions/healthie/lib/sdk/genql/generated/schema.js +141 -14
  21. package/dist/extensions/healthie/lib/sdk/genql/generated/schema.js.map +1 -1
  22. package/dist/extensions/healthie/lib/sdk/genql/generated/types.d.ts +295 -4
  23. package/dist/extensions/healthie/lib/sdk/genql/generated/types.js +10271 -9543
  24. package/dist/extensions/healthie/lib/sdk/genql/generated/types.js.map +1 -1
  25. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/awell-extensions",
3
- "version": "2.0.64",
3
+ "version": "2.0.65",
4
4
  "packageManager": "yarn@3.4.1",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": {