@inceptionbg/iui 1.0.157 → 1.0.158
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 +18 -38
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -941,25 +941,18 @@ declare const i18nCommonLatin: {
|
|
|
941
941
|
ForeignPartner: string;
|
|
942
942
|
ForeignPartners: string;
|
|
943
943
|
BusinessId: string;
|
|
944
|
-
|
|
945
|
-
|
|
944
|
+
BusinessActivity: string;
|
|
945
|
+
Country: string;
|
|
946
|
+
Town: string;
|
|
947
|
+
PostalCode: string;
|
|
948
|
+
Address: string;
|
|
949
|
+
Street: string;
|
|
950
|
+
HouseNumber: string;
|
|
951
|
+
PhoneNumber: string;
|
|
952
|
+
Website: string;
|
|
946
953
|
AddressBook: string;
|
|
947
954
|
Contacts: string;
|
|
948
|
-
DeleteContactPersonConfirmation: string;
|
|
949
|
-
DeleteContactPersonTitle: string;
|
|
950
|
-
DeletePartnerNoteConfirmation: string;
|
|
951
|
-
DeletePartnerNoteTitle: string;
|
|
952
955
|
EmailAddress: string;
|
|
953
|
-
FetchFromNbs: string;
|
|
954
|
-
GetDataFromNbs: string;
|
|
955
|
-
Invoices: string;
|
|
956
|
-
Documents: string;
|
|
957
|
-
Factoring: string;
|
|
958
|
-
ePismonosa: string;
|
|
959
|
-
SEF: string;
|
|
960
|
-
Approval: string;
|
|
961
|
-
ApprovalStatus: string;
|
|
962
|
-
ShowOnInvoice: string;
|
|
963
956
|
Bank: string;
|
|
964
957
|
BankAccount: string;
|
|
965
958
|
BankAccounts: string;
|
|
@@ -973,15 +966,12 @@ declare const i18nCommonLatin: {
|
|
|
973
966
|
Deadline: string;
|
|
974
967
|
Condition: string;
|
|
975
968
|
LastStep: string;
|
|
976
|
-
Address: string;
|
|
977
969
|
BestPaidBefore: string;
|
|
978
|
-
BusinessActivity: string;
|
|
979
970
|
CaseNumber: string;
|
|
980
971
|
Category: string;
|
|
981
972
|
ChangeDate: string;
|
|
982
973
|
ConclusionDate: string;
|
|
983
974
|
ContractDate: string;
|
|
984
|
-
Country: string;
|
|
985
975
|
CreatedAt: string;
|
|
986
976
|
CreatedBy: string;
|
|
987
977
|
CreatedTime: string;
|
|
@@ -1025,7 +1015,6 @@ declare const i18nCommonLatin: {
|
|
|
1025
1015
|
PlaceOfResidence: string;
|
|
1026
1016
|
PlannedPaymentDate: string;
|
|
1027
1017
|
Position: string;
|
|
1028
|
-
PostalCode: string;
|
|
1029
1018
|
PrimaryContact: string;
|
|
1030
1019
|
ReceiveDate: string;
|
|
1031
1020
|
Receiver: string;
|
|
@@ -1040,17 +1029,14 @@ declare const i18nCommonLatin: {
|
|
|
1040
1029
|
StatusPhase: string;
|
|
1041
1030
|
StepPhase: string;
|
|
1042
1031
|
StepPhases: string;
|
|
1043
|
-
Street: string;
|
|
1044
1032
|
Subject: string;
|
|
1045
1033
|
Supplier: string;
|
|
1046
1034
|
Time: string;
|
|
1047
|
-
Town: string;
|
|
1048
1035
|
TrafficDate: string;
|
|
1049
1036
|
UniqueNo: string;
|
|
1050
1037
|
UserStepDate: string;
|
|
1051
1038
|
Verified: string;
|
|
1052
1039
|
VoteNumber: string;
|
|
1053
|
-
Website: string;
|
|
1054
1040
|
AddIndexField: string;
|
|
1055
1041
|
Attachments: string;
|
|
1056
1042
|
CreationTime: string;
|
|
@@ -1320,6 +1306,15 @@ declare const i18nCommonCyrilic: {
|
|
|
1320
1306
|
ForeignPartner: string;
|
|
1321
1307
|
ForeignPartners: string;
|
|
1322
1308
|
BusinessId: string;
|
|
1309
|
+
BusinessActivity: string;
|
|
1310
|
+
Country: string;
|
|
1311
|
+
Town: string;
|
|
1312
|
+
PostalCode: string;
|
|
1313
|
+
Address: string;
|
|
1314
|
+
Street: string;
|
|
1315
|
+
HouseNumber: string;
|
|
1316
|
+
PhoneNumber: string;
|
|
1317
|
+
Website: string;
|
|
1323
1318
|
AddLegalEntity: string;
|
|
1324
1319
|
AddPartner: string;
|
|
1325
1320
|
AddressBook: string;
|
|
@@ -1331,14 +1326,6 @@ declare const i18nCommonCyrilic: {
|
|
|
1331
1326
|
EmailAddress: string;
|
|
1332
1327
|
FetchFromNbs: string;
|
|
1333
1328
|
GetDataFromNbs: string;
|
|
1334
|
-
Invoices: string;
|
|
1335
|
-
Documents: string;
|
|
1336
|
-
Factoring: string;
|
|
1337
|
-
ePismonosa: string;
|
|
1338
|
-
SEF: string;
|
|
1339
|
-
Approval: string;
|
|
1340
|
-
ApprovalStatus: string;
|
|
1341
|
-
ShowOnInvoice: string;
|
|
1342
1329
|
Bank: string;
|
|
1343
1330
|
BankAccount: string;
|
|
1344
1331
|
BankAccounts: string;
|
|
@@ -1352,15 +1339,12 @@ declare const i18nCommonCyrilic: {
|
|
|
1352
1339
|
Deadline: string;
|
|
1353
1340
|
Condition: string;
|
|
1354
1341
|
LastStep: string;
|
|
1355
|
-
Address: string;
|
|
1356
1342
|
BestPaidBefore: string;
|
|
1357
|
-
BusinessActivity: string;
|
|
1358
1343
|
CaseNumber: string;
|
|
1359
1344
|
Category: string;
|
|
1360
1345
|
ChangeDate: string;
|
|
1361
1346
|
ConclusionDate: string;
|
|
1362
1347
|
ContractDate: string;
|
|
1363
|
-
Country: string;
|
|
1364
1348
|
CreatedAt: string;
|
|
1365
1349
|
CreatedBy: string;
|
|
1366
1350
|
CreatedTime: string;
|
|
@@ -1404,7 +1388,6 @@ declare const i18nCommonCyrilic: {
|
|
|
1404
1388
|
PlaceOfResidence: string;
|
|
1405
1389
|
PlannedPaymentDate: string;
|
|
1406
1390
|
Position: string;
|
|
1407
|
-
PostalCode: string;
|
|
1408
1391
|
PrimaryContact: string;
|
|
1409
1392
|
ReceiveDate: string;
|
|
1410
1393
|
Receiver: string;
|
|
@@ -1419,17 +1402,14 @@ declare const i18nCommonCyrilic: {
|
|
|
1419
1402
|
StatusPhase: string;
|
|
1420
1403
|
StepPhase: string;
|
|
1421
1404
|
StepPhases: string;
|
|
1422
|
-
Street: string;
|
|
1423
1405
|
Subject: string;
|
|
1424
1406
|
Supplier: string;
|
|
1425
1407
|
Time: string;
|
|
1426
|
-
Town: string;
|
|
1427
1408
|
TrafficDate: string;
|
|
1428
1409
|
UniqueNo: string;
|
|
1429
1410
|
UserStepDate: string;
|
|
1430
1411
|
Verified: string;
|
|
1431
1412
|
VoteNumber: string;
|
|
1432
|
-
Website: string;
|
|
1433
1413
|
AddIndexField: string;
|
|
1434
1414
|
Attachments: string;
|
|
1435
1415
|
CreationTime: string;
|