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
|
@@ -36,6 +36,12 @@ export class HostTokenAuthMetaTable extends NSBaseMetaTable<NamirasoftCredential
|
|
|
36
36
|
token_secret_id: BaseMetaColumn;
|
|
37
37
|
created_at: BaseMetaColumn;
|
|
38
38
|
updated_at: BaseMetaColumn;
|
|
39
|
+
entity_id: BaseMetaColumn;
|
|
40
|
+
group_id: BaseMetaColumn;
|
|
41
|
+
group_type: BaseMetaColumn;
|
|
42
|
+
entity_type: BaseMetaColumn;
|
|
43
|
+
name: BaseMetaColumn;
|
|
44
|
+
description: BaseMetaColumn;
|
|
39
45
|
}
|
|
40
46
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
41
47
|
{
|
|
@@ -50,6 +56,12 @@ export class HostTokenAuthMetaTable extends NSBaseMetaTable<NamirasoftCredential
|
|
|
50
56
|
token_secret_id: new BaseMetaColumn(this, "token_secret_id", "Token Secret ID", "String", true),
|
|
51
57
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
52
58
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
59
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
60
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
61
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
62
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
63
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
64
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
53
65
|
};
|
|
54
66
|
this.back_end.get = async (id: string) =>
|
|
55
67
|
{
|
|
@@ -34,6 +34,11 @@ export class ProtocolMetaTable extends NSBaseMetaTable<NamirasoftCredentialServe
|
|
|
34
34
|
workspace_id: BaseMetaColumn;
|
|
35
35
|
created_at: BaseMetaColumn;
|
|
36
36
|
updated_at: BaseMetaColumn;
|
|
37
|
+
group_id: BaseMetaColumn;
|
|
38
|
+
group_type: BaseMetaColumn;
|
|
39
|
+
entity_type: BaseMetaColumn;
|
|
40
|
+
name: BaseMetaColumn;
|
|
41
|
+
description: BaseMetaColumn;
|
|
37
42
|
}
|
|
38
43
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
39
44
|
{
|
|
@@ -46,6 +51,11 @@ export class ProtocolMetaTable extends NSBaseMetaTable<NamirasoftCredentialServe
|
|
|
46
51
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
47
52
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
48
53
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
54
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
55
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
56
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
57
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
58
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
49
59
|
};
|
|
50
60
|
this.back_end.get = async (id: string) =>
|
|
51
61
|
{
|
|
@@ -34,6 +34,11 @@ export class SourceControlMetaTable extends NSBaseMetaTable<NamirasoftCredential
|
|
|
34
34
|
workspace_id: BaseMetaColumn;
|
|
35
35
|
created_at: BaseMetaColumn;
|
|
36
36
|
updated_at: BaseMetaColumn;
|
|
37
|
+
group_id: BaseMetaColumn;
|
|
38
|
+
group_type: BaseMetaColumn;
|
|
39
|
+
entity_type: BaseMetaColumn;
|
|
40
|
+
name: BaseMetaColumn;
|
|
41
|
+
description: BaseMetaColumn;
|
|
37
42
|
}
|
|
38
43
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
39
44
|
{
|
|
@@ -46,6 +51,11 @@ export class SourceControlMetaTable extends NSBaseMetaTable<NamirasoftCredential
|
|
|
46
51
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
47
52
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
48
53
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
54
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
55
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
56
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
57
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
58
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
49
59
|
};
|
|
50
60
|
this.back_end.get = async (id: string) =>
|
|
51
61
|
{
|
package/src/meta/SshMetaTable.ts
CHANGED
|
@@ -41,6 +41,12 @@ export class SshMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, Ss
|
|
|
41
41
|
fingerprint_secret_id: BaseMetaColumn;
|
|
42
42
|
created_at: BaseMetaColumn;
|
|
43
43
|
updated_at: BaseMetaColumn;
|
|
44
|
+
entity_id: BaseMetaColumn;
|
|
45
|
+
group_id: BaseMetaColumn;
|
|
46
|
+
group_type: BaseMetaColumn;
|
|
47
|
+
entity_type: BaseMetaColumn;
|
|
48
|
+
name: BaseMetaColumn;
|
|
49
|
+
description: BaseMetaColumn;
|
|
44
50
|
}
|
|
45
51
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
46
52
|
{
|
|
@@ -61,6 +67,12 @@ export class SshMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, Ss
|
|
|
61
67
|
fingerprint_secret_id: new BaseMetaColumn(this, "fingerprint_secret_id", "Fingerprint Secret ID", "String", false),
|
|
62
68
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
63
69
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
70
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
71
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
72
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
73
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
74
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
75
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
64
76
|
};
|
|
65
77
|
this.front_end.getListLink = () => "";
|
|
66
78
|
this.front_end.getViewLink = () => "";
|
|
@@ -35,6 +35,12 @@ export class TokenAuthMetaTable extends NSBaseMetaTable<NamirasoftCredentialServ
|
|
|
35
35
|
token_secret_id: BaseMetaColumn;
|
|
36
36
|
created_at: BaseMetaColumn;
|
|
37
37
|
updated_at: BaseMetaColumn;
|
|
38
|
+
entity_id: BaseMetaColumn;
|
|
39
|
+
group_id: BaseMetaColumn;
|
|
40
|
+
group_type: BaseMetaColumn;
|
|
41
|
+
entity_type: BaseMetaColumn;
|
|
42
|
+
name: BaseMetaColumn;
|
|
43
|
+
description: BaseMetaColumn;
|
|
38
44
|
}
|
|
39
45
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
40
46
|
{
|
|
@@ -48,6 +54,12 @@ export class TokenAuthMetaTable extends NSBaseMetaTable<NamirasoftCredentialServ
|
|
|
48
54
|
token_secret_id: new BaseMetaColumn(this, "token_secret_id", "Token Secret ID", "String", true),
|
|
49
55
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
50
56
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
57
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
58
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
59
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
60
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
61
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
62
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
51
63
|
};
|
|
52
64
|
this.back_end.get = async (id: string) =>
|
|
53
65
|
{
|
package/src/row/AWSCreateRow.ts
CHANGED
|
@@ -27,6 +27,8 @@ export type AWSCreateRow =
|
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
access_key: string;
|
|
29
29
|
secret_key: string;
|
|
30
|
+
name: string;
|
|
31
|
+
description: (string | null);
|
|
30
32
|
aws_category: (EntityCategoryInputRow | null)[];
|
|
31
33
|
aws_field: (EntityFieldInputRow | null)[];
|
|
32
34
|
aws_tag: (EntityTagInputRow | null)[];
|
package/src/row/AWSRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type AWSRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -29,4 +32,10 @@ export type AWSRow =
|
|
|
29
32
|
secret_key_secret_id: string;
|
|
30
33
|
created_at: Date;
|
|
31
34
|
updated_at: Date;
|
|
35
|
+
entity_id: string;
|
|
36
|
+
group_id: string;
|
|
37
|
+
group_type: CredentialGroupType;
|
|
38
|
+
entity_type: CredentialEntityType;
|
|
39
|
+
name: string;
|
|
40
|
+
description: (string | null);
|
|
32
41
|
}
|
package/src/row/AWSUpdateRow.ts
CHANGED
|
@@ -27,6 +27,8 @@ export type AWSUpdateRow =
|
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
access_key: (string | null);
|
|
29
29
|
secret_key: (string | null);
|
|
30
|
+
name: string;
|
|
31
|
+
description: (string | null);
|
|
30
32
|
aws_category: (EntityCategoryInputRow | null)[];
|
|
31
33
|
aws_field: (EntityFieldInputRow | null)[];
|
|
32
34
|
aws_tag: (EntityTagInputRow | null)[];
|
|
@@ -28,6 +28,8 @@ export type AzureCreateRow =
|
|
|
28
28
|
tenant_id: string;
|
|
29
29
|
client_id: string;
|
|
30
30
|
client_secret: string;
|
|
31
|
+
name: string;
|
|
32
|
+
description: (string | null);
|
|
31
33
|
azure_category: (EntityCategoryInputRow | null)[];
|
|
32
34
|
azure_field: (EntityFieldInputRow | null)[];
|
|
33
35
|
azure_tag: (EntityTagInputRow | null)[];
|
package/src/row/AzureRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type AzureRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -30,4 +33,10 @@ export type AzureRow =
|
|
|
30
33
|
client_secret_secret_id: string;
|
|
31
34
|
created_at: Date;
|
|
32
35
|
updated_at: Date;
|
|
36
|
+
entity_id: string;
|
|
37
|
+
group_id: string;
|
|
38
|
+
group_type: CredentialGroupType;
|
|
39
|
+
entity_type: CredentialEntityType;
|
|
40
|
+
name: string;
|
|
41
|
+
description: (string | null);
|
|
33
42
|
}
|
|
@@ -28,6 +28,8 @@ export type AzureUpdateRow =
|
|
|
28
28
|
tenant_id: (string | null);
|
|
29
29
|
client_id: (string | null);
|
|
30
30
|
client_secret: (string | null);
|
|
31
|
+
name: string;
|
|
32
|
+
description: (string | null);
|
|
31
33
|
azure_category: (EntityCategoryInputRow | null)[];
|
|
32
34
|
azure_field: (EntityFieldInputRow | null)[];
|
|
33
35
|
azure_tag: (EntityTagInputRow | null)[];
|
|
@@ -27,6 +27,8 @@ export type BasicAuthCreateRow =
|
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
username: string;
|
|
29
29
|
password: string;
|
|
30
|
+
name: string;
|
|
31
|
+
description: (string | null);
|
|
30
32
|
basic_auth_category: (EntityCategoryInputRow | null)[];
|
|
31
33
|
basic_auth_field: (EntityFieldInputRow | null)[];
|
|
32
34
|
basic_auth_tag: (EntityTagInputRow | null)[];
|
package/src/row/BasicAuthRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type BasicAuthRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -29,4 +32,10 @@ export type BasicAuthRow =
|
|
|
29
32
|
password_secret_id: string;
|
|
30
33
|
created_at: Date;
|
|
31
34
|
updated_at: Date;
|
|
35
|
+
entity_id: string;
|
|
36
|
+
group_id: string;
|
|
37
|
+
group_type: CredentialGroupType;
|
|
38
|
+
entity_type: CredentialEntityType;
|
|
39
|
+
name: string;
|
|
40
|
+
description: (string | null);
|
|
32
41
|
}
|
|
@@ -27,6 +27,8 @@ export type BasicAuthUpdateRow =
|
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
username: (string | null);
|
|
29
29
|
password: (string | null);
|
|
30
|
+
name: string;
|
|
31
|
+
description: (string | null);
|
|
30
32
|
basic_auth_category: (EntityCategoryInputRow | null)[];
|
|
31
33
|
basic_auth_field: (EntityFieldInputRow | null)[];
|
|
32
34
|
basic_auth_tag: (EntityTagInputRow | null)[];
|
package/src/row/CloudRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type CloudRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -27,4 +30,9 @@ export type CloudRow =
|
|
|
27
30
|
workspace_id: string;
|
|
28
31
|
created_at: Date;
|
|
29
32
|
updated_at: Date;
|
|
33
|
+
group_id: string;
|
|
34
|
+
group_type: CredentialGroupType;
|
|
35
|
+
entity_type: CredentialEntityType;
|
|
36
|
+
name: string;
|
|
37
|
+
description: (string | null);
|
|
30
38
|
}
|
package/src/row/DatabaseRow.ts
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
21
23
|
import { DatabaseType } from "../enum/DatabaseType";
|
|
22
24
|
|
|
23
25
|
export type DatabaseRow =
|
|
@@ -41,4 +43,9 @@ export type DatabaseRow =
|
|
|
41
43
|
ssl_key_secret_id: (string | null);
|
|
42
44
|
created_at: Date;
|
|
43
45
|
updated_at: Date;
|
|
46
|
+
group_id: string;
|
|
47
|
+
group_type: CredentialGroupType;
|
|
48
|
+
entity_type: CredentialEntityType;
|
|
49
|
+
name: string;
|
|
50
|
+
description: (string | null);
|
|
44
51
|
}
|
package/src/row/GCPCreateRow.ts
CHANGED
|
@@ -26,6 +26,8 @@ export type GCPCreateRow =
|
|
|
26
26
|
{
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
credentials: string;
|
|
29
|
+
name: string;
|
|
30
|
+
description: (string | null);
|
|
29
31
|
gcp_category: (EntityCategoryInputRow | null)[];
|
|
30
32
|
gcp_field: (EntityFieldInputRow | null)[];
|
|
31
33
|
gcp_tag: (EntityTagInputRow | null)[];
|
package/src/row/GCPRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type GCPRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -28,4 +31,10 @@ export type GCPRow =
|
|
|
28
31
|
credentials_secret_id: string;
|
|
29
32
|
created_at: Date;
|
|
30
33
|
updated_at: Date;
|
|
34
|
+
entity_id: string;
|
|
35
|
+
group_id: string;
|
|
36
|
+
group_type: CredentialGroupType;
|
|
37
|
+
entity_type: CredentialEntityType;
|
|
38
|
+
name: string;
|
|
39
|
+
description: (string | null);
|
|
31
40
|
}
|
package/src/row/GCPUpdateRow.ts
CHANGED
|
@@ -26,6 +26,8 @@ export type GCPUpdateRow =
|
|
|
26
26
|
{
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
credentials: (string | null);
|
|
29
|
+
name: string;
|
|
30
|
+
description: (string | null);
|
|
29
31
|
gcp_category: (EntityCategoryInputRow | null)[];
|
|
30
32
|
gcp_field: (EntityFieldInputRow | null)[];
|
|
31
33
|
gcp_tag: (EntityTagInputRow | null)[];
|
|
@@ -41,6 +41,8 @@ export type GitHubCreateRow =
|
|
|
41
41
|
githubapp_token: (string | null);
|
|
42
42
|
ssh_publickey: (string | null);
|
|
43
43
|
ssh_privatekey: (string | null);
|
|
44
|
+
name: string;
|
|
45
|
+
description: (string | null);
|
|
44
46
|
git_hub_category: (EntityCategoryInputRow | null)[];
|
|
45
47
|
git_hub_field: (EntityFieldInputRow | null)[];
|
|
46
48
|
git_hub_tag: (EntityTagInputRow | null)[];
|
package/src/row/GitHubRow.ts
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
21
23
|
import { GitHubType } from "../enum/GitHubType";
|
|
22
24
|
|
|
23
25
|
export type GitHubRow =
|
|
@@ -44,4 +46,10 @@ export type GitHubRow =
|
|
|
44
46
|
ssh_privatekey_secret_id: (string | null);
|
|
45
47
|
created_at: Date;
|
|
46
48
|
updated_at: Date;
|
|
49
|
+
entity_id: string;
|
|
50
|
+
group_id: string;
|
|
51
|
+
group_type: CredentialGroupType;
|
|
52
|
+
entity_type: CredentialEntityType;
|
|
53
|
+
name: string;
|
|
54
|
+
description: (string | null);
|
|
47
55
|
}
|
|
@@ -39,6 +39,8 @@ export type GitHubUpdateRow =
|
|
|
39
39
|
githubapp_token: (string | null);
|
|
40
40
|
ssh_publickey: (string | null);
|
|
41
41
|
ssh_privatekey: (string | null);
|
|
42
|
+
name: string;
|
|
43
|
+
description: (string | null);
|
|
42
44
|
git_hub_category: (EntityCategoryInputRow | null)[];
|
|
43
45
|
git_hub_field: (EntityFieldInputRow | null)[];
|
|
44
46
|
git_hub_tag: (EntityTagInputRow | null)[];
|
|
@@ -37,6 +37,8 @@ export type GitLabCreateRow =
|
|
|
37
37
|
oauth_access_token: (string | null);
|
|
38
38
|
ssh_publickey: (string | null);
|
|
39
39
|
ssh_privatekey: (string | null);
|
|
40
|
+
name: string;
|
|
41
|
+
description: (string | null);
|
|
40
42
|
git_lab_category: (EntityCategoryInputRow | null)[];
|
|
41
43
|
git_lab_field: (EntityFieldInputRow | null)[];
|
|
42
44
|
git_lab_tag: (EntityTagInputRow | null)[];
|
package/src/row/GitLabRow.ts
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
21
23
|
import { GitLabType } from "../enum/GitLabType";
|
|
22
24
|
|
|
23
25
|
export type GitLabRow =
|
|
@@ -40,4 +42,10 @@ export type GitLabRow =
|
|
|
40
42
|
ssh_privatekey_secret_id: (string | null);
|
|
41
43
|
created_at: Date;
|
|
42
44
|
updated_at: Date;
|
|
45
|
+
entity_id: string;
|
|
46
|
+
group_id: string;
|
|
47
|
+
group_type: CredentialGroupType;
|
|
48
|
+
entity_type: CredentialEntityType;
|
|
49
|
+
name: string;
|
|
50
|
+
description: (string | null);
|
|
43
51
|
}
|
|
@@ -35,6 +35,8 @@ export type GitLabUpdateRow =
|
|
|
35
35
|
oauth_access_token: (string | null);
|
|
36
36
|
ssh_publickey: (string | null);
|
|
37
37
|
ssh_privatekey: (string | null);
|
|
38
|
+
name: string;
|
|
39
|
+
description: (string | null);
|
|
38
40
|
git_lab_category: (EntityCategoryInputRow | null)[];
|
|
39
41
|
git_lab_field: (EntityFieldInputRow | null)[];
|
|
40
42
|
git_lab_tag: (EntityTagInputRow | null)[];
|
|
@@ -28,6 +28,8 @@ export type HostBasicAuthCreateRow =
|
|
|
28
28
|
host: string;
|
|
29
29
|
username: string;
|
|
30
30
|
password: string;
|
|
31
|
+
name: string;
|
|
32
|
+
description: (string | null);
|
|
31
33
|
host_basic_auth_category: (EntityCategoryInputRow | null)[];
|
|
32
34
|
host_basic_auth_field: (EntityFieldInputRow | null)[];
|
|
33
35
|
host_basic_auth_tag: (EntityTagInputRow | null)[];
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type HostBasicAuthRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -30,4 +33,10 @@ export type HostBasicAuthRow =
|
|
|
30
33
|
password_secret_id: string;
|
|
31
34
|
created_at: Date;
|
|
32
35
|
updated_at: Date;
|
|
36
|
+
entity_id: string;
|
|
37
|
+
group_id: string;
|
|
38
|
+
group_type: CredentialGroupType;
|
|
39
|
+
entity_type: CredentialEntityType;
|
|
40
|
+
name: string;
|
|
41
|
+
description: (string | null);
|
|
33
42
|
}
|
|
@@ -28,6 +28,8 @@ export type HostBasicAuthUpdateRow =
|
|
|
28
28
|
host: string;
|
|
29
29
|
username: (string | null);
|
|
30
30
|
password: (string | null);
|
|
31
|
+
name: string;
|
|
32
|
+
description: (string | null);
|
|
31
33
|
host_basic_auth_category: (EntityCategoryInputRow | null)[];
|
|
32
34
|
host_basic_auth_field: (EntityFieldInputRow | null)[];
|
|
33
35
|
host_basic_auth_tag: (EntityTagInputRow | null)[];
|
|
@@ -27,6 +27,8 @@ export type HostTokenAuthCreateRow =
|
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
host: string;
|
|
29
29
|
token: string;
|
|
30
|
+
name: string;
|
|
31
|
+
description: (string | null);
|
|
30
32
|
host_token_auth_category: (EntityCategoryInputRow | null)[];
|
|
31
33
|
host_token_auth_field: (EntityFieldInputRow | null)[];
|
|
32
34
|
host_token_auth_tag: (EntityTagInputRow | null)[];
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type HostTokenAuthRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -29,4 +32,10 @@ export type HostTokenAuthRow =
|
|
|
29
32
|
token_secret_id: string;
|
|
30
33
|
created_at: Date;
|
|
31
34
|
updated_at: Date;
|
|
35
|
+
entity_id: string;
|
|
36
|
+
group_id: string;
|
|
37
|
+
group_type: CredentialGroupType;
|
|
38
|
+
entity_type: CredentialEntityType;
|
|
39
|
+
name: string;
|
|
40
|
+
description: (string | null);
|
|
32
41
|
}
|
|
@@ -27,6 +27,8 @@ export type HostTokenAuthUpdateRow =
|
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
host: string;
|
|
29
29
|
token: (string | null);
|
|
30
|
+
name: string;
|
|
31
|
+
description: (string | null);
|
|
30
32
|
host_token_auth_category: (EntityCategoryInputRow | null)[];
|
|
31
33
|
host_token_auth_field: (EntityFieldInputRow | null)[];
|
|
32
34
|
host_token_auth_tag: (EntityTagInputRow | null)[];
|
package/src/row/ProtocolRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type ProtocolRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -27,4 +30,9 @@ export type ProtocolRow =
|
|
|
27
30
|
workspace_id: string;
|
|
28
31
|
created_at: Date;
|
|
29
32
|
updated_at: Date;
|
|
33
|
+
group_id: string;
|
|
34
|
+
group_type: CredentialGroupType;
|
|
35
|
+
entity_type: CredentialEntityType;
|
|
36
|
+
name: string;
|
|
37
|
+
description: (string | null);
|
|
30
38
|
}
|
package/src/row/SSHCreateRow.ts
CHANGED
|
@@ -34,6 +34,8 @@ export type SSHCreateRow =
|
|
|
34
34
|
private_key: (string | null);
|
|
35
35
|
private_key_passphrase: (string | null);
|
|
36
36
|
fingerprint: (string | null);
|
|
37
|
+
name: string;
|
|
38
|
+
description: (string | null);
|
|
37
39
|
ssh_category: (EntityCategoryInputRow | null)[];
|
|
38
40
|
ssh_field: (EntityFieldInputRow | null)[];
|
|
39
41
|
ssh_tag: (EntityTagInputRow | null)[];
|
package/src/row/SSHUpdateRow.ts
CHANGED
|
@@ -32,6 +32,8 @@ export type SSHUpdateRow =
|
|
|
32
32
|
private_key: (string | null);
|
|
33
33
|
private_key_passphrase: (string | null);
|
|
34
34
|
fingerprint: (string | null);
|
|
35
|
+
name: string;
|
|
36
|
+
description: (string | null);
|
|
35
37
|
ssh_category: (EntityCategoryInputRow | null)[];
|
|
36
38
|
ssh_field: (EntityFieldInputRow | null)[];
|
|
37
39
|
ssh_tag: (EntityTagInputRow | null)[];
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type SourceControlRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -27,4 +30,9 @@ export type SourceControlRow =
|
|
|
27
30
|
workspace_id: string;
|
|
28
31
|
created_at: Date;
|
|
29
32
|
updated_at: Date;
|
|
33
|
+
group_id: string;
|
|
34
|
+
group_type: CredentialGroupType;
|
|
35
|
+
entity_type: CredentialEntityType;
|
|
36
|
+
name: string;
|
|
37
|
+
description: (string | null);
|
|
30
38
|
}
|
package/src/row/SshRow.ts
CHANGED
|
@@ -18,6 +18,8 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
21
23
|
import { SshAuthType } from "../enum/SshAuthType";
|
|
22
24
|
|
|
23
25
|
export type SshRow =
|
|
@@ -37,4 +39,10 @@ export type SshRow =
|
|
|
37
39
|
fingerprint_secret_id: (string | null);
|
|
38
40
|
created_at: Date;
|
|
39
41
|
updated_at: Date;
|
|
42
|
+
entity_id: string;
|
|
43
|
+
group_id: string;
|
|
44
|
+
group_type: CredentialGroupType;
|
|
45
|
+
entity_type: CredentialEntityType;
|
|
46
|
+
name: string;
|
|
47
|
+
description: (string | null);
|
|
40
48
|
}
|
|
@@ -26,6 +26,8 @@ export type TokenAuthCreateRow =
|
|
|
26
26
|
{
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
token: string;
|
|
29
|
+
name: string;
|
|
30
|
+
description: (string | null);
|
|
29
31
|
token_auth_category: (EntityCategoryInputRow | null)[];
|
|
30
32
|
token_auth_field: (EntityFieldInputRow | null)[];
|
|
31
33
|
token_auth_tag: (EntityTagInputRow | null)[];
|
package/src/row/TokenAuthRow.ts
CHANGED
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
/* */
|
|
19
19
|
/****************************************************************/
|
|
20
20
|
|
|
21
|
+
import { CredentialEntityType } from "../enum/CredentialEntityType";
|
|
22
|
+
import { CredentialGroupType } from "../enum/CredentialGroupType";
|
|
23
|
+
|
|
21
24
|
export type TokenAuthRow =
|
|
22
25
|
{
|
|
23
26
|
id: string;
|
|
@@ -28,4 +31,10 @@ export type TokenAuthRow =
|
|
|
28
31
|
token_secret_id: string;
|
|
29
32
|
created_at: Date;
|
|
30
33
|
updated_at: Date;
|
|
34
|
+
entity_id: string;
|
|
35
|
+
group_id: string;
|
|
36
|
+
group_type: CredentialGroupType;
|
|
37
|
+
entity_type: CredentialEntityType;
|
|
38
|
+
name: string;
|
|
39
|
+
description: (string | null);
|
|
31
40
|
}
|
|
@@ -26,6 +26,8 @@ export type TokenAuthUpdateRow =
|
|
|
26
26
|
{
|
|
27
27
|
workspace_id: (string | null);
|
|
28
28
|
token: (string | null);
|
|
29
|
+
name: string;
|
|
30
|
+
description: (string | null);
|
|
29
31
|
token_auth_category: (EntityCategoryInputRow | null)[];
|
|
30
32
|
token_auth_field: (EntityFieldInputRow | null)[];
|
|
31
33
|
token_auth_tag: (EntityTagInputRow | null)[];
|
package/dist/row/AWSFullRow.d.ts
DELETED
|
@@ -1,19 +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 AWSFullRow = {
|
|
6
|
-
id: string;
|
|
7
|
-
credential_id: string;
|
|
8
|
-
cloud_id: string;
|
|
9
|
-
user_id: string;
|
|
10
|
-
workspace_id: string;
|
|
11
|
-
access_key_secret_id: string;
|
|
12
|
-
secret_key_secret_id: string;
|
|
13
|
-
created_at: Date;
|
|
14
|
-
updated_at: Date;
|
|
15
|
-
cloud: CloudFullRow;
|
|
16
|
-
aws_category: (EntityCategoryInputRow | null)[];
|
|
17
|
-
aws_field: (EntityFieldInputRow | null)[];
|
|
18
|
-
aws_tag: (EntityTagInputRow | null)[];
|
|
19
|
-
};
|
package/dist/row/AWSFullRow.js
DELETED