namirasoft-infra 1.4.4 → 1.4.5

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 (417) hide show
  1. package/dist/NamirasoftInfraServer.d.ts +8 -16
  2. package/dist/NamirasoftInfraServer.js +9 -17
  3. package/dist/NamirasoftInfraServer.js.map +1 -1
  4. package/dist/{NamirasoftInfraServerIncident.d.ts → NamirasoftInfraServerCache.d.ts} +7 -7
  5. package/dist/{NamirasoftInfraServerIncidentTag.js → NamirasoftInfraServerCache.js} +18 -18
  6. package/dist/NamirasoftInfraServerCache.js.map +1 -0
  7. package/dist/{NamirasoftInfraServerIncidentCategory.d.ts → NamirasoftInfraServerCacheCategory.d.ts} +5 -5
  8. package/dist/{NamirasoftInfraServerIncidentCategory.js → NamirasoftInfraServerCacheCategory.js} +8 -8
  9. package/dist/NamirasoftInfraServerCacheCategory.js.map +1 -0
  10. package/dist/{NamirasoftInfraServerIncidentField.d.ts → NamirasoftInfraServerCacheField.d.ts} +6 -6
  11. package/dist/{NamirasoftInfraServerIncidentField.js → NamirasoftInfraServerCacheField.js} +9 -9
  12. package/dist/NamirasoftInfraServerCacheField.js.map +1 -0
  13. package/dist/{NamirasoftInfraServerIncidentTag.d.ts → NamirasoftInfraServerCacheTag.d.ts} +6 -6
  14. package/dist/{NamirasoftInfraServerIncident.js → NamirasoftInfraServerCacheTag.js} +18 -18
  15. package/dist/NamirasoftInfraServerCacheTag.js.map +1 -0
  16. package/dist/command/{IncidentFieldCommand.d.ts → CacheCategoryCommand.d.ts} +1 -1
  17. package/dist/command/CacheCategoryCommand.js +21 -0
  18. package/dist/command/CacheCategoryCommand.js.map +1 -0
  19. package/dist/command/{InMemoryStoreTagGetCommand.d.ts → CacheCategoryCreateCommand.d.ts} +1 -1
  20. package/dist/command/{IncidentCategoryCreateCommand.js → CacheCategoryCreateCommand.js} +5 -5
  21. package/dist/command/CacheCategoryCreateCommand.js.map +1 -0
  22. package/dist/command/{InMemoryStoreCreateCommand.d.ts → CacheCategoryDeleteCommand.d.ts} +1 -1
  23. package/dist/command/{IncidentCategoryGetCommand.js → CacheCategoryDeleteCommand.js} +5 -5
  24. package/dist/command/{IncidentFieldDeleteCommand.js.map → CacheCategoryDeleteCommand.js.map} +1 -1
  25. package/dist/command/{IncidentFieldGetCommand.d.ts → CacheCategoryGetCommand.d.ts} +1 -1
  26. package/dist/command/{IncidentFieldGetCommand.js → CacheCategoryGetCommand.js} +5 -5
  27. package/dist/command/{IncidentFieldGetCommand.js.map → CacheCategoryGetCommand.js.map} +1 -1
  28. package/dist/command/{InMemoryStoreListCommand.d.ts → CacheCategoryListCommand.d.ts} +1 -1
  29. package/dist/command/{IncidentFieldListCommand.js → CacheCategoryListCommand.js} +5 -5
  30. package/dist/command/{IncidentFieldListCommand.js.map → CacheCategoryListCommand.js.map} +1 -1
  31. package/dist/command/{IncidentTagCommand.d.ts → CacheCommand.d.ts} +1 -1
  32. package/dist/command/CacheCommand.js +23 -0
  33. package/dist/command/CacheCommand.js.map +1 -0
  34. package/dist/command/{IncidentGetCommand.d.ts → CacheCreateCommand.d.ts} +1 -1
  35. package/dist/command/{InMemoryStoreCreateCommand.js → CacheCreateCommand.js} +9 -9
  36. package/dist/command/CacheCreateCommand.js.map +1 -0
  37. package/dist/command/CacheDeleteCommand.d.ts +5 -0
  38. package/dist/command/{IncidentGetCommand.js → CacheDeleteCommand.js} +5 -5
  39. package/dist/command/{IncidentGetCommand.js.map → CacheDeleteCommand.js.map} +1 -1
  40. package/dist/command/{InMemoryStoreCommand.d.ts → CacheFieldCommand.d.ts} +1 -1
  41. package/dist/command/CacheFieldCommand.js +23 -0
  42. package/dist/command/CacheFieldCommand.js.map +1 -0
  43. package/dist/command/{InMemoryStoreGetCommand.d.ts → CacheFieldCreateCommand.d.ts} +1 -1
  44. package/dist/command/{IncidentFieldCreateCommand.js → CacheFieldCreateCommand.js} +5 -5
  45. package/dist/command/CacheFieldCreateCommand.js.map +1 -0
  46. package/dist/command/CacheFieldDeleteCommand.d.ts +5 -0
  47. package/dist/command/{InMemoryStoreGetCommand.js → CacheFieldDeleteCommand.js} +5 -5
  48. package/dist/command/{InMemoryStoreGetCommand.js.map → CacheFieldDeleteCommand.js.map} +1 -1
  49. package/dist/command/CacheFieldGetCommand.d.ts +5 -0
  50. package/dist/command/{IncidentDeleteCommand.js → CacheFieldGetCommand.js} +5 -5
  51. package/dist/command/CacheFieldGetCommand.js.map +1 -0
  52. package/dist/command/{IncidentTagGetCommand.d.ts → CacheFieldListCommand.d.ts} +1 -1
  53. package/dist/command/{IncidentTagListCommand.js → CacheFieldListCommand.js} +5 -5
  54. package/dist/command/CacheFieldListCommand.js.map +1 -0
  55. package/dist/command/CacheFieldUpdateCommand.d.ts +5 -0
  56. package/dist/command/{IncidentFieldUpdateCommand.js → CacheFieldUpdateCommand.js} +5 -5
  57. package/dist/command/CacheFieldUpdateCommand.js.map +1 -0
  58. package/dist/command/CacheGetCommand.d.ts +5 -0
  59. package/dist/command/CacheGetCommand.js +38 -0
  60. package/dist/command/CacheGetCommand.js.map +1 -0
  61. package/dist/command/CacheListCommand.d.ts +5 -0
  62. package/dist/command/{InMemoryStoreListCommand.js → CacheListCommand.js} +5 -5
  63. package/dist/command/CacheListCommand.js.map +1 -0
  64. package/dist/command/{IncidentCommand.d.ts → CacheTagCommand.d.ts} +1 -1
  65. package/dist/command/CacheTagCommand.js +23 -0
  66. package/dist/command/CacheTagCommand.js.map +1 -0
  67. package/dist/command/{IncidentCreateCommand.d.ts → CacheTagCreateCommand.d.ts} +1 -1
  68. package/dist/command/{IncidentTagCreateCommand.js → CacheTagCreateCommand.js} +5 -5
  69. package/dist/command/CacheTagCreateCommand.js.map +1 -0
  70. package/dist/command/{IncidentDeleteCommand.d.ts → CacheTagDeleteCommand.d.ts} +1 -1
  71. package/dist/command/{IncidentTagGetCommand.js → CacheTagDeleteCommand.js} +5 -5
  72. package/dist/command/{IncidentTagGetCommand.js.map → CacheTagDeleteCommand.js.map} +1 -1
  73. package/dist/command/CacheTagGetCommand.d.ts +5 -0
  74. package/dist/command/CacheTagGetCommand.js +38 -0
  75. package/dist/command/CacheTagGetCommand.js.map +1 -0
  76. package/dist/command/{IncidentListCommand.d.ts → CacheTagListCommand.d.ts} +1 -1
  77. package/dist/command/{IncidentListCommand.js → CacheTagListCommand.js} +5 -5
  78. package/dist/command/{IncidentListCommand.js.map → CacheTagListCommand.js.map} +1 -1
  79. package/dist/command/{IncidentUpdateCommand.d.ts → CacheTagUpdateCommand.d.ts} +1 -1
  80. package/dist/command/{IncidentTagUpdateCommand.js → CacheTagUpdateCommand.js} +5 -5
  81. package/dist/command/CacheTagUpdateCommand.js.map +1 -0
  82. package/dist/command/CacheUpdateCommand.d.ts +5 -0
  83. package/dist/command/{InMemoryStoreUpdateCommand.js → CacheUpdateCommand.js} +9 -9
  84. package/dist/command/CacheUpdateCommand.js.map +1 -0
  85. package/dist/command/KubernetesCreateCommand.js +8 -53
  86. package/dist/command/KubernetesCreateCommand.js.map +1 -1
  87. package/dist/command/KubernetesUpdateCommand.js +8 -53
  88. package/dist/command/KubernetesUpdateCommand.js.map +1 -1
  89. package/dist/command/MonitorCreateCommand.js +4 -4
  90. package/dist/command/MonitorCreateCommand.js.map +1 -1
  91. package/dist/command/MonitorUpdateCommand.js +4 -4
  92. package/dist/command/MonitorUpdateCommand.js.map +1 -1
  93. package/dist/command/ServerCreateCommand.js +0 -18
  94. package/dist/command/ServerCreateCommand.js.map +1 -1
  95. package/dist/command/ServerUpdateCommand.js +0 -18
  96. package/dist/command/ServerUpdateCommand.js.map +1 -1
  97. package/dist/command/cli.js +8 -16
  98. package/dist/command/cli.js.map +1 -1
  99. package/dist/enum/{InMemoryStoreConnectType.d.ts → CacheConnectType.d.ts} +1 -1
  100. package/dist/enum/CacheConnectType.js +10 -0
  101. package/dist/enum/CacheConnectType.js.map +1 -0
  102. package/dist/enum/CacheType.d.ts +3 -0
  103. package/dist/enum/CacheType.js +8 -0
  104. package/dist/enum/CacheType.js.map +1 -0
  105. package/dist/enum/DatabaseType.d.ts +1 -1
  106. package/dist/enum/DatabaseType.js +1 -1
  107. package/dist/enum/MonitorType.d.ts +1 -1
  108. package/dist/enum/MonitorType.js +1 -1
  109. package/dist/enum/MonitorType.js.map +1 -1
  110. package/dist/index.d.ts +38 -75
  111. package/dist/index.js +38 -75
  112. package/dist/index.js.map +1 -1
  113. package/dist/meta/{IncidentCategoryMetaTable.d.ts → CacheCategoryMetaTable.d.ts} +2 -2
  114. package/dist/meta/{IncidentCategoryMetaTable.js → CacheCategoryMetaTable.js} +7 -7
  115. package/dist/meta/CacheCategoryMetaTable.js.map +1 -0
  116. package/dist/meta/{IncidentFieldMetaTable.d.ts → CacheFieldMetaTable.d.ts} +2 -2
  117. package/dist/meta/{IncidentFieldMetaTable.js → CacheFieldMetaTable.js} +7 -7
  118. package/dist/meta/CacheFieldMetaTable.js.map +1 -0
  119. package/dist/meta/{InMemoryStoreMetaTable.d.ts → CacheMetaTable.d.ts} +3 -3
  120. package/dist/meta/{InMemoryStoreMetaTable.js → CacheMetaTable.js} +8 -8
  121. package/dist/meta/CacheMetaTable.js.map +1 -0
  122. package/dist/meta/{IncidentTagMetaTable.d.ts → CacheTagMetaTable.d.ts} +2 -2
  123. package/dist/meta/{IncidentTagMetaTable.js → CacheTagMetaTable.js} +7 -7
  124. package/dist/meta/CacheTagMetaTable.js.map +1 -0
  125. package/dist/meta/KubernetesMetaTable.d.ts +1 -2
  126. package/dist/meta/KubernetesMetaTable.js +1 -2
  127. package/dist/meta/KubernetesMetaTable.js.map +1 -1
  128. package/dist/meta/MonitorMetaTable.d.ts +1 -1
  129. package/dist/meta/MonitorMetaTable.js +1 -1
  130. package/dist/meta/MonitorMetaTable.js.map +1 -1
  131. package/dist/meta/NamirasoftInfraMetaDatabase.d.ts +8 -16
  132. package/dist/meta/NamirasoftInfraMetaDatabase.js +8 -16
  133. package/dist/meta/NamirasoftInfraMetaDatabase.js.map +1 -1
  134. package/dist/meta/ServerMetaTable.d.ts +0 -1
  135. package/dist/meta/ServerMetaTable.js +0 -1
  136. package/dist/meta/ServerMetaTable.js.map +1 -1
  137. package/dist/row/{IncidentCategoryRow.d.ts → CacheCategoryRow.d.ts} +1 -1
  138. package/dist/row/{IncidentInputRow.js → CacheCategoryRow.js} +1 -1
  139. package/dist/row/CacheCategoryRow.js.map +1 -0
  140. package/dist/row/{IncidentFieldRow.d.ts → CacheFieldRow.d.ts} +1 -1
  141. package/dist/row/{IncidentTagRow.js → CacheFieldRow.js} +1 -1
  142. package/dist/row/CacheFieldRow.js.map +1 -0
  143. package/dist/row/CacheInputRow.d.ts +15 -0
  144. package/dist/row/{IncidentFieldRow.js → CacheInputRow.js} +1 -1
  145. package/dist/row/CacheInputRow.js.map +1 -0
  146. package/dist/row/{InMemoryStoreRow.d.ts → CacheRow.d.ts} +6 -6
  147. package/dist/row/{IncidentRow.js → CacheRow.js} +1 -1
  148. package/dist/row/CacheRow.js.map +1 -0
  149. package/dist/row/{IncidentTagRow.d.ts → CacheTagRow.d.ts} +1 -1
  150. package/dist/row/{InMemoryStoreRow.js → CacheTagRow.js} +1 -1
  151. package/dist/row/CacheTagRow.js.map +1 -0
  152. package/dist/row/KubernetesInputRow.d.ts +1 -6
  153. package/dist/row/KubernetesRow.d.ts +1 -2
  154. package/dist/row/MonitorInputRow.d.ts +1 -1
  155. package/dist/row/MonitorRow.d.ts +1 -1
  156. package/dist/row/ServerInputRow.d.ts +0 -2
  157. package/dist/row/ServerRow.d.ts +0 -1
  158. package/package.json +1 -1
  159. package/src/NamirasoftInfraServer.ts +13 -25
  160. package/src/{NamirasoftInfraServerIncident.ts → NamirasoftInfraServerCache.ts} +16 -16
  161. package/src/{NamirasoftInfraServerIncidentCategory.ts → NamirasoftInfraServerCacheCategory.ts} +12 -12
  162. package/src/{NamirasoftInfraServerIncidentField.ts → NamirasoftInfraServerCacheField.ts} +15 -15
  163. package/src/{NamirasoftInfraServerIncidentTag.ts → NamirasoftInfraServerCacheTag.ts} +15 -15
  164. package/src/command/{IncidentCategoryCommand.ts → CacheCategoryCommand.ts} +9 -9
  165. package/src/command/{IncidentCategoryCreateCommand.ts → CacheCategoryCreateCommand.ts} +2 -2
  166. package/src/command/{IncidentFieldDeleteCommand.ts → CacheCategoryDeleteCommand.ts} +2 -2
  167. package/src/command/{IncidentFieldGetCommand.ts → CacheCategoryGetCommand.ts} +2 -2
  168. package/src/command/{IncidentFieldListCommand.ts → CacheCategoryListCommand.ts} +2 -2
  169. package/src/command/{InMemoryStoreCategoryCommand.ts → CacheCommand.ts} +11 -9
  170. package/src/command/{InMemoryStoreCreateCommand.ts → CacheCreateCommand.ts} +6 -6
  171. package/src/command/{IncidentGetCommand.ts → CacheDeleteCommand.ts} +2 -2
  172. package/src/command/{IncidentTagCommand.ts → CacheFieldCommand.ts} +11 -11
  173. package/src/command/{IncidentFieldCreateCommand.ts → CacheFieldCreateCommand.ts} +2 -2
  174. package/src/command/CacheFieldDeleteCommand.ts +45 -0
  175. package/src/command/{IncidentDeleteCommand.ts → CacheFieldGetCommand.ts} +2 -2
  176. package/src/command/{IncidentTagListCommand.ts → CacheFieldListCommand.ts} +2 -2
  177. package/src/command/{IncidentFieldUpdateCommand.ts → CacheFieldUpdateCommand.ts} +2 -2
  178. package/src/command/CacheGetCommand.ts +45 -0
  179. package/src/command/{IncidentListCommand.ts → CacheListCommand.ts} +2 -2
  180. package/src/command/{IncidentCommand.ts → CacheTagCommand.ts} +11 -11
  181. package/src/command/{IncidentTagCreateCommand.ts → CacheTagCreateCommand.ts} +2 -2
  182. package/src/command/{IncidentTagGetCommand.ts → CacheTagDeleteCommand.ts} +2 -2
  183. package/src/command/CacheTagGetCommand.ts +45 -0
  184. package/src/command/{InMemoryStoreListCommand.ts → CacheTagListCommand.ts} +2 -2
  185. package/src/command/{IncidentTagUpdateCommand.ts → CacheTagUpdateCommand.ts} +2 -2
  186. package/src/command/{InMemoryStoreUpdateCommand.ts → CacheUpdateCommand.ts} +6 -6
  187. package/src/command/KubernetesCreateCommand.ts +8 -53
  188. package/src/command/KubernetesUpdateCommand.ts +8 -53
  189. package/src/command/MonitorCreateCommand.ts +4 -4
  190. package/src/command/MonitorUpdateCommand.ts +4 -4
  191. package/src/command/ServerCreateCommand.ts +0 -18
  192. package/src/command/ServerUpdateCommand.ts +0 -18
  193. package/src/command/cli.ts +8 -16
  194. package/src/enum/{InMemoryStoreConnectType.ts → CacheConnectType.ts} +1 -1
  195. package/src/enum/{InMemoryStoreType.ts → CacheType.ts} +1 -1
  196. package/src/enum/DatabaseType.ts +1 -1
  197. package/src/enum/MonitorType.ts +1 -1
  198. package/src/index.ts +38 -75
  199. package/src/meta/{IncidentCategoryMetaTable.ts → CacheCategoryMetaTable.ts} +5 -5
  200. package/src/meta/{IncidentFieldMetaTable.ts → CacheFieldMetaTable.ts} +5 -5
  201. package/src/meta/{InMemoryStoreMetaTable.ts → CacheMetaTable.ts} +7 -7
  202. package/src/meta/{IncidentTagMetaTable.ts → CacheTagMetaTable.ts} +5 -5
  203. package/src/meta/KubernetesMetaTable.ts +2 -4
  204. package/src/meta/MonitorMetaTable.ts +2 -2
  205. package/src/meta/NamirasoftInfraMetaDatabase.ts +12 -24
  206. package/src/meta/ServerMetaTable.ts +0 -2
  207. package/src/row/{IncidentCategoryRow.ts → CacheCategoryRow.ts} +1 -1
  208. package/src/row/{IncidentFieldRow.ts → CacheFieldRow.ts} +1 -1
  209. package/src/row/{InMemoryStoreInputRow.ts → CacheInputRow.ts} +6 -6
  210. package/src/row/{InMemoryStoreRow.ts → CacheRow.ts} +6 -6
  211. package/src/row/{IncidentTagRow.ts → CacheTagRow.ts} +1 -1
  212. package/src/row/KubernetesInputRow.ts +1 -6
  213. package/src/row/KubernetesRow.ts +1 -2
  214. package/src/row/MonitorInputRow.ts +1 -1
  215. package/src/row/MonitorRow.ts +1 -1
  216. package/src/row/ServerInputRow.ts +0 -2
  217. package/src/row/ServerRow.ts +0 -1
  218. package/dist/NamirasoftInfraServerInMemoryStore.d.ts +0 -18
  219. package/dist/NamirasoftInfraServerInMemoryStore.js +0 -64
  220. package/dist/NamirasoftInfraServerInMemoryStore.js.map +0 -1
  221. package/dist/NamirasoftInfraServerInMemoryStoreCategory.d.ts +0 -17
  222. package/dist/NamirasoftInfraServerInMemoryStoreCategory.js +0 -56
  223. package/dist/NamirasoftInfraServerInMemoryStoreCategory.js.map +0 -1
  224. package/dist/NamirasoftInfraServerInMemoryStoreField.d.ts +0 -18
  225. package/dist/NamirasoftInfraServerInMemoryStoreField.js +0 -64
  226. package/dist/NamirasoftInfraServerInMemoryStoreField.js.map +0 -1
  227. package/dist/NamirasoftInfraServerInMemoryStoreTag.d.ts +0 -18
  228. package/dist/NamirasoftInfraServerInMemoryStoreTag.js +0 -64
  229. package/dist/NamirasoftInfraServerInMemoryStoreTag.js.map +0 -1
  230. package/dist/NamirasoftInfraServerIncident.js.map +0 -1
  231. package/dist/NamirasoftInfraServerIncidentCategory.js.map +0 -1
  232. package/dist/NamirasoftInfraServerIncidentField.js.map +0 -1
  233. package/dist/NamirasoftInfraServerIncidentTag.js.map +0 -1
  234. package/dist/command/InMemoryStoreCategoryCommand.d.ts +0 -4
  235. package/dist/command/InMemoryStoreCategoryCommand.js +0 -21
  236. package/dist/command/InMemoryStoreCategoryCommand.js.map +0 -1
  237. package/dist/command/InMemoryStoreCategoryCreateCommand.d.ts +0 -5
  238. package/dist/command/InMemoryStoreCategoryCreateCommand.js +0 -58
  239. package/dist/command/InMemoryStoreCategoryCreateCommand.js.map +0 -1
  240. package/dist/command/InMemoryStoreCategoryDeleteCommand.d.ts +0 -5
  241. package/dist/command/InMemoryStoreCategoryDeleteCommand.js +0 -38
  242. package/dist/command/InMemoryStoreCategoryDeleteCommand.js.map +0 -1
  243. package/dist/command/InMemoryStoreCategoryGetCommand.d.ts +0 -5
  244. package/dist/command/InMemoryStoreCategoryGetCommand.js +0 -38
  245. package/dist/command/InMemoryStoreCategoryGetCommand.js.map +0 -1
  246. package/dist/command/InMemoryStoreCategoryListCommand.d.ts +0 -5
  247. package/dist/command/InMemoryStoreCategoryListCommand.js +0 -38
  248. package/dist/command/InMemoryStoreCategoryListCommand.js.map +0 -1
  249. package/dist/command/InMemoryStoreCommand.js +0 -23
  250. package/dist/command/InMemoryStoreCommand.js.map +0 -1
  251. package/dist/command/InMemoryStoreCreateCommand.js.map +0 -1
  252. package/dist/command/InMemoryStoreDeleteCommand.d.ts +0 -5
  253. package/dist/command/InMemoryStoreDeleteCommand.js +0 -38
  254. package/dist/command/InMemoryStoreDeleteCommand.js.map +0 -1
  255. package/dist/command/InMemoryStoreFieldCommand.d.ts +0 -4
  256. package/dist/command/InMemoryStoreFieldCommand.js +0 -23
  257. package/dist/command/InMemoryStoreFieldCommand.js.map +0 -1
  258. package/dist/command/InMemoryStoreFieldCreateCommand.d.ts +0 -5
  259. package/dist/command/InMemoryStoreFieldCreateCommand.js +0 -67
  260. package/dist/command/InMemoryStoreFieldCreateCommand.js.map +0 -1
  261. package/dist/command/InMemoryStoreFieldDeleteCommand.d.ts +0 -5
  262. package/dist/command/InMemoryStoreFieldDeleteCommand.js +0 -38
  263. package/dist/command/InMemoryStoreFieldDeleteCommand.js.map +0 -1
  264. package/dist/command/InMemoryStoreFieldGetCommand.d.ts +0 -5
  265. package/dist/command/InMemoryStoreFieldGetCommand.js +0 -38
  266. package/dist/command/InMemoryStoreFieldGetCommand.js.map +0 -1
  267. package/dist/command/InMemoryStoreFieldListCommand.d.ts +0 -5
  268. package/dist/command/InMemoryStoreFieldListCommand.js +0 -38
  269. package/dist/command/InMemoryStoreFieldListCommand.js.map +0 -1
  270. package/dist/command/InMemoryStoreFieldUpdateCommand.d.ts +0 -5
  271. package/dist/command/InMemoryStoreFieldUpdateCommand.js +0 -67
  272. package/dist/command/InMemoryStoreFieldUpdateCommand.js.map +0 -1
  273. package/dist/command/InMemoryStoreListCommand.js.map +0 -1
  274. package/dist/command/InMemoryStoreTagCommand.d.ts +0 -4
  275. package/dist/command/InMemoryStoreTagCommand.js +0 -23
  276. package/dist/command/InMemoryStoreTagCommand.js.map +0 -1
  277. package/dist/command/InMemoryStoreTagCreateCommand.d.ts +0 -5
  278. package/dist/command/InMemoryStoreTagCreateCommand.js +0 -67
  279. package/dist/command/InMemoryStoreTagCreateCommand.js.map +0 -1
  280. package/dist/command/InMemoryStoreTagDeleteCommand.d.ts +0 -5
  281. package/dist/command/InMemoryStoreTagDeleteCommand.js +0 -38
  282. package/dist/command/InMemoryStoreTagDeleteCommand.js.map +0 -1
  283. package/dist/command/InMemoryStoreTagGetCommand.js +0 -38
  284. package/dist/command/InMemoryStoreTagGetCommand.js.map +0 -1
  285. package/dist/command/InMemoryStoreTagListCommand.d.ts +0 -5
  286. package/dist/command/InMemoryStoreTagListCommand.js +0 -38
  287. package/dist/command/InMemoryStoreTagListCommand.js.map +0 -1
  288. package/dist/command/InMemoryStoreTagUpdateCommand.d.ts +0 -5
  289. package/dist/command/InMemoryStoreTagUpdateCommand.js +0 -67
  290. package/dist/command/InMemoryStoreTagUpdateCommand.js.map +0 -1
  291. package/dist/command/InMemoryStoreUpdateCommand.d.ts +0 -5
  292. package/dist/command/InMemoryStoreUpdateCommand.js.map +0 -1
  293. package/dist/command/IncidentCategoryCommand.d.ts +0 -4
  294. package/dist/command/IncidentCategoryCommand.js +0 -21
  295. package/dist/command/IncidentCategoryCommand.js.map +0 -1
  296. package/dist/command/IncidentCategoryCreateCommand.d.ts +0 -5
  297. package/dist/command/IncidentCategoryCreateCommand.js.map +0 -1
  298. package/dist/command/IncidentCategoryDeleteCommand.d.ts +0 -5
  299. package/dist/command/IncidentCategoryDeleteCommand.js +0 -38
  300. package/dist/command/IncidentCategoryDeleteCommand.js.map +0 -1
  301. package/dist/command/IncidentCategoryGetCommand.d.ts +0 -5
  302. package/dist/command/IncidentCategoryGetCommand.js.map +0 -1
  303. package/dist/command/IncidentCategoryListCommand.d.ts +0 -5
  304. package/dist/command/IncidentCategoryListCommand.js +0 -38
  305. package/dist/command/IncidentCategoryListCommand.js.map +0 -1
  306. package/dist/command/IncidentCommand.js +0 -23
  307. package/dist/command/IncidentCommand.js.map +0 -1
  308. package/dist/command/IncidentCreateCommand.js +0 -121
  309. package/dist/command/IncidentCreateCommand.js.map +0 -1
  310. package/dist/command/IncidentDeleteCommand.js.map +0 -1
  311. package/dist/command/IncidentFieldCommand.js +0 -23
  312. package/dist/command/IncidentFieldCommand.js.map +0 -1
  313. package/dist/command/IncidentFieldCreateCommand.d.ts +0 -5
  314. package/dist/command/IncidentFieldCreateCommand.js.map +0 -1
  315. package/dist/command/IncidentFieldDeleteCommand.d.ts +0 -5
  316. package/dist/command/IncidentFieldDeleteCommand.js +0 -38
  317. package/dist/command/IncidentFieldListCommand.d.ts +0 -5
  318. package/dist/command/IncidentFieldUpdateCommand.d.ts +0 -5
  319. package/dist/command/IncidentFieldUpdateCommand.js.map +0 -1
  320. package/dist/command/IncidentTagCommand.js +0 -23
  321. package/dist/command/IncidentTagCommand.js.map +0 -1
  322. package/dist/command/IncidentTagCreateCommand.d.ts +0 -5
  323. package/dist/command/IncidentTagCreateCommand.js.map +0 -1
  324. package/dist/command/IncidentTagDeleteCommand.d.ts +0 -5
  325. package/dist/command/IncidentTagDeleteCommand.js +0 -38
  326. package/dist/command/IncidentTagDeleteCommand.js.map +0 -1
  327. package/dist/command/IncidentTagListCommand.d.ts +0 -5
  328. package/dist/command/IncidentTagListCommand.js.map +0 -1
  329. package/dist/command/IncidentTagUpdateCommand.d.ts +0 -5
  330. package/dist/command/IncidentTagUpdateCommand.js.map +0 -1
  331. package/dist/command/IncidentUpdateCommand.js +0 -121
  332. package/dist/command/IncidentUpdateCommand.js.map +0 -1
  333. package/dist/enum/InMemoryStoreConnectType.js +0 -10
  334. package/dist/enum/InMemoryStoreConnectType.js.map +0 -1
  335. package/dist/enum/InMemoryStoreType.d.ts +0 -3
  336. package/dist/enum/InMemoryStoreType.js +0 -8
  337. package/dist/enum/InMemoryStoreType.js.map +0 -1
  338. package/dist/enum/IncidentStatus.d.ts +0 -5
  339. package/dist/enum/IncidentStatus.js +0 -10
  340. package/dist/enum/IncidentStatus.js.map +0 -1
  341. package/dist/meta/InMemoryStoreCategoryMetaTable.d.ts +0 -15
  342. package/dist/meta/InMemoryStoreCategoryMetaTable.js +0 -39
  343. package/dist/meta/InMemoryStoreCategoryMetaTable.js.map +0 -1
  344. package/dist/meta/InMemoryStoreFieldMetaTable.d.ts +0 -16
  345. package/dist/meta/InMemoryStoreFieldMetaTable.js +0 -39
  346. package/dist/meta/InMemoryStoreFieldMetaTable.js.map +0 -1
  347. package/dist/meta/InMemoryStoreMetaTable.js.map +0 -1
  348. package/dist/meta/InMemoryStoreTagMetaTable.d.ts +0 -16
  349. package/dist/meta/InMemoryStoreTagMetaTable.js +0 -39
  350. package/dist/meta/InMemoryStoreTagMetaTable.js.map +0 -1
  351. package/dist/meta/IncidentCategoryMetaTable.js.map +0 -1
  352. package/dist/meta/IncidentFieldMetaTable.js.map +0 -1
  353. package/dist/meta/IncidentMetaTable.d.ts +0 -22
  354. package/dist/meta/IncidentMetaTable.js +0 -45
  355. package/dist/meta/IncidentMetaTable.js.map +0 -1
  356. package/dist/meta/IncidentTagMetaTable.js.map +0 -1
  357. package/dist/row/InMemoryStoreCategoryRow.d.ts +0 -8
  358. package/dist/row/InMemoryStoreCategoryRow.js +0 -3
  359. package/dist/row/InMemoryStoreCategoryRow.js.map +0 -1
  360. package/dist/row/InMemoryStoreFieldRow.d.ts +0 -9
  361. package/dist/row/InMemoryStoreFieldRow.js +0 -3
  362. package/dist/row/InMemoryStoreFieldRow.js.map +0 -1
  363. package/dist/row/InMemoryStoreInputRow.d.ts +0 -15
  364. package/dist/row/InMemoryStoreInputRow.js +0 -3
  365. package/dist/row/InMemoryStoreInputRow.js.map +0 -1
  366. package/dist/row/InMemoryStoreRow.js.map +0 -1
  367. package/dist/row/InMemoryStoreTagRow.d.ts +0 -9
  368. package/dist/row/InMemoryStoreTagRow.js +0 -3
  369. package/dist/row/InMemoryStoreTagRow.js.map +0 -1
  370. package/dist/row/IncidentCategoryRow.js +0 -3
  371. package/dist/row/IncidentCategoryRow.js.map +0 -1
  372. package/dist/row/IncidentFieldRow.js.map +0 -1
  373. package/dist/row/IncidentInputRow.d.ts +0 -12
  374. package/dist/row/IncidentInputRow.js.map +0 -1
  375. package/dist/row/IncidentRow.d.ts +0 -16
  376. package/dist/row/IncidentRow.js.map +0 -1
  377. package/dist/row/IncidentTagRow.js.map +0 -1
  378. package/src/NamirasoftInfraServerInMemoryStore.ts +0 -71
  379. package/src/NamirasoftInfraServerInMemoryStoreCategory.ts +0 -64
  380. package/src/NamirasoftInfraServerInMemoryStoreField.ts +0 -71
  381. package/src/NamirasoftInfraServerInMemoryStoreTag.ts +0 -71
  382. package/src/command/InMemoryStoreCategoryCreateCommand.ts +0 -65
  383. package/src/command/InMemoryStoreCategoryDeleteCommand.ts +0 -45
  384. package/src/command/InMemoryStoreCategoryGetCommand.ts +0 -45
  385. package/src/command/InMemoryStoreCategoryListCommand.ts +0 -45
  386. package/src/command/InMemoryStoreCommand.ts +0 -40
  387. package/src/command/InMemoryStoreDeleteCommand.ts +0 -45
  388. package/src/command/InMemoryStoreFieldCommand.ts +0 -40
  389. package/src/command/InMemoryStoreFieldCreateCommand.ts +0 -74
  390. package/src/command/InMemoryStoreFieldDeleteCommand.ts +0 -45
  391. package/src/command/InMemoryStoreFieldGetCommand.ts +0 -45
  392. package/src/command/InMemoryStoreFieldListCommand.ts +0 -45
  393. package/src/command/InMemoryStoreFieldUpdateCommand.ts +0 -74
  394. package/src/command/InMemoryStoreGetCommand.ts +0 -45
  395. package/src/command/InMemoryStoreTagCommand.ts +0 -40
  396. package/src/command/InMemoryStoreTagCreateCommand.ts +0 -74
  397. package/src/command/InMemoryStoreTagDeleteCommand.ts +0 -45
  398. package/src/command/InMemoryStoreTagGetCommand.ts +0 -45
  399. package/src/command/InMemoryStoreTagListCommand.ts +0 -45
  400. package/src/command/InMemoryStoreTagUpdateCommand.ts +0 -74
  401. package/src/command/IncidentCategoryDeleteCommand.ts +0 -45
  402. package/src/command/IncidentCategoryGetCommand.ts +0 -45
  403. package/src/command/IncidentCategoryListCommand.ts +0 -45
  404. package/src/command/IncidentCreateCommand.ts +0 -128
  405. package/src/command/IncidentFieldCommand.ts +0 -40
  406. package/src/command/IncidentTagDeleteCommand.ts +0 -45
  407. package/src/command/IncidentUpdateCommand.ts +0 -128
  408. package/src/enum/IncidentStatus.ts +0 -26
  409. package/src/meta/InMemoryStoreCategoryMetaTable.ts +0 -60
  410. package/src/meta/InMemoryStoreFieldMetaTable.ts +0 -61
  411. package/src/meta/InMemoryStoreTagMetaTable.ts +0 -61
  412. package/src/meta/IncidentMetaTable.ts +0 -73
  413. package/src/row/InMemoryStoreCategoryRow.ts +0 -29
  414. package/src/row/InMemoryStoreFieldRow.ts +0 -30
  415. package/src/row/InMemoryStoreTagRow.ts +0 -30
  416. package/src/row/IncidentInputRow.ts +0 -34
  417. package/src/row/IncidentRow.ts +0 -38
@@ -23,7 +23,7 @@ import { IStorageMemoryDedicated } from "namirasoft-core";
23
23
  import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
24
24
  import { TokenManager } from "namirasoft-account";
25
25
 
26
- export class IncidentTagUpdateCommand extends BaseFinalCommand
26
+ export class CacheTagUpdateCommand extends BaseFinalCommand
27
27
  {
28
28
  constructor(argv: string[])
29
29
  {
@@ -64,7 +64,7 @@ export class IncidentTagUpdateCommand extends BaseFinalCommand
64
64
  token_manager.setValue(token, false);
65
65
  let url = this.app.storage.getItem("ns-infra-server-url");
66
66
  let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
67
- let ans = await server.incident_tag.Update(this.arg_values[0], {
67
+ let ans = await server.cache_tag.Update(this.arg_values[0], {
68
68
  entity_id: this.option_values.entity_id,
69
69
  name: this.option_values.name,
70
70
  value: this.option_values.value
@@ -23,7 +23,7 @@ import { IStorageMemoryDedicated } from "namirasoft-core";
23
23
  import { NamirasoftInfraServer } from "../NamirasoftInfraServer";
24
24
  import { TokenManager } from "namirasoft-account";
25
25
 
26
- export class InMemoryStoreUpdateCommand extends BaseFinalCommand
26
+ export class CacheUpdateCommand extends BaseFinalCommand
27
27
  {
28
28
  constructor(argv: string[])
29
29
  {
@@ -61,11 +61,11 @@ export class InMemoryStoreUpdateCommand extends BaseFinalCommand
61
61
  defaults: [""]
62
62
  },
63
63
  {
64
- name: "in_memory_store_credential_id",
64
+ name: "cache_credential_id",
65
65
  short: "",
66
- description: "Provides the value of 'in_memory_store_credential_id' in body",
66
+ description: "Provides the value of 'cache_credential_id' in body",
67
67
  optional: false,
68
- args: ["in_memory_store_credential_id"],
68
+ args: ["cache_credential_id"],
69
69
  defaults: [""]
70
70
  },
71
71
  {
@@ -128,12 +128,12 @@ export class InMemoryStoreUpdateCommand extends BaseFinalCommand
128
128
  token_manager.setValue(token, false);
129
129
  let url = this.app.storage.getItem("ns-infra-server-url");
130
130
  let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
131
- let ans = await server.in_memory_store.Update(this.arg_values[0], {
131
+ let ans = await server.cache.Update(this.arg_values[0], {
132
132
  workspace_id: this.option_values.workspace_id,
133
133
  project_id: this.option_values.project_id,
134
134
  environment_id: this.option_values.environment_id,
135
135
  log_group_id: this.option_values.log_group_id,
136
- in_memory_store_credential_id: this.option_values.in_memory_store_credential_id,
136
+ cache_credential_id: this.option_values.cache_credential_id,
137
137
  name: this.option_values.name,
138
138
  type: this.option_values.type,
139
139
  connect_type: this.option_values.connect_type,
@@ -36,22 +36,6 @@ export class KubernetesCreateCommand extends BaseFinalCommand
36
36
  args: ["workspace_id"],
37
37
  defaults: [""]
38
38
  },
39
- {
40
- name: "service_user_id",
41
- short: "",
42
- description: "Provides the value of 'service_user_id' in body",
43
- optional: false,
44
- args: ["service_user_id"],
45
- defaults: [""]
46
- },
47
- {
48
- name: "service_session_id",
49
- short: "",
50
- description: "Provides the value of 'service_session_id' in body",
51
- optional: false,
52
- args: ["service_session_id"],
53
- defaults: [""]
54
- },
55
39
  {
56
40
  name: "project_id",
57
41
  short: "",
@@ -85,19 +69,19 @@ export class KubernetesCreateCommand extends BaseFinalCommand
85
69
  defaults: [""]
86
70
  },
87
71
  {
88
- name: "cloud",
72
+ name: "name",
89
73
  short: "",
90
- description: "Provides the value of 'cloud' in body",
74
+ description: "Provides the value of 'name' in body",
91
75
  optional: false,
92
- args: ["cloud"],
76
+ args: ["name"],
93
77
  defaults: [""]
94
78
  },
95
79
  {
96
- name: "name",
80
+ name: "cloud",
97
81
  short: "",
98
- description: "Provides the value of 'name' in body",
82
+ description: "Provides the value of 'cloud' in body",
99
83
  optional: false,
100
- args: ["name"],
84
+ args: ["cloud"],
101
85
  defaults: [""]
102
86
  },
103
87
  {
@@ -107,30 +91,6 @@ export class KubernetesCreateCommand extends BaseFinalCommand
107
91
  optional: true,
108
92
  args: ["description"],
109
93
  defaults: [""]
110
- },
111
- {
112
- name: "hash",
113
- short: "",
114
- description: "Provides the value of 'hash' in body",
115
- optional: false,
116
- args: ["hash"],
117
- defaults: [""]
118
- },
119
- {
120
- name: "ip_public",
121
- short: "",
122
- description: "Provides the value of 'ip_public' in body",
123
- optional: false,
124
- args: ["ip_public"],
125
- defaults: [""]
126
- },
127
- {
128
- name: "last_sync",
129
- short: "",
130
- description: "Provides the value of 'last_sync' in body",
131
- optional: false,
132
- args: ["last_sync"],
133
- defaults: [""]
134
94
  }
135
95
  ]);
136
96
  }
@@ -146,18 +106,13 @@ export class KubernetesCreateCommand extends BaseFinalCommand
146
106
  let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
147
107
  let ans = await server.kubernetes.Create({
148
108
  workspace_id: this.option_values.workspace_id,
149
- service_user_id: this.option_values.service_user_id,
150
- service_session_id: this.option_values.service_session_id,
151
109
  project_id: this.option_values.project_id,
152
110
  environment_id: this.option_values.environment_id,
153
111
  log_group_id: this.option_values.log_group_id,
154
112
  kubctl_on_server_id: this.option_values.kubctl_on_server_id,
155
- cloud: this.option_values.cloud,
156
113
  name: this.option_values.name,
157
- description: this.option_values.description,
158
- hash: this.option_values.hash,
159
- ip_public: this.option_values.ip_public,
160
- last_sync: this.option_values.last_sync
114
+ cloud: this.option_values.cloud,
115
+ description: this.option_values.description
161
116
  });
162
117
  this.app.logger.success(JSON.stringify(ans));
163
118
  }
@@ -36,22 +36,6 @@ export class KubernetesUpdateCommand extends BaseFinalCommand
36
36
  args: ["workspace_id"],
37
37
  defaults: [""]
38
38
  },
39
- {
40
- name: "service_user_id",
41
- short: "",
42
- description: "Provides the value of 'service_user_id' in body",
43
- optional: false,
44
- args: ["service_user_id"],
45
- defaults: [""]
46
- },
47
- {
48
- name: "service_session_id",
49
- short: "",
50
- description: "Provides the value of 'service_session_id' in body",
51
- optional: false,
52
- args: ["service_session_id"],
53
- defaults: [""]
54
- },
55
39
  {
56
40
  name: "project_id",
57
41
  short: "",
@@ -85,19 +69,19 @@ export class KubernetesUpdateCommand extends BaseFinalCommand
85
69
  defaults: [""]
86
70
  },
87
71
  {
88
- name: "cloud",
72
+ name: "name",
89
73
  short: "",
90
- description: "Provides the value of 'cloud' in body",
74
+ description: "Provides the value of 'name' in body",
91
75
  optional: false,
92
- args: ["cloud"],
76
+ args: ["name"],
93
77
  defaults: [""]
94
78
  },
95
79
  {
96
- name: "name",
80
+ name: "cloud",
97
81
  short: "",
98
- description: "Provides the value of 'name' in body",
82
+ description: "Provides the value of 'cloud' in body",
99
83
  optional: false,
100
- args: ["name"],
84
+ args: ["cloud"],
101
85
  defaults: [""]
102
86
  },
103
87
  {
@@ -107,30 +91,6 @@ export class KubernetesUpdateCommand extends BaseFinalCommand
107
91
  optional: true,
108
92
  args: ["description"],
109
93
  defaults: [""]
110
- },
111
- {
112
- name: "hash",
113
- short: "",
114
- description: "Provides the value of 'hash' in body",
115
- optional: false,
116
- args: ["hash"],
117
- defaults: [""]
118
- },
119
- {
120
- name: "ip_public",
121
- short: "",
122
- description: "Provides the value of 'ip_public' in body",
123
- optional: false,
124
- args: ["ip_public"],
125
- defaults: [""]
126
- },
127
- {
128
- name: "last_sync",
129
- short: "",
130
- description: "Provides the value of 'last_sync' in body",
131
- optional: false,
132
- args: ["last_sync"],
133
- defaults: [""]
134
94
  }
135
95
  ]);
136
96
  }
@@ -146,18 +106,13 @@ export class KubernetesUpdateCommand extends BaseFinalCommand
146
106
  let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
147
107
  let ans = await server.kubernetes.Update(this.arg_values[0], {
148
108
  workspace_id: this.option_values.workspace_id,
149
- service_user_id: this.option_values.service_user_id,
150
- service_session_id: this.option_values.service_session_id,
151
109
  project_id: this.option_values.project_id,
152
110
  environment_id: this.option_values.environment_id,
153
111
  log_group_id: this.option_values.log_group_id,
154
112
  kubctl_on_server_id: this.option_values.kubctl_on_server_id,
155
- cloud: this.option_values.cloud,
156
113
  name: this.option_values.name,
157
- description: this.option_values.description,
158
- hash: this.option_values.hash,
159
- ip_public: this.option_values.ip_public,
160
- last_sync: this.option_values.last_sync
114
+ cloud: this.option_values.cloud,
115
+ description: this.option_values.description
161
116
  });
162
117
  this.app.logger.success(JSON.stringify(ans));
163
118
  }
@@ -261,11 +261,11 @@ export class MonitorCreateCommand extends BaseFinalCommand
261
261
  defaults: [""]
262
262
  },
263
263
  {
264
- name: "in_memory_store_credentail_id",
264
+ name: "cache_credentail_id",
265
265
  short: "",
266
- description: "Provides the value of 'in_memory_store_credentail_id' in body",
266
+ description: "Provides the value of 'cache_credentail_id' in body",
267
267
  optional: true,
268
- args: ["in_memory_store_credentail_id"],
268
+ args: ["cache_credentail_id"],
269
269
  defaults: [""]
270
270
  },
271
271
  {
@@ -366,7 +366,7 @@ export class MonitorCreateCommand extends BaseFinalCommand
366
366
  port_port: this.option_values.port_port,
367
367
  database_credentail_id: this.option_values.database_credentail_id,
368
368
  database_query: this.option_values.database_query,
369
- in_memory_store_credentail_id: this.option_values.in_memory_store_credentail_id,
369
+ cache_credentail_id: this.option_values.cache_credentail_id,
370
370
  message_broker_credentail_id: this.option_values.message_broker_credentail_id,
371
371
  docker_container_connection_type: this.option_values.docker_container_connection_type,
372
372
  docker_container_deamon: this.option_values.docker_container_deamon,
@@ -261,11 +261,11 @@ export class MonitorUpdateCommand extends BaseFinalCommand
261
261
  defaults: [""]
262
262
  },
263
263
  {
264
- name: "in_memory_store_credentail_id",
264
+ name: "cache_credentail_id",
265
265
  short: "",
266
- description: "Provides the value of 'in_memory_store_credentail_id' in body",
266
+ description: "Provides the value of 'cache_credentail_id' in body",
267
267
  optional: true,
268
- args: ["in_memory_store_credentail_id"],
268
+ args: ["cache_credentail_id"],
269
269
  defaults: [""]
270
270
  },
271
271
  {
@@ -366,7 +366,7 @@ export class MonitorUpdateCommand extends BaseFinalCommand
366
366
  port_port: this.option_values.port_port,
367
367
  database_credentail_id: this.option_values.database_credentail_id,
368
368
  database_query: this.option_values.database_query,
369
- in_memory_store_credentail_id: this.option_values.in_memory_store_credentail_id,
369
+ cache_credentail_id: this.option_values.cache_credentail_id,
370
370
  message_broker_credentail_id: this.option_values.message_broker_credentail_id,
371
371
  docker_container_connection_type: this.option_values.docker_container_connection_type,
372
372
  docker_container_deamon: this.option_values.docker_container_deamon,
@@ -36,22 +36,6 @@ export class ServerCreateCommand extends BaseFinalCommand
36
36
  args: ["workspace_id"],
37
37
  defaults: [""]
38
38
  },
39
- {
40
- name: "service_user_id",
41
- short: "",
42
- description: "Provides the value of 'service_user_id' in body",
43
- optional: false,
44
- args: ["service_user_id"],
45
- defaults: [""]
46
- },
47
- {
48
- name: "service_session_id",
49
- short: "",
50
- description: "Provides the value of 'service_session_id' in body",
51
- optional: false,
52
- args: ["service_session_id"],
53
- defaults: [""]
54
- },
55
39
  {
56
40
  name: "project_id",
57
41
  short: "",
@@ -130,8 +114,6 @@ export class ServerCreateCommand extends BaseFinalCommand
130
114
  let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
131
115
  let ans = await server.server.Create({
132
116
  workspace_id: this.option_values.workspace_id,
133
- service_user_id: this.option_values.service_user_id,
134
- service_session_id: this.option_values.service_session_id,
135
117
  project_id: this.option_values.project_id,
136
118
  environment_id: this.option_values.environment_id,
137
119
  log_group_id: this.option_values.log_group_id,
@@ -36,22 +36,6 @@ export class ServerUpdateCommand extends BaseFinalCommand
36
36
  args: ["workspace_id"],
37
37
  defaults: [""]
38
38
  },
39
- {
40
- name: "service_user_id",
41
- short: "",
42
- description: "Provides the value of 'service_user_id' in body",
43
- optional: false,
44
- args: ["service_user_id"],
45
- defaults: [""]
46
- },
47
- {
48
- name: "service_session_id",
49
- short: "",
50
- description: "Provides the value of 'service_session_id' in body",
51
- optional: false,
52
- args: ["service_session_id"],
53
- defaults: [""]
54
- },
55
39
  {
56
40
  name: "project_id",
57
41
  short: "",
@@ -130,8 +114,6 @@ export class ServerUpdateCommand extends BaseFinalCommand
130
114
  let server = new NamirasoftInfraServer(url, token_manager, e => this.app.logger.error(e.message));
131
115
  let ans = await server.server.Update(this.arg_values[0], {
132
116
  workspace_id: this.option_values.workspace_id,
133
- service_user_id: this.option_values.service_user_id,
134
- service_session_id: this.option_values.service_session_id,
135
117
  project_id: this.option_values.project_id,
136
118
  environment_id: this.option_values.environment_id,
137
119
  log_group_id: this.option_values.log_group_id,
@@ -25,6 +25,10 @@ import { AlertCommand } from "./AlertCommand";
25
25
  import { AlertFieldCommand } from "./AlertFieldCommand";
26
26
  import { AlertTagCommand } from "./AlertTagCommand";
27
27
  import { Application, BaseStorage } from "namirasoft-node-cli";
28
+ import { CacheCategoryCommand } from "./CacheCategoryCommand";
29
+ import { CacheCommand } from "./CacheCommand";
30
+ import { CacheFieldCommand } from "./CacheFieldCommand";
31
+ import { CacheTagCommand } from "./CacheTagCommand";
28
32
  import { CloudCategoryCommand } from "./CloudCategoryCommand";
29
33
  import { CloudCommand } from "./CloudCommand";
30
34
  import { CloudFieldCommand } from "./CloudFieldCommand";
@@ -40,14 +44,6 @@ import { EnvironmentFieldCommand } from "./EnvironmentFieldCommand";
40
44
  import { EnvironmentTagCommand } from "./EnvironmentTagCommand";
41
45
  import { HealthCommand } from "./HealthCommand";
42
46
  import { HealthzCommand } from "./HealthzCommand";
43
- import { InMemoryStoreCategoryCommand } from "./InMemoryStoreCategoryCommand";
44
- import { InMemoryStoreCommand } from "./InMemoryStoreCommand";
45
- import { InMemoryStoreFieldCommand } from "./InMemoryStoreFieldCommand";
46
- import { InMemoryStoreTagCommand } from "./InMemoryStoreTagCommand";
47
- import { IncidentCategoryCommand } from "./IncidentCategoryCommand";
48
- import { IncidentCommand } from "./IncidentCommand";
49
- import { IncidentFieldCommand } from "./IncidentFieldCommand";
50
- import { IncidentTagCommand } from "./IncidentTagCommand";
51
47
  import { KubernetesCategoryCommand } from "./KubernetesCategoryCommand";
52
48
  import { KubernetesCommand } from "./KubernetesCommand";
53
49
  import { KubernetesFieldCommand } from "./KubernetesFieldCommand";
@@ -105,14 +101,10 @@ let app = new Application("ns-infra", new BaseStorage(),
105
101
  "databasefield": DatabaseFieldCommand,
106
102
  "databasetag": DatabaseTagCommand,
107
103
  "database": DatabaseCommand,
108
- "incidentcategory": IncidentCategoryCommand,
109
- "incidentfield": IncidentFieldCommand,
110
- "incidenttag": IncidentTagCommand,
111
- "incident": IncidentCommand,
112
- "inmemorystorecategory": InMemoryStoreCategoryCommand,
113
- "inmemorystorefield": InMemoryStoreFieldCommand,
114
- "inmemorystoretag": InMemoryStoreTagCommand,
115
- "inmemorystore": InMemoryStoreCommand,
104
+ "cachecategory": CacheCategoryCommand,
105
+ "cachefield": CacheFieldCommand,
106
+ "cachetag": CacheTagCommand,
107
+ "cache": CacheCommand,
116
108
  "messagebrokercategory": MessageBrokerCategoryCommand,
117
109
  "messagebrokerfield": MessageBrokerFieldCommand,
118
110
  "messagebrokertag": MessageBrokerTagCommand,
@@ -18,7 +18,7 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export enum InMemoryStoreConnectType
21
+ export enum CacheConnectType
22
22
  {
23
23
  Direct = "Direct",
24
24
  ByServer = "ByServer",
@@ -18,7 +18,7 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
- export enum InMemoryStoreType
21
+ export enum CacheType
22
22
  {
23
23
  Redis = "Redis",
24
24
  }
@@ -24,5 +24,5 @@ export enum DatabaseType
24
24
  Elasticsearch = "Elasticsearch",
25
25
  Mongo = "Mongo",
26
26
  Mysql = "Mysql",
27
- postgres = "postgres",
27
+ Postgres = "Postgres",
28
28
  }
@@ -24,7 +24,7 @@ export enum MonitorType
24
24
  Ping = "Ping",
25
25
  Port = "Port",
26
26
  Database = "Database",
27
- InMemoryStore = "InMemoryStore",
27
+ Cache = "Cache",
28
28
  MessageBroker = "MessageBroker",
29
29
  DockerContainer = "DockerContainer",
30
30
  KubernetesPod = "KubernetesPod",
package/src/index.ts CHANGED
@@ -24,6 +24,10 @@ export * from "./NamirasoftInfraServerAlertCategory";
24
24
  export * from "./NamirasoftInfraServerAlertField";
25
25
  export * from "./NamirasoftInfraServerAlertTag";
26
26
  export * from "./NamirasoftInfraServerBase";
27
+ export * from "./NamirasoftInfraServerCache";
28
+ export * from "./NamirasoftInfraServerCacheCategory";
29
+ export * from "./NamirasoftInfraServerCacheField";
30
+ export * from "./NamirasoftInfraServerCacheTag";
27
31
  export * from "./NamirasoftInfraServerCloud";
28
32
  export * from "./NamirasoftInfraServerCloudCategory";
29
33
  export * from "./NamirasoftInfraServerCloudField";
@@ -38,14 +42,6 @@ export * from "./NamirasoftInfraServerEnvironmentField";
38
42
  export * from "./NamirasoftInfraServerEnvironmentTag";
39
43
  export * from "./NamirasoftInfraServerHealth";
40
44
  export * from "./NamirasoftInfraServerHealthz";
41
- export * from "./NamirasoftInfraServerInMemoryStore";
42
- export * from "./NamirasoftInfraServerInMemoryStoreCategory";
43
- export * from "./NamirasoftInfraServerInMemoryStoreField";
44
- export * from "./NamirasoftInfraServerInMemoryStoreTag";
45
- export * from "./NamirasoftInfraServerIncident";
46
- export * from "./NamirasoftInfraServerIncidentCategory";
47
- export * from "./NamirasoftInfraServerIncidentField";
48
- export * from "./NamirasoftInfraServerIncidentTag";
49
45
  export * from "./NamirasoftInfraServerKubernetes";
50
46
  export * from "./NamirasoftInfraServerKubernetesCategory";
51
47
  export * from "./NamirasoftInfraServerKubernetesField";
@@ -95,6 +91,29 @@ export * from "./command/AlertTagGetCommand";
95
91
  export * from "./command/AlertTagListCommand";
96
92
  export * from "./command/AlertTagUpdateCommand";
97
93
  export * from "./command/AlertUpdateCommand";
94
+ export * from "./command/CacheCategoryCommand";
95
+ export * from "./command/CacheCategoryCreateCommand";
96
+ export * from "./command/CacheCategoryDeleteCommand";
97
+ export * from "./command/CacheCategoryGetCommand";
98
+ export * from "./command/CacheCategoryListCommand";
99
+ export * from "./command/CacheCommand";
100
+ export * from "./command/CacheCreateCommand";
101
+ export * from "./command/CacheDeleteCommand";
102
+ export * from "./command/CacheFieldCommand";
103
+ export * from "./command/CacheFieldCreateCommand";
104
+ export * from "./command/CacheFieldDeleteCommand";
105
+ export * from "./command/CacheFieldGetCommand";
106
+ export * from "./command/CacheFieldListCommand";
107
+ export * from "./command/CacheFieldUpdateCommand";
108
+ export * from "./command/CacheGetCommand";
109
+ export * from "./command/CacheListCommand";
110
+ export * from "./command/CacheTagCommand";
111
+ export * from "./command/CacheTagCreateCommand";
112
+ export * from "./command/CacheTagDeleteCommand";
113
+ export * from "./command/CacheTagGetCommand";
114
+ export * from "./command/CacheTagListCommand";
115
+ export * from "./command/CacheTagUpdateCommand";
116
+ export * from "./command/CacheUpdateCommand";
98
117
  export * from "./command/CloudCategoryCommand";
99
118
  export * from "./command/CloudCategoryCreateCommand";
100
119
  export * from "./command/CloudCategoryDeleteCommand";
@@ -169,52 +188,6 @@ export * from "./command/HealthLivenessCommand";
169
188
  export * from "./command/HealthReadinessCommand";
170
189
  export * from "./command/HealthzCommand";
171
190
  export * from "./command/HealthzGetCommand";
172
- export * from "./command/InMemoryStoreCategoryCommand";
173
- export * from "./command/InMemoryStoreCategoryCreateCommand";
174
- export * from "./command/InMemoryStoreCategoryDeleteCommand";
175
- export * from "./command/InMemoryStoreCategoryGetCommand";
176
- export * from "./command/InMemoryStoreCategoryListCommand";
177
- export * from "./command/InMemoryStoreCommand";
178
- export * from "./command/InMemoryStoreCreateCommand";
179
- export * from "./command/InMemoryStoreDeleteCommand";
180
- export * from "./command/InMemoryStoreFieldCommand";
181
- export * from "./command/InMemoryStoreFieldCreateCommand";
182
- export * from "./command/InMemoryStoreFieldDeleteCommand";
183
- export * from "./command/InMemoryStoreFieldGetCommand";
184
- export * from "./command/InMemoryStoreFieldListCommand";
185
- export * from "./command/InMemoryStoreFieldUpdateCommand";
186
- export * from "./command/InMemoryStoreGetCommand";
187
- export * from "./command/InMemoryStoreListCommand";
188
- export * from "./command/InMemoryStoreTagCommand";
189
- export * from "./command/InMemoryStoreTagCreateCommand";
190
- export * from "./command/InMemoryStoreTagDeleteCommand";
191
- export * from "./command/InMemoryStoreTagGetCommand";
192
- export * from "./command/InMemoryStoreTagListCommand";
193
- export * from "./command/InMemoryStoreTagUpdateCommand";
194
- export * from "./command/InMemoryStoreUpdateCommand";
195
- export * from "./command/IncidentCategoryCommand";
196
- export * from "./command/IncidentCategoryCreateCommand";
197
- export * from "./command/IncidentCategoryDeleteCommand";
198
- export * from "./command/IncidentCategoryGetCommand";
199
- export * from "./command/IncidentCategoryListCommand";
200
- export * from "./command/IncidentCommand";
201
- export * from "./command/IncidentCreateCommand";
202
- export * from "./command/IncidentDeleteCommand";
203
- export * from "./command/IncidentFieldCommand";
204
- export * from "./command/IncidentFieldCreateCommand";
205
- export * from "./command/IncidentFieldDeleteCommand";
206
- export * from "./command/IncidentFieldGetCommand";
207
- export * from "./command/IncidentFieldListCommand";
208
- export * from "./command/IncidentFieldUpdateCommand";
209
- export * from "./command/IncidentGetCommand";
210
- export * from "./command/IncidentListCommand";
211
- export * from "./command/IncidentTagCommand";
212
- export * from "./command/IncidentTagCreateCommand";
213
- export * from "./command/IncidentTagDeleteCommand";
214
- export * from "./command/IncidentTagGetCommand";
215
- export * from "./command/IncidentTagListCommand";
216
- export * from "./command/IncidentTagUpdateCommand";
217
- export * from "./command/IncidentUpdateCommand";
218
191
  export * from "./command/KubernetesCategoryCommand";
219
192
  export * from "./command/KubernetesCategoryCreateCommand";
220
193
  export * from "./command/KubernetesCategoryDeleteCommand";
@@ -361,12 +334,11 @@ export * from "./command/ValueCommand";
361
334
  export * from "./command/ValueListCommand";
362
335
  export * from "./enum/AlertTriggerAggregator";
363
336
  export * from "./enum/AlertTriggerOperator";
337
+ export * from "./enum/CacheConnectType";
338
+ export * from "./enum/CacheType";
364
339
  export * from "./enum/CloudType";
365
340
  export * from "./enum/DatabaseConnectType";
366
341
  export * from "./enum/DatabaseType";
367
- export * from "./enum/InMemoryStoreConnectType";
368
- export * from "./enum/InMemoryStoreType";
369
- export * from "./enum/IncidentStatus";
370
342
  export * from "./enum/KubernetesCloud";
371
343
  export * from "./enum/MessageBrokerConnectType";
372
344
  export * from "./enum/MessageBrokerType";
@@ -384,6 +356,10 @@ export * from "./meta/AlertCategoryMetaTable";
384
356
  export * from "./meta/AlertFieldMetaTable";
385
357
  export * from "./meta/AlertMetaTable";
386
358
  export * from "./meta/AlertTagMetaTable";
359
+ export * from "./meta/CacheCategoryMetaTable";
360
+ export * from "./meta/CacheFieldMetaTable";
361
+ export * from "./meta/CacheMetaTable";
362
+ export * from "./meta/CacheTagMetaTable";
387
363
  export * from "./meta/CloudCategoryMetaTable";
388
364
  export * from "./meta/CloudFieldMetaTable";
389
365
  export * from "./meta/CloudMetaTable";
@@ -396,14 +372,6 @@ export * from "./meta/EnvironmentCategoryMetaTable";
396
372
  export * from "./meta/EnvironmentFieldMetaTable";
397
373
  export * from "./meta/EnvironmentMetaTable";
398
374
  export * from "./meta/EnvironmentTagMetaTable";
399
- export * from "./meta/InMemoryStoreCategoryMetaTable";
400
- export * from "./meta/InMemoryStoreFieldMetaTable";
401
- export * from "./meta/InMemoryStoreMetaTable";
402
- export * from "./meta/InMemoryStoreTagMetaTable";
403
- export * from "./meta/IncidentCategoryMetaTable";
404
- export * from "./meta/IncidentFieldMetaTable";
405
- export * from "./meta/IncidentMetaTable";
406
- export * from "./meta/IncidentTagMetaTable";
407
375
  export * from "./meta/KubernetesCategoryMetaTable";
408
376
  export * from "./meta/KubernetesFieldMetaTable";
409
377
  export * from "./meta/KubernetesMetaTable";
@@ -434,6 +402,11 @@ export * from "./row/AlertFieldRow";
434
402
  export * from "./row/AlertInputRow";
435
403
  export * from "./row/AlertRow";
436
404
  export * from "./row/AlertTagRow";
405
+ export * from "./row/CacheCategoryRow";
406
+ export * from "./row/CacheFieldRow";
407
+ export * from "./row/CacheInputRow";
408
+ export * from "./row/CacheRow";
409
+ export * from "./row/CacheTagRow";
437
410
  export * from "./row/CloudCategoryRow";
438
411
  export * from "./row/CloudFieldRow";
439
412
  export * from "./row/CloudInputRow";
@@ -452,16 +425,6 @@ export * from "./row/EnvironmentFieldRow";
452
425
  export * from "./row/EnvironmentInputRow";
453
426
  export * from "./row/EnvironmentRow";
454
427
  export * from "./row/EnvironmentTagRow";
455
- export * from "./row/InMemoryStoreCategoryRow";
456
- export * from "./row/InMemoryStoreFieldRow";
457
- export * from "./row/InMemoryStoreInputRow";
458
- export * from "./row/InMemoryStoreRow";
459
- export * from "./row/InMemoryStoreTagRow";
460
- export * from "./row/IncidentCategoryRow";
461
- export * from "./row/IncidentFieldRow";
462
- export * from "./row/IncidentInputRow";
463
- export * from "./row/IncidentRow";
464
- export * from "./row/IncidentTagRow";
465
428
  export * from "./row/KubernetesCategoryRow";
466
429
  export * from "./row/KubernetesFieldRow";
467
430
  export * from "./row/KubernetesInputRow";