namirasoft-credential 1.4.0 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/dist/NamirasoftCredentialServer.d.ts +16 -0
  2. package/dist/NamirasoftCredentialServer.js +17 -1
  3. package/dist/NamirasoftCredentialServer.js.map +1 -1
  4. package/dist/NamirasoftCredentialServerAWS.d.ts +4 -3
  5. package/dist/NamirasoftCredentialServerAWS.js.map +1 -1
  6. package/dist/NamirasoftCredentialServerAzure.d.ts +19 -0
  7. package/dist/NamirasoftCredentialServerAzure.js +64 -0
  8. package/dist/NamirasoftCredentialServerAzure.js.map +1 -0
  9. package/dist/NamirasoftCredentialServerAzureCategory.d.ts +16 -0
  10. package/dist/NamirasoftCredentialServerAzureCategory.js +56 -0
  11. package/dist/NamirasoftCredentialServerAzureCategory.js.map +1 -0
  12. package/dist/NamirasoftCredentialServerAzureField.d.ts +17 -0
  13. package/dist/NamirasoftCredentialServerAzureField.js +64 -0
  14. package/dist/NamirasoftCredentialServerAzureField.js.map +1 -0
  15. package/dist/NamirasoftCredentialServerAzureTag.d.ts +17 -0
  16. package/dist/NamirasoftCredentialServerAzureTag.js +64 -0
  17. package/dist/NamirasoftCredentialServerAzureTag.js.map +1 -0
  18. package/dist/NamirasoftCredentialServerGCP.d.ts +19 -0
  19. package/dist/NamirasoftCredentialServerGCP.js +64 -0
  20. package/dist/NamirasoftCredentialServerGCP.js.map +1 -0
  21. package/dist/NamirasoftCredentialServerGCPCategory.d.ts +16 -0
  22. package/dist/NamirasoftCredentialServerGCPCategory.js +56 -0
  23. package/dist/NamirasoftCredentialServerGCPCategory.js.map +1 -0
  24. package/dist/NamirasoftCredentialServerGCPField.d.ts +17 -0
  25. package/dist/NamirasoftCredentialServerGCPField.js +64 -0
  26. package/dist/NamirasoftCredentialServerGCPField.js.map +1 -0
  27. package/dist/NamirasoftCredentialServerGCPTag.d.ts +17 -0
  28. package/dist/NamirasoftCredentialServerGCPTag.js +64 -0
  29. package/dist/NamirasoftCredentialServerGCPTag.js.map +1 -0
  30. package/dist/command/AWSUpdateCommand.js +2 -2
  31. package/dist/command/AWSUpdateCommand.js.map +1 -1
  32. package/dist/command/AzureCategoryCommand.d.ts +4 -0
  33. package/dist/command/AzureCategoryCommand.js +21 -0
  34. package/dist/command/AzureCategoryCommand.js.map +1 -0
  35. package/dist/command/AzureCategoryCreateCommand.d.ts +5 -0
  36. package/dist/command/AzureCategoryCreateCommand.js +49 -0
  37. package/dist/command/AzureCategoryCreateCommand.js.map +1 -0
  38. package/dist/command/AzureCategoryDeleteCommand.d.ts +5 -0
  39. package/dist/command/AzureCategoryDeleteCommand.js +38 -0
  40. package/dist/command/AzureCategoryDeleteCommand.js.map +1 -0
  41. package/dist/command/AzureCategoryGetCommand.d.ts +5 -0
  42. package/dist/command/AzureCategoryGetCommand.js +38 -0
  43. package/dist/command/AzureCategoryGetCommand.js.map +1 -0
  44. package/dist/command/AzureCategoryListCommand.d.ts +5 -0
  45. package/dist/command/AzureCategoryListCommand.js +38 -0
  46. package/dist/command/AzureCategoryListCommand.js.map +1 -0
  47. package/dist/command/AzureCommand.d.ts +4 -0
  48. package/dist/command/AzureCommand.js +23 -0
  49. package/dist/command/AzureCommand.js.map +1 -0
  50. package/dist/command/AzureCreateCommand.d.ts +5 -0
  51. package/dist/command/AzureCreateCommand.js +121 -0
  52. package/dist/command/AzureCreateCommand.js.map +1 -0
  53. package/dist/command/AzureDeleteCommand.d.ts +5 -0
  54. package/dist/command/AzureDeleteCommand.js +38 -0
  55. package/dist/command/AzureDeleteCommand.js.map +1 -0
  56. package/dist/command/AzureFieldCommand.d.ts +4 -0
  57. package/dist/command/AzureFieldCommand.js +23 -0
  58. package/dist/command/AzureFieldCommand.js.map +1 -0
  59. package/dist/command/AzureFieldCreateCommand.d.ts +5 -0
  60. package/dist/command/AzureFieldCreateCommand.js +58 -0
  61. package/dist/command/AzureFieldCreateCommand.js.map +1 -0
  62. package/dist/command/AzureFieldDeleteCommand.d.ts +5 -0
  63. package/dist/command/AzureFieldDeleteCommand.js +38 -0
  64. package/dist/command/AzureFieldDeleteCommand.js.map +1 -0
  65. package/dist/command/AzureFieldGetCommand.d.ts +5 -0
  66. package/dist/command/AzureFieldGetCommand.js +38 -0
  67. package/dist/command/AzureFieldGetCommand.js.map +1 -0
  68. package/dist/command/AzureFieldListCommand.d.ts +5 -0
  69. package/dist/command/AzureFieldListCommand.js +38 -0
  70. package/dist/command/AzureFieldListCommand.js.map +1 -0
  71. package/dist/command/AzureFieldUpdateCommand.d.ts +5 -0
  72. package/dist/command/AzureFieldUpdateCommand.js +58 -0
  73. package/dist/command/AzureFieldUpdateCommand.js.map +1 -0
  74. package/dist/command/AzureGetCommand.d.ts +5 -0
  75. package/dist/command/AzureGetCommand.js +38 -0
  76. package/dist/command/AzureGetCommand.js.map +1 -0
  77. package/dist/command/AzureListCommand.d.ts +5 -0
  78. package/dist/command/AzureListCommand.js +38 -0
  79. package/dist/command/AzureListCommand.js.map +1 -0
  80. package/dist/command/AzureTagCommand.d.ts +4 -0
  81. package/dist/command/AzureTagCommand.js +23 -0
  82. package/dist/command/AzureTagCommand.js.map +1 -0
  83. package/dist/command/AzureTagCreateCommand.d.ts +5 -0
  84. package/dist/command/AzureTagCreateCommand.js +58 -0
  85. package/dist/command/AzureTagCreateCommand.js.map +1 -0
  86. package/dist/command/AzureTagDeleteCommand.d.ts +5 -0
  87. package/dist/command/AzureTagDeleteCommand.js +38 -0
  88. package/dist/command/AzureTagDeleteCommand.js.map +1 -0
  89. package/dist/command/AzureTagGetCommand.d.ts +5 -0
  90. package/dist/command/AzureTagGetCommand.js +38 -0
  91. package/dist/command/AzureTagGetCommand.js.map +1 -0
  92. package/dist/command/AzureTagListCommand.d.ts +5 -0
  93. package/dist/command/AzureTagListCommand.js +38 -0
  94. package/dist/command/AzureTagListCommand.js.map +1 -0
  95. package/dist/command/AzureTagUpdateCommand.d.ts +5 -0
  96. package/dist/command/AzureTagUpdateCommand.js +58 -0
  97. package/dist/command/AzureTagUpdateCommand.js.map +1 -0
  98. package/dist/command/AzureUpdateCommand.d.ts +5 -0
  99. package/dist/command/AzureUpdateCommand.js +121 -0
  100. package/dist/command/AzureUpdateCommand.js.map +1 -0
  101. package/dist/command/GCPCategoryCommand.d.ts +4 -0
  102. package/dist/command/GCPCategoryCommand.js +21 -0
  103. package/dist/command/GCPCategoryCommand.js.map +1 -0
  104. package/dist/command/GCPCategoryCreateCommand.d.ts +5 -0
  105. package/dist/command/GCPCategoryCreateCommand.js +49 -0
  106. package/dist/command/GCPCategoryCreateCommand.js.map +1 -0
  107. package/dist/command/GCPCategoryDeleteCommand.d.ts +5 -0
  108. package/dist/command/GCPCategoryDeleteCommand.js +38 -0
  109. package/dist/command/GCPCategoryDeleteCommand.js.map +1 -0
  110. package/dist/command/GCPCategoryGetCommand.d.ts +5 -0
  111. package/dist/command/GCPCategoryGetCommand.js +38 -0
  112. package/dist/command/GCPCategoryGetCommand.js.map +1 -0
  113. package/dist/command/GCPCategoryListCommand.d.ts +5 -0
  114. package/dist/command/GCPCategoryListCommand.js +38 -0
  115. package/dist/command/GCPCategoryListCommand.js.map +1 -0
  116. package/dist/command/GCPCommand.d.ts +4 -0
  117. package/dist/command/GCPCommand.js +23 -0
  118. package/dist/command/GCPCommand.js.map +1 -0
  119. package/dist/command/GCPCreateCommand.d.ts +5 -0
  120. package/dist/command/GCPCreateCommand.js +103 -0
  121. package/dist/command/GCPCreateCommand.js.map +1 -0
  122. package/dist/command/GCPDeleteCommand.d.ts +5 -0
  123. package/dist/command/GCPDeleteCommand.js +38 -0
  124. package/dist/command/GCPDeleteCommand.js.map +1 -0
  125. package/dist/command/GCPFieldCommand.d.ts +4 -0
  126. package/dist/command/GCPFieldCommand.js +23 -0
  127. package/dist/command/GCPFieldCommand.js.map +1 -0
  128. package/dist/command/GCPFieldCreateCommand.d.ts +5 -0
  129. package/dist/command/GCPFieldCreateCommand.js +58 -0
  130. package/dist/command/GCPFieldCreateCommand.js.map +1 -0
  131. package/dist/command/GCPFieldDeleteCommand.d.ts +5 -0
  132. package/dist/command/GCPFieldDeleteCommand.js +38 -0
  133. package/dist/command/GCPFieldDeleteCommand.js.map +1 -0
  134. package/dist/command/GCPFieldGetCommand.d.ts +5 -0
  135. package/dist/command/GCPFieldGetCommand.js +38 -0
  136. package/dist/command/GCPFieldGetCommand.js.map +1 -0
  137. package/dist/command/GCPFieldListCommand.d.ts +5 -0
  138. package/dist/command/GCPFieldListCommand.js +38 -0
  139. package/dist/command/GCPFieldListCommand.js.map +1 -0
  140. package/dist/command/GCPFieldUpdateCommand.d.ts +5 -0
  141. package/dist/command/GCPFieldUpdateCommand.js +58 -0
  142. package/dist/command/GCPFieldUpdateCommand.js.map +1 -0
  143. package/dist/command/GCPGetCommand.d.ts +5 -0
  144. package/dist/command/GCPGetCommand.js +38 -0
  145. package/dist/command/GCPGetCommand.js.map +1 -0
  146. package/dist/command/GCPListCommand.d.ts +5 -0
  147. package/dist/command/GCPListCommand.js +38 -0
  148. package/dist/command/GCPListCommand.js.map +1 -0
  149. package/dist/command/GCPTagCommand.d.ts +4 -0
  150. package/dist/command/GCPTagCommand.js +23 -0
  151. package/dist/command/GCPTagCommand.js.map +1 -0
  152. package/dist/command/GCPTagCreateCommand.d.ts +5 -0
  153. package/dist/command/GCPTagCreateCommand.js +58 -0
  154. package/dist/command/GCPTagCreateCommand.js.map +1 -0
  155. package/dist/command/GCPTagDeleteCommand.d.ts +5 -0
  156. package/dist/command/GCPTagDeleteCommand.js +38 -0
  157. package/dist/command/GCPTagDeleteCommand.js.map +1 -0
  158. package/dist/command/GCPTagGetCommand.d.ts +5 -0
  159. package/dist/command/GCPTagGetCommand.js +38 -0
  160. package/dist/command/GCPTagGetCommand.js.map +1 -0
  161. package/dist/command/GCPTagListCommand.d.ts +5 -0
  162. package/dist/command/GCPTagListCommand.js +38 -0
  163. package/dist/command/GCPTagListCommand.js.map +1 -0
  164. package/dist/command/GCPTagUpdateCommand.d.ts +5 -0
  165. package/dist/command/GCPTagUpdateCommand.js +58 -0
  166. package/dist/command/GCPTagUpdateCommand.js.map +1 -0
  167. package/dist/command/GCPUpdateCommand.d.ts +5 -0
  168. package/dist/command/GCPUpdateCommand.js +103 -0
  169. package/dist/command/GCPUpdateCommand.js.map +1 -0
  170. package/dist/command/cli.js +16 -0
  171. package/dist/command/cli.js.map +1 -1
  172. package/dist/index.d.ts +78 -1
  173. package/dist/index.js +78 -1
  174. package/dist/index.js.map +1 -1
  175. package/dist/meta/AzureCategoryMetaTable.d.ts +15 -0
  176. package/dist/meta/AzureCategoryMetaTable.js +38 -0
  177. package/dist/meta/AzureCategoryMetaTable.js.map +1 -0
  178. package/dist/meta/AzureFieldMetaTable.d.ts +16 -0
  179. package/dist/meta/AzureFieldMetaTable.js +39 -0
  180. package/dist/meta/AzureFieldMetaTable.js.map +1 -0
  181. package/dist/meta/AzureMetaTable.d.ts +19 -0
  182. package/dist/meta/AzureMetaTable.js +42 -0
  183. package/dist/meta/AzureMetaTable.js.map +1 -0
  184. package/dist/meta/AzureTagMetaTable.d.ts +16 -0
  185. package/dist/meta/AzureTagMetaTable.js +39 -0
  186. package/dist/meta/AzureTagMetaTable.js.map +1 -0
  187. package/dist/meta/GCPCategoryMetaTable.d.ts +15 -0
  188. package/dist/meta/GCPCategoryMetaTable.js +38 -0
  189. package/dist/meta/GCPCategoryMetaTable.js.map +1 -0
  190. package/dist/meta/GCPFieldMetaTable.d.ts +16 -0
  191. package/dist/meta/GCPFieldMetaTable.js +39 -0
  192. package/dist/meta/GCPFieldMetaTable.js.map +1 -0
  193. package/dist/meta/GCPMetaTable.d.ts +17 -0
  194. package/dist/meta/GCPMetaTable.js +40 -0
  195. package/dist/meta/GCPMetaTable.js.map +1 -0
  196. package/dist/meta/GCPTagMetaTable.d.ts +16 -0
  197. package/dist/meta/GCPTagMetaTable.js +39 -0
  198. package/dist/meta/GCPTagMetaTable.js.map +1 -0
  199. package/dist/meta/NamirasoftCredentialMetaDatabase.d.ts +16 -0
  200. package/dist/meta/NamirasoftCredentialMetaDatabase.js +16 -0
  201. package/dist/meta/NamirasoftCredentialMetaDatabase.js.map +1 -1
  202. package/dist/row/{AWSInputRow.d.ts → AWSCreateRow.d.ts} +1 -1
  203. package/dist/row/AWSCreateRow.js +3 -0
  204. package/dist/row/AWSCreateRow.js.map +1 -0
  205. package/dist/row/AWSUpdateRow.d.ts +13 -0
  206. package/dist/row/AWSUpdateRow.js +3 -0
  207. package/dist/row/AWSUpdateRow.js.map +1 -0
  208. package/dist/row/AzureCategoryRow.d.ts +8 -0
  209. package/dist/row/AzureCategoryRow.js +3 -0
  210. package/dist/row/AzureCategoryRow.js.map +1 -0
  211. package/dist/row/AzureCreateRow.d.ts +14 -0
  212. package/dist/row/AzureCreateRow.js +3 -0
  213. package/dist/row/AzureCreateRow.js.map +1 -0
  214. package/dist/row/AzureFieldRow.d.ts +9 -0
  215. package/dist/row/AzureFieldRow.js +3 -0
  216. package/dist/row/AzureFieldRow.js.map +1 -0
  217. package/dist/row/AzureFullRow.d.ts +18 -0
  218. package/dist/row/AzureFullRow.js +3 -0
  219. package/dist/row/AzureFullRow.js.map +1 -0
  220. package/dist/row/AzureRow.d.ts +12 -0
  221. package/dist/row/{AWSInputRow.js → AzureRow.js} +1 -1
  222. package/dist/row/AzureRow.js.map +1 -0
  223. package/dist/row/AzureTagRow.d.ts +9 -0
  224. package/dist/row/AzureTagRow.js +3 -0
  225. package/dist/row/AzureTagRow.js.map +1 -0
  226. package/dist/row/AzureUpdateRow.d.ts +14 -0
  227. package/dist/row/AzureUpdateRow.js +3 -0
  228. package/dist/row/AzureUpdateRow.js.map +1 -0
  229. package/dist/row/GCPCategoryRow.d.ts +8 -0
  230. package/dist/row/GCPCategoryRow.js +3 -0
  231. package/dist/row/GCPCategoryRow.js.map +1 -0
  232. package/dist/row/GCPCreateRow.d.ts +12 -0
  233. package/dist/row/GCPCreateRow.js +3 -0
  234. package/dist/row/GCPCreateRow.js.map +1 -0
  235. package/dist/row/GCPFieldRow.d.ts +9 -0
  236. package/dist/row/GCPFieldRow.js +3 -0
  237. package/dist/row/GCPFieldRow.js.map +1 -0
  238. package/dist/row/GCPFullRow.d.ts +16 -0
  239. package/dist/row/GCPFullRow.js +3 -0
  240. package/dist/row/GCPFullRow.js.map +1 -0
  241. package/dist/row/GCPRow.d.ts +10 -0
  242. package/dist/row/GCPRow.js +3 -0
  243. package/dist/row/GCPRow.js.map +1 -0
  244. package/dist/row/GCPTagRow.d.ts +9 -0
  245. package/dist/row/GCPTagRow.js +3 -0
  246. package/dist/row/GCPTagRow.js.map +1 -0
  247. package/dist/row/GCPUpdateRow.d.ts +12 -0
  248. package/dist/row/GCPUpdateRow.js +3 -0
  249. package/dist/row/GCPUpdateRow.js.map +1 -0
  250. package/package.json +2 -2
  251. package/src/NamirasoftCredentialServer.ts +25 -1
  252. package/src/NamirasoftCredentialServerAWS.ts +4 -3
  253. package/src/NamirasoftCredentialServerAzure.ts +72 -0
  254. package/src/NamirasoftCredentialServerAzureCategory.ts +63 -0
  255. package/src/NamirasoftCredentialServerAzureField.ts +70 -0
  256. package/src/NamirasoftCredentialServerAzureTag.ts +70 -0
  257. package/src/NamirasoftCredentialServerGCP.ts +72 -0
  258. package/src/NamirasoftCredentialServerGCPCategory.ts +63 -0
  259. package/src/NamirasoftCredentialServerGCPField.ts +70 -0
  260. package/src/NamirasoftCredentialServerGCPTag.ts +70 -0
  261. package/src/command/AWSUpdateCommand.ts +2 -2
  262. package/src/command/AzureCategoryCommand.ts +38 -0
  263. package/src/command/AzureCategoryCreateCommand.ts +56 -0
  264. package/src/command/AzureCategoryDeleteCommand.ts +45 -0
  265. package/src/command/AzureCategoryGetCommand.ts +45 -0
  266. package/src/command/AzureCategoryListCommand.ts +45 -0
  267. package/src/command/AzureCommand.ts +40 -0
  268. package/src/command/AzureCreateCommand.ts +128 -0
  269. package/src/command/AzureDeleteCommand.ts +45 -0
  270. package/src/command/AzureFieldCommand.ts +40 -0
  271. package/src/command/AzureFieldCreateCommand.ts +65 -0
  272. package/src/command/AzureFieldDeleteCommand.ts +45 -0
  273. package/src/command/AzureFieldGetCommand.ts +45 -0
  274. package/src/command/AzureFieldListCommand.ts +45 -0
  275. package/src/command/AzureFieldUpdateCommand.ts +65 -0
  276. package/src/command/AzureGetCommand.ts +45 -0
  277. package/src/command/AzureListCommand.ts +45 -0
  278. package/src/command/AzureTagCommand.ts +40 -0
  279. package/src/command/AzureTagCreateCommand.ts +65 -0
  280. package/src/command/AzureTagDeleteCommand.ts +45 -0
  281. package/src/command/AzureTagGetCommand.ts +45 -0
  282. package/src/command/AzureTagListCommand.ts +45 -0
  283. package/src/command/AzureTagUpdateCommand.ts +65 -0
  284. package/src/command/AzureUpdateCommand.ts +128 -0
  285. package/src/command/GCPCategoryCommand.ts +38 -0
  286. package/src/command/GCPCategoryCreateCommand.ts +56 -0
  287. package/src/command/GCPCategoryDeleteCommand.ts +45 -0
  288. package/src/command/GCPCategoryGetCommand.ts +45 -0
  289. package/src/command/GCPCategoryListCommand.ts +45 -0
  290. package/src/command/GCPCommand.ts +40 -0
  291. package/src/command/GCPCreateCommand.ts +110 -0
  292. package/src/command/GCPDeleteCommand.ts +45 -0
  293. package/src/command/GCPFieldCommand.ts +40 -0
  294. package/src/command/GCPFieldCreateCommand.ts +65 -0
  295. package/src/command/GCPFieldDeleteCommand.ts +45 -0
  296. package/src/command/GCPFieldGetCommand.ts +45 -0
  297. package/src/command/GCPFieldListCommand.ts +45 -0
  298. package/src/command/GCPFieldUpdateCommand.ts +65 -0
  299. package/src/command/GCPGetCommand.ts +45 -0
  300. package/src/command/GCPListCommand.ts +45 -0
  301. package/src/command/GCPTagCommand.ts +40 -0
  302. package/src/command/GCPTagCreateCommand.ts +65 -0
  303. package/src/command/GCPTagDeleteCommand.ts +45 -0
  304. package/src/command/GCPTagGetCommand.ts +45 -0
  305. package/src/command/GCPTagListCommand.ts +45 -0
  306. package/src/command/GCPTagUpdateCommand.ts +65 -0
  307. package/src/command/GCPUpdateCommand.ts +110 -0
  308. package/src/command/cli.ts +16 -0
  309. package/src/index.ts +79 -2
  310. package/src/meta/AzureCategoryMetaTable.ts +58 -0
  311. package/src/meta/AzureFieldMetaTable.ts +60 -0
  312. package/src/meta/AzureMetaTable.ts +66 -0
  313. package/src/meta/AzureTagMetaTable.ts +60 -0
  314. package/src/meta/GCPCategoryMetaTable.ts +58 -0
  315. package/src/meta/GCPFieldMetaTable.ts +60 -0
  316. package/src/meta/GCPMetaTable.ts +62 -0
  317. package/src/meta/GCPTagMetaTable.ts +60 -0
  318. package/src/meta/NamirasoftCredentialMetaDatabase.ts +24 -0
  319. package/src/row/{AWSInputRow.ts → AWSCreateRow.ts} +1 -1
  320. package/src/row/AWSUpdateRow.ts +35 -0
  321. package/src/row/AzureCategoryRow.ts +29 -0
  322. package/src/row/AzureCreateRow.ts +36 -0
  323. package/src/row/AzureFieldRow.ts +30 -0
  324. package/src/row/AzureFullRow.ts +40 -0
  325. package/src/row/AzureRow.ts +33 -0
  326. package/src/row/AzureTagRow.ts +30 -0
  327. package/src/row/AzureUpdateRow.ts +36 -0
  328. package/src/row/GCPCategoryRow.ts +29 -0
  329. package/src/row/GCPCreateRow.ts +34 -0
  330. package/src/row/GCPFieldRow.ts +30 -0
  331. package/src/row/GCPFullRow.ts +38 -0
  332. package/src/row/GCPRow.ts +31 -0
  333. package/src/row/GCPTagRow.ts +30 -0
  334. package/src/row/GCPUpdateRow.ts +34 -0
  335. package/dist/row/AWSInputRow.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPTagMetaTable.js","sourceRoot":"","sources":["../../src/meta/GCPTagMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,eAAgB,SAAQ,iCAAsD;IAWvF,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAC1D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,CAAC;YAClE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAC1C,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACnE,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAlCD,0CAkCC;AAAA,CAAC"}
@@ -2,6 +2,14 @@ import { AWSCategoryMetaTable } from "./AWSCategoryMetaTable";
2
2
  import { AWSFieldMetaTable } from "./AWSFieldMetaTable";
3
3
  import { AWSMetaTable } from "./AWSMetaTable";
4
4
  import { AWSTagMetaTable } from "./AWSTagMetaTable";
5
+ import { AzureCategoryMetaTable } from "./AzureCategoryMetaTable";
6
+ import { AzureFieldMetaTable } from "./AzureFieldMetaTable";
7
+ import { AzureMetaTable } from "./AzureMetaTable";
8
+ import { AzureTagMetaTable } from "./AzureTagMetaTable";
9
+ import { GCPCategoryMetaTable } from "./GCPCategoryMetaTable";
10
+ import { GCPFieldMetaTable } from "./GCPFieldMetaTable";
11
+ import { GCPMetaTable } from "./GCPMetaTable";
12
+ import { GCPTagMetaTable } from "./GCPTagMetaTable";
5
13
  import { NSBaseMetaDatabase } from "namirasoft-site";
6
14
  import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
7
15
  import { TokenManager } from "namirasoft-account";
@@ -13,6 +21,14 @@ export declare class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase
13
21
  a_w_s_field: AWSFieldMetaTable;
14
22
  a_w_s_tag: AWSTagMetaTable;
15
23
  aws: AWSMetaTable;
24
+ azure_category: AzureCategoryMetaTable;
25
+ azure_field: AzureFieldMetaTable;
26
+ azure_tag: AzureTagMetaTable;
27
+ azure: AzureMetaTable;
28
+ g_c_p_category: GCPCategoryMetaTable;
29
+ g_c_p_field: GCPFieldMetaTable;
30
+ g_c_p_tag: GCPTagMetaTable;
31
+ gcp: GCPMetaTable;
16
32
  };
17
33
  constructor(manager?: TokenManager, onError?: (error: Error) => void);
18
34
  getServer(): NamirasoftCredentialServer;
@@ -5,7 +5,15 @@ const AWSCategoryMetaTable_1 = require("./AWSCategoryMetaTable");
5
5
  const AWSFieldMetaTable_1 = require("./AWSFieldMetaTable");
6
6
  const AWSMetaTable_1 = require("./AWSMetaTable");
7
7
  const AWSTagMetaTable_1 = require("./AWSTagMetaTable");
8
+ const AzureCategoryMetaTable_1 = require("./AzureCategoryMetaTable");
9
+ const AzureFieldMetaTable_1 = require("./AzureFieldMetaTable");
10
+ const AzureMetaTable_1 = require("./AzureMetaTable");
11
+ const AzureTagMetaTable_1 = require("./AzureTagMetaTable");
8
12
  const namirasoft_core_1 = require("namirasoft-core");
13
+ const GCPCategoryMetaTable_1 = require("./GCPCategoryMetaTable");
14
+ const GCPFieldMetaTable_1 = require("./GCPFieldMetaTable");
15
+ const GCPMetaTable_1 = require("./GCPMetaTable");
16
+ const GCPTagMetaTable_1 = require("./GCPTagMetaTable");
9
17
  const namirasoft_site_1 = require("namirasoft-site");
10
18
  const NamirasoftCredentialServer_1 = require("../NamirasoftCredentialServer");
11
19
  class NamirasoftCredentialMetaDatabase extends namirasoft_site_1.NSBaseMetaDatabase {
@@ -18,6 +26,14 @@ class NamirasoftCredentialMetaDatabase extends namirasoft_site_1.NSBaseMetaDatab
18
26
  a_w_s_field: new AWSFieldMetaTable_1.AWSFieldMetaTable(this),
19
27
  a_w_s_tag: new AWSTagMetaTable_1.AWSTagMetaTable(this),
20
28
  aws: new AWSMetaTable_1.AWSMetaTable(this),
29
+ azure_category: new AzureCategoryMetaTable_1.AzureCategoryMetaTable(this),
30
+ azure_field: new AzureFieldMetaTable_1.AzureFieldMetaTable(this),
31
+ azure_tag: new AzureTagMetaTable_1.AzureTagMetaTable(this),
32
+ azure: new AzureMetaTable_1.AzureMetaTable(this),
33
+ g_c_p_category: new GCPCategoryMetaTable_1.GCPCategoryMetaTable(this),
34
+ g_c_p_field: new GCPFieldMetaTable_1.GCPFieldMetaTable(this),
35
+ g_c_p_tag: new GCPTagMetaTable_1.GCPTagMetaTable(this),
36
+ gcp: new GCPMetaTable_1.GCPMetaTable(this),
21
37
  };
22
38
  }
23
39
  getServer() {
@@ -1 +1 @@
1
- {"version":3,"file":"NamirasoftCredentialMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftCredentialMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qDAA6C;AAC7C,qDAAqD;AACrD,8EAA2E;AAG3E,MAAa,gCAAiC,SAAQ,oCAA8C;IAUhG,YAAY,OAAsB,EAAE,OAAgC;QAEhE,KAAK,CAAC,EAAE,EAAE,EAAE,sBAAsB,EAAE,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,WAAW,EAAE,gIAAgI,EAAE,IAAI,EAAE,yEAAyE,EAAE,IAAI,EAAE,mCAAmC,EAAE,CAAC,CAAC;QAChX,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG;YACV,cAAc,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC9C,WAAW,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACxC,SAAS,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACpC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;SAC9B,CAAC;IACN,CAAC;IACQ,SAAS;QAEd,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO;YAC9B,MAAM,IAAI,KAAK,CAAC,sGAAsG,CAAC,CAAA;QAC3H,IAAI,IAAI,GAAG,oCAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,QAAQ,GAAG,IAAI,4BAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;QACtD,OAAO,IAAI,uDAA0B,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAChF,CAAC;CACJ;AA9BD,4EA8BC;AAAA,CAAC"}
1
+ {"version":3,"file":"NamirasoftCredentialMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftCredentialMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qEAAkE;AAClE,+DAA4D;AAC5D,qDAAkD;AAClD,2DAAwD;AACxD,qDAA6C;AAC7C,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qDAAqD;AACrD,8EAA2E;AAG3E,MAAa,gCAAiC,SAAQ,oCAA8C;IAkBhG,YAAY,OAAsB,EAAE,OAAgC;QAEhE,KAAK,CAAC,EAAE,EAAE,EAAE,sBAAsB,EAAE,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,oBAAoB,EAAE,WAAW,EAAE,gIAAgI,EAAE,IAAI,EAAE,yEAAyE,EAAE,IAAI,EAAE,mCAAmC,EAAE,CAAC,CAAC;QAChX,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG;YACV,cAAc,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC9C,WAAW,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACxC,SAAS,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACpC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;YAC3B,cAAc,EAAE,IAAI,+CAAsB,CAAC,IAAI,CAAC;YAChD,WAAW,EAAE,IAAI,yCAAmB,CAAC,IAAI,CAAC;YAC1C,SAAS,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACtC,KAAK,EAAE,IAAI,+BAAc,CAAC,IAAI,CAAC;YAC/B,cAAc,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC9C,WAAW,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACxC,SAAS,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACpC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;SAC9B,CAAC;IACN,CAAC;IACQ,SAAS;QAEd,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO;YAC9B,MAAM,IAAI,KAAK,CAAC,sGAAsG,CAAC,CAAA;QAC3H,IAAI,IAAI,GAAG,oCAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,QAAQ,GAAG,IAAI,4BAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;QACtD,OAAO,IAAI,uDAA0B,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAChF,CAAC;CACJ;AA9CD,4EA8CC;AAAA,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
2
  import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
3
  import { EntityTagInputRow } from "./EntityTagInputRow";
4
- export type AWSInputRow = {
4
+ export type AWSCreateRow = {
5
5
  workspace_id: (string | null);
6
6
  name: string;
7
7
  access_key: string;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AWSCreateRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AWSCreateRow.js","sourceRoot":"","sources":["../../src/row/AWSCreateRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type AWSUpdateRow = {
5
+ workspace_id: (string | null);
6
+ name: string;
7
+ access_key: (string | null);
8
+ secret_key: (string | null);
9
+ description: string;
10
+ aws_category: (EntityCategoryInputRow | null)[];
11
+ aws_field: (EntityFieldInputRow | null)[];
12
+ aws_tag: (EntityTagInputRow | null)[];
13
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AWSUpdateRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AWSUpdateRow.js","sourceRoot":"","sources":["../../src/row/AWSUpdateRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ export type AzureCategoryRow = {
2
+ id: number;
3
+ user_id: string;
4
+ entity_id: string;
5
+ category_id: string;
6
+ created_at: Date;
7
+ updated_at: Date;
8
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AzureCategoryRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureCategoryRow.js","sourceRoot":"","sources":["../../src/row/AzureCategoryRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type AzureCreateRow = {
5
+ workspace_id: (string | null);
6
+ name: string;
7
+ tenant_id: string;
8
+ client_id: string;
9
+ client_secret: string;
10
+ description: string;
11
+ azure_category: (EntityCategoryInputRow | null)[];
12
+ azure_field: (EntityFieldInputRow | null)[];
13
+ azure_tag: (EntityTagInputRow | null)[];
14
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AzureCreateRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureCreateRow.js","sourceRoot":"","sources":["../../src/row/AzureCreateRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export type AzureFieldRow = {
2
+ id: number;
3
+ user_id: string;
4
+ entity_id: string;
5
+ field_id: string;
6
+ value: (any | null);
7
+ created_at: Date;
8
+ updated_at: Date;
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AzureFieldRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureFieldRow.js","sourceRoot":"","sources":["../../src/row/AzureFieldRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type AzureFullRow = {
5
+ id: string;
6
+ user_id: number;
7
+ workspace_id: string;
8
+ name: string;
9
+ tenant_id: string;
10
+ client_id: string;
11
+ client_secret: string;
12
+ description: string;
13
+ created_at: Date;
14
+ updated_at: Date;
15
+ azure_category: (EntityCategoryInputRow | null)[];
16
+ azure_field: (EntityFieldInputRow | null)[];
17
+ azure_tag: (EntityTagInputRow | null)[];
18
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AzureFullRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureFullRow.js","sourceRoot":"","sources":["../../src/row/AzureFullRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ export type AzureRow = {
2
+ id: string;
3
+ user_id: number;
4
+ workspace_id: string;
5
+ name: string;
6
+ tenant_id: string;
7
+ client_id: string;
8
+ client_secret: string;
9
+ description: string;
10
+ created_at: Date;
11
+ updated_at: Date;
12
+ };
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AWSInputRow.js.map
3
+ //# sourceMappingURL=AzureRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureRow.js","sourceRoot":"","sources":["../../src/row/AzureRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export type AzureTagRow = {
2
+ id: number;
3
+ user_id: string;
4
+ entity_id: string;
5
+ name: string;
6
+ value: (string | null);
7
+ created_at: Date;
8
+ updated_at: Date;
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AzureTagRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureTagRow.js","sourceRoot":"","sources":["../../src/row/AzureTagRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type AzureUpdateRow = {
5
+ workspace_id: (string | null);
6
+ name: string;
7
+ tenant_id: (string | null);
8
+ client_id: (string | null);
9
+ client_secret: (string | null);
10
+ description: string;
11
+ azure_category: (EntityCategoryInputRow | null)[];
12
+ azure_field: (EntityFieldInputRow | null)[];
13
+ azure_tag: (EntityTagInputRow | null)[];
14
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=AzureUpdateRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AzureUpdateRow.js","sourceRoot":"","sources":["../../src/row/AzureUpdateRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ export type GCPCategoryRow = {
2
+ id: number;
3
+ user_id: string;
4
+ entity_id: string;
5
+ category_id: string;
6
+ created_at: Date;
7
+ updated_at: Date;
8
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPCategoryRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPCategoryRow.js","sourceRoot":"","sources":["../../src/row/GCPCategoryRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type GCPCreateRow = {
5
+ workspace_id: (string | null);
6
+ name: string;
7
+ credentials: string;
8
+ description: string;
9
+ gcp_category: (EntityCategoryInputRow | null)[];
10
+ gcp_field: (EntityFieldInputRow | null)[];
11
+ gcp_tag: (EntityTagInputRow | null)[];
12
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPCreateRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPCreateRow.js","sourceRoot":"","sources":["../../src/row/GCPCreateRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export type GCPFieldRow = {
2
+ id: number;
3
+ user_id: string;
4
+ entity_id: string;
5
+ field_id: string;
6
+ value: (any | null);
7
+ created_at: Date;
8
+ updated_at: Date;
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPFieldRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPFieldRow.js","sourceRoot":"","sources":["../../src/row/GCPFieldRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type GCPFullRow = {
5
+ id: string;
6
+ user_id: number;
7
+ workspace_id: string;
8
+ name: string;
9
+ credentials: string;
10
+ description: string;
11
+ created_at: Date;
12
+ updated_at: Date;
13
+ gcp_category: (EntityCategoryInputRow | null)[];
14
+ gcp_field: (EntityFieldInputRow | null)[];
15
+ gcp_tag: (EntityTagInputRow | null)[];
16
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPFullRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPFullRow.js","sourceRoot":"","sources":["../../src/row/GCPFullRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ export type GCPRow = {
2
+ id: string;
3
+ user_id: number;
4
+ workspace_id: string;
5
+ name: string;
6
+ credentials: string;
7
+ description: string;
8
+ created_at: Date;
9
+ updated_at: Date;
10
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPRow.js","sourceRoot":"","sources":["../../src/row/GCPRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ export type GCPTagRow = {
2
+ id: number;
3
+ user_id: string;
4
+ entity_id: string;
5
+ name: string;
6
+ value: (string | null);
7
+ created_at: Date;
8
+ updated_at: Date;
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPTagRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPTagRow.js","sourceRoot":"","sources":["../../src/row/GCPTagRow.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
+ import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
+ import { EntityTagInputRow } from "./EntityTagInputRow";
4
+ export type GCPUpdateRow = {
5
+ workspace_id: (string | null);
6
+ name: string;
7
+ credentials: (string | null);
8
+ description: string;
9
+ gcp_category: (EntityCategoryInputRow | null)[];
10
+ gcp_field: (EntityFieldInputRow | null)[];
11
+ gcp_tag: (EntityTagInputRow | null)[];
12
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=GCPUpdateRow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GCPUpdateRow.js","sourceRoot":"","sources":["../../src/row/GCPUpdateRow.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.0",
11
+ "version": "1.4.2",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/index.js",
@@ -17,7 +17,7 @@
17
17
  "build": ""
18
18
  },
19
19
  "dependencies": {
20
- "namirasoft-core": "^1.4.62",
20
+ "namirasoft-core": "^1.4.63",
21
21
  "namirasoft-site": "^1.4.27",
22
22
  "namirasoft-node-cli": "^1.4.5",
23
23
  "namirasoft-account": "^1.4.69"
@@ -23,6 +23,14 @@ import { NamirasoftCredentialServerAWS } from "./NamirasoftCredentialServerAWS";
23
23
  import { NamirasoftCredentialServerAWSCategory } from "./NamirasoftCredentialServerAWSCategory";
24
24
  import { NamirasoftCredentialServerAWSField } from "./NamirasoftCredentialServerAWSField";
25
25
  import { NamirasoftCredentialServerAWSTag } from "./NamirasoftCredentialServerAWSTag";
26
+ import { NamirasoftCredentialServerAzure } from "./NamirasoftCredentialServerAzure";
27
+ import { NamirasoftCredentialServerAzureCategory } from "./NamirasoftCredentialServerAzureCategory";
28
+ import { NamirasoftCredentialServerAzureField } from "./NamirasoftCredentialServerAzureField";
29
+ import { NamirasoftCredentialServerAzureTag } from "./NamirasoftCredentialServerAzureTag";
30
+ import { NamirasoftCredentialServerGCP } from "./NamirasoftCredentialServerGCP";
31
+ import { NamirasoftCredentialServerGCPCategory } from "./NamirasoftCredentialServerGCPCategory";
32
+ import { NamirasoftCredentialServerGCPField } from "./NamirasoftCredentialServerGCPField";
33
+ import { NamirasoftCredentialServerGCPTag } from "./NamirasoftCredentialServerGCPTag";
26
34
  import { NamirasoftCredentialServerHealthz } from "./NamirasoftCredentialServerHealthz";
27
35
  import { NamirasoftCredentialServerValue } from "./NamirasoftCredentialServerValue";
28
36
  import { TokenManager } from "namirasoft-account";
@@ -35,14 +43,30 @@ export class NamirasoftCredentialServer extends NSABaseServer
35
43
  a_w_s_field: NamirasoftCredentialServerAWSField;
36
44
  a_w_s_tag: NamirasoftCredentialServerAWSTag;
37
45
  aws: NamirasoftCredentialServerAWS;
46
+ azure_category: NamirasoftCredentialServerAzureCategory;
47
+ azure_field: NamirasoftCredentialServerAzureField;
48
+ azure_tag: NamirasoftCredentialServerAzureTag;
49
+ azure: NamirasoftCredentialServerAzure;
50
+ g_c_p_category: NamirasoftCredentialServerGCPCategory;
51
+ g_c_p_field: NamirasoftCredentialServerGCPField;
52
+ g_c_p_tag: NamirasoftCredentialServerGCPTag;
53
+ gcp: NamirasoftCredentialServerGCP;
38
54
  constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
39
55
  {
40
- super(base_url, `1.4.0`, manager, onError);
56
+ super(base_url, `1.4.2`, manager, onError);
41
57
  this.healthz = new NamirasoftCredentialServerHealthz(this);
42
58
  this.value = new NamirasoftCredentialServerValue(this);
43
59
  this.a_w_s_category = new NamirasoftCredentialServerAWSCategory(this);
44
60
  this.a_w_s_field = new NamirasoftCredentialServerAWSField(this);
45
61
  this.a_w_s_tag = new NamirasoftCredentialServerAWSTag(this);
46
62
  this.aws = new NamirasoftCredentialServerAWS(this);
63
+ this.azure_category = new NamirasoftCredentialServerAzureCategory(this);
64
+ this.azure_field = new NamirasoftCredentialServerAzureField(this);
65
+ this.azure_tag = new NamirasoftCredentialServerAzureTag(this);
66
+ this.azure = new NamirasoftCredentialServerAzure(this);
67
+ this.g_c_p_category = new NamirasoftCredentialServerGCPCategory(this);
68
+ this.g_c_p_field = new NamirasoftCredentialServerGCPField(this);
69
+ this.g_c_p_tag = new NamirasoftCredentialServerGCPTag(this);
70
+ this.gcp = new NamirasoftCredentialServerGCP(this);
47
71
  }
48
72
  };
@@ -18,9 +18,10 @@
18
18
  /* */
19
19
  /****************************************************************/
20
20
 
21
+ import { AWSCreateRow } from "./row/AWSCreateRow";
21
22
  import { AWSFullRow } from "./row/AWSFullRow";
22
- import { AWSInputRow } from "./row/AWSInputRow";
23
23
  import { AWSRow } from "./row/AWSRow";
24
+ import { AWSUpdateRow } from "./row/AWSUpdateRow";
24
25
  import { FilterItem } from "namirasoft-core";
25
26
  import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
26
27
  import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
@@ -51,13 +52,13 @@ export class NamirasoftCredentialServerAWS extends NamirasoftCredentialServerBas
51
52
  let { data } = await this.server._get<AWSFullRow>(path, {});
52
53
  return data;
53
54
  }
54
- async Create(body: AWSInputRow): Promise<AWSRow>
55
+ async Create(body: AWSCreateRow): Promise<AWSRow>
55
56
  {
56
57
  let path = `/aws`;
57
58
  let { data } = await this.server._post<AWSRow>(path, {}, body);
58
59
  return data;
59
60
  }
60
- async Update(id: string, body: AWSInputRow): Promise<AWSRow>
61
+ async Update(id: string, body: AWSUpdateRow): Promise<AWSRow>
61
62
  {
62
63
  let path = `/aws/${id}`;
63
64
  let { data } = await this.server._put<AWSRow>(path, {}, body);
@@ -0,0 +1,72 @@
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 { AzureCreateRow } from "./row/AzureCreateRow";
22
+ import { AzureFullRow } from "./row/AzureFullRow";
23
+ import { AzureRow } from "./row/AzureRow";
24
+ import { AzureUpdateRow } from "./row/AzureUpdateRow";
25
+ import { FilterItem } from "namirasoft-core";
26
+ import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
27
+ import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
28
+ import { SortItem } from "namirasoft-core";
29
+
30
+ export class NamirasoftCredentialServerAzure extends NamirasoftCredentialServerBase
31
+ {
32
+ constructor(server: NamirasoftCredentialServer)
33
+ {
34
+ super(server);
35
+ this.List = this.List.bind(this);
36
+ this.Get = this.Get.bind(this);
37
+ this.Create = this.Create.bind(this);
38
+ this.Update = this.Update.bind(this);
39
+ this.Delete = this.Delete.bind(this);
40
+ }
41
+ async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]): Promise<{ rows: AzureRow[], count: number }>
42
+ {
43
+ let filters_string_value: string = FilterItem.stringify(filters);
44
+ let sorts_string_value: string = SortItem.stringify(sorts);
45
+ let path = `/azure/list`;
46
+ let { data } = await this.server._get<{ rows: AzureRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value });
47
+ return data;
48
+ }
49
+ async Get(id: string): Promise<AzureFullRow>
50
+ {
51
+ let path = `/azure/${id}`;
52
+ let { data } = await this.server._get<AzureFullRow>(path, {});
53
+ return data;
54
+ }
55
+ async Create(body: AzureCreateRow): Promise<AzureRow>
56
+ {
57
+ let path = `/azure`;
58
+ let { data } = await this.server._post<AzureRow>(path, {}, body);
59
+ return data;
60
+ }
61
+ async Update(id: string, body: AzureUpdateRow): Promise<AzureRow>
62
+ {
63
+ let path = `/azure/${id}`;
64
+ let { data } = await this.server._put<AzureRow>(path, {}, body);
65
+ return data;
66
+ }
67
+ async Delete(id: string): Promise<void>
68
+ {
69
+ let path = `/azure/${id}`;
70
+ await this.server._delete<void>(path, {});
71
+ }
72
+ };