@aitmed/aitmed-document-template 1.35.0 → 1.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  declare enum aitmedTemplateRole {
2
2
  provider = "provider",
3
- patient = "patient"
3
+ patient = "patient",
4
+ attorney = "attorney"
4
5
  }
5
6
  export default aitmedTemplateRole;
@@ -1,5 +1,6 @@
1
1
  declare enum aitmedTemplateType {
2
2
  "Provider Note" = "provider",
3
- "Patient Form" = "patient"
3
+ "Patient Form" = "patient",
4
+ "Attorney Note" = "attorney"
4
5
  }
5
6
  export default aitmedTemplateType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aitmed/aitmed-document-template",
3
- "version": "1.35.0",
3
+ "version": "1.38.0",
4
4
  "main": "./dist/my-component-library.umd.js",
5
5
  "module": "./dist/my-component-library.es.js",
6
6
  "types": "./dist/index.d.ts",