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
|
@@ -124,6 +124,22 @@ export class GitLabCreateCommand extends BaseFinalCommand
|
|
|
124
124
|
args: ["ssh_privatekey"],
|
|
125
125
|
defaults: [""]
|
|
126
126
|
},
|
|
127
|
+
{
|
|
128
|
+
name: "name",
|
|
129
|
+
short: "",
|
|
130
|
+
description: "Provides the value of 'name' in body",
|
|
131
|
+
optional: false,
|
|
132
|
+
args: ["name"],
|
|
133
|
+
defaults: [""]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
name: "description",
|
|
137
|
+
short: "",
|
|
138
|
+
description: "Provides the value of 'description' in body",
|
|
139
|
+
optional: true,
|
|
140
|
+
args: ["description"],
|
|
141
|
+
defaults: [""]
|
|
142
|
+
},
|
|
127
143
|
{
|
|
128
144
|
name: "git_lab_category",
|
|
129
145
|
short: "",
|
|
@@ -173,6 +189,8 @@ export class GitLabCreateCommand extends BaseFinalCommand
|
|
|
173
189
|
oauth_access_token: this.option_values.oauth_access_token,
|
|
174
190
|
ssh_publickey: this.option_values.ssh_publickey,
|
|
175
191
|
ssh_privatekey: this.option_values.ssh_privatekey,
|
|
192
|
+
name: this.option_values.name,
|
|
193
|
+
description: this.option_values.description,
|
|
176
194
|
git_lab_category: this.option_values.git_lab_category,
|
|
177
195
|
git_lab_field: this.option_values.git_lab_field,
|
|
178
196
|
git_lab_tag: this.option_values.git_lab_tag
|
|
@@ -116,6 +116,22 @@ export class GitLabUpdateCommand extends BaseFinalCommand
|
|
|
116
116
|
args: ["ssh_privatekey"],
|
|
117
117
|
defaults: [""]
|
|
118
118
|
},
|
|
119
|
+
{
|
|
120
|
+
name: "name",
|
|
121
|
+
short: "",
|
|
122
|
+
description: "Provides the value of 'name' in body",
|
|
123
|
+
optional: false,
|
|
124
|
+
args: ["name"],
|
|
125
|
+
defaults: [""]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
name: "description",
|
|
129
|
+
short: "",
|
|
130
|
+
description: "Provides the value of 'description' in body",
|
|
131
|
+
optional: true,
|
|
132
|
+
args: ["description"],
|
|
133
|
+
defaults: [""]
|
|
134
|
+
},
|
|
119
135
|
{
|
|
120
136
|
name: "git_lab_category",
|
|
121
137
|
short: "",
|
|
@@ -164,6 +180,8 @@ export class GitLabUpdateCommand extends BaseFinalCommand
|
|
|
164
180
|
oauth_access_token: this.option_values.oauth_access_token,
|
|
165
181
|
ssh_publickey: this.option_values.ssh_publickey,
|
|
166
182
|
ssh_privatekey: this.option_values.ssh_privatekey,
|
|
183
|
+
name: this.option_values.name,
|
|
184
|
+
description: this.option_values.description,
|
|
167
185
|
git_lab_category: this.option_values.git_lab_category,
|
|
168
186
|
git_lab_field: this.option_values.git_lab_field,
|
|
169
187
|
git_lab_tag: this.option_values.git_lab_tag
|
|
@@ -60,6 +60,22 @@ export class HostBasicAuthCreateCommand extends BaseFinalCommand
|
|
|
60
60
|
args: ["password"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
name: "name",
|
|
65
|
+
short: "",
|
|
66
|
+
description: "Provides the value of 'name' in body",
|
|
67
|
+
optional: false,
|
|
68
|
+
args: ["name"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "description",
|
|
73
|
+
short: "",
|
|
74
|
+
description: "Provides the value of 'description' in body",
|
|
75
|
+
optional: true,
|
|
76
|
+
args: ["description"],
|
|
77
|
+
defaults: [""]
|
|
78
|
+
},
|
|
63
79
|
{
|
|
64
80
|
name: "host_basic_auth_category",
|
|
65
81
|
short: "",
|
|
@@ -101,6 +117,8 @@ export class HostBasicAuthCreateCommand extends BaseFinalCommand
|
|
|
101
117
|
host: this.option_values.host,
|
|
102
118
|
username: this.option_values.username,
|
|
103
119
|
password: this.option_values.password,
|
|
120
|
+
name: this.option_values.name,
|
|
121
|
+
description: this.option_values.description,
|
|
104
122
|
host_basic_auth_category: this.option_values.host_basic_auth_category,
|
|
105
123
|
host_basic_auth_field: this.option_values.host_basic_auth_field,
|
|
106
124
|
host_basic_auth_tag: this.option_values.host_basic_auth_tag
|
|
@@ -60,6 +60,22 @@ export class HostBasicAuthUpdateCommand extends BaseFinalCommand
|
|
|
60
60
|
args: ["password"],
|
|
61
61
|
defaults: [""]
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
name: "name",
|
|
65
|
+
short: "",
|
|
66
|
+
description: "Provides the value of 'name' in body",
|
|
67
|
+
optional: false,
|
|
68
|
+
args: ["name"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "description",
|
|
73
|
+
short: "",
|
|
74
|
+
description: "Provides the value of 'description' in body",
|
|
75
|
+
optional: true,
|
|
76
|
+
args: ["description"],
|
|
77
|
+
defaults: [""]
|
|
78
|
+
},
|
|
63
79
|
{
|
|
64
80
|
name: "host_basic_auth_category",
|
|
65
81
|
short: "",
|
|
@@ -101,6 +117,8 @@ export class HostBasicAuthUpdateCommand extends BaseFinalCommand
|
|
|
101
117
|
host: this.option_values.host,
|
|
102
118
|
username: this.option_values.username,
|
|
103
119
|
password: this.option_values.password,
|
|
120
|
+
name: this.option_values.name,
|
|
121
|
+
description: this.option_values.description,
|
|
104
122
|
host_basic_auth_category: this.option_values.host_basic_auth_category,
|
|
105
123
|
host_basic_auth_field: this.option_values.host_basic_auth_field,
|
|
106
124
|
host_basic_auth_tag: this.option_values.host_basic_auth_tag
|
|
@@ -52,6 +52,22 @@ export class HostTokenAuthCreateCommand extends BaseFinalCommand
|
|
|
52
52
|
args: ["token"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
name: "name",
|
|
57
|
+
short: "",
|
|
58
|
+
description: "Provides the value of 'name' in body",
|
|
59
|
+
optional: false,
|
|
60
|
+
args: ["name"],
|
|
61
|
+
defaults: [""]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: "description",
|
|
65
|
+
short: "",
|
|
66
|
+
description: "Provides the value of 'description' in body",
|
|
67
|
+
optional: true,
|
|
68
|
+
args: ["description"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
55
71
|
{
|
|
56
72
|
name: "host_token_auth_category",
|
|
57
73
|
short: "",
|
|
@@ -92,6 +108,8 @@ export class HostTokenAuthCreateCommand extends BaseFinalCommand
|
|
|
92
108
|
workspace_id: this.option_values.workspace_id,
|
|
93
109
|
host: this.option_values.host,
|
|
94
110
|
token: this.option_values.token,
|
|
111
|
+
name: this.option_values.name,
|
|
112
|
+
description: this.option_values.description,
|
|
95
113
|
host_token_auth_category: this.option_values.host_token_auth_category,
|
|
96
114
|
host_token_auth_field: this.option_values.host_token_auth_field,
|
|
97
115
|
host_token_auth_tag: this.option_values.host_token_auth_tag
|
|
@@ -52,6 +52,22 @@ export class HostTokenAuthUpdateCommand extends BaseFinalCommand
|
|
|
52
52
|
args: ["token"],
|
|
53
53
|
defaults: [""]
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
name: "name",
|
|
57
|
+
short: "",
|
|
58
|
+
description: "Provides the value of 'name' in body",
|
|
59
|
+
optional: false,
|
|
60
|
+
args: ["name"],
|
|
61
|
+
defaults: [""]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: "description",
|
|
65
|
+
short: "",
|
|
66
|
+
description: "Provides the value of 'description' in body",
|
|
67
|
+
optional: true,
|
|
68
|
+
args: ["description"],
|
|
69
|
+
defaults: [""]
|
|
70
|
+
},
|
|
55
71
|
{
|
|
56
72
|
name: "host_token_auth_category",
|
|
57
73
|
short: "",
|
|
@@ -92,6 +108,8 @@ export class HostTokenAuthUpdateCommand extends BaseFinalCommand
|
|
|
92
108
|
workspace_id: this.option_values.workspace_id,
|
|
93
109
|
host: this.option_values.host,
|
|
94
110
|
token: this.option_values.token,
|
|
111
|
+
name: this.option_values.name,
|
|
112
|
+
description: this.option_values.description,
|
|
95
113
|
host_token_auth_category: this.option_values.host_token_auth_category,
|
|
96
114
|
host_token_auth_field: this.option_values.host_token_auth_field,
|
|
97
115
|
host_token_auth_tag: this.option_values.host_token_auth_tag
|
|
@@ -100,6 +100,22 @@ export class SSHCreateCommand extends BaseFinalCommand
|
|
|
100
100
|
args: ["fingerprint"],
|
|
101
101
|
defaults: [""]
|
|
102
102
|
},
|
|
103
|
+
{
|
|
104
|
+
name: "name",
|
|
105
|
+
short: "",
|
|
106
|
+
description: "Provides the value of 'name' in body",
|
|
107
|
+
optional: false,
|
|
108
|
+
args: ["name"],
|
|
109
|
+
defaults: [""]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
name: "description",
|
|
113
|
+
short: "",
|
|
114
|
+
description: "Provides the value of 'description' in body",
|
|
115
|
+
optional: true,
|
|
116
|
+
args: ["description"],
|
|
117
|
+
defaults: [""]
|
|
118
|
+
},
|
|
103
119
|
{
|
|
104
120
|
name: "ssh_category",
|
|
105
121
|
short: "",
|
|
@@ -146,6 +162,8 @@ export class SSHCreateCommand extends BaseFinalCommand
|
|
|
146
162
|
private_key: this.option_values.private_key,
|
|
147
163
|
private_key_passphrase: this.option_values.private_key_passphrase,
|
|
148
164
|
fingerprint: this.option_values.fingerprint,
|
|
165
|
+
name: this.option_values.name,
|
|
166
|
+
description: this.option_values.description,
|
|
149
167
|
ssh_category: this.option_values.ssh_category,
|
|
150
168
|
ssh_field: this.option_values.ssh_field,
|
|
151
169
|
ssh_tag: this.option_values.ssh_tag
|
|
@@ -92,6 +92,22 @@ export class SSHUpdateCommand extends BaseFinalCommand
|
|
|
92
92
|
args: ["fingerprint"],
|
|
93
93
|
defaults: [""]
|
|
94
94
|
},
|
|
95
|
+
{
|
|
96
|
+
name: "name",
|
|
97
|
+
short: "",
|
|
98
|
+
description: "Provides the value of 'name' in body",
|
|
99
|
+
optional: false,
|
|
100
|
+
args: ["name"],
|
|
101
|
+
defaults: [""]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: "description",
|
|
105
|
+
short: "",
|
|
106
|
+
description: "Provides the value of 'description' in body",
|
|
107
|
+
optional: true,
|
|
108
|
+
args: ["description"],
|
|
109
|
+
defaults: [""]
|
|
110
|
+
},
|
|
95
111
|
{
|
|
96
112
|
name: "ssh_category",
|
|
97
113
|
short: "",
|
|
@@ -137,6 +153,8 @@ export class SSHUpdateCommand extends BaseFinalCommand
|
|
|
137
153
|
private_key: this.option_values.private_key,
|
|
138
154
|
private_key_passphrase: this.option_values.private_key_passphrase,
|
|
139
155
|
fingerprint: this.option_values.fingerprint,
|
|
156
|
+
name: this.option_values.name,
|
|
157
|
+
description: this.option_values.description,
|
|
140
158
|
ssh_category: this.option_values.ssh_category,
|
|
141
159
|
ssh_field: this.option_values.ssh_field,
|
|
142
160
|
ssh_tag: this.option_values.ssh_tag
|
|
@@ -44,6 +44,22 @@ export class TokenAuthCreateCommand extends BaseFinalCommand
|
|
|
44
44
|
args: ["token"],
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
name: "name",
|
|
49
|
+
short: "",
|
|
50
|
+
description: "Provides the value of 'name' in body",
|
|
51
|
+
optional: false,
|
|
52
|
+
args: ["name"],
|
|
53
|
+
defaults: [""]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "description",
|
|
57
|
+
short: "",
|
|
58
|
+
description: "Provides the value of 'description' in body",
|
|
59
|
+
optional: true,
|
|
60
|
+
args: ["description"],
|
|
61
|
+
defaults: [""]
|
|
62
|
+
},
|
|
47
63
|
{
|
|
48
64
|
name: "token_auth_category",
|
|
49
65
|
short: "",
|
|
@@ -83,6 +99,8 @@ export class TokenAuthCreateCommand extends BaseFinalCommand
|
|
|
83
99
|
let ans = await server.token_auth.Create({
|
|
84
100
|
workspace_id: this.option_values.workspace_id,
|
|
85
101
|
token: this.option_values.token,
|
|
102
|
+
name: this.option_values.name,
|
|
103
|
+
description: this.option_values.description,
|
|
86
104
|
token_auth_category: this.option_values.token_auth_category,
|
|
87
105
|
token_auth_field: this.option_values.token_auth_field,
|
|
88
106
|
token_auth_tag: this.option_values.token_auth_tag
|
|
@@ -44,6 +44,22 @@ export class TokenAuthUpdateCommand extends BaseFinalCommand
|
|
|
44
44
|
args: ["token"],
|
|
45
45
|
defaults: [""]
|
|
46
46
|
},
|
|
47
|
+
{
|
|
48
|
+
name: "name",
|
|
49
|
+
short: "",
|
|
50
|
+
description: "Provides the value of 'name' in body",
|
|
51
|
+
optional: false,
|
|
52
|
+
args: ["name"],
|
|
53
|
+
defaults: [""]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "description",
|
|
57
|
+
short: "",
|
|
58
|
+
description: "Provides the value of 'description' in body",
|
|
59
|
+
optional: true,
|
|
60
|
+
args: ["description"],
|
|
61
|
+
defaults: [""]
|
|
62
|
+
},
|
|
47
63
|
{
|
|
48
64
|
name: "token_auth_category",
|
|
49
65
|
short: "",
|
|
@@ -83,6 +99,8 @@ export class TokenAuthUpdateCommand extends BaseFinalCommand
|
|
|
83
99
|
let ans = await server.token_auth.Update(this.arg_values[0], {
|
|
84
100
|
workspace_id: this.option_values.workspace_id,
|
|
85
101
|
token: this.option_values.token,
|
|
102
|
+
name: this.option_values.name,
|
|
103
|
+
description: this.option_values.description,
|
|
86
104
|
token_auth_category: this.option_values.token_auth_category,
|
|
87
105
|
token_auth_field: this.option_values.token_auth_field,
|
|
88
106
|
token_auth_tag: this.option_values.token_auth_tag
|
package/src/index.ts
CHANGED
|
@@ -416,32 +416,26 @@ export * from "./meta/TokenAuthTagMetaTable";
|
|
|
416
416
|
export * from "./row/AWSCategoryRow";
|
|
417
417
|
export * from "./row/AWSCreateRow";
|
|
418
418
|
export * from "./row/AWSFieldRow";
|
|
419
|
-
export * from "./row/AWSFullRow";
|
|
420
419
|
export * from "./row/AWSRow";
|
|
421
420
|
export * from "./row/AWSTagRow";
|
|
422
421
|
export * from "./row/AWSUpdateRow";
|
|
423
422
|
export * from "./row/AzureCategoryRow";
|
|
424
423
|
export * from "./row/AzureCreateRow";
|
|
425
424
|
export * from "./row/AzureFieldRow";
|
|
426
|
-
export * from "./row/AzureFullRow";
|
|
427
425
|
export * from "./row/AzureRow";
|
|
428
426
|
export * from "./row/AzureTagRow";
|
|
429
427
|
export * from "./row/AzureUpdateRow";
|
|
430
428
|
export * from "./row/BasicAuthCategoryRow";
|
|
431
429
|
export * from "./row/BasicAuthCreateRow";
|
|
432
430
|
export * from "./row/BasicAuthFieldRow";
|
|
433
|
-
export * from "./row/BasicAuthFullRow";
|
|
434
431
|
export * from "./row/BasicAuthRow";
|
|
435
432
|
export * from "./row/BasicAuthTagRow";
|
|
436
433
|
export * from "./row/BasicAuthUpdateRow";
|
|
437
|
-
export * from "./row/CloudFullRow";
|
|
438
434
|
export * from "./row/CloudRow";
|
|
439
|
-
export * from "./row/CredentialFullRow";
|
|
440
435
|
export * from "./row/CredentialRow";
|
|
441
436
|
export * from "./row/DatabaseCategoryRow";
|
|
442
437
|
export * from "./row/DatabaseCreateRow";
|
|
443
438
|
export * from "./row/DatabaseFieldRow";
|
|
444
|
-
export * from "./row/DatabaseFullRow";
|
|
445
439
|
export * from "./row/DatabaseRow";
|
|
446
440
|
export * from "./row/DatabaseTagRow";
|
|
447
441
|
export * from "./row/DatabaseUpdateRow";
|
|
@@ -451,44 +445,36 @@ export * from "./row/EntityTagInputRow";
|
|
|
451
445
|
export * from "./row/GCPCategoryRow";
|
|
452
446
|
export * from "./row/GCPCreateRow";
|
|
453
447
|
export * from "./row/GCPFieldRow";
|
|
454
|
-
export * from "./row/GCPFullRow";
|
|
455
448
|
export * from "./row/GCPRow";
|
|
456
449
|
export * from "./row/GCPTagRow";
|
|
457
450
|
export * from "./row/GCPUpdateRow";
|
|
458
451
|
export * from "./row/GitHubCategoryRow";
|
|
459
452
|
export * from "./row/GitHubCreateRow";
|
|
460
453
|
export * from "./row/GitHubFieldRow";
|
|
461
|
-
export * from "./row/GitHubFullRow";
|
|
462
454
|
export * from "./row/GitHubRow";
|
|
463
455
|
export * from "./row/GitHubTagRow";
|
|
464
456
|
export * from "./row/GitHubUpdateRow";
|
|
465
457
|
export * from "./row/GitLabCategoryRow";
|
|
466
458
|
export * from "./row/GitLabCreateRow";
|
|
467
459
|
export * from "./row/GitLabFieldRow";
|
|
468
|
-
export * from "./row/GitLabFullRow";
|
|
469
460
|
export * from "./row/GitLabRow";
|
|
470
461
|
export * from "./row/GitLabTagRow";
|
|
471
462
|
export * from "./row/GitLabUpdateRow";
|
|
472
463
|
export * from "./row/HostBasicAuthCategoryRow";
|
|
473
464
|
export * from "./row/HostBasicAuthCreateRow";
|
|
474
465
|
export * from "./row/HostBasicAuthFieldRow";
|
|
475
|
-
export * from "./row/HostBasicAuthFullRow";
|
|
476
466
|
export * from "./row/HostBasicAuthRow";
|
|
477
467
|
export * from "./row/HostBasicAuthTagRow";
|
|
478
468
|
export * from "./row/HostBasicAuthUpdateRow";
|
|
479
469
|
export * from "./row/HostTokenAuthCategoryRow";
|
|
480
470
|
export * from "./row/HostTokenAuthCreateRow";
|
|
481
471
|
export * from "./row/HostTokenAuthFieldRow";
|
|
482
|
-
export * from "./row/HostTokenAuthFullRow";
|
|
483
472
|
export * from "./row/HostTokenAuthRow";
|
|
484
473
|
export * from "./row/HostTokenAuthTagRow";
|
|
485
474
|
export * from "./row/HostTokenAuthUpdateRow";
|
|
486
|
-
export * from "./row/ProtocolFullRow";
|
|
487
475
|
export * from "./row/ProtocolRow";
|
|
488
476
|
export * from "./row/SSHCreateRow";
|
|
489
|
-
export * from "./row/SSHFullRow";
|
|
490
477
|
export * from "./row/SSHUpdateRow";
|
|
491
|
-
export * from "./row/SourceControlFullRow";
|
|
492
478
|
export * from "./row/SourceControlRow";
|
|
493
479
|
export * from "./row/SshCategoryRow";
|
|
494
480
|
export * from "./row/SshFieldRow";
|
|
@@ -497,7 +483,6 @@ export * from "./row/SshTagRow";
|
|
|
497
483
|
export * from "./row/TokenAuthCategoryRow";
|
|
498
484
|
export * from "./row/TokenAuthCreateRow";
|
|
499
485
|
export * from "./row/TokenAuthFieldRow";
|
|
500
|
-
export * from "./row/TokenAuthFullRow";
|
|
501
486
|
export * from "./row/TokenAuthRow";
|
|
502
487
|
export * from "./row/TokenAuthTagRow";
|
|
503
488
|
export * from "./row/TokenAuthUpdateRow";
|
package/src/meta/AWSMetaTable.ts
CHANGED
|
@@ -36,6 +36,12 @@ export class AWSMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, AW
|
|
|
36
36
|
secret_key_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 AWSMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, AW
|
|
|
50
56
|
secret_key_secret_id: new BaseMetaColumn(this, "secret_key_secret_id", "Secret Key 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
|
{
|
|
@@ -37,6 +37,12 @@ export class AzureMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
37
37
|
client_secret_secret_id: BaseMetaColumn;
|
|
38
38
|
created_at: BaseMetaColumn;
|
|
39
39
|
updated_at: BaseMetaColumn;
|
|
40
|
+
entity_id: BaseMetaColumn;
|
|
41
|
+
group_id: BaseMetaColumn;
|
|
42
|
+
group_type: BaseMetaColumn;
|
|
43
|
+
entity_type: BaseMetaColumn;
|
|
44
|
+
name: BaseMetaColumn;
|
|
45
|
+
description: BaseMetaColumn;
|
|
40
46
|
}
|
|
41
47
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
42
48
|
{
|
|
@@ -52,6 +58,12 @@ export class AzureMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
52
58
|
client_secret_secret_id: new BaseMetaColumn(this, "client_secret_secret_id", "Client Secret Secret ID", "String", true),
|
|
53
59
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
54
60
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
61
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
62
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
63
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
64
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
65
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
66
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
55
67
|
};
|
|
56
68
|
this.back_end.get = async (id: string) =>
|
|
57
69
|
{
|
|
@@ -36,6 +36,12 @@ export class BasicAuthMetaTable extends NSBaseMetaTable<NamirasoftCredentialServ
|
|
|
36
36
|
password_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 BasicAuthMetaTable extends NSBaseMetaTable<NamirasoftCredentialServ
|
|
|
50
56
|
password_secret_id: new BaseMetaColumn(this, "password_secret_id", "Password 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 CloudMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
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 CloudMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
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
|
{
|
|
@@ -46,6 +46,11 @@ export class DatabaseMetaTable extends NSBaseMetaTable<NamirasoftCredentialServe
|
|
|
46
46
|
ssl_key_secret_id: BaseMetaColumn;
|
|
47
47
|
created_at: BaseMetaColumn;
|
|
48
48
|
updated_at: BaseMetaColumn;
|
|
49
|
+
group_id: BaseMetaColumn;
|
|
50
|
+
group_type: BaseMetaColumn;
|
|
51
|
+
entity_type: BaseMetaColumn;
|
|
52
|
+
name: BaseMetaColumn;
|
|
53
|
+
description: BaseMetaColumn;
|
|
49
54
|
}
|
|
50
55
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
51
56
|
{
|
|
@@ -70,6 +75,11 @@ export class DatabaseMetaTable extends NSBaseMetaTable<NamirasoftCredentialServe
|
|
|
70
75
|
ssl_key_secret_id: new BaseMetaColumn(this, "ssl_key_secret_id", "SSL Key Secret ID", "String", false),
|
|
71
76
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
72
77
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
78
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
79
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
80
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
81
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
82
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
73
83
|
};
|
|
74
84
|
this.back_end.get = async (id: string) =>
|
|
75
85
|
{
|
package/src/meta/GCPMetaTable.ts
CHANGED
|
@@ -35,6 +35,12 @@ export class GCPMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, GC
|
|
|
35
35
|
credentials_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 GCPMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, GC
|
|
|
48
54
|
credentials_secret_id: new BaseMetaColumn(this, "credentials_secret_id", "Credentials 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
|
{
|
|
@@ -49,6 +49,12 @@ export class GitHubMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
49
49
|
ssh_privatekey_secret_id: BaseMetaColumn;
|
|
50
50
|
created_at: BaseMetaColumn;
|
|
51
51
|
updated_at: BaseMetaColumn;
|
|
52
|
+
entity_id: BaseMetaColumn;
|
|
53
|
+
group_id: BaseMetaColumn;
|
|
54
|
+
group_type: BaseMetaColumn;
|
|
55
|
+
entity_type: BaseMetaColumn;
|
|
56
|
+
name: BaseMetaColumn;
|
|
57
|
+
description: BaseMetaColumn;
|
|
52
58
|
}
|
|
53
59
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
54
60
|
{
|
|
@@ -76,6 +82,12 @@ export class GitHubMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
76
82
|
ssh_privatekey_secret_id: new BaseMetaColumn(this, "ssh_privatekey_secret_id", "Ssh Privatekey Secret ID", "String", false),
|
|
77
83
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
78
84
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
85
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
86
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
87
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
88
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
89
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
90
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
79
91
|
};
|
|
80
92
|
this.back_end.get = async (id: string) =>
|
|
81
93
|
{
|
|
@@ -45,6 +45,12 @@ export class GitLabMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
45
45
|
ssh_privatekey_secret_id: BaseMetaColumn;
|
|
46
46
|
created_at: BaseMetaColumn;
|
|
47
47
|
updated_at: BaseMetaColumn;
|
|
48
|
+
entity_id: BaseMetaColumn;
|
|
49
|
+
group_id: BaseMetaColumn;
|
|
50
|
+
group_type: BaseMetaColumn;
|
|
51
|
+
entity_type: BaseMetaColumn;
|
|
52
|
+
name: BaseMetaColumn;
|
|
53
|
+
description: BaseMetaColumn;
|
|
48
54
|
}
|
|
49
55
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
50
56
|
{
|
|
@@ -68,6 +74,12 @@ export class GitLabMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer,
|
|
|
68
74
|
ssh_privatekey_secret_id: new BaseMetaColumn(this, "ssh_privatekey_secret_id", "Ssh Privatekey Secret ID", "String", false),
|
|
69
75
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
70
76
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
77
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
78
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
79
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
80
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
81
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
82
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
71
83
|
};
|
|
72
84
|
this.back_end.get = async (id: string) =>
|
|
73
85
|
{
|
|
@@ -37,6 +37,12 @@ export class HostBasicAuthMetaTable extends NSBaseMetaTable<NamirasoftCredential
|
|
|
37
37
|
password_secret_id: BaseMetaColumn;
|
|
38
38
|
created_at: BaseMetaColumn;
|
|
39
39
|
updated_at: BaseMetaColumn;
|
|
40
|
+
entity_id: BaseMetaColumn;
|
|
41
|
+
group_id: BaseMetaColumn;
|
|
42
|
+
group_type: BaseMetaColumn;
|
|
43
|
+
entity_type: BaseMetaColumn;
|
|
44
|
+
name: BaseMetaColumn;
|
|
45
|
+
description: BaseMetaColumn;
|
|
40
46
|
}
|
|
41
47
|
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
42
48
|
{
|
|
@@ -52,6 +58,12 @@ export class HostBasicAuthMetaTable extends NSBaseMetaTable<NamirasoftCredential
|
|
|
52
58
|
password_secret_id: new BaseMetaColumn(this, "password_secret_id", "Password Secret ID", "String", true),
|
|
53
59
|
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
54
60
|
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
61
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
62
|
+
group_id: new BaseMetaColumn(this, "group_id", "Group ID", "String", true),
|
|
63
|
+
group_type: new BaseMetaColumn(this, "group_type", "Group Type", "Enum", true),
|
|
64
|
+
entity_type: new BaseMetaColumn(this, "entity_type", "Entity Type", "Enum", true),
|
|
65
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
66
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
55
67
|
};
|
|
56
68
|
this.back_end.get = async (id: string) =>
|
|
57
69
|
{
|