@kommerz/ts-client 1.130.7

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 (537) hide show
  1. package/dist/apis/AbsenceEntriesApi.d.ts +112 -0
  2. package/dist/apis/AbsenceEntriesApi.js +467 -0
  3. package/dist/apis/AbsenceTypesApi.d.ts +76 -0
  4. package/dist/apis/AbsenceTypesApi.js +314 -0
  5. package/dist/apis/AccountingCentersApi.d.ts +72 -0
  6. package/dist/apis/AccountingCentersApi.js +305 -0
  7. package/dist/apis/AccountingLedgersApi.d.ts +77 -0
  8. package/dist/apis/AccountingLedgersApi.js +317 -0
  9. package/dist/apis/AccountingReceiptsApi.d.ts +77 -0
  10. package/dist/apis/AccountingReceiptsApi.js +335 -0
  11. package/dist/apis/AccountingSettlementsApi.d.ts +76 -0
  12. package/dist/apis/AccountingSettlementsApi.js +314 -0
  13. package/dist/apis/AccountingStatementsApi.d.ts +68 -0
  14. package/dist/apis/AccountingStatementsApi.js +218 -0
  15. package/dist/apis/AccountingTransactionsApi.d.ts +76 -0
  16. package/dist/apis/AccountingTransactionsApi.js +314 -0
  17. package/dist/apis/AccountingTurnoversApi.d.ts +81 -0
  18. package/dist/apis/AccountingTurnoversApi.js +329 -0
  19. package/dist/apis/ActivitiesApi.d.ts +41 -0
  20. package/dist/apis/ActivitiesApi.js +174 -0
  21. package/dist/apis/ApprovalEntriesApi.d.ts +76 -0
  22. package/dist/apis/ApprovalEntriesApi.js +314 -0
  23. package/dist/apis/ApprovalEntriesApproveApi.d.ts +53 -0
  24. package/dist/apis/ApprovalEntriesApproveApi.js +224 -0
  25. package/dist/apis/ApprovalTypesApi.d.ts +76 -0
  26. package/dist/apis/ApprovalTypesApi.js +314 -0
  27. package/dist/apis/BankingAccountsApi.d.ts +90 -0
  28. package/dist/apis/BankingAccountsApi.js +363 -0
  29. package/dist/apis/BankingInstitutesApi.d.ts +26 -0
  30. package/dist/apis/BankingInstitutesApi.js +121 -0
  31. package/dist/apis/BankingRegistrationsApi.d.ts +87 -0
  32. package/dist/apis/BankingRegistrationsApi.js +355 -0
  33. package/dist/apis/CalendarEntriesApi.d.ts +76 -0
  34. package/dist/apis/CalendarEntriesApi.js +314 -0
  35. package/dist/apis/CalendarEntryTypesApi.d.ts +76 -0
  36. package/dist/apis/CalendarEntryTypesApi.js +314 -0
  37. package/dist/apis/CommentsApi.d.ts +99 -0
  38. package/dist/apis/CommentsApi.js +408 -0
  39. package/dist/apis/ConfigurationsApi.d.ts +76 -0
  40. package/dist/apis/ConfigurationsApi.js +314 -0
  41. package/dist/apis/CustomersApi.d.ts +76 -0
  42. package/dist/apis/CustomersApi.js +314 -0
  43. package/dist/apis/CustomersBankdetailsApi.d.ts +81 -0
  44. package/dist/apis/CustomersBankdetailsApi.js +329 -0
  45. package/dist/apis/DesignTemplatesApi.d.ts +76 -0
  46. package/dist/apis/DesignTemplatesApi.js +314 -0
  47. package/dist/apis/DocumentTemplatesApi.d.ts +76 -0
  48. package/dist/apis/DocumentTemplatesApi.js +314 -0
  49. package/dist/apis/EmailApi.d.ts +29 -0
  50. package/dist/apis/EmailApi.js +129 -0
  51. package/dist/apis/FileDirectoriesApi.d.ts +113 -0
  52. package/dist/apis/FileDirectoriesApi.js +482 -0
  53. package/dist/apis/FileDirectorySharesApi.d.ts +109 -0
  54. package/dist/apis/FileDirectorySharesApi.js +449 -0
  55. package/dist/apis/FileTagsApi.d.ts +76 -0
  56. package/dist/apis/FileTagsApi.js +314 -0
  57. package/dist/apis/FilesApi.d.ts +65 -0
  58. package/dist/apis/FilesApi.js +270 -0
  59. package/dist/apis/HolidaysApi.d.ts +76 -0
  60. package/dist/apis/HolidaysApi.js +314 -0
  61. package/dist/apis/HospitalityReceiptsApi.d.ts +135 -0
  62. package/dist/apis/HospitalityReceiptsApi.js +562 -0
  63. package/dist/apis/IdentifiersApi.d.ts +86 -0
  64. package/dist/apis/IdentifiersApi.js +352 -0
  65. package/dist/apis/InboxEmailsApi.d.ts +52 -0
  66. package/dist/apis/InboxEmailsApi.js +216 -0
  67. package/dist/apis/InvoicesApi.d.ts +144 -0
  68. package/dist/apis/InvoicesApi.js +561 -0
  69. package/dist/apis/KanbanBoardsApi.d.ts +76 -0
  70. package/dist/apis/KanbanBoardsApi.js +314 -0
  71. package/dist/apis/KanbanCardsApi.d.ts +81 -0
  72. package/dist/apis/KanbanCardsApi.js +329 -0
  73. package/dist/apis/KanbanColumnsApi.d.ts +81 -0
  74. package/dist/apis/KanbanColumnsApi.js +329 -0
  75. package/dist/apis/MentionsApi.d.ts +63 -0
  76. package/dist/apis/MentionsApi.js +258 -0
  77. package/dist/apis/MessagingApi.d.ts +26 -0
  78. package/dist/apis/MessagingApi.js +121 -0
  79. package/dist/apis/NotificationTargetsApi.d.ts +60 -0
  80. package/dist/apis/NotificationTargetsApi.js +260 -0
  81. package/dist/apis/NotificationsAcksApi.d.ts +40 -0
  82. package/dist/apis/NotificationsAcksApi.js +166 -0
  83. package/dist/apis/NotificationsApi.d.ts +52 -0
  84. package/dist/apis/NotificationsApi.js +216 -0
  85. package/dist/apis/OffersApi.d.ts +87 -0
  86. package/dist/apis/OffersApi.js +358 -0
  87. package/dist/apis/OkrKeyresultsApi.d.ts +81 -0
  88. package/dist/apis/OkrKeyresultsApi.js +329 -0
  89. package/dist/apis/OkrObjectivesApi.d.ts +76 -0
  90. package/dist/apis/OkrObjectivesApi.js +314 -0
  91. package/dist/apis/PaymentBuyProductApi.d.ts +37 -0
  92. package/dist/apis/PaymentBuyProductApi.js +167 -0
  93. package/dist/apis/PaymentProductsApi.d.ts +26 -0
  94. package/dist/apis/PaymentProductsApi.js +121 -0
  95. package/dist/apis/PaymentSubscriptionsApi.d.ts +52 -0
  96. package/dist/apis/PaymentSubscriptionsApi.js +218 -0
  97. package/dist/apis/PaymentsPaymentsApi.d.ts +30 -0
  98. package/dist/apis/PaymentsPaymentsApi.js +130 -0
  99. package/dist/apis/PresenceEntriesApi.d.ts +84 -0
  100. package/dist/apis/PresenceEntriesApi.js +355 -0
  101. package/dist/apis/PresenceTypesApi.d.ts +76 -0
  102. package/dist/apis/PresenceTypesApi.js +314 -0
  103. package/dist/apis/RolesApi.d.ts +76 -0
  104. package/dist/apis/RolesApi.js +314 -0
  105. package/dist/apis/ServiceDeskMessageApi.d.ts +30 -0
  106. package/dist/apis/ServiceDeskMessageApi.js +129 -0
  107. package/dist/apis/StatisticsApi.d.ts +29 -0
  108. package/dist/apis/StatisticsApi.js +126 -0
  109. package/dist/apis/SystemsFeaturesApi.d.ts +26 -0
  110. package/dist/apis/SystemsFeaturesApi.js +121 -0
  111. package/dist/apis/SystemsTimesApi.d.ts +26 -0
  112. package/dist/apis/SystemsTimesApi.js +121 -0
  113. package/dist/apis/TenantsApi.d.ts +154 -0
  114. package/dist/apis/TenantsApi.js +628 -0
  115. package/dist/apis/TenantsValidationApi.d.ts +40 -0
  116. package/dist/apis/TenantsValidationApi.js +174 -0
  117. package/dist/apis/TestApi.d.ts +42 -0
  118. package/dist/apis/TestApi.js +174 -0
  119. package/dist/apis/TextModulesApi.d.ts +76 -0
  120. package/dist/apis/TextModulesApi.js +314 -0
  121. package/dist/apis/TimeTrackingCalendarApi.d.ts +43 -0
  122. package/dist/apis/TimeTrackingCalendarApi.js +177 -0
  123. package/dist/apis/TimeTrackingCalendarExportApi.d.ts +38 -0
  124. package/dist/apis/TimeTrackingCalendarExportApi.js +141 -0
  125. package/dist/apis/UnitsApi.d.ts +76 -0
  126. package/dist/apis/UnitsApi.js +314 -0
  127. package/dist/apis/UsageMonitorApi.d.ts +26 -0
  128. package/dist/apis/UsageMonitorApi.js +121 -0
  129. package/dist/apis/UserPermissionsApi.d.ts +52 -0
  130. package/dist/apis/UserPermissionsApi.js +217 -0
  131. package/dist/apis/UserTenantsApi.d.ts +26 -0
  132. package/dist/apis/UserTenantsApi.js +121 -0
  133. package/dist/apis/UsersApi.d.ts +41 -0
  134. package/dist/apis/UsersApi.js +174 -0
  135. package/dist/apis/UsersMeApi.d.ts +26 -0
  136. package/dist/apis/UsersMeApi.js +121 -0
  137. package/dist/apis/UsersRegisterApi.d.ts +29 -0
  138. package/dist/apis/UsersRegisterApi.js +124 -0
  139. package/dist/apis/ValidationApi.d.ts +51 -0
  140. package/dist/apis/ValidationApi.js +213 -0
  141. package/dist/apis/WikiApi.d.ts +76 -0
  142. package/dist/apis/WikiApi.js +314 -0
  143. package/dist/apis/WikiPagesApi.d.ts +82 -0
  144. package/dist/apis/WikiPagesApi.js +332 -0
  145. package/dist/apis/WorkHoursApi.d.ts +76 -0
  146. package/dist/apis/WorkHoursApi.js +314 -0
  147. package/dist/apis/index.d.ts +71 -0
  148. package/dist/apis/index.js +89 -0
  149. package/dist/index.d.ts +3 -0
  150. package/dist/index.js +21 -0
  151. package/dist/models/AbsenceEntryDto.d.ts +74 -0
  152. package/dist/models/AbsenceEntryDto.js +67 -0
  153. package/dist/models/AbsenceTypeDto.d.ts +61 -0
  154. package/dist/models/AbsenceTypeDto.js +62 -0
  155. package/dist/models/AccessShareDto.d.ts +37 -0
  156. package/dist/models/AccessShareDto.js +52 -0
  157. package/dist/models/AccountingCenterDto.d.ts +87 -0
  158. package/dist/models/AccountingCenterDto.js +76 -0
  159. package/dist/models/AccountingChartType.d.ts +23 -0
  160. package/dist/models/AccountingChartType.js +36 -0
  161. package/dist/models/AccountingConfigDto.d.ts +32 -0
  162. package/dist/models/AccountingConfigDto.js +51 -0
  163. package/dist/models/AccountingLedgerDto.d.ts +116 -0
  164. package/dist/models/AccountingLedgerDto.js +83 -0
  165. package/dist/models/AccountingLedgerType.d.ts +33 -0
  166. package/dist/models/AccountingLedgerType.js +46 -0
  167. package/dist/models/AccountingReceiptDetailsDto.d.ts +106 -0
  168. package/dist/models/AccountingReceiptDetailsDto.js +77 -0
  169. package/dist/models/AccountingReceiptDto.d.ts +125 -0
  170. package/dist/models/AccountingReceiptDto.js +86 -0
  171. package/dist/models/AccountingReceiptItemDto.d.ts +55 -0
  172. package/dist/models/AccountingReceiptItemDto.js +58 -0
  173. package/dist/models/AccountingReceiptLegalEntityDto.d.ts +97 -0
  174. package/dist/models/AccountingReceiptLegalEntityDto.js +72 -0
  175. package/dist/models/AccountingReceiptMetaDataDto.d.ts +39 -0
  176. package/dist/models/AccountingReceiptMetaDataDto.js +54 -0
  177. package/dist/models/AccountingReceiptType.d.ts +23 -0
  178. package/dist/models/AccountingReceiptType.js +36 -0
  179. package/dist/models/AccountingScheduleDto.d.ts +61 -0
  180. package/dist/models/AccountingScheduleDto.js +63 -0
  181. package/dist/models/AccountingSettlementDto.d.ts +67 -0
  182. package/dist/models/AccountingSettlementDto.js +65 -0
  183. package/dist/models/AccountingSplitDto.d.ts +61 -0
  184. package/dist/models/AccountingSplitDto.js +62 -0
  185. package/dist/models/AccountingSplitPair.d.ts +50 -0
  186. package/dist/models/AccountingSplitPair.js +58 -0
  187. package/dist/models/AccountingTransactionDto.d.ts +68 -0
  188. package/dist/models/AccountingTransactionDto.js +66 -0
  189. package/dist/models/AccountingTransactionTemplateDto.d.ts +32 -0
  190. package/dist/models/AccountingTransactionTemplateDto.js +51 -0
  191. package/dist/models/AccountingTurnoverDto.d.ts +44 -0
  192. package/dist/models/AccountingTurnoverDto.js +57 -0
  193. package/dist/models/AcknowledgeNotificationsDto.d.ts +31 -0
  194. package/dist/models/AcknowledgeNotificationsDto.js +50 -0
  195. package/dist/models/ActivityDto.d.ts +81 -0
  196. package/dist/models/ActivityDto.js +73 -0
  197. package/dist/models/ActivityReferenceDto.d.ts +62 -0
  198. package/dist/models/ActivityReferenceDto.js +64 -0
  199. package/dist/models/ActivityType.d.ts +37 -0
  200. package/dist/models/ActivityType.js +50 -0
  201. package/dist/models/AddressDto.d.ts +61 -0
  202. package/dist/models/AddressDto.js +60 -0
  203. package/dist/models/AmountDto.d.ts +37 -0
  204. package/dist/models/AmountDto.js +53 -0
  205. package/dist/models/ApprovalDecisionEnum.d.ts +23 -0
  206. package/dist/models/ApprovalDecisionEnum.js +36 -0
  207. package/dist/models/ApprovalEntryDto.d.ts +88 -0
  208. package/dist/models/ApprovalEntryDto.js +71 -0
  209. package/dist/models/ApprovalModeEnum.d.ts +25 -0
  210. package/dist/models/ApprovalModeEnum.js +38 -0
  211. package/dist/models/ApprovalStatusEnum.d.ts +24 -0
  212. package/dist/models/ApprovalStatusEnum.js +37 -0
  213. package/dist/models/ApprovalTypeDto.d.ts +74 -0
  214. package/dist/models/ApprovalTypeDto.js +65 -0
  215. package/dist/models/BankAccountDto.d.ts +91 -0
  216. package/dist/models/BankAccountDto.js +70 -0
  217. package/dist/models/BankAccountRegistrationDto.d.ts +49 -0
  218. package/dist/models/BankAccountRegistrationDto.js +56 -0
  219. package/dist/models/BankConnectionDto.d.ts +43 -0
  220. package/dist/models/BankConnectionDto.js +56 -0
  221. package/dist/models/BankDetailsDto.d.ts +73 -0
  222. package/dist/models/BankDetailsDto.js +66 -0
  223. package/dist/models/BankRegistrationDto.d.ts +91 -0
  224. package/dist/models/BankRegistrationDto.js +70 -0
  225. package/dist/models/CalendarEntryDto.d.ts +81 -0
  226. package/dist/models/CalendarEntryDto.js +71 -0
  227. package/dist/models/CalendarEntryTypeDto.d.ts +79 -0
  228. package/dist/models/CalendarEntryTypeDto.js +71 -0
  229. package/dist/models/CenterStatementDto.d.ts +67 -0
  230. package/dist/models/CenterStatementDto.js +68 -0
  231. package/dist/models/ChannelIdType.d.ts +24 -0
  232. package/dist/models/ChannelIdType.js +37 -0
  233. package/dist/models/ColamdaPageable.d.ts +43 -0
  234. package/dist/models/ColamdaPageable.js +54 -0
  235. package/dist/models/CommentDto.d.ts +76 -0
  236. package/dist/models/CommentDto.js +66 -0
  237. package/dist/models/ConfigKey.d.ts +25 -0
  238. package/dist/models/ConfigKey.js +38 -0
  239. package/dist/models/ConfigurationDto.d.ts +56 -0
  240. package/dist/models/ConfigurationDto.js +58 -0
  241. package/dist/models/ContactDto.d.ts +43 -0
  242. package/dist/models/ContactDto.js +54 -0
  243. package/dist/models/CreateTenantRequest.d.ts +39 -0
  244. package/dist/models/CreateTenantRequest.js +55 -0
  245. package/dist/models/CustomerDto.d.ts +130 -0
  246. package/dist/models/CustomerDto.js +90 -0
  247. package/dist/models/DesignTemplateDto.d.ts +68 -0
  248. package/dist/models/DesignTemplateDto.js +65 -0
  249. package/dist/models/DesignTemplateType.d.ts +25 -0
  250. package/dist/models/DesignTemplateType.js +38 -0
  251. package/dist/models/DocumentTemplateDto.d.ts +80 -0
  252. package/dist/models/DocumentTemplateDto.js +68 -0
  253. package/dist/models/DocumentTemplateType.d.ts +23 -0
  254. package/dist/models/DocumentTemplateType.js +36 -0
  255. package/dist/models/EmailDto.d.ts +85 -0
  256. package/dist/models/EmailDto.js +68 -0
  257. package/dist/models/EntityReference.d.ts +50 -0
  258. package/dist/models/EntityReference.js +57 -0
  259. package/dist/models/EntityType.d.ts +73 -0
  260. package/dist/models/EntityType.js +86 -0
  261. package/dist/models/FeatureDto.d.ts +50 -0
  262. package/dist/models/FeatureDto.js +57 -0
  263. package/dist/models/FileDetailsDto.d.ts +73 -0
  264. package/dist/models/FileDetailsDto.js +64 -0
  265. package/dist/models/FileDirectoryDto.d.ts +79 -0
  266. package/dist/models/FileDirectoryDto.js +66 -0
  267. package/dist/models/FileDto.d.ts +61 -0
  268. package/dist/models/FileDto.js +60 -0
  269. package/dist/models/FileMovementDto.d.ts +43 -0
  270. package/dist/models/FileMovementDto.js +54 -0
  271. package/dist/models/FileSelectionDto.d.ts +37 -0
  272. package/dist/models/FileSelectionDto.js +52 -0
  273. package/dist/models/FileShareDto.d.ts +133 -0
  274. package/dist/models/FileShareDto.js +85 -0
  275. package/dist/models/FileTagDto.d.ts +43 -0
  276. package/dist/models/FileTagDto.js +55 -0
  277. package/dist/models/FilterableEndpointDto.d.ts +43 -0
  278. package/dist/models/FilterableEndpointDto.js +54 -0
  279. package/dist/models/GetAllAbsenceEntries200Response.d.ts +50 -0
  280. package/dist/models/GetAllAbsenceEntries200Response.js +60 -0
  281. package/dist/models/GetAllAbsenceTypes200Response.d.ts +50 -0
  282. package/dist/models/GetAllAbsenceTypes200Response.js +60 -0
  283. package/dist/models/GetAllAccountingCenterStatements200Response.d.ts +32 -0
  284. package/dist/models/GetAllAccountingCenterStatements200Response.js +51 -0
  285. package/dist/models/GetAllAccountingCenters200Response.d.ts +50 -0
  286. package/dist/models/GetAllAccountingCenters200Response.js +60 -0
  287. package/dist/models/GetAllAccountingLedgerStatements200Response.d.ts +32 -0
  288. package/dist/models/GetAllAccountingLedgerStatements200Response.js +51 -0
  289. package/dist/models/GetAllAccountingLedgers200Response.d.ts +50 -0
  290. package/dist/models/GetAllAccountingLedgers200Response.js +60 -0
  291. package/dist/models/GetAllAccountingReceipts200Response.d.ts +50 -0
  292. package/dist/models/GetAllAccountingReceipts200Response.js +60 -0
  293. package/dist/models/GetAllAccountingSettlements200Response.d.ts +50 -0
  294. package/dist/models/GetAllAccountingSettlements200Response.js +60 -0
  295. package/dist/models/GetAllAccountingTransactions200Response.d.ts +50 -0
  296. package/dist/models/GetAllAccountingTransactions200Response.js +60 -0
  297. package/dist/models/GetAllAccountingTurnover200Response.d.ts +50 -0
  298. package/dist/models/GetAllAccountingTurnover200Response.js +60 -0
  299. package/dist/models/GetAllAccounts200Response.d.ts +50 -0
  300. package/dist/models/GetAllAccounts200Response.js +60 -0
  301. package/dist/models/GetAllActivities200Response.d.ts +50 -0
  302. package/dist/models/GetAllActivities200Response.js +60 -0
  303. package/dist/models/GetAllApprovalEntries200Response.d.ts +50 -0
  304. package/dist/models/GetAllApprovalEntries200Response.js +60 -0
  305. package/dist/models/GetAllApprovalTypes200Response.d.ts +50 -0
  306. package/dist/models/GetAllApprovalTypes200Response.js +60 -0
  307. package/dist/models/GetAllBankDetails200Response.d.ts +50 -0
  308. package/dist/models/GetAllBankDetails200Response.js +60 -0
  309. package/dist/models/GetAllCalendarEntries200Response.d.ts +50 -0
  310. package/dist/models/GetAllCalendarEntries200Response.js +60 -0
  311. package/dist/models/GetAllCalendarEntryTypes200Response.d.ts +50 -0
  312. package/dist/models/GetAllCalendarEntryTypes200Response.js +60 -0
  313. package/dist/models/GetAllComments200Response.d.ts +50 -0
  314. package/dist/models/GetAllComments200Response.js +60 -0
  315. package/dist/models/GetAllConfigurations200Response.d.ts +50 -0
  316. package/dist/models/GetAllConfigurations200Response.js +60 -0
  317. package/dist/models/GetAllCustomers200Response.d.ts +50 -0
  318. package/dist/models/GetAllCustomers200Response.js +60 -0
  319. package/dist/models/GetAllDesignTemplates200Response.d.ts +50 -0
  320. package/dist/models/GetAllDesignTemplates200Response.js +60 -0
  321. package/dist/models/GetAllDocumentTemplates200Response.d.ts +50 -0
  322. package/dist/models/GetAllDocumentTemplates200Response.js +60 -0
  323. package/dist/models/GetAllFileTags200Response.d.ts +50 -0
  324. package/dist/models/GetAllFileTags200Response.js +60 -0
  325. package/dist/models/GetAllHolidays200Response.d.ts +50 -0
  326. package/dist/models/GetAllHolidays200Response.js +60 -0
  327. package/dist/models/GetAllHospitalityReceipts200Response.d.ts +50 -0
  328. package/dist/models/GetAllHospitalityReceipts200Response.js +60 -0
  329. package/dist/models/GetAllInboxEmails200Response.d.ts +50 -0
  330. package/dist/models/GetAllInboxEmails200Response.js +60 -0
  331. package/dist/models/GetAllInvoices200Response.d.ts +50 -0
  332. package/dist/models/GetAllInvoices200Response.js +60 -0
  333. package/dist/models/GetAllKanbanBoards200Response.d.ts +50 -0
  334. package/dist/models/GetAllKanbanBoards200Response.js +60 -0
  335. package/dist/models/GetAllKanbanCards200Response.d.ts +50 -0
  336. package/dist/models/GetAllKanbanCards200Response.js +60 -0
  337. package/dist/models/GetAllKanbanColumns200Response.d.ts +50 -0
  338. package/dist/models/GetAllKanbanColumns200Response.js +60 -0
  339. package/dist/models/GetAllMentions200Response.d.ts +50 -0
  340. package/dist/models/GetAllMentions200Response.js +60 -0
  341. package/dist/models/GetAllNotifications200Response.d.ts +50 -0
  342. package/dist/models/GetAllNotifications200Response.js +60 -0
  343. package/dist/models/GetAllObjectives200Response.d.ts +50 -0
  344. package/dist/models/GetAllObjectives200Response.js +60 -0
  345. package/dist/models/GetAllOffers200Response.d.ts +50 -0
  346. package/dist/models/GetAllOffers200Response.js +60 -0
  347. package/dist/models/GetAllPages200Response.d.ts +50 -0
  348. package/dist/models/GetAllPages200Response.js +60 -0
  349. package/dist/models/GetAllPayments200Response.d.ts +50 -0
  350. package/dist/models/GetAllPayments200Response.js +60 -0
  351. package/dist/models/GetAllPresenceEntries200Response.d.ts +50 -0
  352. package/dist/models/GetAllPresenceEntries200Response.js +60 -0
  353. package/dist/models/GetAllPresenceTypes200Response.d.ts +50 -0
  354. package/dist/models/GetAllPresenceTypes200Response.js +60 -0
  355. package/dist/models/GetAllRegistrations200Response.d.ts +50 -0
  356. package/dist/models/GetAllRegistrations200Response.js +60 -0
  357. package/dist/models/GetAllResults200Response.d.ts +50 -0
  358. package/dist/models/GetAllResults200Response.js +60 -0
  359. package/dist/models/GetAllRoles200Response.d.ts +50 -0
  360. package/dist/models/GetAllRoles200Response.js +60 -0
  361. package/dist/models/GetAllShares200Response.d.ts +50 -0
  362. package/dist/models/GetAllShares200Response.js +60 -0
  363. package/dist/models/GetAllTextModules200Response.d.ts +50 -0
  364. package/dist/models/GetAllTextModules200Response.js +60 -0
  365. package/dist/models/GetAllUnits200Response.d.ts +50 -0
  366. package/dist/models/GetAllUnits200Response.js +60 -0
  367. package/dist/models/GetAllUsers200Response.d.ts +50 -0
  368. package/dist/models/GetAllUsers200Response.js +60 -0
  369. package/dist/models/GetAllWikis200Response.d.ts +50 -0
  370. package/dist/models/GetAllWikis200Response.js +60 -0
  371. package/dist/models/GetAllWorkHours200Response.d.ts +50 -0
  372. package/dist/models/GetAllWorkHours200Response.js +60 -0
  373. package/dist/models/GetSubscribedProducts200Response.d.ts +50 -0
  374. package/dist/models/GetSubscribedProducts200Response.js +60 -0
  375. package/dist/models/GetUserRoles200Response.d.ts +31 -0
  376. package/dist/models/GetUserRoles200Response.js +50 -0
  377. package/dist/models/HolidaysDto.d.ts +67 -0
  378. package/dist/models/HolidaysDto.js +64 -0
  379. package/dist/models/HospitalityReceiptDto.d.ts +110 -0
  380. package/dist/models/HospitalityReceiptDto.js +78 -0
  381. package/dist/models/HospitalityReceiptSignatureDto.d.ts +43 -0
  382. package/dist/models/HospitalityReceiptSignatureDto.js +54 -0
  383. package/dist/models/IdentifierDto.d.ts +31 -0
  384. package/dist/models/IdentifierDto.js +50 -0
  385. package/dist/models/IdentifierType.d.ts +24 -0
  386. package/dist/models/IdentifierType.js +37 -0
  387. package/dist/models/InstituteDto.d.ts +61 -0
  388. package/dist/models/InstituteDto.js +60 -0
  389. package/dist/models/InvoiceConfigDto.d.ts +65 -0
  390. package/dist/models/InvoiceConfigDto.js +64 -0
  391. package/dist/models/InvoiceDto.d.ts +193 -0
  392. package/dist/models/InvoiceDto.js +114 -0
  393. package/dist/models/InvoiceItemDto.d.ts +69 -0
  394. package/dist/models/InvoiceItemDto.js +69 -0
  395. package/dist/models/InvoiceTaxItemDto.d.ts +59 -0
  396. package/dist/models/InvoiceTaxItemDto.js +67 -0
  397. package/dist/models/InvoiceTextFieldsDto.d.ts +55 -0
  398. package/dist/models/InvoiceTextFieldsDto.js +58 -0
  399. package/dist/models/InvoiceType.d.ts +25 -0
  400. package/dist/models/InvoiceType.js +38 -0
  401. package/dist/models/KanbanBoardDto.d.ts +43 -0
  402. package/dist/models/KanbanBoardDto.js +55 -0
  403. package/dist/models/KanbanCardDto.d.ts +97 -0
  404. package/dist/models/KanbanCardDto.js +74 -0
  405. package/dist/models/KanbanColumnDto.d.ts +55 -0
  406. package/dist/models/KanbanColumnDto.js +60 -0
  407. package/dist/models/LedgerStatementDto.d.ts +67 -0
  408. package/dist/models/LedgerStatementDto.js +68 -0
  409. package/dist/models/LegalInfoDto.d.ts +91 -0
  410. package/dist/models/LegalInfoDto.js +70 -0
  411. package/dist/models/ListAllTenants200Response.d.ts +50 -0
  412. package/dist/models/ListAllTenants200Response.js +60 -0
  413. package/dist/models/ListDirectories200Response.d.ts +50 -0
  414. package/dist/models/ListDirectories200Response.js +60 -0
  415. package/dist/models/ListFiles200Response.d.ts +50 -0
  416. package/dist/models/ListFiles200Response.js +60 -0
  417. package/dist/models/MacroConfig.d.ts +54 -0
  418. package/dist/models/MacroConfig.js +66 -0
  419. package/dist/models/MacroConfigReferencesInner.d.ts +38 -0
  420. package/dist/models/MacroConfigReferencesInner.js +53 -0
  421. package/dist/models/MarkInvoiceAsPaidRequest.d.ts +37 -0
  422. package/dist/models/MarkInvoiceAsPaidRequest.js +53 -0
  423. package/dist/models/MentionDto.d.ts +50 -0
  424. package/dist/models/MentionDto.js +58 -0
  425. package/dist/models/MessageDto.d.ts +37 -0
  426. package/dist/models/MessageDto.js +52 -0
  427. package/dist/models/MessagingPermissionsDto.d.ts +37 -0
  428. package/dist/models/MessagingPermissionsDto.js +52 -0
  429. package/dist/models/NewRegistrationDto.d.ts +31 -0
  430. package/dist/models/NewRegistrationDto.js +50 -0
  431. package/dist/models/NewRegistrationResponseDto.d.ts +43 -0
  432. package/dist/models/NewRegistrationResponseDto.js +54 -0
  433. package/dist/models/NotificationDto.d.ts +62 -0
  434. package/dist/models/NotificationDto.js +61 -0
  435. package/dist/models/NotificationTargetDto.d.ts +63 -0
  436. package/dist/models/NotificationTargetDto.js +66 -0
  437. package/dist/models/NotificationTargetOrderDto.d.ts +39 -0
  438. package/dist/models/NotificationTargetOrderDto.js +55 -0
  439. package/dist/models/NotifierIdType.d.ts +26 -0
  440. package/dist/models/NotifierIdType.js +39 -0
  441. package/dist/models/OfferDto.d.ts +134 -0
  442. package/dist/models/OfferDto.js +96 -0
  443. package/dist/models/OkrKeyResultDto.d.ts +79 -0
  444. package/dist/models/OkrKeyResultDto.js +69 -0
  445. package/dist/models/OkrObjectiveDto.d.ts +79 -0
  446. package/dist/models/OkrObjectiveDto.js +68 -0
  447. package/dist/models/PageResponse.d.ts +43 -0
  448. package/dist/models/PageResponse.js +56 -0
  449. package/dist/models/PatternDto.d.ts +43 -0
  450. package/dist/models/PatternDto.js +55 -0
  451. package/dist/models/PaymentConfigurationDto.d.ts +38 -0
  452. package/dist/models/PaymentConfigurationDto.js +53 -0
  453. package/dist/models/PaymentInvoiceDto.d.ts +67 -0
  454. package/dist/models/PaymentInvoiceDto.js +62 -0
  455. package/dist/models/PaymentUriResponseDto.d.ts +31 -0
  456. package/dist/models/PaymentUriResponseDto.js +50 -0
  457. package/dist/models/PaymentsDto.d.ts +106 -0
  458. package/dist/models/PaymentsDto.js +87 -0
  459. package/dist/models/PrepositionType.d.ts +28 -0
  460. package/dist/models/PrepositionType.js +41 -0
  461. package/dist/models/PresenceEntryDto.d.ts +73 -0
  462. package/dist/models/PresenceEntryDto.js +68 -0
  463. package/dist/models/PresenceTypeDto.d.ts +67 -0
  464. package/dist/models/PresenceTypeDto.js +64 -0
  465. package/dist/models/ProductDto.d.ts +152 -0
  466. package/dist/models/ProductDto.js +111 -0
  467. package/dist/models/ProductSelectionDto.d.ts +37 -0
  468. package/dist/models/ProductSelectionDto.js +53 -0
  469. package/dist/models/PublicShareDto.d.ts +79 -0
  470. package/dist/models/PublicShareDto.js +66 -0
  471. package/dist/models/RegisterUserDto.d.ts +55 -0
  472. package/dist/models/RegisterUserDto.js +60 -0
  473. package/dist/models/RoleDto.d.ts +55 -0
  474. package/dist/models/RoleDto.js +58 -0
  475. package/dist/models/StatisticsDataEntry.d.ts +37 -0
  476. package/dist/models/StatisticsDataEntry.js +53 -0
  477. package/dist/models/StatisticsDefinitionDto.d.ts +90 -0
  478. package/dist/models/StatisticsDefinitionDto.js +87 -0
  479. package/dist/models/StatisticsResponseDto.d.ts +38 -0
  480. package/dist/models/StatisticsResponseDto.js +54 -0
  481. package/dist/models/SubscriptionChangeDto.d.ts +43 -0
  482. package/dist/models/SubscriptionChangeDto.js +54 -0
  483. package/dist/models/SubscriptionDto.d.ts +132 -0
  484. package/dist/models/SubscriptionDto.js +91 -0
  485. package/dist/models/SubscriptionResponseDto.d.ts +37 -0
  486. package/dist/models/SubscriptionResponseDto.js +52 -0
  487. package/dist/models/TenantConfigurationDto.d.ts +56 -0
  488. package/dist/models/TenantConfigurationDto.js +59 -0
  489. package/dist/models/TenantDto.d.ts +75 -0
  490. package/dist/models/TenantDto.js +68 -0
  491. package/dist/models/TenantInvitationDto.d.ts +37 -0
  492. package/dist/models/TenantInvitationDto.js +52 -0
  493. package/dist/models/TestTokenDto.d.ts +31 -0
  494. package/dist/models/TestTokenDto.js +50 -0
  495. package/dist/models/TestTokenRequest.d.ts +43 -0
  496. package/dist/models/TestTokenRequest.js +56 -0
  497. package/dist/models/TextModuleDto.d.ts +62 -0
  498. package/dist/models/TextModuleDto.js +62 -0
  499. package/dist/models/TextModuleType.d.ts +27 -0
  500. package/dist/models/TextModuleType.js +40 -0
  501. package/dist/models/TimeSpanDto.d.ts +43 -0
  502. package/dist/models/TimeSpanDto.js +56 -0
  503. package/dist/models/TimeTrackingCalendarDayDto.d.ts +75 -0
  504. package/dist/models/TimeTrackingCalendarDayDto.js +66 -0
  505. package/dist/models/TimeTrackingCalendarDto.d.ts +89 -0
  506. package/dist/models/TimeTrackingCalendarDto.js +72 -0
  507. package/dist/models/TimesDto.d.ts +37 -0
  508. package/dist/models/TimesDto.js +52 -0
  509. package/dist/models/UnitDto.d.ts +80 -0
  510. package/dist/models/UnitDto.js +79 -0
  511. package/dist/models/UsageMonitorDto.d.ts +85 -0
  512. package/dist/models/UsageMonitorDto.js +85 -0
  513. package/dist/models/UserApprovalDto.d.ts +43 -0
  514. package/dist/models/UserApprovalDto.js +54 -0
  515. package/dist/models/UserDto.d.ts +61 -0
  516. package/dist/models/UserDto.js +62 -0
  517. package/dist/models/ValidateHandleHandleParameter.d.ts +31 -0
  518. package/dist/models/ValidateHandleHandleParameter.js +50 -0
  519. package/dist/models/ValidateIbanIbanParameter.d.ts +31 -0
  520. package/dist/models/ValidateIbanIbanParameter.js +50 -0
  521. package/dist/models/ValidationDto.d.ts +37 -0
  522. package/dist/models/ValidationDto.js +53 -0
  523. package/dist/models/ValidationErrors.d.ts +38 -0
  524. package/dist/models/ValidationErrors.js +53 -0
  525. package/dist/models/ValidationErrorsErrorsInner.d.ts +37 -0
  526. package/dist/models/ValidationErrorsErrorsInner.js +52 -0
  527. package/dist/models/WikiDto.d.ts +43 -0
  528. package/dist/models/WikiDto.js +55 -0
  529. package/dist/models/WikiPageDto.d.ts +92 -0
  530. package/dist/models/WikiPageDto.js +76 -0
  531. package/dist/models/WorkHoursDto.d.ts +91 -0
  532. package/dist/models/WorkHoursDto.js +71 -0
  533. package/dist/models/index.d.ts +191 -0
  534. package/dist/models/index.js +209 -0
  535. package/dist/runtime.d.ts +182 -0
  536. package/dist/runtime.js +562 -0
  537. package/package.json +18 -0
@@ -0,0 +1,174 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Kommerz API Specification
6
+ * API specification for Kommerz Services. - /ui/ for services consumed by the frontend - /intern/ for internal administration endpoints - /extern/ for services consumed by external services - /stats/ for monitoring endpoints - /actuator/ for health endpoints (e.g. /actuator/health ) All endpoints are postfixed with a version number.
7
+ *
8
+ * The version of the OpenAPI document: 1.130.4
9
+ * Contact: info@kommerz.app
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
+ return new (P || (P = Promise))(function (resolve, reject) {
33
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
37
+ });
38
+ };
39
+ var __generator = (this && this.__generator) || function (thisArg, body) {
40
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
41
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
42
+ function verb(n) { return function (v) { return step([n, v]); }; }
43
+ function step(op) {
44
+ if (f) throw new TypeError("Generator is already executing.");
45
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
46
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
47
+ if (y = 0, t) op = [op[0] & 2, t.value];
48
+ switch (op[0]) {
49
+ case 0: case 1: t = op; break;
50
+ case 4: _.label++; return { value: op[1], done: false };
51
+ case 5: _.label++; y = op[1]; op = [0]; continue;
52
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
53
+ default:
54
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
56
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58
+ if (t[2]) _.ops.pop();
59
+ _.trys.pop(); continue;
60
+ }
61
+ op = body.call(thisArg, _);
62
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
63
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
64
+ }
65
+ };
66
+ Object.defineProperty(exports, "__esModule", { value: true });
67
+ exports.UsersApi = void 0;
68
+ var runtime = require("../runtime");
69
+ var index_1 = require("../models/index");
70
+ /**
71
+ *
72
+ */
73
+ var UsersApi = /** @class */ (function (_super) {
74
+ __extends(UsersApi, _super);
75
+ function UsersApi() {
76
+ return _super !== null && _super.apply(this, arguments) || this;
77
+ }
78
+ /**
79
+ * get all users
80
+ */
81
+ UsersApi.prototype.getAllUsersRaw = function (requestParameters, initOverrides) {
82
+ return __awaiter(this, void 0, void 0, function () {
83
+ var queryParameters, headerParameters, response;
84
+ return __generator(this, function (_a) {
85
+ switch (_a.label) {
86
+ case 0:
87
+ if (requestParameters.pageable === null || requestParameters.pageable === undefined) {
88
+ throw new runtime.RequiredError('pageable', 'Required parameter requestParameters.pageable was null or undefined when calling getAllUsers.');
89
+ }
90
+ queryParameters = {};
91
+ if (requestParameters.pageable !== undefined) {
92
+ queryParameters['pageable'] = requestParameters.pageable;
93
+ }
94
+ if (requestParameters.filter) {
95
+ queryParameters['filter'] = requestParameters.filter;
96
+ }
97
+ headerParameters = {};
98
+ return [4 /*yield*/, this.request({
99
+ path: "/ui/users/v1/users",
100
+ method: 'GET',
101
+ headers: headerParameters,
102
+ query: queryParameters,
103
+ }, initOverrides)];
104
+ case 1:
105
+ response = _a.sent();
106
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.GetAllUsers200ResponseFromJSON)(jsonValue); })];
107
+ }
108
+ });
109
+ });
110
+ };
111
+ /**
112
+ * get all users
113
+ */
114
+ UsersApi.prototype.getAllUsers = function (requestParameters, initOverrides) {
115
+ return __awaiter(this, void 0, void 0, function () {
116
+ var response;
117
+ return __generator(this, function (_a) {
118
+ switch (_a.label) {
119
+ case 0: return [4 /*yield*/, this.getAllUsersRaw(requestParameters, initOverrides)];
120
+ case 1:
121
+ response = _a.sent();
122
+ return [4 /*yield*/, response.value()];
123
+ case 2: return [2 /*return*/, _a.sent()];
124
+ }
125
+ });
126
+ });
127
+ };
128
+ /**
129
+ * read one user
130
+ */
131
+ UsersApi.prototype.getUserRaw = function (requestParameters, initOverrides) {
132
+ return __awaiter(this, void 0, void 0, function () {
133
+ var queryParameters, headerParameters, response;
134
+ return __generator(this, function (_a) {
135
+ switch (_a.label) {
136
+ case 0:
137
+ if (requestParameters.id === null || requestParameters.id === undefined) {
138
+ throw new runtime.RequiredError('id', 'Required parameter requestParameters.id was null or undefined when calling getUser.');
139
+ }
140
+ queryParameters = {};
141
+ headerParameters = {};
142
+ return [4 /*yield*/, this.request({
143
+ path: "/ui/users/v1/users/{id}".replace("{".concat("id", "}"), encodeURIComponent(String(requestParameters.id))),
144
+ method: 'GET',
145
+ headers: headerParameters,
146
+ query: queryParameters,
147
+ }, initOverrides)];
148
+ case 1:
149
+ response = _a.sent();
150
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.UserDtoFromJSON)(jsonValue); })];
151
+ }
152
+ });
153
+ });
154
+ };
155
+ /**
156
+ * read one user
157
+ */
158
+ UsersApi.prototype.getUser = function (requestParameters, initOverrides) {
159
+ return __awaiter(this, void 0, void 0, function () {
160
+ var response;
161
+ return __generator(this, function (_a) {
162
+ switch (_a.label) {
163
+ case 0: return [4 /*yield*/, this.getUserRaw(requestParameters, initOverrides)];
164
+ case 1:
165
+ response = _a.sent();
166
+ return [4 /*yield*/, response.value()];
167
+ case 2: return [2 /*return*/, _a.sent()];
168
+ }
169
+ });
170
+ });
171
+ };
172
+ return UsersApi;
173
+ }(runtime.BaseAPI));
174
+ exports.UsersApi = UsersApi;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Kommerz API Specification
3
+ * API specification for Kommerz Services. - /ui/ for services consumed by the frontend - /intern/ for internal administration endpoints - /extern/ for services consumed by external services - /stats/ for monitoring endpoints - /actuator/ for health endpoints (e.g. /actuator/health ) All endpoints are postfixed with a version number.
4
+ *
5
+ * The version of the OpenAPI document: 1.130.4
6
+ * Contact: info@kommerz.app
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { UserDto } from '../models/index';
14
+ /**
15
+ *
16
+ */
17
+ export declare class UsersMeApi extends runtime.BaseAPI {
18
+ /**
19
+ * get user information
20
+ */
21
+ getMeRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserDto>>;
22
+ /**
23
+ * get user information
24
+ */
25
+ getMe(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserDto>;
26
+ }
@@ -0,0 +1,121 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Kommerz API Specification
6
+ * API specification for Kommerz Services. - /ui/ for services consumed by the frontend - /intern/ for internal administration endpoints - /extern/ for services consumed by external services - /stats/ for monitoring endpoints - /actuator/ for health endpoints (e.g. /actuator/health ) All endpoints are postfixed with a version number.
7
+ *
8
+ * The version of the OpenAPI document: 1.130.4
9
+ * Contact: info@kommerz.app
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
+ return new (P || (P = Promise))(function (resolve, reject) {
33
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
37
+ });
38
+ };
39
+ var __generator = (this && this.__generator) || function (thisArg, body) {
40
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
41
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
42
+ function verb(n) { return function (v) { return step([n, v]); }; }
43
+ function step(op) {
44
+ if (f) throw new TypeError("Generator is already executing.");
45
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
46
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
47
+ if (y = 0, t) op = [op[0] & 2, t.value];
48
+ switch (op[0]) {
49
+ case 0: case 1: t = op; break;
50
+ case 4: _.label++; return { value: op[1], done: false };
51
+ case 5: _.label++; y = op[1]; op = [0]; continue;
52
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
53
+ default:
54
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
56
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58
+ if (t[2]) _.ops.pop();
59
+ _.trys.pop(); continue;
60
+ }
61
+ op = body.call(thisArg, _);
62
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
63
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
64
+ }
65
+ };
66
+ Object.defineProperty(exports, "__esModule", { value: true });
67
+ exports.UsersMeApi = void 0;
68
+ var runtime = require("../runtime");
69
+ var index_1 = require("../models/index");
70
+ /**
71
+ *
72
+ */
73
+ var UsersMeApi = /** @class */ (function (_super) {
74
+ __extends(UsersMeApi, _super);
75
+ function UsersMeApi() {
76
+ return _super !== null && _super.apply(this, arguments) || this;
77
+ }
78
+ /**
79
+ * get user information
80
+ */
81
+ UsersMeApi.prototype.getMeRaw = function (initOverrides) {
82
+ return __awaiter(this, void 0, void 0, function () {
83
+ var queryParameters, headerParameters, response;
84
+ return __generator(this, function (_a) {
85
+ switch (_a.label) {
86
+ case 0:
87
+ queryParameters = {};
88
+ headerParameters = {};
89
+ return [4 /*yield*/, this.request({
90
+ path: "/ui/users/v1/me",
91
+ method: 'GET',
92
+ headers: headerParameters,
93
+ query: queryParameters,
94
+ }, initOverrides)];
95
+ case 1:
96
+ response = _a.sent();
97
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.UserDtoFromJSON)(jsonValue); })];
98
+ }
99
+ });
100
+ });
101
+ };
102
+ /**
103
+ * get user information
104
+ */
105
+ UsersMeApi.prototype.getMe = function (initOverrides) {
106
+ return __awaiter(this, void 0, void 0, function () {
107
+ var response;
108
+ return __generator(this, function (_a) {
109
+ switch (_a.label) {
110
+ case 0: return [4 /*yield*/, this.getMeRaw(initOverrides)];
111
+ case 1:
112
+ response = _a.sent();
113
+ return [4 /*yield*/, response.value()];
114
+ case 2: return [2 /*return*/, _a.sent()];
115
+ }
116
+ });
117
+ });
118
+ };
119
+ return UsersMeApi;
120
+ }(runtime.BaseAPI));
121
+ exports.UsersMeApi = UsersMeApi;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Kommerz API Specification
3
+ * API specification for Kommerz Services. - /ui/ for services consumed by the frontend - /intern/ for internal administration endpoints - /extern/ for services consumed by external services - /stats/ for monitoring endpoints - /actuator/ for health endpoints (e.g. /actuator/health ) All endpoints are postfixed with a version number.
4
+ *
5
+ * The version of the OpenAPI document: 1.130.4
6
+ * Contact: info@kommerz.app
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { RegisterUserDto } from '../models/index';
14
+ export interface RegisterUserRequest {
15
+ registerUserDto: RegisterUserDto;
16
+ }
17
+ /**
18
+ *
19
+ */
20
+ export declare class UsersRegisterApi extends runtime.BaseAPI {
21
+ /**
22
+ * Register a new user
23
+ */
24
+ registerUserRaw(requestParameters: RegisterUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
25
+ /**
26
+ * Register a new user
27
+ */
28
+ registerUser(requestParameters: RegisterUserRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
29
+ }
@@ -0,0 +1,124 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Kommerz API Specification
6
+ * API specification for Kommerz Services. - /ui/ for services consumed by the frontend - /intern/ for internal administration endpoints - /extern/ for services consumed by external services - /stats/ for monitoring endpoints - /actuator/ for health endpoints (e.g. /actuator/health ) All endpoints are postfixed with a version number.
7
+ *
8
+ * The version of the OpenAPI document: 1.130.4
9
+ * Contact: info@kommerz.app
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
+ return new (P || (P = Promise))(function (resolve, reject) {
33
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
37
+ });
38
+ };
39
+ var __generator = (this && this.__generator) || function (thisArg, body) {
40
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
41
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
42
+ function verb(n) { return function (v) { return step([n, v]); }; }
43
+ function step(op) {
44
+ if (f) throw new TypeError("Generator is already executing.");
45
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
46
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
47
+ if (y = 0, t) op = [op[0] & 2, t.value];
48
+ switch (op[0]) {
49
+ case 0: case 1: t = op; break;
50
+ case 4: _.label++; return { value: op[1], done: false };
51
+ case 5: _.label++; y = op[1]; op = [0]; continue;
52
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
53
+ default:
54
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
56
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58
+ if (t[2]) _.ops.pop();
59
+ _.trys.pop(); continue;
60
+ }
61
+ op = body.call(thisArg, _);
62
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
63
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
64
+ }
65
+ };
66
+ Object.defineProperty(exports, "__esModule", { value: true });
67
+ exports.UsersRegisterApi = void 0;
68
+ var runtime = require("../runtime");
69
+ var index_1 = require("../models/index");
70
+ /**
71
+ *
72
+ */
73
+ var UsersRegisterApi = /** @class */ (function (_super) {
74
+ __extends(UsersRegisterApi, _super);
75
+ function UsersRegisterApi() {
76
+ return _super !== null && _super.apply(this, arguments) || this;
77
+ }
78
+ /**
79
+ * Register a new user
80
+ */
81
+ UsersRegisterApi.prototype.registerUserRaw = function (requestParameters, initOverrides) {
82
+ return __awaiter(this, void 0, void 0, function () {
83
+ var queryParameters, headerParameters, response;
84
+ return __generator(this, function (_a) {
85
+ switch (_a.label) {
86
+ case 0:
87
+ if (requestParameters.registerUserDto === null || requestParameters.registerUserDto === undefined) {
88
+ throw new runtime.RequiredError('registerUserDto', 'Required parameter requestParameters.registerUserDto was null or undefined when calling registerUser.');
89
+ }
90
+ queryParameters = {};
91
+ headerParameters = {};
92
+ headerParameters['Content-Type'] = 'application/json';
93
+ return [4 /*yield*/, this.request({
94
+ path: "/ui/users/v1/users/register",
95
+ method: 'POST',
96
+ headers: headerParameters,
97
+ query: queryParameters,
98
+ body: (0, index_1.RegisterUserDtoToJSON)(requestParameters.registerUserDto),
99
+ }, initOverrides)];
100
+ case 1:
101
+ response = _a.sent();
102
+ return [2 /*return*/, new runtime.VoidApiResponse(response)];
103
+ }
104
+ });
105
+ });
106
+ };
107
+ /**
108
+ * Register a new user
109
+ */
110
+ UsersRegisterApi.prototype.registerUser = function (requestParameters, initOverrides) {
111
+ return __awaiter(this, void 0, void 0, function () {
112
+ return __generator(this, function (_a) {
113
+ switch (_a.label) {
114
+ case 0: return [4 /*yield*/, this.registerUserRaw(requestParameters, initOverrides)];
115
+ case 1:
116
+ _a.sent();
117
+ return [2 /*return*/];
118
+ }
119
+ });
120
+ });
121
+ };
122
+ return UsersRegisterApi;
123
+ }(runtime.BaseAPI));
124
+ exports.UsersRegisterApi = UsersRegisterApi;
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Kommerz API Specification
3
+ * API specification for Kommerz Services. - /ui/ for services consumed by the frontend - /intern/ for internal administration endpoints - /extern/ for services consumed by external services - /stats/ for monitoring endpoints - /actuator/ for health endpoints (e.g. /actuator/health ) All endpoints are postfixed with a version number.
4
+ *
5
+ * The version of the OpenAPI document: 1.130.4
6
+ * Contact: info@kommerz.app
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { ValidationDto } from '../models/index';
14
+ export interface ValidateInquiryGetRequest {
15
+ validationKey: string;
16
+ }
17
+ export interface ValidateInquiryPostRequest {
18
+ validationDto: ValidationDto;
19
+ }
20
+ export interface ValidateInquiryPutRequest {
21
+ validationDto: ValidationDto;
22
+ }
23
+ /**
24
+ *
25
+ */
26
+ export declare class ValidationApi extends runtime.BaseAPI {
27
+ /**
28
+ * validates an inquiry
29
+ */
30
+ validateInquiryGetRaw(requestParameters: ValidateInquiryGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
31
+ /**
32
+ * validates an inquiry
33
+ */
34
+ validateInquiryGet(requestParameters: ValidateInquiryGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
35
+ /**
36
+ * validates an inquiry
37
+ */
38
+ validateInquiryPostRaw(requestParameters: ValidateInquiryPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
39
+ /**
40
+ * validates an inquiry
41
+ */
42
+ validateInquiryPost(requestParameters: ValidateInquiryPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
43
+ /**
44
+ * validates an inquiry
45
+ */
46
+ validateInquiryPutRaw(requestParameters: ValidateInquiryPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
47
+ /**
48
+ * validates an inquiry
49
+ */
50
+ validateInquiryPut(requestParameters: ValidateInquiryPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
51
+ }