namirasoft-credential 1.5.2 → 1.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/dist/NamirasoftCredentialServer.js +1 -1
  2. package/dist/NamirasoftCredentialServerAWS.d.ts +2 -3
  3. package/dist/NamirasoftCredentialServerAWS.js.map +1 -1
  4. package/dist/NamirasoftCredentialServerAzure.d.ts +2 -3
  5. package/dist/NamirasoftCredentialServerAzure.js.map +1 -1
  6. package/dist/NamirasoftCredentialServerBasicAuth.d.ts +2 -3
  7. package/dist/NamirasoftCredentialServerBasicAuth.js.map +1 -1
  8. package/dist/NamirasoftCredentialServerCloud.d.ts +2 -3
  9. package/dist/NamirasoftCredentialServerCloud.js.map +1 -1
  10. package/dist/NamirasoftCredentialServerCredential.d.ts +2 -3
  11. package/dist/NamirasoftCredentialServerCredential.js.map +1 -1
  12. package/dist/NamirasoftCredentialServerDatabase.d.ts +2 -3
  13. package/dist/NamirasoftCredentialServerDatabase.js.map +1 -1
  14. package/dist/NamirasoftCredentialServerGCP.d.ts +2 -3
  15. package/dist/NamirasoftCredentialServerGCP.js.map +1 -1
  16. package/dist/NamirasoftCredentialServerGitHub.d.ts +2 -3
  17. package/dist/NamirasoftCredentialServerGitHub.js.map +1 -1
  18. package/dist/NamirasoftCredentialServerGitLab.d.ts +2 -3
  19. package/dist/NamirasoftCredentialServerGitLab.js.map +1 -1
  20. package/dist/NamirasoftCredentialServerHostBasicAuth.d.ts +2 -3
  21. package/dist/NamirasoftCredentialServerHostBasicAuth.js.map +1 -1
  22. package/dist/NamirasoftCredentialServerHostTokenAuth.d.ts +2 -3
  23. package/dist/NamirasoftCredentialServerHostTokenAuth.js.map +1 -1
  24. package/dist/NamirasoftCredentialServerProtocol.d.ts +2 -3
  25. package/dist/NamirasoftCredentialServerProtocol.js.map +1 -1
  26. package/dist/NamirasoftCredentialServerSSH.d.ts +2 -3
  27. package/dist/NamirasoftCredentialServerSSH.js.map +1 -1
  28. package/dist/NamirasoftCredentialServerSourceControl.d.ts +2 -3
  29. package/dist/NamirasoftCredentialServerSourceControl.js.map +1 -1
  30. package/dist/NamirasoftCredentialServerTokenAuth.d.ts +2 -3
  31. package/dist/NamirasoftCredentialServerTokenAuth.js.map +1 -1
  32. package/dist/command/AWSCreateCommand.js +18 -0
  33. package/dist/command/AWSCreateCommand.js.map +1 -1
  34. package/dist/command/AWSUpdateCommand.js +18 -0
  35. package/dist/command/AWSUpdateCommand.js.map +1 -1
  36. package/dist/command/AzureCreateCommand.js +18 -0
  37. package/dist/command/AzureCreateCommand.js.map +1 -1
  38. package/dist/command/AzureUpdateCommand.js +18 -0
  39. package/dist/command/AzureUpdateCommand.js.map +1 -1
  40. package/dist/command/BasicAuthCreateCommand.js +18 -0
  41. package/dist/command/BasicAuthCreateCommand.js.map +1 -1
  42. package/dist/command/BasicAuthUpdateCommand.js +18 -0
  43. package/dist/command/BasicAuthUpdateCommand.js.map +1 -1
  44. package/dist/command/GCPCreateCommand.js +18 -0
  45. package/dist/command/GCPCreateCommand.js.map +1 -1
  46. package/dist/command/GCPUpdateCommand.js +18 -0
  47. package/dist/command/GCPUpdateCommand.js.map +1 -1
  48. package/dist/command/GitHubCreateCommand.js +18 -0
  49. package/dist/command/GitHubCreateCommand.js.map +1 -1
  50. package/dist/command/GitHubUpdateCommand.js +18 -0
  51. package/dist/command/GitHubUpdateCommand.js.map +1 -1
  52. package/dist/command/GitLabCreateCommand.js +18 -0
  53. package/dist/command/GitLabCreateCommand.js.map +1 -1
  54. package/dist/command/GitLabUpdateCommand.js +18 -0
  55. package/dist/command/GitLabUpdateCommand.js.map +1 -1
  56. package/dist/command/HostBasicAuthCreateCommand.js +18 -0
  57. package/dist/command/HostBasicAuthCreateCommand.js.map +1 -1
  58. package/dist/command/HostBasicAuthUpdateCommand.js +18 -0
  59. package/dist/command/HostBasicAuthUpdateCommand.js.map +1 -1
  60. package/dist/command/HostTokenAuthCreateCommand.js +18 -0
  61. package/dist/command/HostTokenAuthCreateCommand.js.map +1 -1
  62. package/dist/command/HostTokenAuthUpdateCommand.js +18 -0
  63. package/dist/command/HostTokenAuthUpdateCommand.js.map +1 -1
  64. package/dist/command/SSHCreateCommand.js +18 -0
  65. package/dist/command/SSHCreateCommand.js.map +1 -1
  66. package/dist/command/SSHUpdateCommand.js +18 -0
  67. package/dist/command/SSHUpdateCommand.js.map +1 -1
  68. package/dist/command/TokenAuthCreateCommand.js +18 -0
  69. package/dist/command/TokenAuthCreateCommand.js.map +1 -1
  70. package/dist/command/TokenAuthUpdateCommand.js +18 -0
  71. package/dist/command/TokenAuthUpdateCommand.js.map +1 -1
  72. package/dist/index.d.ts +0 -15
  73. package/dist/index.js +0 -15
  74. package/dist/index.js.map +1 -1
  75. package/dist/meta/AWSMetaTable.d.ts +6 -0
  76. package/dist/meta/AWSMetaTable.js +6 -0
  77. package/dist/meta/AWSMetaTable.js.map +1 -1
  78. package/dist/meta/AzureMetaTable.d.ts +6 -0
  79. package/dist/meta/AzureMetaTable.js +6 -0
  80. package/dist/meta/AzureMetaTable.js.map +1 -1
  81. package/dist/meta/BasicAuthMetaTable.d.ts +6 -0
  82. package/dist/meta/BasicAuthMetaTable.js +6 -0
  83. package/dist/meta/BasicAuthMetaTable.js.map +1 -1
  84. package/dist/meta/CloudMetaTable.d.ts +5 -0
  85. package/dist/meta/CloudMetaTable.js +5 -0
  86. package/dist/meta/CloudMetaTable.js.map +1 -1
  87. package/dist/meta/DatabaseMetaTable.d.ts +5 -0
  88. package/dist/meta/DatabaseMetaTable.js +5 -0
  89. package/dist/meta/DatabaseMetaTable.js.map +1 -1
  90. package/dist/meta/GCPMetaTable.d.ts +6 -0
  91. package/dist/meta/GCPMetaTable.js +6 -0
  92. package/dist/meta/GCPMetaTable.js.map +1 -1
  93. package/dist/meta/GitHubMetaTable.d.ts +6 -0
  94. package/dist/meta/GitHubMetaTable.js +6 -0
  95. package/dist/meta/GitHubMetaTable.js.map +1 -1
  96. package/dist/meta/GitLabMetaTable.d.ts +6 -0
  97. package/dist/meta/GitLabMetaTable.js +6 -0
  98. package/dist/meta/GitLabMetaTable.js.map +1 -1
  99. package/dist/meta/HostBasicAuthMetaTable.d.ts +6 -0
  100. package/dist/meta/HostBasicAuthMetaTable.js +6 -0
  101. package/dist/meta/HostBasicAuthMetaTable.js.map +1 -1
  102. package/dist/meta/HostTokenAuthMetaTable.d.ts +6 -0
  103. package/dist/meta/HostTokenAuthMetaTable.js +6 -0
  104. package/dist/meta/HostTokenAuthMetaTable.js.map +1 -1
  105. package/dist/meta/ProtocolMetaTable.d.ts +5 -0
  106. package/dist/meta/ProtocolMetaTable.js +5 -0
  107. package/dist/meta/ProtocolMetaTable.js.map +1 -1
  108. package/dist/meta/SourceControlMetaTable.d.ts +5 -0
  109. package/dist/meta/SourceControlMetaTable.js +5 -0
  110. package/dist/meta/SourceControlMetaTable.js.map +1 -1
  111. package/dist/meta/SshMetaTable.d.ts +6 -0
  112. package/dist/meta/SshMetaTable.js +6 -0
  113. package/dist/meta/SshMetaTable.js.map +1 -1
  114. package/dist/meta/TokenAuthMetaTable.d.ts +6 -0
  115. package/dist/meta/TokenAuthMetaTable.js +6 -0
  116. package/dist/meta/TokenAuthMetaTable.js.map +1 -1
  117. package/dist/row/AWSCreateRow.d.ts +2 -0
  118. package/dist/row/AWSRow.d.ts +8 -0
  119. package/dist/row/AWSUpdateRow.d.ts +2 -0
  120. package/dist/row/AzureCreateRow.d.ts +2 -0
  121. package/dist/row/AzureRow.d.ts +8 -0
  122. package/dist/row/AzureUpdateRow.d.ts +2 -0
  123. package/dist/row/BasicAuthCreateRow.d.ts +2 -0
  124. package/dist/row/BasicAuthRow.d.ts +8 -0
  125. package/dist/row/BasicAuthUpdateRow.d.ts +2 -0
  126. package/dist/row/CloudRow.d.ts +7 -0
  127. package/dist/row/DatabaseRow.d.ts +7 -0
  128. package/dist/row/GCPCreateRow.d.ts +2 -0
  129. package/dist/row/GCPRow.d.ts +8 -0
  130. package/dist/row/GCPUpdateRow.d.ts +2 -0
  131. package/dist/row/GitHubCreateRow.d.ts +2 -0
  132. package/dist/row/GitHubRow.d.ts +8 -0
  133. package/dist/row/GitHubUpdateRow.d.ts +2 -0
  134. package/dist/row/GitLabCreateRow.d.ts +2 -0
  135. package/dist/row/GitLabRow.d.ts +8 -0
  136. package/dist/row/GitLabUpdateRow.d.ts +2 -0
  137. package/dist/row/HostBasicAuthCreateRow.d.ts +2 -0
  138. package/dist/row/HostBasicAuthRow.d.ts +8 -0
  139. package/dist/row/HostBasicAuthUpdateRow.d.ts +2 -0
  140. package/dist/row/HostTokenAuthCreateRow.d.ts +2 -0
  141. package/dist/row/HostTokenAuthRow.d.ts +8 -0
  142. package/dist/row/HostTokenAuthUpdateRow.d.ts +2 -0
  143. package/dist/row/ProtocolRow.d.ts +7 -0
  144. package/dist/row/SSHCreateRow.d.ts +2 -0
  145. package/dist/row/SSHUpdateRow.d.ts +2 -0
  146. package/dist/row/SourceControlRow.d.ts +7 -0
  147. package/dist/row/SshRow.d.ts +8 -0
  148. package/dist/row/TokenAuthCreateRow.d.ts +2 -0
  149. package/dist/row/TokenAuthRow.d.ts +8 -0
  150. package/dist/row/TokenAuthUpdateRow.d.ts +2 -0
  151. package/package.json +1 -1
  152. package/src/NamirasoftCredentialServer.ts +1 -1
  153. package/src/NamirasoftCredentialServerAWS.ts +4 -5
  154. package/src/NamirasoftCredentialServerAzure.ts +4 -5
  155. package/src/NamirasoftCredentialServerBasicAuth.ts +4 -5
  156. package/src/NamirasoftCredentialServerCloud.ts +4 -5
  157. package/src/NamirasoftCredentialServerCredential.ts +4 -5
  158. package/src/NamirasoftCredentialServerDatabase.ts +4 -5
  159. package/src/NamirasoftCredentialServerGCP.ts +4 -5
  160. package/src/NamirasoftCredentialServerGitHub.ts +4 -5
  161. package/src/NamirasoftCredentialServerGitLab.ts +4 -5
  162. package/src/NamirasoftCredentialServerHostBasicAuth.ts +4 -5
  163. package/src/NamirasoftCredentialServerHostTokenAuth.ts +4 -5
  164. package/src/NamirasoftCredentialServerProtocol.ts +4 -5
  165. package/src/NamirasoftCredentialServerSSH.ts +4 -5
  166. package/src/NamirasoftCredentialServerSourceControl.ts +4 -5
  167. package/src/NamirasoftCredentialServerTokenAuth.ts +4 -5
  168. package/src/command/AWSCreateCommand.ts +18 -0
  169. package/src/command/AWSUpdateCommand.ts +18 -0
  170. package/src/command/AzureCreateCommand.ts +18 -0
  171. package/src/command/AzureUpdateCommand.ts +18 -0
  172. package/src/command/BasicAuthCreateCommand.ts +18 -0
  173. package/src/command/BasicAuthUpdateCommand.ts +18 -0
  174. package/src/command/GCPCreateCommand.ts +18 -0
  175. package/src/command/GCPUpdateCommand.ts +18 -0
  176. package/src/command/GitHubCreateCommand.ts +18 -0
  177. package/src/command/GitHubUpdateCommand.ts +18 -0
  178. package/src/command/GitLabCreateCommand.ts +18 -0
  179. package/src/command/GitLabUpdateCommand.ts +18 -0
  180. package/src/command/HostBasicAuthCreateCommand.ts +18 -0
  181. package/src/command/HostBasicAuthUpdateCommand.ts +18 -0
  182. package/src/command/HostTokenAuthCreateCommand.ts +18 -0
  183. package/src/command/HostTokenAuthUpdateCommand.ts +18 -0
  184. package/src/command/SSHCreateCommand.ts +18 -0
  185. package/src/command/SSHUpdateCommand.ts +18 -0
  186. package/src/command/TokenAuthCreateCommand.ts +18 -0
  187. package/src/command/TokenAuthUpdateCommand.ts +18 -0
  188. package/src/index.ts +0 -15
  189. package/src/meta/AWSMetaTable.ts +12 -0
  190. package/src/meta/AzureMetaTable.ts +12 -0
  191. package/src/meta/BasicAuthMetaTable.ts +12 -0
  192. package/src/meta/CloudMetaTable.ts +10 -0
  193. package/src/meta/DatabaseMetaTable.ts +10 -0
  194. package/src/meta/GCPMetaTable.ts +12 -0
  195. package/src/meta/GitHubMetaTable.ts +12 -0
  196. package/src/meta/GitLabMetaTable.ts +12 -0
  197. package/src/meta/HostBasicAuthMetaTable.ts +12 -0
  198. package/src/meta/HostTokenAuthMetaTable.ts +12 -0
  199. package/src/meta/ProtocolMetaTable.ts +10 -0
  200. package/src/meta/SourceControlMetaTable.ts +10 -0
  201. package/src/meta/SshMetaTable.ts +12 -0
  202. package/src/meta/TokenAuthMetaTable.ts +12 -0
  203. package/src/row/AWSCreateRow.ts +2 -0
  204. package/src/row/AWSRow.ts +9 -0
  205. package/src/row/AWSUpdateRow.ts +2 -0
  206. package/src/row/AzureCreateRow.ts +2 -0
  207. package/src/row/AzureRow.ts +9 -0
  208. package/src/row/AzureUpdateRow.ts +2 -0
  209. package/src/row/BasicAuthCreateRow.ts +2 -0
  210. package/src/row/BasicAuthRow.ts +9 -0
  211. package/src/row/BasicAuthUpdateRow.ts +2 -0
  212. package/src/row/CloudRow.ts +8 -0
  213. package/src/row/DatabaseRow.ts +7 -0
  214. package/src/row/GCPCreateRow.ts +2 -0
  215. package/src/row/GCPRow.ts +9 -0
  216. package/src/row/GCPUpdateRow.ts +2 -0
  217. package/src/row/GitHubCreateRow.ts +2 -0
  218. package/src/row/GitHubRow.ts +8 -0
  219. package/src/row/GitHubUpdateRow.ts +2 -0
  220. package/src/row/GitLabCreateRow.ts +2 -0
  221. package/src/row/GitLabRow.ts +8 -0
  222. package/src/row/GitLabUpdateRow.ts +2 -0
  223. package/src/row/HostBasicAuthCreateRow.ts +2 -0
  224. package/src/row/HostBasicAuthRow.ts +9 -0
  225. package/src/row/HostBasicAuthUpdateRow.ts +2 -0
  226. package/src/row/HostTokenAuthCreateRow.ts +2 -0
  227. package/src/row/HostTokenAuthRow.ts +9 -0
  228. package/src/row/HostTokenAuthUpdateRow.ts +2 -0
  229. package/src/row/ProtocolRow.ts +8 -0
  230. package/src/row/SSHCreateRow.ts +2 -0
  231. package/src/row/SSHUpdateRow.ts +2 -0
  232. package/src/row/SourceControlRow.ts +8 -0
  233. package/src/row/SshRow.ts +8 -0
  234. package/src/row/TokenAuthCreateRow.ts +2 -0
  235. package/src/row/TokenAuthRow.ts +9 -0
  236. package/src/row/TokenAuthUpdateRow.ts +2 -0
  237. package/dist/row/AWSFullRow.d.ts +0 -19
  238. package/dist/row/AWSFullRow.js +0 -3
  239. package/dist/row/AWSFullRow.js.map +0 -1
  240. package/dist/row/AzureFullRow.d.ts +0 -20
  241. package/dist/row/AzureFullRow.js +0 -3
  242. package/dist/row/AzureFullRow.js.map +0 -1
  243. package/dist/row/BasicAuthFullRow.d.ts +0 -19
  244. package/dist/row/BasicAuthFullRow.js +0 -3
  245. package/dist/row/BasicAuthFullRow.js.map +0 -1
  246. package/dist/row/CloudFullRow.d.ts +0 -11
  247. package/dist/row/CloudFullRow.js +0 -3
  248. package/dist/row/CloudFullRow.js.map +0 -1
  249. package/dist/row/CredentialFullRow.d.ts +0 -15
  250. package/dist/row/CredentialFullRow.js +0 -3
  251. package/dist/row/CredentialFullRow.js.map +0 -1
  252. package/dist/row/DatabaseFullRow.d.ts +0 -30
  253. package/dist/row/DatabaseFullRow.js +0 -3
  254. package/dist/row/DatabaseFullRow.js.map +0 -1
  255. package/dist/row/GCPFullRow.d.ts +0 -18
  256. package/dist/row/GCPFullRow.js +0 -3
  257. package/dist/row/GCPFullRow.js.map +0 -1
  258. package/dist/row/GitHubFullRow.d.ts +0 -33
  259. package/dist/row/GitHubFullRow.js +0 -3
  260. package/dist/row/GitHubFullRow.js.map +0 -1
  261. package/dist/row/GitLabFullRow.d.ts +0 -29
  262. package/dist/row/GitLabFullRow.js +0 -3
  263. package/dist/row/GitLabFullRow.js.map +0 -1
  264. package/dist/row/HostBasicAuthFullRow.d.ts +0 -20
  265. package/dist/row/HostBasicAuthFullRow.js +0 -3
  266. package/dist/row/HostBasicAuthFullRow.js.map +0 -1
  267. package/dist/row/HostTokenAuthFullRow.d.ts +0 -19
  268. package/dist/row/HostTokenAuthFullRow.js +0 -3
  269. package/dist/row/HostTokenAuthFullRow.js.map +0 -1
  270. package/dist/row/ProtocolFullRow.d.ts +0 -11
  271. package/dist/row/ProtocolFullRow.js +0 -3
  272. package/dist/row/ProtocolFullRow.js.map +0 -1
  273. package/dist/row/SSHFullRow.d.ts +0 -26
  274. package/dist/row/SSHFullRow.js +0 -3
  275. package/dist/row/SSHFullRow.js.map +0 -1
  276. package/dist/row/SourceControlFullRow.d.ts +0 -11
  277. package/dist/row/SourceControlFullRow.js +0 -3
  278. package/dist/row/SourceControlFullRow.js.map +0 -1
  279. package/dist/row/TokenAuthFullRow.d.ts +0 -18
  280. package/dist/row/TokenAuthFullRow.js +0 -3
  281. package/dist/row/TokenAuthFullRow.js.map +0 -1
  282. package/src/row/AWSFullRow.ts +0 -41
  283. package/src/row/AzureFullRow.ts +0 -42
  284. package/src/row/BasicAuthFullRow.ts +0 -41
  285. package/src/row/CloudFullRow.ts +0 -33
  286. package/src/row/CredentialFullRow.ts +0 -37
  287. package/src/row/DatabaseFullRow.ts +0 -52
  288. package/src/row/GCPFullRow.ts +0 -40
  289. package/src/row/GitHubFullRow.ts +0 -55
  290. package/src/row/GitLabFullRow.ts +0 -51
  291. package/src/row/HostBasicAuthFullRow.ts +0 -42
  292. package/src/row/HostTokenAuthFullRow.ts +0 -41
  293. package/src/row/ProtocolFullRow.ts +0 -33
  294. package/src/row/SSHFullRow.ts +0 -48
  295. package/src/row/SourceControlFullRow.ts +0 -33
  296. package/src/row/TokenAuthFullRow.ts +0 -40
@@ -1 +0,0 @@
1
- {"version":3,"file":"AWSFullRow.js","sourceRoot":"","sources":["../../src/row/AWSFullRow.ts"],"names":[],"mappings":""}
@@ -1,20 +0,0 @@
1
- import { CloudFullRow } from "./CloudFullRow";
2
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
3
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
4
- import { EntityTagInputRow } from "./EntityTagInputRow";
5
- export type AzureFullRow = {
6
- id: string;
7
- credential_id: string;
8
- cloud_id: string;
9
- user_id: string;
10
- workspace_id: string;
11
- tenant_id_secret_id: string;
12
- client_id_secret_id: string;
13
- client_secret_secret_id: string;
14
- created_at: Date;
15
- updated_at: Date;
16
- cloud: CloudFullRow;
17
- azure_category: (EntityCategoryInputRow | null)[];
18
- azure_field: (EntityFieldInputRow | null)[];
19
- azure_tag: (EntityTagInputRow | null)[];
20
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AzureFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AzureFullRow.js","sourceRoot":"","sources":["../../src/row/AzureFullRow.ts"],"names":[],"mappings":""}
@@ -1,19 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { ProtocolFullRow } from "./ProtocolFullRow";
5
- export type BasicAuthFullRow = {
6
- id: string;
7
- credential_id: string;
8
- protocol_id: string;
9
- user_id: string;
10
- workspace_id: string;
11
- username_secret_id: string;
12
- password_secret_id: string;
13
- created_at: Date;
14
- updated_at: Date;
15
- protocol: ProtocolFullRow;
16
- basic_auth_category: (EntityCategoryInputRow | null)[];
17
- basic_auth_field: (EntityFieldInputRow | null)[];
18
- basic_auth_tag: (EntityTagInputRow | null)[];
19
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=BasicAuthFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BasicAuthFullRow.js","sourceRoot":"","sources":["../../src/row/BasicAuthFullRow.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { CredentialFullRow } from "./CredentialFullRow";
2
- export type CloudFullRow = {
3
- id: string;
4
- credential_id: string;
5
- entity_id: string;
6
- user_id: string;
7
- workspace_id: string;
8
- created_at: Date;
9
- updated_at: Date;
10
- credential: CredentialFullRow;
11
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CloudFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CloudFullRow.js","sourceRoot":"","sources":["../../src/row/CloudFullRow.ts"],"names":[],"mappings":""}
@@ -1,15 +0,0 @@
1
- import { CredentialEntityType } from "../enum/CredentialEntityType";
2
- import { CredentialGroupType } from "../enum/CredentialGroupType";
3
- export type CredentialFullRow = {
4
- id: string;
5
- group_id: string;
6
- entity_id: string;
7
- user_id: string;
8
- workspace_id: string;
9
- group_type: CredentialGroupType;
10
- entity_type: CredentialEntityType;
11
- name: string;
12
- description: (string | null);
13
- created_at: Date;
14
- updated_at: Date;
15
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=CredentialFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CredentialFullRow.js","sourceRoot":"","sources":["../../src/row/CredentialFullRow.ts"],"names":[],"mappings":""}
@@ -1,30 +0,0 @@
1
- import { CredentialFullRow } from "./CredentialFullRow";
2
- import { DatabaseType } from "../enum/DatabaseType";
3
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
4
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
5
- import { EntityTagInputRow } from "./EntityTagInputRow";
6
- export type DatabaseFullRow = {
7
- id: string;
8
- credential_id: string;
9
- entity_id: string;
10
- user_id: string;
11
- workspace_id: string;
12
- ssh_credential_id: (string | null);
13
- type: DatabaseType;
14
- host: (string | null);
15
- port: (number | null);
16
- database_name: (string | null);
17
- username_secret_id: (string | null);
18
- password_secret_id: (string | null);
19
- connection_string_secret_id: (string | null);
20
- ssl_enable: boolean;
21
- ssl_ca_secret_id: (string | null);
22
- ssl_cert_secret_id: (string | null);
23
- ssl_key_secret_id: (string | null);
24
- created_at: Date;
25
- updated_at: Date;
26
- credential: CredentialFullRow;
27
- database_category: (EntityCategoryInputRow | null)[];
28
- database_field: (EntityFieldInputRow | null)[];
29
- database_tag: (EntityTagInputRow | null)[];
30
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=DatabaseFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatabaseFullRow.js","sourceRoot":"","sources":["../../src/row/DatabaseFullRow.ts"],"names":[],"mappings":""}
@@ -1,18 +0,0 @@
1
- import { CloudFullRow } from "./CloudFullRow";
2
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
3
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
4
- import { EntityTagInputRow } from "./EntityTagInputRow";
5
- export type GCPFullRow = {
6
- id: string;
7
- credential_id: string;
8
- cloud_id: string;
9
- user_id: string;
10
- workspace_id: string;
11
- credentials_secret_id: string;
12
- created_at: Date;
13
- updated_at: Date;
14
- cloud: CloudFullRow;
15
- gcp_category: (EntityCategoryInputRow | null)[];
16
- gcp_field: (EntityFieldInputRow | null)[];
17
- gcp_tag: (EntityTagInputRow | null)[];
18
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=GCPFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GCPFullRow.js","sourceRoot":"","sources":["../../src/row/GCPFullRow.ts"],"names":[],"mappings":""}
@@ -1,33 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { GitHubType } from "../enum/GitHubType";
5
- import { SourceControlFullRow } from "./SourceControlFullRow";
6
- export type GitHubFullRow = {
7
- id: string;
8
- credential_id: string;
9
- source_control_id: string;
10
- user_id: string;
11
- workspace_id: string;
12
- host: string;
13
- type: GitHubType;
14
- username_secret_id: string;
15
- password_secret_id: (string | null);
16
- pat_classic_token_secret_id: (string | null);
17
- pat_finegraned_token_secret_id: (string | null);
18
- oauthapp_client_id_secret_id: (string | null);
19
- oauthapp_client_secret_secret_id: (string | null);
20
- oauthapp_refresh_token_secret_id: (string | null);
21
- oauthapp_access_token_secret_id: (string | null);
22
- githubapp_installation_id_secret_id: (string | null);
23
- githubapp_jwt_secret_id: (string | null);
24
- githubapp_token_secret_id: (string | null);
25
- ssh_publickey_secret_id: (string | null);
26
- ssh_privatekey_secret_id: (string | null);
27
- created_at: Date;
28
- updated_at: Date;
29
- source_control: SourceControlFullRow;
30
- git_hub_category: (EntityCategoryInputRow | null)[];
31
- git_hub_field: (EntityFieldInputRow | null)[];
32
- git_hub_tag: (EntityTagInputRow | null)[];
33
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=GitHubFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GitHubFullRow.js","sourceRoot":"","sources":["../../src/row/GitHubFullRow.ts"],"names":[],"mappings":""}
@@ -1,29 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { GitLabType } from "../enum/GitLabType";
5
- import { SourceControlFullRow } from "./SourceControlFullRow";
6
- export type GitLabFullRow = {
7
- id: string;
8
- credential_id: string;
9
- source_control_id: string;
10
- user_id: string;
11
- workspace_id: string;
12
- host: string;
13
- type: GitLabType;
14
- username_secret_id: string;
15
- password_secret_id: (string | null);
16
- pat_token_secret_id: (string | null);
17
- oauth_client_id_secret_id: (string | null);
18
- oauth_client_secret_secret_id: (string | null);
19
- oauth_refresh_token_secret_id: (string | null);
20
- oauth_access_token_secret_id: (string | null);
21
- ssh_publickey_secret_id: (string | null);
22
- ssh_privatekey_secret_id: (string | null);
23
- created_at: Date;
24
- updated_at: Date;
25
- source_control: SourceControlFullRow;
26
- git_lab_category: (EntityCategoryInputRow | null)[];
27
- git_lab_field: (EntityFieldInputRow | null)[];
28
- git_lab_tag: (EntityTagInputRow | null)[];
29
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=GitLabFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GitLabFullRow.js","sourceRoot":"","sources":["../../src/row/GitLabFullRow.ts"],"names":[],"mappings":""}
@@ -1,20 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { ProtocolFullRow } from "./ProtocolFullRow";
5
- export type HostBasicAuthFullRow = {
6
- id: string;
7
- credential_id: string;
8
- protocol_id: string;
9
- user_id: string;
10
- workspace_id: string;
11
- host: string;
12
- username_secret_id: string;
13
- password_secret_id: string;
14
- created_at: Date;
15
- updated_at: Date;
16
- protocol: ProtocolFullRow;
17
- host_basic_auth_category: (EntityCategoryInputRow | null)[];
18
- host_basic_auth_field: (EntityFieldInputRow | null)[];
19
- host_basic_auth_tag: (EntityTagInputRow | null)[];
20
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=HostBasicAuthFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HostBasicAuthFullRow.js","sourceRoot":"","sources":["../../src/row/HostBasicAuthFullRow.ts"],"names":[],"mappings":""}
@@ -1,19 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { ProtocolFullRow } from "./ProtocolFullRow";
5
- export type HostTokenAuthFullRow = {
6
- id: string;
7
- credential_id: string;
8
- protocol_id: string;
9
- user_id: string;
10
- workspace_id: string;
11
- host: string;
12
- token_secret_id: string;
13
- created_at: Date;
14
- updated_at: Date;
15
- protocol: ProtocolFullRow;
16
- host_token_auth_category: (EntityCategoryInputRow | null)[];
17
- host_token_auth_field: (EntityFieldInputRow | null)[];
18
- host_token_auth_tag: (EntityTagInputRow | null)[];
19
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=HostTokenAuthFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HostTokenAuthFullRow.js","sourceRoot":"","sources":["../../src/row/HostTokenAuthFullRow.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { CredentialFullRow } from "./CredentialFullRow";
2
- export type ProtocolFullRow = {
3
- id: string;
4
- credential_id: string;
5
- entity_id: string;
6
- user_id: string;
7
- workspace_id: string;
8
- created_at: Date;
9
- updated_at: Date;
10
- credential: CredentialFullRow;
11
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ProtocolFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProtocolFullRow.js","sourceRoot":"","sources":["../../src/row/ProtocolFullRow.ts"],"names":[],"mappings":""}
@@ -1,26 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { ProtocolFullRow } from "./ProtocolFullRow";
5
- import { SshAuthType } from "../enum/SshAuthType";
6
- export type SSHFullRow = {
7
- id: string;
8
- credential_id: string;
9
- protocol_id: string;
10
- user_id: string;
11
- workspace_id: string;
12
- host: string;
13
- port: number;
14
- auth_type: SshAuthType;
15
- username_secret_id: string;
16
- password_secret_id: (string | null);
17
- private_key_secret_id: (string | null);
18
- private_key_passphrase_secret_id: (string | null);
19
- fingerprint_secret_id: (string | null);
20
- created_at: Date;
21
- updated_at: Date;
22
- protocol: ProtocolFullRow;
23
- ssh_category: (EntityCategoryInputRow | null)[];
24
- ssh_field: (EntityFieldInputRow | null)[];
25
- ssh_tag: (EntityTagInputRow | null)[];
26
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=SSHFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SSHFullRow.js","sourceRoot":"","sources":["../../src/row/SSHFullRow.ts"],"names":[],"mappings":""}
@@ -1,11 +0,0 @@
1
- import { CredentialFullRow } from "./CredentialFullRow";
2
- export type SourceControlFullRow = {
3
- id: string;
4
- credential_id: string;
5
- entity_id: string;
6
- user_id: string;
7
- workspace_id: string;
8
- created_at: Date;
9
- updated_at: Date;
10
- credential: CredentialFullRow;
11
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=SourceControlFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SourceControlFullRow.js","sourceRoot":"","sources":["../../src/row/SourceControlFullRow.ts"],"names":[],"mappings":""}
@@ -1,18 +0,0 @@
1
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
2
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
3
- import { EntityTagInputRow } from "./EntityTagInputRow";
4
- import { ProtocolFullRow } from "./ProtocolFullRow";
5
- export type TokenAuthFullRow = {
6
- id: string;
7
- credential_id: string;
8
- protocol_id: string;
9
- user_id: string;
10
- workspace_id: string;
11
- token_secret_id: string;
12
- created_at: Date;
13
- updated_at: Date;
14
- protocol: ProtocolFullRow;
15
- token_auth_category: (EntityCategoryInputRow | null)[];
16
- token_auth_field: (EntityFieldInputRow | null)[];
17
- token_auth_tag: (EntityTagInputRow | null)[];
18
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=TokenAuthFullRow.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TokenAuthFullRow.js","sourceRoot":"","sources":["../../src/row/TokenAuthFullRow.ts"],"names":[],"mappings":""}
@@ -1,41 +0,0 @@
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 { CloudFullRow } from "./CloudFullRow";
22
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
23
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
24
- import { EntityTagInputRow } from "./EntityTagInputRow";
25
-
26
- export type AWSFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- cloud_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- access_key_secret_id: string;
34
- secret_key_secret_id: string;
35
- created_at: Date;
36
- updated_at: Date;
37
- cloud: CloudFullRow;
38
- aws_category: (EntityCategoryInputRow | null)[];
39
- aws_field: (EntityFieldInputRow | null)[];
40
- aws_tag: (EntityTagInputRow | null)[];
41
- }
@@ -1,42 +0,0 @@
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 { CloudFullRow } from "./CloudFullRow";
22
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
23
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
24
- import { EntityTagInputRow } from "./EntityTagInputRow";
25
-
26
- export type AzureFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- cloud_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- tenant_id_secret_id: string;
34
- client_id_secret_id: string;
35
- client_secret_secret_id: string;
36
- created_at: Date;
37
- updated_at: Date;
38
- cloud: CloudFullRow;
39
- azure_category: (EntityCategoryInputRow | null)[];
40
- azure_field: (EntityFieldInputRow | null)[];
41
- azure_tag: (EntityTagInputRow | null)[];
42
- }
@@ -1,41 +0,0 @@
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 { EntityCategoryInputRow } from "./EntityCategoryInputRow";
22
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
23
- import { EntityTagInputRow } from "./EntityTagInputRow";
24
- import { ProtocolFullRow } from "./ProtocolFullRow";
25
-
26
- export type BasicAuthFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- protocol_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- username_secret_id: string;
34
- password_secret_id: string;
35
- created_at: Date;
36
- updated_at: Date;
37
- protocol: ProtocolFullRow;
38
- basic_auth_category: (EntityCategoryInputRow | null)[];
39
- basic_auth_field: (EntityFieldInputRow | null)[];
40
- basic_auth_tag: (EntityTagInputRow | null)[];
41
- }
@@ -1,33 +0,0 @@
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 { CredentialFullRow } from "./CredentialFullRow";
22
-
23
- export type CloudFullRow =
24
- {
25
- id: string;
26
- credential_id: string;
27
- entity_id: string;
28
- user_id: string;
29
- workspace_id: string;
30
- created_at: Date;
31
- updated_at: Date;
32
- credential: CredentialFullRow;
33
- }
@@ -1,37 +0,0 @@
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 { CredentialEntityType } from "../enum/CredentialEntityType";
22
- import { CredentialGroupType } from "../enum/CredentialGroupType";
23
-
24
- export type CredentialFullRow =
25
- {
26
- id: string;
27
- group_id: string;
28
- entity_id: string;
29
- user_id: string;
30
- workspace_id: string;
31
- group_type: CredentialGroupType;
32
- entity_type: CredentialEntityType;
33
- name: string;
34
- description: (string | null);
35
- created_at: Date;
36
- updated_at: Date;
37
- }