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,65 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class SonatypeNexusTagUpdateCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["entity_id", "id"], [
|
|
31
|
+
{
|
|
32
|
+
name: "name",
|
|
33
|
+
short: "",
|
|
34
|
+
description: "Provides the value of 'name' in body",
|
|
35
|
+
optional: false,
|
|
36
|
+
args: ["name"],
|
|
37
|
+
defaults: [""]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "value",
|
|
41
|
+
short: "",
|
|
42
|
+
description: "Provides the value of 'value' in body",
|
|
43
|
+
optional: true,
|
|
44
|
+
args: ["value"],
|
|
45
|
+
defaults: [""]
|
|
46
|
+
}
|
|
47
|
+
]);
|
|
48
|
+
}
|
|
49
|
+
override async exec()
|
|
50
|
+
{
|
|
51
|
+
let token = this.app.storage.getNSAToken();
|
|
52
|
+
if (token == null)
|
|
53
|
+
throw new Error("Token is not available. Please login first using:\nns-credential account config \nor \nns-credential account login.");
|
|
54
|
+
let storage = new IStorageMemoryDedicated();
|
|
55
|
+
let manager = new TokenManager(storage, () => { });
|
|
56
|
+
manager.setValue(token, false);
|
|
57
|
+
let url = this.app.storage.getItem("ns-credential-server-url");
|
|
58
|
+
let server = new NamirasoftCredentialServer(url, manager, e => this.app.logger.error(e.message));
|
|
59
|
+
let ans = await server.sonatype_nexus_tag.Update(this.arg_values[0], this.arg_values[1], {
|
|
60
|
+
name: this.option_values.name,
|
|
61
|
+
value: this.option_values.value
|
|
62
|
+
});
|
|
63
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
64
|
+
}
|
|
65
|
+
};
|
|
@@ -0,0 +1,128 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class SonatypeNexusUpdateCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["id"], [
|
|
31
|
+
{
|
|
32
|
+
name: "workspace_id",
|
|
33
|
+
short: "",
|
|
34
|
+
description: "Provides the value of 'workspace_id' in body",
|
|
35
|
+
optional: true,
|
|
36
|
+
args: ["workspace_id"],
|
|
37
|
+
defaults: [""]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "rotator_id",
|
|
41
|
+
short: "",
|
|
42
|
+
description: "Provides the value of 'rotator_id' in body",
|
|
43
|
+
optional: true,
|
|
44
|
+
args: ["rotator_id"],
|
|
45
|
+
defaults: [""]
|
|
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: "user_name",
|
|
57
|
+
short: "",
|
|
58
|
+
description: "Provides the value of 'user_name' in body",
|
|
59
|
+
optional: true,
|
|
60
|
+
args: ["user_name"],
|
|
61
|
+
defaults: [""]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: "password",
|
|
65
|
+
short: "",
|
|
66
|
+
description: "Provides the value of 'password' in body",
|
|
67
|
+
optional: true,
|
|
68
|
+
args: ["password"],
|
|
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
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "sonatype_nexus_category",
|
|
81
|
+
short: "",
|
|
82
|
+
description: "Provides the value of 'sonatype_nexus_category' in body",
|
|
83
|
+
optional: false,
|
|
84
|
+
args: ["sonatype_nexus_category"],
|
|
85
|
+
defaults: [""]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: "sonatype_nexus_field",
|
|
89
|
+
short: "",
|
|
90
|
+
description: "Provides the value of 'sonatype_nexus_field' in body",
|
|
91
|
+
optional: false,
|
|
92
|
+
args: ["sonatype_nexus_field"],
|
|
93
|
+
defaults: [""]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
name: "sonatype_nexus_tag",
|
|
97
|
+
short: "",
|
|
98
|
+
description: "Provides the value of 'sonatype_nexus_tag' in body",
|
|
99
|
+
optional: false,
|
|
100
|
+
args: ["sonatype_nexus_tag"],
|
|
101
|
+
defaults: [""]
|
|
102
|
+
}
|
|
103
|
+
]);
|
|
104
|
+
}
|
|
105
|
+
override async exec()
|
|
106
|
+
{
|
|
107
|
+
let token = this.app.storage.getNSAToken();
|
|
108
|
+
if (token == null)
|
|
109
|
+
throw new Error("Token is not available. Please login first using:\nns-credential account config \nor \nns-credential account login.");
|
|
110
|
+
let storage = new IStorageMemoryDedicated();
|
|
111
|
+
let manager = new TokenManager(storage, () => { });
|
|
112
|
+
manager.setValue(token, false);
|
|
113
|
+
let url = this.app.storage.getItem("ns-credential-server-url");
|
|
114
|
+
let server = new NamirasoftCredentialServer(url, manager, e => this.app.logger.error(e.message));
|
|
115
|
+
let ans = await server.sonatype_nexus.Update(this.arg_values[0], {
|
|
116
|
+
workspace_id: this.option_values.workspace_id,
|
|
117
|
+
rotator_id: this.option_values.rotator_id,
|
|
118
|
+
name: this.option_values.name,
|
|
119
|
+
user_name: this.option_values.user_name,
|
|
120
|
+
password: this.option_values.password,
|
|
121
|
+
description: this.option_values.description,
|
|
122
|
+
sonatype_nexus_category: this.option_values.sonatype_nexus_category,
|
|
123
|
+
sonatype_nexus_field: this.option_values.sonatype_nexus_field,
|
|
124
|
+
sonatype_nexus_tag: this.option_values.sonatype_nexus_tag
|
|
125
|
+
});
|
|
126
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
127
|
+
}
|
|
128
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
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 { BaseFinalCommand } from "namirasoft-node-cli";
|
|
22
|
+
import { IStorageMemoryDedicated } from "namirasoft-core";
|
|
23
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
24
|
+
import { TokenManager } from "namirasoft-account";
|
|
25
|
+
|
|
26
|
+
export class SonatypeNexus_GetForCommand extends BaseFinalCommand
|
|
27
|
+
{
|
|
28
|
+
constructor(argv: string[])
|
|
29
|
+
{
|
|
30
|
+
super(argv, ["user_id", "id"], []);
|
|
31
|
+
}
|
|
32
|
+
override async exec()
|
|
33
|
+
{
|
|
34
|
+
let token = this.app.storage.getNSAToken();
|
|
35
|
+
if (token == null)
|
|
36
|
+
throw new Error("Token is not available. Please login first using:\nns-credential account config \nor \nns-credential account login.");
|
|
37
|
+
let storage = new IStorageMemoryDedicated();
|
|
38
|
+
let manager = new TokenManager(storage, () => { });
|
|
39
|
+
manager.setValue(token, false);
|
|
40
|
+
let url = this.app.storage.getItem("ns-credential-server-url");
|
|
41
|
+
let server = new NamirasoftCredentialServer(url, manager, e => this.app.logger.error(e.message));
|
|
42
|
+
let ans = await server.sonatype_nexus._GetFor(this.arg_values[0], this.arg_values[1]);
|
|
43
|
+
this.app.logger.success(JSON.stringify(ans));
|
|
44
|
+
}
|
|
45
|
+
};
|
package/src/command/cli.ts
CHANGED
|
@@ -38,12 +38,32 @@ import { GCPCategoryCommand } from "./GCPCategoryCommand";
|
|
|
38
38
|
import { GCPCommand } from "./GCPCommand";
|
|
39
39
|
import { GCPFieldCommand } from "./GCPFieldCommand";
|
|
40
40
|
import { GCPTagCommand } from "./GCPTagCommand";
|
|
41
|
+
import { GitHubCategoryCommand } from "./GitHubCategoryCommand";
|
|
42
|
+
import { GitHubCommand } from "./GitHubCommand";
|
|
43
|
+
import { GitHubFieldCommand } from "./GitHubFieldCommand";
|
|
44
|
+
import { GitHubTagCommand } from "./GitHubTagCommand";
|
|
45
|
+
import { GitLabCategoryCommand } from "./GitLabCategoryCommand";
|
|
46
|
+
import { GitLabCommand } from "./GitLabCommand";
|
|
47
|
+
import { GitLabFieldCommand } from "./GitLabFieldCommand";
|
|
48
|
+
import { GitLabTagCommand } from "./GitLabTagCommand";
|
|
49
|
+
import { HarborCategoryCommand } from "./HarborCategoryCommand";
|
|
50
|
+
import { HarborCommand } from "./HarborCommand";
|
|
51
|
+
import { HarborFieldCommand } from "./HarborFieldCommand";
|
|
52
|
+
import { HarborTagCommand } from "./HarborTagCommand";
|
|
41
53
|
import { HealthzCommand } from "./HealthzCommand";
|
|
54
|
+
import { JFrogArtifactoryCommand } from "./JFrogArtifactoryCommand";
|
|
55
|
+
import { JfrogArtifactoryCategoryCommand } from "./JfrogArtifactoryCategoryCommand";
|
|
56
|
+
import { JfrogArtifactoryFieldCommand } from "./JfrogArtifactoryFieldCommand";
|
|
57
|
+
import { JfrogArtifactoryTagCommand } from "./JfrogArtifactoryTagCommand";
|
|
42
58
|
import { MetricsCommand } from "./MetricsCommand";
|
|
43
59
|
import { RotatorCategoryCommand } from "./RotatorCategoryCommand";
|
|
44
60
|
import { RotatorCommand } from "./RotatorCommand";
|
|
45
61
|
import { RotatorFieldCommand } from "./RotatorFieldCommand";
|
|
46
62
|
import { RotatorTagCommand } from "./RotatorTagCommand";
|
|
63
|
+
import { SonatypeNexusCategoryCommand } from "./SonatypeNexusCategoryCommand";
|
|
64
|
+
import { SonatypeNexusCommand } from "./SonatypeNexusCommand";
|
|
65
|
+
import { SonatypeNexusFieldCommand } from "./SonatypeNexusFieldCommand";
|
|
66
|
+
import { SonatypeNexusTagCommand } from "./SonatypeNexusTagCommand";
|
|
47
67
|
import { ValueCommand } from "./ValueCommand";
|
|
48
68
|
|
|
49
69
|
let app = new Application("ns-credential", new BaseStorage(),
|
|
@@ -63,6 +83,26 @@ let app = new Application("ns-credential", new BaseStorage(),
|
|
|
63
83
|
"gcpfield": GCPFieldCommand,
|
|
64
84
|
"gcptag": GCPTagCommand,
|
|
65
85
|
"gcp": GCPCommand,
|
|
86
|
+
"sonatypenexuscategory": SonatypeNexusCategoryCommand,
|
|
87
|
+
"sonatypenexusfield": SonatypeNexusFieldCommand,
|
|
88
|
+
"sonatypenexustag": SonatypeNexusTagCommand,
|
|
89
|
+
"sonatypenexus": SonatypeNexusCommand,
|
|
90
|
+
"jfrogartifactorycategory": JfrogArtifactoryCategoryCommand,
|
|
91
|
+
"jfrogartifactoryfield": JfrogArtifactoryFieldCommand,
|
|
92
|
+
"jfrogartifactorytag": JfrogArtifactoryTagCommand,
|
|
93
|
+
"jfrogartifactory": JFrogArtifactoryCommand,
|
|
94
|
+
"harborcategory": HarborCategoryCommand,
|
|
95
|
+
"harborfield": HarborFieldCommand,
|
|
96
|
+
"harbortag": HarborTagCommand,
|
|
97
|
+
"harbor": HarborCommand,
|
|
98
|
+
"githubcategory": GitHubCategoryCommand,
|
|
99
|
+
"githubfield": GitHubFieldCommand,
|
|
100
|
+
"githubtag": GitHubTagCommand,
|
|
101
|
+
"github": GitHubCommand,
|
|
102
|
+
"gitlabcategory": GitLabCategoryCommand,
|
|
103
|
+
"gitlabfield": GitLabFieldCommand,
|
|
104
|
+
"gitlabtag": GitLabTagCommand,
|
|
105
|
+
"gitlab": GitLabCommand,
|
|
66
106
|
"basicauthcategory": BasicAuthCategoryCommand,
|
|
67
107
|
"basicauthfield": BasicAuthFieldCommand,
|
|
68
108
|
"basicauthtag": BasicAuthTagCommand,
|
package/src/index.ts
CHANGED
|
@@ -36,12 +36,32 @@ export * from "./NamirasoftCredentialServerGCP";
|
|
|
36
36
|
export * from "./NamirasoftCredentialServerGCPCategory";
|
|
37
37
|
export * from "./NamirasoftCredentialServerGCPField";
|
|
38
38
|
export * from "./NamirasoftCredentialServerGCPTag";
|
|
39
|
+
export * from "./NamirasoftCredentialServerGitHub";
|
|
40
|
+
export * from "./NamirasoftCredentialServerGitHubCategory";
|
|
41
|
+
export * from "./NamirasoftCredentialServerGitHubField";
|
|
42
|
+
export * from "./NamirasoftCredentialServerGitHubTag";
|
|
43
|
+
export * from "./NamirasoftCredentialServerGitLab";
|
|
44
|
+
export * from "./NamirasoftCredentialServerGitLabCategory";
|
|
45
|
+
export * from "./NamirasoftCredentialServerGitLabField";
|
|
46
|
+
export * from "./NamirasoftCredentialServerGitLabTag";
|
|
47
|
+
export * from "./NamirasoftCredentialServerHarbor";
|
|
48
|
+
export * from "./NamirasoftCredentialServerHarborCategory";
|
|
49
|
+
export * from "./NamirasoftCredentialServerHarborField";
|
|
50
|
+
export * from "./NamirasoftCredentialServerHarborTag";
|
|
39
51
|
export * from "./NamirasoftCredentialServerHealthz";
|
|
52
|
+
export * from "./NamirasoftCredentialServerJFrogArtifactory";
|
|
53
|
+
export * from "./NamirasoftCredentialServerJfrogArtifactoryCategory";
|
|
54
|
+
export * from "./NamirasoftCredentialServerJfrogArtifactoryField";
|
|
55
|
+
export * from "./NamirasoftCredentialServerJfrogArtifactoryTag";
|
|
40
56
|
export * from "./NamirasoftCredentialServerMetrics";
|
|
41
57
|
export * from "./NamirasoftCredentialServerRotator";
|
|
42
58
|
export * from "./NamirasoftCredentialServerRotatorCategory";
|
|
43
59
|
export * from "./NamirasoftCredentialServerRotatorField";
|
|
44
60
|
export * from "./NamirasoftCredentialServerRotatorTag";
|
|
61
|
+
export * from "./NamirasoftCredentialServerSonatypeNexus";
|
|
62
|
+
export * from "./NamirasoftCredentialServerSonatypeNexusCategory";
|
|
63
|
+
export * from "./NamirasoftCredentialServerSonatypeNexusField";
|
|
64
|
+
export * from "./NamirasoftCredentialServerSonatypeNexusTag";
|
|
45
65
|
export * from "./NamirasoftCredentialServerValue";
|
|
46
66
|
export * from "./command/AWSCategoryCommand";
|
|
47
67
|
export * from "./command/AWSCategoryCreateCommand";
|
|
@@ -142,8 +162,108 @@ export * from "./command/GCPTagListCommand";
|
|
|
142
162
|
export * from "./command/GCPTagUpdateCommand";
|
|
143
163
|
export * from "./command/GCPUpdateCommand";
|
|
144
164
|
export * from "./command/GCP_GetForCommand";
|
|
165
|
+
export * from "./command/GitHubCategoryCommand";
|
|
166
|
+
export * from "./command/GitHubCategoryCreateCommand";
|
|
167
|
+
export * from "./command/GitHubCategoryDeleteCommand";
|
|
168
|
+
export * from "./command/GitHubCategoryGetCommand";
|
|
169
|
+
export * from "./command/GitHubCategoryListCommand";
|
|
170
|
+
export * from "./command/GitHubCommand";
|
|
171
|
+
export * from "./command/GitHubCreateCommand";
|
|
172
|
+
export * from "./command/GitHubDeleteCommand";
|
|
173
|
+
export * from "./command/GitHubFieldCommand";
|
|
174
|
+
export * from "./command/GitHubFieldCreateCommand";
|
|
175
|
+
export * from "./command/GitHubFieldDeleteCommand";
|
|
176
|
+
export * from "./command/GitHubFieldGetCommand";
|
|
177
|
+
export * from "./command/GitHubFieldListCommand";
|
|
178
|
+
export * from "./command/GitHubFieldUpdateCommand";
|
|
179
|
+
export * from "./command/GitHubGetCommand";
|
|
180
|
+
export * from "./command/GitHubListCommand";
|
|
181
|
+
export * from "./command/GitHubRotateCommand";
|
|
182
|
+
export * from "./command/GitHubTagCommand";
|
|
183
|
+
export * from "./command/GitHubTagCreateCommand";
|
|
184
|
+
export * from "./command/GitHubTagDeleteCommand";
|
|
185
|
+
export * from "./command/GitHubTagGetCommand";
|
|
186
|
+
export * from "./command/GitHubTagListCommand";
|
|
187
|
+
export * from "./command/GitHubTagUpdateCommand";
|
|
188
|
+
export * from "./command/GitHubUpdateCommand";
|
|
189
|
+
export * from "./command/GitHub_GetForCommand";
|
|
190
|
+
export * from "./command/GitLabCategoryCommand";
|
|
191
|
+
export * from "./command/GitLabCategoryCreateCommand";
|
|
192
|
+
export * from "./command/GitLabCategoryDeleteCommand";
|
|
193
|
+
export * from "./command/GitLabCategoryGetCommand";
|
|
194
|
+
export * from "./command/GitLabCategoryListCommand";
|
|
195
|
+
export * from "./command/GitLabCommand";
|
|
196
|
+
export * from "./command/GitLabCreateCommand";
|
|
197
|
+
export * from "./command/GitLabDeleteCommand";
|
|
198
|
+
export * from "./command/GitLabFieldCommand";
|
|
199
|
+
export * from "./command/GitLabFieldCreateCommand";
|
|
200
|
+
export * from "./command/GitLabFieldDeleteCommand";
|
|
201
|
+
export * from "./command/GitLabFieldGetCommand";
|
|
202
|
+
export * from "./command/GitLabFieldListCommand";
|
|
203
|
+
export * from "./command/GitLabFieldUpdateCommand";
|
|
204
|
+
export * from "./command/GitLabGetCommand";
|
|
205
|
+
export * from "./command/GitLabListCommand";
|
|
206
|
+
export * from "./command/GitLabRotateCommand";
|
|
207
|
+
export * from "./command/GitLabTagCommand";
|
|
208
|
+
export * from "./command/GitLabTagCreateCommand";
|
|
209
|
+
export * from "./command/GitLabTagDeleteCommand";
|
|
210
|
+
export * from "./command/GitLabTagGetCommand";
|
|
211
|
+
export * from "./command/GitLabTagListCommand";
|
|
212
|
+
export * from "./command/GitLabTagUpdateCommand";
|
|
213
|
+
export * from "./command/GitLabUpdateCommand";
|
|
214
|
+
export * from "./command/GitLab_GetForCommand";
|
|
215
|
+
export * from "./command/HarborCategoryCommand";
|
|
216
|
+
export * from "./command/HarborCategoryCreateCommand";
|
|
217
|
+
export * from "./command/HarborCategoryDeleteCommand";
|
|
218
|
+
export * from "./command/HarborCategoryGetCommand";
|
|
219
|
+
export * from "./command/HarborCategoryListCommand";
|
|
220
|
+
export * from "./command/HarborCommand";
|
|
221
|
+
export * from "./command/HarborCreateCommand";
|
|
222
|
+
export * from "./command/HarborDeleteCommand";
|
|
223
|
+
export * from "./command/HarborFieldCommand";
|
|
224
|
+
export * from "./command/HarborFieldCreateCommand";
|
|
225
|
+
export * from "./command/HarborFieldDeleteCommand";
|
|
226
|
+
export * from "./command/HarborFieldGetCommand";
|
|
227
|
+
export * from "./command/HarborFieldListCommand";
|
|
228
|
+
export * from "./command/HarborFieldUpdateCommand";
|
|
229
|
+
export * from "./command/HarborGetCommand";
|
|
230
|
+
export * from "./command/HarborListCommand";
|
|
231
|
+
export * from "./command/HarborRotateCommand";
|
|
232
|
+
export * from "./command/HarborTagCommand";
|
|
233
|
+
export * from "./command/HarborTagCreateCommand";
|
|
234
|
+
export * from "./command/HarborTagDeleteCommand";
|
|
235
|
+
export * from "./command/HarborTagGetCommand";
|
|
236
|
+
export * from "./command/HarborTagListCommand";
|
|
237
|
+
export * from "./command/HarborTagUpdateCommand";
|
|
238
|
+
export * from "./command/HarborUpdateCommand";
|
|
239
|
+
export * from "./command/Harbor_GetForCommand";
|
|
145
240
|
export * from "./command/HealthzCommand";
|
|
146
241
|
export * from "./command/HealthzGetCommand";
|
|
242
|
+
export * from "./command/JFrogArtifactoryCommand";
|
|
243
|
+
export * from "./command/JFrogArtifactoryCreateCommand";
|
|
244
|
+
export * from "./command/JFrogArtifactoryDeleteCommand";
|
|
245
|
+
export * from "./command/JFrogArtifactoryGetCommand";
|
|
246
|
+
export * from "./command/JFrogArtifactoryListCommand";
|
|
247
|
+
export * from "./command/JFrogArtifactoryRotateCommand";
|
|
248
|
+
export * from "./command/JFrogArtifactoryUpdateCommand";
|
|
249
|
+
export * from "./command/JFrogArtifactory_GetForCommand";
|
|
250
|
+
export * from "./command/JfrogArtifactoryCategoryCommand";
|
|
251
|
+
export * from "./command/JfrogArtifactoryCategoryCreateCommand";
|
|
252
|
+
export * from "./command/JfrogArtifactoryCategoryDeleteCommand";
|
|
253
|
+
export * from "./command/JfrogArtifactoryCategoryGetCommand";
|
|
254
|
+
export * from "./command/JfrogArtifactoryCategoryListCommand";
|
|
255
|
+
export * from "./command/JfrogArtifactoryFieldCommand";
|
|
256
|
+
export * from "./command/JfrogArtifactoryFieldCreateCommand";
|
|
257
|
+
export * from "./command/JfrogArtifactoryFieldDeleteCommand";
|
|
258
|
+
export * from "./command/JfrogArtifactoryFieldGetCommand";
|
|
259
|
+
export * from "./command/JfrogArtifactoryFieldListCommand";
|
|
260
|
+
export * from "./command/JfrogArtifactoryFieldUpdateCommand";
|
|
261
|
+
export * from "./command/JfrogArtifactoryTagCommand";
|
|
262
|
+
export * from "./command/JfrogArtifactoryTagCreateCommand";
|
|
263
|
+
export * from "./command/JfrogArtifactoryTagDeleteCommand";
|
|
264
|
+
export * from "./command/JfrogArtifactoryTagGetCommand";
|
|
265
|
+
export * from "./command/JfrogArtifactoryTagListCommand";
|
|
266
|
+
export * from "./command/JfrogArtifactoryTagUpdateCommand";
|
|
147
267
|
export * from "./command/MetricsCommand";
|
|
148
268
|
export * from "./command/MetricsGetCommand";
|
|
149
269
|
export * from "./command/RotatorCategoryCommand";
|
|
@@ -170,6 +290,31 @@ export * from "./command/RotatorTagGetCommand";
|
|
|
170
290
|
export * from "./command/RotatorTagListCommand";
|
|
171
291
|
export * from "./command/RotatorTagUpdateCommand";
|
|
172
292
|
export * from "./command/RotatorUpdateCommand";
|
|
293
|
+
export * from "./command/SonatypeNexusCategoryCommand";
|
|
294
|
+
export * from "./command/SonatypeNexusCategoryCreateCommand";
|
|
295
|
+
export * from "./command/SonatypeNexusCategoryDeleteCommand";
|
|
296
|
+
export * from "./command/SonatypeNexusCategoryGetCommand";
|
|
297
|
+
export * from "./command/SonatypeNexusCategoryListCommand";
|
|
298
|
+
export * from "./command/SonatypeNexusCommand";
|
|
299
|
+
export * from "./command/SonatypeNexusCreateCommand";
|
|
300
|
+
export * from "./command/SonatypeNexusDeleteCommand";
|
|
301
|
+
export * from "./command/SonatypeNexusFieldCommand";
|
|
302
|
+
export * from "./command/SonatypeNexusFieldCreateCommand";
|
|
303
|
+
export * from "./command/SonatypeNexusFieldDeleteCommand";
|
|
304
|
+
export * from "./command/SonatypeNexusFieldGetCommand";
|
|
305
|
+
export * from "./command/SonatypeNexusFieldListCommand";
|
|
306
|
+
export * from "./command/SonatypeNexusFieldUpdateCommand";
|
|
307
|
+
export * from "./command/SonatypeNexusGetCommand";
|
|
308
|
+
export * from "./command/SonatypeNexusListCommand";
|
|
309
|
+
export * from "./command/SonatypeNexusRotateCommand";
|
|
310
|
+
export * from "./command/SonatypeNexusTagCommand";
|
|
311
|
+
export * from "./command/SonatypeNexusTagCreateCommand";
|
|
312
|
+
export * from "./command/SonatypeNexusTagDeleteCommand";
|
|
313
|
+
export * from "./command/SonatypeNexusTagGetCommand";
|
|
314
|
+
export * from "./command/SonatypeNexusTagListCommand";
|
|
315
|
+
export * from "./command/SonatypeNexusTagUpdateCommand";
|
|
316
|
+
export * from "./command/SonatypeNexusUpdateCommand";
|
|
317
|
+
export * from "./command/SonatypeNexus_GetForCommand";
|
|
173
318
|
export * from "./command/ValueCommand";
|
|
174
319
|
export * from "./command/ValueListCommand";
|
|
175
320
|
export * from "./enum/RotatorType";
|
|
@@ -189,11 +334,31 @@ export * from "./meta/GCPCategoryMetaTable";
|
|
|
189
334
|
export * from "./meta/GCPFieldMetaTable";
|
|
190
335
|
export * from "./meta/GCPMetaTable";
|
|
191
336
|
export * from "./meta/GCPTagMetaTable";
|
|
337
|
+
export * from "./meta/GitHubCategoryMetaTable";
|
|
338
|
+
export * from "./meta/GitHubFieldMetaTable";
|
|
339
|
+
export * from "./meta/GitHubMetaTable";
|
|
340
|
+
export * from "./meta/GitHubTagMetaTable";
|
|
341
|
+
export * from "./meta/GitLabCategoryMetaTable";
|
|
342
|
+
export * from "./meta/GitLabFieldMetaTable";
|
|
343
|
+
export * from "./meta/GitLabMetaTable";
|
|
344
|
+
export * from "./meta/GitLabTagMetaTable";
|
|
345
|
+
export * from "./meta/HarborCategoryMetaTable";
|
|
346
|
+
export * from "./meta/HarborFieldMetaTable";
|
|
347
|
+
export * from "./meta/HarborMetaTable";
|
|
348
|
+
export * from "./meta/HarborTagMetaTable";
|
|
349
|
+
export * from "./meta/JfrogArtifactoryCategoryMetaTable";
|
|
350
|
+
export * from "./meta/JfrogArtifactoryFieldMetaTable";
|
|
351
|
+
export * from "./meta/JfrogArtifactoryMetaTable";
|
|
352
|
+
export * from "./meta/JfrogArtifactoryTagMetaTable";
|
|
192
353
|
export * from "./meta/NamirasoftCredentialMetaDatabase";
|
|
193
354
|
export * from "./meta/RotatorCategoryMetaTable";
|
|
194
355
|
export * from "./meta/RotatorFieldMetaTable";
|
|
195
356
|
export * from "./meta/RotatorMetaTable";
|
|
196
357
|
export * from "./meta/RotatorTagMetaTable";
|
|
358
|
+
export * from "./meta/SonatypeNexusCategoryMetaTable";
|
|
359
|
+
export * from "./meta/SonatypeNexusFieldMetaTable";
|
|
360
|
+
export * from "./meta/SonatypeNexusMetaTable";
|
|
361
|
+
export * from "./meta/SonatypeNexusTagMetaTable";
|
|
197
362
|
export * from "./row/AWSCategoryRow";
|
|
198
363
|
export * from "./row/AWSCreateRow";
|
|
199
364
|
export * from "./row/AWSFieldRow";
|
|
@@ -225,9 +390,44 @@ export * from "./row/GCPFullRow";
|
|
|
225
390
|
export * from "./row/GCPRow";
|
|
226
391
|
export * from "./row/GCPTagRow";
|
|
227
392
|
export * from "./row/GCPUpdateRow";
|
|
393
|
+
export * from "./row/GitHubCategoryRow";
|
|
394
|
+
export * from "./row/GitHubCreateRow";
|
|
395
|
+
export * from "./row/GitHubFieldRow";
|
|
396
|
+
export * from "./row/GitHubFullRow";
|
|
397
|
+
export * from "./row/GitHubRow";
|
|
398
|
+
export * from "./row/GitHubTagRow";
|
|
399
|
+
export * from "./row/GitHubUpdateRow";
|
|
400
|
+
export * from "./row/GitLabCategoryRow";
|
|
401
|
+
export * from "./row/GitLabCreateRow";
|
|
402
|
+
export * from "./row/GitLabFieldRow";
|
|
403
|
+
export * from "./row/GitLabFullRow";
|
|
404
|
+
export * from "./row/GitLabRow";
|
|
405
|
+
export * from "./row/GitLabTagRow";
|
|
406
|
+
export * from "./row/GitLabUpdateRow";
|
|
407
|
+
export * from "./row/HarborCategoryRow";
|
|
408
|
+
export * from "./row/HarborCreateRow";
|
|
409
|
+
export * from "./row/HarborFieldRow";
|
|
410
|
+
export * from "./row/HarborFullRow";
|
|
411
|
+
export * from "./row/HarborRow";
|
|
412
|
+
export * from "./row/HarborTagRow";
|
|
413
|
+
export * from "./row/HarborUpdateRow";
|
|
414
|
+
export * from "./row/JFrogArtifactoryCreateRow";
|
|
415
|
+
export * from "./row/JFrogArtifactoryFullRow";
|
|
416
|
+
export * from "./row/JFrogArtifactoryUpdateRow";
|
|
417
|
+
export * from "./row/JfrogArtifactoryCategoryRow";
|
|
418
|
+
export * from "./row/JfrogArtifactoryFieldRow";
|
|
419
|
+
export * from "./row/JfrogArtifactoryRow";
|
|
420
|
+
export * from "./row/JfrogArtifactoryTagRow";
|
|
228
421
|
export * from "./row/RotatorCategoryRow";
|
|
229
422
|
export * from "./row/RotatorFieldRow";
|
|
230
423
|
export * from "./row/RotatorFullRow";
|
|
231
424
|
export * from "./row/RotatorInputRow";
|
|
232
425
|
export * from "./row/RotatorRow";
|
|
233
|
-
export * from "./row/RotatorTagRow";
|
|
426
|
+
export * from "./row/RotatorTagRow";
|
|
427
|
+
export * from "./row/SonatypeNexusCategoryRow";
|
|
428
|
+
export * from "./row/SonatypeNexusCreateRow";
|
|
429
|
+
export * from "./row/SonatypeNexusFieldRow";
|
|
430
|
+
export * from "./row/SonatypeNexusFullRow";
|
|
431
|
+
export * from "./row/SonatypeNexusRow";
|
|
432
|
+
export * from "./row/SonatypeNexusTagRow";
|
|
433
|
+
export * from "./row/SonatypeNexusUpdateRow";
|
|
@@ -29,7 +29,6 @@ export class BasicAuthMetaTable extends NSBaseMetaTable<NamirasoftCredentialServ
|
|
|
29
29
|
id: BaseMetaColumn;
|
|
30
30
|
user_id: BaseMetaColumn;
|
|
31
31
|
workspace_id: BaseMetaColumn;
|
|
32
|
-
rotator_id: BaseMetaColumn;
|
|
33
32
|
name: BaseMetaColumn;
|
|
34
33
|
user_name_secret_id: BaseMetaColumn;
|
|
35
34
|
password_secret_id: BaseMetaColumn;
|
|
@@ -44,7 +43,6 @@ export class BasicAuthMetaTable extends NSBaseMetaTable<NamirasoftCredentialServ
|
|
|
44
43
|
id: new BaseMetaColumn(this, "id", "ID", "String", true),
|
|
45
44
|
user_id: new BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
46
45
|
workspace_id: new BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
47
|
-
rotator_id: new BaseMetaColumn(this, "rotator_id", "Rotator ID", "String", false),
|
|
48
46
|
name: new BaseMetaColumn(this, "name", "Name", "String", true),
|
|
49
47
|
user_name_secret_id: new BaseMetaColumn(this, "user_name_secret_id", "User Name Secret ID", "String", true),
|
|
50
48
|
password_secret_id: new BaseMetaColumn(this, "password_secret_id", "Password Secret ID", "String", true),
|
|
@@ -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 { GitHubCategoryRow } from "../row/GitHubCategoryRow";
|
|
23
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
24
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
25
|
+
|
|
26
|
+
export class GitHubCategoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, GitHubCategoryRow>
|
|
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, "git_hub_category", "Git Hub 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.git_hub_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.git_hub_category.List(filters, page, size, sorts);
|
|
56
|
+
};
|
|
57
|
+
this.front_end.getUpdateLink = () => "";
|
|
58
|
+
}
|
|
59
|
+
};
|