@bizdoc/core 2.1.5 → 2.1.7

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.
@@ -772,6 +772,8 @@ export declare const STRINGS: {
772
772
  To: string;
773
773
  Users: string;
774
774
  Associate: string;
775
+ AssociateFemale: string;
776
+ AssociateMale: string;
775
777
  Active: string;
776
778
  MyStateChange: string;
777
779
  AnyStateChange: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",