@inceptionbg/main 2.0.210 → 2.0.212
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 +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1504,6 +1504,7 @@ declare const i18nMainLatin: {
|
|
|
1504
1504
|
DASHBOARD: string;
|
|
1505
1505
|
ERP_FIXED_ASSETS: string;
|
|
1506
1506
|
VEOSP: string;
|
|
1507
|
+
DISPATCH_ADVICE: string;
|
|
1507
1508
|
Basic: string;
|
|
1508
1509
|
BasicData: string;
|
|
1509
1510
|
SendHistory: string;
|
|
@@ -1718,6 +1719,7 @@ declare const i18nMainLatin: {
|
|
|
1718
1719
|
BusinessYearPage: string;
|
|
1719
1720
|
BusinessYearInfoTitle: string;
|
|
1720
1721
|
BusinessYearInfoDesc: string;
|
|
1722
|
+
Open: string;
|
|
1721
1723
|
HomePage: string;
|
|
1722
1724
|
LastArticles: string;
|
|
1723
1725
|
ArticleCreationTime: string;
|
|
@@ -1966,6 +1968,7 @@ declare const i18nMainCyrilic: {
|
|
|
1966
1968
|
Year: string;
|
|
1967
1969
|
BusinessYearInfoTitle: string;
|
|
1968
1970
|
BusinessYearInfoDesc: string;
|
|
1971
|
+
Open: string;
|
|
1969
1972
|
HomePage: string;
|
|
1970
1973
|
LastArticles: string;
|
|
1971
1974
|
ArticleCreationTime: string;
|
|
@@ -2206,6 +2209,7 @@ declare const i18nMainME_Latin: {
|
|
|
2206
2209
|
BusinessYearPage: string;
|
|
2207
2210
|
BusinessYearInfoTitle: string;
|
|
2208
2211
|
BusinessYearInfoDesc: string;
|
|
2212
|
+
Open: string;
|
|
2209
2213
|
HomePage: string;
|
|
2210
2214
|
};
|
|
2211
2215
|
|