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,52 +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
- import { DatabaseType } from "../enum/DatabaseType";
23
- import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
24
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
25
- import { EntityTagInputRow } from "./EntityTagInputRow";
26
-
27
- export type DatabaseFullRow =
28
- {
29
- id: string;
30
- credential_id: string;
31
- entity_id: string;
32
- user_id: string;
33
- workspace_id: string;
34
- ssh_credential_id: (string | null);
35
- type: DatabaseType;
36
- host: (string | null);
37
- port: (number | null);
38
- database_name: (string | null);
39
- username_secret_id: (string | null);
40
- password_secret_id: (string | null);
41
- connection_string_secret_id: (string | null);
42
- ssl_enable: boolean;
43
- ssl_ca_secret_id: (string | null);
44
- ssl_cert_secret_id: (string | null);
45
- ssl_key_secret_id: (string | null);
46
- created_at: Date;
47
- updated_at: Date;
48
- credential: CredentialFullRow;
49
- database_category: (EntityCategoryInputRow | null)[];
50
- database_field: (EntityFieldInputRow | null)[];
51
- database_tag: (EntityTagInputRow | null)[];
52
- }
@@ -1,40 +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 GCPFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- cloud_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- credentials_secret_id: string;
34
- created_at: Date;
35
- updated_at: Date;
36
- cloud: CloudFullRow;
37
- gcp_category: (EntityCategoryInputRow | null)[];
38
- gcp_field: (EntityFieldInputRow | null)[];
39
- gcp_tag: (EntityTagInputRow | null)[];
40
- }
@@ -1,55 +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 { GitHubType } from "../enum/GitHubType";
25
- import { SourceControlFullRow } from "./SourceControlFullRow";
26
-
27
- export type GitHubFullRow =
28
- {
29
- id: string;
30
- credential_id: string;
31
- source_control_id: string;
32
- user_id: string;
33
- workspace_id: string;
34
- host: string;
35
- type: GitHubType;
36
- username_secret_id: string;
37
- password_secret_id: (string | null);
38
- pat_classic_token_secret_id: (string | null);
39
- pat_finegraned_token_secret_id: (string | null);
40
- oauthapp_client_id_secret_id: (string | null);
41
- oauthapp_client_secret_secret_id: (string | null);
42
- oauthapp_refresh_token_secret_id: (string | null);
43
- oauthapp_access_token_secret_id: (string | null);
44
- githubapp_installation_id_secret_id: (string | null);
45
- githubapp_jwt_secret_id: (string | null);
46
- githubapp_token_secret_id: (string | null);
47
- ssh_publickey_secret_id: (string | null);
48
- ssh_privatekey_secret_id: (string | null);
49
- created_at: Date;
50
- updated_at: Date;
51
- source_control: SourceControlFullRow;
52
- git_hub_category: (EntityCategoryInputRow | null)[];
53
- git_hub_field: (EntityFieldInputRow | null)[];
54
- git_hub_tag: (EntityTagInputRow | null)[];
55
- }
@@ -1,51 +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 { GitLabType } from "../enum/GitLabType";
25
- import { SourceControlFullRow } from "./SourceControlFullRow";
26
-
27
- export type GitLabFullRow =
28
- {
29
- id: string;
30
- credential_id: string;
31
- source_control_id: string;
32
- user_id: string;
33
- workspace_id: string;
34
- host: string;
35
- type: GitLabType;
36
- username_secret_id: string;
37
- password_secret_id: (string | null);
38
- pat_token_secret_id: (string | null);
39
- oauth_client_id_secret_id: (string | null);
40
- oauth_client_secret_secret_id: (string | null);
41
- oauth_refresh_token_secret_id: (string | null);
42
- oauth_access_token_secret_id: (string | null);
43
- ssh_publickey_secret_id: (string | null);
44
- ssh_privatekey_secret_id: (string | null);
45
- created_at: Date;
46
- updated_at: Date;
47
- source_control: SourceControlFullRow;
48
- git_lab_category: (EntityCategoryInputRow | null)[];
49
- git_lab_field: (EntityFieldInputRow | null)[];
50
- git_lab_tag: (EntityTagInputRow | null)[];
51
- }
@@ -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 { EntityCategoryInputRow } from "./EntityCategoryInputRow";
22
- import { EntityFieldInputRow } from "./EntityFieldInputRow";
23
- import { EntityTagInputRow } from "./EntityTagInputRow";
24
- import { ProtocolFullRow } from "./ProtocolFullRow";
25
-
26
- export type HostBasicAuthFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- protocol_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- host: string;
34
- username_secret_id: string;
35
- password_secret_id: string;
36
- created_at: Date;
37
- updated_at: Date;
38
- protocol: ProtocolFullRow;
39
- host_basic_auth_category: (EntityCategoryInputRow | null)[];
40
- host_basic_auth_field: (EntityFieldInputRow | null)[];
41
- host_basic_auth_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 HostTokenAuthFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- protocol_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- host: string;
34
- token_secret_id: string;
35
- created_at: Date;
36
- updated_at: Date;
37
- protocol: ProtocolFullRow;
38
- host_token_auth_category: (EntityCategoryInputRow | null)[];
39
- host_token_auth_field: (EntityFieldInputRow | null)[];
40
- host_token_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 ProtocolFullRow =
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,48 +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
- import { SshAuthType } from "../enum/SshAuthType";
26
-
27
- export type SSHFullRow =
28
- {
29
- id: string;
30
- credential_id: string;
31
- protocol_id: string;
32
- user_id: string;
33
- workspace_id: string;
34
- host: string;
35
- port: number;
36
- auth_type: SshAuthType;
37
- username_secret_id: string;
38
- password_secret_id: (string | null);
39
- private_key_secret_id: (string | null);
40
- private_key_passphrase_secret_id: (string | null);
41
- fingerprint_secret_id: (string | null);
42
- created_at: Date;
43
- updated_at: Date;
44
- protocol: ProtocolFullRow;
45
- ssh_category: (EntityCategoryInputRow | null)[];
46
- ssh_field: (EntityFieldInputRow | null)[];
47
- ssh_tag: (EntityTagInputRow | null)[];
48
- }
@@ -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 SourceControlFullRow =
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,40 +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 TokenAuthFullRow =
27
- {
28
- id: string;
29
- credential_id: string;
30
- protocol_id: string;
31
- user_id: string;
32
- workspace_id: string;
33
- token_secret_id: string;
34
- created_at: Date;
35
- updated_at: Date;
36
- protocol: ProtocolFullRow;
37
- token_auth_category: (EntityCategoryInputRow | null)[];
38
- token_auth_field: (EntityFieldInputRow | null)[];
39
- token_auth_tag: (EntityTagInputRow | null)[];
40
- }