ntk-cms-api 1.2.35 → 1.2.36

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.
@@ -697,6 +697,12 @@
697
697
  EnumInputDataType[EnumInputDataType["TextArea"] = 5] = "TextArea";
698
698
  })(exports.EnumInputDataType || (exports.EnumInputDataType = {}));
699
699
 
700
+ (function (DateTypeEnum) {
701
+ DateTypeEnum[DateTypeEnum["Shamsi"] = 0] = "Shamsi";
702
+ DateTypeEnum[DateTypeEnum["Miladi"] = 1] = "Miladi";
703
+ DateTypeEnum[DateTypeEnum["Ghamari"] = 3] = "Ghamari";
704
+ })(exports.DateTypeEnum || (exports.DateTypeEnum = {}));
705
+
700
706
  (function (EnumApiReceiveMethod) {
701
707
  EnumApiReceiveMethod[EnumApiReceiveMethod["none"] = 0] = "none";
702
708
  EnumApiReceiveMethod[EnumApiReceiveMethod["Post"] = 1] = "Post";