@bizdoc/core 3.7.0 → 3.7.2
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.
- package/assets/bizdoc-schema.json +2 -1
- package/assets/themes/default.min.css +1 -1
- package/fesm2022/bizdoc-core.mjs +55 -114
- package/fesm2022/bizdoc-core.mjs.map +1 -1
- package/index.d.ts +22 -16
- package/package.json +1 -1
@@ -667,7 +667,8 @@
|
|
667
667
|
"Name": {
|
668
668
|
"type": "string",
|
669
669
|
"pattern": "^[A-Za-z]\\w*$",
|
670
|
-
"enum": [ "number", "subject", "value", "owner", "sender", "received", "receivedAgo",
|
670
|
+
"enum": [ "number", "subject", "value", "owner", "sender", "received", "receivedAgo",
|
671
|
+
"replied", "repliedAgo", "state", "issued", "issuedAgo" ]
|
671
672
|
},
|
672
673
|
"Title": {
|
673
674
|
"type": "string"
|