@jrojaspin/security-map-api-cli 2.3.0 → 2.4.1

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 (599) hide show
  1. package/dist/apis/AccountApi.d.ts +18 -0
  2. package/dist/apis/AccountApi.js +82 -0
  3. package/dist/apis/AccountApi.js.map +1 -0
  4. package/dist/apis/ArticleApi.d.ts +6 -0
  5. package/dist/apis/ArticleApi.js +23 -0
  6. package/dist/apis/ArticleApi.js.map +1 -0
  7. package/dist/apis/HealthcheckApi.d.ts +5 -0
  8. package/dist/apis/HealthcheckApi.js +27 -0
  9. package/dist/apis/HealthcheckApi.js.map +1 -0
  10. package/dist/apis/ItemApi.d.ts +69 -0
  11. package/dist/apis/ItemApi.js +312 -0
  12. package/dist/apis/ItemApi.js.map +1 -0
  13. package/dist/apis/JournalApi.d.ts +22 -0
  14. package/dist/apis/JournalApi.js +75 -0
  15. package/dist/apis/JournalApi.js.map +1 -0
  16. package/dist/apis/LocationApi.d.ts +14 -0
  17. package/dist/apis/LocationApi.js +45 -0
  18. package/dist/apis/LocationApi.js.map +1 -0
  19. package/dist/apis/LoginApi.d.ts +29 -0
  20. package/dist/apis/LoginApi.js +178 -0
  21. package/dist/apis/LoginApi.js.map +1 -0
  22. package/dist/apis/MapApi.d.ts +39 -0
  23. package/dist/apis/MapApi.js +156 -0
  24. package/dist/apis/MapApi.js.map +1 -0
  25. package/dist/apis/MultimediaApi.d.ts +17 -0
  26. package/dist/apis/MultimediaApi.js +66 -0
  27. package/dist/apis/MultimediaApi.js.map +1 -0
  28. package/dist/apis/OrganizationApi.d.ts +32 -0
  29. package/dist/apis/OrganizationApi.js +127 -0
  30. package/dist/apis/OrganizationApi.js.map +1 -0
  31. package/dist/apis/ReportApi.d.ts +23 -0
  32. package/dist/apis/ReportApi.js +74 -0
  33. package/dist/apis/ReportApi.js.map +1 -0
  34. package/dist/apis/SearchApi.d.ts +12 -0
  35. package/dist/apis/SearchApi.js +50 -0
  36. package/dist/apis/SearchApi.js.map +1 -0
  37. package/dist/apis/SourceApi.d.ts +11 -0
  38. package/dist/apis/SourceApi.js +43 -0
  39. package/dist/apis/SourceApi.js.map +1 -0
  40. package/dist/apis/StateMachineApi.d.ts +6 -0
  41. package/dist/apis/StateMachineApi.js +23 -0
  42. package/dist/apis/StateMachineApi.js.map +1 -0
  43. package/dist/apis/index.d.ts +14 -0
  44. package/dist/apis/index.js +15 -0
  45. package/dist/apis/index.js.map +1 -0
  46. package/dist/index.d.ts +3 -0
  47. package/dist/index.js +4 -0
  48. package/dist/index.js.map +1 -0
  49. package/dist/index.mjs +6209 -0
  50. package/dist/index.mjs.map +1 -0
  51. package/dist/models/AccountORM.d.ts +9 -0
  52. package/dist/models/AccountORM.js +28 -0
  53. package/dist/models/AccountORM.js.map +1 -0
  54. package/dist/models/AccountOutput.d.ts +9 -0
  55. package/dist/models/AccountOutput.js +29 -0
  56. package/dist/models/AccountOutput.js.map +1 -0
  57. package/dist/models/AddUserToOrganizationDto.d.ts +9 -0
  58. package/dist/models/AddUserToOrganizationDto.js +29 -0
  59. package/dist/models/AddUserToOrganizationDto.js.map +1 -0
  60. package/dist/models/ArticleORM.d.ts +13 -0
  61. package/dist/models/ArticleORM.js +42 -0
  62. package/dist/models/ArticleORM.js.map +1 -0
  63. package/dist/models/ArticlePresentationORM.d.ts +10 -0
  64. package/dist/models/ArticlePresentationORM.js +34 -0
  65. package/dist/models/ArticlePresentationORM.js.map +1 -0
  66. package/dist/models/ArticleTypeORM.d.ts +9 -0
  67. package/dist/models/ArticleTypeORM.js +30 -0
  68. package/dist/models/ArticleTypeORM.js.map +1 -0
  69. package/dist/models/AutoCompleteORM.d.ts +12 -0
  70. package/dist/models/AutoCompleteORM.js +36 -0
  71. package/dist/models/AutoCompleteORM.js.map +1 -0
  72. package/dist/models/AvailableArticlesDto.d.ts +17 -0
  73. package/dist/models/AvailableArticlesDto.js +49 -0
  74. package/dist/models/AvailableArticlesDto.js.map +1 -0
  75. package/dist/models/AvailableArticlesOutput.d.ts +9 -0
  76. package/dist/models/AvailableArticlesOutput.js +29 -0
  77. package/dist/models/AvailableArticlesOutput.js.map +1 -0
  78. package/dist/models/AxisTitle.d.ts +9 -0
  79. package/dist/models/AxisTitle.js +32 -0
  80. package/dist/models/AxisTitle.js.map +1 -0
  81. package/dist/models/ChartConfiguration.d.ts +12 -0
  82. package/dist/models/ChartConfiguration.js +38 -0
  83. package/dist/models/ChartConfiguration.js.map +1 -0
  84. package/dist/models/ChartData.d.ts +9 -0
  85. package/dist/models/ChartData.js +29 -0
  86. package/dist/models/ChartData.js.map +1 -0
  87. package/dist/models/ChartDataset.d.ts +16 -0
  88. package/dist/models/ChartDataset.js +45 -0
  89. package/dist/models/ChartDataset.js.map +1 -0
  90. package/dist/models/ChartLegend.d.ts +15 -0
  91. package/dist/models/ChartLegend.js +34 -0
  92. package/dist/models/ChartLegend.js.map +1 -0
  93. package/dist/models/ChartOptions.d.ts +12 -0
  94. package/dist/models/ChartOptions.js +38 -0
  95. package/dist/models/ChartOptions.js.map +1 -0
  96. package/dist/models/ChartPlugins.d.ts +11 -0
  97. package/dist/models/ChartPlugins.js +34 -0
  98. package/dist/models/ChartPlugins.js.map +1 -0
  99. package/dist/models/ChartScales.d.ts +11 -0
  100. package/dist/models/ChartScales.js +34 -0
  101. package/dist/models/ChartScales.js.map +1 -0
  102. package/dist/models/ChartTitle.d.ts +9 -0
  103. package/dist/models/ChartTitle.js +32 -0
  104. package/dist/models/ChartTitle.js.map +1 -0
  105. package/dist/models/DataPoint.d.ts +9 -0
  106. package/dist/models/DataPoint.js +32 -0
  107. package/dist/models/DataPoint.js.map +1 -0
  108. package/dist/models/ItemLayerLinkInputDto.d.ts +8 -0
  109. package/dist/models/ItemLayerLinkInputDto.js +28 -0
  110. package/dist/models/ItemLayerLinkInputDto.js.map +1 -0
  111. package/dist/models/ItemLinkToLayerOutput.d.ts +8 -0
  112. package/dist/models/ItemLinkToLayerOutput.js +28 -0
  113. package/dist/models/ItemLinkToLayerOutput.js.map +1 -0
  114. package/dist/models/ItemTypeFormDto.d.ts +13 -0
  115. package/dist/models/ItemTypeFormDto.js +39 -0
  116. package/dist/models/ItemTypeFormDto.js.map +1 -0
  117. package/dist/models/ItemTypeFormOutput.d.ts +9 -0
  118. package/dist/models/ItemTypeFormOutput.js +29 -0
  119. package/dist/models/ItemTypeFormOutput.js.map +1 -0
  120. package/dist/models/ItemTypeORM.d.ts +13 -0
  121. package/dist/models/ItemTypeORM.js +42 -0
  122. package/dist/models/ItemTypeORM.js.map +1 -0
  123. package/dist/models/ItemTypeOutput.d.ts +9 -0
  124. package/dist/models/ItemTypeOutput.js +29 -0
  125. package/dist/models/ItemTypeOutput.js.map +1 -0
  126. package/dist/models/ItemsOutput.d.ts +9 -0
  127. package/dist/models/ItemsOutput.js +29 -0
  128. package/dist/models/ItemsOutput.js.map +1 -0
  129. package/dist/models/JournalBookORM.d.ts +10 -0
  130. package/dist/models/JournalBookORM.js +36 -0
  131. package/dist/models/JournalBookORM.js.map +1 -0
  132. package/dist/models/JournalEntryArticleORM.d.ts +13 -0
  133. package/dist/models/JournalEntryArticleORM.js +46 -0
  134. package/dist/models/JournalEntryArticleORM.js.map +1 -0
  135. package/dist/models/JournalEntryListOutput.d.ts +9 -0
  136. package/dist/models/JournalEntryListOutput.js +29 -0
  137. package/dist/models/JournalEntryListOutput.js.map +1 -0
  138. package/dist/models/JournalEntryMultimediaInput.d.ts +8 -0
  139. package/dist/models/JournalEntryMultimediaInput.js +28 -0
  140. package/dist/models/JournalEntryMultimediaInput.js.map +1 -0
  141. package/dist/models/JournalEntryMultimediaORM.d.ts +10 -0
  142. package/dist/models/JournalEntryMultimediaORM.js +34 -0
  143. package/dist/models/JournalEntryMultimediaORM.js.map +1 -0
  144. package/dist/models/JournalEntryMultimediaOutput.d.ts +8 -0
  145. package/dist/models/JournalEntryMultimediaOutput.js +28 -0
  146. package/dist/models/JournalEntryMultimediaOutput.js.map +1 -0
  147. package/dist/models/JournalEntryORM.d.ts +13 -0
  148. package/dist/models/JournalEntryORM.js +40 -0
  149. package/dist/models/JournalEntryORM.js.map +1 -0
  150. package/dist/models/JournalEntryOutput.d.ts +9 -0
  151. package/dist/models/JournalEntryOutput.js +29 -0
  152. package/dist/models/JournalEntryOutput.js.map +1 -0
  153. package/dist/models/JournalEntryOutputDto.d.ts +9 -0
  154. package/dist/models/JournalEntryOutputDto.js +32 -0
  155. package/dist/models/JournalEntryOutputDto.js.map +1 -0
  156. package/dist/models/LegendPosition.d.ts +12 -0
  157. package/dist/models/LegendPosition.js +29 -0
  158. package/dist/models/LegendPosition.js.map +1 -0
  159. package/dist/models/LocationORM.d.ts +25 -0
  160. package/dist/models/LocationORM.js +94 -0
  161. package/dist/models/LocationORM.js.map +1 -0
  162. package/dist/models/LocationOutput.d.ts +9 -0
  163. package/dist/models/LocationOutput.js +29 -0
  164. package/dist/models/LocationOutput.js.map +1 -0
  165. package/dist/models/MagnitudeORM.d.ts +9 -0
  166. package/dist/models/MagnitudeORM.js +30 -0
  167. package/dist/models/MagnitudeORM.js.map +1 -0
  168. package/dist/models/ManualLoginInput.d.ts +9 -0
  169. package/dist/models/ManualLoginInput.js +32 -0
  170. package/dist/models/ManualLoginInput.js.map +1 -0
  171. package/dist/models/ManualLoginPasswordUpdateInput.d.ts +9 -0
  172. package/dist/models/ManualLoginPasswordUpdateInput.js +32 -0
  173. package/dist/models/ManualLoginPasswordUpdateInput.js.map +1 -0
  174. package/dist/models/ManualRegisterInput.d.ts +10 -0
  175. package/dist/models/ManualRegisterInput.js +36 -0
  176. package/dist/models/ManualRegisterInput.js.map +1 -0
  177. package/dist/models/MapItemArticleInputDto.d.ts +13 -0
  178. package/dist/models/MapItemArticleInputDto.js +44 -0
  179. package/dist/models/MapItemArticleInputDto.js.map +1 -0
  180. package/dist/models/MapItemArticleORM.d.ts +13 -0
  181. package/dist/models/MapItemArticleORM.js +46 -0
  182. package/dist/models/MapItemArticleORM.js.map +1 -0
  183. package/dist/models/MapItemCustomFieldDefinitionORM.d.ts +11 -0
  184. package/dist/models/MapItemCustomFieldDefinitionORM.js +38 -0
  185. package/dist/models/MapItemCustomFieldDefinitionORM.js.map +1 -0
  186. package/dist/models/MapItemDynamicFieldInputDto.d.ts +11 -0
  187. package/dist/models/MapItemDynamicFieldInputDto.js +36 -0
  188. package/dist/models/MapItemDynamicFieldInputDto.js.map +1 -0
  189. package/dist/models/MapItemDynamicFieldORM.d.ts +11 -0
  190. package/dist/models/MapItemDynamicFieldORM.js +38 -0
  191. package/dist/models/MapItemDynamicFieldORM.js.map +1 -0
  192. package/dist/models/MapItemDynamicFieldWithDefinitionORM.d.ts +11 -0
  193. package/dist/models/MapItemDynamicFieldWithDefinitionORM.js +34 -0
  194. package/dist/models/MapItemDynamicFieldWithDefinitionORM.js.map +1 -0
  195. package/dist/models/MapItemInput.d.ts +23 -0
  196. package/dist/models/MapItemInput.js +69 -0
  197. package/dist/models/MapItemInput.js.map +1 -0
  198. package/dist/models/MapItemLinkORM.d.ts +13 -0
  199. package/dist/models/MapItemLinkORM.js +42 -0
  200. package/dist/models/MapItemLinkORM.js.map +1 -0
  201. package/dist/models/MapItemLinkOutput.d.ts +9 -0
  202. package/dist/models/MapItemLinkOutput.js +29 -0
  203. package/dist/models/MapItemLinkOutput.js.map +1 -0
  204. package/dist/models/MapItemListOutput.d.ts +9 -0
  205. package/dist/models/MapItemListOutput.js +29 -0
  206. package/dist/models/MapItemListOutput.js.map +1 -0
  207. package/dist/models/MapItemMultimediaORM.d.ts +10 -0
  208. package/dist/models/MapItemMultimediaORM.js +34 -0
  209. package/dist/models/MapItemMultimediaORM.js.map +1 -0
  210. package/dist/models/MapItemMultimediaOutput.d.ts +9 -0
  211. package/dist/models/MapItemMultimediaOutput.js +29 -0
  212. package/dist/models/MapItemMultimediaOutput.js.map +1 -0
  213. package/dist/models/MapItemNearByORM.d.ts +9 -0
  214. package/dist/models/MapItemNearByORM.js +32 -0
  215. package/dist/models/MapItemNearByORM.js.map +1 -0
  216. package/dist/models/MapItemORM.d.ts +16 -0
  217. package/dist/models/MapItemORM.js +50 -0
  218. package/dist/models/MapItemORM.js.map +1 -0
  219. package/dist/models/MapItemOutput.d.ts +9 -0
  220. package/dist/models/MapItemOutput.js +29 -0
  221. package/dist/models/MapItemOutput.js.map +1 -0
  222. package/dist/models/MapItemOutputDto.d.ts +27 -0
  223. package/dist/models/MapItemOutputDto.js +84 -0
  224. package/dist/models/MapItemOutputDto.js.map +1 -0
  225. package/dist/models/MapItemOutputDtoProps.d.ts +27 -0
  226. package/dist/models/MapItemOutputDtoProps.js +84 -0
  227. package/dist/models/MapItemOutputDtoProps.js.map +1 -0
  228. package/dist/models/MapItemTypeDynamicFieldDefinitionOutput.d.ts +9 -0
  229. package/dist/models/MapItemTypeDynamicFieldDefinitionOutput.js +29 -0
  230. package/dist/models/MapItemTypeDynamicFieldDefinitionOutput.js.map +1 -0
  231. package/dist/models/MapItemTypeDynamicFieldDefinitionValuesOutput.d.ts +8 -0
  232. package/dist/models/MapItemTypeDynamicFieldDefinitionValuesOutput.js +28 -0
  233. package/dist/models/MapItemTypeDynamicFieldDefinitionValuesOutput.js.map +1 -0
  234. package/dist/models/MapItemTypeFormORM.d.ts +10 -0
  235. package/dist/models/MapItemTypeFormORM.js +34 -0
  236. package/dist/models/MapItemTypeFormORM.js.map +1 -0
  237. package/dist/models/MapItemTypeFormSectionDto.d.ts +11 -0
  238. package/dist/models/MapItemTypeFormSectionDto.js +34 -0
  239. package/dist/models/MapItemTypeFormSectionDto.js.map +1 -0
  240. package/dist/models/MapItemTypeFormSectionFieldORM.d.ts +12 -0
  241. package/dist/models/MapItemTypeFormSectionFieldORM.js +42 -0
  242. package/dist/models/MapItemTypeFormSectionFieldORM.js.map +1 -0
  243. package/dist/models/MapItemTypeFormSectionORM.d.ts +11 -0
  244. package/dist/models/MapItemTypeFormSectionORM.js +38 -0
  245. package/dist/models/MapItemTypeFormSectionORM.js.map +1 -0
  246. package/dist/models/MapItemTypeORM.d.ts +16 -0
  247. package/dist/models/MapItemTypeORM.js +54 -0
  248. package/dist/models/MapItemTypeORM.js.map +1 -0
  249. package/dist/models/MapItemTypeOutput.d.ts +9 -0
  250. package/dist/models/MapItemTypeOutput.js +29 -0
  251. package/dist/models/MapItemTypeOutput.js.map +1 -0
  252. package/dist/models/MapLayerInput.d.ts +10 -0
  253. package/dist/models/MapLayerInput.js +36 -0
  254. package/dist/models/MapLayerInput.js.map +1 -0
  255. package/dist/models/MapLayerItemListOutput.d.ts +9 -0
  256. package/dist/models/MapLayerItemListOutput.js +29 -0
  257. package/dist/models/MapLayerItemListOutput.js.map +1 -0
  258. package/dist/models/MapLayerItemORM.d.ts +12 -0
  259. package/dist/models/MapLayerItemORM.js +42 -0
  260. package/dist/models/MapLayerItemORM.js.map +1 -0
  261. package/dist/models/MapLayerItemOutput.d.ts +9 -0
  262. package/dist/models/MapLayerItemOutput.js +29 -0
  263. package/dist/models/MapLayerItemOutput.js.map +1 -0
  264. package/dist/models/MapLayerListOutput.d.ts +9 -0
  265. package/dist/models/MapLayerListOutput.js +29 -0
  266. package/dist/models/MapLayerListOutput.js.map +1 -0
  267. package/dist/models/MapLayerORM.d.ts +12 -0
  268. package/dist/models/MapLayerORM.js +38 -0
  269. package/dist/models/MapLayerORM.js.map +1 -0
  270. package/dist/models/MapLayerOutput.d.ts +9 -0
  271. package/dist/models/MapLayerOutput.js +29 -0
  272. package/dist/models/MapLayerOutput.js.map +1 -0
  273. package/dist/models/MapLayerOutputDto.d.ts +14 -0
  274. package/dist/models/MapLayerOutputDto.js +47 -0
  275. package/dist/models/MapLayerOutputDto.js.map +1 -0
  276. package/dist/models/MapListOutput.d.ts +9 -0
  277. package/dist/models/MapListOutput.js +29 -0
  278. package/dist/models/MapListOutput.js.map +1 -0
  279. package/dist/models/MapORM.d.ts +13 -0
  280. package/dist/models/MapORM.js +42 -0
  281. package/dist/models/MapORM.js.map +1 -0
  282. package/dist/models/MapOutput.d.ts +9 -0
  283. package/dist/models/MapOutput.js +29 -0
  284. package/dist/models/MapOutput.js.map +1 -0
  285. package/dist/models/MapZoneInput.d.ts +8 -0
  286. package/dist/models/MapZoneInput.js +28 -0
  287. package/dist/models/MapZoneInput.js.map +1 -0
  288. package/dist/models/MapZoneORM.d.ts +10 -0
  289. package/dist/models/MapZoneORM.js +34 -0
  290. package/dist/models/MapZoneORM.js.map +1 -0
  291. package/dist/models/MapZoneOutput.d.ts +9 -0
  292. package/dist/models/MapZoneOutput.js +29 -0
  293. package/dist/models/MapZoneOutput.js.map +1 -0
  294. package/dist/models/MapZoneOutputDto.d.ts +12 -0
  295. package/dist/models/MapZoneOutputDto.js +39 -0
  296. package/dist/models/MapZoneOutputDto.js.map +1 -0
  297. package/dist/models/MapZonePointORM.d.ts +10 -0
  298. package/dist/models/MapZonePointORM.js +34 -0
  299. package/dist/models/MapZonePointORM.js.map +1 -0
  300. package/dist/models/MeasureUnitORM.d.ts +11 -0
  301. package/dist/models/MeasureUnitORM.js +38 -0
  302. package/dist/models/MeasureUnitORM.js.map +1 -0
  303. package/dist/models/ModelRequestContext.d.ts +9 -0
  304. package/dist/models/ModelRequestContext.js +30 -0
  305. package/dist/models/ModelRequestContext.js.map +1 -0
  306. package/dist/models/MultimediaORM.d.ts +12 -0
  307. package/dist/models/MultimediaORM.js +38 -0
  308. package/dist/models/MultimediaORM.js.map +1 -0
  309. package/dist/models/MultimediaOutput.d.ts +9 -0
  310. package/dist/models/MultimediaOutput.js +29 -0
  311. package/dist/models/MultimediaOutput.js.map +1 -0
  312. package/dist/models/NominatimAddressORM.d.ts +17 -0
  313. package/dist/models/NominatimAddressORM.js +64 -0
  314. package/dist/models/NominatimAddressORM.js.map +1 -0
  315. package/dist/models/NominatimORM.d.ts +22 -0
  316. package/dist/models/NominatimORM.js +84 -0
  317. package/dist/models/NominatimORM.js.map +1 -0
  318. package/dist/models/OrganizationORM.d.ts +10 -0
  319. package/dist/models/OrganizationORM.js +34 -0
  320. package/dist/models/OrganizationORM.js.map +1 -0
  321. package/dist/models/ReportAvailableColumnDto.d.ts +9 -0
  322. package/dist/models/ReportAvailableColumnDto.js +32 -0
  323. package/dist/models/ReportAvailableColumnDto.js.map +1 -0
  324. package/dist/models/ReportAvailableColumnsListOutput.d.ts +9 -0
  325. package/dist/models/ReportAvailableColumnsListOutput.js +29 -0
  326. package/dist/models/ReportAvailableColumnsListOutput.js.map +1 -0
  327. package/dist/models/ReportColumnFilterORM.d.ts +12 -0
  328. package/dist/models/ReportColumnFilterORM.js +42 -0
  329. package/dist/models/ReportColumnFilterORM.js.map +1 -0
  330. package/dist/models/ReportColumnORM.d.ts +16 -0
  331. package/dist/models/ReportColumnORM.js +54 -0
  332. package/dist/models/ReportColumnORM.js.map +1 -0
  333. package/dist/models/ReportConfigurationDto.d.ts +9 -0
  334. package/dist/models/ReportConfigurationDto.js +32 -0
  335. package/dist/models/ReportConfigurationDto.js.map +1 -0
  336. package/dist/models/ReportDataCSVDto.d.ts +8 -0
  337. package/dist/models/ReportDataCSVDto.js +28 -0
  338. package/dist/models/ReportDataCSVDto.js.map +1 -0
  339. package/dist/models/ReportDataDto.d.ts +11 -0
  340. package/dist/models/ReportDataDto.js +30 -0
  341. package/dist/models/ReportDataDto.js.map +1 -0
  342. package/dist/models/ReportDataJSONDto.d.ts +9 -0
  343. package/dist/models/ReportDataJSONDto.js +29 -0
  344. package/dist/models/ReportDataJSONDto.js.map +1 -0
  345. package/dist/models/ReportDataORM.d.ts +9 -0
  346. package/dist/models/ReportDataORM.js +29 -0
  347. package/dist/models/ReportDataORM.js.map +1 -0
  348. package/dist/models/ReportDataOutput.d.ts +9 -0
  349. package/dist/models/ReportDataOutput.js +29 -0
  350. package/dist/models/ReportDataOutput.js.map +1 -0
  351. package/dist/models/ReportDataRowORM.d.ts +8 -0
  352. package/dist/models/ReportDataRowORM.js +28 -0
  353. package/dist/models/ReportDataRowORM.js.map +1 -0
  354. package/dist/models/ReportDto.d.ts +9 -0
  355. package/dist/models/ReportDto.js +32 -0
  356. package/dist/models/ReportDto.js.map +1 -0
  357. package/dist/models/ReportListOutput.d.ts +9 -0
  358. package/dist/models/ReportListOutput.js +29 -0
  359. package/dist/models/ReportListOutput.js.map +1 -0
  360. package/dist/models/ReportORM.d.ts +12 -0
  361. package/dist/models/ReportORM.js +38 -0
  362. package/dist/models/ReportORM.js.map +1 -0
  363. package/dist/models/ReportOutput.d.ts +9 -0
  364. package/dist/models/ReportOutput.js +29 -0
  365. package/dist/models/ReportOutput.js.map +1 -0
  366. package/dist/models/SearchORM.d.ts +10 -0
  367. package/dist/models/SearchORM.js +36 -0
  368. package/dist/models/SearchORM.js.map +1 -0
  369. package/dist/models/SearchOutput.d.ts +9 -0
  370. package/dist/models/SearchOutput.js +29 -0
  371. package/dist/models/SearchOutput.js.map +1 -0
  372. package/dist/models/SearchResultDto.d.ts +9 -0
  373. package/dist/models/SearchResultDto.js +29 -0
  374. package/dist/models/SearchResultDto.js.map +1 -0
  375. package/dist/models/SearchResultSectionDto.d.ts +11 -0
  376. package/dist/models/SearchResultSectionDto.js +37 -0
  377. package/dist/models/SearchResultSectionDto.js.map +1 -0
  378. package/dist/models/SearchResultSectionItem.d.ts +12 -0
  379. package/dist/models/SearchResultSectionItem.js +39 -0
  380. package/dist/models/SearchResultSectionItem.js.map +1 -0
  381. package/dist/models/SourceDto.d.ts +9 -0
  382. package/dist/models/SourceDto.js +30 -0
  383. package/dist/models/SourceDto.js.map +1 -0
  384. package/dist/models/SourceListOutput.d.ts +9 -0
  385. package/dist/models/SourceListOutput.js +29 -0
  386. package/dist/models/SourceListOutput.js.map +1 -0
  387. package/dist/models/SourceOutput.d.ts +9 -0
  388. package/dist/models/SourceOutput.js +29 -0
  389. package/dist/models/SourceOutput.js.map +1 -0
  390. package/dist/models/StateMachineDefinitionListOutput.d.ts +9 -0
  391. package/dist/models/StateMachineDefinitionListOutput.js +29 -0
  392. package/dist/models/StateMachineDefinitionListOutput.js.map +1 -0
  393. package/dist/models/StateMachineDefinitionOutputDto.d.ts +14 -0
  394. package/dist/models/StateMachineDefinitionOutputDto.js +46 -0
  395. package/dist/models/StateMachineDefinitionOutputDto.js.map +1 -0
  396. package/dist/models/StateMachineORM.d.ts +10 -0
  397. package/dist/models/StateMachineORM.js +32 -0
  398. package/dist/models/StateMachineORM.js.map +1 -0
  399. package/dist/models/StateMachineStateORM.d.ts +11 -0
  400. package/dist/models/StateMachineStateORM.js +38 -0
  401. package/dist/models/StateMachineStateORM.js.map +1 -0
  402. package/dist/models/StateMachineStateOutputDto.d.ts +10 -0
  403. package/dist/models/StateMachineStateOutputDto.js +36 -0
  404. package/dist/models/StateMachineStateOutputDto.js.map +1 -0
  405. package/dist/models/StateMachineTransitionLogORM.d.ts +12 -0
  406. package/dist/models/StateMachineTransitionLogORM.js +40 -0
  407. package/dist/models/StateMachineTransitionLogORM.js.map +1 -0
  408. package/dist/models/StateMachineTransitionORM.d.ts +12 -0
  409. package/dist/models/StateMachineTransitionORM.js +42 -0
  410. package/dist/models/StateMachineTransitionORM.js.map +1 -0
  411. package/dist/models/StateMachineTransitionOutputDto.d.ts +11 -0
  412. package/dist/models/StateMachineTransitionOutputDto.js +40 -0
  413. package/dist/models/StateMachineTransitionOutputDto.js.map +1 -0
  414. package/dist/models/UpdateUserInOrganizationPasswordDto.d.ts +8 -0
  415. package/dist/models/UpdateUserInOrganizationPasswordDto.js +28 -0
  416. package/dist/models/UpdateUserInOrganizationPasswordDto.js.map +1 -0
  417. package/dist/models/UploadDto.d.ts +9 -0
  418. package/dist/models/UploadDto.js +32 -0
  419. package/dist/models/UploadDto.js.map +1 -0
  420. package/dist/models/UploadOutput.d.ts +9 -0
  421. package/dist/models/UploadOutput.js +29 -0
  422. package/dist/models/UploadOutput.js.map +1 -0
  423. package/dist/models/UserDto.d.ts +10 -0
  424. package/dist/models/UserDto.js +33 -0
  425. package/dist/models/UserDto.js.map +1 -0
  426. package/dist/models/UserInOrganizationDto.d.ts +15 -0
  427. package/dist/models/UserInOrganizationDto.js +56 -0
  428. package/dist/models/UserInOrganizationDto.js.map +1 -0
  429. package/dist/models/UserInOrganizationOutput.d.ts +9 -0
  430. package/dist/models/UserInOrganizationOutput.js +29 -0
  431. package/dist/models/UserInOrganizationOutput.js.map +1 -0
  432. package/dist/models/UserORM.d.ts +17 -0
  433. package/dist/models/UserORM.js +60 -0
  434. package/dist/models/UserORM.js.map +1 -0
  435. package/dist/models/XAxisOptions.d.ts +10 -0
  436. package/dist/models/XAxisOptions.js +33 -0
  437. package/dist/models/XAxisOptions.js.map +1 -0
  438. package/dist/models/YAxisOptions.d.ts +10 -0
  439. package/dist/models/YAxisOptions.js +33 -0
  440. package/dist/models/YAxisOptions.js.map +1 -0
  441. package/dist/models/index.d.ts +130 -0
  442. package/dist/models/index.js +131 -0
  443. package/dist/models/index.js.map +1 -0
  444. package/dist/runtime.d.ts +154 -0
  445. package/dist/runtime.js +286 -0
  446. package/dist/runtime.js.map +1 -0
  447. package/package.json +4 -1
  448. package/.env.template +0 -23
  449. package/src/apis/AccountApi.ts +0 -171
  450. package/src/apis/ArticleApi.ts +0 -62
  451. package/src/apis/HealthcheckApi.ts +0 -55
  452. package/src/apis/ItemApi.ts +0 -662
  453. package/src/apis/JournalApi.ts +0 -181
  454. package/src/apis/LocationApi.ts +0 -113
  455. package/src/apis/LoginApi.ts +0 -291
  456. package/src/apis/MapApi.ts +0 -340
  457. package/src/apis/MultimediaApi.ts +0 -152
  458. package/src/apis/OrganizationApi.ts +0 -269
  459. package/src/apis/ReportApi.ts +0 -171
  460. package/src/apis/SearchApi.ts +0 -110
  461. package/src/apis/SourceApi.ts +0 -103
  462. package/src/apis/StateMachineApi.ts +0 -62
  463. package/src/apis/index.ts +0 -16
  464. package/src/index.ts +0 -5
  465. package/src/models/AccountORM.ts +0 -73
  466. package/src/models/AccountOutput.ts +0 -74
  467. package/src/models/AddUserToOrganizationDto.ts +0 -74
  468. package/src/models/ArticleORM.ts +0 -108
  469. package/src/models/ArticlePresentationORM.ts +0 -83
  470. package/src/models/ArticleTypeORM.ts +0 -74
  471. package/src/models/AutoCompleteORM.ts +0 -98
  472. package/src/models/AvailableArticlesDto.ts +0 -138
  473. package/src/models/AvailableArticlesOutput.ts +0 -74
  474. package/src/models/AxisTitle.ts +0 -75
  475. package/src/models/ChartConfiguration.ts +0 -99
  476. package/src/models/ChartData.ts +0 -74
  477. package/src/models/ChartDataset.ts +0 -131
  478. package/src/models/ChartLegend.ts +0 -79
  479. package/src/models/ChartOptions.ts +0 -99
  480. package/src/models/ChartPlugins.ts +0 -90
  481. package/src/models/ChartScales.ts +0 -90
  482. package/src/models/ChartTitle.ts +0 -75
  483. package/src/models/DataPoint.ts +0 -75
  484. package/src/models/ItemLayerLinkInputDto.ts +0 -66
  485. package/src/models/ItemLinkToLayerOutput.ts +0 -66
  486. package/src/models/ItemTypeFormDto.ts +0 -106
  487. package/src/models/ItemTypeFormOutput.ts +0 -74
  488. package/src/models/ItemTypeORM.ts +0 -108
  489. package/src/models/ItemTypeOutput.ts +0 -74
  490. package/src/models/ItemsOutput.ts +0 -74
  491. package/src/models/JournalBookORM.ts +0 -84
  492. package/src/models/JournalEntryArticleORM.ts +0 -110
  493. package/src/models/JournalEntryListOutput.ts +0 -74
  494. package/src/models/JournalEntryMultimediaInput.ts +0 -66
  495. package/src/models/JournalEntryMultimediaORM.ts +0 -83
  496. package/src/models/JournalEntryMultimediaOutput.ts +0 -66
  497. package/src/models/JournalEntryORM.ts +0 -107
  498. package/src/models/JournalEntryOutput.ts +0 -74
  499. package/src/models/JournalEntryOutputDto.ts +0 -75
  500. package/src/models/LegendPosition.ts +0 -55
  501. package/src/models/LocationORM.ts +0 -218
  502. package/src/models/LocationOutput.ts +0 -74
  503. package/src/models/MagnitudeORM.ts +0 -74
  504. package/src/models/ManualLoginInput.ts +0 -75
  505. package/src/models/ManualLoginPasswordUpdateInput.ts +0 -75
  506. package/src/models/ManualRegisterInput.ts +0 -84
  507. package/src/models/MapItemArticleInputDto.ts +0 -109
  508. package/src/models/MapItemArticleORM.ts +0 -110
  509. package/src/models/MapItemCustomFieldDefinitionORM.ts +0 -92
  510. package/src/models/MapItemDynamicFieldInputDto.ts +0 -91
  511. package/src/models/MapItemDynamicFieldORM.ts +0 -92
  512. package/src/models/MapItemDynamicFieldWithDefinitionORM.ts +0 -90
  513. package/src/models/MapItemInput.ts +0 -191
  514. package/src/models/MapItemLinkORM.ts +0 -108
  515. package/src/models/MapItemLinkOutput.ts +0 -74
  516. package/src/models/MapItemListOutput.ts +0 -74
  517. package/src/models/MapItemMultimediaORM.ts +0 -83
  518. package/src/models/MapItemMultimediaOutput.ts +0 -74
  519. package/src/models/MapItemNearByORM.ts +0 -75
  520. package/src/models/MapItemORM.ts +0 -133
  521. package/src/models/MapItemOutput.ts +0 -74
  522. package/src/models/MapItemOutputDto.ts +0 -225
  523. package/src/models/MapItemOutputDtoProps.ts +0 -225
  524. package/src/models/MapItemTypeDynamicFieldDefinitionOutput.ts +0 -74
  525. package/src/models/MapItemTypeDynamicFieldDefinitionValuesOutput.ts +0 -66
  526. package/src/models/MapItemTypeFormORM.ts +0 -83
  527. package/src/models/MapItemTypeFormSectionDto.ts +0 -90
  528. package/src/models/MapItemTypeFormSectionFieldORM.ts +0 -101
  529. package/src/models/MapItemTypeFormSectionORM.ts +0 -92
  530. package/src/models/MapItemTypeORM.ts +0 -135
  531. package/src/models/MapItemTypeOutput.ts +0 -74
  532. package/src/models/MapLayerInput.ts +0 -84
  533. package/src/models/MapLayerItemListOutput.ts +0 -74
  534. package/src/models/MapLayerItemORM.ts +0 -101
  535. package/src/models/MapLayerItemOutput.ts +0 -74
  536. package/src/models/MapLayerListOutput.ts +0 -74
  537. package/src/models/MapLayerORM.ts +0 -99
  538. package/src/models/MapLayerOutput.ts +0 -74
  539. package/src/models/MapLayerOutputDto.ts +0 -118
  540. package/src/models/MapListOutput.ts +0 -74
  541. package/src/models/MapORM.ts +0 -108
  542. package/src/models/MapOutput.ts +0 -74
  543. package/src/models/MapZoneInput.ts +0 -66
  544. package/src/models/MapZoneORM.ts +0 -83
  545. package/src/models/MapZoneOutput.ts +0 -74
  546. package/src/models/MapZoneOutputDto.ts +0 -100
  547. package/src/models/MapZonePointORM.ts +0 -83
  548. package/src/models/MeasureUnitORM.ts +0 -92
  549. package/src/models/ModelRequestContext.ts +0 -74
  550. package/src/models/MultimediaORM.ts +0 -99
  551. package/src/models/MultimediaOutput.ts +0 -74
  552. package/src/models/NominatimAddressORM.ts +0 -147
  553. package/src/models/NominatimORM.ts +0 -192
  554. package/src/models/OrganizationORM.ts +0 -83
  555. package/src/models/ReportAvailableColumnDto.ts +0 -75
  556. package/src/models/ReportAvailableColumnsListOutput.ts +0 -74
  557. package/src/models/ReportColumnFilterORM.ts +0 -101
  558. package/src/models/ReportColumnORM.ts +0 -135
  559. package/src/models/ReportConfigurationDto.ts +0 -75
  560. package/src/models/ReportDataCSVDto.ts +0 -66
  561. package/src/models/ReportDataDto.ts +0 -88
  562. package/src/models/ReportDataJSONDto.ts +0 -74
  563. package/src/models/ReportDataORM.ts +0 -74
  564. package/src/models/ReportDataOutput.ts +0 -74
  565. package/src/models/ReportDataRowORM.ts +0 -66
  566. package/src/models/ReportDto.ts +0 -75
  567. package/src/models/ReportListOutput.ts +0 -74
  568. package/src/models/ReportORM.ts +0 -99
  569. package/src/models/ReportOutput.ts +0 -74
  570. package/src/models/SearchORM.ts +0 -84
  571. package/src/models/SearchOutput.ts +0 -74
  572. package/src/models/SearchResultDto.ts +0 -74
  573. package/src/models/SearchResultSectionDto.ts +0 -92
  574. package/src/models/SearchResultSectionItem.ts +0 -100
  575. package/src/models/SourceDto.ts +0 -74
  576. package/src/models/SourceListOutput.ts +0 -74
  577. package/src/models/SourceOutput.ts +0 -74
  578. package/src/models/StateMachineDefinitionListOutput.ts +0 -74
  579. package/src/models/StateMachineDefinitionOutputDto.ts +0 -117
  580. package/src/models/StateMachineORM.ts +0 -82
  581. package/src/models/StateMachineStateORM.ts +0 -92
  582. package/src/models/StateMachineStateOutputDto.ts +0 -84
  583. package/src/models/StateMachineTransitionLogORM.ts +0 -100
  584. package/src/models/StateMachineTransitionORM.ts +0 -101
  585. package/src/models/StateMachineTransitionOutputDto.ts +0 -93
  586. package/src/models/UpdateUserInOrganizationPasswordDto.ts +0 -66
  587. package/src/models/UploadDto.ts +0 -75
  588. package/src/models/UploadOutput.ts +0 -74
  589. package/src/models/UserDto.ts +0 -83
  590. package/src/models/UserInOrganizationDto.ts +0 -129
  591. package/src/models/UserInOrganizationOutput.ts +0 -74
  592. package/src/models/UserORM.ts +0 -145
  593. package/src/models/XAxisOptions.ts +0 -83
  594. package/src/models/YAxisOptions.ts +0 -83
  595. package/src/models/index.ts +0 -132
  596. package/src/runtime.ts +0 -431
  597. package/ts2js.sh +0 -1
  598. package/tsconfig.build.json +0 -13
  599. package/tsconfig.json +0 -82
@@ -1,108 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- /**
17
- *
18
- * @export
19
- * @interface MapORM
20
- */
21
- export interface MapORM {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof MapORM
26
- */
27
- id?: number;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof MapORM
32
- */
33
- title: string;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof MapORM
38
- */
39
- centerLat: number;
40
- /**
41
- *
42
- * @type {number}
43
- * @memberof MapORM
44
- */
45
- centerLon: number;
46
- /**
47
- *
48
- * @type {string}
49
- * @memberof MapORM
50
- */
51
- createDate?: string;
52
- /**
53
- *
54
- * @type {string}
55
- * @memberof MapORM
56
- */
57
- deleteDate?: string;
58
- }
59
-
60
- /**
61
- * Check if a given object implements the MapORM interface.
62
- */
63
- export function instanceOfMapORM(value: object): value is MapORM {
64
- if (!('title' in value) || value['title'] === undefined) return false;
65
- if (!('centerLat' in value) || value['centerLat'] === undefined) return false;
66
- if (!('centerLon' in value) || value['centerLon'] === undefined) return false;
67
- return true;
68
- }
69
-
70
- export function MapORMFromJSON(json: any): MapORM {
71
- return MapORMFromJSONTyped(json, false);
72
- }
73
-
74
- export function MapORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapORM {
75
- if (json == null) {
76
- return json;
77
- }
78
- return {
79
-
80
- 'id': json['id'] == null ? undefined : json['id'],
81
- 'title': json['title'],
82
- 'centerLat': json['centerLat'],
83
- 'centerLon': json['centerLon'],
84
- 'createDate': json['createDate'] == null ? undefined : json['createDate'],
85
- 'deleteDate': json['deleteDate'] == null ? undefined : json['deleteDate'],
86
- };
87
- }
88
-
89
- export function MapORMToJSON(json: any): MapORM {
90
- return MapORMToJSONTyped(json, false);
91
- }
92
-
93
- export function MapORMToJSONTyped(value?: MapORM | null, ignoreDiscriminator: boolean = false): any {
94
- if (value == null) {
95
- return value;
96
- }
97
-
98
- return {
99
-
100
- 'id': value['id'],
101
- 'title': value['title'],
102
- 'centerLat': value['centerLat'],
103
- 'centerLon': value['centerLon'],
104
- 'createDate': value['createDate'],
105
- 'deleteDate': value['deleteDate'],
106
- };
107
- }
108
-
@@ -1,74 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- import type { MapORM } from './MapORM.js';
17
- import {
18
- MapORMFromJSON,
19
- MapORMFromJSONTyped,
20
- MapORMToJSON,
21
- MapORMToJSONTyped,
22
- } from './MapORM.js';
23
-
24
- /**
25
- *
26
- * @export
27
- * @interface MapOutput
28
- */
29
- export interface MapOutput {
30
- /**
31
- *
32
- * @type {MapORM}
33
- * @memberof MapOutput
34
- */
35
- data: MapORM;
36
- }
37
-
38
- /**
39
- * Check if a given object implements the MapOutput interface.
40
- */
41
- export function instanceOfMapOutput(value: object): value is MapOutput {
42
- if (!('data' in value) || value['data'] === undefined) return false;
43
- return true;
44
- }
45
-
46
- export function MapOutputFromJSON(json: any): MapOutput {
47
- return MapOutputFromJSONTyped(json, false);
48
- }
49
-
50
- export function MapOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapOutput {
51
- if (json == null) {
52
- return json;
53
- }
54
- return {
55
-
56
- 'data': MapORMFromJSON(json['data']),
57
- };
58
- }
59
-
60
- export function MapOutputToJSON(json: any): MapOutput {
61
- return MapOutputToJSONTyped(json, false);
62
- }
63
-
64
- export function MapOutputToJSONTyped(value?: MapOutput | null, ignoreDiscriminator: boolean = false): any {
65
- if (value == null) {
66
- return value;
67
- }
68
-
69
- return {
70
-
71
- 'data': MapORMToJSON(value['data']),
72
- };
73
- }
74
-
@@ -1,66 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- /**
17
- *
18
- * @export
19
- * @interface MapZoneInput
20
- */
21
- export interface MapZoneInput {
22
- /**
23
- *
24
- * @type {Array<number>}
25
- * @memberof MapZoneInput
26
- */
27
- locationIds: Array<number>;
28
- }
29
-
30
- /**
31
- * Check if a given object implements the MapZoneInput interface.
32
- */
33
- export function instanceOfMapZoneInput(value: object): value is MapZoneInput {
34
- if (!('locationIds' in value) || value['locationIds'] === undefined) return false;
35
- return true;
36
- }
37
-
38
- export function MapZoneInputFromJSON(json: any): MapZoneInput {
39
- return MapZoneInputFromJSONTyped(json, false);
40
- }
41
-
42
- export function MapZoneInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapZoneInput {
43
- if (json == null) {
44
- return json;
45
- }
46
- return {
47
-
48
- 'locationIds': json['locationIds'],
49
- };
50
- }
51
-
52
- export function MapZoneInputToJSON(json: any): MapZoneInput {
53
- return MapZoneInputToJSONTyped(json, false);
54
- }
55
-
56
- export function MapZoneInputToJSONTyped(value?: MapZoneInput | null, ignoreDiscriminator: boolean = false): any {
57
- if (value == null) {
58
- return value;
59
- }
60
-
61
- return {
62
-
63
- 'locationIds': value['locationIds'],
64
- };
65
- }
66
-
@@ -1,83 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- /**
17
- *
18
- * @export
19
- * @interface MapZoneORM
20
- */
21
- export interface MapZoneORM {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof MapZoneORM
26
- */
27
- id?: number;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof MapZoneORM
32
- */
33
- title: string;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof MapZoneORM
38
- */
39
- isCloseZone: number;
40
- }
41
-
42
- /**
43
- * Check if a given object implements the MapZoneORM interface.
44
- */
45
- export function instanceOfMapZoneORM(value: object): value is MapZoneORM {
46
- if (!('title' in value) || value['title'] === undefined) return false;
47
- if (!('isCloseZone' in value) || value['isCloseZone'] === undefined) return false;
48
- return true;
49
- }
50
-
51
- export function MapZoneORMFromJSON(json: any): MapZoneORM {
52
- return MapZoneORMFromJSONTyped(json, false);
53
- }
54
-
55
- export function MapZoneORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapZoneORM {
56
- if (json == null) {
57
- return json;
58
- }
59
- return {
60
-
61
- 'id': json['id'] == null ? undefined : json['id'],
62
- 'title': json['title'],
63
- 'isCloseZone': json['isCloseZone'],
64
- };
65
- }
66
-
67
- export function MapZoneORMToJSON(json: any): MapZoneORM {
68
- return MapZoneORMToJSONTyped(json, false);
69
- }
70
-
71
- export function MapZoneORMToJSONTyped(value?: MapZoneORM | null, ignoreDiscriminator: boolean = false): any {
72
- if (value == null) {
73
- return value;
74
- }
75
-
76
- return {
77
-
78
- 'id': value['id'],
79
- 'title': value['title'],
80
- 'isCloseZone': value['isCloseZone'],
81
- };
82
- }
83
-
@@ -1,74 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- import type { MapZoneOutputDto } from './MapZoneOutputDto.js';
17
- import {
18
- MapZoneOutputDtoFromJSON,
19
- MapZoneOutputDtoFromJSONTyped,
20
- MapZoneOutputDtoToJSON,
21
- MapZoneOutputDtoToJSONTyped,
22
- } from './MapZoneOutputDto.js';
23
-
24
- /**
25
- *
26
- * @export
27
- * @interface MapZoneOutput
28
- */
29
- export interface MapZoneOutput {
30
- /**
31
- *
32
- * @type {MapZoneOutputDto}
33
- * @memberof MapZoneOutput
34
- */
35
- data: MapZoneOutputDto;
36
- }
37
-
38
- /**
39
- * Check if a given object implements the MapZoneOutput interface.
40
- */
41
- export function instanceOfMapZoneOutput(value: object): value is MapZoneOutput {
42
- if (!('data' in value) || value['data'] === undefined) return false;
43
- return true;
44
- }
45
-
46
- export function MapZoneOutputFromJSON(json: any): MapZoneOutput {
47
- return MapZoneOutputFromJSONTyped(json, false);
48
- }
49
-
50
- export function MapZoneOutputFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapZoneOutput {
51
- if (json == null) {
52
- return json;
53
- }
54
- return {
55
-
56
- 'data': MapZoneOutputDtoFromJSON(json['data']),
57
- };
58
- }
59
-
60
- export function MapZoneOutputToJSON(json: any): MapZoneOutput {
61
- return MapZoneOutputToJSONTyped(json, false);
62
- }
63
-
64
- export function MapZoneOutputToJSONTyped(value?: MapZoneOutput | null, ignoreDiscriminator: boolean = false): any {
65
- if (value == null) {
66
- return value;
67
- }
68
-
69
- return {
70
-
71
- 'data': MapZoneOutputDtoToJSON(value['data']),
72
- };
73
- }
74
-
@@ -1,100 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- import type { LocationORM } from './LocationORM.js';
17
- import {
18
- LocationORMFromJSON,
19
- LocationORMFromJSONTyped,
20
- LocationORMToJSON,
21
- LocationORMToJSONTyped,
22
- } from './LocationORM.js';
23
-
24
- /**
25
- *
26
- * @export
27
- * @interface MapZoneOutputDto
28
- */
29
- export interface MapZoneOutputDto {
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof MapZoneOutputDto
34
- */
35
- id?: number;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof MapZoneOutputDto
40
- */
41
- title: string;
42
- /**
43
- *
44
- * @type {Array<LocationORM>}
45
- * @memberof MapZoneOutputDto
46
- */
47
- locations: Array<LocationORM>;
48
- /**
49
- *
50
- * @type {number}
51
- * @memberof MapZoneOutputDto
52
- */
53
- isCloseZone: number;
54
- }
55
-
56
- /**
57
- * Check if a given object implements the MapZoneOutputDto interface.
58
- */
59
- export function instanceOfMapZoneOutputDto(value: object): value is MapZoneOutputDto {
60
- if (!('title' in value) || value['title'] === undefined) return false;
61
- if (!('locations' in value) || value['locations'] === undefined) return false;
62
- if (!('isCloseZone' in value) || value['isCloseZone'] === undefined) return false;
63
- return true;
64
- }
65
-
66
- export function MapZoneOutputDtoFromJSON(json: any): MapZoneOutputDto {
67
- return MapZoneOutputDtoFromJSONTyped(json, false);
68
- }
69
-
70
- export function MapZoneOutputDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapZoneOutputDto {
71
- if (json == null) {
72
- return json;
73
- }
74
- return {
75
-
76
- 'id': json['id'] == null ? undefined : json['id'],
77
- 'title': json['title'],
78
- 'locations': ((json['locations'] as Array<any>).map(LocationORMFromJSON)),
79
- 'isCloseZone': json['isCloseZone'],
80
- };
81
- }
82
-
83
- export function MapZoneOutputDtoToJSON(json: any): MapZoneOutputDto {
84
- return MapZoneOutputDtoToJSONTyped(json, false);
85
- }
86
-
87
- export function MapZoneOutputDtoToJSONTyped(value?: MapZoneOutputDto | null, ignoreDiscriminator: boolean = false): any {
88
- if (value == null) {
89
- return value;
90
- }
91
-
92
- return {
93
-
94
- 'id': value['id'],
95
- 'title': value['title'],
96
- 'locations': ((value['locations'] as Array<any>).map(LocationORMToJSON)),
97
- 'isCloseZone': value['isCloseZone'],
98
- };
99
- }
100
-
@@ -1,83 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- /**
17
- *
18
- * @export
19
- * @interface MapZonePointORM
20
- */
21
- export interface MapZonePointORM {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof MapZonePointORM
26
- */
27
- id?: number;
28
- /**
29
- *
30
- * @type {number}
31
- * @memberof MapZonePointORM
32
- */
33
- zoneId: number;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof MapZonePointORM
38
- */
39
- locationId: number;
40
- }
41
-
42
- /**
43
- * Check if a given object implements the MapZonePointORM interface.
44
- */
45
- export function instanceOfMapZonePointORM(value: object): value is MapZonePointORM {
46
- if (!('zoneId' in value) || value['zoneId'] === undefined) return false;
47
- if (!('locationId' in value) || value['locationId'] === undefined) return false;
48
- return true;
49
- }
50
-
51
- export function MapZonePointORMFromJSON(json: any): MapZonePointORM {
52
- return MapZonePointORMFromJSONTyped(json, false);
53
- }
54
-
55
- export function MapZonePointORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): MapZonePointORM {
56
- if (json == null) {
57
- return json;
58
- }
59
- return {
60
-
61
- 'id': json['id'] == null ? undefined : json['id'],
62
- 'zoneId': json['zoneId'],
63
- 'locationId': json['locationId'],
64
- };
65
- }
66
-
67
- export function MapZonePointORMToJSON(json: any): MapZonePointORM {
68
- return MapZonePointORMToJSONTyped(json, false);
69
- }
70
-
71
- export function MapZonePointORMToJSONTyped(value?: MapZonePointORM | null, ignoreDiscriminator: boolean = false): any {
72
- if (value == null) {
73
- return value;
74
- }
75
-
76
- return {
77
-
78
- 'id': value['id'],
79
- 'zoneId': value['zoneId'],
80
- 'locationId': value['locationId'],
81
- };
82
- }
83
-
@@ -1,92 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * Security Map API
5
- * Security Map API
6
- *
7
- * The version of the OpenAPI document: 0.1.0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
- import { mapValues } from '../runtime.js';
16
- /**
17
- *
18
- * @export
19
- * @interface MeasureUnitORM
20
- */
21
- export interface MeasureUnitORM {
22
- /**
23
- *
24
- * @type {number}
25
- * @memberof MeasureUnitORM
26
- */
27
- id?: number;
28
- /**
29
- *
30
- * @type {string}
31
- * @memberof MeasureUnitORM
32
- */
33
- title: string;
34
- /**
35
- *
36
- * @type {number}
37
- * @memberof MeasureUnitORM
38
- */
39
- magnitudeId: number;
40
- /**
41
- *
42
- * @type {number}
43
- * @memberof MeasureUnitORM
44
- */
45
- orderKey: number;
46
- }
47
-
48
- /**
49
- * Check if a given object implements the MeasureUnitORM interface.
50
- */
51
- export function instanceOfMeasureUnitORM(value: object): value is MeasureUnitORM {
52
- if (!('title' in value) || value['title'] === undefined) return false;
53
- if (!('magnitudeId' in value) || value['magnitudeId'] === undefined) return false;
54
- if (!('orderKey' in value) || value['orderKey'] === undefined) return false;
55
- return true;
56
- }
57
-
58
- export function MeasureUnitORMFromJSON(json: any): MeasureUnitORM {
59
- return MeasureUnitORMFromJSONTyped(json, false);
60
- }
61
-
62
- export function MeasureUnitORMFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeasureUnitORM {
63
- if (json == null) {
64
- return json;
65
- }
66
- return {
67
-
68
- 'id': json['id'] == null ? undefined : json['id'],
69
- 'title': json['title'],
70
- 'magnitudeId': json['magnitudeId'],
71
- 'orderKey': json['orderKey'],
72
- };
73
- }
74
-
75
- export function MeasureUnitORMToJSON(json: any): MeasureUnitORM {
76
- return MeasureUnitORMToJSONTyped(json, false);
77
- }
78
-
79
- export function MeasureUnitORMToJSONTyped(value?: MeasureUnitORM | null, ignoreDiscriminator: boolean = false): any {
80
- if (value == null) {
81
- return value;
82
- }
83
-
84
- return {
85
-
86
- 'id': value['id'],
87
- 'title': value['title'],
88
- 'magnitudeId': value['magnitudeId'],
89
- 'orderKey': value['orderKey'],
90
- };
91
- }
92
-