@inceptionbg/main 2.0.171 → 2.0.173

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.
Files changed (132) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/index.js.map +1 -1
  3. package/dist/tempTypes/assets/icons/duotone/faBell.d.ts +2 -0
  4. package/dist/tempTypes/assets/icons/duotone/faBoxArchive.d.ts +2 -0
  5. package/dist/tempTypes/assets/icons/duotone/faCabinetFiling.d.ts +2 -0
  6. package/dist/tempTypes/assets/icons/duotone/faCashRegister.d.ts +2 -0
  7. package/dist/tempTypes/assets/icons/duotone/faDisplayChartUpCircleDollar.d.ts +2 -0
  8. package/dist/tempTypes/assets/icons/duotone/faEnvelope.d.ts +2 -0
  9. package/dist/tempTypes/assets/icons/duotone/faFileContract.d.ts +2 -0
  10. package/dist/tempTypes/assets/icons/duotone/faFileInvoice.d.ts +2 -0
  11. package/dist/tempTypes/assets/icons/duotone/faFilePen.d.ts +2 -0
  12. package/dist/tempTypes/assets/icons/duotone/faGear.d.ts +2 -0
  13. package/dist/tempTypes/assets/icons/duotone/faGridHorizontal.d.ts +2 -0
  14. package/dist/tempTypes/assets/icons/duotone/faHandsHoldingHeart.d.ts +2 -0
  15. package/dist/tempTypes/assets/icons/duotone/faList.d.ts +2 -0
  16. package/dist/tempTypes/assets/icons/duotone/faListCheck.d.ts +2 -0
  17. package/dist/tempTypes/assets/icons/duotone/faPlusCircle.d.ts +2 -0
  18. package/dist/tempTypes/assets/icons/duotone/faScreencast.d.ts +2 -0
  19. package/dist/tempTypes/assets/icons/duotone/faShelves.d.ts +2 -0
  20. package/dist/tempTypes/assets/icons/duotone/faSignature.d.ts +2 -0
  21. package/dist/tempTypes/assets/icons/duotone/faWarehouse.d.ts +2 -0
  22. package/dist/tempTypes/assets/icons/duotone/faWarehouseFull.d.ts +2 -0
  23. package/dist/tempTypes/assets/icons/light/faAngleDown.d.ts +2 -0
  24. package/dist/tempTypes/assets/icons/light/faArrowRightFromBracket.d.ts +2 -0
  25. package/dist/tempTypes/assets/icons/light/faBell.d.ts +2 -0
  26. package/dist/tempTypes/assets/icons/light/faBriefcase.d.ts +2 -0
  27. package/dist/tempTypes/assets/icons/light/faBusinessPlus.d.ts +2 -0
  28. package/dist/tempTypes/assets/icons/light/faCalendarDays.d.ts +2 -0
  29. package/dist/tempTypes/assets/icons/light/faCircleUser.d.ts +2 -0
  30. package/dist/tempTypes/assets/icons/light/faEnvelope.d.ts +2 -0
  31. package/dist/tempTypes/assets/icons/light/faMagnifyingGlass.d.ts +2 -0
  32. package/dist/tempTypes/assets/icons/light/faTrashCan.d.ts +2 -0
  33. package/dist/tempTypes/assets/icons/light/faUserGear.d.ts +2 -0
  34. package/dist/tempTypes/assets/icons/regular/faAngleLeft.d.ts +2 -0
  35. package/dist/tempTypes/assets/icons/regular/faAngleRight.d.ts +2 -0
  36. package/dist/tempTypes/assets/icons/regular/faMagnifyingGlassMinus.d.ts +2 -0
  37. package/dist/tempTypes/assets/icons/regular/faMagnifyingGlassPlus.d.ts +2 -0
  38. package/dist/tempTypes/assets/icons/regular/faQrcode.d.ts +2 -0
  39. package/dist/tempTypes/assets/icons/solid/faAngleLeft.d.ts +2 -0
  40. package/dist/tempTypes/assets/icons/solid/faArrowRight.d.ts +2 -0
  41. package/dist/tempTypes/assets/icons/solid/faCaretDown.d.ts +2 -0
  42. package/dist/tempTypes/assets/icons/solid/faCheck.d.ts +2 -0
  43. package/dist/tempTypes/assets/icons/solid/faEnvelopeDot.d.ts +2 -0
  44. package/dist/tempTypes/assets/icons/solid/faPlus.d.ts +2 -0
  45. package/dist/tempTypes/assets/icons/solid/faXmark.d.ts +2 -0
  46. package/dist/tempTypes/auth/Auth.d.ts +55 -0
  47. package/dist/tempTypes/auth/AuthUtils.d.ts +4 -0
  48. package/dist/tempTypes/auth/AxiosTokenHandler.d.ts +6 -0
  49. package/dist/tempTypes/components/BusinessYear/BusinessYearChooser.d.ts +2 -0
  50. package/dist/tempTypes/components/BusinessYear/BusinessYearPage.d.ts +3 -0
  51. package/dist/tempTypes/components/Dialogs/DeleteItemDialog.d.ts +13 -0
  52. package/dist/tempTypes/components/Dialogs/DeleteItemsDialog.d.ts +15 -0
  53. package/dist/tempTypes/components/Header/Components/ModuleSelect.d.ts +6 -0
  54. package/dist/tempTypes/components/Header/Components/Notifications.d.ts +2 -0
  55. package/dist/tempTypes/components/Header/Components/UserMenu.d.ts +2 -0
  56. package/dist/tempTypes/components/Header/Header.d.ts +9 -0
  57. package/dist/tempTypes/components/IndexData/IndexDataSearch.d.ts +13 -0
  58. package/dist/tempTypes/components/IndexData/IndexDataSearchFields.d.ts +10 -0
  59. package/dist/tempTypes/components/Organizations/ChangeOrganizationDialog.d.ts +7 -0
  60. package/dist/tempTypes/components/Organizations/OrganizationInvitesDialog.d.ts +7 -0
  61. package/dist/tempTypes/components/ReactQuery/ReactQueryProvider.d.ts +6 -0
  62. package/dist/tempTypes/components/Router/Router.d.ts +10 -0
  63. package/dist/tempTypes/components/Sidebar/AddButton.d.ts +6 -0
  64. package/dist/tempTypes/components/Sidebar/Sidebar.d.ts +8 -0
  65. package/dist/tempTypes/components/Sidebar/SidebarItem.d.ts +3 -0
  66. package/dist/tempTypes/components/User/MyAccountDialog.d.ts +7 -0
  67. package/dist/tempTypes/components/User/components/ChangePassword.d.ts +7 -0
  68. package/dist/tempTypes/components/User/repo/useUserMutations.d.ts +9 -0
  69. package/dist/tempTypes/components/Wrappers/App/AppContent.d.ts +6 -0
  70. package/dist/tempTypes/components/Wrappers/App/AppWrapper.d.ts +7 -0
  71. package/dist/tempTypes/components/Wrappers/MainPageWrapper.d.ts +9 -0
  72. package/dist/tempTypes/context/BusinessYearContext.d.ts +12 -0
  73. package/dist/tempTypes/context/ErrorContext.d.ts +13 -0
  74. package/dist/tempTypes/context/UserOrgContext.d.ts +28 -0
  75. package/dist/tempTypes/hooks/useOrgInvites.d.ts +12 -0
  76. package/dist/tempTypes/index.d.ts +56 -0
  77. package/dist/tempTypes/pages/LoginPage.d.ts +3 -0
  78. package/dist/tempTypes/pages/NoAccessInfo.d.ts +8 -0
  79. package/dist/tempTypes/pages/NoMatchPage.d.ts +3 -0
  80. package/dist/tempTypes/pages/Roles/RolesWithPrivileges.d.ts +8 -0
  81. package/dist/tempTypes/pages/Roles/components/PrivilegesForm.d.ts +11 -0
  82. package/dist/tempTypes/pages/SelectOrg/SelectOrgPage.d.ts +3 -0
  83. package/dist/tempTypes/pages/SelectOrg/components/OrgInvites.d.ts +2 -0
  84. package/dist/tempTypes/repo/NotificationsRepository.d.ts +8 -0
  85. package/dist/tempTypes/repo/RoleRepo.d.ts +7 -0
  86. package/dist/tempTypes/types/App/Administration/IEmployee.d.ts +23 -0
  87. package/dist/tempTypes/types/App/Administration/IJob.d.ts +10 -0
  88. package/dist/tempTypes/types/App/Contracts/File/IContractFile.d.ts +30 -0
  89. package/dist/tempTypes/types/App/Contracts/IContract.d.ts +241 -0
  90. package/dist/tempTypes/types/App/Document/IApproval.d.ts +143 -0
  91. package/dist/tempTypes/types/App/Document/ICase.d.ts +48 -0
  92. package/dist/tempTypes/types/App/Document/IDocument.d.ts +219 -0
  93. package/dist/tempTypes/types/App/Document/IDocumentFile.d.ts +67 -0
  94. package/dist/tempTypes/types/App/Document/IDocumentSend.d.ts +128 -0
  95. package/dist/tempTypes/types/App/Document/IEmailDocument.d.ts +52 -0
  96. package/dist/tempTypes/types/App/Document/IIndexDataCodebook.d.ts +15 -0
  97. package/dist/tempTypes/types/App/Document/ISignatory.d.ts +34 -0
  98. package/dist/tempTypes/types/App/Document/IndexData.d.ts +60 -0
  99. package/dist/tempTypes/types/App/Document/Invoice/IAccount.d.ts +11 -0
  100. package/dist/tempTypes/types/App/Document/Invoice/IExpenseAllocation.d.ts +39 -0
  101. package/dist/tempTypes/types/App/Document/Invoice/IFactoring.d.ts +6 -0
  102. package/dist/tempTypes/types/App/Document/Invoice/IInvoice.d.ts +236 -0
  103. package/dist/tempTypes/types/App/Document/Invoice/IPayment.d.ts +40 -0
  104. package/dist/tempTypes/types/App/Document/Invoice/IProduct.d.ts +23 -0
  105. package/dist/tempTypes/types/App/Document/Invoice/ITaxAllocation.d.ts +37 -0
  106. package/dist/tempTypes/types/App/Document/Invoice/IVatIndicator.d.ts +14 -0
  107. package/dist/tempTypes/types/App/Document/Office/IOfficeDocument.d.ts +27 -0
  108. package/dist/tempTypes/types/App/Document/Shipment/IShipment.d.ts +25 -0
  109. package/dist/tempTypes/types/App/Partner/IAddress.d.ts +14 -0
  110. package/dist/tempTypes/types/App/Partner/IPartner.d.ts +98 -0
  111. package/dist/tempTypes/types/Auth/IEnv.d.ts +13 -0
  112. package/dist/tempTypes/types/Auth/IModule.d.ts +15 -0
  113. package/dist/tempTypes/types/Auth/IOrganization.d.ts +140 -0
  114. package/dist/tempTypes/types/Auth/IPrivileges.d.ts +2 -0
  115. package/dist/tempTypes/types/Auth/IRole.d.ts +25 -0
  116. package/dist/tempTypes/types/Auth/IRouter.d.ts +7 -0
  117. package/dist/tempTypes/types/Auth/IToken.d.ts +12 -0
  118. package/dist/tempTypes/types/Auth/IUser.d.ts +39 -0
  119. package/dist/tempTypes/types/IError.d.ts +5 -0
  120. package/dist/tempTypes/types/INotifications.d.ts +15 -0
  121. package/dist/tempTypes/types/IReactQuerry.d.ts +4 -0
  122. package/dist/tempTypes/types/IScan.d.ts +17 -0
  123. package/dist/tempTypes/types/ISidebar.d.ts +27 -0
  124. package/dist/tempTypes/types/ISubsystem.d.ts +2 -0
  125. package/dist/tempTypes/utils/EnvVars.d.ts +2 -0
  126. package/dist/tempTypes/utils/ImageUtils.d.ts +4 -0
  127. package/dist/tempTypes/utils/LoadOptions.d.ts +20 -0
  128. package/dist/tempTypes/utils/ModuleUtils.d.ts +3 -0
  129. package/dist/tempTypes/utils/i18nMain.d.ts +662 -0
  130. package/dist/types/global.d.ts +619 -601
  131. package/package.json +2 -2
  132. package/dist/index.d.ts +0 -2154
@@ -0,0 +1,662 @@
1
+ export declare const i18nMainLatin: {
2
+ ADMIN: string;
3
+ EARCHIVE: string;
4
+ ERDS: string;
5
+ EDMS: string;
6
+ EFORMS: string;
7
+ EINVOICE: string;
8
+ ESIGN: string;
9
+ EVALIDATION: string;
10
+ EPROCUREMENT: string;
11
+ EREGISTER: string;
12
+ ERP_RIF: string;
13
+ ERP_CASH_REGISTER: string;
14
+ ERP_MAT_ACC: string;
15
+ ERP_SMALL_INVENTORY: string;
16
+ ERP_WMS: string;
17
+ DASHBOARD: string;
18
+ Basic: string;
19
+ BasicData: string;
20
+ SendHistory: string;
21
+ AccordionView: string;
22
+ TabView: string;
23
+ FooterText: string;
24
+ PageNotFound: string;
25
+ Settings: string;
26
+ Roles: string;
27
+ Logout: string;
28
+ MyAccount: string;
29
+ SelectAccount: string;
30
+ SelectOrgDesc: string;
31
+ SessionExpired: string;
32
+ SessionExpiredInfo: string;
33
+ SetOrgAsDefault: string;
34
+ SignInWithDifferentAccount: string;
35
+ NoAccessTitle: string;
36
+ ReturnToHomepage: string;
37
+ ChangeOrganization: string;
38
+ OrganizationInvite: string;
39
+ RejectInvite: string;
40
+ AcceptInvite: string;
41
+ RedirectInvite: string;
42
+ RejectInviteDesc: string;
43
+ AcceptInviteDesc: string;
44
+ RedirectInviteDesc: string;
45
+ Sender: string;
46
+ YouHaveNewInvites: string;
47
+ Name: string;
48
+ FirstName: string;
49
+ LastName: string;
50
+ Email: string;
51
+ TaxId: string;
52
+ BusinessCode: string;
53
+ FullPhoneNumber: string;
54
+ LoggedUserOrganizations: string;
55
+ Organization: string;
56
+ Organizations: string;
57
+ OrganizationalUnit: string;
58
+ OrganizationalUnits: string;
59
+ OrganizationName: string;
60
+ Partner: string;
61
+ Partners: string;
62
+ PhysicalPerson: string;
63
+ PhysicalPersons: string;
64
+ LegalEntity: string;
65
+ LegalEntities: string;
66
+ ForeignPartner: string;
67
+ ForeignPartners: string;
68
+ BusinessId: string;
69
+ BusinessActivity: string;
70
+ Country: string;
71
+ Town: string;
72
+ PostalCode: string;
73
+ Address: string;
74
+ Street: string;
75
+ HouseNumber: string;
76
+ PhoneNumber: string;
77
+ Website: string;
78
+ AddressBook: string;
79
+ Contacts: string;
80
+ EmailAddress: string;
81
+ ShowOnInvoice: string;
82
+ User: string;
83
+ UserName: string;
84
+ UpdateUser: string;
85
+ ChangePassword: string;
86
+ OldPassword: string;
87
+ NewPassword: string;
88
+ RepeatNewPassword: string;
89
+ PasswordValidationInfo: string;
90
+ RepeatPasswordValidationInfo: string;
91
+ Bank: string;
92
+ BankAccount: string;
93
+ BankAccounts: string;
94
+ EditBankAccount: string;
95
+ AddBankAccount: string;
96
+ MainBankAccount: string;
97
+ IntermediaryBank: string;
98
+ Iban: string;
99
+ Category: string;
100
+ CreatedAt: string;
101
+ CreatedBy: string;
102
+ CreatedTime: string;
103
+ Currency: string;
104
+ Date: string;
105
+ DateOfReceipt: string;
106
+ Description: string;
107
+ IssueDate: string;
108
+ Issuer: string;
109
+ Receiver: string;
110
+ Jbkjs: string;
111
+ Municipality: string;
112
+ Note: string;
113
+ Notes: string;
114
+ Number: string;
115
+ OrderNumber: string;
116
+ UMCN: string;
117
+ Phone: string;
118
+ PlaceOfResidence: string;
119
+ Position: string;
120
+ PrimaryContact: string;
121
+ Status: string;
122
+ Subject: string;
123
+ Time: string;
124
+ AddIndexField: string;
125
+ UmcnValidation: string;
126
+ Attachments: string;
127
+ CreationTime: string;
128
+ DeleteFileDesc: string;
129
+ DeleteFileTitle: string;
130
+ DisplaySignatureOnDocument: string;
131
+ Download: string;
132
+ DownloadAll: string;
133
+ DownloadDocument: string;
134
+ Downloaded: string;
135
+ DownloadOriginalDocument: string;
136
+ DownloadSignedDocument: string;
137
+ DownloadValidationReport: string;
138
+ ElSignature: string;
139
+ ErrorUnsupportedFile: string;
140
+ FailedToLoadPDF: string;
141
+ FileName: string;
142
+ Files: string;
143
+ FileSendNotificationInfo: string;
144
+ FileType: string;
145
+ FileTypes: string;
146
+ LoadingPDF: string;
147
+ NotificationChannel: string;
148
+ OrJustDragAndDropFile: string;
149
+ UMCNDescription: string;
150
+ UMCNLong: string;
151
+ ScanQR: string;
152
+ ScanQRInfo: string;
153
+ SendForSigning: string;
154
+ Sign: string;
155
+ Signature: string;
156
+ SignatureLook: string;
157
+ Signed: string;
158
+ SignOnThisDevice: string;
159
+ Size: string;
160
+ Type: string;
161
+ AddSignatory: string;
162
+ AddSignatories: string;
163
+ DeleteFileSignatoryTitle: string;
164
+ DeleteFileSignatoryDesc: string;
165
+ Report: string;
166
+ ReportDate: string;
167
+ ReportFromTo: string;
168
+ DeleteDialogTitle: string;
169
+ DeleteItemDesc: string;
170
+ DeleteItemBulkDesc: string;
171
+ InApp: string;
172
+ MarkAllAsRead: string;
173
+ NoNewNotifications: string;
174
+ Notifications: string;
175
+ NotificationsAll: string;
176
+ NotificationsUnread: string;
177
+ NotificationsRead: string;
178
+ NotificationSound: string;
179
+ InProgress: string;
180
+ FinalStatus: string;
181
+ LatestApprovalStatus: string;
182
+ LatestApprovalStatusAPPROVED: string;
183
+ LatestApprovalStatusDECLINED: string;
184
+ LatestApprovalStatusIN_PROGRESS: string;
185
+ LatestApprovalStatusNOT_STARTED: string;
186
+ SendStatusAPPROVED: string;
187
+ SendStatusCANCELLED: string;
188
+ SendStatusDELETED: string;
189
+ SendStatusDOWNLOADED: string;
190
+ SendStatusERROR: string;
191
+ SendStatusMISTAKE: string;
192
+ SendStatusNOT_REGISTERED_ON_SEF: string;
193
+ SendStatusQUEUED: string;
194
+ SendStatusREJECTED: string;
195
+ SendStatusRENOTIFIED: string;
196
+ SendStatusSEEN: string;
197
+ SendStatusSENDING: string;
198
+ SendStatusSENT: string;
199
+ SendStatusSIGNED: string;
200
+ SendStatusSTORNO: string;
201
+ SendStatusUNRESOLVED: string;
202
+ Month1: string;
203
+ Month2: string;
204
+ Month3: string;
205
+ Month4: string;
206
+ Month5: string;
207
+ Month6: string;
208
+ Month7: string;
209
+ Month8: string;
210
+ Month9: string;
211
+ Month10: string;
212
+ Month11: string;
213
+ Month12: string;
214
+ BusinessYearChooser: string;
215
+ Successfully: string;
216
+ Year: string;
217
+ BusinessYearPage: string;
218
+ BusinessYearInfoTitle: string;
219
+ BusinessYearInfoDesc: string;
220
+ HomePage: string;
221
+ };
222
+ export declare const i18nMainCyrilic: {
223
+ ADMIN: string;
224
+ EARCHIVE: string;
225
+ ERDS: string;
226
+ EDMS: string;
227
+ EFORMS: string;
228
+ EINVOICE: string;
229
+ ESIGN: string;
230
+ EVALIDATION: string;
231
+ EPROCUREMENT: string;
232
+ EREGISTER: string;
233
+ EPR_RIF: string;
234
+ ERP_CASH_REGISTER: string;
235
+ ERP_MAT_ACC: string;
236
+ ERP_SMALL_INVENTORY: string;
237
+ ERP_WMS: string;
238
+ DASHBOARD: string;
239
+ Basic: string;
240
+ BasicData: string;
241
+ SendHistory: string;
242
+ AccordionView: string;
243
+ TabView: string;
244
+ FooterText: string;
245
+ PageNotFound: string;
246
+ Settings: string;
247
+ Roles: string;
248
+ Logout: string;
249
+ MyAccount: string;
250
+ SelectAccount: string;
251
+ SelectOrgDesc: string;
252
+ SessionExpired: string;
253
+ SessionExpiredInfo: string;
254
+ SetOrgAsDefault: string;
255
+ SignInWithDifferentAccount: string;
256
+ NoAccessTitle: string;
257
+ ReturnToHomepage: string;
258
+ ChangeOrganization: string;
259
+ OrganizationInvite: string;
260
+ RejectInvite: string;
261
+ AcceptInvite: string;
262
+ RedirectInvite: string;
263
+ RejectInviteDesc: string;
264
+ AcceptInviteDesc: string;
265
+ RedirectInviteDesc: string;
266
+ Sender: string;
267
+ YouHaveNewInvites: string;
268
+ Name: string;
269
+ FirstName: string;
270
+ LastName: string;
271
+ Email: string;
272
+ TaxId: string;
273
+ BusinessCode: string;
274
+ FullPhoneNumber: string;
275
+ LoggedUserOrganizations: string;
276
+ Organization: string;
277
+ Organizations: string;
278
+ OrganizationalUnit: string;
279
+ OrganizationalUnits: string;
280
+ OrganizationName: string;
281
+ Partner: string;
282
+ Partners: string;
283
+ PhysicalPerson: string;
284
+ PhysicalPersons: string;
285
+ LegalEntity: string;
286
+ LegalEntities: string;
287
+ ForeignPartner: string;
288
+ ForeignPartners: string;
289
+ BusinessId: string;
290
+ BusinessActivity: string;
291
+ Country: string;
292
+ Town: string;
293
+ PostalCode: string;
294
+ Address: string;
295
+ Street: string;
296
+ HouseNumber: string;
297
+ PhoneNumber: string;
298
+ Website: string;
299
+ AddressBook: string;
300
+ Contacts: string;
301
+ EmailAddress: string;
302
+ ShowOnInvoice: string;
303
+ User: string;
304
+ UserName: string;
305
+ UpdateUser: string;
306
+ ChangePassword: string;
307
+ OldPassword: string;
308
+ NewPassword: string;
309
+ RepeatNewPassword: string;
310
+ PasswordValidationInfo: string;
311
+ RepeatPasswordValidationInfo: string;
312
+ Bank: string;
313
+ BankAccount: string;
314
+ BankAccounts: string;
315
+ EditBankAccount: string;
316
+ AddBankAccount: string;
317
+ MainBankAccount: string;
318
+ IntermediaryBank: string;
319
+ Iban: string;
320
+ Category: string;
321
+ CreatedAt: string;
322
+ CreatedBy: string;
323
+ CreatedTime: string;
324
+ Currency: string;
325
+ Date: string;
326
+ DateOfReceipt: string;
327
+ Description: string;
328
+ IssueDate: string;
329
+ Issuer: string;
330
+ Receiver: string;
331
+ Jbkjs: string;
332
+ Municipality: string;
333
+ Note: string;
334
+ Notes: string;
335
+ Number: string;
336
+ OrderNumber: string;
337
+ UMCN: string;
338
+ Phone: string;
339
+ PlaceOfResidence: string;
340
+ Position: string;
341
+ PrimaryContact: string;
342
+ Status: string;
343
+ Subject: string;
344
+ Time: string;
345
+ AddIndexField: string;
346
+ UmcnValidation: string;
347
+ Attachments: string;
348
+ CreationTime: string;
349
+ DeleteFileDesc: string;
350
+ DeleteFileTitle: string;
351
+ DisplaySignatureOnDocument: string;
352
+ Download: string;
353
+ DownloadAll: string;
354
+ DownloadDocument: string;
355
+ Downloaded: string;
356
+ DownloadOriginalDocument: string;
357
+ DownloadSignedDocument: string;
358
+ DownloadValidationReport: string;
359
+ ElSignature: string;
360
+ ErrorUnsupportedFile: string;
361
+ FailedToLoadPDF: string;
362
+ FileName: string;
363
+ Files: string;
364
+ FileSendNotificationInfo: string;
365
+ FileType: string;
366
+ FileTypes: string;
367
+ LoadingPDF: string;
368
+ NotificationChannel: string;
369
+ OrJustDragAndDropFile: string;
370
+ UMCNDescription: string;
371
+ UMCNLong: string;
372
+ ScanQR: string;
373
+ ScanQRInfo: string;
374
+ SendForSigning: string;
375
+ Sign: string;
376
+ Signature: string;
377
+ SignatureLook: string;
378
+ Signed: string;
379
+ SignOnThisDevice: string;
380
+ Size: string;
381
+ Type: string;
382
+ AddSignatory: string;
383
+ AddSignatories: string;
384
+ DeleteFileSignatoryTitle: string;
385
+ DeleteFileSignatoryDesc: string;
386
+ Report: string;
387
+ ReportDate: string;
388
+ ReportFromTo: string;
389
+ DeleteDialogTitle: string;
390
+ DeleteItemDesc: string;
391
+ DeleteItemBulkDesc: string;
392
+ InApp: string;
393
+ MarkAllAsRead: string;
394
+ NoNewNotifications: string;
395
+ Notifications: string;
396
+ NotificationsAll: string;
397
+ NotificationsUnread: string;
398
+ NotificationsRead: string;
399
+ NotificationSound: string;
400
+ InProgress: string;
401
+ FinalStatus: string;
402
+ LatestApprovalStatus: string;
403
+ LatestApprovalStatusAPPROVED: string;
404
+ LatestApprovalStatusDECLINED: string;
405
+ LatestApprovalStatusIN_PROGRESS: string;
406
+ LatestApprovalStatusNOT_STARTED: string;
407
+ SendStatusAPPROVED: string;
408
+ SendStatusCANCELLED: string;
409
+ SendStatusDELETED: string;
410
+ SendStatusDOWNLOADED: string;
411
+ SendStatusERROR: string;
412
+ SendStatusMISTAKE: string;
413
+ SendStatusNOT_REGISTERED_ON_SEF: string;
414
+ SendStatusQUEUED: string;
415
+ SendStatusREJECTED: string;
416
+ SendStatusRENOTIFIED: string;
417
+ SendStatusSEEN: string;
418
+ SendStatusSENDING: string;
419
+ SendStatusSENT: string;
420
+ SendStatusSIGNED: string;
421
+ SendStatusSTORNO: string;
422
+ SendStatusUNRESOLVED: string;
423
+ Month1: string;
424
+ Month2: string;
425
+ Month3: string;
426
+ Month4: string;
427
+ Month5: string;
428
+ Month6: string;
429
+ Month7: string;
430
+ Month8: string;
431
+ Month9: string;
432
+ Month10: string;
433
+ Month11: string;
434
+ Month12: string;
435
+ BusinessYearChooser: string;
436
+ Successfully: string;
437
+ Year: string;
438
+ BusinessYearInfoTitle: string;
439
+ BusinessYearInfoDesc: string;
440
+ HomePage: string;
441
+ };
442
+ export declare const i18nMainME_Latin: {
443
+ ADMIN: string;
444
+ EARCHIVE: string;
445
+ ERDS: string;
446
+ EDMS: string;
447
+ EFORMS: string;
448
+ EINVOICE: string;
449
+ ESIGN: string;
450
+ EVALIDATION: string;
451
+ EPROCUREMENT: string;
452
+ EREGISTER: string;
453
+ ERP_RIF: string;
454
+ ERP_CASH_REGISTER: string;
455
+ ERP_MAT_ACC: string;
456
+ ERP_SMALL_INVENTORY: string;
457
+ ERP_WMS: string;
458
+ DASHBOARD: string;
459
+ Basic: string;
460
+ BasicData: string;
461
+ SendHistory: string;
462
+ AccordionView: string;
463
+ TabView: string;
464
+ FooterText: string;
465
+ PageNotFound: string;
466
+ Settings: string;
467
+ Roles: string;
468
+ Logout: string;
469
+ MyAccount: string;
470
+ SelectAccount: string;
471
+ SelectOrgDesc: string;
472
+ SessionExpired: string;
473
+ SessionExpiredInfo: string;
474
+ SetOrgAsDefault: string;
475
+ SignInWithDifferentAccount: string;
476
+ NoAccessTitle: string;
477
+ ReturnToHomepage: string;
478
+ ChangeOrganization: string;
479
+ OrganizationInvite: string;
480
+ RejectInvite: string;
481
+ AcceptInvite: string;
482
+ RedirectInvite: string;
483
+ RejectInviteDesc: string;
484
+ AcceptInviteDesc: string;
485
+ RedirectInviteDesc: string;
486
+ Sender: string;
487
+ YouHaveNewInvites: string;
488
+ Name: string;
489
+ FirstName: string;
490
+ LastName: string;
491
+ Email: string;
492
+ TaxId: string;
493
+ BusinessCode: string;
494
+ FullPhoneNumber: string;
495
+ LoggedUserOrganizations: string;
496
+ Organization: string;
497
+ Organizations: string;
498
+ OrganizationalUnit: string;
499
+ OrganizationalUnits: string;
500
+ OrganizationName: string;
501
+ Partner: string;
502
+ Partners: string;
503
+ PhysicalPerson: string;
504
+ PhysicalPersons: string;
505
+ LegalEntity: string;
506
+ LegalEntities: string;
507
+ ForeignPartner: string;
508
+ ForeignPartners: string;
509
+ BusinessId: string;
510
+ BusinessActivity: string;
511
+ Country: string;
512
+ Town: string;
513
+ PostalCode: string;
514
+ Address: string;
515
+ Street: string;
516
+ HouseNumber: string;
517
+ PhoneNumber: string;
518
+ Website: string;
519
+ AddressBook: string;
520
+ Contacts: string;
521
+ EmailAddress: string;
522
+ ShowOnInvoice: string;
523
+ User: string;
524
+ UserName: string;
525
+ UpdateUser: string;
526
+ ChangePassword: string;
527
+ OldPassword: string;
528
+ NewPassword: string;
529
+ RepeatNewPassword: string;
530
+ PasswordValidationInfo: string;
531
+ RepeatPasswordValidationInfo: string;
532
+ Bank: string;
533
+ BankAccount: string;
534
+ BankAccounts: string;
535
+ EditBankAccount: string;
536
+ AddBankAccount: string;
537
+ MainBankAccount: string;
538
+ IntermediaryBank: string;
539
+ Iban: string;
540
+ Category: string;
541
+ CreatedAt: string;
542
+ CreatedBy: string;
543
+ CreatedTime: string;
544
+ Currency: string;
545
+ Date: string;
546
+ DateOfReceipt: string;
547
+ Description: string;
548
+ IssueDate: string;
549
+ Issuer: string;
550
+ Receiver: string;
551
+ Jbkjs: string;
552
+ Municipality: string;
553
+ Note: string;
554
+ Notes: string;
555
+ Number: string;
556
+ OrderNumber: string;
557
+ UMCN: string;
558
+ Phone: string;
559
+ PlaceOfResidence: string;
560
+ Position: string;
561
+ PrimaryContact: string;
562
+ Status: string;
563
+ Subject: string;
564
+ Time: string;
565
+ AddIndexField: string;
566
+ UmcnValidation: string;
567
+ Attachments: string;
568
+ CreationTime: string;
569
+ DeleteFileDesc: string;
570
+ DeleteFileTitle: string;
571
+ DisplaySignatureOnDocument: string;
572
+ Download: string;
573
+ DownloadAll: string;
574
+ DownloadDocument: string;
575
+ Downloaded: string;
576
+ DownloadOriginalDocument: string;
577
+ DownloadSignedDocument: string;
578
+ DownloadValidationReport: string;
579
+ ElSignature: string;
580
+ ErrorUnsupportedFile: string;
581
+ FailedToLoadPDF: string;
582
+ FileName: string;
583
+ Files: string;
584
+ FileSendNotificationInfo: string;
585
+ FileType: string;
586
+ FileTypes: string;
587
+ LoadingPDF: string;
588
+ NotificationChannel: string;
589
+ OrJustDragAndDropFile: string;
590
+ UMCNDescription: string;
591
+ UMCNLong: string;
592
+ ScanQR: string;
593
+ ScanQRInfo: string;
594
+ SendForSigning: string;
595
+ Sign: string;
596
+ Signature: string;
597
+ SignatureLook: string;
598
+ Signed: string;
599
+ SignOnThisDevice: string;
600
+ Size: string;
601
+ Type: string;
602
+ AddSignatory: string;
603
+ AddSignatories: string;
604
+ DeleteFileSignatoryTitle: string;
605
+ DeleteFileSignatoryDesc: string;
606
+ Report: string;
607
+ ReportDate: string;
608
+ ReportFromTo: string;
609
+ DeleteDialogTitle: string;
610
+ DeleteItemDesc: string;
611
+ DeleteItemBulkDesc: string;
612
+ InApp: string;
613
+ MarkAllAsRead: string;
614
+ NoNewNotifications: string;
615
+ Notifications: string;
616
+ NotificationsAll: string;
617
+ NotificationsUnread: string;
618
+ NotificationsRead: string;
619
+ NotificationSound: string;
620
+ InProgress: string;
621
+ FinalStatus: string;
622
+ LatestApprovalStatus: string;
623
+ LatestApprovalStatusAPPROVED: string;
624
+ LatestApprovalStatusDECLINED: string;
625
+ LatestApprovalStatusIN_PROGRESS: string;
626
+ LatestApprovalStatusNOT_STARTED: string;
627
+ SendStatusAPPROVED: string;
628
+ SendStatusCANCELLED: string;
629
+ SendStatusDELETED: string;
630
+ SendStatusDOWNLOADED: string;
631
+ SendStatusERROR: string;
632
+ SendStatusMISTAKE: string;
633
+ SendStatusNOT_REGISTERED_ON_SEF: string;
634
+ SendStatusQUEUED: string;
635
+ SendStatusREJECTED: string;
636
+ SendStatusRENOTIFIED: string;
637
+ SendStatusSEEN: string;
638
+ SendStatusSENDING: string;
639
+ SendStatusSENT: string;
640
+ SendStatusSIGNED: string;
641
+ SendStatusSTORNO: string;
642
+ SendStatusUNRESOLVED: string;
643
+ Month1: string;
644
+ Month2: string;
645
+ Month3: string;
646
+ Month4: string;
647
+ Month5: string;
648
+ Month6: string;
649
+ Month7: string;
650
+ Month8: string;
651
+ Month9: string;
652
+ Month10: string;
653
+ Month11: string;
654
+ Month12: string;
655
+ BusinessYearChooser: string;
656
+ Successfully: string;
657
+ Year: string;
658
+ BusinessYearPage: string;
659
+ BusinessYearInfoTitle: string;
660
+ BusinessYearInfoDesc: string;
661
+ HomePage: string;
662
+ };