namirasoft-credential 1.4.13 → 1.4.15
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.d.ts +40 -0
- package/dist/NamirasoftCredentialServer.js +41 -1
- package/dist/NamirasoftCredentialServer.js.map +1 -1
- package/dist/NamirasoftCredentialServerGitHub.d.ts +22 -0
- package/dist/NamirasoftCredentialServerGitHub.js +79 -0
- package/dist/NamirasoftCredentialServerGitHub.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitHubCategory.d.ts +17 -0
- package/dist/NamirasoftCredentialServerGitHubCategory.js +56 -0
- package/dist/NamirasoftCredentialServerGitHubCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitHubField.d.ts +18 -0
- package/dist/NamirasoftCredentialServerGitHubField.js +64 -0
- package/dist/NamirasoftCredentialServerGitHubField.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitHubTag.d.ts +18 -0
- package/dist/NamirasoftCredentialServerGitHubTag.js +64 -0
- package/dist/NamirasoftCredentialServerGitHubTag.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitLab.d.ts +22 -0
- package/dist/NamirasoftCredentialServerGitLab.js +79 -0
- package/dist/NamirasoftCredentialServerGitLab.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitLabCategory.d.ts +17 -0
- package/dist/NamirasoftCredentialServerGitLabCategory.js +56 -0
- package/dist/NamirasoftCredentialServerGitLabCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitLabField.d.ts +18 -0
- package/dist/NamirasoftCredentialServerGitLabField.js +64 -0
- package/dist/NamirasoftCredentialServerGitLabField.js.map +1 -0
- package/dist/NamirasoftCredentialServerGitLabTag.d.ts +18 -0
- package/dist/NamirasoftCredentialServerGitLabTag.js +64 -0
- package/dist/NamirasoftCredentialServerGitLabTag.js.map +1 -0
- package/dist/NamirasoftCredentialServerHarbor.d.ts +22 -0
- package/dist/NamirasoftCredentialServerHarbor.js +79 -0
- package/dist/NamirasoftCredentialServerHarbor.js.map +1 -0
- package/dist/NamirasoftCredentialServerHarborCategory.d.ts +17 -0
- package/dist/NamirasoftCredentialServerHarborCategory.js +56 -0
- package/dist/NamirasoftCredentialServerHarborCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerHarborField.d.ts +18 -0
- package/dist/NamirasoftCredentialServerHarborField.js +64 -0
- package/dist/NamirasoftCredentialServerHarborField.js.map +1 -0
- package/dist/NamirasoftCredentialServerHarborTag.d.ts +18 -0
- package/dist/NamirasoftCredentialServerHarborTag.js +64 -0
- package/dist/NamirasoftCredentialServerHarborTag.js.map +1 -0
- package/dist/NamirasoftCredentialServerJFrogArtifactory.d.ts +22 -0
- package/dist/NamirasoftCredentialServerJFrogArtifactory.js +79 -0
- package/dist/NamirasoftCredentialServerJFrogArtifactory.js.map +1 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryCategory.d.ts +17 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryCategory.js +56 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryField.d.ts +18 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryField.js +64 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryField.js.map +1 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryTag.d.ts +18 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryTag.js +64 -0
- package/dist/NamirasoftCredentialServerJfrogArtifactoryTag.js.map +1 -0
- package/dist/NamirasoftCredentialServerSonatypeNexus.d.ts +22 -0
- package/dist/NamirasoftCredentialServerSonatypeNexus.js +79 -0
- package/dist/NamirasoftCredentialServerSonatypeNexus.js.map +1 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusCategory.d.ts +17 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusCategory.js +56 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusCategory.js.map +1 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusField.d.ts +18 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusField.js +64 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusField.js.map +1 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusTag.d.ts +18 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusTag.js +64 -0
- package/dist/NamirasoftCredentialServerSonatypeNexusTag.js.map +1 -0
- package/dist/command/BasicAuthCreateCommand.js +0 -9
- package/dist/command/BasicAuthCreateCommand.js.map +1 -1
- package/dist/command/BasicAuthUpdateCommand.js +0 -9
- package/dist/command/BasicAuthUpdateCommand.js.map +1 -1
- package/dist/command/GitHubCategoryCommand.d.ts +4 -0
- package/dist/command/GitHubCategoryCommand.js +21 -0
- package/dist/command/GitHubCategoryCommand.js.map +1 -0
- package/dist/command/GitHubCategoryCreateCommand.d.ts +5 -0
- package/dist/command/GitHubCategoryCreateCommand.js +49 -0
- package/dist/command/GitHubCategoryCreateCommand.js.map +1 -0
- package/dist/command/GitHubCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/GitHubCategoryDeleteCommand.js +38 -0
- package/dist/command/GitHubCategoryDeleteCommand.js.map +1 -0
- package/dist/command/GitHubCategoryGetCommand.d.ts +5 -0
- package/dist/command/GitHubCategoryGetCommand.js +38 -0
- package/dist/command/GitHubCategoryGetCommand.js.map +1 -0
- package/dist/command/GitHubCategoryListCommand.d.ts +5 -0
- package/dist/command/GitHubCategoryListCommand.js +38 -0
- package/dist/command/GitHubCategoryListCommand.js.map +1 -0
- package/dist/command/GitHubCommand.d.ts +4 -0
- package/dist/command/GitHubCommand.js +27 -0
- package/dist/command/GitHubCommand.js.map +1 -0
- package/dist/command/GitHubCreateCommand.d.ts +5 -0
- package/dist/command/GitHubCreateCommand.js +121 -0
- package/dist/command/GitHubCreateCommand.js.map +1 -0
- package/dist/command/GitHubDeleteCommand.d.ts +5 -0
- package/dist/command/GitHubDeleteCommand.js +38 -0
- package/dist/command/GitHubDeleteCommand.js.map +1 -0
- package/dist/command/GitHubFieldCommand.d.ts +4 -0
- package/dist/command/GitHubFieldCommand.js +23 -0
- package/dist/command/GitHubFieldCommand.js.map +1 -0
- package/dist/command/GitHubFieldCreateCommand.d.ts +5 -0
- package/dist/command/GitHubFieldCreateCommand.js +58 -0
- package/dist/command/GitHubFieldCreateCommand.js.map +1 -0
- package/dist/command/GitHubFieldDeleteCommand.d.ts +5 -0
- package/dist/command/GitHubFieldDeleteCommand.js +38 -0
- package/dist/command/GitHubFieldDeleteCommand.js.map +1 -0
- package/dist/command/GitHubFieldGetCommand.d.ts +5 -0
- package/dist/command/GitHubFieldGetCommand.js +38 -0
- package/dist/command/GitHubFieldGetCommand.js.map +1 -0
- package/dist/command/GitHubFieldListCommand.d.ts +5 -0
- package/dist/command/GitHubFieldListCommand.js +38 -0
- package/dist/command/GitHubFieldListCommand.js.map +1 -0
- package/dist/command/GitHubFieldUpdateCommand.d.ts +5 -0
- package/dist/command/GitHubFieldUpdateCommand.js +58 -0
- package/dist/command/GitHubFieldUpdateCommand.js.map +1 -0
- package/dist/command/GitHubGetCommand.d.ts +5 -0
- package/dist/command/GitHubGetCommand.js +38 -0
- package/dist/command/GitHubGetCommand.js.map +1 -0
- package/dist/command/GitHubListCommand.d.ts +5 -0
- package/dist/command/GitHubListCommand.js +38 -0
- package/dist/command/GitHubListCommand.js.map +1 -0
- package/dist/command/GitHubRotateCommand.d.ts +5 -0
- package/dist/command/GitHubRotateCommand.js +38 -0
- package/dist/command/GitHubRotateCommand.js.map +1 -0
- package/dist/command/GitHubTagCommand.d.ts +4 -0
- package/dist/command/GitHubTagCommand.js +23 -0
- package/dist/command/GitHubTagCommand.js.map +1 -0
- package/dist/command/GitHubTagCreateCommand.d.ts +5 -0
- package/dist/command/GitHubTagCreateCommand.js +58 -0
- package/dist/command/GitHubTagCreateCommand.js.map +1 -0
- package/dist/command/GitHubTagDeleteCommand.d.ts +5 -0
- package/dist/command/GitHubTagDeleteCommand.js +38 -0
- package/dist/command/GitHubTagDeleteCommand.js.map +1 -0
- package/dist/command/GitHubTagGetCommand.d.ts +5 -0
- package/dist/command/GitHubTagGetCommand.js +38 -0
- package/dist/command/GitHubTagGetCommand.js.map +1 -0
- package/dist/command/GitHubTagListCommand.d.ts +5 -0
- package/dist/command/GitHubTagListCommand.js +38 -0
- package/dist/command/GitHubTagListCommand.js.map +1 -0
- package/dist/command/GitHubTagUpdateCommand.d.ts +5 -0
- package/dist/command/GitHubTagUpdateCommand.js +58 -0
- package/dist/command/GitHubTagUpdateCommand.js.map +1 -0
- package/dist/command/GitHubUpdateCommand.d.ts +5 -0
- package/dist/command/GitHubUpdateCommand.js +121 -0
- package/dist/command/GitHubUpdateCommand.js.map +1 -0
- package/dist/command/GitHub_GetForCommand.d.ts +5 -0
- package/dist/command/GitHub_GetForCommand.js +38 -0
- package/dist/command/GitHub_GetForCommand.js.map +1 -0
- package/dist/command/GitLabCategoryCommand.d.ts +4 -0
- package/dist/command/GitLabCategoryCommand.js +21 -0
- package/dist/command/GitLabCategoryCommand.js.map +1 -0
- package/dist/command/GitLabCategoryCreateCommand.d.ts +5 -0
- package/dist/command/GitLabCategoryCreateCommand.js +49 -0
- package/dist/command/GitLabCategoryCreateCommand.js.map +1 -0
- package/dist/command/GitLabCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/GitLabCategoryDeleteCommand.js +38 -0
- package/dist/command/GitLabCategoryDeleteCommand.js.map +1 -0
- package/dist/command/GitLabCategoryGetCommand.d.ts +5 -0
- package/dist/command/GitLabCategoryGetCommand.js +38 -0
- package/dist/command/GitLabCategoryGetCommand.js.map +1 -0
- package/dist/command/GitLabCategoryListCommand.d.ts +5 -0
- package/dist/command/GitLabCategoryListCommand.js +38 -0
- package/dist/command/GitLabCategoryListCommand.js.map +1 -0
- package/dist/command/GitLabCommand.d.ts +4 -0
- package/dist/command/GitLabCommand.js +27 -0
- package/dist/command/GitLabCommand.js.map +1 -0
- package/dist/command/GitLabCreateCommand.d.ts +5 -0
- package/dist/command/GitLabCreateCommand.js +121 -0
- package/dist/command/GitLabCreateCommand.js.map +1 -0
- package/dist/command/GitLabDeleteCommand.d.ts +5 -0
- package/dist/command/GitLabDeleteCommand.js +38 -0
- package/dist/command/GitLabDeleteCommand.js.map +1 -0
- package/dist/command/GitLabFieldCommand.d.ts +4 -0
- package/dist/command/GitLabFieldCommand.js +23 -0
- package/dist/command/GitLabFieldCommand.js.map +1 -0
- package/dist/command/GitLabFieldCreateCommand.d.ts +5 -0
- package/dist/command/GitLabFieldCreateCommand.js +58 -0
- package/dist/command/GitLabFieldCreateCommand.js.map +1 -0
- package/dist/command/GitLabFieldDeleteCommand.d.ts +5 -0
- package/dist/command/GitLabFieldDeleteCommand.js +38 -0
- package/dist/command/GitLabFieldDeleteCommand.js.map +1 -0
- package/dist/command/GitLabFieldGetCommand.d.ts +5 -0
- package/dist/command/GitLabFieldGetCommand.js +38 -0
- package/dist/command/GitLabFieldGetCommand.js.map +1 -0
- package/dist/command/GitLabFieldListCommand.d.ts +5 -0
- package/dist/command/GitLabFieldListCommand.js +38 -0
- package/dist/command/GitLabFieldListCommand.js.map +1 -0
- package/dist/command/GitLabFieldUpdateCommand.d.ts +5 -0
- package/dist/command/GitLabFieldUpdateCommand.js +58 -0
- package/dist/command/GitLabFieldUpdateCommand.js.map +1 -0
- package/dist/command/GitLabGetCommand.d.ts +5 -0
- package/dist/command/GitLabGetCommand.js +38 -0
- package/dist/command/GitLabGetCommand.js.map +1 -0
- package/dist/command/GitLabListCommand.d.ts +5 -0
- package/dist/command/GitLabListCommand.js +38 -0
- package/dist/command/GitLabListCommand.js.map +1 -0
- package/dist/command/GitLabRotateCommand.d.ts +5 -0
- package/dist/command/GitLabRotateCommand.js +38 -0
- package/dist/command/GitLabRotateCommand.js.map +1 -0
- package/dist/command/GitLabTagCommand.d.ts +4 -0
- package/dist/command/GitLabTagCommand.js +23 -0
- package/dist/command/GitLabTagCommand.js.map +1 -0
- package/dist/command/GitLabTagCreateCommand.d.ts +5 -0
- package/dist/command/GitLabTagCreateCommand.js +58 -0
- package/dist/command/GitLabTagCreateCommand.js.map +1 -0
- package/dist/command/GitLabTagDeleteCommand.d.ts +5 -0
- package/dist/command/GitLabTagDeleteCommand.js +38 -0
- package/dist/command/GitLabTagDeleteCommand.js.map +1 -0
- package/dist/command/GitLabTagGetCommand.d.ts +5 -0
- package/dist/command/GitLabTagGetCommand.js +38 -0
- package/dist/command/GitLabTagGetCommand.js.map +1 -0
- package/dist/command/GitLabTagListCommand.d.ts +5 -0
- package/dist/command/GitLabTagListCommand.js +38 -0
- package/dist/command/GitLabTagListCommand.js.map +1 -0
- package/dist/command/GitLabTagUpdateCommand.d.ts +5 -0
- package/dist/command/GitLabTagUpdateCommand.js +58 -0
- package/dist/command/GitLabTagUpdateCommand.js.map +1 -0
- package/dist/command/GitLabUpdateCommand.d.ts +5 -0
- package/dist/command/GitLabUpdateCommand.js +121 -0
- package/dist/command/GitLabUpdateCommand.js.map +1 -0
- package/dist/command/GitLab_GetForCommand.d.ts +5 -0
- package/dist/command/GitLab_GetForCommand.js +38 -0
- package/dist/command/GitLab_GetForCommand.js.map +1 -0
- package/dist/command/HarborCategoryCommand.d.ts +4 -0
- package/dist/command/HarborCategoryCommand.js +21 -0
- package/dist/command/HarborCategoryCommand.js.map +1 -0
- package/dist/command/HarborCategoryCreateCommand.d.ts +5 -0
- package/dist/command/HarborCategoryCreateCommand.js +49 -0
- package/dist/command/HarborCategoryCreateCommand.js.map +1 -0
- package/dist/command/HarborCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/HarborCategoryDeleteCommand.js +38 -0
- package/dist/command/HarborCategoryDeleteCommand.js.map +1 -0
- package/dist/command/HarborCategoryGetCommand.d.ts +5 -0
- package/dist/command/HarborCategoryGetCommand.js +38 -0
- package/dist/command/HarborCategoryGetCommand.js.map +1 -0
- package/dist/command/HarborCategoryListCommand.d.ts +5 -0
- package/dist/command/HarborCategoryListCommand.js +38 -0
- package/dist/command/HarborCategoryListCommand.js.map +1 -0
- package/dist/command/HarborCommand.d.ts +4 -0
- package/dist/command/HarborCommand.js +27 -0
- package/dist/command/HarborCommand.js.map +1 -0
- package/dist/command/HarborCreateCommand.d.ts +5 -0
- package/dist/command/HarborCreateCommand.js +121 -0
- package/dist/command/HarborCreateCommand.js.map +1 -0
- package/dist/command/HarborDeleteCommand.d.ts +5 -0
- package/dist/command/HarborDeleteCommand.js +38 -0
- package/dist/command/HarborDeleteCommand.js.map +1 -0
- package/dist/command/HarborFieldCommand.d.ts +4 -0
- package/dist/command/HarborFieldCommand.js +23 -0
- package/dist/command/HarborFieldCommand.js.map +1 -0
- package/dist/command/HarborFieldCreateCommand.d.ts +5 -0
- package/dist/command/HarborFieldCreateCommand.js +58 -0
- package/dist/command/HarborFieldCreateCommand.js.map +1 -0
- package/dist/command/HarborFieldDeleteCommand.d.ts +5 -0
- package/dist/command/HarborFieldDeleteCommand.js +38 -0
- package/dist/command/HarborFieldDeleteCommand.js.map +1 -0
- package/dist/command/HarborFieldGetCommand.d.ts +5 -0
- package/dist/command/HarborFieldGetCommand.js +38 -0
- package/dist/command/HarborFieldGetCommand.js.map +1 -0
- package/dist/command/HarborFieldListCommand.d.ts +5 -0
- package/dist/command/HarborFieldListCommand.js +38 -0
- package/dist/command/HarborFieldListCommand.js.map +1 -0
- package/dist/command/HarborFieldUpdateCommand.d.ts +5 -0
- package/dist/command/HarborFieldUpdateCommand.js +58 -0
- package/dist/command/HarborFieldUpdateCommand.js.map +1 -0
- package/dist/command/HarborGetCommand.d.ts +5 -0
- package/dist/command/HarborGetCommand.js +38 -0
- package/dist/command/HarborGetCommand.js.map +1 -0
- package/dist/command/HarborListCommand.d.ts +5 -0
- package/dist/command/HarborListCommand.js +38 -0
- package/dist/command/HarborListCommand.js.map +1 -0
- package/dist/command/HarborRotateCommand.d.ts +5 -0
- package/dist/command/HarborRotateCommand.js +38 -0
- package/dist/command/HarborRotateCommand.js.map +1 -0
- package/dist/command/HarborTagCommand.d.ts +4 -0
- package/dist/command/HarborTagCommand.js +23 -0
- package/dist/command/HarborTagCommand.js.map +1 -0
- package/dist/command/HarborTagCreateCommand.d.ts +5 -0
- package/dist/command/HarborTagCreateCommand.js +58 -0
- package/dist/command/HarborTagCreateCommand.js.map +1 -0
- package/dist/command/HarborTagDeleteCommand.d.ts +5 -0
- package/dist/command/HarborTagDeleteCommand.js +38 -0
- package/dist/command/HarborTagDeleteCommand.js.map +1 -0
- package/dist/command/HarborTagGetCommand.d.ts +5 -0
- package/dist/command/HarborTagGetCommand.js +38 -0
- package/dist/command/HarborTagGetCommand.js.map +1 -0
- package/dist/command/HarborTagListCommand.d.ts +5 -0
- package/dist/command/HarborTagListCommand.js +38 -0
- package/dist/command/HarborTagListCommand.js.map +1 -0
- package/dist/command/HarborTagUpdateCommand.d.ts +5 -0
- package/dist/command/HarborTagUpdateCommand.js +58 -0
- package/dist/command/HarborTagUpdateCommand.js.map +1 -0
- package/dist/command/HarborUpdateCommand.d.ts +5 -0
- package/dist/command/HarborUpdateCommand.js +121 -0
- package/dist/command/HarborUpdateCommand.js.map +1 -0
- package/dist/command/Harbor_GetForCommand.d.ts +5 -0
- package/dist/command/Harbor_GetForCommand.js +38 -0
- package/dist/command/Harbor_GetForCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryCommand.d.ts +4 -0
- package/dist/command/JFrogArtifactoryCommand.js +27 -0
- package/dist/command/JFrogArtifactoryCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryCreateCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactoryCreateCommand.js +121 -0
- package/dist/command/JFrogArtifactoryCreateCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryDeleteCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactoryDeleteCommand.js +38 -0
- package/dist/command/JFrogArtifactoryDeleteCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryGetCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactoryGetCommand.js +38 -0
- package/dist/command/JFrogArtifactoryGetCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryListCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactoryListCommand.js +38 -0
- package/dist/command/JFrogArtifactoryListCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryRotateCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactoryRotateCommand.js +38 -0
- package/dist/command/JFrogArtifactoryRotateCommand.js.map +1 -0
- package/dist/command/JFrogArtifactoryUpdateCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactoryUpdateCommand.js +121 -0
- package/dist/command/JFrogArtifactoryUpdateCommand.js.map +1 -0
- package/dist/command/JFrogArtifactory_GetForCommand.d.ts +5 -0
- package/dist/command/JFrogArtifactory_GetForCommand.js +38 -0
- package/dist/command/JFrogArtifactory_GetForCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryCategoryCommand.d.ts +4 -0
- package/dist/command/JfrogArtifactoryCategoryCommand.js +21 -0
- package/dist/command/JfrogArtifactoryCategoryCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryCategoryCreateCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryCategoryCreateCommand.js +49 -0
- package/dist/command/JfrogArtifactoryCategoryCreateCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryCategoryDeleteCommand.js +38 -0
- package/dist/command/JfrogArtifactoryCategoryDeleteCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryCategoryGetCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryCategoryGetCommand.js +38 -0
- package/dist/command/JfrogArtifactoryCategoryGetCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryCategoryListCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryCategoryListCommand.js +38 -0
- package/dist/command/JfrogArtifactoryCategoryListCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryFieldCommand.d.ts +4 -0
- package/dist/command/JfrogArtifactoryFieldCommand.js +23 -0
- package/dist/command/JfrogArtifactoryFieldCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryFieldCreateCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryFieldCreateCommand.js +58 -0
- package/dist/command/JfrogArtifactoryFieldCreateCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryFieldDeleteCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryFieldDeleteCommand.js +38 -0
- package/dist/command/JfrogArtifactoryFieldDeleteCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryFieldGetCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryFieldGetCommand.js +38 -0
- package/dist/command/JfrogArtifactoryFieldGetCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryFieldListCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryFieldListCommand.js +38 -0
- package/dist/command/JfrogArtifactoryFieldListCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryFieldUpdateCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryFieldUpdateCommand.js +58 -0
- package/dist/command/JfrogArtifactoryFieldUpdateCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryTagCommand.d.ts +4 -0
- package/dist/command/JfrogArtifactoryTagCommand.js +23 -0
- package/dist/command/JfrogArtifactoryTagCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryTagCreateCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryTagCreateCommand.js +58 -0
- package/dist/command/JfrogArtifactoryTagCreateCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryTagDeleteCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryTagDeleteCommand.js +38 -0
- package/dist/command/JfrogArtifactoryTagDeleteCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryTagGetCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryTagGetCommand.js +38 -0
- package/dist/command/JfrogArtifactoryTagGetCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryTagListCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryTagListCommand.js +38 -0
- package/dist/command/JfrogArtifactoryTagListCommand.js.map +1 -0
- package/dist/command/JfrogArtifactoryTagUpdateCommand.d.ts +5 -0
- package/dist/command/JfrogArtifactoryTagUpdateCommand.js +58 -0
- package/dist/command/JfrogArtifactoryTagUpdateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCategoryCommand.d.ts +4 -0
- package/dist/command/SonatypeNexusCategoryCommand.js +21 -0
- package/dist/command/SonatypeNexusCategoryCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCategoryCreateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusCategoryCreateCommand.js +49 -0
- package/dist/command/SonatypeNexusCategoryCreateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusCategoryDeleteCommand.js +38 -0
- package/dist/command/SonatypeNexusCategoryDeleteCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCategoryGetCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusCategoryGetCommand.js +38 -0
- package/dist/command/SonatypeNexusCategoryGetCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCategoryListCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusCategoryListCommand.js +38 -0
- package/dist/command/SonatypeNexusCategoryListCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCommand.d.ts +4 -0
- package/dist/command/SonatypeNexusCommand.js +27 -0
- package/dist/command/SonatypeNexusCommand.js.map +1 -0
- package/dist/command/SonatypeNexusCreateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusCreateCommand.js +121 -0
- package/dist/command/SonatypeNexusCreateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusDeleteCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusDeleteCommand.js +38 -0
- package/dist/command/SonatypeNexusDeleteCommand.js.map +1 -0
- package/dist/command/SonatypeNexusFieldCommand.d.ts +4 -0
- package/dist/command/SonatypeNexusFieldCommand.js +23 -0
- package/dist/command/SonatypeNexusFieldCommand.js.map +1 -0
- package/dist/command/SonatypeNexusFieldCreateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusFieldCreateCommand.js +58 -0
- package/dist/command/SonatypeNexusFieldCreateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusFieldDeleteCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusFieldDeleteCommand.js +38 -0
- package/dist/command/SonatypeNexusFieldDeleteCommand.js.map +1 -0
- package/dist/command/SonatypeNexusFieldGetCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusFieldGetCommand.js +38 -0
- package/dist/command/SonatypeNexusFieldGetCommand.js.map +1 -0
- package/dist/command/SonatypeNexusFieldListCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusFieldListCommand.js +38 -0
- package/dist/command/SonatypeNexusFieldListCommand.js.map +1 -0
- package/dist/command/SonatypeNexusFieldUpdateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusFieldUpdateCommand.js +58 -0
- package/dist/command/SonatypeNexusFieldUpdateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusGetCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusGetCommand.js +38 -0
- package/dist/command/SonatypeNexusGetCommand.js.map +1 -0
- package/dist/command/SonatypeNexusListCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusListCommand.js +38 -0
- package/dist/command/SonatypeNexusListCommand.js.map +1 -0
- package/dist/command/SonatypeNexusRotateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusRotateCommand.js +38 -0
- package/dist/command/SonatypeNexusRotateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusTagCommand.d.ts +4 -0
- package/dist/command/SonatypeNexusTagCommand.js +23 -0
- package/dist/command/SonatypeNexusTagCommand.js.map +1 -0
- package/dist/command/SonatypeNexusTagCreateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusTagCreateCommand.js +58 -0
- package/dist/command/SonatypeNexusTagCreateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusTagDeleteCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusTagDeleteCommand.js +38 -0
- package/dist/command/SonatypeNexusTagDeleteCommand.js.map +1 -0
- package/dist/command/SonatypeNexusTagGetCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusTagGetCommand.js +38 -0
- package/dist/command/SonatypeNexusTagGetCommand.js.map +1 -0
- package/dist/command/SonatypeNexusTagListCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusTagListCommand.js +38 -0
- package/dist/command/SonatypeNexusTagListCommand.js.map +1 -0
- package/dist/command/SonatypeNexusTagUpdateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusTagUpdateCommand.js +58 -0
- package/dist/command/SonatypeNexusTagUpdateCommand.js.map +1 -0
- package/dist/command/SonatypeNexusUpdateCommand.d.ts +5 -0
- package/dist/command/SonatypeNexusUpdateCommand.js +121 -0
- package/dist/command/SonatypeNexusUpdateCommand.js.map +1 -0
- package/dist/command/SonatypeNexus_GetForCommand.d.ts +5 -0
- package/dist/command/SonatypeNexus_GetForCommand.js +38 -0
- package/dist/command/SonatypeNexus_GetForCommand.js.map +1 -0
- package/dist/command/cli.js +40 -0
- package/dist/command/cli.js.map +1 -1
- package/dist/index.d.ts +200 -0
- package/dist/index.js +200 -0
- package/dist/index.js.map +1 -1
- package/dist/meta/BasicAuthMetaTable.d.ts +0 -1
- package/dist/meta/BasicAuthMetaTable.js +0 -1
- package/dist/meta/BasicAuthMetaTable.js.map +1 -1
- package/dist/meta/GitHubCategoryMetaTable.d.ts +15 -0
- package/dist/meta/GitHubCategoryMetaTable.js +39 -0
- package/dist/meta/GitHubCategoryMetaTable.js.map +1 -0
- package/dist/meta/GitHubFieldMetaTable.d.ts +16 -0
- package/dist/meta/GitHubFieldMetaTable.js +39 -0
- package/dist/meta/GitHubFieldMetaTable.js.map +1 -0
- package/dist/meta/GitHubMetaTable.d.ts +19 -0
- package/dist/meta/GitHubMetaTable.js +42 -0
- package/dist/meta/GitHubMetaTable.js.map +1 -0
- package/dist/meta/GitHubTagMetaTable.d.ts +16 -0
- package/dist/meta/GitHubTagMetaTable.js +39 -0
- package/dist/meta/GitHubTagMetaTable.js.map +1 -0
- package/dist/meta/GitLabCategoryMetaTable.d.ts +15 -0
- package/dist/meta/GitLabCategoryMetaTable.js +39 -0
- package/dist/meta/GitLabCategoryMetaTable.js.map +1 -0
- package/dist/meta/GitLabFieldMetaTable.d.ts +16 -0
- package/dist/meta/GitLabFieldMetaTable.js +39 -0
- package/dist/meta/GitLabFieldMetaTable.js.map +1 -0
- package/dist/meta/GitLabMetaTable.d.ts +19 -0
- package/dist/meta/GitLabMetaTable.js +42 -0
- package/dist/meta/GitLabMetaTable.js.map +1 -0
- package/dist/meta/GitLabTagMetaTable.d.ts +16 -0
- package/dist/meta/GitLabTagMetaTable.js +39 -0
- package/dist/meta/GitLabTagMetaTable.js.map +1 -0
- package/dist/meta/HarborCategoryMetaTable.d.ts +15 -0
- package/dist/meta/HarborCategoryMetaTable.js +39 -0
- package/dist/meta/HarborCategoryMetaTable.js.map +1 -0
- package/dist/meta/HarborFieldMetaTable.d.ts +16 -0
- package/dist/meta/HarborFieldMetaTable.js +39 -0
- package/dist/meta/HarborFieldMetaTable.js.map +1 -0
- package/dist/meta/HarborMetaTable.d.ts +19 -0
- package/dist/meta/HarborMetaTable.js +42 -0
- package/dist/meta/HarborMetaTable.js.map +1 -0
- package/dist/meta/HarborTagMetaTable.d.ts +16 -0
- package/dist/meta/HarborTagMetaTable.js +39 -0
- package/dist/meta/HarborTagMetaTable.js.map +1 -0
- package/dist/meta/JfrogArtifactoryCategoryMetaTable.d.ts +15 -0
- package/dist/meta/JfrogArtifactoryCategoryMetaTable.js +39 -0
- package/dist/meta/JfrogArtifactoryCategoryMetaTable.js.map +1 -0
- package/dist/meta/JfrogArtifactoryFieldMetaTable.d.ts +16 -0
- package/dist/meta/JfrogArtifactoryFieldMetaTable.js +39 -0
- package/dist/meta/JfrogArtifactoryFieldMetaTable.js.map +1 -0
- package/dist/meta/JfrogArtifactoryMetaTable.d.ts +19 -0
- package/dist/meta/JfrogArtifactoryMetaTable.js +46 -0
- package/dist/meta/JfrogArtifactoryMetaTable.js.map +1 -0
- package/dist/meta/JfrogArtifactoryTagMetaTable.d.ts +16 -0
- package/dist/meta/JfrogArtifactoryTagMetaTable.js +39 -0
- package/dist/meta/JfrogArtifactoryTagMetaTable.js.map +1 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.d.ts +40 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.js +40 -0
- package/dist/meta/NamirasoftCredentialMetaDatabase.js.map +1 -1
- package/dist/meta/SonatypeNexusCategoryMetaTable.d.ts +15 -0
- package/dist/meta/SonatypeNexusCategoryMetaTable.js +39 -0
- package/dist/meta/SonatypeNexusCategoryMetaTable.js.map +1 -0
- package/dist/meta/SonatypeNexusFieldMetaTable.d.ts +16 -0
- package/dist/meta/SonatypeNexusFieldMetaTable.js +39 -0
- package/dist/meta/SonatypeNexusFieldMetaTable.js.map +1 -0
- package/dist/meta/SonatypeNexusMetaTable.d.ts +19 -0
- package/dist/meta/SonatypeNexusMetaTable.js +42 -0
- package/dist/meta/SonatypeNexusMetaTable.js.map +1 -0
- package/dist/meta/SonatypeNexusTagMetaTable.d.ts +16 -0
- package/dist/meta/SonatypeNexusTagMetaTable.js +39 -0
- package/dist/meta/SonatypeNexusTagMetaTable.js.map +1 -0
- package/dist/row/BasicAuthCreateRow.d.ts +0 -1
- package/dist/row/BasicAuthFullRow.d.ts +0 -1
- package/dist/row/BasicAuthRow.d.ts +0 -1
- package/dist/row/BasicAuthUpdateRow.d.ts +0 -1
- package/dist/row/GitHubCategoryRow.d.ts +8 -0
- package/dist/row/GitHubCategoryRow.js +3 -0
- package/dist/row/GitHubCategoryRow.js.map +1 -0
- package/dist/row/GitHubCreateRow.d.ts +14 -0
- package/dist/row/GitHubCreateRow.js +3 -0
- package/dist/row/GitHubCreateRow.js.map +1 -0
- package/dist/row/GitHubFieldRow.d.ts +9 -0
- package/dist/row/GitHubFieldRow.js +3 -0
- package/dist/row/GitHubFieldRow.js.map +1 -0
- package/dist/row/GitHubFullRow.d.ts +18 -0
- package/dist/row/GitHubFullRow.js +3 -0
- package/dist/row/GitHubFullRow.js.map +1 -0
- package/dist/row/GitHubRow.d.ts +12 -0
- package/dist/row/GitHubRow.js +3 -0
- package/dist/row/GitHubRow.js.map +1 -0
- package/dist/row/GitHubTagRow.d.ts +9 -0
- package/dist/row/GitHubTagRow.js +3 -0
- package/dist/row/GitHubTagRow.js.map +1 -0
- package/dist/row/GitHubUpdateRow.d.ts +14 -0
- package/dist/row/GitHubUpdateRow.js +3 -0
- package/dist/row/GitHubUpdateRow.js.map +1 -0
- package/dist/row/GitLabCategoryRow.d.ts +8 -0
- package/dist/row/GitLabCategoryRow.js +3 -0
- package/dist/row/GitLabCategoryRow.js.map +1 -0
- package/dist/row/GitLabCreateRow.d.ts +14 -0
- package/dist/row/GitLabCreateRow.js +3 -0
- package/dist/row/GitLabCreateRow.js.map +1 -0
- package/dist/row/GitLabFieldRow.d.ts +9 -0
- package/dist/row/GitLabFieldRow.js +3 -0
- package/dist/row/GitLabFieldRow.js.map +1 -0
- package/dist/row/GitLabFullRow.d.ts +18 -0
- package/dist/row/GitLabFullRow.js +3 -0
- package/dist/row/GitLabFullRow.js.map +1 -0
- package/dist/row/GitLabRow.d.ts +12 -0
- package/dist/row/GitLabRow.js +3 -0
- package/dist/row/GitLabRow.js.map +1 -0
- package/dist/row/GitLabTagRow.d.ts +9 -0
- package/dist/row/GitLabTagRow.js +3 -0
- package/dist/row/GitLabTagRow.js.map +1 -0
- package/dist/row/GitLabUpdateRow.d.ts +14 -0
- package/dist/row/GitLabUpdateRow.js +3 -0
- package/dist/row/GitLabUpdateRow.js.map +1 -0
- package/dist/row/HarborCategoryRow.d.ts +8 -0
- package/dist/row/HarborCategoryRow.js +3 -0
- package/dist/row/HarborCategoryRow.js.map +1 -0
- package/dist/row/HarborCreateRow.d.ts +14 -0
- package/dist/row/HarborCreateRow.js +3 -0
- package/dist/row/HarborCreateRow.js.map +1 -0
- package/dist/row/HarborFieldRow.d.ts +9 -0
- package/dist/row/HarborFieldRow.js +3 -0
- package/dist/row/HarborFieldRow.js.map +1 -0
- package/dist/row/HarborFullRow.d.ts +18 -0
- package/dist/row/HarborFullRow.js +3 -0
- package/dist/row/HarborFullRow.js.map +1 -0
- package/dist/row/HarborRow.d.ts +12 -0
- package/dist/row/HarborRow.js +3 -0
- package/dist/row/HarborRow.js.map +1 -0
- package/dist/row/HarborTagRow.d.ts +9 -0
- package/dist/row/HarborTagRow.js +3 -0
- package/dist/row/HarborTagRow.js.map +1 -0
- package/dist/row/HarborUpdateRow.d.ts +14 -0
- package/dist/row/HarborUpdateRow.js +3 -0
- package/dist/row/HarborUpdateRow.js.map +1 -0
- package/dist/row/JFrogArtifactoryCreateRow.d.ts +14 -0
- package/dist/row/JFrogArtifactoryCreateRow.js +3 -0
- package/dist/row/JFrogArtifactoryCreateRow.js.map +1 -0
- package/dist/row/JFrogArtifactoryFullRow.d.ts +18 -0
- package/dist/row/JFrogArtifactoryFullRow.js +3 -0
- package/dist/row/JFrogArtifactoryFullRow.js.map +1 -0
- package/dist/row/JFrogArtifactoryUpdateRow.d.ts +14 -0
- package/dist/row/JFrogArtifactoryUpdateRow.js +3 -0
- package/dist/row/JFrogArtifactoryUpdateRow.js.map +1 -0
- package/dist/row/JfrogArtifactoryCategoryRow.d.ts +8 -0
- package/dist/row/JfrogArtifactoryCategoryRow.js +3 -0
- package/dist/row/JfrogArtifactoryCategoryRow.js.map +1 -0
- package/dist/row/JfrogArtifactoryFieldRow.d.ts +9 -0
- package/dist/row/JfrogArtifactoryFieldRow.js +3 -0
- package/dist/row/JfrogArtifactoryFieldRow.js.map +1 -0
- package/dist/row/JfrogArtifactoryRow.d.ts +12 -0
- package/dist/row/JfrogArtifactoryRow.js +3 -0
- package/dist/row/JfrogArtifactoryRow.js.map +1 -0
- package/dist/row/JfrogArtifactoryTagRow.d.ts +9 -0
- package/dist/row/JfrogArtifactoryTagRow.js +3 -0
- package/dist/row/JfrogArtifactoryTagRow.js.map +1 -0
- package/dist/row/SonatypeNexusCategoryRow.d.ts +8 -0
- package/dist/row/SonatypeNexusCategoryRow.js +3 -0
- package/dist/row/SonatypeNexusCategoryRow.js.map +1 -0
- package/dist/row/SonatypeNexusCreateRow.d.ts +14 -0
- package/dist/row/SonatypeNexusCreateRow.js +3 -0
- package/dist/row/SonatypeNexusCreateRow.js.map +1 -0
- package/dist/row/SonatypeNexusFieldRow.d.ts +9 -0
- package/dist/row/SonatypeNexusFieldRow.js +3 -0
- package/dist/row/SonatypeNexusFieldRow.js.map +1 -0
- package/dist/row/SonatypeNexusFullRow.d.ts +18 -0
- package/dist/row/SonatypeNexusFullRow.js +3 -0
- package/dist/row/SonatypeNexusFullRow.js.map +1 -0
- package/dist/row/SonatypeNexusRow.d.ts +12 -0
- package/dist/row/SonatypeNexusRow.js +3 -0
- package/dist/row/SonatypeNexusRow.js.map +1 -0
- package/dist/row/SonatypeNexusTagRow.d.ts +9 -0
- package/dist/row/SonatypeNexusTagRow.js +3 -0
- package/dist/row/SonatypeNexusTagRow.js.map +1 -0
- package/dist/row/SonatypeNexusUpdateRow.d.ts +14 -0
- package/dist/row/SonatypeNexusUpdateRow.js +3 -0
- package/dist/row/SonatypeNexusUpdateRow.js.map +1 -0
- package/package.json +1 -1
- package/src/NamirasoftCredentialServer.ts +61 -1
- package/src/NamirasoftCredentialServerGitHub.ts +86 -0
- package/src/NamirasoftCredentialServerGitHubCategory.ts +64 -0
- package/src/NamirasoftCredentialServerGitHubField.ts +71 -0
- package/src/NamirasoftCredentialServerGitHubTag.ts +71 -0
- package/src/NamirasoftCredentialServerGitLab.ts +86 -0
- package/src/NamirasoftCredentialServerGitLabCategory.ts +64 -0
- package/src/NamirasoftCredentialServerGitLabField.ts +71 -0
- package/src/NamirasoftCredentialServerGitLabTag.ts +71 -0
- package/src/NamirasoftCredentialServerHarbor.ts +86 -0
- package/src/NamirasoftCredentialServerHarborCategory.ts +64 -0
- package/src/NamirasoftCredentialServerHarborField.ts +71 -0
- package/src/NamirasoftCredentialServerHarborTag.ts +71 -0
- package/src/NamirasoftCredentialServerJFrogArtifactory.ts +86 -0
- package/src/NamirasoftCredentialServerJfrogArtifactoryCategory.ts +64 -0
- package/src/NamirasoftCredentialServerJfrogArtifactoryField.ts +71 -0
- package/src/NamirasoftCredentialServerJfrogArtifactoryTag.ts +71 -0
- package/src/NamirasoftCredentialServerSonatypeNexus.ts +86 -0
- package/src/NamirasoftCredentialServerSonatypeNexusCategory.ts +64 -0
- package/src/NamirasoftCredentialServerSonatypeNexusField.ts +71 -0
- package/src/NamirasoftCredentialServerSonatypeNexusTag.ts +71 -0
- package/src/command/BasicAuthCreateCommand.ts +0 -9
- package/src/command/BasicAuthUpdateCommand.ts +0 -9
- package/src/command/GitHubCategoryCommand.ts +38 -0
- package/src/command/GitHubCategoryCreateCommand.ts +56 -0
- package/src/command/GitHubCategoryDeleteCommand.ts +45 -0
- package/src/command/GitHubCategoryGetCommand.ts +45 -0
- package/src/command/GitHubCategoryListCommand.ts +45 -0
- package/src/command/GitHubCommand.ts +44 -0
- package/src/command/GitHubCreateCommand.ts +128 -0
- package/src/command/GitHubDeleteCommand.ts +45 -0
- package/src/command/GitHubFieldCommand.ts +40 -0
- package/src/command/GitHubFieldCreateCommand.ts +65 -0
- package/src/command/GitHubFieldDeleteCommand.ts +45 -0
- package/src/command/GitHubFieldGetCommand.ts +45 -0
- package/src/command/GitHubFieldListCommand.ts +45 -0
- package/src/command/GitHubFieldUpdateCommand.ts +65 -0
- package/src/command/GitHubGetCommand.ts +45 -0
- package/src/command/GitHubListCommand.ts +45 -0
- package/src/command/GitHubRotateCommand.ts +45 -0
- package/src/command/GitHubTagCommand.ts +40 -0
- package/src/command/GitHubTagCreateCommand.ts +65 -0
- package/src/command/GitHubTagDeleteCommand.ts +45 -0
- package/src/command/GitHubTagGetCommand.ts +45 -0
- package/src/command/GitHubTagListCommand.ts +45 -0
- package/src/command/GitHubTagUpdateCommand.ts +65 -0
- package/src/command/GitHubUpdateCommand.ts +128 -0
- package/src/command/GitHub_GetForCommand.ts +45 -0
- package/src/command/GitLabCategoryCommand.ts +38 -0
- package/src/command/GitLabCategoryCreateCommand.ts +56 -0
- package/src/command/GitLabCategoryDeleteCommand.ts +45 -0
- package/src/command/GitLabCategoryGetCommand.ts +45 -0
- package/src/command/GitLabCategoryListCommand.ts +45 -0
- package/src/command/GitLabCommand.ts +44 -0
- package/src/command/GitLabCreateCommand.ts +128 -0
- package/src/command/GitLabDeleteCommand.ts +45 -0
- package/src/command/GitLabFieldCommand.ts +40 -0
- package/src/command/GitLabFieldCreateCommand.ts +65 -0
- package/src/command/GitLabFieldDeleteCommand.ts +45 -0
- package/src/command/GitLabFieldGetCommand.ts +45 -0
- package/src/command/GitLabFieldListCommand.ts +45 -0
- package/src/command/GitLabFieldUpdateCommand.ts +65 -0
- package/src/command/GitLabGetCommand.ts +45 -0
- package/src/command/GitLabListCommand.ts +45 -0
- package/src/command/GitLabRotateCommand.ts +45 -0
- package/src/command/GitLabTagCommand.ts +40 -0
- package/src/command/GitLabTagCreateCommand.ts +65 -0
- package/src/command/GitLabTagDeleteCommand.ts +45 -0
- package/src/command/GitLabTagGetCommand.ts +45 -0
- package/src/command/GitLabTagListCommand.ts +45 -0
- package/src/command/GitLabTagUpdateCommand.ts +65 -0
- package/src/command/GitLabUpdateCommand.ts +128 -0
- package/src/command/GitLab_GetForCommand.ts +45 -0
- package/src/command/HarborCategoryCommand.ts +38 -0
- package/src/command/HarborCategoryCreateCommand.ts +56 -0
- package/src/command/HarborCategoryDeleteCommand.ts +45 -0
- package/src/command/HarborCategoryGetCommand.ts +45 -0
- package/src/command/HarborCategoryListCommand.ts +45 -0
- package/src/command/HarborCommand.ts +44 -0
- package/src/command/HarborCreateCommand.ts +128 -0
- package/src/command/HarborDeleteCommand.ts +45 -0
- package/src/command/HarborFieldCommand.ts +40 -0
- package/src/command/HarborFieldCreateCommand.ts +65 -0
- package/src/command/HarborFieldDeleteCommand.ts +45 -0
- package/src/command/HarborFieldGetCommand.ts +45 -0
- package/src/command/HarborFieldListCommand.ts +45 -0
- package/src/command/HarborFieldUpdateCommand.ts +65 -0
- package/src/command/HarborGetCommand.ts +45 -0
- package/src/command/HarborListCommand.ts +45 -0
- package/src/command/HarborRotateCommand.ts +45 -0
- package/src/command/HarborTagCommand.ts +40 -0
- package/src/command/HarborTagCreateCommand.ts +65 -0
- package/src/command/HarborTagDeleteCommand.ts +45 -0
- package/src/command/HarborTagGetCommand.ts +45 -0
- package/src/command/HarborTagListCommand.ts +45 -0
- package/src/command/HarborTagUpdateCommand.ts +65 -0
- package/src/command/HarborUpdateCommand.ts +128 -0
- package/src/command/Harbor_GetForCommand.ts +45 -0
- package/src/command/JFrogArtifactoryCommand.ts +44 -0
- package/src/command/JFrogArtifactoryCreateCommand.ts +128 -0
- package/src/command/JFrogArtifactoryDeleteCommand.ts +45 -0
- package/src/command/JFrogArtifactoryGetCommand.ts +45 -0
- package/src/command/JFrogArtifactoryListCommand.ts +45 -0
- package/src/command/JFrogArtifactoryRotateCommand.ts +45 -0
- package/src/command/JFrogArtifactoryUpdateCommand.ts +128 -0
- package/src/command/JFrogArtifactory_GetForCommand.ts +45 -0
- package/src/command/JfrogArtifactoryCategoryCommand.ts +38 -0
- package/src/command/JfrogArtifactoryCategoryCreateCommand.ts +56 -0
- package/src/command/JfrogArtifactoryCategoryDeleteCommand.ts +45 -0
- package/src/command/JfrogArtifactoryCategoryGetCommand.ts +45 -0
- package/src/command/JfrogArtifactoryCategoryListCommand.ts +45 -0
- package/src/command/JfrogArtifactoryFieldCommand.ts +40 -0
- package/src/command/JfrogArtifactoryFieldCreateCommand.ts +65 -0
- package/src/command/JfrogArtifactoryFieldDeleteCommand.ts +45 -0
- package/src/command/JfrogArtifactoryFieldGetCommand.ts +45 -0
- package/src/command/JfrogArtifactoryFieldListCommand.ts +45 -0
- package/src/command/JfrogArtifactoryFieldUpdateCommand.ts +65 -0
- package/src/command/JfrogArtifactoryTagCommand.ts +40 -0
- package/src/command/JfrogArtifactoryTagCreateCommand.ts +65 -0
- package/src/command/JfrogArtifactoryTagDeleteCommand.ts +45 -0
- package/src/command/JfrogArtifactoryTagGetCommand.ts +45 -0
- package/src/command/JfrogArtifactoryTagListCommand.ts +45 -0
- package/src/command/JfrogArtifactoryTagUpdateCommand.ts +65 -0
- package/src/command/SonatypeNexusCategoryCommand.ts +38 -0
- package/src/command/SonatypeNexusCategoryCreateCommand.ts +56 -0
- package/src/command/SonatypeNexusCategoryDeleteCommand.ts +45 -0
- package/src/command/SonatypeNexusCategoryGetCommand.ts +45 -0
- package/src/command/SonatypeNexusCategoryListCommand.ts +45 -0
- package/src/command/SonatypeNexusCommand.ts +44 -0
- package/src/command/SonatypeNexusCreateCommand.ts +128 -0
- package/src/command/SonatypeNexusDeleteCommand.ts +45 -0
- package/src/command/SonatypeNexusFieldCommand.ts +40 -0
- package/src/command/SonatypeNexusFieldCreateCommand.ts +65 -0
- package/src/command/SonatypeNexusFieldDeleteCommand.ts +45 -0
- package/src/command/SonatypeNexusFieldGetCommand.ts +45 -0
- package/src/command/SonatypeNexusFieldListCommand.ts +45 -0
- package/src/command/SonatypeNexusFieldUpdateCommand.ts +65 -0
- package/src/command/SonatypeNexusGetCommand.ts +45 -0
- package/src/command/SonatypeNexusListCommand.ts +45 -0
- package/src/command/SonatypeNexusRotateCommand.ts +45 -0
- package/src/command/SonatypeNexusTagCommand.ts +40 -0
- package/src/command/SonatypeNexusTagCreateCommand.ts +65 -0
- package/src/command/SonatypeNexusTagDeleteCommand.ts +45 -0
- package/src/command/SonatypeNexusTagGetCommand.ts +45 -0
- package/src/command/SonatypeNexusTagListCommand.ts +45 -0
- package/src/command/SonatypeNexusTagUpdateCommand.ts +65 -0
- package/src/command/SonatypeNexusUpdateCommand.ts +128 -0
- package/src/command/SonatypeNexus_GetForCommand.ts +45 -0
- package/src/command/cli.ts +40 -0
- package/src/index.ts +201 -1
- package/src/meta/BasicAuthMetaTable.ts +0 -2
- package/src/meta/GitHubCategoryMetaTable.ts +59 -0
- package/src/meta/GitHubFieldMetaTable.ts +60 -0
- package/src/meta/GitHubMetaTable.ts +66 -0
- package/src/meta/GitHubTagMetaTable.ts +60 -0
- package/src/meta/GitLabCategoryMetaTable.ts +59 -0
- package/src/meta/GitLabFieldMetaTable.ts +60 -0
- package/src/meta/GitLabMetaTable.ts +66 -0
- package/src/meta/GitLabTagMetaTable.ts +60 -0
- package/src/meta/HarborCategoryMetaTable.ts +59 -0
- package/src/meta/HarborFieldMetaTable.ts +60 -0
- package/src/meta/HarborMetaTable.ts +66 -0
- package/src/meta/HarborTagMetaTable.ts +60 -0
- package/src/meta/JfrogArtifactoryCategoryMetaTable.ts +59 -0
- package/src/meta/JfrogArtifactoryFieldMetaTable.ts +60 -0
- package/src/meta/JfrogArtifactoryMetaTable.ts +70 -0
- package/src/meta/JfrogArtifactoryTagMetaTable.ts +60 -0
- package/src/meta/NamirasoftCredentialMetaDatabase.ts +60 -0
- package/src/meta/SonatypeNexusCategoryMetaTable.ts +59 -0
- package/src/meta/SonatypeNexusFieldMetaTable.ts +60 -0
- package/src/meta/SonatypeNexusMetaTable.ts +66 -0
- package/src/meta/SonatypeNexusTagMetaTable.ts +60 -0
- package/src/row/BasicAuthCreateRow.ts +0 -1
- package/src/row/BasicAuthFullRow.ts +0 -1
- package/src/row/BasicAuthRow.ts +0 -1
- package/src/row/BasicAuthUpdateRow.ts +0 -1
- package/src/row/GitHubCategoryRow.ts +29 -0
- package/src/row/GitHubCreateRow.ts +36 -0
- package/src/row/GitHubFieldRow.ts +30 -0
- package/src/row/GitHubFullRow.ts +40 -0
- package/src/row/GitHubRow.ts +33 -0
- package/src/row/GitHubTagRow.ts +30 -0
- package/src/row/GitHubUpdateRow.ts +36 -0
- package/src/row/GitLabCategoryRow.ts +29 -0
- package/src/row/GitLabCreateRow.ts +36 -0
- package/src/row/GitLabFieldRow.ts +30 -0
- package/src/row/GitLabFullRow.ts +40 -0
- package/src/row/GitLabRow.ts +33 -0
- package/src/row/GitLabTagRow.ts +30 -0
- package/src/row/GitLabUpdateRow.ts +36 -0
- package/src/row/HarborCategoryRow.ts +29 -0
- package/src/row/HarborCreateRow.ts +36 -0
- package/src/row/HarborFieldRow.ts +30 -0
- package/src/row/HarborFullRow.ts +40 -0
- package/src/row/HarborRow.ts +33 -0
- package/src/row/HarborTagRow.ts +30 -0
- package/src/row/HarborUpdateRow.ts +36 -0
- package/src/row/JFrogArtifactoryCreateRow.ts +36 -0
- package/src/row/JFrogArtifactoryFullRow.ts +40 -0
- package/src/row/JFrogArtifactoryUpdateRow.ts +36 -0
- package/src/row/JfrogArtifactoryCategoryRow.ts +29 -0
- package/src/row/JfrogArtifactoryFieldRow.ts +30 -0
- package/src/row/JfrogArtifactoryRow.ts +33 -0
- package/src/row/JfrogArtifactoryTagRow.ts +30 -0
- package/src/row/SonatypeNexusCategoryRow.ts +29 -0
- package/src/row/SonatypeNexusCreateRow.ts +36 -0
- package/src/row/SonatypeNexusFieldRow.ts +30 -0
- package/src/row/SonatypeNexusFullRow.ts +40 -0
- package/src/row/SonatypeNexusRow.ts +33 -0
- package/src/row/SonatypeNexusTagRow.ts +30 -0
- package/src/row/SonatypeNexusUpdateRow.ts +36 -0
|
@@ -0,0 +1,60 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { HarborTagRow } from "../row/HarborTagRow";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class HarborTagMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, HarborTagRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
name: BaseMetaColumn;
|
|
33
|
+
value: BaseMetaColumn;
|
|
34
|
+
created_at: BaseMetaColumn;
|
|
35
|
+
updated_at: BaseMetaColumn;
|
|
36
|
+
}
|
|
37
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
38
|
+
{
|
|
39
|
+
super(database, "harbor_tag", "Harbor Tag", new BaseUUID(""));
|
|
40
|
+
this.columns = {
|
|
41
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
43
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
44
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
45
|
+
value: new BaseMetaColumn(this, "value", "Value", "String", false),
|
|
46
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
47
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
48
|
+
};
|
|
49
|
+
this.back_end.get = async (id: string) =>
|
|
50
|
+
{
|
|
51
|
+
let server = this.database.getServer();
|
|
52
|
+
return await server.harbor_tag.Get(id);
|
|
53
|
+
};
|
|
54
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.harbor_tag.List(filters, page, size, sorts);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1,59 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { JfrogArtifactoryCategoryRow } from "../row/JfrogArtifactoryCategoryRow";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class JfrogArtifactoryCategoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryCategoryRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
category_id: BaseMetaColumn;
|
|
33
|
+
created_at: BaseMetaColumn;
|
|
34
|
+
updated_at: BaseMetaColumn;
|
|
35
|
+
}
|
|
36
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
37
|
+
{
|
|
38
|
+
super(database, "jfrog_artifactory_category", "Jfrog Artifactory Category", new BaseUUID(""));
|
|
39
|
+
this.columns = {
|
|
40
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
41
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
42
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
43
|
+
category_id: new BaseMetaColumn(this, "category_id", "Category ID", "String", true),
|
|
44
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
45
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
46
|
+
};
|
|
47
|
+
this.back_end.get = async (id: string) =>
|
|
48
|
+
{
|
|
49
|
+
let server = this.database.getServer();
|
|
50
|
+
return await server.jfrog_artifactory_category.Get(id);
|
|
51
|
+
};
|
|
52
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
53
|
+
{
|
|
54
|
+
let server = this.database.getServer();
|
|
55
|
+
return await server.jfrog_artifactory_category.List(filters, page, size, sorts);
|
|
56
|
+
};
|
|
57
|
+
this.front_end.getUpdateLink = () => "";
|
|
58
|
+
}
|
|
59
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { JfrogArtifactoryFieldRow } from "../row/JfrogArtifactoryFieldRow";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class JfrogArtifactoryFieldMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryFieldRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
field_id: BaseMetaColumn;
|
|
33
|
+
value: BaseMetaColumn;
|
|
34
|
+
created_at: BaseMetaColumn;
|
|
35
|
+
updated_at: BaseMetaColumn;
|
|
36
|
+
}
|
|
37
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
38
|
+
{
|
|
39
|
+
super(database, "jfrog_artifactory_field", "Jfrog Artifactory Field", new BaseUUID(""));
|
|
40
|
+
this.columns = {
|
|
41
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
43
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
44
|
+
field_id: new BaseMetaColumn(this, "field_id", "Field ID", "String", true),
|
|
45
|
+
value: new BaseMetaColumn(this, "value", "Value", "String", false),
|
|
46
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
47
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
48
|
+
};
|
|
49
|
+
this.back_end.get = async (id: string) =>
|
|
50
|
+
{
|
|
51
|
+
let server = this.database.getServer();
|
|
52
|
+
return await server.jfrog_artifactory_field.Get(id);
|
|
53
|
+
};
|
|
54
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.jfrog_artifactory_field.List(filters, page, size, sorts);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { JfrogArtifactoryRow } from "../row/JfrogArtifactoryRow";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class JfrogArtifactoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
workspace_id: BaseMetaColumn;
|
|
32
|
+
rotator_id: BaseMetaColumn;
|
|
33
|
+
name: BaseMetaColumn;
|
|
34
|
+
user_name_secret_id: BaseMetaColumn;
|
|
35
|
+
password_secret_id: BaseMetaColumn;
|
|
36
|
+
description: BaseMetaColumn;
|
|
37
|
+
created_at: BaseMetaColumn;
|
|
38
|
+
updated_at: BaseMetaColumn;
|
|
39
|
+
}
|
|
40
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
41
|
+
{
|
|
42
|
+
super(database, "jfrog_artifactory", "Jfrog Artifactory", new BaseUUID("crd-jfr"));
|
|
43
|
+
this.columns = {
|
|
44
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
45
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
46
|
+
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
47
|
+
rotator_id: new BaseMetaColumn(this, "rotator_id", "Rotator ID", "String", false),
|
|
48
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
49
|
+
user_name_secret_id: new BaseMetaColumn(this, "user_name_secret_id", "User Name Secret ID", "String", true),
|
|
50
|
+
password_secret_id: new BaseMetaColumn(this, "password_secret_id", "Password Secret ID", "String", true),
|
|
51
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
52
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
53
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
54
|
+
};
|
|
55
|
+
this.back_end.get = async (id: string) =>
|
|
56
|
+
{
|
|
57
|
+
console.log(id);
|
|
58
|
+
throw new Error("JfrogArtifactory.Get is not implemented");
|
|
59
|
+
};
|
|
60
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
61
|
+
{
|
|
62
|
+
console.log(filters, page, size, sorts);
|
|
63
|
+
throw new Error("JfrogArtifactory.List is not implemented");
|
|
64
|
+
};
|
|
65
|
+
this.front_end.getListLink = () => "";
|
|
66
|
+
this.front_end.getViewLink = () => "";
|
|
67
|
+
this.front_end.getNewLink = () => "";
|
|
68
|
+
this.front_end.getUpdateLink = () => "";
|
|
69
|
+
}
|
|
70
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { JfrogArtifactoryTagRow } from "../row/JfrogArtifactoryTagRow";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class JfrogArtifactoryTagMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryTagRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
name: BaseMetaColumn;
|
|
33
|
+
value: BaseMetaColumn;
|
|
34
|
+
created_at: BaseMetaColumn;
|
|
35
|
+
updated_at: BaseMetaColumn;
|
|
36
|
+
}
|
|
37
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
38
|
+
{
|
|
39
|
+
super(database, "jfrog_artifactory_tag", "Jfrog Artifactory Tag", new BaseUUID(""));
|
|
40
|
+
this.columns = {
|
|
41
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
43
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
44
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
45
|
+
value: new BaseMetaColumn(this, "value", "Value", "String", false),
|
|
46
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
47
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
48
|
+
};
|
|
49
|
+
this.back_end.get = async (id: string) =>
|
|
50
|
+
{
|
|
51
|
+
let server = this.database.getServer();
|
|
52
|
+
return await server.jfrog_artifactory_tag.Get(id);
|
|
53
|
+
};
|
|
54
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.jfrog_artifactory_tag.List(filters, page, size, sorts);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -35,12 +35,32 @@ import { GCPCategoryMetaTable } from "./GCPCategoryMetaTable";
|
|
|
35
35
|
import { GCPFieldMetaTable } from "./GCPFieldMetaTable";
|
|
36
36
|
import { GCPMetaTable } from "./GCPMetaTable";
|
|
37
37
|
import { GCPTagMetaTable } from "./GCPTagMetaTable";
|
|
38
|
+
import { GitHubCategoryMetaTable } from "./GitHubCategoryMetaTable";
|
|
39
|
+
import { GitHubFieldMetaTable } from "./GitHubFieldMetaTable";
|
|
40
|
+
import { GitHubMetaTable } from "./GitHubMetaTable";
|
|
41
|
+
import { GitHubTagMetaTable } from "./GitHubTagMetaTable";
|
|
42
|
+
import { GitLabCategoryMetaTable } from "./GitLabCategoryMetaTable";
|
|
43
|
+
import { GitLabFieldMetaTable } from "./GitLabFieldMetaTable";
|
|
44
|
+
import { GitLabMetaTable } from "./GitLabMetaTable";
|
|
45
|
+
import { GitLabTagMetaTable } from "./GitLabTagMetaTable";
|
|
46
|
+
import { HarborCategoryMetaTable } from "./HarborCategoryMetaTable";
|
|
47
|
+
import { HarborFieldMetaTable } from "./HarborFieldMetaTable";
|
|
48
|
+
import { HarborMetaTable } from "./HarborMetaTable";
|
|
49
|
+
import { HarborTagMetaTable } from "./HarborTagMetaTable";
|
|
50
|
+
import { JfrogArtifactoryCategoryMetaTable } from "./JfrogArtifactoryCategoryMetaTable";
|
|
51
|
+
import { JfrogArtifactoryFieldMetaTable } from "./JfrogArtifactoryFieldMetaTable";
|
|
52
|
+
import { JfrogArtifactoryMetaTable } from "./JfrogArtifactoryMetaTable";
|
|
53
|
+
import { JfrogArtifactoryTagMetaTable } from "./JfrogArtifactoryTagMetaTable";
|
|
38
54
|
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
39
55
|
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
40
56
|
import { RotatorCategoryMetaTable } from "./RotatorCategoryMetaTable";
|
|
41
57
|
import { RotatorFieldMetaTable } from "./RotatorFieldMetaTable";
|
|
42
58
|
import { RotatorMetaTable } from "./RotatorMetaTable";
|
|
43
59
|
import { RotatorTagMetaTable } from "./RotatorTagMetaTable";
|
|
60
|
+
import { SonatypeNexusCategoryMetaTable } from "./SonatypeNexusCategoryMetaTable";
|
|
61
|
+
import { SonatypeNexusFieldMetaTable } from "./SonatypeNexusFieldMetaTable";
|
|
62
|
+
import { SonatypeNexusMetaTable } from "./SonatypeNexusMetaTable";
|
|
63
|
+
import { SonatypeNexusTagMetaTable } from "./SonatypeNexusTagMetaTable";
|
|
44
64
|
import { TokenManager } from "namirasoft-account";
|
|
45
65
|
|
|
46
66
|
export class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase<NamirasoftCredentialServer>
|
|
@@ -60,10 +80,30 @@ export class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase<Namiras
|
|
|
60
80
|
gcp_field: GCPFieldMetaTable,
|
|
61
81
|
gcp_tag: GCPTagMetaTable,
|
|
62
82
|
gcp: GCPMetaTable,
|
|
83
|
+
sonatype_nexus_category: SonatypeNexusCategoryMetaTable,
|
|
84
|
+
sonatype_nexus_field: SonatypeNexusFieldMetaTable,
|
|
85
|
+
sonatype_nexus_tag: SonatypeNexusTagMetaTable,
|
|
86
|
+
sonatype_nexus: SonatypeNexusMetaTable,
|
|
63
87
|
basic_auth_category: BasicAuthCategoryMetaTable,
|
|
64
88
|
basic_auth_field: BasicAuthFieldMetaTable,
|
|
65
89
|
basic_auth_tag: BasicAuthTagMetaTable,
|
|
66
90
|
basic_auth: BasicAuthMetaTable,
|
|
91
|
+
jfrog_artifactory_category: JfrogArtifactoryCategoryMetaTable,
|
|
92
|
+
jfrog_artifactory_field: JfrogArtifactoryFieldMetaTable,
|
|
93
|
+
jfrog_artifactory_tag: JfrogArtifactoryTagMetaTable,
|
|
94
|
+
jfrog_artifactory: JfrogArtifactoryMetaTable,
|
|
95
|
+
harbor_category: HarborCategoryMetaTable,
|
|
96
|
+
harbor_field: HarborFieldMetaTable,
|
|
97
|
+
harbor_tag: HarborTagMetaTable,
|
|
98
|
+
harbor: HarborMetaTable,
|
|
99
|
+
git_hub_category: GitHubCategoryMetaTable,
|
|
100
|
+
git_hub_field: GitHubFieldMetaTable,
|
|
101
|
+
git_hub_tag: GitHubTagMetaTable,
|
|
102
|
+
git_hub: GitHubMetaTable,
|
|
103
|
+
git_lab_category: GitLabCategoryMetaTable,
|
|
104
|
+
git_lab_field: GitLabFieldMetaTable,
|
|
105
|
+
git_lab_tag: GitLabTagMetaTable,
|
|
106
|
+
git_lab: GitLabMetaTable,
|
|
67
107
|
rotator: RotatorMetaTable,
|
|
68
108
|
rotator_category: RotatorCategoryMetaTable,
|
|
69
109
|
rotator_field: RotatorFieldMetaTable,
|
|
@@ -87,10 +127,30 @@ export class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase<Namiras
|
|
|
87
127
|
gcp_field: new GCPFieldMetaTable(this),
|
|
88
128
|
gcp_tag: new GCPTagMetaTable(this),
|
|
89
129
|
gcp: new GCPMetaTable(this),
|
|
130
|
+
sonatype_nexus_category: new SonatypeNexusCategoryMetaTable(this),
|
|
131
|
+
sonatype_nexus_field: new SonatypeNexusFieldMetaTable(this),
|
|
132
|
+
sonatype_nexus_tag: new SonatypeNexusTagMetaTable(this),
|
|
133
|
+
sonatype_nexus: new SonatypeNexusMetaTable(this),
|
|
90
134
|
basic_auth_category: new BasicAuthCategoryMetaTable(this),
|
|
91
135
|
basic_auth_field: new BasicAuthFieldMetaTable(this),
|
|
92
136
|
basic_auth_tag: new BasicAuthTagMetaTable(this),
|
|
93
137
|
basic_auth: new BasicAuthMetaTable(this),
|
|
138
|
+
jfrog_artifactory_category: new JfrogArtifactoryCategoryMetaTable(this),
|
|
139
|
+
jfrog_artifactory_field: new JfrogArtifactoryFieldMetaTable(this),
|
|
140
|
+
jfrog_artifactory_tag: new JfrogArtifactoryTagMetaTable(this),
|
|
141
|
+
jfrog_artifactory: new JfrogArtifactoryMetaTable(this),
|
|
142
|
+
harbor_category: new HarborCategoryMetaTable(this),
|
|
143
|
+
harbor_field: new HarborFieldMetaTable(this),
|
|
144
|
+
harbor_tag: new HarborTagMetaTable(this),
|
|
145
|
+
harbor: new HarborMetaTable(this),
|
|
146
|
+
git_hub_category: new GitHubCategoryMetaTable(this),
|
|
147
|
+
git_hub_field: new GitHubFieldMetaTable(this),
|
|
148
|
+
git_hub_tag: new GitHubTagMetaTable(this),
|
|
149
|
+
git_hub: new GitHubMetaTable(this),
|
|
150
|
+
git_lab_category: new GitLabCategoryMetaTable(this),
|
|
151
|
+
git_lab_field: new GitLabFieldMetaTable(this),
|
|
152
|
+
git_lab_tag: new GitLabTagMetaTable(this),
|
|
153
|
+
git_lab: new GitLabMetaTable(this),
|
|
94
154
|
rotator: new RotatorMetaTable(this),
|
|
95
155
|
rotator_category: new RotatorCategoryMetaTable(this),
|
|
96
156
|
rotator_field: new RotatorFieldMetaTable(this),
|
|
@@ -0,0 +1,59 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { SonatypeNexusCategoryRow } from "../row/SonatypeNexusCategoryRow";
|
|
25
|
+
|
|
26
|
+
export class SonatypeNexusCategoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, SonatypeNexusCategoryRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
category_id: BaseMetaColumn;
|
|
33
|
+
created_at: BaseMetaColumn;
|
|
34
|
+
updated_at: BaseMetaColumn;
|
|
35
|
+
}
|
|
36
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
37
|
+
{
|
|
38
|
+
super(database, "sonatype_nexus_category", "Sonatype Nexus Category", new BaseUUID(""));
|
|
39
|
+
this.columns = {
|
|
40
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
41
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
42
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
43
|
+
category_id: new BaseMetaColumn(this, "category_id", "Category ID", "String", true),
|
|
44
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
45
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
46
|
+
};
|
|
47
|
+
this.back_end.get = async (id: string) =>
|
|
48
|
+
{
|
|
49
|
+
let server = this.database.getServer();
|
|
50
|
+
return await server.sonatype_nexus_category.Get(id);
|
|
51
|
+
};
|
|
52
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
53
|
+
{
|
|
54
|
+
let server = this.database.getServer();
|
|
55
|
+
return await server.sonatype_nexus_category.List(filters, page, size, sorts);
|
|
56
|
+
};
|
|
57
|
+
this.front_end.getUpdateLink = () => "";
|
|
58
|
+
}
|
|
59
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { SonatypeNexusFieldRow } from "../row/SonatypeNexusFieldRow";
|
|
25
|
+
|
|
26
|
+
export class SonatypeNexusFieldMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, SonatypeNexusFieldRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
entity_id: BaseMetaColumn;
|
|
32
|
+
field_id: BaseMetaColumn;
|
|
33
|
+
value: BaseMetaColumn;
|
|
34
|
+
created_at: BaseMetaColumn;
|
|
35
|
+
updated_at: BaseMetaColumn;
|
|
36
|
+
}
|
|
37
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
38
|
+
{
|
|
39
|
+
super(database, "sonatype_nexus_field", "Sonatype Nexus Field", new BaseUUID(""));
|
|
40
|
+
this.columns = {
|
|
41
|
+
id: new BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
42
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
43
|
+
entity_id: new BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
44
|
+
field_id: new BaseMetaColumn(this, "field_id", "Field ID", "String", true),
|
|
45
|
+
value: new BaseMetaColumn(this, "value", "Value", "String", false),
|
|
46
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
47
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
48
|
+
};
|
|
49
|
+
this.back_end.get = async (id: string) =>
|
|
50
|
+
{
|
|
51
|
+
let server = this.database.getServer();
|
|
52
|
+
return await server.sonatype_nexus_field.Get(id);
|
|
53
|
+
};
|
|
54
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
55
|
+
{
|
|
56
|
+
let server = this.database.getServer();
|
|
57
|
+
return await server.sonatype_nexus_field.List(filters, page, size, sorts);
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { BaseUUID, BaseMetaColumn, FilterItem, SortItem } from "namirasoft-core";
|
|
22
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { SonatypeNexusRow } from "../row/SonatypeNexusRow";
|
|
25
|
+
|
|
26
|
+
export class SonatypeNexusMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, SonatypeNexusRow>
|
|
27
|
+
{
|
|
28
|
+
public override columns: {
|
|
29
|
+
id: BaseMetaColumn;
|
|
30
|
+
user_id: BaseMetaColumn;
|
|
31
|
+
workspace_id: BaseMetaColumn;
|
|
32
|
+
rotator_id: BaseMetaColumn;
|
|
33
|
+
name: BaseMetaColumn;
|
|
34
|
+
user_name_secret_id: BaseMetaColumn;
|
|
35
|
+
password_secret_id: BaseMetaColumn;
|
|
36
|
+
description: BaseMetaColumn;
|
|
37
|
+
created_at: BaseMetaColumn;
|
|
38
|
+
updated_at: BaseMetaColumn;
|
|
39
|
+
}
|
|
40
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>)
|
|
41
|
+
{
|
|
42
|
+
super(database, "sonatype_nexus", "Sonatype Nexus", new BaseUUID("crd-stnx"));
|
|
43
|
+
this.columns = {
|
|
44
|
+
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
45
|
+
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
46
|
+
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
47
|
+
rotator_id: new BaseMetaColumn(this, "rotator_id", "Rotator ID", "String", false),
|
|
48
|
+
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
49
|
+
user_name_secret_id: new BaseMetaColumn(this, "user_name_secret_id", "User Name Secret ID", "String", true),
|
|
50
|
+
password_secret_id: new BaseMetaColumn(this, "password_secret_id", "Password Secret ID", "String", true),
|
|
51
|
+
description: new BaseMetaColumn(this, "description", "Description", "String", false),
|
|
52
|
+
created_at: new BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
53
|
+
updated_at: new BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
54
|
+
};
|
|
55
|
+
this.back_end.get = async (id: string) =>
|
|
56
|
+
{
|
|
57
|
+
let server = this.database.getServer();
|
|
58
|
+
return await server.sonatype_nexus.Get(id);
|
|
59
|
+
};
|
|
60
|
+
this.back_end.list = async (filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[]) =>
|
|
61
|
+
{
|
|
62
|
+
let server = this.database.getServer();
|
|
63
|
+
return await server.sonatype_nexus.List(filters, page, size, sorts);
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
};
|