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,12 @@
|
|
|
1
|
+
export type HarborRow = {
|
|
2
|
+
id: string;
|
|
3
|
+
user_id: string;
|
|
4
|
+
workspace_id: string;
|
|
5
|
+
rotator_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
user_name_secret_id: string;
|
|
8
|
+
password_secret_id: string;
|
|
9
|
+
description: (string | null);
|
|
10
|
+
created_at: Date;
|
|
11
|
+
updated_at: Date;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HarborRow.js","sourceRoot":"","sources":["../../src/row/HarborRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HarborTagRow.js","sourceRoot":"","sources":["../../src/row/HarborTagRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type HarborUpdateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
rotator_id: (string | null);
|
|
7
|
+
name: string;
|
|
8
|
+
user_name: (string | null);
|
|
9
|
+
password: (string | null);
|
|
10
|
+
description: (string | null);
|
|
11
|
+
harbor_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
harbor_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
harbor_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HarborUpdateRow.js","sourceRoot":"","sources":["../../src/row/HarborUpdateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type JFrogArtifactoryCreateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
rotator_id: (string | null);
|
|
7
|
+
name: string;
|
|
8
|
+
user_name: string;
|
|
9
|
+
password: string;
|
|
10
|
+
description: (string | null);
|
|
11
|
+
jfrog_artifactory_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
jfrog_artifactory_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
jfrog_artifactory_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JFrogArtifactoryCreateRow.js","sourceRoot":"","sources":["../../src/row/JFrogArtifactoryCreateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type JFrogArtifactoryFullRow = {
|
|
5
|
+
id: string;
|
|
6
|
+
user_id: string;
|
|
7
|
+
workspace_id: string;
|
|
8
|
+
rotator_id: (string | null);
|
|
9
|
+
name: string;
|
|
10
|
+
user_name_secret_id: string;
|
|
11
|
+
password_secret_id: string;
|
|
12
|
+
description: (string | null);
|
|
13
|
+
created_at: Date;
|
|
14
|
+
updated_at: Date;
|
|
15
|
+
jfrog_artifactory_category: (EntityCategoryInputRow | null)[];
|
|
16
|
+
jfrog_artifactory_field: (EntityFieldInputRow | null)[];
|
|
17
|
+
jfrog_artifactory_tag: (EntityTagInputRow | null)[];
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JFrogArtifactoryFullRow.js","sourceRoot":"","sources":["../../src/row/JFrogArtifactoryFullRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type JFrogArtifactoryUpdateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
rotator_id: (string | null);
|
|
7
|
+
name: string;
|
|
8
|
+
user_name: (string | null);
|
|
9
|
+
password: (string | null);
|
|
10
|
+
description: (string | null);
|
|
11
|
+
jfrog_artifactory_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
jfrog_artifactory_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
jfrog_artifactory_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JFrogArtifactoryUpdateRow.js","sourceRoot":"","sources":["../../src/row/JFrogArtifactoryUpdateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryCategoryRow.js","sourceRoot":"","sources":["../../src/row/JfrogArtifactoryCategoryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryFieldRow.js","sourceRoot":"","sources":["../../src/row/JfrogArtifactoryFieldRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type JfrogArtifactoryRow = {
|
|
2
|
+
id: string;
|
|
3
|
+
user_id: string;
|
|
4
|
+
workspace_id: string;
|
|
5
|
+
rotator_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
user_name_secret_id: string;
|
|
8
|
+
password_secret_id: string;
|
|
9
|
+
description: (string | null);
|
|
10
|
+
created_at: Date;
|
|
11
|
+
updated_at: Date;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryRow.js","sourceRoot":"","sources":["../../src/row/JfrogArtifactoryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryTagRow.js","sourceRoot":"","sources":["../../src/row/JfrogArtifactoryTagRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusCategoryRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusCategoryRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type SonatypeNexusCreateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
rotator_id: (string | null);
|
|
7
|
+
name: string;
|
|
8
|
+
user_name: string;
|
|
9
|
+
password: string;
|
|
10
|
+
description: (string | null);
|
|
11
|
+
sonatype_nexus_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
sonatype_nexus_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
sonatype_nexus_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusCreateRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusCreateRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusFieldRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusFieldRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type SonatypeNexusFullRow = {
|
|
5
|
+
id: string;
|
|
6
|
+
user_id: string;
|
|
7
|
+
workspace_id: string;
|
|
8
|
+
rotator_id: (string | null);
|
|
9
|
+
name: string;
|
|
10
|
+
user_name_secret_id: string;
|
|
11
|
+
password_secret_id: string;
|
|
12
|
+
description: (string | null);
|
|
13
|
+
created_at: Date;
|
|
14
|
+
updated_at: Date;
|
|
15
|
+
sonatype_nexus_category: (EntityCategoryInputRow | null)[];
|
|
16
|
+
sonatype_nexus_field: (EntityFieldInputRow | null)[];
|
|
17
|
+
sonatype_nexus_tag: (EntityTagInputRow | null)[];
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusFullRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusFullRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type SonatypeNexusRow = {
|
|
2
|
+
id: string;
|
|
3
|
+
user_id: string;
|
|
4
|
+
workspace_id: string;
|
|
5
|
+
rotator_id: (string | null);
|
|
6
|
+
name: string;
|
|
7
|
+
user_name_secret_id: string;
|
|
8
|
+
password_secret_id: string;
|
|
9
|
+
description: (string | null);
|
|
10
|
+
created_at: Date;
|
|
11
|
+
updated_at: Date;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusTagRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusTagRow.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EntityCategoryInputRow } from "./EntityCategoryInputRow";
|
|
2
|
+
import { EntityFieldInputRow } from "./EntityFieldInputRow";
|
|
3
|
+
import { EntityTagInputRow } from "./EntityTagInputRow";
|
|
4
|
+
export type SonatypeNexusUpdateRow = {
|
|
5
|
+
workspace_id: (string | null);
|
|
6
|
+
rotator_id: (string | null);
|
|
7
|
+
name: string;
|
|
8
|
+
user_name: (string | null);
|
|
9
|
+
password: (string | null);
|
|
10
|
+
description: (string | null);
|
|
11
|
+
sonatype_nexus_category: (EntityCategoryInputRow | null)[];
|
|
12
|
+
sonatype_nexus_field: (EntityFieldInputRow | null)[];
|
|
13
|
+
sonatype_nexus_tag: (EntityTagInputRow | null)[];
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusUpdateRow.js","sourceRoot":"","sources":["../../src/row/SonatypeNexusUpdateRow.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -35,12 +35,32 @@ import { NamirasoftCredentialServerGCP } from "./NamirasoftCredentialServerGCP";
|
|
|
35
35
|
import { NamirasoftCredentialServerGCPCategory } from "./NamirasoftCredentialServerGCPCategory";
|
|
36
36
|
import { NamirasoftCredentialServerGCPField } from "./NamirasoftCredentialServerGCPField";
|
|
37
37
|
import { NamirasoftCredentialServerGCPTag } from "./NamirasoftCredentialServerGCPTag";
|
|
38
|
+
import { NamirasoftCredentialServerGitHub } from "./NamirasoftCredentialServerGitHub";
|
|
39
|
+
import { NamirasoftCredentialServerGitHubCategory } from "./NamirasoftCredentialServerGitHubCategory";
|
|
40
|
+
import { NamirasoftCredentialServerGitHubField } from "./NamirasoftCredentialServerGitHubField";
|
|
41
|
+
import { NamirasoftCredentialServerGitHubTag } from "./NamirasoftCredentialServerGitHubTag";
|
|
42
|
+
import { NamirasoftCredentialServerGitLab } from "./NamirasoftCredentialServerGitLab";
|
|
43
|
+
import { NamirasoftCredentialServerGitLabCategory } from "./NamirasoftCredentialServerGitLabCategory";
|
|
44
|
+
import { NamirasoftCredentialServerGitLabField } from "./NamirasoftCredentialServerGitLabField";
|
|
45
|
+
import { NamirasoftCredentialServerGitLabTag } from "./NamirasoftCredentialServerGitLabTag";
|
|
46
|
+
import { NamirasoftCredentialServerHarbor } from "./NamirasoftCredentialServerHarbor";
|
|
47
|
+
import { NamirasoftCredentialServerHarborCategory } from "./NamirasoftCredentialServerHarborCategory";
|
|
48
|
+
import { NamirasoftCredentialServerHarborField } from "./NamirasoftCredentialServerHarborField";
|
|
49
|
+
import { NamirasoftCredentialServerHarborTag } from "./NamirasoftCredentialServerHarborTag";
|
|
38
50
|
import { NamirasoftCredentialServerHealthz } from "./NamirasoftCredentialServerHealthz";
|
|
51
|
+
import { NamirasoftCredentialServerJFrogArtifactory } from "./NamirasoftCredentialServerJFrogArtifactory";
|
|
52
|
+
import { NamirasoftCredentialServerJfrogArtifactoryCategory } from "./NamirasoftCredentialServerJfrogArtifactoryCategory";
|
|
53
|
+
import { NamirasoftCredentialServerJfrogArtifactoryField } from "./NamirasoftCredentialServerJfrogArtifactoryField";
|
|
54
|
+
import { NamirasoftCredentialServerJfrogArtifactoryTag } from "./NamirasoftCredentialServerJfrogArtifactoryTag";
|
|
39
55
|
import { NamirasoftCredentialServerMetrics } from "./NamirasoftCredentialServerMetrics";
|
|
40
56
|
import { NamirasoftCredentialServerRotator } from "./NamirasoftCredentialServerRotator";
|
|
41
57
|
import { NamirasoftCredentialServerRotatorCategory } from "./NamirasoftCredentialServerRotatorCategory";
|
|
42
58
|
import { NamirasoftCredentialServerRotatorField } from "./NamirasoftCredentialServerRotatorField";
|
|
43
59
|
import { NamirasoftCredentialServerRotatorTag } from "./NamirasoftCredentialServerRotatorTag";
|
|
60
|
+
import { NamirasoftCredentialServerSonatypeNexus } from "./NamirasoftCredentialServerSonatypeNexus";
|
|
61
|
+
import { NamirasoftCredentialServerSonatypeNexusCategory } from "./NamirasoftCredentialServerSonatypeNexusCategory";
|
|
62
|
+
import { NamirasoftCredentialServerSonatypeNexusField } from "./NamirasoftCredentialServerSonatypeNexusField";
|
|
63
|
+
import { NamirasoftCredentialServerSonatypeNexusTag } from "./NamirasoftCredentialServerSonatypeNexusTag";
|
|
44
64
|
import { NamirasoftCredentialServerValue } from "./NamirasoftCredentialServerValue";
|
|
45
65
|
import { TokenManager } from "namirasoft-account";
|
|
46
66
|
|
|
@@ -61,6 +81,26 @@ export class NamirasoftCredentialServer extends NSABaseServer
|
|
|
61
81
|
gcp_field: NamirasoftCredentialServerGCPField;
|
|
62
82
|
gcp_tag: NamirasoftCredentialServerGCPTag;
|
|
63
83
|
gcp: NamirasoftCredentialServerGCP;
|
|
84
|
+
sonatype_nexus_category: NamirasoftCredentialServerSonatypeNexusCategory;
|
|
85
|
+
sonatype_nexus_field: NamirasoftCredentialServerSonatypeNexusField;
|
|
86
|
+
sonatype_nexus_tag: NamirasoftCredentialServerSonatypeNexusTag;
|
|
87
|
+
sonatype_nexus: NamirasoftCredentialServerSonatypeNexus;
|
|
88
|
+
jfrog_artifactory_category: NamirasoftCredentialServerJfrogArtifactoryCategory;
|
|
89
|
+
jfrog_artifactory_field: NamirasoftCredentialServerJfrogArtifactoryField;
|
|
90
|
+
jfrog_artifactory_tag: NamirasoftCredentialServerJfrogArtifactoryTag;
|
|
91
|
+
j_frog_artifactory: NamirasoftCredentialServerJFrogArtifactory;
|
|
92
|
+
harbor_category: NamirasoftCredentialServerHarborCategory;
|
|
93
|
+
harbor_field: NamirasoftCredentialServerHarborField;
|
|
94
|
+
harbor_tag: NamirasoftCredentialServerHarborTag;
|
|
95
|
+
harbor: NamirasoftCredentialServerHarbor;
|
|
96
|
+
git_hub_category: NamirasoftCredentialServerGitHubCategory;
|
|
97
|
+
git_hub_field: NamirasoftCredentialServerGitHubField;
|
|
98
|
+
git_hub_tag: NamirasoftCredentialServerGitHubTag;
|
|
99
|
+
git_hub: NamirasoftCredentialServerGitHub;
|
|
100
|
+
git_lab_category: NamirasoftCredentialServerGitLabCategory;
|
|
101
|
+
git_lab_field: NamirasoftCredentialServerGitLabField;
|
|
102
|
+
git_lab_tag: NamirasoftCredentialServerGitLabTag;
|
|
103
|
+
git_lab: NamirasoftCredentialServerGitLab;
|
|
64
104
|
basic_auth_category: NamirasoftCredentialServerBasicAuthCategory;
|
|
65
105
|
basic_auth_field: NamirasoftCredentialServerBasicAuthField;
|
|
66
106
|
basic_auth_tag: NamirasoftCredentialServerBasicAuthTag;
|
|
@@ -71,7 +111,7 @@ export class NamirasoftCredentialServer extends NSABaseServer
|
|
|
71
111
|
rotator: NamirasoftCredentialServerRotator;
|
|
72
112
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
73
113
|
{
|
|
74
|
-
super(base_url, `1.4.
|
|
114
|
+
super(base_url, `1.4.15`, manager, onError);
|
|
75
115
|
this.healthz = new NamirasoftCredentialServerHealthz(this);
|
|
76
116
|
this.metrics = new NamirasoftCredentialServerMetrics(this);
|
|
77
117
|
this.value = new NamirasoftCredentialServerValue(this);
|
|
@@ -87,6 +127,26 @@ export class NamirasoftCredentialServer extends NSABaseServer
|
|
|
87
127
|
this.gcp_field = new NamirasoftCredentialServerGCPField(this);
|
|
88
128
|
this.gcp_tag = new NamirasoftCredentialServerGCPTag(this);
|
|
89
129
|
this.gcp = new NamirasoftCredentialServerGCP(this);
|
|
130
|
+
this.sonatype_nexus_category = new NamirasoftCredentialServerSonatypeNexusCategory(this);
|
|
131
|
+
this.sonatype_nexus_field = new NamirasoftCredentialServerSonatypeNexusField(this);
|
|
132
|
+
this.sonatype_nexus_tag = new NamirasoftCredentialServerSonatypeNexusTag(this);
|
|
133
|
+
this.sonatype_nexus = new NamirasoftCredentialServerSonatypeNexus(this);
|
|
134
|
+
this.jfrog_artifactory_category = new NamirasoftCredentialServerJfrogArtifactoryCategory(this);
|
|
135
|
+
this.jfrog_artifactory_field = new NamirasoftCredentialServerJfrogArtifactoryField(this);
|
|
136
|
+
this.jfrog_artifactory_tag = new NamirasoftCredentialServerJfrogArtifactoryTag(this);
|
|
137
|
+
this.j_frog_artifactory = new NamirasoftCredentialServerJFrogArtifactory(this);
|
|
138
|
+
this.harbor_category = new NamirasoftCredentialServerHarborCategory(this);
|
|
139
|
+
this.harbor_field = new NamirasoftCredentialServerHarborField(this);
|
|
140
|
+
this.harbor_tag = new NamirasoftCredentialServerHarborTag(this);
|
|
141
|
+
this.harbor = new NamirasoftCredentialServerHarbor(this);
|
|
142
|
+
this.git_hub_category = new NamirasoftCredentialServerGitHubCategory(this);
|
|
143
|
+
this.git_hub_field = new NamirasoftCredentialServerGitHubField(this);
|
|
144
|
+
this.git_hub_tag = new NamirasoftCredentialServerGitHubTag(this);
|
|
145
|
+
this.git_hub = new NamirasoftCredentialServerGitHub(this);
|
|
146
|
+
this.git_lab_category = new NamirasoftCredentialServerGitLabCategory(this);
|
|
147
|
+
this.git_lab_field = new NamirasoftCredentialServerGitLabField(this);
|
|
148
|
+
this.git_lab_tag = new NamirasoftCredentialServerGitLabTag(this);
|
|
149
|
+
this.git_lab = new NamirasoftCredentialServerGitLab(this);
|
|
90
150
|
this.basic_auth_category = new NamirasoftCredentialServerBasicAuthCategory(this);
|
|
91
151
|
this.basic_auth_field = new NamirasoftCredentialServerBasicAuthField(this);
|
|
92
152
|
this.basic_auth_tag = new NamirasoftCredentialServerBasicAuthTag(this);
|
|
@@ -0,0 +1,86 @@
|
|
|
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 { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { FilterItem } from "namirasoft-core";
|
|
23
|
+
import { GitHubCreateRow } from "./row/GitHubCreateRow";
|
|
24
|
+
import { GitHubFullRow } from "./row/GitHubFullRow";
|
|
25
|
+
import { GitHubRow } from "./row/GitHubRow";
|
|
26
|
+
import { GitHubUpdateRow } from "./row/GitHubUpdateRow";
|
|
27
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
28
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
29
|
+
import { SortItem } from "namirasoft-core";
|
|
30
|
+
|
|
31
|
+
export class NamirasoftCredentialServerGitHub extends NamirasoftCredentialServerBase
|
|
32
|
+
{
|
|
33
|
+
constructor(server: NamirasoftCredentialServer)
|
|
34
|
+
{
|
|
35
|
+
super(server);
|
|
36
|
+
this.List = this.List.bind(this);
|
|
37
|
+
this._GetFor = this._GetFor.bind(this);
|
|
38
|
+
this.Get = this.Get.bind(this);
|
|
39
|
+
this.Create = this.Create.bind(this);
|
|
40
|
+
this.Update = this.Update.bind(this);
|
|
41
|
+
this.Delete = this.Delete.bind(this);
|
|
42
|
+
this.Rotate = this.Rotate.bind(this);
|
|
43
|
+
}
|
|
44
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitHubRow[], count: number }>
|
|
45
|
+
{
|
|
46
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
47
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
48
|
+
let path = `/git/hub/list`;
|
|
49
|
+
let { data } = await this.server._get<{ rows: GitHubRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
50
|
+
return data;
|
|
51
|
+
}
|
|
52
|
+
async _GetFor(user_id: string, id: string, config?: BaseServerConfig<any>): Promise<GitHubFullRow>
|
|
53
|
+
{
|
|
54
|
+
let path = `/application/user/${user_id}/git/hub/${id}`;
|
|
55
|
+
let { data } = await this.server._get<GitHubFullRow>(path, {}, config);
|
|
56
|
+
return data;
|
|
57
|
+
}
|
|
58
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitHubFullRow>
|
|
59
|
+
{
|
|
60
|
+
let path = `/git/hub/${id}`;
|
|
61
|
+
let { data } = await this.server._get<GitHubFullRow>(path, {}, config);
|
|
62
|
+
return data;
|
|
63
|
+
}
|
|
64
|
+
async Create(body: GitHubCreateRow, config?: BaseServerConfig<any>): Promise<GitHubRow>
|
|
65
|
+
{
|
|
66
|
+
let path = `/git/hub`;
|
|
67
|
+
let { data } = await this.server._post<GitHubRow>(path, {}, body, config);
|
|
68
|
+
return data;
|
|
69
|
+
}
|
|
70
|
+
async Update(id: string, body: GitHubUpdateRow, config?: BaseServerConfig<any>): Promise<GitHubRow>
|
|
71
|
+
{
|
|
72
|
+
let path = `/git/hub/${id}`;
|
|
73
|
+
let { data } = await this.server._put<GitHubRow>(path, {}, body, config);
|
|
74
|
+
return data;
|
|
75
|
+
}
|
|
76
|
+
async Delete(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
77
|
+
{
|
|
78
|
+
let path = `/git/hub/${id}`;
|
|
79
|
+
await this.server._delete<void>(path, {}, config);
|
|
80
|
+
}
|
|
81
|
+
async Rotate(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
82
|
+
{
|
|
83
|
+
let path = `/git/hub/${id}`;
|
|
84
|
+
await this.server._patch<void>(path, {}, undefined, config);
|
|
85
|
+
}
|
|
86
|
+
};
|