namirasoft-infra 1.4.1 → 1.4.3

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 (373) hide show
  1. package/dist/NamirasoftInfraServer.d.ts +8 -8
  2. package/dist/NamirasoftInfraServer.js +9 -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/{NamirasoftInfraServerChat.js → NamirasoftInfraServerCloudField.js} +34 -11
  12. package/dist/NamirasoftInfraServerCloudField.js.map +1 -0
  13. package/dist/{NamirasoftInfraServerChatTag.d.ts → NamirasoftInfraServerCloudTag.d.ts} +6 -6
  14. package/dist/{NamirasoftInfraServerChatField.js → NamirasoftInfraServerCloudTag.js} +9 -9
  15. package/dist/NamirasoftInfraServerCloudTag.js.map +1 -0
  16. package/dist/NamirasoftInfraServerMetric.d.ts +4 -1
  17. package/dist/NamirasoftInfraServerMetric.js.map +1 -1
  18. package/dist/NamirasoftInfraServerMonitor.d.ts +4 -2
  19. package/dist/NamirasoftInfraServerMonitor.js.map +1 -1
  20. package/dist/command/AlertCreateCommand.js +1 -1
  21. package/dist/command/AlertCreateCommand.js.map +1 -1
  22. package/dist/command/AlertUpdateCommand.js +1 -1
  23. package/dist/command/AlertUpdateCommand.js.map +1 -1
  24. package/dist/command/{ChatCategoryCommand.d.ts → CloudCategoryCommand.d.ts} +1 -1
  25. package/dist/command/CloudCategoryCommand.js +21 -0
  26. package/dist/command/CloudCategoryCommand.js.map +1 -0
  27. package/dist/command/{ChatCategoryCreateCommand.d.ts → CloudCategoryCreateCommand.d.ts} +1 -1
  28. package/dist/command/{ChatCategoryCreateCommand.js → CloudCategoryCreateCommand.js} +5 -5
  29. package/dist/command/CloudCategoryCreateCommand.js.map +1 -0
  30. package/dist/command/{ChatCategoryDeleteCommand.d.ts → CloudCategoryDeleteCommand.d.ts} +1 -1
  31. package/dist/command/{ChatCategoryDeleteCommand.js → CloudCategoryDeleteCommand.js} +5 -5
  32. package/dist/command/CloudCategoryDeleteCommand.js.map +1 -0
  33. package/dist/command/{ChatCategoryListCommand.d.ts → CloudCategoryGetCommand.d.ts} +1 -1
  34. package/dist/command/{ChatCategoryGetCommand.js → CloudCategoryGetCommand.js} +5 -5
  35. package/dist/command/CloudCategoryGetCommand.js.map +1 -0
  36. package/dist/command/CloudCategoryListCommand.d.ts +5 -0
  37. package/dist/command/{ChatCategoryListCommand.js → CloudCategoryListCommand.js} +5 -5
  38. package/dist/command/CloudCategoryListCommand.js.map +1 -0
  39. package/dist/command/{ChatCommand.d.ts → CloudCommand.d.ts} +1 -1
  40. package/dist/command/CloudCommand.js +23 -0
  41. package/dist/command/CloudCommand.js.map +1 -0
  42. package/dist/command/{ChatTagListCommand.d.ts → CloudCreateCommand.d.ts} +1 -1
  43. package/dist/command/CloudCreateCommand.js +85 -0
  44. package/dist/command/CloudCreateCommand.js.map +1 -0
  45. package/dist/command/{ChatTagGetCommand.d.ts → CloudDeleteCommand.d.ts} +1 -1
  46. package/dist/command/{ChatTagGetCommand.js → CloudDeleteCommand.js} +5 -5
  47. package/dist/command/CloudDeleteCommand.js.map +1 -0
  48. package/dist/command/{ChatFieldCommand.d.ts → CloudFieldCommand.d.ts} +1 -1
  49. package/dist/command/CloudFieldCommand.js +23 -0
  50. package/dist/command/CloudFieldCommand.js.map +1 -0
  51. package/dist/command/{ChatFieldCreateCommand.d.ts → CloudFieldCreateCommand.d.ts} +1 -1
  52. package/dist/command/{ChatFieldCreateCommand.js → CloudFieldCreateCommand.js} +5 -5
  53. package/dist/command/CloudFieldCreateCommand.js.map +1 -0
  54. package/dist/command/{ChatFieldDeleteCommand.d.ts → CloudFieldDeleteCommand.d.ts} +1 -1
  55. package/dist/command/{ChatFieldDeleteCommand.js → CloudFieldDeleteCommand.js} +5 -5
  56. package/dist/command/CloudFieldDeleteCommand.js.map +1 -0
  57. package/dist/command/{ChatTagCreateCommand.d.ts → CloudFieldGetCommand.d.ts} +1 -1
  58. package/dist/command/{ChatTagDeleteCommand.js → CloudFieldGetCommand.js} +5 -5
  59. package/dist/command/{ChatTagDeleteCommand.js.map → CloudFieldGetCommand.js.map} +1 -1
  60. package/dist/command/{ChatFieldListCommand.d.ts → CloudFieldListCommand.d.ts} +1 -1
  61. package/dist/command/{ChatFieldListCommand.js → CloudFieldListCommand.js} +5 -5
  62. package/dist/command/CloudFieldListCommand.js.map +1 -0
  63. package/dist/command/{ChatCategoryGetCommand.d.ts → CloudFieldUpdateCommand.d.ts} +1 -1
  64. package/dist/command/{ChatFieldUpdateCommand.js → CloudFieldUpdateCommand.js} +5 -5
  65. package/dist/command/CloudFieldUpdateCommand.js.map +1 -0
  66. package/dist/command/{ChatGetCommand.d.ts → CloudGetCommand.d.ts} +1 -1
  67. package/dist/command/{ChatGetCommand.js → CloudGetCommand.js} +5 -5
  68. package/dist/command/CloudGetCommand.js.map +1 -0
  69. package/dist/command/{ChatListCommand.d.ts → CloudListCommand.d.ts} +1 -1
  70. package/dist/command/{ChatListCommand.js → CloudListCommand.js} +5 -5
  71. package/dist/command/CloudListCommand.js.map +1 -0
  72. package/dist/command/{ChatTagCommand.d.ts → CloudTagCommand.d.ts} +1 -1
  73. package/dist/command/CloudTagCommand.js +23 -0
  74. package/dist/command/CloudTagCommand.js.map +1 -0
  75. package/dist/command/CloudTagCreateCommand.d.ts +5 -0
  76. package/dist/command/{ChatTagCreateCommand.js → CloudTagCreateCommand.js} +5 -5
  77. package/dist/command/CloudTagCreateCommand.js.map +1 -0
  78. package/dist/command/CloudTagDeleteCommand.d.ts +5 -0
  79. package/dist/command/CloudTagDeleteCommand.js +38 -0
  80. package/dist/command/CloudTagDeleteCommand.js.map +1 -0
  81. package/dist/command/CloudTagGetCommand.d.ts +5 -0
  82. package/dist/command/{ChatFieldGetCommand.js → CloudTagGetCommand.js} +5 -5
  83. package/dist/command/CloudTagGetCommand.js.map +1 -0
  84. package/dist/command/{ChatFieldGetCommand.d.ts → CloudTagListCommand.d.ts} +1 -1
  85. package/dist/command/{ChatTagListCommand.js → CloudTagListCommand.js} +5 -5
  86. package/dist/command/CloudTagListCommand.js.map +1 -0
  87. package/dist/command/CloudTagUpdateCommand.d.ts +5 -0
  88. package/dist/command/{ChatTagUpdateCommand.js → CloudTagUpdateCommand.js} +5 -5
  89. package/dist/command/CloudTagUpdateCommand.js.map +1 -0
  90. package/dist/command/CloudUpdateCommand.d.ts +5 -0
  91. package/dist/command/CloudUpdateCommand.js +85 -0
  92. package/dist/command/CloudUpdateCommand.js.map +1 -0
  93. package/dist/command/DatabaseCreateCommand.js +9 -9
  94. package/dist/command/DatabaseCreateCommand.js.map +1 -1
  95. package/dist/command/DatabaseUpdateCommand.js +9 -9
  96. package/dist/command/DatabaseUpdateCommand.js.map +1 -1
  97. package/dist/command/EnvironmentCreateCommand.js +1 -1
  98. package/dist/command/EnvironmentCreateCommand.js.map +1 -1
  99. package/dist/command/EnvironmentUpdateCommand.js +1 -1
  100. package/dist/command/EnvironmentUpdateCommand.js.map +1 -1
  101. package/dist/command/InMemoryStoreCreateCommand.js +9 -9
  102. package/dist/command/InMemoryStoreCreateCommand.js.map +1 -1
  103. package/dist/command/InMemoryStoreUpdateCommand.js +9 -9
  104. package/dist/command/InMemoryStoreUpdateCommand.js.map +1 -1
  105. package/dist/command/IncidentCreateCommand.js +1 -1
  106. package/dist/command/IncidentCreateCommand.js.map +1 -1
  107. package/dist/command/IncidentUpdateCommand.js +1 -1
  108. package/dist/command/IncidentUpdateCommand.js.map +1 -1
  109. package/dist/command/KubernetesCreateCommand.js +37 -1
  110. package/dist/command/KubernetesCreateCommand.js.map +1 -1
  111. package/dist/command/KubernetesUpdateCommand.js +37 -1
  112. package/dist/command/KubernetesUpdateCommand.js.map +1 -1
  113. package/dist/command/MessageBrokerCreateCommand.js +9 -9
  114. package/dist/command/MessageBrokerCreateCommand.js.map +1 -1
  115. package/dist/command/MessageBrokerUpdateCommand.js +9 -9
  116. package/dist/command/MessageBrokerUpdateCommand.js.map +1 -1
  117. package/dist/command/MetricCreateCommand.js +4 -13
  118. package/dist/command/MetricCreateCommand.js.map +1 -1
  119. package/dist/command/MetricUpdateCommand.js +4 -13
  120. package/dist/command/MetricUpdateCommand.js.map +1 -1
  121. package/dist/command/MonitorCreateCommand.js +5 -14
  122. package/dist/command/MonitorCreateCommand.js.map +1 -1
  123. package/dist/command/MonitorUpdateCommand.js +5 -14
  124. package/dist/command/MonitorUpdateCommand.js.map +1 -1
  125. package/dist/command/ProjectCreateCommand.js +1 -1
  126. package/dist/command/ProjectCreateCommand.js.map +1 -1
  127. package/dist/command/ProjectUpdateCommand.js +1 -1
  128. package/dist/command/ProjectUpdateCommand.js.map +1 -1
  129. package/dist/command/ServerCreateCommand.js +28 -1
  130. package/dist/command/ServerCreateCommand.js.map +1 -1
  131. package/dist/command/ServerUpdateCommand.js +28 -1
  132. package/dist/command/ServerUpdateCommand.js.map +1 -1
  133. package/dist/command/cli.js +8 -8
  134. package/dist/command/cli.js.map +1 -1
  135. package/dist/enum/CloudType.d.ts +6 -0
  136. package/dist/enum/CloudType.js +11 -0
  137. package/dist/enum/CloudType.js.map +1 -0
  138. package/dist/enum/KubernetesCloud.d.ts +6 -0
  139. package/dist/enum/KubernetesCloud.js +11 -0
  140. package/dist/enum/KubernetesCloud.js.map +1 -0
  141. package/dist/enum/ServerCloud.d.ts +6 -0
  142. package/dist/enum/ServerCloud.js +11 -0
  143. package/dist/enum/ServerCloud.js.map +1 -0
  144. package/dist/index.d.ts +39 -34
  145. package/dist/index.js +39 -34
  146. package/dist/index.js.map +1 -1
  147. package/dist/meta/AlertMetaTable.js +1 -1
  148. package/dist/meta/AlertMetaTable.js.map +1 -1
  149. package/dist/meta/{ChatCategoryMetaTable.d.ts → CloudCategoryMetaTable.d.ts} +2 -2
  150. package/dist/meta/{ChatCategoryMetaTable.js → CloudCategoryMetaTable.js} +7 -7
  151. package/dist/meta/CloudCategoryMetaTable.js.map +1 -0
  152. package/dist/meta/{ChatFieldMetaTable.d.ts → CloudFieldMetaTable.d.ts} +2 -2
  153. package/dist/meta/{ChatFieldMetaTable.js → CloudFieldMetaTable.js} +7 -7
  154. package/dist/meta/CloudFieldMetaTable.js.map +1 -0
  155. package/dist/meta/{ChatMetaTable.d.ts → CloudMetaTable.d.ts} +5 -6
  156. package/dist/meta/{ChatMetaTable.js → CloudMetaTable.js} +10 -13
  157. package/dist/meta/CloudMetaTable.js.map +1 -0
  158. package/dist/meta/{ChatTagMetaTable.d.ts → CloudTagMetaTable.d.ts} +2 -2
  159. package/dist/meta/{ChatTagMetaTable.js → CloudTagMetaTable.js} +7 -7
  160. package/dist/meta/CloudTagMetaTable.js.map +1 -0
  161. package/dist/meta/DatabaseMetaTable.d.ts +2 -2
  162. package/dist/meta/DatabaseMetaTable.js +3 -3
  163. package/dist/meta/DatabaseMetaTable.js.map +1 -1
  164. package/dist/meta/EnvironmentMetaTable.js +1 -1
  165. package/dist/meta/EnvironmentMetaTable.js.map +1 -1
  166. package/dist/meta/InMemoryStoreMetaTable.d.ts +2 -2
  167. package/dist/meta/InMemoryStoreMetaTable.js +3 -3
  168. package/dist/meta/InMemoryStoreMetaTable.js.map +1 -1
  169. package/dist/meta/IncidentMetaTable.js +1 -1
  170. package/dist/meta/IncidentMetaTable.js.map +1 -1
  171. package/dist/meta/KubernetesMetaTable.d.ts +4 -0
  172. package/dist/meta/KubernetesMetaTable.js +5 -1
  173. package/dist/meta/KubernetesMetaTable.js.map +1 -1
  174. package/dist/meta/MessageBrokerMetaTable.d.ts +2 -2
  175. package/dist/meta/MessageBrokerMetaTable.js +3 -3
  176. package/dist/meta/MessageBrokerMetaTable.js.map +1 -1
  177. package/dist/meta/MetricMetaTable.d.ts +1 -2
  178. package/dist/meta/MetricMetaTable.js +1 -2
  179. package/dist/meta/MetricMetaTable.js.map +1 -1
  180. package/dist/meta/MonitorMetaTable.d.ts +1 -2
  181. package/dist/meta/MonitorMetaTable.js +2 -3
  182. package/dist/meta/MonitorMetaTable.js.map +1 -1
  183. package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +8 -8
  184. package/dist/meta/NamirasoftInfraMetaDatabase.js +9 -9
  185. package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
  186. package/dist/meta/ProjectMetaTable.js +1 -1
  187. package/dist/meta/ProjectMetaTable.js.map +1 -1
  188. package/dist/meta/ServerMetaTable.d.ts +3 -0
  189. package/dist/meta/ServerMetaTable.js +4 -1
  190. package/dist/meta/ServerMetaTable.js.map +1 -1
  191. package/dist/row/AlertInputRow.d.ts +1 -1
  192. package/dist/row/AlertRow.d.ts +1 -1
  193. package/dist/row/{ChatCategoryRow.d.ts → CloudCategoryRow.d.ts} +1 -1
  194. package/dist/row/CloudCategoryRow.js +3 -0
  195. package/dist/row/CloudCategoryRow.js.map +1 -0
  196. package/dist/row/{ChatFieldRow.d.ts → CloudFieldRow.d.ts} +1 -1
  197. package/dist/row/{ChatFieldRow.js → CloudFieldRow.js} +1 -1
  198. package/dist/row/CloudFieldRow.js.map +1 -0
  199. package/dist/row/CloudInputRow.d.ts +8 -0
  200. package/dist/row/{ChatCategoryRow.js → CloudInputRow.js} +1 -1
  201. package/dist/row/CloudInputRow.js.map +1 -0
  202. package/dist/row/CloudRow.d.ts +12 -0
  203. package/dist/row/{ChatRow.js → CloudRow.js} +1 -1
  204. package/dist/row/CloudRow.js.map +1 -0
  205. package/dist/row/{ChatTagRow.d.ts → CloudTagRow.d.ts} +1 -1
  206. package/dist/row/{ChatTagRow.js → CloudTagRow.js} +1 -1
  207. package/dist/row/CloudTagRow.js.map +1 -0
  208. package/dist/row/DatabaseInputRow.d.ts +3 -3
  209. package/dist/row/DatabaseRow.d.ts +3 -3
  210. package/dist/row/EnvironmentInputRow.d.ts +1 -1
  211. package/dist/row/EnvironmentRow.d.ts +1 -1
  212. package/dist/row/InMemoryStoreInputRow.d.ts +3 -3
  213. package/dist/row/InMemoryStoreRow.d.ts +3 -3
  214. package/dist/row/IncidentInputRow.d.ts +1 -1
  215. package/dist/row/IncidentRow.d.ts +1 -1
  216. package/dist/row/KubernetesInputRow.d.ts +6 -1
  217. package/dist/row/KubernetesRow.d.ts +6 -1
  218. package/dist/row/MessageBrokerInputRow.d.ts +3 -3
  219. package/dist/row/MessageBrokerRow.d.ts +3 -3
  220. package/dist/row/MetricInputRow.d.ts +1 -3
  221. package/dist/row/MetricRow.d.ts +1 -3
  222. package/dist/row/MonitorInputRow.d.ts +2 -4
  223. package/dist/row/MonitorRow.d.ts +2 -4
  224. package/dist/row/ProjectInputRow.d.ts +1 -1
  225. package/dist/row/ProjectRow.d.ts +1 -1
  226. package/dist/row/ServerInputRow.d.ts +5 -1
  227. package/dist/row/ServerRow.d.ts +5 -1
  228. package/package.json +1 -1
  229. package/src/NamirasoftInfraServer.ts +13 -13
  230. package/src/{NamirasoftInfraServerChat.ts → NamirasoftInfraServerCloud.ts} +29 -8
  231. package/src/{NamirasoftInfraServerChatCategory.ts → NamirasoftInfraServerCloudCategory.ts} +12 -12
  232. package/src/{NamirasoftInfraServerChatField.ts → NamirasoftInfraServerCloudField.ts} +15 -15
  233. package/src/{NamirasoftInfraServerChatTag.ts → NamirasoftInfraServerCloudTag.ts} +15 -15
  234. package/src/NamirasoftInfraServerMetric.ts +2 -2
  235. package/src/NamirasoftInfraServerMonitor.ts +2 -3
  236. package/src/command/AlertCreateCommand.ts +1 -1
  237. package/src/command/AlertUpdateCommand.ts +1 -1
  238. package/src/command/{ChatCategoryCommand.ts → CloudCategoryCommand.ts} +9 -9
  239. package/src/command/{ChatCategoryCreateCommand.ts → CloudCategoryCreateCommand.ts} +2 -2
  240. package/src/command/{ChatCategoryDeleteCommand.ts → CloudCategoryDeleteCommand.ts} +2 -2
  241. package/src/command/{ChatFieldDeleteCommand.ts → CloudCategoryGetCommand.ts} +2 -2
  242. package/src/command/{ChatCategoryListCommand.ts → CloudCategoryListCommand.ts} +2 -2
  243. package/src/command/{ChatCommand.ts → CloudCommand.ts} +11 -5
  244. package/src/command/CloudCreateCommand.ts +92 -0
  245. package/src/command/{ChatTagGetCommand.ts → CloudDeleteCommand.ts} +2 -2
  246. package/src/command/{ChatFieldCommand.ts → CloudFieldCommand.ts} +11 -11
  247. package/src/command/{ChatFieldCreateCommand.ts → CloudFieldCreateCommand.ts} +2 -2
  248. package/src/command/{ChatCategoryGetCommand.ts → CloudFieldDeleteCommand.ts} +2 -2
  249. package/src/command/{ChatTagDeleteCommand.ts → CloudFieldGetCommand.ts} +2 -2
  250. package/src/command/{ChatFieldListCommand.ts → CloudFieldListCommand.ts} +2 -2
  251. package/src/command/{ChatFieldUpdateCommand.ts → CloudFieldUpdateCommand.ts} +2 -2
  252. package/src/command/{ChatGetCommand.ts → CloudGetCommand.ts} +2 -2
  253. package/src/command/{ChatListCommand.ts → CloudListCommand.ts} +2 -2
  254. package/src/command/{ChatTagCommand.ts → CloudTagCommand.ts} +11 -11
  255. package/src/command/{ChatTagCreateCommand.ts → CloudTagCreateCommand.ts} +2 -2
  256. package/src/command/CloudTagDeleteCommand.ts +45 -0
  257. package/src/command/{ChatFieldGetCommand.ts → CloudTagGetCommand.ts} +2 -2
  258. package/src/command/{ChatTagListCommand.ts → CloudTagListCommand.ts} +2 -2
  259. package/src/command/{ChatTagUpdateCommand.ts → CloudTagUpdateCommand.ts} +2 -2
  260. package/src/command/CloudUpdateCommand.ts +92 -0
  261. package/src/command/DatabaseCreateCommand.ts +9 -9
  262. package/src/command/DatabaseUpdateCommand.ts +9 -9
  263. package/src/command/EnvironmentCreateCommand.ts +1 -1
  264. package/src/command/EnvironmentUpdateCommand.ts +1 -1
  265. package/src/command/InMemoryStoreCreateCommand.ts +9 -9
  266. package/src/command/InMemoryStoreUpdateCommand.ts +9 -9
  267. package/src/command/IncidentCreateCommand.ts +1 -1
  268. package/src/command/IncidentUpdateCommand.ts +1 -1
  269. package/src/command/KubernetesCreateCommand.ts +37 -1
  270. package/src/command/KubernetesUpdateCommand.ts +37 -1
  271. package/src/command/MessageBrokerCreateCommand.ts +9 -9
  272. package/src/command/MessageBrokerUpdateCommand.ts +9 -9
  273. package/src/command/MetricCreateCommand.ts +4 -13
  274. package/src/command/MetricUpdateCommand.ts +4 -13
  275. package/src/command/MonitorCreateCommand.ts +5 -14
  276. package/src/command/MonitorUpdateCommand.ts +5 -14
  277. package/src/command/ProjectCreateCommand.ts +1 -1
  278. package/src/command/ProjectUpdateCommand.ts +1 -1
  279. package/src/command/ServerCreateCommand.ts +28 -1
  280. package/src/command/ServerUpdateCommand.ts +28 -1
  281. package/src/command/cli.ts +8 -8
  282. package/src/enum/{MetricIntervalUnit.ts → CloudType.ts} +5 -4
  283. package/src/enum/{MonitorHeartbeatIntervalUnit.ts → KubernetesCloud.ts} +5 -4
  284. package/src/enum/ServerCloud.ts +27 -0
  285. package/src/index.ts +39 -34
  286. package/src/meta/AlertMetaTable.ts +1 -1
  287. package/src/meta/{ChatCategoryMetaTable.ts → CloudCategoryMetaTable.ts} +5 -5
  288. package/src/meta/{ChatFieldMetaTable.ts → CloudFieldMetaTable.ts} +5 -5
  289. package/src/meta/{ChatMetaTable.ts → CloudMetaTable.ts} +11 -15
  290. package/src/meta/{ChatTagMetaTable.ts → CloudTagMetaTable.ts} +5 -5
  291. package/src/meta/DatabaseMetaTable.ts +5 -5
  292. package/src/meta/EnvironmentMetaTable.ts +1 -1
  293. package/src/meta/InMemoryStoreMetaTable.ts +5 -5
  294. package/src/meta/IncidentMetaTable.ts +1 -1
  295. package/src/meta/KubernetesMetaTable.ts +9 -1
  296. package/src/meta/MessageBrokerMetaTable.ts +5 -5
  297. package/src/meta/MetricMetaTable.ts +2 -4
  298. package/src/meta/MonitorMetaTable.ts +3 -5
  299. package/src/meta/NamirasoftInfraMetaDatabase.ts +13 -13
  300. package/src/meta/ProjectMetaTable.ts +1 -1
  301. package/src/meta/ServerMetaTable.ts +7 -1
  302. package/src/row/AlertInputRow.ts +1 -1
  303. package/src/row/AlertRow.ts +1 -1
  304. package/src/row/{ChatCategoryRow.ts → CloudCategoryRow.ts} +1 -1
  305. package/src/row/{ChatFieldRow.ts → CloudFieldRow.ts} +1 -1
  306. package/src/row/CloudInputRow.ts +30 -0
  307. package/src/row/{ChatRow.ts → CloudRow.ts} +6 -5
  308. package/src/row/{ChatTagRow.ts → CloudTagRow.ts} +1 -1
  309. package/src/row/DatabaseInputRow.ts +3 -3
  310. package/src/row/DatabaseRow.ts +3 -3
  311. package/src/row/EnvironmentInputRow.ts +1 -1
  312. package/src/row/EnvironmentRow.ts +1 -1
  313. package/src/row/InMemoryStoreInputRow.ts +3 -3
  314. package/src/row/InMemoryStoreRow.ts +3 -3
  315. package/src/row/IncidentInputRow.ts +1 -1
  316. package/src/row/IncidentRow.ts +1 -1
  317. package/src/row/KubernetesInputRow.ts +7 -1
  318. package/src/row/KubernetesRow.ts +7 -1
  319. package/src/row/MessageBrokerInputRow.ts +3 -3
  320. package/src/row/MessageBrokerRow.ts +3 -3
  321. package/src/row/MetricInputRow.ts +1 -3
  322. package/src/row/MetricRow.ts +1 -3
  323. package/src/row/MonitorInputRow.ts +2 -4
  324. package/src/row/MonitorRow.ts +2 -4
  325. package/src/row/ProjectInputRow.ts +1 -1
  326. package/src/row/ProjectRow.ts +1 -1
  327. package/src/row/ServerInputRow.ts +5 -1
  328. package/src/row/ServerRow.ts +5 -1
  329. package/dist/NamirasoftInfraServerChat.js.map +0 -1
  330. package/dist/NamirasoftInfraServerChatCategory.js.map +0 -1
  331. package/dist/NamirasoftInfraServerChatField.js.map +0 -1
  332. package/dist/NamirasoftInfraServerChatTag.js.map +0 -1
  333. package/dist/command/ChatCategoryCommand.js +0 -21
  334. package/dist/command/ChatCategoryCommand.js.map +0 -1
  335. package/dist/command/ChatCategoryCreateCommand.js.map +0 -1
  336. package/dist/command/ChatCategoryDeleteCommand.js.map +0 -1
  337. package/dist/command/ChatCategoryGetCommand.js.map +0 -1
  338. package/dist/command/ChatCategoryListCommand.js.map +0 -1
  339. package/dist/command/ChatCommand.js +0 -17
  340. package/dist/command/ChatCommand.js.map +0 -1
  341. package/dist/command/ChatFieldCommand.js +0 -23
  342. package/dist/command/ChatFieldCommand.js.map +0 -1
  343. package/dist/command/ChatFieldCreateCommand.js.map +0 -1
  344. package/dist/command/ChatFieldDeleteCommand.js.map +0 -1
  345. package/dist/command/ChatFieldGetCommand.js.map +0 -1
  346. package/dist/command/ChatFieldListCommand.js.map +0 -1
  347. package/dist/command/ChatFieldUpdateCommand.d.ts +0 -5
  348. package/dist/command/ChatFieldUpdateCommand.js.map +0 -1
  349. package/dist/command/ChatGetCommand.js.map +0 -1
  350. package/dist/command/ChatListCommand.js.map +0 -1
  351. package/dist/command/ChatTagCommand.js +0 -23
  352. package/dist/command/ChatTagCommand.js.map +0 -1
  353. package/dist/command/ChatTagCreateCommand.js.map +0 -1
  354. package/dist/command/ChatTagDeleteCommand.d.ts +0 -5
  355. package/dist/command/ChatTagGetCommand.js.map +0 -1
  356. package/dist/command/ChatTagListCommand.js.map +0 -1
  357. package/dist/command/ChatTagUpdateCommand.d.ts +0 -5
  358. package/dist/command/ChatTagUpdateCommand.js.map +0 -1
  359. package/dist/enum/MetricIntervalUnit.d.ts +0 -5
  360. package/dist/enum/MetricIntervalUnit.js +0 -10
  361. package/dist/enum/MetricIntervalUnit.js.map +0 -1
  362. package/dist/enum/MonitorHeartbeatIntervalUnit.d.ts +0 -5
  363. package/dist/enum/MonitorHeartbeatIntervalUnit.js +0 -10
  364. package/dist/enum/MonitorHeartbeatIntervalUnit.js.map +0 -1
  365. package/dist/meta/ChatCategoryMetaTable.js.map +0 -1
  366. package/dist/meta/ChatFieldMetaTable.js.map +0 -1
  367. package/dist/meta/ChatMetaTable.js.map +0 -1
  368. package/dist/meta/ChatTagMetaTable.js.map +0 -1
  369. package/dist/row/ChatCategoryRow.js.map +0 -1
  370. package/dist/row/ChatFieldRow.js.map +0 -1
  371. package/dist/row/ChatRow.d.ts +0 -12
  372. package/dist/row/ChatRow.js.map +0 -1
  373. package/dist/row/ChatTagRow.js.map +0 -1
@@ -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,9 +57,9 @@ 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),
62
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
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
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
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),
65
65
  };
@@ -55,7 +55,7 @@ export class IncidentMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, In
55
55
  metric_id: new BaseMetaColumn(this, "metric_id", "Metric ID", "String", true),
56
56
  chat_id: new BaseMetaColumn(this, "chat_id", "Chat ID", "String", true),
57
57
  status: new BaseMetaColumn(this, "status", "Status", "Enum", true),
58
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
58
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
59
59
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
60
60
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
61
61
  };
@@ -30,9 +30,13 @@ 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;
38
+ kubrenetes_on_server_id: BaseMetaColumn;
39
+ cloud: BaseMetaColumn;
36
40
  name: BaseMetaColumn;
37
41
  description: BaseMetaColumn;
38
42
  hash: BaseMetaColumn;
@@ -48,11 +52,15 @@ export class KubernetesMetaTable extends NSBaseMetaTable<NamirasoftInfraServer,
48
52
  id: new BaseMetaColumn(this, "id", "ID", "String", true),
49
53
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
50
54
  workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
55
+ service_user_id: new BaseMetaColumn(this, "service_user_id", "Service User ID", "String", true),
56
+ service_session_id: new BaseMetaColumn(this, "service_session_id", "Service Session ID", "String", true),
51
57
  project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
52
58
  environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
53
59
  log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
60
+ kubrenetes_on_server_id: new BaseMetaColumn(this, "kubrenetes_on_server_id", "Kubrenetes On Server ID", "String", true),
61
+ cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
54
62
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
55
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
63
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
56
64
  hash: new BaseMetaColumn(this, "hash", "Hash", "String", true),
57
65
  ip_public: new BaseMetaColumn(this, "ip_public", "IP Public", "String", true),
58
66
  last_sync: new BaseMetaColumn(this, "last_sync", "Last Sync", "String", true),
@@ -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,9 +57,9 @@ 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),
62
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
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
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
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),
65
65
  };
@@ -37,8 +37,7 @@ export class MetricMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Metr
37
37
  caller_server_id: BaseMetaColumn;
38
38
  caller_kubernetes_id: BaseMetaColumn;
39
39
  url: BaseMetaColumn;
40
- interval_value: BaseMetaColumn;
41
- interval_unit: BaseMetaColumn;
40
+ interval_scheduler_id: BaseMetaColumn;
42
41
  description: BaseMetaColumn;
43
42
  created_at: BaseMetaColumn;
44
43
  updated_at: BaseMetaColumn;
@@ -57,8 +56,7 @@ export class MetricMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Metr
57
56
  caller_server_id: new BaseMetaColumn(this, "caller_server_id", "Caller Server ID", "String", false),
58
57
  caller_kubernetes_id: new BaseMetaColumn(this, "caller_kubernetes_id", "Caller Kubernetes ID", "String", false),
59
58
  url: new BaseMetaColumn(this, "url", "URL", "String", true),
60
- interval_value: new BaseMetaColumn(this, "interval_value", "Interval Value", "Integer", true),
61
- interval_unit: new BaseMetaColumn(this, "interval_unit", "Interval Unit", "Enum", true),
59
+ interval_scheduler_id: new BaseMetaColumn(this, "interval_scheduler_id", "Interval Scheduler ID", "String", true),
62
60
  description: new BaseMetaColumn(this, "description", "Description", "String", true),
63
61
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
64
62
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
@@ -38,8 +38,7 @@ export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Mon
38
38
  caller_server_id: BaseMetaColumn;
39
39
  caller_kubernetes_id: BaseMetaColumn;
40
40
  up_side_down: BaseMetaColumn;
41
- heartbeat_interval_value: BaseMetaColumn;
42
- heartbeat_interval_unit: BaseMetaColumn;
41
+ heartbeat_interval_scheduler_id: BaseMetaColumn;
43
42
  retries: BaseMetaColumn;
44
43
  heartbeat_retry_interval_value: BaseMetaColumn;
45
44
  heartbeat_retry_interval_unit: BaseMetaColumn;
@@ -85,8 +84,7 @@ export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Mon
85
84
  caller_server_id: new BaseMetaColumn(this, "caller_server_id", "Caller Server ID", "String", false),
86
85
  caller_kubernetes_id: new BaseMetaColumn(this, "caller_kubernetes_id", "Caller Kubernetes ID", "String", false),
87
86
  up_side_down: new BaseMetaColumn(this, "up_side_down", "Up Side Down", "Boolean", true),
88
- heartbeat_interval_value: new BaseMetaColumn(this, "heartbeat_interval_value", "Heartbeat Interval Value", "Integer", true),
89
- heartbeat_interval_unit: new BaseMetaColumn(this, "heartbeat_interval_unit", "Heartbeat Interval Unit", "Enum", true),
87
+ heartbeat_interval_scheduler_id: new BaseMetaColumn(this, "heartbeat_interval_scheduler_id", "Heartbeat Interval Scheduler ID", "String", true),
90
88
  retries: new BaseMetaColumn(this, "retries", "Retries", "Integer", true),
91
89
  heartbeat_retry_interval_value: new BaseMetaColumn(this, "heartbeat_retry_interval_value", "Heartbeat Retry Interval Value", "Integer", true),
92
90
  heartbeat_retry_interval_unit: new BaseMetaColumn(this, "heartbeat_retry_interval_unit", "Heartbeat Retry Interval Unit", "Enum", true),
@@ -113,7 +111,7 @@ export class MonitorMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Mon
113
111
  docker_container_id_or_name: new BaseMetaColumn(this, "docker_container_id_or_name", "Docker Container ID Or Name", "String", false),
114
112
  kubernetes_pod_controller_type: new BaseMetaColumn(this, "kubernetes_pod_controller_type", "Kubernetes Pod Controller Type", "Enum", false),
115
113
  kubernetes_pod_controller_name: new BaseMetaColumn(this, "kubernetes_pod_controller_name", "Kubernetes Pod Controller Name", "String", false),
116
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
114
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
117
115
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
118
116
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
119
117
  };
@@ -22,10 +22,10 @@ import { AlertCategoryMetaTable } from "./AlertCategoryMetaTable";
22
22
  import { AlertFieldMetaTable } from "./AlertFieldMetaTable";
23
23
  import { AlertMetaTable } from "./AlertMetaTable";
24
24
  import { AlertTagMetaTable } from "./AlertTagMetaTable";
25
- import { ChatCategoryMetaTable } from "./ChatCategoryMetaTable";
26
- import { ChatFieldMetaTable } from "./ChatFieldMetaTable";
27
- import { ChatMetaTable } from "./ChatMetaTable";
28
- import { ChatTagMetaTable } from "./ChatTagMetaTable";
25
+ import { CloudCategoryMetaTable } from "./CloudCategoryMetaTable";
26
+ import { CloudFieldMetaTable } from "./CloudFieldMetaTable";
27
+ import { CloudMetaTable } from "./CloudMetaTable";
28
+ import { CloudTagMetaTable } from "./CloudTagMetaTable";
29
29
  import { DatabaseCategoryMetaTable } from "./DatabaseCategoryMetaTable";
30
30
  import { DatabaseFieldMetaTable } from "./DatabaseFieldMetaTable";
31
31
  import { DatabaseMetaTable } from "./DatabaseMetaTable";
@@ -76,6 +76,10 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
76
76
  private token_manager?: TokenManager;
77
77
  private onError?: (error: Error) => void;
78
78
  public override tables: {
79
+ cloud_category: CloudCategoryMetaTable,
80
+ cloud_field: CloudFieldMetaTable,
81
+ cloud_tag: CloudTagMetaTable,
82
+ cloud: CloudMetaTable,
79
83
  project_category: ProjectCategoryMetaTable,
80
84
  project_field: ProjectFieldMetaTable,
81
85
  project_tag: ProjectTagMetaTable,
@@ -96,10 +100,6 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
96
100
  alert_field: AlertFieldMetaTable,
97
101
  alert_tag: AlertTagMetaTable,
98
102
  alert: AlertMetaTable,
99
- chat_category: ChatCategoryMetaTable,
100
- chat_field: ChatFieldMetaTable,
101
- chat_tag: ChatTagMetaTable,
102
- chat: ChatMetaTable,
103
103
  database_category: DatabaseCategoryMetaTable,
104
104
  database_field: DatabaseFieldMetaTable,
105
105
  database_tag: DatabaseTagMetaTable,
@@ -127,10 +127,14 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
127
127
  };
128
128
  constructor(token_manager?: TokenManager, onError?: (error: Error) => void)
129
129
  {
130
- super({ id: "prd-c7836310e7e54170", name: "Namirasoft Access", headline: "User Access Management", description: "Control who can access your Namirasoft account and services. Set permissions, manage user roles, and ensure secure access to your resources.", logo: "https://static.namirasoft.com/image/namirasoft/access/logo/base.png", link: "undefined" });
130
+ super({ id: "prd-004bd13e48364979", name: "Namirasoft Infra", headline: "", description: "", logo: "https://static.namirasoft.com/image/namirasoft/infra/logo/base.png", link: "undefined" });
131
131
  this.token_manager = token_manager;
132
132
  this.onError = onError;
133
133
  this.tables = {
134
+ cloud_category: new CloudCategoryMetaTable(this),
135
+ cloud_field: new CloudFieldMetaTable(this),
136
+ cloud_tag: new CloudTagMetaTable(this),
137
+ cloud: new CloudMetaTable(this),
134
138
  project_category: new ProjectCategoryMetaTable(this),
135
139
  project_field: new ProjectFieldMetaTable(this),
136
140
  project_tag: new ProjectTagMetaTable(this),
@@ -151,10 +155,6 @@ export class NamirasoftInfraMetaDatabase extends NSBaseMetaDatabase<NamirasoftIn
151
155
  alert_field: new AlertFieldMetaTable(this),
152
156
  alert_tag: new AlertTagMetaTable(this),
153
157
  alert: new AlertMetaTable(this),
154
- chat_category: new ChatCategoryMetaTable(this),
155
- chat_field: new ChatFieldMetaTable(this),
156
- chat_tag: new ChatTagMetaTable(this),
157
- chat: new ChatMetaTable(this),
158
158
  database_category: new DatabaseCategoryMetaTable(this),
159
159
  database_field: new DatabaseFieldMetaTable(this),
160
160
  database_tag: new DatabaseTagMetaTable(this),
@@ -43,7 +43,7 @@ export class ProjectMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Pro
43
43
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
44
44
  workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
45
45
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
46
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
46
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
47
47
  created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
48
48
  updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
49
49
  };
@@ -30,9 +30,12 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
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;
38
+ cloud: BaseMetaColumn;
36
39
  name: BaseMetaColumn;
37
40
  metric_retention_unit: BaseMetaColumn;
38
41
  metric_retention_value: BaseMetaColumn;
@@ -60,13 +63,16 @@ export class ServerMetaTable extends NSBaseMetaTable<NamirasoftInfraServer, Serv
60
63
  id: new BaseMetaColumn(this, "id", "ID", "String", true),
61
64
  user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
62
65
  workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
66
+ service_user_id: new BaseMetaColumn(this, "service_user_id", "Service User ID", "String", true),
67
+ service_session_id: new BaseMetaColumn(this, "service_session_id", "Service Session ID", "String", true),
63
68
  project_id: new BaseMetaColumn(this, "project_id", "Project ID", "String", true),
64
69
  environment_id: new BaseMetaColumn(this, "environment_id", "Environment ID", "String", true),
65
70
  log_group_id: new BaseMetaColumn(this, "log_group_id", "Log Group ID", "String", false),
71
+ cloud: new BaseMetaColumn(this, "cloud", "Cloud", "Enum", true),
66
72
  name: new BaseMetaColumn(this, "name", "Name", "String", true),
67
73
  metric_retention_unit: new BaseMetaColumn(this, "metric_retention_unit", "Metric Retention Unit", "Enum", true),
68
74
  metric_retention_value: new BaseMetaColumn(this, "metric_retention_value", "Metric Retention Value", "Integer", true),
69
- description: new BaseMetaColumn(this, "description", "Description", "String", true),
75
+ description: new BaseMetaColumn(this, "description", "Description", "String", false),
70
76
  hash: new BaseMetaColumn(this, "hash", "Hash", "String", true),
71
77
  ip_public: new BaseMetaColumn(this, "ip_public", "IP Public", "String", true),
72
78
  ip_private: new BaseMetaColumn(this, "ip_private", "IP Private", "String", true),
@@ -35,5 +35,5 @@ export type AlertInputRow =
35
35
  trigger_aggregator: AlertTriggerAggregator;
36
36
  trigger_operator: AlertTriggerOperator;
37
37
  threshold: string;
38
- description: string;
38
+ description: (string | null);
39
39
  }
@@ -37,7 +37,7 @@ export type AlertRow =
37
37
  trigger_aggregator: AlertTriggerAggregator;
38
38
  trigger_operator: AlertTriggerOperator;
39
39
  threshold: string;
40
- description: string;
40
+ description: (string | null);
41
41
  created_at: Date;
42
42
  updated_at: Date;
43
43
  }
@@ -18,7 +18,7 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export type ChatCategoryRow =
21
+ export type CloudCategoryRow =
22
22
  {
23
23
  id: number;
24
24
  user_id: string;
@@ -18,7 +18,7 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export type ChatFieldRow =
21
+ export type CloudFieldRow =
22
22
  {
23
23
  id: number;
24
24
  user_id: string;
@@ -0,0 +1,30 @@
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
+ import { CloudType } from "../enum/CloudType";
22
+
23
+ export type CloudInputRow =
24
+ {
25
+ workspace_id: string;
26
+ ctl_on_server_id: string;
27
+ name: string;
28
+ type: CloudType;
29
+ description: (string | null);
30
+ }
@@ -18,16 +18,17 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export type ChatRow =
21
+ import { CloudType } from "../enum/CloudType";
22
+
23
+ export type CloudRow =
22
24
  {
23
25
  id: string;
24
26
  user_id: string;
25
27
  workspace_id: string;
26
- project_id: string;
27
- environment_id: string;
28
- incident_id: (string | null);
28
+ ctl_on_server_id: string;
29
29
  name: string;
30
- meta: any;
30
+ type: CloudType;
31
+ description: (string | null);
31
32
  created_at: Date;
32
33
  updated_at: Date;
33
34
  }
@@ -18,7 +18,7 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export type ChatTagRow =
21
+ export type CloudTagRow =
22
22
  {
23
23
  id: number;
24
24
  user_id: string;
@@ -31,7 +31,7 @@ export type DatabaseInputRow =
31
31
  name: string;
32
32
  type: DatabaseType;
33
33
  connect_type: DatabaseConnectType;
34
- conncet_server_id: (string | null);
35
- conncet_kubernetes_id: (string | null);
36
- description: string;
34
+ connect_server_id: (string | null);
35
+ connect_kubernetes_id: (string | null);
36
+ description: (string | null);
37
37
  }
@@ -33,9 +33,9 @@ export type DatabaseRow =
33
33
  name: string;
34
34
  type: DatabaseType;
35
35
  connect_type: DatabaseConnectType;
36
- conncet_server_id: (string | null);
37
- conncet_kubernetes_id: (string | null);
38
- description: string;
36
+ connect_server_id: (string | null);
37
+ connect_kubernetes_id: (string | null);
38
+ description: (string | null);
39
39
  created_at: Date;
40
40
  updated_at: Date;
41
41
  }
@@ -23,5 +23,5 @@ export type EnvironmentInputRow =
23
23
  workspace_id: string;
24
24
  project_id: string;
25
25
  name: string;
26
- description: string;
26
+ description: (string | null);
27
27
  }
@@ -25,7 +25,7 @@ export type EnvironmentRow =
25
25
  workspace_id: string;
26
26
  project_id: string;
27
27
  name: string;
28
- description: string;
28
+ description: (string | null);
29
29
  created_at: Date;
30
30
  updated_at: Date;
31
31
  }
@@ -31,7 +31,7 @@ export type InMemoryStoreInputRow =
31
31
  name: string;
32
32
  type: InMemoryStoreType;
33
33
  connect_type: InMemoryStoreConnectType;
34
- conncet_server_id: (string | null);
35
- conncet_kubernetes_id: (string | null);
36
- description: string;
34
+ connect_server_id: (string | null);
35
+ connect_kubernetes_id: (string | null);
36
+ description: (string | null);
37
37
  }
@@ -33,9 +33,9 @@ export type InMemoryStoreRow =
33
33
  name: string;
34
34
  type: InMemoryStoreType;
35
35
  connect_type: InMemoryStoreConnectType;
36
- conncet_server_id: (string | null);
37
- conncet_kubernetes_id: (string | null);
38
- description: string;
36
+ connect_server_id: (string | null);
37
+ connect_kubernetes_id: (string | null);
38
+ description: (string | null);
39
39
  created_at: Date;
40
40
  updated_at: Date;
41
41
  }
@@ -30,5 +30,5 @@ export type IncidentInputRow =
30
30
  metric_id: string;
31
31
  chat_id: string;
32
32
  status: IncidentStatus;
33
- description: string;
33
+ description: (string | null);
34
34
  }
@@ -32,7 +32,7 @@ export type IncidentRow =
32
32
  metric_id: string;
33
33
  chat_id: string;
34
34
  status: IncidentStatus;
35
- description: string;
35
+ description: (string | null);
36
36
  created_at: Date;
37
37
  updated_at: Date;
38
38
  }
@@ -18,14 +18,20 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
+ import { KubernetesCloud } from "../enum/KubernetesCloud";
22
+
21
23
  export type KubernetesInputRow =
22
24
  {
23
25
  workspace_id: string;
26
+ service_user_id: string;
27
+ service_session_id: string;
24
28
  project_id: string;
25
29
  environment_id: string;
26
30
  log_group_id: (string | null);
31
+ kubrenetes_on_server_id: string;
32
+ cloud: KubernetesCloud;
27
33
  name: string;
28
- description: string;
34
+ description: (string | null);
29
35
  hash: string;
30
36
  ip_public: string;
31
37
  last_sync: string;
@@ -18,16 +18,22 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
+ import { KubernetesCloud } from "../enum/KubernetesCloud";
22
+
21
23
  export type KubernetesRow =
22
24
  {
23
25
  id: string;
24
26
  user_id: string;
25
27
  workspace_id: string;
28
+ service_user_id: string;
29
+ service_session_id: string;
26
30
  project_id: string;
27
31
  environment_id: string;
28
32
  log_group_id: (string | null);
33
+ kubrenetes_on_server_id: string;
34
+ cloud: KubernetesCloud;
29
35
  name: string;
30
- description: string;
36
+ description: (string | null);
31
37
  hash: string;
32
38
  ip_public: string;
33
39
  last_sync: string;
@@ -31,7 +31,7 @@ export type MessageBrokerInputRow =
31
31
  name: string;
32
32
  type: MessageBrokerType;
33
33
  connect_type: MessageBrokerConnectType;
34
- conncet_server_id: (string | null);
35
- conncet_kubernetes_id: (string | null);
36
- description: string;
34
+ connect_server_id: (string | null);
35
+ connect_kubernetes_id: (string | null);
36
+ description: (string | null);
37
37
  }
@@ -33,9 +33,9 @@ export type MessageBrokerRow =
33
33
  name: string;
34
34
  type: MessageBrokerType;
35
35
  connect_type: MessageBrokerConnectType;
36
- conncet_server_id: (string | null);
37
- conncet_kubernetes_id: (string | null);
38
- description: string;
36
+ connect_server_id: (string | null);
37
+ connect_kubernetes_id: (string | null);
38
+ description: (string | null);
39
39
  created_at: Date;
40
40
  updated_at: Date;
41
41
  }
@@ -19,7 +19,6 @@
19
19
  /****************************************************************/
20
20
 
21
21
  import { MetricCallerType } from "../enum/MetricCallerType";
22
- import { MetricIntervalUnit } from "../enum/MetricIntervalUnit";
23
22
 
24
23
  export type MetricInputRow =
25
24
  {
@@ -31,7 +30,6 @@ export type MetricInputRow =
31
30
  caller_server_id: (string | null);
32
31
  caller_kubernetes_id: (string | null);
33
32
  url: string;
34
- interval_value: number;
35
- interval_unit: MetricIntervalUnit;
33
+ interval_scheduler_id: string;
36
34
  description: string;
37
35
  }
@@ -19,7 +19,6 @@
19
19
  /****************************************************************/
20
20
 
21
21
  import { MetricCallerType } from "../enum/MetricCallerType";
22
- import { MetricIntervalUnit } from "../enum/MetricIntervalUnit";
23
22
 
24
23
  export type MetricRow =
25
24
  {
@@ -33,8 +32,7 @@ export type MetricRow =
33
32
  caller_server_id: (string | null);
34
33
  caller_kubernetes_id: (string | null);
35
34
  url: string;
36
- interval_value: number;
37
- interval_unit: MetricIntervalUnit;
35
+ interval_scheduler_id: string;
38
36
  description: string;
39
37
  created_at: Date;
40
38
  updated_at: Date;
@@ -21,7 +21,6 @@
21
21
  import { MonitorCallerType } from "../enum/MonitorCallerType";
22
22
  import { MonitorDockerContainerConnectionType } from "../enum/MonitorDockerContainerConnectionType";
23
23
  import { MonitorHTTPBodyEncoding } from "../enum/MonitorHTTPBodyEncoding";
24
- import { MonitorHeartbeatIntervalUnit } from "../enum/MonitorHeartbeatIntervalUnit";
25
24
  import { MonitorHeartbeatRetryIntervalUnit } from "../enum/MonitorHeartbeatRetryIntervalUnit";
26
25
  import { MonitorKubernetesPodControllerType } from "../enum/MonitorKubernetesPodControllerType";
27
26
  import { MonitorRequestTimeoutUnit } from "../enum/MonitorRequestTimeoutUnit";
@@ -38,8 +37,7 @@ export type MonitorInputRow =
38
37
  caller_server_id: (string | null);
39
38
  caller_kubernetes_id: (string | null);
40
39
  up_side_down: boolean;
41
- heartbeat_interval_value: number;
42
- heartbeat_interval_unit: MonitorHeartbeatIntervalUnit;
40
+ heartbeat_interval_scheduler_id: string;
43
41
  retries: number;
44
42
  heartbeat_retry_interval_value: number;
45
43
  heartbeat_retry_interval_unit: MonitorHeartbeatRetryIntervalUnit;
@@ -66,5 +64,5 @@ export type MonitorInputRow =
66
64
  docker_container_id_or_name: (string | null);
67
65
  kubernetes_pod_controller_type: (MonitorKubernetesPodControllerType | null);
68
66
  kubernetes_pod_controller_name: (string | null);
69
- description: string;
67
+ description: (string | null);
70
68
  }
@@ -21,7 +21,6 @@
21
21
  import { MonitorCallerType } from "../enum/MonitorCallerType";
22
22
  import { MonitorDockerContainerConnectionType } from "../enum/MonitorDockerContainerConnectionType";
23
23
  import { MonitorHTTPBodyEncoding } from "../enum/MonitorHTTPBodyEncoding";
24
- import { MonitorHeartbeatIntervalUnit } from "../enum/MonitorHeartbeatIntervalUnit";
25
24
  import { MonitorHeartbeatRetryIntervalUnit } from "../enum/MonitorHeartbeatRetryIntervalUnit";
26
25
  import { MonitorKubernetesPodControllerType } from "../enum/MonitorKubernetesPodControllerType";
27
26
  import { MonitorRequestTimeoutUnit } from "../enum/MonitorRequestTimeoutUnit";
@@ -40,8 +39,7 @@ export type MonitorRow =
40
39
  caller_server_id: (string | null);
41
40
  caller_kubernetes_id: (string | null);
42
41
  up_side_down: boolean;
43
- heartbeat_interval_value: number;
44
- heartbeat_interval_unit: MonitorHeartbeatIntervalUnit;
42
+ heartbeat_interval_scheduler_id: string;
45
43
  retries: number;
46
44
  heartbeat_retry_interval_value: number;
47
45
  heartbeat_retry_interval_unit: MonitorHeartbeatRetryIntervalUnit;
@@ -68,7 +66,7 @@ export type MonitorRow =
68
66
  docker_container_id_or_name: (string | null);
69
67
  kubernetes_pod_controller_type: (MonitorKubernetesPodControllerType | null);
70
68
  kubernetes_pod_controller_name: (string | null);
71
- description: string;
69
+ description: (string | null);
72
70
  created_at: Date;
73
71
  updated_at: Date;
74
72
  }
@@ -22,5 +22,5 @@ export type ProjectInputRow =
22
22
  {
23
23
  workspace_id: string;
24
24
  name: string;
25
- description: string;
25
+ description: (string | null);
26
26
  }
@@ -24,7 +24,7 @@ export type ProjectRow =
24
24
  user_id: string;
25
25
  workspace_id: string;
26
26
  name: string;
27
- description: string;
27
+ description: (string | null);
28
28
  created_at: Date;
29
29
  updated_at: Date;
30
30
  }