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,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.HarborMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class HarborMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "harbor", "Harbor", new namirasoft_core_1.BaseUUID("crd-stnx"));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
workspace_id: new namirasoft_core_1.BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
22
|
+
rotator_id: new namirasoft_core_1.BaseMetaColumn(this, "rotator_id", "Rotator ID", "String", false),
|
|
23
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
24
|
+
user_name_secret_id: new namirasoft_core_1.BaseMetaColumn(this, "user_name_secret_id", "User Name Secret ID", "String", true),
|
|
25
|
+
password_secret_id: new namirasoft_core_1.BaseMetaColumn(this, "password_secret_id", "Password Secret ID", "String", true),
|
|
26
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
27
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
28
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
29
|
+
};
|
|
30
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
let server = this.database.getServer();
|
|
32
|
+
return yield server.harbor.Get(id);
|
|
33
|
+
});
|
|
34
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
let server = this.database.getServer();
|
|
36
|
+
return yield server.harbor.List(filters, page, size, sorts);
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.HarborMetaTable = HarborMetaTable;
|
|
41
|
+
;
|
|
42
|
+
//# sourceMappingURL=HarborMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HarborMetaTable.js","sourceRoot":"","sources":["../../src/meta/HarborMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,eAAgB,SAAQ,iCAAsD;IAcvF,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,0BAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,YAAY,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,CAAC;YACtF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,KAAK,CAAC;YACjF,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,mBAAmB,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC3G,kBAAkB,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxG,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACvC,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAChE,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAxCD,0CAwCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { HarborTagRow } from "../row/HarborTagRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
5
|
+
export declare class HarborTagMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, HarborTagRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
entity_id: BaseMetaColumn;
|
|
10
|
+
name: BaseMetaColumn;
|
|
11
|
+
value: BaseMetaColumn;
|
|
12
|
+
created_at: BaseMetaColumn;
|
|
13
|
+
updated_at: BaseMetaColumn;
|
|
14
|
+
};
|
|
15
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
16
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.HarborTagMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class HarborTagMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "harbor_tag", "Harbor Tag", new namirasoft_core_1.BaseUUID(""));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
22
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
23
|
+
value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", false),
|
|
24
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
25
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
26
|
+
};
|
|
27
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
28
|
+
let server = this.database.getServer();
|
|
29
|
+
return yield server.harbor_tag.Get(id);
|
|
30
|
+
});
|
|
31
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
32
|
+
let server = this.database.getServer();
|
|
33
|
+
return yield server.harbor_tag.List(filters, page, size, sorts);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.HarborTagMetaTable = HarborTagMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=HarborTagMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HarborTagMetaTable.js","sourceRoot":"","sources":["../../src/meta/HarborTagMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,kBAAmB,SAAQ,iCAAyD;IAW7F,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,YAAY,EAAE,YAAY,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,CAAC;YAClE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAC3C,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACpE,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAlCD,gDAkCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { JfrogArtifactoryCategoryRow } from "../row/JfrogArtifactoryCategoryRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
5
|
+
export declare class JfrogArtifactoryCategoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryCategoryRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
entity_id: BaseMetaColumn;
|
|
10
|
+
category_id: BaseMetaColumn;
|
|
11
|
+
created_at: BaseMetaColumn;
|
|
12
|
+
updated_at: BaseMetaColumn;
|
|
13
|
+
};
|
|
14
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
15
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.JfrogArtifactoryCategoryMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class JfrogArtifactoryCategoryMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "jfrog_artifactory_category", "Jfrog Artifactory Category", new namirasoft_core_1.BaseUUID(""));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
22
|
+
category_id: new namirasoft_core_1.BaseMetaColumn(this, "category_id", "Category ID", "String", true),
|
|
23
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
24
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
25
|
+
};
|
|
26
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let server = this.database.getServer();
|
|
28
|
+
return yield server.jfrog_artifactory_category.Get(id);
|
|
29
|
+
});
|
|
30
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
let server = this.database.getServer();
|
|
32
|
+
return yield server.jfrog_artifactory_category.List(filters, page, size, sorts);
|
|
33
|
+
});
|
|
34
|
+
this.front_end.getUpdateLink = () => "";
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.JfrogArtifactoryCategoryMetaTable = JfrogArtifactoryCategoryMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=JfrogArtifactoryCategoryMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/JfrogArtifactoryCategoryMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,iCAAkC,SAAQ,iCAAwE;IAU3H,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,4BAA4B,EAAE,4BAA4B,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QAC9F,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,CAAC;YACnF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,0BAA0B,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QAC3D,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,0BAA0B,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACpF,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,SAAS,CAAC,aAAa,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;IAC5C,CAAC;CACJ;AAjCD,8EAiCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { JfrogArtifactoryFieldRow } from "../row/JfrogArtifactoryFieldRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
5
|
+
export declare class JfrogArtifactoryFieldMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryFieldRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
entity_id: BaseMetaColumn;
|
|
10
|
+
field_id: BaseMetaColumn;
|
|
11
|
+
value: BaseMetaColumn;
|
|
12
|
+
created_at: BaseMetaColumn;
|
|
13
|
+
updated_at: BaseMetaColumn;
|
|
14
|
+
};
|
|
15
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
16
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.JfrogArtifactoryFieldMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class JfrogArtifactoryFieldMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "jfrog_artifactory_field", "Jfrog Artifactory Field", new namirasoft_core_1.BaseUUID(""));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
22
|
+
field_id: new namirasoft_core_1.BaseMetaColumn(this, "field_id", "Field ID", "String", true),
|
|
23
|
+
value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", false),
|
|
24
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
25
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
26
|
+
};
|
|
27
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
28
|
+
let server = this.database.getServer();
|
|
29
|
+
return yield server.jfrog_artifactory_field.Get(id);
|
|
30
|
+
});
|
|
31
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
32
|
+
let server = this.database.getServer();
|
|
33
|
+
return yield server.jfrog_artifactory_field.List(filters, page, size, sorts);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.JfrogArtifactoryFieldMetaTable = JfrogArtifactoryFieldMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=JfrogArtifactoryFieldMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryFieldMetaTable.js","sourceRoot":"","sources":["../../src/meta/JfrogArtifactoryFieldMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,8BAA+B,SAAQ,iCAAqE;IAWrH,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QACxF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,QAAQ,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC1E,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,CAAC;YAClE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,uBAAuB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACxD,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,uBAAuB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACjF,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAlCD,wEAkCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { JfrogArtifactoryRow } from "../row/JfrogArtifactoryRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
5
|
+
export declare class JfrogArtifactoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
workspace_id: BaseMetaColumn;
|
|
10
|
+
rotator_id: BaseMetaColumn;
|
|
11
|
+
name: BaseMetaColumn;
|
|
12
|
+
user_name_secret_id: BaseMetaColumn;
|
|
13
|
+
password_secret_id: BaseMetaColumn;
|
|
14
|
+
description: BaseMetaColumn;
|
|
15
|
+
created_at: BaseMetaColumn;
|
|
16
|
+
updated_at: BaseMetaColumn;
|
|
17
|
+
};
|
|
18
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
19
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.JfrogArtifactoryMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class JfrogArtifactoryMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "jfrog_artifactory", "Jfrog Artifactory", new namirasoft_core_1.BaseUUID("crd-jfr"));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "String", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
workspace_id: new namirasoft_core_1.BaseMetaColumn(this, "workspace_id", "Workspace ID", "String", true),
|
|
22
|
+
rotator_id: new namirasoft_core_1.BaseMetaColumn(this, "rotator_id", "Rotator ID", "String", false),
|
|
23
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
24
|
+
user_name_secret_id: new namirasoft_core_1.BaseMetaColumn(this, "user_name_secret_id", "User Name Secret ID", "String", true),
|
|
25
|
+
password_secret_id: new namirasoft_core_1.BaseMetaColumn(this, "password_secret_id", "Password Secret ID", "String", true),
|
|
26
|
+
description: new namirasoft_core_1.BaseMetaColumn(this, "description", "Description", "String", false),
|
|
27
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
28
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
29
|
+
};
|
|
30
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
console.log(id);
|
|
32
|
+
throw new Error("JfrogArtifactory.Get is not implemented");
|
|
33
|
+
});
|
|
34
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
35
|
+
console.log(filters, page, size, sorts);
|
|
36
|
+
throw new Error("JfrogArtifactory.List is not implemented");
|
|
37
|
+
});
|
|
38
|
+
this.front_end.getListLink = () => "";
|
|
39
|
+
this.front_end.getViewLink = () => "";
|
|
40
|
+
this.front_end.getNewLink = () => "";
|
|
41
|
+
this.front_end.getUpdateLink = () => "";
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.JfrogArtifactoryMetaTable = JfrogArtifactoryMetaTable;
|
|
45
|
+
;
|
|
46
|
+
//# sourceMappingURL=JfrogArtifactoryMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/JfrogArtifactoryMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,yBAA0B,SAAQ,iCAAgE;IAc3G,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,IAAI,0BAAQ,CAAC,SAAS,CAAC,CAAC,CAAC;QACnF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,YAAY,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,CAAC;YACtF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,KAAK,CAAC;YACjF,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,mBAAmB,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC3G,kBAAkB,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,QAAQ,EAAE,IAAI,CAAC;YACxG,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;YACpF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YAChB,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;QAC/D,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;YACxC,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;QAChE,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,SAAS,CAAC,WAAW,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACtC,IAAI,CAAC,SAAS,CAAC,WAAW,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACtC,IAAI,CAAC,SAAS,CAAC,UAAU,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;QACrC,IAAI,CAAC,SAAS,CAAC,aAAa,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;IAC5C,CAAC;CACJ;AA5CD,8DA4CC;AAAA,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { JfrogArtifactoryTagRow } from "../row/JfrogArtifactoryTagRow";
|
|
3
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
4
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
5
|
+
export declare class JfrogArtifactoryTagMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, JfrogArtifactoryTagRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
entity_id: BaseMetaColumn;
|
|
10
|
+
name: BaseMetaColumn;
|
|
11
|
+
value: BaseMetaColumn;
|
|
12
|
+
created_at: BaseMetaColumn;
|
|
13
|
+
updated_at: BaseMetaColumn;
|
|
14
|
+
};
|
|
15
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
16
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.JfrogArtifactoryTagMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class JfrogArtifactoryTagMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "jfrog_artifactory_tag", "Jfrog Artifactory Tag", new namirasoft_core_1.BaseUUID(""));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
22
|
+
name: new namirasoft_core_1.BaseMetaColumn(this, "name", "Name", "String", true),
|
|
23
|
+
value: new namirasoft_core_1.BaseMetaColumn(this, "value", "Value", "String", false),
|
|
24
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
25
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
26
|
+
};
|
|
27
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
28
|
+
let server = this.database.getServer();
|
|
29
|
+
return yield server.jfrog_artifactory_tag.Get(id);
|
|
30
|
+
});
|
|
31
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
32
|
+
let server = this.database.getServer();
|
|
33
|
+
return yield server.jfrog_artifactory_tag.List(filters, page, size, sorts);
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.JfrogArtifactoryTagMetaTable = JfrogArtifactoryTagMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=JfrogArtifactoryTagMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JfrogArtifactoryTagMetaTable.js","sourceRoot":"","sources":["../../src/meta/JfrogArtifactoryTagMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AAEjF,qDAAsE;AAGtE,MAAa,4BAA6B,SAAQ,iCAAmE;IAWjH,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QACpF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,IAAI,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC9D,KAAK,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,CAAC;YAClE,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,qBAAqB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACtD,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAC/E,CAAC,CAAA,CAAC;IACN,CAAC;CACJ;AAlCD,oEAkCC;AAAA,CAAC"}
|
|
@@ -14,12 +14,32 @@ import { GCPCategoryMetaTable } from "./GCPCategoryMetaTable";
|
|
|
14
14
|
import { GCPFieldMetaTable } from "./GCPFieldMetaTable";
|
|
15
15
|
import { GCPMetaTable } from "./GCPMetaTable";
|
|
16
16
|
import { GCPTagMetaTable } from "./GCPTagMetaTable";
|
|
17
|
+
import { GitHubCategoryMetaTable } from "./GitHubCategoryMetaTable";
|
|
18
|
+
import { GitHubFieldMetaTable } from "./GitHubFieldMetaTable";
|
|
19
|
+
import { GitHubMetaTable } from "./GitHubMetaTable";
|
|
20
|
+
import { GitHubTagMetaTable } from "./GitHubTagMetaTable";
|
|
21
|
+
import { GitLabCategoryMetaTable } from "./GitLabCategoryMetaTable";
|
|
22
|
+
import { GitLabFieldMetaTable } from "./GitLabFieldMetaTable";
|
|
23
|
+
import { GitLabMetaTable } from "./GitLabMetaTable";
|
|
24
|
+
import { GitLabTagMetaTable } from "./GitLabTagMetaTable";
|
|
25
|
+
import { HarborCategoryMetaTable } from "./HarborCategoryMetaTable";
|
|
26
|
+
import { HarborFieldMetaTable } from "./HarborFieldMetaTable";
|
|
27
|
+
import { HarborMetaTable } from "./HarborMetaTable";
|
|
28
|
+
import { HarborTagMetaTable } from "./HarborTagMetaTable";
|
|
29
|
+
import { JfrogArtifactoryCategoryMetaTable } from "./JfrogArtifactoryCategoryMetaTable";
|
|
30
|
+
import { JfrogArtifactoryFieldMetaTable } from "./JfrogArtifactoryFieldMetaTable";
|
|
31
|
+
import { JfrogArtifactoryMetaTable } from "./JfrogArtifactoryMetaTable";
|
|
32
|
+
import { JfrogArtifactoryTagMetaTable } from "./JfrogArtifactoryTagMetaTable";
|
|
17
33
|
import { NSBaseMetaDatabase } from "namirasoft-site";
|
|
18
34
|
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
19
35
|
import { RotatorCategoryMetaTable } from "./RotatorCategoryMetaTable";
|
|
20
36
|
import { RotatorFieldMetaTable } from "./RotatorFieldMetaTable";
|
|
21
37
|
import { RotatorMetaTable } from "./RotatorMetaTable";
|
|
22
38
|
import { RotatorTagMetaTable } from "./RotatorTagMetaTable";
|
|
39
|
+
import { SonatypeNexusCategoryMetaTable } from "./SonatypeNexusCategoryMetaTable";
|
|
40
|
+
import { SonatypeNexusFieldMetaTable } from "./SonatypeNexusFieldMetaTable";
|
|
41
|
+
import { SonatypeNexusMetaTable } from "./SonatypeNexusMetaTable";
|
|
42
|
+
import { SonatypeNexusTagMetaTable } from "./SonatypeNexusTagMetaTable";
|
|
23
43
|
import { TokenManager } from "namirasoft-account";
|
|
24
44
|
export declare class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase<NamirasoftCredentialServer> {
|
|
25
45
|
private manager?;
|
|
@@ -37,10 +57,30 @@ export declare class NamirasoftCredentialMetaDatabase extends NSBaseMetaDatabase
|
|
|
37
57
|
gcp_field: GCPFieldMetaTable;
|
|
38
58
|
gcp_tag: GCPTagMetaTable;
|
|
39
59
|
gcp: GCPMetaTable;
|
|
60
|
+
sonatype_nexus_category: SonatypeNexusCategoryMetaTable;
|
|
61
|
+
sonatype_nexus_field: SonatypeNexusFieldMetaTable;
|
|
62
|
+
sonatype_nexus_tag: SonatypeNexusTagMetaTable;
|
|
63
|
+
sonatype_nexus: SonatypeNexusMetaTable;
|
|
40
64
|
basic_auth_category: BasicAuthCategoryMetaTable;
|
|
41
65
|
basic_auth_field: BasicAuthFieldMetaTable;
|
|
42
66
|
basic_auth_tag: BasicAuthTagMetaTable;
|
|
43
67
|
basic_auth: BasicAuthMetaTable;
|
|
68
|
+
jfrog_artifactory_category: JfrogArtifactoryCategoryMetaTable;
|
|
69
|
+
jfrog_artifactory_field: JfrogArtifactoryFieldMetaTable;
|
|
70
|
+
jfrog_artifactory_tag: JfrogArtifactoryTagMetaTable;
|
|
71
|
+
jfrog_artifactory: JfrogArtifactoryMetaTable;
|
|
72
|
+
harbor_category: HarborCategoryMetaTable;
|
|
73
|
+
harbor_field: HarborFieldMetaTable;
|
|
74
|
+
harbor_tag: HarborTagMetaTable;
|
|
75
|
+
harbor: HarborMetaTable;
|
|
76
|
+
git_hub_category: GitHubCategoryMetaTable;
|
|
77
|
+
git_hub_field: GitHubFieldMetaTable;
|
|
78
|
+
git_hub_tag: GitHubTagMetaTable;
|
|
79
|
+
git_hub: GitHubMetaTable;
|
|
80
|
+
git_lab_category: GitLabCategoryMetaTable;
|
|
81
|
+
git_lab_field: GitLabFieldMetaTable;
|
|
82
|
+
git_lab_tag: GitLabTagMetaTable;
|
|
83
|
+
git_lab: GitLabMetaTable;
|
|
44
84
|
rotator: RotatorMetaTable;
|
|
45
85
|
rotator_category: RotatorCategoryMetaTable;
|
|
46
86
|
rotator_field: RotatorFieldMetaTable;
|
|
@@ -18,12 +18,32 @@ const GCPCategoryMetaTable_1 = require("./GCPCategoryMetaTable");
|
|
|
18
18
|
const GCPFieldMetaTable_1 = require("./GCPFieldMetaTable");
|
|
19
19
|
const GCPMetaTable_1 = require("./GCPMetaTable");
|
|
20
20
|
const GCPTagMetaTable_1 = require("./GCPTagMetaTable");
|
|
21
|
+
const GitHubCategoryMetaTable_1 = require("./GitHubCategoryMetaTable");
|
|
22
|
+
const GitHubFieldMetaTable_1 = require("./GitHubFieldMetaTable");
|
|
23
|
+
const GitHubMetaTable_1 = require("./GitHubMetaTable");
|
|
24
|
+
const GitHubTagMetaTable_1 = require("./GitHubTagMetaTable");
|
|
25
|
+
const GitLabCategoryMetaTable_1 = require("./GitLabCategoryMetaTable");
|
|
26
|
+
const GitLabFieldMetaTable_1 = require("./GitLabFieldMetaTable");
|
|
27
|
+
const GitLabMetaTable_1 = require("./GitLabMetaTable");
|
|
28
|
+
const GitLabTagMetaTable_1 = require("./GitLabTagMetaTable");
|
|
29
|
+
const HarborCategoryMetaTable_1 = require("./HarborCategoryMetaTable");
|
|
30
|
+
const HarborFieldMetaTable_1 = require("./HarborFieldMetaTable");
|
|
31
|
+
const HarborMetaTable_1 = require("./HarborMetaTable");
|
|
32
|
+
const HarborTagMetaTable_1 = require("./HarborTagMetaTable");
|
|
33
|
+
const JfrogArtifactoryCategoryMetaTable_1 = require("./JfrogArtifactoryCategoryMetaTable");
|
|
34
|
+
const JfrogArtifactoryFieldMetaTable_1 = require("./JfrogArtifactoryFieldMetaTable");
|
|
35
|
+
const JfrogArtifactoryMetaTable_1 = require("./JfrogArtifactoryMetaTable");
|
|
36
|
+
const JfrogArtifactoryTagMetaTable_1 = require("./JfrogArtifactoryTagMetaTable");
|
|
21
37
|
const namirasoft_site_1 = require("namirasoft-site");
|
|
22
38
|
const NamirasoftCredentialServer_1 = require("../NamirasoftCredentialServer");
|
|
23
39
|
const RotatorCategoryMetaTable_1 = require("./RotatorCategoryMetaTable");
|
|
24
40
|
const RotatorFieldMetaTable_1 = require("./RotatorFieldMetaTable");
|
|
25
41
|
const RotatorMetaTable_1 = require("./RotatorMetaTable");
|
|
26
42
|
const RotatorTagMetaTable_1 = require("./RotatorTagMetaTable");
|
|
43
|
+
const SonatypeNexusCategoryMetaTable_1 = require("./SonatypeNexusCategoryMetaTable");
|
|
44
|
+
const SonatypeNexusFieldMetaTable_1 = require("./SonatypeNexusFieldMetaTable");
|
|
45
|
+
const SonatypeNexusMetaTable_1 = require("./SonatypeNexusMetaTable");
|
|
46
|
+
const SonatypeNexusTagMetaTable_1 = require("./SonatypeNexusTagMetaTable");
|
|
27
47
|
class NamirasoftCredentialMetaDatabase extends namirasoft_site_1.NSBaseMetaDatabase {
|
|
28
48
|
constructor(manager, onError) {
|
|
29
49
|
super({ id: "prd-986059d99192405b", name: "Namirasoft Credential", headline: "Secure Credential Management", description: "Grant Namirasoft secure access to your payment credentials, allowing us to take controlled actions on your behalf.", logo: "https://static.namirasoft.com/image/namirasoft/credential/logo/base.png", link: "https://credential.namirasoft.com" });
|
|
@@ -42,10 +62,30 @@ class NamirasoftCredentialMetaDatabase extends namirasoft_site_1.NSBaseMetaDatab
|
|
|
42
62
|
gcp_field: new GCPFieldMetaTable_1.GCPFieldMetaTable(this),
|
|
43
63
|
gcp_tag: new GCPTagMetaTable_1.GCPTagMetaTable(this),
|
|
44
64
|
gcp: new GCPMetaTable_1.GCPMetaTable(this),
|
|
65
|
+
sonatype_nexus_category: new SonatypeNexusCategoryMetaTable_1.SonatypeNexusCategoryMetaTable(this),
|
|
66
|
+
sonatype_nexus_field: new SonatypeNexusFieldMetaTable_1.SonatypeNexusFieldMetaTable(this),
|
|
67
|
+
sonatype_nexus_tag: new SonatypeNexusTagMetaTable_1.SonatypeNexusTagMetaTable(this),
|
|
68
|
+
sonatype_nexus: new SonatypeNexusMetaTable_1.SonatypeNexusMetaTable(this),
|
|
45
69
|
basic_auth_category: new BasicAuthCategoryMetaTable_1.BasicAuthCategoryMetaTable(this),
|
|
46
70
|
basic_auth_field: new BasicAuthFieldMetaTable_1.BasicAuthFieldMetaTable(this),
|
|
47
71
|
basic_auth_tag: new BasicAuthTagMetaTable_1.BasicAuthTagMetaTable(this),
|
|
48
72
|
basic_auth: new BasicAuthMetaTable_1.BasicAuthMetaTable(this),
|
|
73
|
+
jfrog_artifactory_category: new JfrogArtifactoryCategoryMetaTable_1.JfrogArtifactoryCategoryMetaTable(this),
|
|
74
|
+
jfrog_artifactory_field: new JfrogArtifactoryFieldMetaTable_1.JfrogArtifactoryFieldMetaTable(this),
|
|
75
|
+
jfrog_artifactory_tag: new JfrogArtifactoryTagMetaTable_1.JfrogArtifactoryTagMetaTable(this),
|
|
76
|
+
jfrog_artifactory: new JfrogArtifactoryMetaTable_1.JfrogArtifactoryMetaTable(this),
|
|
77
|
+
harbor_category: new HarborCategoryMetaTable_1.HarborCategoryMetaTable(this),
|
|
78
|
+
harbor_field: new HarborFieldMetaTable_1.HarborFieldMetaTable(this),
|
|
79
|
+
harbor_tag: new HarborTagMetaTable_1.HarborTagMetaTable(this),
|
|
80
|
+
harbor: new HarborMetaTable_1.HarborMetaTable(this),
|
|
81
|
+
git_hub_category: new GitHubCategoryMetaTable_1.GitHubCategoryMetaTable(this),
|
|
82
|
+
git_hub_field: new GitHubFieldMetaTable_1.GitHubFieldMetaTable(this),
|
|
83
|
+
git_hub_tag: new GitHubTagMetaTable_1.GitHubTagMetaTable(this),
|
|
84
|
+
git_hub: new GitHubMetaTable_1.GitHubMetaTable(this),
|
|
85
|
+
git_lab_category: new GitLabCategoryMetaTable_1.GitLabCategoryMetaTable(this),
|
|
86
|
+
git_lab_field: new GitLabFieldMetaTable_1.GitLabFieldMetaTable(this),
|
|
87
|
+
git_lab_tag: new GitLabTagMetaTable_1.GitLabTagMetaTable(this),
|
|
88
|
+
git_lab: new GitLabMetaTable_1.GitLabMetaTable(this),
|
|
49
89
|
rotator: new RotatorMetaTable_1.RotatorMetaTable(this),
|
|
50
90
|
rotator_category: new RotatorCategoryMetaTable_1.RotatorCategoryMetaTable(this),
|
|
51
91
|
rotator_field: new RotatorFieldMetaTable_1.RotatorFieldMetaTable(this),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NamirasoftCredentialMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftCredentialMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qEAAkE;AAClE,+DAA4D;AAC5D,qDAAkD;AAClD,2DAAwD;AACxD,6EAA0E;AAC1E,uEAAoE;AACpE,6DAA0D;AAC1D,mEAAgE;AAChE,qDAA6C;AAC7C,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qDAAqD;AACrD,8EAA2E;AAC3E,yEAAsE;AACtE,mEAAgE;AAChE,yDAAsD;AACtD,+DAA4D;
|
|
1
|
+
{"version":3,"file":"NamirasoftCredentialMetaDatabase.js","sourceRoot":"","sources":["../../src/meta/NamirasoftCredentialMetaDatabase.ts"],"names":[],"mappings":";;;AAoBA,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,qEAAkE;AAClE,+DAA4D;AAC5D,qDAAkD;AAClD,2DAAwD;AACxD,6EAA0E;AAC1E,uEAAoE;AACpE,6DAA0D;AAC1D,mEAAgE;AAChE,qDAA6C;AAC7C,iEAA8D;AAC9D,2DAAwD;AACxD,iDAA8C;AAC9C,uDAAoD;AACpD,uEAAoE;AACpE,iEAA8D;AAC9D,uDAAoD;AACpD,6DAA0D;AAC1D,uEAAoE;AACpE,iEAA8D;AAC9D,uDAAoD;AACpD,6DAA0D;AAC1D,uEAAoE;AACpE,iEAA8D;AAC9D,uDAAoD;AACpD,6DAA0D;AAC1D,2FAAwF;AACxF,qFAAkF;AAClF,2EAAwE;AACxE,iFAA8E;AAC9E,qDAAqD;AACrD,8EAA2E;AAC3E,yEAAsE;AACtE,mEAAgE;AAChE,yDAAsD;AACtD,+DAA4D;AAC5D,qFAAkF;AAClF,+EAA4E;AAC5E,qEAAkE;AAClE,2EAAwE;AAGxE,MAAa,gCAAiC,SAAQ,oCAA8C;IA8ChG,YAAY,OAAsB,EAAE,OAAgC;QAEhE,KAAK,CAAC,EAAE,EAAE,EAAE,sBAAsB,EAAE,IAAI,EAAE,uBAAuB,EAAE,QAAQ,EAAE,8BAA8B,EAAE,WAAW,EAAE,oHAAoH,EAAE,IAAI,EAAE,yEAAyE,EAAE,IAAI,EAAE,mCAAmC,EAAE,CAAC,CAAC;QAC9W,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QACvB,IAAI,CAAC,MAAM,GAAG;YACV,YAAY,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC5C,SAAS,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACtC,OAAO,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YAClC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;YAC3B,cAAc,EAAE,IAAI,+CAAsB,CAAC,IAAI,CAAC;YAChD,WAAW,EAAE,IAAI,yCAAmB,CAAC,IAAI,CAAC;YAC1C,SAAS,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACtC,KAAK,EAAE,IAAI,+BAAc,CAAC,IAAI,CAAC;YAC/B,YAAY,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC5C,SAAS,EAAE,IAAI,qCAAiB,CAAC,IAAI,CAAC;YACtC,OAAO,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YAClC,GAAG,EAAE,IAAI,2BAAY,CAAC,IAAI,CAAC;YAC3B,uBAAuB,EAAE,IAAI,+DAA8B,CAAC,IAAI,CAAC;YACjE,oBAAoB,EAAE,IAAI,yDAA2B,CAAC,IAAI,CAAC;YAC3D,kBAAkB,EAAE,IAAI,qDAAyB,CAAC,IAAI,CAAC;YACvD,cAAc,EAAE,IAAI,+CAAsB,CAAC,IAAI,CAAC;YAChD,mBAAmB,EAAE,IAAI,uDAA0B,CAAC,IAAI,CAAC;YACzD,gBAAgB,EAAE,IAAI,iDAAuB,CAAC,IAAI,CAAC;YACnD,cAAc,EAAE,IAAI,6CAAqB,CAAC,IAAI,CAAC;YAC/C,UAAU,EAAE,IAAI,uCAAkB,CAAC,IAAI,CAAC;YACxC,0BAA0B,EAAE,IAAI,qEAAiC,CAAC,IAAI,CAAC;YACvE,uBAAuB,EAAE,IAAI,+DAA8B,CAAC,IAAI,CAAC;YACjE,qBAAqB,EAAE,IAAI,2DAA4B,CAAC,IAAI,CAAC;YAC7D,iBAAiB,EAAE,IAAI,qDAAyB,CAAC,IAAI,CAAC;YACtD,eAAe,EAAE,IAAI,iDAAuB,CAAC,IAAI,CAAC;YAClD,YAAY,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC5C,UAAU,EAAE,IAAI,uCAAkB,CAAC,IAAI,CAAC;YACxC,MAAM,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YACjC,gBAAgB,EAAE,IAAI,iDAAuB,CAAC,IAAI,CAAC;YACnD,aAAa,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC7C,WAAW,EAAE,IAAI,uCAAkB,CAAC,IAAI,CAAC;YACzC,OAAO,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YAClC,gBAAgB,EAAE,IAAI,iDAAuB,CAAC,IAAI,CAAC;YACnD,aAAa,EAAE,IAAI,2CAAoB,CAAC,IAAI,CAAC;YAC7C,WAAW,EAAE,IAAI,uCAAkB,CAAC,IAAI,CAAC;YACzC,OAAO,EAAE,IAAI,iCAAe,CAAC,IAAI,CAAC;YAClC,OAAO,EAAE,IAAI,mCAAgB,CAAC,IAAI,CAAC;YACnC,gBAAgB,EAAE,IAAI,mDAAwB,CAAC,IAAI,CAAC;YACpD,aAAa,EAAE,IAAI,6CAAqB,CAAC,IAAI,CAAC;YAC9C,WAAW,EAAE,IAAI,yCAAmB,CAAC,IAAI,CAAC;SAC7C,CAAC;IACN,CAAC;IACQ,SAAS;QAEd,IAAI,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO;YAC9B,MAAM,IAAI,KAAK,CAAC,sGAAsG,CAAC,CAAA;QAC3H,IAAI,IAAI,GAAG,oCAAkB,CAAC,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,QAAQ,GAAG,IAAI,4BAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC;QACtD,OAAO,IAAI,uDAA0B,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;IAChF,CAAC;CACJ;AAtGD,4EAsGC;AAAA,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
4
|
+
import { SonatypeNexusCategoryRow } from "../row/SonatypeNexusCategoryRow";
|
|
5
|
+
export declare class SonatypeNexusCategoryMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, SonatypeNexusCategoryRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
entity_id: BaseMetaColumn;
|
|
10
|
+
category_id: BaseMetaColumn;
|
|
11
|
+
created_at: BaseMetaColumn;
|
|
12
|
+
updated_at: BaseMetaColumn;
|
|
13
|
+
};
|
|
14
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
15
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.SonatypeNexusCategoryMetaTable = void 0;
|
|
13
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
14
|
+
const namirasoft_site_1 = require("namirasoft-site");
|
|
15
|
+
class SonatypeNexusCategoryMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
16
|
+
constructor(database) {
|
|
17
|
+
super(database, "sonatype_nexus_category", "Sonatype Nexus Category", new namirasoft_core_1.BaseUUID(""));
|
|
18
|
+
this.columns = {
|
|
19
|
+
id: new namirasoft_core_1.BaseMetaColumn(this, "id", "ID", "Integer", true),
|
|
20
|
+
user_id: new namirasoft_core_1.BaseMetaColumn(this, "user_id", "User ID", "String", true),
|
|
21
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn(this, "entity_id", "Entity ID", "String", true),
|
|
22
|
+
category_id: new namirasoft_core_1.BaseMetaColumn(this, "category_id", "Category ID", "String", true),
|
|
23
|
+
created_at: new namirasoft_core_1.BaseMetaColumn(this, "created_at", "Created At", "DateTime", true),
|
|
24
|
+
updated_at: new namirasoft_core_1.BaseMetaColumn(this, "updated_at", "Updated At", "DateTime", true),
|
|
25
|
+
};
|
|
26
|
+
this.back_end.get = (id) => __awaiter(this, void 0, void 0, function* () {
|
|
27
|
+
let server = this.database.getServer();
|
|
28
|
+
return yield server.sonatype_nexus_category.Get(id);
|
|
29
|
+
});
|
|
30
|
+
this.back_end.list = (filters, page, size, sorts) => __awaiter(this, void 0, void 0, function* () {
|
|
31
|
+
let server = this.database.getServer();
|
|
32
|
+
return yield server.sonatype_nexus_category.List(filters, page, size, sorts);
|
|
33
|
+
});
|
|
34
|
+
this.front_end.getUpdateLink = () => "";
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.SonatypeNexusCategoryMetaTable = SonatypeNexusCategoryMetaTable;
|
|
38
|
+
;
|
|
39
|
+
//# sourceMappingURL=SonatypeNexusCategoryMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SonatypeNexusCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/SonatypeNexusCategoryMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAAiF;AACjF,qDAAsE;AAItE,MAAa,8BAA+B,SAAQ,iCAAqE;IAUrH,YAAY,QAAwD;QAEhE,KAAK,CAAC,QAAQ,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,IAAI,0BAAQ,CAAC,EAAE,CAAC,CAAC,CAAC;QACxF,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACzD,OAAO,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,SAAS,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC7E,WAAW,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,CAAC;YACnF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;YAClF,UAAU,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,UAAU,EAAE,IAAI,CAAC;SACrF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAO,EAAU,EAAE,EAAE;YAErC,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,uBAAuB,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;QACxD,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAO,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,EAAE;YAEzH,IAAI,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC,SAAS,EAAE,CAAC;YACvC,OAAO,MAAM,MAAM,CAAC,uBAAuB,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QACjF,CAAC,CAAA,CAAC;QACF,IAAI,CAAC,SAAS,CAAC,aAAa,GAAG,GAAG,EAAE,CAAC,EAAE,CAAC;IAC5C,CAAC;CACJ;AAjCD,wEAiCC;AAAA,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BaseMetaColumn } from "namirasoft-core";
|
|
2
|
+
import { NSBaseMetaDatabase, NSBaseMetaTable } from "namirasoft-site";
|
|
3
|
+
import { NamirasoftCredentialServer } from "../NamirasoftCredentialServer";
|
|
4
|
+
import { SonatypeNexusFieldRow } from "../row/SonatypeNexusFieldRow";
|
|
5
|
+
export declare class SonatypeNexusFieldMetaTable extends NSBaseMetaTable<NamirasoftCredentialServer, SonatypeNexusFieldRow> {
|
|
6
|
+
columns: {
|
|
7
|
+
id: BaseMetaColumn;
|
|
8
|
+
user_id: BaseMetaColumn;
|
|
9
|
+
entity_id: BaseMetaColumn;
|
|
10
|
+
field_id: BaseMetaColumn;
|
|
11
|
+
value: BaseMetaColumn;
|
|
12
|
+
created_at: BaseMetaColumn;
|
|
13
|
+
updated_at: BaseMetaColumn;
|
|
14
|
+
};
|
|
15
|
+
constructor(database: NSBaseMetaDatabase<NamirasoftCredentialServer>);
|
|
16
|
+
}
|