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.
- package/dist/NamirasoftCredentialServer.js +1 -1
- package/dist/NamirasoftCredentialServerAWS.d.ts +2 -3
- package/dist/NamirasoftCredentialServerAWS.js.map +1 -1
- package/dist/NamirasoftCredentialServerAzure.d.ts +2 -3
- package/dist/NamirasoftCredentialServerAzure.js.map +1 -1
- package/dist/NamirasoftCredentialServerBasicAuth.d.ts +2 -3
- package/dist/NamirasoftCredentialServerBasicAuth.js.map +1 -1
- package/dist/NamirasoftCredentialServerCloud.d.ts +2 -3
- package/dist/NamirasoftCredentialServerCloud.js.map +1 -1
- package/dist/NamirasoftCredentialServerCredential.d.ts +2 -3
- package/dist/NamirasoftCredentialServerCredential.js.map +1 -1
- package/dist/NamirasoftCredentialServerDatabase.d.ts +2 -3
- package/dist/NamirasoftCredentialServerDatabase.js.map +1 -1
- package/dist/NamirasoftCredentialServerGCP.d.ts +2 -3
- package/dist/NamirasoftCredentialServerGCP.js.map +1 -1
- package/dist/NamirasoftCredentialServerGitHub.d.ts +2 -3
- package/dist/NamirasoftCredentialServerGitHub.js.map +1 -1
- package/dist/NamirasoftCredentialServerGitLab.d.ts +2 -3
- package/dist/NamirasoftCredentialServerGitLab.js.map +1 -1
- package/dist/NamirasoftCredentialServerHostBasicAuth.d.ts +2 -3
- package/dist/NamirasoftCredentialServerHostBasicAuth.js.map +1 -1
- package/dist/NamirasoftCredentialServerHostTokenAuth.d.ts +2 -3
- package/dist/NamirasoftCredentialServerHostTokenAuth.js.map +1 -1
- package/dist/NamirasoftCredentialServerProtocol.d.ts +2 -3
- package/dist/NamirasoftCredentialServerProtocol.js.map +1 -1
- package/dist/NamirasoftCredentialServerSSH.d.ts +2 -3
- package/dist/NamirasoftCredentialServerSSH.js.map +1 -1
- package/dist/NamirasoftCredentialServerSourceControl.d.ts +2 -3
- package/dist/NamirasoftCredentialServerSourceControl.js.map +1 -1
- package/dist/NamirasoftCredentialServerTokenAuth.d.ts +2 -3
- package/dist/NamirasoftCredentialServerTokenAuth.js.map +1 -1
- package/dist/command/AWSCreateCommand.js +18 -0
- package/dist/command/AWSCreateCommand.js.map +1 -1
- package/dist/command/AWSUpdateCommand.js +18 -0
- package/dist/command/AWSUpdateCommand.js.map +1 -1
- package/dist/command/AzureCreateCommand.js +18 -0
- package/dist/command/AzureCreateCommand.js.map +1 -1
- package/dist/command/AzureUpdateCommand.js +18 -0
- package/dist/command/AzureUpdateCommand.js.map +1 -1
- package/dist/command/BasicAuthCreateCommand.js +18 -0
- package/dist/command/BasicAuthCreateCommand.js.map +1 -1
- package/dist/command/BasicAuthUpdateCommand.js +18 -0
- package/dist/command/BasicAuthUpdateCommand.js.map +1 -1
- package/dist/command/GCPCreateCommand.js +18 -0
- package/dist/command/GCPCreateCommand.js.map +1 -1
- package/dist/command/GCPUpdateCommand.js +18 -0
- package/dist/command/GCPUpdateCommand.js.map +1 -1
- package/dist/command/GitHubCreateCommand.js +18 -0
- package/dist/command/GitHubCreateCommand.js.map +1 -1
- package/dist/command/GitHubUpdateCommand.js +18 -0
- package/dist/command/GitHubUpdateCommand.js.map +1 -1
- package/dist/command/GitLabCreateCommand.js +18 -0
- package/dist/command/GitLabCreateCommand.js.map +1 -1
- package/dist/command/GitLabUpdateCommand.js +18 -0
- package/dist/command/GitLabUpdateCommand.js.map +1 -1
- package/dist/command/HostBasicAuthCreateCommand.js +18 -0
- package/dist/command/HostBasicAuthCreateCommand.js.map +1 -1
- package/dist/command/HostBasicAuthUpdateCommand.js +18 -0
- package/dist/command/HostBasicAuthUpdateCommand.js.map +1 -1
- package/dist/command/HostTokenAuthCreateCommand.js +18 -0
- package/dist/command/HostTokenAuthCreateCommand.js.map +1 -1
- package/dist/command/HostTokenAuthUpdateCommand.js +18 -0
- package/dist/command/HostTokenAuthUpdateCommand.js.map +1 -1
- package/dist/command/SSHCreateCommand.js +18 -0
- package/dist/command/SSHCreateCommand.js.map +1 -1
- package/dist/command/SSHUpdateCommand.js +18 -0
- package/dist/command/SSHUpdateCommand.js.map +1 -1
- package/dist/command/TokenAuthCreateCommand.js +18 -0
- package/dist/command/TokenAuthCreateCommand.js.map +1 -1
- package/dist/command/TokenAuthUpdateCommand.js +18 -0
- package/dist/command/TokenAuthUpdateCommand.js.map +1 -1
- package/dist/index.d.ts +0 -15
- package/dist/index.js +0 -15
- package/dist/index.js.map +1 -1
- package/dist/meta/AWSMetaTable.d.ts +6 -0
- package/dist/meta/AWSMetaTable.js +6 -0
- package/dist/meta/AWSMetaTable.js.map +1 -1
- package/dist/meta/AzureMetaTable.d.ts +6 -0
- package/dist/meta/AzureMetaTable.js +6 -0
- package/dist/meta/AzureMetaTable.js.map +1 -1
- package/dist/meta/BasicAuthMetaTable.d.ts +6 -0
- package/dist/meta/BasicAuthMetaTable.js +6 -0
- package/dist/meta/BasicAuthMetaTable.js.map +1 -1
- package/dist/meta/CloudMetaTable.d.ts +5 -0
- package/dist/meta/CloudMetaTable.js +5 -0
- package/dist/meta/CloudMetaTable.js.map +1 -1
- package/dist/meta/DatabaseMetaTable.d.ts +5 -0
- package/dist/meta/DatabaseMetaTable.js +5 -0
- package/dist/meta/DatabaseMetaTable.js.map +1 -1
- package/dist/meta/GCPMetaTable.d.ts +6 -0
- package/dist/meta/GCPMetaTable.js +6 -0
- package/dist/meta/GCPMetaTable.js.map +1 -1
- package/dist/meta/GitHubMetaTable.d.ts +6 -0
- package/dist/meta/GitHubMetaTable.js +6 -0
- package/dist/meta/GitHubMetaTable.js.map +1 -1
- package/dist/meta/GitLabMetaTable.d.ts +6 -0
- package/dist/meta/GitLabMetaTable.js +6 -0
- package/dist/meta/GitLabMetaTable.js.map +1 -1
- package/dist/meta/HostBasicAuthMetaTable.d.ts +6 -0
- package/dist/meta/HostBasicAuthMetaTable.js +6 -0
- package/dist/meta/HostBasicAuthMetaTable.js.map +1 -1
- package/dist/meta/HostTokenAuthMetaTable.d.ts +6 -0
- package/dist/meta/HostTokenAuthMetaTable.js +6 -0
- package/dist/meta/HostTokenAuthMetaTable.js.map +1 -1
- package/dist/meta/ProtocolMetaTable.d.ts +5 -0
- package/dist/meta/ProtocolMetaTable.js +5 -0
- package/dist/meta/ProtocolMetaTable.js.map +1 -1
- package/dist/meta/SourceControlMetaTable.d.ts +5 -0
- package/dist/meta/SourceControlMetaTable.js +5 -0
- package/dist/meta/SourceControlMetaTable.js.map +1 -1
- package/dist/meta/SshMetaTable.d.ts +6 -0
- package/dist/meta/SshMetaTable.js +6 -0
- package/dist/meta/SshMetaTable.js.map +1 -1
- package/dist/meta/TokenAuthMetaTable.d.ts +6 -0
- package/dist/meta/TokenAuthMetaTable.js +6 -0
- package/dist/meta/TokenAuthMetaTable.js.map +1 -1
- package/dist/row/AWSCreateRow.d.ts +2 -0
- package/dist/row/AWSRow.d.ts +8 -0
- package/dist/row/AWSUpdateRow.d.ts +2 -0
- package/dist/row/AzureCreateRow.d.ts +2 -0
- package/dist/row/AzureRow.d.ts +8 -0
- package/dist/row/AzureUpdateRow.d.ts +2 -0
- package/dist/row/BasicAuthCreateRow.d.ts +2 -0
- package/dist/row/BasicAuthRow.d.ts +8 -0
- package/dist/row/BasicAuthUpdateRow.d.ts +2 -0
- package/dist/row/CloudRow.d.ts +7 -0
- package/dist/row/DatabaseRow.d.ts +7 -0
- package/dist/row/GCPCreateRow.d.ts +2 -0
- package/dist/row/GCPRow.d.ts +8 -0
- package/dist/row/GCPUpdateRow.d.ts +2 -0
- package/dist/row/GitHubCreateRow.d.ts +2 -0
- package/dist/row/GitHubRow.d.ts +8 -0
- package/dist/row/GitHubUpdateRow.d.ts +2 -0
- package/dist/row/GitLabCreateRow.d.ts +2 -0
- package/dist/row/GitLabRow.d.ts +8 -0
- package/dist/row/GitLabUpdateRow.d.ts +2 -0
- package/dist/row/HostBasicAuthCreateRow.d.ts +2 -0
- package/dist/row/HostBasicAuthRow.d.ts +8 -0
- package/dist/row/HostBasicAuthUpdateRow.d.ts +2 -0
- package/dist/row/HostTokenAuthCreateRow.d.ts +2 -0
- package/dist/row/HostTokenAuthRow.d.ts +8 -0
- package/dist/row/HostTokenAuthUpdateRow.d.ts +2 -0
- package/dist/row/ProtocolRow.d.ts +7 -0
- package/dist/row/SSHCreateRow.d.ts +2 -0
- package/dist/row/SSHUpdateRow.d.ts +2 -0
- package/dist/row/SourceControlRow.d.ts +7 -0
- package/dist/row/SshRow.d.ts +8 -0
- package/dist/row/TokenAuthCreateRow.d.ts +2 -0
- package/dist/row/TokenAuthRow.d.ts +8 -0
- package/dist/row/TokenAuthUpdateRow.d.ts +2 -0
- package/package.json +1 -1
- package/src/NamirasoftCredentialServer.ts +1 -1
- package/src/NamirasoftCredentialServerAWS.ts +4 -5
- package/src/NamirasoftCredentialServerAzure.ts +4 -5
- package/src/NamirasoftCredentialServerBasicAuth.ts +4 -5
- package/src/NamirasoftCredentialServerCloud.ts +4 -5
- package/src/NamirasoftCredentialServerCredential.ts +4 -5
- package/src/NamirasoftCredentialServerDatabase.ts +4 -5
- package/src/NamirasoftCredentialServerGCP.ts +4 -5
- package/src/NamirasoftCredentialServerGitHub.ts +4 -5
- package/src/NamirasoftCredentialServerGitLab.ts +4 -5
- package/src/NamirasoftCredentialServerHostBasicAuth.ts +4 -5
- package/src/NamirasoftCredentialServerHostTokenAuth.ts +4 -5
- package/src/NamirasoftCredentialServerProtocol.ts +4 -5
- package/src/NamirasoftCredentialServerSSH.ts +4 -5
- package/src/NamirasoftCredentialServerSourceControl.ts +4 -5
- package/src/NamirasoftCredentialServerTokenAuth.ts +4 -5
- package/src/command/AWSCreateCommand.ts +18 -0
- package/src/command/AWSUpdateCommand.ts +18 -0
- package/src/command/AzureCreateCommand.ts +18 -0
- package/src/command/AzureUpdateCommand.ts +18 -0
- package/src/command/BasicAuthCreateCommand.ts +18 -0
- package/src/command/BasicAuthUpdateCommand.ts +18 -0
- package/src/command/GCPCreateCommand.ts +18 -0
- package/src/command/GCPUpdateCommand.ts +18 -0
- package/src/command/GitHubCreateCommand.ts +18 -0
- package/src/command/GitHubUpdateCommand.ts +18 -0
- package/src/command/GitLabCreateCommand.ts +18 -0
- package/src/command/GitLabUpdateCommand.ts +18 -0
- package/src/command/HostBasicAuthCreateCommand.ts +18 -0
- package/src/command/HostBasicAuthUpdateCommand.ts +18 -0
- package/src/command/HostTokenAuthCreateCommand.ts +18 -0
- package/src/command/HostTokenAuthUpdateCommand.ts +18 -0
- package/src/command/SSHCreateCommand.ts +18 -0
- package/src/command/SSHUpdateCommand.ts +18 -0
- package/src/command/TokenAuthCreateCommand.ts +18 -0
- package/src/command/TokenAuthUpdateCommand.ts +18 -0
- package/src/index.ts +0 -15
- package/src/meta/AWSMetaTable.ts +12 -0
- package/src/meta/AzureMetaTable.ts +12 -0
- package/src/meta/BasicAuthMetaTable.ts +12 -0
- package/src/meta/CloudMetaTable.ts +10 -0
- package/src/meta/DatabaseMetaTable.ts +10 -0
- package/src/meta/GCPMetaTable.ts +12 -0
- package/src/meta/GitHubMetaTable.ts +12 -0
- package/src/meta/GitLabMetaTable.ts +12 -0
- package/src/meta/HostBasicAuthMetaTable.ts +12 -0
- package/src/meta/HostTokenAuthMetaTable.ts +12 -0
- package/src/meta/ProtocolMetaTable.ts +10 -0
- package/src/meta/SourceControlMetaTable.ts +10 -0
- package/src/meta/SshMetaTable.ts +12 -0
- package/src/meta/TokenAuthMetaTable.ts +12 -0
- package/src/row/AWSCreateRow.ts +2 -0
- package/src/row/AWSRow.ts +9 -0
- package/src/row/AWSUpdateRow.ts +2 -0
- package/src/row/AzureCreateRow.ts +2 -0
- package/src/row/AzureRow.ts +9 -0
- package/src/row/AzureUpdateRow.ts +2 -0
- package/src/row/BasicAuthCreateRow.ts +2 -0
- package/src/row/BasicAuthRow.ts +9 -0
- package/src/row/BasicAuthUpdateRow.ts +2 -0
- package/src/row/CloudRow.ts +8 -0
- package/src/row/DatabaseRow.ts +7 -0
- package/src/row/GCPCreateRow.ts +2 -0
- package/src/row/GCPRow.ts +9 -0
- package/src/row/GCPUpdateRow.ts +2 -0
- package/src/row/GitHubCreateRow.ts +2 -0
- package/src/row/GitHubRow.ts +8 -0
- package/src/row/GitHubUpdateRow.ts +2 -0
- package/src/row/GitLabCreateRow.ts +2 -0
- package/src/row/GitLabRow.ts +8 -0
- package/src/row/GitLabUpdateRow.ts +2 -0
- package/src/row/HostBasicAuthCreateRow.ts +2 -0
- package/src/row/HostBasicAuthRow.ts +9 -0
- package/src/row/HostBasicAuthUpdateRow.ts +2 -0
- package/src/row/HostTokenAuthCreateRow.ts +2 -0
- package/src/row/HostTokenAuthRow.ts +9 -0
- package/src/row/HostTokenAuthUpdateRow.ts +2 -0
- package/src/row/ProtocolRow.ts +8 -0
- package/src/row/SSHCreateRow.ts +2 -0
- package/src/row/SSHUpdateRow.ts +2 -0
- package/src/row/SourceControlRow.ts +8 -0
- package/src/row/SshRow.ts +8 -0
- package/src/row/TokenAuthCreateRow.ts +2 -0
- package/src/row/TokenAuthRow.ts +9 -0
- package/src/row/TokenAuthUpdateRow.ts +2 -0
- package/dist/row/AWSFullRow.d.ts +0 -19
- package/dist/row/AWSFullRow.js +0 -3
- package/dist/row/AWSFullRow.js.map +0 -1
- package/dist/row/AzureFullRow.d.ts +0 -20
- package/dist/row/AzureFullRow.js +0 -3
- package/dist/row/AzureFullRow.js.map +0 -1
- package/dist/row/BasicAuthFullRow.d.ts +0 -19
- package/dist/row/BasicAuthFullRow.js +0 -3
- package/dist/row/BasicAuthFullRow.js.map +0 -1
- package/dist/row/CloudFullRow.d.ts +0 -11
- package/dist/row/CloudFullRow.js +0 -3
- package/dist/row/CloudFullRow.js.map +0 -1
- package/dist/row/CredentialFullRow.d.ts +0 -15
- package/dist/row/CredentialFullRow.js +0 -3
- package/dist/row/CredentialFullRow.js.map +0 -1
- package/dist/row/DatabaseFullRow.d.ts +0 -30
- package/dist/row/DatabaseFullRow.js +0 -3
- package/dist/row/DatabaseFullRow.js.map +0 -1
- package/dist/row/GCPFullRow.d.ts +0 -18
- package/dist/row/GCPFullRow.js +0 -3
- package/dist/row/GCPFullRow.js.map +0 -1
- package/dist/row/GitHubFullRow.d.ts +0 -33
- package/dist/row/GitHubFullRow.js +0 -3
- package/dist/row/GitHubFullRow.js.map +0 -1
- package/dist/row/GitLabFullRow.d.ts +0 -29
- package/dist/row/GitLabFullRow.js +0 -3
- package/dist/row/GitLabFullRow.js.map +0 -1
- package/dist/row/HostBasicAuthFullRow.d.ts +0 -20
- package/dist/row/HostBasicAuthFullRow.js +0 -3
- package/dist/row/HostBasicAuthFullRow.js.map +0 -1
- package/dist/row/HostTokenAuthFullRow.d.ts +0 -19
- package/dist/row/HostTokenAuthFullRow.js +0 -3
- package/dist/row/HostTokenAuthFullRow.js.map +0 -1
- package/dist/row/ProtocolFullRow.d.ts +0 -11
- package/dist/row/ProtocolFullRow.js +0 -3
- package/dist/row/ProtocolFullRow.js.map +0 -1
- package/dist/row/SSHFullRow.d.ts +0 -26
- package/dist/row/SSHFullRow.js +0 -3
- package/dist/row/SSHFullRow.js.map +0 -1
- package/dist/row/SourceControlFullRow.d.ts +0 -11
- package/dist/row/SourceControlFullRow.js +0 -3
- package/dist/row/SourceControlFullRow.js.map +0 -1
- package/dist/row/TokenAuthFullRow.d.ts +0 -18
- package/dist/row/TokenAuthFullRow.js +0 -3
- package/dist/row/TokenAuthFullRow.js.map +0 -1
- package/src/row/AWSFullRow.ts +0 -41
- package/src/row/AzureFullRow.ts +0 -42
- package/src/row/BasicAuthFullRow.ts +0 -41
- package/src/row/CloudFullRow.ts +0 -33
- package/src/row/CredentialFullRow.ts +0 -37
- package/src/row/DatabaseFullRow.ts +0 -52
- package/src/row/GCPFullRow.ts +0 -40
- package/src/row/GitHubFullRow.ts +0 -55
- package/src/row/GitLabFullRow.ts +0 -51
- package/src/row/HostBasicAuthFullRow.ts +0 -42
- package/src/row/HostTokenAuthFullRow.ts +0 -41
- package/src/row/ProtocolFullRow.ts +0 -33
- package/src/row/SSHFullRow.ts +0 -48
- package/src/row/SourceControlFullRow.ts +0 -33
- 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
|
-
}
|
package/src/row/GCPFullRow.ts
DELETED
|
@@ -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
|
-
}
|
package/src/row/GitHubFullRow.ts
DELETED
|
@@ -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
|
-
}
|
package/src/row/GitLabFullRow.ts
DELETED
|
@@ -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
|
-
}
|
package/src/row/SSHFullRow.ts
DELETED
|
@@ -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
|
-
}
|