@ailaw/venus 1.237.0 → 1.239.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +2 -0
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -576,6 +576,7 @@ const queryAllCaseTemplates = gql`
576
576
  id
577
577
  isSmart
578
578
  templateName
579
+ displayName
579
580
  isCompanyRelated
580
581
  isIndividualRelated
581
582
  keywords
@@ -585,6 +586,7 @@ const queryAllCaseTemplates = gql`
585
586
  id
586
587
  isSmart
587
588
  templateName
589
+ displayName
588
590
  isCompanyRelated
589
591
  isIndividualRelated
590
592
  keywords
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.237.0",
3
+ "version": "1.239.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],