namirasoft-infra 1.4.0 → 1.4.2

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 (581) hide show
  1. package/dist/NamirasoftInfraServer.d.ts +24 -8
  2. package/dist/NamirasoftInfraServer.js +25 -9
  3. package/dist/NamirasoftInfraServer.js.map +1 -1
  4. package/dist/{NamirasoftInfraServerChat.d.ts → NamirasoftInfraServerCloud.d.ts} +8 -4
  5. package/dist/{NamirasoftInfraServerChatTag.js → NamirasoftInfraServerCloud.js} +18 -18
  6. package/dist/NamirasoftInfraServerCloud.js.map +1 -0
  7. package/dist/{NamirasoftInfraServerChatCategory.d.ts → NamirasoftInfraServerCloudCategory.d.ts} +5 -5
  8. package/dist/{NamirasoftInfraServerChatCategory.js → NamirasoftInfraServerCloudCategory.js} +8 -8
  9. package/dist/NamirasoftInfraServerCloudCategory.js.map +1 -0
  10. package/dist/{NamirasoftInfraServerChatField.d.ts → NamirasoftInfraServerCloudField.d.ts} +6 -6
  11. package/dist/NamirasoftInfraServerCloudField.js +64 -0
  12. package/dist/NamirasoftInfraServerCloudField.js.map +1 -0
  13. package/dist/{NamirasoftInfraServerChatTag.d.ts → NamirasoftInfraServerCloudTag.d.ts} +6 -6
  14. package/dist/NamirasoftInfraServerCloudTag.js +64 -0
  15. package/dist/NamirasoftInfraServerCloudTag.js.map +1 -0
  16. package/dist/NamirasoftInfraServerMetric.d.ts +22 -0
  17. package/dist/NamirasoftInfraServerMetric.js +72 -0
  18. package/dist/NamirasoftInfraServerMetric.js.map +1 -0
  19. package/dist/NamirasoftInfraServerMetricCategory.d.ts +17 -0
  20. package/dist/{NamirasoftInfraServerChat.js → NamirasoftInfraServerMetricCategory.js} +26 -11
  21. package/dist/NamirasoftInfraServerMetricCategory.js.map +1 -0
  22. package/dist/NamirasoftInfraServerMetricField.d.ts +18 -0
  23. package/dist/NamirasoftInfraServerMetricField.js +64 -0
  24. package/dist/NamirasoftInfraServerMetricField.js.map +1 -0
  25. package/dist/NamirasoftInfraServerMetricTag.d.ts +18 -0
  26. package/dist/{NamirasoftInfraServerChatField.js → NamirasoftInfraServerMetricTag.js} +9 -9
  27. package/dist/{NamirasoftInfraServerChatField.js.map → NamirasoftInfraServerMetricTag.js.map} +1 -1
  28. package/dist/NamirasoftInfraServerMonitor.d.ts +22 -0
  29. package/dist/NamirasoftInfraServerMonitor.js +72 -0
  30. package/dist/NamirasoftInfraServerMonitor.js.map +1 -0
  31. package/dist/NamirasoftInfraServerMonitorCategory.d.ts +17 -0
  32. package/dist/NamirasoftInfraServerMonitorCategory.js +56 -0
  33. package/dist/NamirasoftInfraServerMonitorCategory.js.map +1 -0
  34. package/dist/NamirasoftInfraServerMonitorField.d.ts +18 -0
  35. package/dist/NamirasoftInfraServerMonitorField.js +64 -0
  36. package/dist/NamirasoftInfraServerMonitorField.js.map +1 -0
  37. package/dist/NamirasoftInfraServerMonitorTag.d.ts +18 -0
  38. package/dist/NamirasoftInfraServerMonitorTag.js +64 -0
  39. package/dist/NamirasoftInfraServerMonitorTag.js.map +1 -0
  40. package/dist/command/CloudCategoryCommand.d.ts +4 -0
  41. package/dist/command/CloudCategoryCommand.js +21 -0
  42. package/dist/command/CloudCategoryCommand.js.map +1 -0
  43. package/dist/command/CloudCategoryCreateCommand.d.ts +5 -0
  44. package/dist/command/{ChatCategoryCreateCommand.js → CloudCategoryCreateCommand.js} +5 -5
  45. package/dist/command/CloudCategoryCreateCommand.js.map +1 -0
  46. package/dist/command/CloudCategoryDeleteCommand.d.ts +5 -0
  47. package/dist/command/CloudCategoryDeleteCommand.js +38 -0
  48. package/dist/command/CloudCategoryDeleteCommand.js.map +1 -0
  49. package/dist/command/{ChatCategoryListCommand.d.ts → CloudCategoryGetCommand.d.ts} +1 -1
  50. package/dist/command/CloudCategoryGetCommand.js +38 -0
  51. package/dist/command/CloudCategoryGetCommand.js.map +1 -0
  52. package/dist/command/CloudCategoryListCommand.d.ts +5 -0
  53. package/dist/command/CloudCategoryListCommand.js +38 -0
  54. package/dist/command/CloudCategoryListCommand.js.map +1 -0
  55. package/dist/command/{ChatCommand.d.ts → CloudCommand.d.ts} +1 -1
  56. package/dist/command/CloudCommand.js +23 -0
  57. package/dist/command/CloudCommand.js.map +1 -0
  58. package/dist/command/{ChatTagListCommand.d.ts → CloudCreateCommand.d.ts} +1 -1
  59. package/dist/command/CloudCreateCommand.js +85 -0
  60. package/dist/command/CloudCreateCommand.js.map +1 -0
  61. package/dist/command/CloudDeleteCommand.d.ts +5 -0
  62. package/dist/command/CloudDeleteCommand.js +38 -0
  63. package/dist/command/CloudDeleteCommand.js.map +1 -0
  64. package/dist/command/CloudFieldCommand.d.ts +4 -0
  65. package/dist/command/CloudFieldCommand.js +23 -0
  66. package/dist/command/CloudFieldCommand.js.map +1 -0
  67. package/dist/command/CloudFieldCreateCommand.d.ts +5 -0
  68. package/dist/command/{ChatFieldCreateCommand.js → CloudFieldCreateCommand.js} +5 -5
  69. package/dist/command/CloudFieldCreateCommand.js.map +1 -0
  70. package/dist/command/CloudFieldDeleteCommand.d.ts +5 -0
  71. package/dist/command/CloudFieldDeleteCommand.js +38 -0
  72. package/dist/command/CloudFieldDeleteCommand.js.map +1 -0
  73. package/dist/command/{ChatTagCreateCommand.d.ts → CloudFieldGetCommand.d.ts} +1 -1
  74. package/dist/command/{ChatTagDeleteCommand.js → CloudFieldGetCommand.js} +5 -5
  75. package/dist/command/{ChatTagDeleteCommand.js.map → CloudFieldGetCommand.js.map} +1 -1
  76. package/dist/command/CloudFieldListCommand.d.ts +5 -0
  77. package/dist/command/CloudFieldListCommand.js +38 -0
  78. package/dist/command/CloudFieldListCommand.js.map +1 -0
  79. package/dist/command/CloudFieldUpdateCommand.d.ts +5 -0
  80. package/dist/command/{ChatFieldUpdateCommand.js → CloudFieldUpdateCommand.js} +5 -5
  81. package/dist/command/CloudFieldUpdateCommand.js.map +1 -0
  82. package/dist/command/{ChatGetCommand.d.ts → CloudGetCommand.d.ts} +1 -1
  83. package/dist/command/{ChatGetCommand.js → CloudGetCommand.js} +5 -5
  84. package/dist/command/CloudGetCommand.js.map +1 -0
  85. package/dist/command/{ChatListCommand.d.ts → CloudListCommand.d.ts} +1 -1
  86. package/dist/command/{ChatListCommand.js → CloudListCommand.js} +5 -5
  87. package/dist/command/CloudListCommand.js.map +1 -0
  88. package/dist/command/CloudTagCommand.d.ts +4 -0
  89. package/dist/command/CloudTagCommand.js +23 -0
  90. package/dist/command/CloudTagCommand.js.map +1 -0
  91. package/dist/command/CloudTagCreateCommand.d.ts +5 -0
  92. package/dist/command/{ChatTagCreateCommand.js → CloudTagCreateCommand.js} +5 -5
  93. package/dist/command/CloudTagCreateCommand.js.map +1 -0
  94. package/dist/command/CloudTagDeleteCommand.d.ts +5 -0
  95. package/dist/command/CloudTagDeleteCommand.js +38 -0
  96. package/dist/command/CloudTagDeleteCommand.js.map +1 -0
  97. package/dist/command/CloudTagGetCommand.d.ts +5 -0
  98. package/dist/command/CloudTagGetCommand.js +38 -0
  99. package/dist/command/CloudTagGetCommand.js.map +1 -0
  100. package/dist/command/{ChatFieldGetCommand.d.ts → CloudTagListCommand.d.ts} +1 -1
  101. package/dist/command/CloudTagListCommand.js +38 -0
  102. package/dist/command/CloudTagListCommand.js.map +1 -0
  103. package/dist/command/CloudTagUpdateCommand.d.ts +5 -0
  104. package/dist/command/{ChatTagUpdateCommand.js → CloudTagUpdateCommand.js} +5 -5
  105. package/dist/command/CloudTagUpdateCommand.js.map +1 -0
  106. package/dist/command/CloudUpdateCommand.d.ts +5 -0
  107. package/dist/command/CloudUpdateCommand.js +85 -0
  108. package/dist/command/CloudUpdateCommand.js.map +1 -0
  109. package/dist/command/DatabaseCreateCommand.js +8 -8
  110. package/dist/command/DatabaseUpdateCommand.js +8 -8
  111. package/dist/command/InMemoryStoreCreateCommand.js +8 -8
  112. package/dist/command/InMemoryStoreUpdateCommand.js +8 -8
  113. package/dist/command/KubernetesCreateCommand.js +18 -0
  114. package/dist/command/KubernetesCreateCommand.js.map +1 -1
  115. package/dist/command/KubernetesUpdateCommand.js +18 -0
  116. package/dist/command/KubernetesUpdateCommand.js.map +1 -1
  117. package/dist/command/MessageBrokerCreateCommand.js +8 -8
  118. package/dist/command/MessageBrokerUpdateCommand.js +8 -8
  119. package/dist/command/MetricCategoryCommand.d.ts +4 -0
  120. package/dist/command/MetricCategoryCommand.js +21 -0
  121. package/dist/command/MetricCategoryCommand.js.map +1 -0
  122. package/dist/command/MetricCategoryCreateCommand.d.ts +5 -0
  123. package/dist/command/MetricCategoryCreateCommand.js +58 -0
  124. package/dist/command/MetricCategoryCreateCommand.js.map +1 -0
  125. package/dist/command/MetricCategoryDeleteCommand.d.ts +5 -0
  126. package/dist/command/MetricCategoryDeleteCommand.js +38 -0
  127. package/dist/command/MetricCategoryDeleteCommand.js.map +1 -0
  128. package/dist/command/MetricCategoryGetCommand.d.ts +5 -0
  129. package/dist/command/MetricCategoryGetCommand.js +38 -0
  130. package/dist/command/MetricCategoryGetCommand.js.map +1 -0
  131. package/dist/command/{ChatCategoryCreateCommand.d.ts → MetricCategoryListCommand.d.ts} +1 -1
  132. package/dist/command/MetricCategoryListCommand.js +38 -0
  133. package/dist/command/MetricCategoryListCommand.js.map +1 -0
  134. package/dist/command/MetricCommand.d.ts +4 -0
  135. package/dist/command/MetricCommand.js +25 -0
  136. package/dist/command/MetricCommand.js.map +1 -0
  137. package/dist/command/MetricCreateCommand.d.ts +5 -0
  138. package/dist/command/MetricCreateCommand.js +139 -0
  139. package/dist/command/MetricCreateCommand.js.map +1 -0
  140. package/dist/command/MetricDeleteCommand.d.ts +5 -0
  141. package/dist/command/MetricDeleteCommand.js +38 -0
  142. package/dist/command/MetricDeleteCommand.js.map +1 -0
  143. package/dist/command/MetricFieldCommand.d.ts +4 -0
  144. package/dist/command/MetricFieldCommand.js +23 -0
  145. package/dist/command/MetricFieldCommand.js.map +1 -0
  146. package/dist/command/MetricFieldCreateCommand.d.ts +5 -0
  147. package/dist/command/MetricFieldCreateCommand.js +67 -0
  148. package/dist/command/MetricFieldCreateCommand.js.map +1 -0
  149. package/dist/command/MetricFieldDeleteCommand.d.ts +5 -0
  150. package/dist/command/MetricFieldDeleteCommand.js +38 -0
  151. package/dist/command/MetricFieldDeleteCommand.js.map +1 -0
  152. package/dist/command/MetricFieldGetCommand.d.ts +5 -0
  153. package/dist/command/MetricFieldGetCommand.js +38 -0
  154. package/dist/command/MetricFieldGetCommand.js.map +1 -0
  155. package/dist/command/{ChatFieldUpdateCommand.d.ts → MetricFieldListCommand.d.ts} +1 -1
  156. package/dist/command/MetricFieldListCommand.js +38 -0
  157. package/dist/command/MetricFieldListCommand.js.map +1 -0
  158. package/dist/command/MetricFieldUpdateCommand.d.ts +5 -0
  159. package/dist/command/MetricFieldUpdateCommand.js +67 -0
  160. package/dist/command/MetricFieldUpdateCommand.js.map +1 -0
  161. package/dist/command/MetricGetCommand.d.ts +5 -0
  162. package/dist/command/MetricGetCommand.js +38 -0
  163. package/dist/command/MetricGetCommand.js.map +1 -0
  164. package/dist/command/{ChatTagGetCommand.d.ts → MetricListCommand.d.ts} +1 -1
  165. package/dist/command/MetricListCommand.js +38 -0
  166. package/dist/command/MetricListCommand.js.map +1 -0
  167. package/dist/command/MetricResultCommand.d.ts +5 -0
  168. package/dist/command/MetricResultCommand.js +38 -0
  169. package/dist/command/MetricResultCommand.js.map +1 -0
  170. package/dist/command/{ChatFieldCommand.d.ts → MetricTagCommand.d.ts} +1 -1
  171. package/dist/command/MetricTagCommand.js +23 -0
  172. package/dist/command/{ChatFieldCommand.js.map → MetricTagCommand.js.map} +1 -1
  173. package/dist/command/{ChatFieldCreateCommand.d.ts → MetricTagCreateCommand.d.ts} +1 -1
  174. package/dist/command/MetricTagCreateCommand.js +67 -0
  175. package/dist/command/MetricTagCreateCommand.js.map +1 -0
  176. package/dist/command/{ChatFieldDeleteCommand.d.ts → MetricTagDeleteCommand.d.ts} +1 -1
  177. package/dist/command/{ChatCategoryGetCommand.js → MetricTagDeleteCommand.js} +5 -5
  178. package/dist/command/{ChatFieldDeleteCommand.js.map → MetricTagDeleteCommand.js.map} +1 -1
  179. package/dist/command/MetricTagGetCommand.d.ts +5 -0
  180. package/dist/command/{ChatFieldGetCommand.js → MetricTagGetCommand.js} +5 -5
  181. package/dist/command/{ChatFieldGetCommand.js.map → MetricTagGetCommand.js.map} +1 -1
  182. package/dist/command/{ChatFieldListCommand.d.ts → MetricTagListCommand.d.ts} +1 -1
  183. package/dist/command/{ChatFieldListCommand.js → MetricTagListCommand.js} +5 -5
  184. package/dist/command/{ChatFieldListCommand.js.map → MetricTagListCommand.js.map} +1 -1
  185. package/dist/command/{ChatCategoryGetCommand.d.ts → MetricTagUpdateCommand.d.ts} +1 -1
  186. package/dist/command/MetricTagUpdateCommand.js +67 -0
  187. package/dist/command/MetricTagUpdateCommand.js.map +1 -0
  188. package/dist/command/MetricUpdateCommand.d.ts +5 -0
  189. package/dist/command/MetricUpdateCommand.js +139 -0
  190. package/dist/command/MetricUpdateCommand.js.map +1 -0
  191. package/dist/command/MonitorCategoryCommand.d.ts +4 -0
  192. package/dist/command/MonitorCategoryCommand.js +21 -0
  193. package/dist/command/MonitorCategoryCommand.js.map +1 -0
  194. package/dist/command/MonitorCategoryCreateCommand.d.ts +5 -0
  195. package/dist/command/MonitorCategoryCreateCommand.js +58 -0
  196. package/dist/command/MonitorCategoryCreateCommand.js.map +1 -0
  197. package/dist/command/MonitorCategoryDeleteCommand.d.ts +5 -0
  198. package/dist/command/MonitorCategoryDeleteCommand.js +38 -0
  199. package/dist/command/MonitorCategoryDeleteCommand.js.map +1 -0
  200. package/dist/command/{ChatCategoryDeleteCommand.d.ts → MonitorCategoryGetCommand.d.ts} +1 -1
  201. package/dist/command/{ChatCategoryDeleteCommand.js → MonitorCategoryGetCommand.js} +5 -5
  202. package/dist/command/MonitorCategoryGetCommand.js.map +1 -0
  203. package/dist/command/MonitorCategoryListCommand.d.ts +5 -0
  204. package/dist/command/MonitorCategoryListCommand.js +38 -0
  205. package/dist/command/MonitorCategoryListCommand.js.map +1 -0
  206. package/dist/command/{ChatTagCommand.d.ts → MonitorCommand.d.ts} +1 -1
  207. package/dist/command/MonitorCommand.js +25 -0
  208. package/dist/command/MonitorCommand.js.map +1 -0
  209. package/dist/command/{ChatTagDeleteCommand.d.ts → MonitorCreateCommand.d.ts} +1 -1
  210. package/dist/command/MonitorCreateCommand.js +382 -0
  211. package/dist/command/MonitorCreateCommand.js.map +1 -0
  212. package/dist/command/{ChatTagUpdateCommand.d.ts → MonitorDeleteCommand.d.ts} +1 -1
  213. package/dist/command/MonitorDeleteCommand.js +38 -0
  214. package/dist/command/MonitorDeleteCommand.js.map +1 -0
  215. package/dist/command/{ChatCategoryCommand.d.ts → MonitorFieldCommand.d.ts} +1 -1
  216. package/dist/command/MonitorFieldCommand.js +23 -0
  217. package/dist/command/MonitorFieldCommand.js.map +1 -0
  218. package/dist/command/MonitorFieldCreateCommand.d.ts +5 -0
  219. package/dist/command/MonitorFieldCreateCommand.js +67 -0
  220. package/dist/command/MonitorFieldCreateCommand.js.map +1 -0
  221. package/dist/command/MonitorFieldDeleteCommand.d.ts +5 -0
  222. package/dist/command/MonitorFieldDeleteCommand.js +38 -0
  223. package/dist/command/{ChatCategoryDeleteCommand.js.map → MonitorFieldDeleteCommand.js.map} +1 -1
  224. package/dist/command/MonitorFieldGetCommand.d.ts +5 -0
  225. package/dist/command/{ChatFieldDeleteCommand.js → MonitorFieldGetCommand.js} +5 -5
  226. package/dist/command/{ChatCategoryGetCommand.js.map → MonitorFieldGetCommand.js.map} +1 -1
  227. package/dist/command/MonitorFieldListCommand.d.ts +5 -0
  228. package/dist/command/{ChatCategoryListCommand.js → MonitorFieldListCommand.js} +5 -5
  229. package/dist/command/{ChatCategoryListCommand.js.map → MonitorFieldListCommand.js.map} +1 -1
  230. package/dist/command/MonitorFieldUpdateCommand.d.ts +5 -0
  231. package/dist/command/MonitorFieldUpdateCommand.js +67 -0
  232. package/dist/command/MonitorFieldUpdateCommand.js.map +1 -0
  233. package/dist/command/MonitorGetCommand.d.ts +5 -0
  234. package/dist/command/{ChatTagGetCommand.js → MonitorGetCommand.js} +5 -5
  235. package/dist/command/{ChatTagGetCommand.js.map → MonitorGetCommand.js.map} +1 -1
  236. package/dist/command/MonitorListCommand.d.ts +5 -0
  237. package/dist/command/{ChatTagListCommand.js → MonitorListCommand.js} +5 -5
  238. package/dist/command/{ChatTagListCommand.js.map → MonitorListCommand.js.map} +1 -1
  239. package/dist/command/MonitorResultCommand.d.ts +5 -0
  240. package/dist/command/MonitorResultCommand.js +38 -0
  241. package/dist/command/MonitorResultCommand.js.map +1 -0
  242. package/dist/command/MonitorTagCommand.d.ts +4 -0
  243. package/dist/command/MonitorTagCommand.js +23 -0
  244. package/dist/command/MonitorTagCommand.js.map +1 -0
  245. package/dist/command/MonitorTagCreateCommand.d.ts +5 -0
  246. package/dist/command/MonitorTagCreateCommand.js +67 -0
  247. package/dist/command/MonitorTagCreateCommand.js.map +1 -0
  248. package/dist/command/MonitorTagDeleteCommand.d.ts +5 -0
  249. package/dist/command/MonitorTagDeleteCommand.js +38 -0
  250. package/dist/command/MonitorTagDeleteCommand.js.map +1 -0
  251. package/dist/command/MonitorTagGetCommand.d.ts +5 -0
  252. package/dist/command/MonitorTagGetCommand.js +38 -0
  253. package/dist/command/MonitorTagGetCommand.js.map +1 -0
  254. package/dist/command/MonitorTagListCommand.d.ts +5 -0
  255. package/dist/command/MonitorTagListCommand.js +38 -0
  256. package/dist/command/MonitorTagListCommand.js.map +1 -0
  257. package/dist/command/MonitorTagUpdateCommand.d.ts +5 -0
  258. package/dist/command/MonitorTagUpdateCommand.js +67 -0
  259. package/dist/command/MonitorTagUpdateCommand.js.map +1 -0
  260. package/dist/command/MonitorUpdateCommand.d.ts +5 -0
  261. package/dist/command/MonitorUpdateCommand.js +382 -0
  262. package/dist/command/MonitorUpdateCommand.js.map +1 -0
  263. package/dist/command/ServerCreateCommand.js +18 -0
  264. package/dist/command/ServerCreateCommand.js.map +1 -1
  265. package/dist/command/ServerUpdateCommand.js +18 -0
  266. package/dist/command/ServerUpdateCommand.js.map +1 -1
  267. package/dist/command/cli.js +24 -8
  268. package/dist/command/cli.js.map +1 -1
  269. package/dist/enum/MetricCallerType.d.ts +5 -0
  270. package/dist/enum/MetricCallerType.js +10 -0
  271. package/dist/enum/MetricCallerType.js.map +1 -0
  272. package/dist/enum/MetricIntervalUnit.d.ts +5 -0
  273. package/dist/enum/MetricIntervalUnit.js +10 -0
  274. package/dist/enum/MetricIntervalUnit.js.map +1 -0
  275. package/dist/enum/MonitorCallerType.d.ts +5 -0
  276. package/dist/enum/MonitorCallerType.js +10 -0
  277. package/dist/enum/MonitorCallerType.js.map +1 -0
  278. package/dist/enum/MonitorDockerContainerConnectionType.d.ts +4 -0
  279. package/dist/enum/MonitorDockerContainerConnectionType.js +9 -0
  280. package/dist/enum/MonitorDockerContainerConnectionType.js.map +1 -0
  281. package/dist/enum/MonitorHTTPBodyEncoding.d.ts +5 -0
  282. package/dist/enum/MonitorHTTPBodyEncoding.js +10 -0
  283. package/dist/enum/MonitorHTTPBodyEncoding.js.map +1 -0
  284. package/dist/enum/MonitorHeartbeatIntervalUnit.d.ts +5 -0
  285. package/dist/enum/MonitorHeartbeatIntervalUnit.js +10 -0
  286. package/dist/enum/MonitorHeartbeatIntervalUnit.js.map +1 -0
  287. package/dist/enum/MonitorHeartbeatRetryIntervalUnit.d.ts +5 -0
  288. package/dist/enum/MonitorHeartbeatRetryIntervalUnit.js +10 -0
  289. package/dist/enum/MonitorHeartbeatRetryIntervalUnit.js.map +1 -0
  290. package/dist/enum/MonitorKubernetesPodControllerType.d.ts +5 -0
  291. package/dist/enum/MonitorKubernetesPodControllerType.js +10 -0
  292. package/dist/enum/MonitorKubernetesPodControllerType.js.map +1 -0
  293. package/dist/enum/MonitorRequestTimeoutUnit.d.ts +4 -0
  294. package/dist/enum/MonitorRequestTimeoutUnit.js +9 -0
  295. package/dist/enum/MonitorRequestTimeoutUnit.js.map +1 -0
  296. package/dist/enum/MonitorType.d.ts +10 -0
  297. package/dist/enum/MonitorType.js +15 -0
  298. package/dist/enum/MonitorType.js.map +1 -0
  299. package/dist/index.d.ts +120 -32
  300. package/dist/index.js +120 -32
  301. package/dist/index.js.map +1 -1
  302. package/dist/meta/{ChatCategoryMetaTable.d.ts → CloudCategoryMetaTable.d.ts} +2 -2
  303. package/dist/meta/{ChatCategoryMetaTable.js → CloudCategoryMetaTable.js} +7 -7
  304. package/dist/meta/CloudCategoryMetaTable.js.map +1 -0
  305. package/dist/meta/{ChatFieldMetaTable.d.ts → CloudFieldMetaTable.d.ts} +2 -2
  306. package/dist/meta/{ChatFieldMetaTable.js → CloudFieldMetaTable.js} +7 -7
  307. package/dist/meta/CloudFieldMetaTable.js.map +1 -0
  308. package/dist/meta/{ChatMetaTable.d.ts → CloudMetaTable.d.ts} +5 -6
  309. package/dist/meta/{ChatMetaTable.js → CloudMetaTable.js} +10 -13
  310. package/dist/meta/CloudMetaTable.js.map +1 -0
  311. package/dist/meta/{ChatTagMetaTable.d.ts → CloudTagMetaTable.d.ts} +2 -2
  312. package/dist/meta/{ChatTagMetaTable.js → CloudTagMetaTable.js} +7 -7
  313. package/dist/meta/CloudTagMetaTable.js.map +1 -0
  314. package/dist/meta/DatabaseMetaTable.d.ts +2 -2
  315. package/dist/meta/DatabaseMetaTable.js +2 -2
  316. package/dist/meta/InMemoryStoreMetaTable.d.ts +2 -2
  317. package/dist/meta/InMemoryStoreMetaTable.js +2 -2
  318. package/dist/meta/KubernetesMetaTable.d.ts +2 -0
  319. package/dist/meta/KubernetesMetaTable.js +2 -0
  320. package/dist/meta/KubernetesMetaTable.js.map +1 -1
  321. package/dist/meta/MessageBrokerMetaTable.d.ts +2 -2
  322. package/dist/meta/MessageBrokerMetaTable.js +2 -2
  323. package/dist/meta/MetricCategoryMetaTable.d.ts +15 -0
  324. package/dist/meta/MetricCategoryMetaTable.js +39 -0
  325. package/dist/meta/MetricCategoryMetaTable.js.map +1 -0
  326. package/dist/meta/MetricFieldMetaTable.d.ts +16 -0
  327. package/dist/meta/MetricFieldMetaTable.js +39 -0
  328. package/dist/meta/MetricFieldMetaTable.js.map +1 -0
  329. package/dist/meta/MetricMetaTable.d.ts +24 -0
  330. package/dist/meta/MetricMetaTable.js +47 -0
  331. package/dist/meta/MetricMetaTable.js.map +1 -0
  332. package/dist/meta/MetricTagMetaTable.d.ts +16 -0
  333. package/dist/meta/MetricTagMetaTable.js +39 -0
  334. package/dist/meta/{ChatFieldMetaTable.js.map → MetricTagMetaTable.js.map} +1 -1
  335. package/dist/meta/MonitorCategoryMetaTable.d.ts +15 -0
  336. package/dist/meta/MonitorCategoryMetaTable.js +39 -0
  337. package/dist/meta/MonitorCategoryMetaTable.js.map +1 -0
  338. package/dist/meta/MonitorFieldMetaTable.d.ts +16 -0
  339. package/dist/meta/MonitorFieldMetaTable.js +39 -0
  340. package/dist/meta/MonitorFieldMetaTable.js.map +1 -0
  341. package/dist/meta/MonitorMetaTable.d.ts +51 -0
  342. package/dist/meta/MonitorMetaTable.js +74 -0
  343. package/dist/meta/MonitorMetaTable.js.map +1 -0
  344. package/dist/meta/MonitorTagMetaTable.d.ts +16 -0
  345. package/dist/meta/MonitorTagMetaTable.js +39 -0
  346. package/dist/meta/MonitorTagMetaTable.js.map +1 -0
  347. package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +24 -8
  348. package/dist/meta/NamirasoftInfraMetaDatabase.js +25 -9
  349. package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
  350. package/dist/meta/ServerMetaTable.d.ts +2 -0
  351. package/dist/meta/ServerMetaTable.js +2 -0
  352. package/dist/meta/ServerMetaTable.js.map +1 -1
  353. package/dist/row/{ChatCategoryRow.d.ts → CloudCategoryRow.d.ts} +1 -1
  354. package/dist/row/CloudCategoryRow.js +3 -0
  355. package/dist/row/CloudCategoryRow.js.map +1 -0
  356. package/dist/row/{ChatFieldRow.d.ts → CloudFieldRow.d.ts} +1 -1
  357. package/dist/row/{ChatCategoryRow.js → CloudFieldRow.js} +1 -1
  358. package/dist/row/CloudFieldRow.js.map +1 -0
  359. package/dist/row/CloudInputRow.d.ts +7 -0
  360. package/dist/row/CloudInputRow.js +3 -0
  361. package/dist/row/CloudInputRow.js.map +1 -0
  362. package/dist/row/{ChatRow.d.ts → CloudRow.d.ts} +4 -5
  363. package/dist/row/{ChatRow.js → CloudRow.js} +1 -1
  364. package/dist/row/CloudRow.js.map +1 -0
  365. package/dist/row/{ChatTagRow.d.ts → CloudTagRow.d.ts} +1 -1
  366. package/dist/row/{ChatFieldRow.js → CloudTagRow.js} +1 -1
  367. package/dist/row/CloudTagRow.js.map +1 -0
  368. package/dist/row/DatabaseInputRow.d.ts +2 -2
  369. package/dist/row/DatabaseRow.d.ts +2 -2
  370. package/dist/row/InMemoryStoreInputRow.d.ts +2 -2
  371. package/dist/row/InMemoryStoreRow.d.ts +2 -2
  372. package/dist/row/KubernetesInputRow.d.ts +2 -0
  373. package/dist/row/KubernetesRow.d.ts +2 -0
  374. package/dist/row/MessageBrokerInputRow.d.ts +2 -2
  375. package/dist/row/MessageBrokerRow.d.ts +2 -2
  376. package/dist/row/MetricCategoryRow.d.ts +8 -0
  377. package/dist/row/MetricCategoryRow.js +3 -0
  378. package/dist/row/MetricCategoryRow.js.map +1 -0
  379. package/dist/row/MetricFieldRow.d.ts +9 -0
  380. package/dist/row/MetricFieldRow.js +3 -0
  381. package/dist/row/MetricFieldRow.js.map +1 -0
  382. package/dist/row/MetricInputRow.d.ts +15 -0
  383. package/dist/row/MetricInputRow.js +3 -0
  384. package/dist/row/MetricInputRow.js.map +1 -0
  385. package/dist/row/MetricRow.d.ts +19 -0
  386. package/dist/row/{ChatTagRow.js → MetricRow.js} +1 -1
  387. package/dist/row/MetricRow.js.map +1 -0
  388. package/dist/row/MetricTagRow.d.ts +9 -0
  389. package/dist/row/MetricTagRow.js +3 -0
  390. package/dist/row/MetricTagRow.js.map +1 -0
  391. package/dist/row/MonitorCategoryRow.d.ts +8 -0
  392. package/dist/row/MonitorCategoryRow.js +3 -0
  393. package/dist/row/MonitorCategoryRow.js.map +1 -0
  394. package/dist/row/MonitorFieldRow.d.ts +9 -0
  395. package/dist/row/MonitorFieldRow.js +3 -0
  396. package/dist/row/MonitorFieldRow.js.map +1 -0
  397. package/dist/row/MonitorInputRow.d.ts +48 -0
  398. package/dist/row/MonitorInputRow.js +3 -0
  399. package/dist/row/MonitorInputRow.js.map +1 -0
  400. package/dist/row/MonitorRow.d.ts +52 -0
  401. package/dist/row/MonitorRow.js +3 -0
  402. package/dist/row/MonitorRow.js.map +1 -0
  403. package/dist/row/MonitorTagRow.d.ts +9 -0
  404. package/dist/row/MonitorTagRow.js +3 -0
  405. package/dist/row/MonitorTagRow.js.map +1 -0
  406. package/dist/row/ServerInputRow.d.ts +2 -0
  407. package/dist/row/ServerRow.d.ts +2 -0
  408. package/package.json +1 -1
  409. package/src/NamirasoftInfraServer.ts +37 -13
  410. package/src/NamirasoftInfraServerCloud.ts +71 -0
  411. package/src/{NamirasoftInfraServerChatCategory.ts → NamirasoftInfraServerCloudCategory.ts} +12 -12
  412. package/src/{NamirasoftInfraServerChatField.ts → NamirasoftInfraServerCloudField.ts} +15 -15
  413. package/src/{NamirasoftInfraServerChatTag.ts → NamirasoftInfraServerCloudTag.ts} +15 -15
  414. package/src/NamirasoftInfraServerMetric.ts +78 -0
  415. package/src/{NamirasoftInfraServerChat.ts → NamirasoftInfraServerMetricCategory.ts} +25 -11
  416. package/src/NamirasoftInfraServerMetricField.ts +71 -0
  417. package/src/NamirasoftInfraServerMetricTag.ts +71 -0
  418. package/src/NamirasoftInfraServerMonitor.ts +78 -0
  419. package/src/NamirasoftInfraServerMonitorCategory.ts +64 -0
  420. package/src/NamirasoftInfraServerMonitorField.ts +71 -0
  421. package/src/NamirasoftInfraServerMonitorTag.ts +71 -0
  422. package/src/command/{ChatCategoryCommand.ts → CloudCategoryCommand.ts} +9 -9
  423. package/src/command/{ChatCategoryCreateCommand.ts → CloudCategoryCreateCommand.ts} +2 -2
  424. package/src/command/CloudCategoryDeleteCommand.ts +45 -0
  425. package/src/command/CloudCategoryGetCommand.ts +45 -0
  426. package/src/command/CloudCategoryListCommand.ts +45 -0
  427. package/src/command/{ChatCommand.ts → CloudCommand.ts} +11 -5
  428. package/src/command/CloudCreateCommand.ts +92 -0
  429. package/src/command/{ChatTagGetCommand.ts → CloudDeleteCommand.ts} +2 -2
  430. package/src/command/CloudFieldCommand.ts +40 -0
  431. package/src/command/{ChatFieldCreateCommand.ts → CloudFieldCreateCommand.ts} +2 -2
  432. package/src/command/CloudFieldDeleteCommand.ts +45 -0
  433. package/src/command/{ChatTagDeleteCommand.ts → CloudFieldGetCommand.ts} +2 -2
  434. package/src/command/CloudFieldListCommand.ts +45 -0
  435. package/src/command/{ChatFieldUpdateCommand.ts → CloudFieldUpdateCommand.ts} +2 -2
  436. package/src/command/{ChatGetCommand.ts → CloudGetCommand.ts} +2 -2
  437. package/src/command/{ChatListCommand.ts → CloudListCommand.ts} +2 -2
  438. package/src/command/CloudTagCommand.ts +40 -0
  439. package/src/command/{ChatTagCreateCommand.ts → CloudTagCreateCommand.ts} +2 -2
  440. package/src/command/CloudTagDeleteCommand.ts +45 -0
  441. package/src/command/CloudTagGetCommand.ts +45 -0
  442. package/src/command/CloudTagListCommand.ts +45 -0
  443. package/src/command/{ChatTagUpdateCommand.ts → CloudTagUpdateCommand.ts} +2 -2
  444. package/src/command/CloudUpdateCommand.ts +92 -0
  445. package/src/command/DatabaseCreateCommand.ts +8 -8
  446. package/src/command/DatabaseUpdateCommand.ts +8 -8
  447. package/src/command/InMemoryStoreCreateCommand.ts +8 -8
  448. package/src/command/InMemoryStoreUpdateCommand.ts +8 -8
  449. package/src/command/KubernetesCreateCommand.ts +18 -0
  450. package/src/command/KubernetesUpdateCommand.ts +18 -0
  451. package/src/command/MessageBrokerCreateCommand.ts +8 -8
  452. package/src/command/MessageBrokerUpdateCommand.ts +8 -8
  453. package/src/command/{ChatTagCommand.ts → MetricCategoryCommand.ts} +9 -11
  454. package/src/command/MetricCategoryCreateCommand.ts +65 -0
  455. package/src/command/MetricCategoryDeleteCommand.ts +45 -0
  456. package/src/command/MetricCategoryGetCommand.ts +45 -0
  457. package/src/command/MetricCategoryListCommand.ts +45 -0
  458. package/src/command/MetricCommand.ts +42 -0
  459. package/src/command/MetricCreateCommand.ts +146 -0
  460. package/src/command/MetricDeleteCommand.ts +45 -0
  461. package/src/command/MetricFieldCommand.ts +40 -0
  462. package/src/command/MetricFieldCreateCommand.ts +74 -0
  463. package/src/command/MetricFieldDeleteCommand.ts +45 -0
  464. package/src/command/MetricFieldGetCommand.ts +45 -0
  465. package/src/command/MetricFieldListCommand.ts +45 -0
  466. package/src/command/MetricFieldUpdateCommand.ts +74 -0
  467. package/src/command/MetricGetCommand.ts +45 -0
  468. package/src/command/{ChatTagListCommand.ts → MetricListCommand.ts} +2 -2
  469. package/src/command/MetricResultCommand.ts +45 -0
  470. package/src/command/{ChatFieldCommand.ts → MetricTagCommand.ts} +11 -11
  471. package/src/command/MetricTagCreateCommand.ts +74 -0
  472. package/src/command/{ChatFieldDeleteCommand.ts → MetricTagDeleteCommand.ts} +2 -2
  473. package/src/command/{ChatFieldGetCommand.ts → MetricTagGetCommand.ts} +2 -2
  474. package/src/command/{ChatFieldListCommand.ts → MetricTagListCommand.ts} +2 -2
  475. package/src/command/MetricTagUpdateCommand.ts +74 -0
  476. package/src/command/MetricUpdateCommand.ts +146 -0
  477. package/src/command/MonitorCategoryCommand.ts +38 -0
  478. package/src/command/MonitorCategoryCreateCommand.ts +65 -0
  479. package/src/command/MonitorCategoryDeleteCommand.ts +45 -0
  480. package/src/command/{ChatCategoryDeleteCommand.ts → MonitorCategoryGetCommand.ts} +2 -2
  481. package/src/command/MonitorCategoryListCommand.ts +45 -0
  482. package/src/command/MonitorCommand.ts +42 -0
  483. package/src/command/MonitorCreateCommand.ts +389 -0
  484. package/src/command/MonitorDeleteCommand.ts +45 -0
  485. package/src/command/MonitorFieldCommand.ts +40 -0
  486. package/src/command/MonitorFieldCreateCommand.ts +74 -0
  487. package/src/command/MonitorFieldDeleteCommand.ts +45 -0
  488. package/src/command/{ChatCategoryGetCommand.ts → MonitorFieldGetCommand.ts} +2 -2
  489. package/src/command/{ChatCategoryListCommand.ts → MonitorFieldListCommand.ts} +2 -2
  490. package/src/command/MonitorFieldUpdateCommand.ts +74 -0
  491. package/src/command/MonitorGetCommand.ts +45 -0
  492. package/src/command/MonitorListCommand.ts +45 -0
  493. package/src/command/MonitorResultCommand.ts +45 -0
  494. package/src/command/MonitorTagCommand.ts +40 -0
  495. package/src/command/MonitorTagCreateCommand.ts +74 -0
  496. package/src/command/MonitorTagDeleteCommand.ts +45 -0
  497. package/src/command/MonitorTagGetCommand.ts +45 -0
  498. package/src/command/MonitorTagListCommand.ts +45 -0
  499. package/src/command/MonitorTagUpdateCommand.ts +74 -0
  500. package/src/command/MonitorUpdateCommand.ts +389 -0
  501. package/src/command/ServerCreateCommand.ts +18 -0
  502. package/src/command/ServerUpdateCommand.ts +18 -0
  503. package/src/command/cli.ts +24 -8
  504. package/src/enum/MetricCallerType.ts +26 -0
  505. package/src/enum/MetricIntervalUnit.ts +26 -0
  506. package/src/enum/MonitorCallerType.ts +26 -0
  507. package/src/enum/MonitorDockerContainerConnectionType.ts +25 -0
  508. package/src/enum/MonitorHTTPBodyEncoding.ts +26 -0
  509. package/src/enum/MonitorHeartbeatIntervalUnit.ts +26 -0
  510. package/src/enum/MonitorHeartbeatRetryIntervalUnit.ts +26 -0
  511. package/src/enum/MonitorKubernetesPodControllerType.ts +26 -0
  512. package/src/enum/MonitorRequestTimeoutUnit.ts +25 -0
  513. package/src/enum/MonitorType.ts +31 -0
  514. package/src/index.ts +120 -32
  515. package/src/meta/{ChatCategoryMetaTable.ts → CloudCategoryMetaTable.ts} +5 -5
  516. package/src/meta/{ChatFieldMetaTable.ts → CloudFieldMetaTable.ts} +5 -5
  517. package/src/meta/{ChatMetaTable.ts → CloudMetaTable.ts} +11 -15
  518. package/src/meta/{ChatTagMetaTable.ts → CloudTagMetaTable.ts} +5 -5
  519. package/src/meta/DatabaseMetaTable.ts +4 -4
  520. package/src/meta/InMemoryStoreMetaTable.ts +4 -4
  521. package/src/meta/KubernetesMetaTable.ts +4 -0
  522. package/src/meta/MessageBrokerMetaTable.ts +4 -4
  523. package/src/meta/MetricCategoryMetaTable.ts +60 -0
  524. package/src/meta/MetricFieldMetaTable.ts +61 -0
  525. package/src/meta/MetricMetaTable.ts +77 -0
  526. package/src/meta/MetricTagMetaTable.ts +61 -0
  527. package/src/meta/MonitorCategoryMetaTable.ts +60 -0
  528. package/src/meta/MonitorFieldMetaTable.ts +61 -0
  529. package/src/meta/MonitorMetaTable.ts +131 -0
  530. package/src/meta/MonitorTagMetaTable.ts +61 -0
  531. package/src/meta/NamirasoftInfraMetaDatabase.ts +37 -13
  532. package/src/meta/ServerMetaTable.ts +4 -0
  533. package/src/row/{ChatCategoryRow.ts → CloudCategoryRow.ts} +1 -1
  534. package/src/row/{ChatFieldRow.ts → CloudFieldRow.ts} +1 -1
  535. package/src/row/CloudInputRow.ts +28 -0
  536. package/src/row/{ChatRow.ts → CloudRow.ts} +4 -5
  537. package/src/row/{ChatTagRow.ts → CloudTagRow.ts} +1 -1
  538. package/src/row/DatabaseInputRow.ts +2 -2
  539. package/src/row/DatabaseRow.ts +2 -2
  540. package/src/row/InMemoryStoreInputRow.ts +2 -2
  541. package/src/row/InMemoryStoreRow.ts +2 -2
  542. package/src/row/KubernetesInputRow.ts +2 -0
  543. package/src/row/KubernetesRow.ts +2 -0
  544. package/src/row/MessageBrokerInputRow.ts +2 -2
  545. package/src/row/MessageBrokerRow.ts +2 -2
  546. package/src/row/MetricCategoryRow.ts +29 -0
  547. package/src/row/MetricFieldRow.ts +30 -0
  548. package/src/row/MetricInputRow.ts +37 -0
  549. package/src/row/MetricRow.ts +41 -0
  550. package/src/row/MetricTagRow.ts +30 -0
  551. package/src/row/MonitorCategoryRow.ts +29 -0
  552. package/src/row/MonitorFieldRow.ts +30 -0
  553. package/src/row/MonitorInputRow.ts +70 -0
  554. package/src/row/MonitorRow.ts +74 -0
  555. package/src/row/MonitorTagRow.ts +30 -0
  556. package/src/row/ServerInputRow.ts +2 -0
  557. package/src/row/ServerRow.ts +2 -0
  558. package/dist/NamirasoftInfraServerChat.js.map +0 -1
  559. package/dist/NamirasoftInfraServerChatCategory.js.map +0 -1
  560. package/dist/NamirasoftInfraServerChatTag.js.map +0 -1
  561. package/dist/command/ChatCategoryCommand.js +0 -21
  562. package/dist/command/ChatCategoryCommand.js.map +0 -1
  563. package/dist/command/ChatCategoryCreateCommand.js.map +0 -1
  564. package/dist/command/ChatCommand.js +0 -17
  565. package/dist/command/ChatCommand.js.map +0 -1
  566. package/dist/command/ChatFieldCommand.js +0 -23
  567. package/dist/command/ChatFieldCreateCommand.js.map +0 -1
  568. package/dist/command/ChatFieldUpdateCommand.js.map +0 -1
  569. package/dist/command/ChatGetCommand.js.map +0 -1
  570. package/dist/command/ChatListCommand.js.map +0 -1
  571. package/dist/command/ChatTagCommand.js +0 -23
  572. package/dist/command/ChatTagCommand.js.map +0 -1
  573. package/dist/command/ChatTagCreateCommand.js.map +0 -1
  574. package/dist/command/ChatTagUpdateCommand.js.map +0 -1
  575. package/dist/meta/ChatCategoryMetaTable.js.map +0 -1
  576. package/dist/meta/ChatMetaTable.js.map +0 -1
  577. package/dist/meta/ChatTagMetaTable.js.map +0 -1
  578. package/dist/row/ChatCategoryRow.js.map +0 -1
  579. package/dist/row/ChatFieldRow.js.map +0 -1
  580. package/dist/row/ChatRow.js.map +0 -1
  581. package/dist/row/ChatTagRow.js.map +0 -1
@@ -0,0 +1,26 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export enum MonitorHeartbeatIntervalUnit
22
+ {
23
+ Second = "Second",
24
+ Minute = "Minute",
25
+ Hours = "Hours",
26
+ }
@@ -0,0 +1,26 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export enum MonitorHeartbeatRetryIntervalUnit
22
+ {
23
+ Second = "Second",
24
+ Minute = "Minute",
25
+ Hours = "Hours",
26
+ }
@@ -0,0 +1,26 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export enum MonitorKubernetesPodControllerType
22
+ {
23
+ Deployment = "Deployment",
24
+ Statefulset = "Statefulset",
25
+ Deamonset = "Deamonset",
26
+ }
@@ -0,0 +1,25 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export enum MonitorRequestTimeoutUnit
22
+ {
23
+ Second = "Second",
24
+ Minute = "Minute",
25
+ }
@@ -0,0 +1,31 @@
1
+ /****************************************************************/
2
+ /* */
3
+ /* This is an Auto-Generated File */
4
+ /* Made By */
5
+ /* Namirasoft SDK Generator NPM Package */
6
+ /* */
7
+ /****************************************************************/
8
+ /****************************************************************/
9
+ /* */
10
+ /* Please do not make any change to this file */
11
+ /* If any change is required, ns-sdkg command must be used */
12
+ /* */
13
+ /****************************************************************/
14
+ /****************************************************************/
15
+ /* */
16
+ /* Namira Software Corporation */
17
+ /* https://namirasoft.com */
18
+ /* */
19
+ /****************************************************************/
20
+
21
+ export enum MonitorType
22
+ {
23
+ Http = "Http",
24
+ Ping = "Ping",
25
+ Port = "Port",
26
+ Database = "Database",
27
+ InMemoryStore = "InMemoryStore",
28
+ MessageBroker = "MessageBroker",
29
+ DockerContainer = "DockerContainer",
30
+ KubernetesPod = "KubernetesPod",
31
+ }
package/src/index.ts CHANGED
@@ -24,10 +24,10 @@ export * from "./NamirasoftInfraServerAlertCategory";
24
24
  export * from "./NamirasoftInfraServerAlertField";
25
25
  export * from "./NamirasoftInfraServerAlertTag";
26
26
  export * from "./NamirasoftInfraServerBase";
27
- export * from "./NamirasoftInfraServerChat";
28
- export * from "./NamirasoftInfraServerChatCategory";
29
- export * from "./NamirasoftInfraServerChatField";
30
- export * from "./NamirasoftInfraServerChatTag";
27
+ export * from "./NamirasoftInfraServerCloud";
28
+ export * from "./NamirasoftInfraServerCloudCategory";
29
+ export * from "./NamirasoftInfraServerCloudField";
30
+ export * from "./NamirasoftInfraServerCloudTag";
31
31
  export * from "./NamirasoftInfraServerDatabase";
32
32
  export * from "./NamirasoftInfraServerDatabaseCategory";
33
33
  export * from "./NamirasoftInfraServerDatabaseField";
@@ -54,7 +54,15 @@ export * from "./NamirasoftInfraServerMessageBroker";
54
54
  export * from "./NamirasoftInfraServerMessageBrokerCategory";
55
55
  export * from "./NamirasoftInfraServerMessageBrokerField";
56
56
  export * from "./NamirasoftInfraServerMessageBrokerTag";
57
+ export * from "./NamirasoftInfraServerMetric";
58
+ export * from "./NamirasoftInfraServerMetricCategory";
59
+ export * from "./NamirasoftInfraServerMetricField";
60
+ export * from "./NamirasoftInfraServerMetricTag";
57
61
  export * from "./NamirasoftInfraServerMetrics";
62
+ export * from "./NamirasoftInfraServerMonitor";
63
+ export * from "./NamirasoftInfraServerMonitorCategory";
64
+ export * from "./NamirasoftInfraServerMonitorField";
65
+ export * from "./NamirasoftInfraServerMonitorTag";
58
66
  export * from "./NamirasoftInfraServerProject";
59
67
  export * from "./NamirasoftInfraServerProjectCategory";
60
68
  export * from "./NamirasoftInfraServerProjectField";
@@ -87,26 +95,29 @@ export * from "./command/AlertTagGetCommand";
87
95
  export * from "./command/AlertTagListCommand";
88
96
  export * from "./command/AlertTagUpdateCommand";
89
97
  export * from "./command/AlertUpdateCommand";
90
- export * from "./command/ChatCategoryCommand";
91
- export * from "./command/ChatCategoryCreateCommand";
92
- export * from "./command/ChatCategoryDeleteCommand";
93
- export * from "./command/ChatCategoryGetCommand";
94
- export * from "./command/ChatCategoryListCommand";
95
- export * from "./command/ChatCommand";
96
- export * from "./command/ChatFieldCommand";
97
- export * from "./command/ChatFieldCreateCommand";
98
- export * from "./command/ChatFieldDeleteCommand";
99
- export * from "./command/ChatFieldGetCommand";
100
- export * from "./command/ChatFieldListCommand";
101
- export * from "./command/ChatFieldUpdateCommand";
102
- export * from "./command/ChatGetCommand";
103
- export * from "./command/ChatListCommand";
104
- export * from "./command/ChatTagCommand";
105
- export * from "./command/ChatTagCreateCommand";
106
- export * from "./command/ChatTagDeleteCommand";
107
- export * from "./command/ChatTagGetCommand";
108
- export * from "./command/ChatTagListCommand";
109
- export * from "./command/ChatTagUpdateCommand";
98
+ export * from "./command/CloudCategoryCommand";
99
+ export * from "./command/CloudCategoryCreateCommand";
100
+ export * from "./command/CloudCategoryDeleteCommand";
101
+ export * from "./command/CloudCategoryGetCommand";
102
+ export * from "./command/CloudCategoryListCommand";
103
+ export * from "./command/CloudCommand";
104
+ export * from "./command/CloudCreateCommand";
105
+ export * from "./command/CloudDeleteCommand";
106
+ export * from "./command/CloudFieldCommand";
107
+ export * from "./command/CloudFieldCreateCommand";
108
+ export * from "./command/CloudFieldDeleteCommand";
109
+ export * from "./command/CloudFieldGetCommand";
110
+ export * from "./command/CloudFieldListCommand";
111
+ export * from "./command/CloudFieldUpdateCommand";
112
+ export * from "./command/CloudGetCommand";
113
+ export * from "./command/CloudListCommand";
114
+ export * from "./command/CloudTagCommand";
115
+ export * from "./command/CloudTagCreateCommand";
116
+ export * from "./command/CloudTagDeleteCommand";
117
+ export * from "./command/CloudTagGetCommand";
118
+ export * from "./command/CloudTagListCommand";
119
+ export * from "./command/CloudTagUpdateCommand";
120
+ export * from "./command/CloudUpdateCommand";
110
121
  export * from "./command/DatabaseCategoryCommand";
111
122
  export * from "./command/DatabaseCategoryCreateCommand";
112
123
  export * from "./command/DatabaseCategoryDeleteCommand";
@@ -250,8 +261,56 @@ export * from "./command/MessageBrokerTagGetCommand";
250
261
  export * from "./command/MessageBrokerTagListCommand";
251
262
  export * from "./command/MessageBrokerTagUpdateCommand";
252
263
  export * from "./command/MessageBrokerUpdateCommand";
264
+ export * from "./command/MetricCategoryCommand";
265
+ export * from "./command/MetricCategoryCreateCommand";
266
+ export * from "./command/MetricCategoryDeleteCommand";
267
+ export * from "./command/MetricCategoryGetCommand";
268
+ export * from "./command/MetricCategoryListCommand";
269
+ export * from "./command/MetricCommand";
270
+ export * from "./command/MetricCreateCommand";
271
+ export * from "./command/MetricDeleteCommand";
272
+ export * from "./command/MetricFieldCommand";
273
+ export * from "./command/MetricFieldCreateCommand";
274
+ export * from "./command/MetricFieldDeleteCommand";
275
+ export * from "./command/MetricFieldGetCommand";
276
+ export * from "./command/MetricFieldListCommand";
277
+ export * from "./command/MetricFieldUpdateCommand";
278
+ export * from "./command/MetricGetCommand";
279
+ export * from "./command/MetricListCommand";
280
+ export * from "./command/MetricResultCommand";
281
+ export * from "./command/MetricTagCommand";
282
+ export * from "./command/MetricTagCreateCommand";
283
+ export * from "./command/MetricTagDeleteCommand";
284
+ export * from "./command/MetricTagGetCommand";
285
+ export * from "./command/MetricTagListCommand";
286
+ export * from "./command/MetricTagUpdateCommand";
287
+ export * from "./command/MetricUpdateCommand";
253
288
  export * from "./command/MetricsCommand";
254
289
  export * from "./command/MetricsGetCommand";
290
+ export * from "./command/MonitorCategoryCommand";
291
+ export * from "./command/MonitorCategoryCreateCommand";
292
+ export * from "./command/MonitorCategoryDeleteCommand";
293
+ export * from "./command/MonitorCategoryGetCommand";
294
+ export * from "./command/MonitorCategoryListCommand";
295
+ export * from "./command/MonitorCommand";
296
+ export * from "./command/MonitorCreateCommand";
297
+ export * from "./command/MonitorDeleteCommand";
298
+ export * from "./command/MonitorFieldCommand";
299
+ export * from "./command/MonitorFieldCreateCommand";
300
+ export * from "./command/MonitorFieldDeleteCommand";
301
+ export * from "./command/MonitorFieldGetCommand";
302
+ export * from "./command/MonitorFieldListCommand";
303
+ export * from "./command/MonitorFieldUpdateCommand";
304
+ export * from "./command/MonitorGetCommand";
305
+ export * from "./command/MonitorListCommand";
306
+ export * from "./command/MonitorResultCommand";
307
+ export * from "./command/MonitorTagCommand";
308
+ export * from "./command/MonitorTagCreateCommand";
309
+ export * from "./command/MonitorTagDeleteCommand";
310
+ export * from "./command/MonitorTagGetCommand";
311
+ export * from "./command/MonitorTagListCommand";
312
+ export * from "./command/MonitorTagUpdateCommand";
313
+ export * from "./command/MonitorUpdateCommand";
255
314
  export * from "./command/ProjectCategoryCommand";
256
315
  export * from "./command/ProjectCategoryCreateCommand";
257
316
  export * from "./command/ProjectCategoryDeleteCommand";
@@ -309,15 +368,25 @@ export * from "./enum/InMemoryStoreType";
309
368
  export * from "./enum/IncidentStatus";
310
369
  export * from "./enum/MessageBrokerConnectType";
311
370
  export * from "./enum/MessageBrokerType";
371
+ export * from "./enum/MetricCallerType";
372
+ export * from "./enum/MetricIntervalUnit";
373
+ export * from "./enum/MonitorCallerType";
374
+ export * from "./enum/MonitorDockerContainerConnectionType";
375
+ export * from "./enum/MonitorHTTPBodyEncoding";
376
+ export * from "./enum/MonitorHeartbeatIntervalUnit";
377
+ export * from "./enum/MonitorHeartbeatRetryIntervalUnit";
378
+ export * from "./enum/MonitorKubernetesPodControllerType";
379
+ export * from "./enum/MonitorRequestTimeoutUnit";
380
+ export * from "./enum/MonitorType";
312
381
  export * from "./enum/ServerMetricRetentionUnit";
313
382
  export * from "./meta/AlertCategoryMetaTable";
314
383
  export * from "./meta/AlertFieldMetaTable";
315
384
  export * from "./meta/AlertMetaTable";
316
385
  export * from "./meta/AlertTagMetaTable";
317
- export * from "./meta/ChatCategoryMetaTable";
318
- export * from "./meta/ChatFieldMetaTable";
319
- export * from "./meta/ChatMetaTable";
320
- export * from "./meta/ChatTagMetaTable";
386
+ export * from "./meta/CloudCategoryMetaTable";
387
+ export * from "./meta/CloudFieldMetaTable";
388
+ export * from "./meta/CloudMetaTable";
389
+ export * from "./meta/CloudTagMetaTable";
321
390
  export * from "./meta/DatabaseCategoryMetaTable";
322
391
  export * from "./meta/DatabaseFieldMetaTable";
323
392
  export * from "./meta/DatabaseMetaTable";
@@ -342,6 +411,14 @@ export * from "./meta/MessageBrokerCategoryMetaTable";
342
411
  export * from "./meta/MessageBrokerFieldMetaTable";
343
412
  export * from "./meta/MessageBrokerMetaTable";
344
413
  export * from "./meta/MessageBrokerTagMetaTable";
414
+ export * from "./meta/MetricCategoryMetaTable";
415
+ export * from "./meta/MetricFieldMetaTable";
416
+ export * from "./meta/MetricMetaTable";
417
+ export * from "./meta/MetricTagMetaTable";
418
+ export * from "./meta/MonitorCategoryMetaTable";
419
+ export * from "./meta/MonitorFieldMetaTable";
420
+ export * from "./meta/MonitorMetaTable";
421
+ export * from "./meta/MonitorTagMetaTable";
345
422
  export * from "./meta/NamirasoftInfraMetaDatabase";
346
423
  export * from "./meta/ProjectCategoryMetaTable";
347
424
  export * from "./meta/ProjectFieldMetaTable";
@@ -356,10 +433,11 @@ export * from "./row/AlertFieldRow";
356
433
  export * from "./row/AlertInputRow";
357
434
  export * from "./row/AlertRow";
358
435
  export * from "./row/AlertTagRow";
359
- export * from "./row/ChatCategoryRow";
360
- export * from "./row/ChatFieldRow";
361
- export * from "./row/ChatRow";
362
- export * from "./row/ChatTagRow";
436
+ export * from "./row/CloudCategoryRow";
437
+ export * from "./row/CloudFieldRow";
438
+ export * from "./row/CloudInputRow";
439
+ export * from "./row/CloudRow";
440
+ export * from "./row/CloudTagRow";
363
441
  export * from "./row/DatabaseCategoryRow";
364
442
  export * from "./row/DatabaseFieldRow";
365
443
  export * from "./row/DatabaseInputRow";
@@ -393,6 +471,16 @@ export * from "./row/MessageBrokerFieldRow";
393
471
  export * from "./row/MessageBrokerInputRow";
394
472
  export * from "./row/MessageBrokerRow";
395
473
  export * from "./row/MessageBrokerTagRow";
474
+ export * from "./row/MetricCategoryRow";
475
+ export * from "./row/MetricFieldRow";
476
+ export * from "./row/MetricInputRow";
477
+ export * from "./row/MetricRow";
478
+ export * from "./row/MetricTagRow";
479
+ export * from "./row/MonitorCategoryRow";
480
+ export * from "./row/MonitorFieldRow";
481
+ export * from "./row/MonitorInputRow";
482
+ export * from "./row/MonitorRow";
483
+ export * from "./row/MonitorTagRow";
396
484
  export * from "./row/ProjectCategoryRow";
397
485
  export * from "./row/ProjectFieldRow";
398
486
  export * from "./row/ProjectInputRow";
@@ -19,12 +19,12 @@
19
19
  /****************************************************************/
20
20
 
21
21
  import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
- import { ChatCategoryRow } from "../row/ChatCategoryRow";
22
+ import { CloudCategoryRow } from "../row/CloudCategoryRow";
23
23
  import { FilterItem, SortItem } from "namirasoft-core";
24
24
  import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
25
  import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
26
26
 
27
- export class ChatCategoryMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, ChatCategoryRow>
27
+ export class CloudCategoryMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, CloudCategoryRow>
28
28
  {
29
29
  public override columns: {
30
30
  id: BaseMetaColumn;
@@ -36,7 +36,7 @@ export class ChatCategoryMetaTable extends NSBaseMetaTable<NamirasoftInfraServer
36
36
  }
37
37
  constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
38
38
  {
39
- super(database, "chat_category", "Chat Category", new BaseUUID(""));
39
+ super(database, "cloud_category", "Cloud Category", new BaseUUID(""));
40
40
  this.columns = {
41
41
  id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
42
42
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
@@ -48,12 +48,12 @@ export class ChatCategoryMetaTable extends NSBaseMetaTable<NamirasoftInfraServer
48
48
  this.back_end.get = async (id: string) =>
49
49
  {
50
50
  let server = this.database.getServer();
51
- return await server.chat_category.Get(id);
51
+ return await server.cloud_category.Get(id);
52
52
  };
53
53
  this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
54
54
  {
55
55
  let server = this.database.getServer();
56
- return await server.chat_category.List(filters, page, size, sorts);
56
+ return await server.cloud_category.List(filters, page, size, sorts);
57
57
  };
58
58
  this.front_end.getUpdateLink = () => "";
59
59
  }
@@ -19,12 +19,12 @@
19
19
  /****************************************************************/
20
20
 
21
21
  import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
- import { ChatFieldRow } from "../row/ChatFieldRow";
22
+ import { CloudFieldRow } from "../row/CloudFieldRow";
23
23
  import { FilterItem, SortItem } from "namirasoft-core";
24
24
  import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
25
  import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
26
26
 
27
- export class ChatFieldMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, ChatFieldRow>
27
+ export class CloudFieldMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, CloudFieldRow>
28
28
  {
29
29
  public override columns: {
30
30
  id: BaseMetaColumn;
@@ -37,7 +37,7 @@ export class ChatFieldMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, C
37
37
  }
38
38
  constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
39
39
  {
40
- super(database, "chat_field", "Chat Field", new BaseUUID(""));
40
+ super(database, "cloud_field", "Cloud Field", new BaseUUID(""));
41
41
  this.columns = {
42
42
  id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
43
43
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
@@ -50,12 +50,12 @@ export class ChatFieldMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, C
50
50
  this.back_end.get = async (id: string) =>
51
51
  {
52
52
  let server = this.database.getServer();
53
- return await server.chat_field.Get(id);
53
+ return await server.cloud_field.Get(id);
54
54
  };
55
55
  this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
56
56
  {
57
57
  let server = this.database.getServer();
58
- return await server.chat_field.List(filters, page, size, sorts);
58
+ return await server.cloud_field.List(filters, page, size, sorts);
59
59
  };
60
60
  }
61
61
  };
@@ -19,51 +19,47 @@
19
19
  /****************************************************************/
20
20
 
21
21
  import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
- import { ChatRow } from "../row/ChatRow";
22
+ import { CloudRow } from "../row/CloudRow";
23
23
  import { FilterItem, SortItem } from "namirasoft-core";
24
24
  import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
25
  import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
26
26
 
27
- export class ChatMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, ChatRow>
27
+ export class CloudMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, CloudRow>
28
28
  {
29
29
  public override columns: {
30
30
  id: BaseMetaColumn;
31
31
  user_id: BaseMetaColumn;
32
32
  workspace_id: BaseMetaColumn;
33
- project_id: BaseMetaColumn;
34
- environment_id: BaseMetaColumn;
35
- incident_id: BaseMetaColumn;
33
+ ctl_on_server_id: BaseMetaColumn;
36
34
  name: BaseMetaColumn;
37
- meta: BaseMetaColumn;
35
+ type: BaseMetaColumn;
36
+ description: BaseMetaColumn;
38
37
  created_at: BaseMetaColumn;
39
38
  updated_at: BaseMetaColumn;
40
39
  }
41
40
  constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
42
41
  {
43
- super(database, "chat", "Chat", new BaseUUID("ifr-cht"));
42
+ super(database, "cloud", "Cloud", new BaseUUID("ifr-cld"));
44
43
  this.columns = {
45
44
  id: new BaseMetaColumn(this, "id", "ID", "String", true),
46
45
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
47
46
  workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
48
- project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
49
- environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
50
- incident_id: new BaseMetaColumn(this, "incident_id", "Incident ID", "String", false),
47
+ ctl_on_server_id: new BaseMetaColumn(this, "ctl_on_server_id", "Ctl On Server ID", "String", true),
51
48
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
52
- meta: new BaseMetaColumn(this, "meta", "Meta", "Any", true),
49
+ type: new BaseMetaColumn(this, "type", "Type", "String", true),
50
+ description: new BaseMetaColumn(this, "description", "Description", "String", true),
53
51
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
54
52
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
55
53
  };
56
54
  this.back_end.get = async (id: string) =>
57
55
  {
58
56
  let server = this.database.getServer();
59
- return await server.chat.Get(id);
57
+ return await server.cloud.Get(id);
60
58
  };
61
59
  this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
62
60
  {
63
61
  let server = this.database.getServer();
64
- return await server.chat.List(filters, page, size, sorts);
62
+ return await server.cloud.List(filters, page, size, sorts);
65
63
  };
66
- this.front_end.getNewLink = () => "";
67
- this.front_end.getUpdateLink = () => "";
68
64
  }
69
65
  };
@@ -19,12 +19,12 @@
19
19
  /****************************************************************/
20
20
 
21
21
  import { BaseUUID, BaseMetaColumn } from "namirasoft-core";
22
- import { ChatTagRow } from "../row/ChatTagRow";
22
+ import { CloudTagRow } from "../row/CloudTagRow";
23
23
  import { FilterItem, SortItem } from "namirasoft-core";
24
24
  import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
25
25
  import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
26
26
 
27
- export class ChatTagMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, ChatTagRow>
27
+ export class CloudTagMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, CloudTagRow>
28
28
  {
29
29
  public override columns: {
30
30
  id: BaseMetaColumn;
@@ -37,7 +37,7 @@ export class ChatTagMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cha
37
37
  }
38
38
  constructor(database: NSBaseMetaDatabase<NamirasoftInfraServer>)
39
39
  {
40
- super(database, "chat_tag", "Chat Tag", new BaseUUID(""));
40
+ super(database, "cloud_tag", "Cloud Tag", new BaseUUID(""));
41
41
  this.columns = {
42
42
  id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
43
43
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
@@ -50,12 +50,12 @@ export class ChatTagMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Cha
50
50
  this.back_end.get = async (id: string) =>
51
51
  {
52
52
  let server = this.database.getServer();
53
- return await server.chat_tag.Get(id);
53
+ return await server.cloud_tag.Get(id);
54
54
  };
55
55
  this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
56
56
  {
57
57
  let server = this.database.getServer();
58
- return await server.chat_tag.List(filters, page, size, sorts);
58
+ return await server.cloud_tag.List(filters, page, size, sorts);
59
59
  };
60
60
  }
61
61
  };
@@ -37,8 +37,8 @@ export class DatabaseMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Da
37
37
  name: BaseMetaColumn;
38
38
  type: BaseMetaColumn;
39
39
  connect_type: BaseMetaColumn;
40
- conncet_server_id: BaseMetaColumn;
41
- conncet_kubernetes_id: BaseMetaColumn;
40
+ connect_server_id: BaseMetaColumn;
41
+ connect_kubernetes_id: BaseMetaColumn;
42
42
  description: BaseMetaColumn;
43
43
  created_at: BaseMetaColumn;
44
44
  updated_at: BaseMetaColumn;
@@ -57,8 +57,8 @@ export class DatabaseMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Da
57
57
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
58
58
  type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
59
59
  connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
60
- conncet_server_id: new BaseMetaColumn(this, "conncet_server_id", "Conncet Server ID", "String", false),
61
- conncet_kubernetes_id: new BaseMetaColumn(this, "conncet_kubernetes_id", "Conncet Kubernetes ID", "String", false),
60
+ connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
61
+ connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
62
62
  description: new BaseMetaColumn(this, "description", "Description", "String", true),
63
63
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
64
64
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
@@ -37,8 +37,8 @@ export class InMemoryStoreMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
37
37
  name: BaseMetaColumn;
38
38
  type: BaseMetaColumn;
39
39
  connect_type: BaseMetaColumn;
40
- conncet_server_id: BaseMetaColumn;
41
- conncet_kubernetes_id: BaseMetaColumn;
40
+ connect_server_id: BaseMetaColumn;
41
+ connect_kubernetes_id: BaseMetaColumn;
42
42
  description: BaseMetaColumn;
43
43
  created_at: BaseMetaColumn;
44
44
  updated_at: BaseMetaColumn;
@@ -57,8 +57,8 @@ export class InMemoryStoreMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
57
57
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
58
58
  type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
59
59
  connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
60
- conncet_server_id: new BaseMetaColumn(this, "conncet_server_id", "Conncet Server ID", "String", false),
61
- conncet_kubernetes_id: new BaseMetaColumn(this, "conncet_kubernetes_id", "Conncet Kubernetes ID", "String", false),
60
+ connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
61
+ connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
62
62
  description: new BaseMetaColumn(this, "description", "Description", "String", true),
63
63
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
64
64
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
@@ -30,6 +30,8 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
30
30
  id: BaseMetaColumn;
31
31
  user_id: BaseMetaColumn;
32
32
  workspace_id: BaseMetaColumn;
33
+ service_user_id: BaseMetaColumn;
34
+ service_session_id: BaseMetaColumn;
33
35
  project_id: BaseMetaColumn;
34
36
  environment_id: BaseMetaColumn;
35
37
  log_group_id: BaseMetaColumn;
@@ -48,6 +50,8 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
48
50
  id: new BaseMetaColumn(this, "id", "ID", "String", true),
49
51
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
50
52
  workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
53
+ service_user_id: new BaseMetaColumn(this, "service_user_id", "Service User ID", "String", true),
54
+ service_session_id: new BaseMetaColumn(this, "service_session_id", "Service Session ID", "String", true),
51
55
  project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
52
56
  environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
53
57
  log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
@@ -37,8 +37,8 @@ export class MessageBrokerMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
37
37
  name: BaseMetaColumn;
38
38
  type: BaseMetaColumn;
39
39
  connect_type: BaseMetaColumn;
40
- conncet_server_id: BaseMetaColumn;
41
- conncet_kubernetes_id: BaseMetaColumn;
40
+ connect_server_id: BaseMetaColumn;
41
+ connect_kubernetes_id: BaseMetaColumn;
42
42
  description: BaseMetaColumn;
43
43
  created_at: BaseMetaColumn;
44
44
  updated_at: BaseMetaColumn;
@@ -57,8 +57,8 @@ export class MessageBrokerMetaTable extends NSBaseMetaTable<NamirasoftInfraServe
57
57
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
58
58
  type: new BaseMetaColumn(this, "type", "Type", "Enum", true),
59
59
  connect_type: new BaseMetaColumn(this, "connect_type", "Connect Type", "Enum", true),
60
- conncet_server_id: new BaseMetaColumn(this, "conncet_server_id", "Conncet Server ID", "String", false),
61
- conncet_kubernetes_id: new BaseMetaColumn(this, "conncet_kubernetes_id", "Conncet Kubernetes ID", "String", false),
60
+ connect_server_id: new BaseMetaColumn(this, "connect_server_id", "Connect Server ID", "String", false),
61
+ connect_kubernetes_id: new BaseMetaColumn(this, "connect_kubernetes_id", "Connect Kubernetes ID", "String", false),
62
62
  description: new BaseMetaColumn(this, "description", "Description", "String", true),
63
63
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
64
64
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),