@inceptionbg/main 2.0.138 → 2.0.139

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/dist/index.d.ts CHANGED
@@ -1662,6 +1662,18 @@ declare const i18nMainLatin: {
1662
1662
  SendStatusSIGNED: string;
1663
1663
  SendStatusSTORNO: string;
1664
1664
  SendStatusUNRESOLVED: string;
1665
+ Month1: string;
1666
+ Month2: string;
1667
+ Month3: string;
1668
+ Month4: string;
1669
+ Month5: string;
1670
+ Month6: string;
1671
+ Month7: string;
1672
+ Month8: string;
1673
+ Month9: string;
1674
+ Month10: string;
1675
+ Month11: string;
1676
+ Month12: string;
1665
1677
  HomePage: string;
1666
1678
  };
1667
1679
  declare const i18nMainCyrilic: {
@@ -1855,6 +1867,18 @@ declare const i18nMainCyrilic: {
1855
1867
  SendStatusSIGNED: string;
1856
1868
  SendStatusSTORNO: string;
1857
1869
  SendStatusUNRESOLVED: string;
1870
+ Month1: string;
1871
+ Month2: string;
1872
+ Month3: string;
1873
+ Month4: string;
1874
+ Month5: string;
1875
+ Month6: string;
1876
+ Month7: string;
1877
+ Month8: string;
1878
+ Month9: string;
1879
+ Month10: string;
1880
+ Month11: string;
1881
+ Month12: string;
1858
1882
  HomePage: string;
1859
1883
  };
1860
1884