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,64 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityCategoryInputRow } from "./row/EntityCategoryInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { GitHubCategoryRow } from "./row/GitHubCategoryRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerGitHubCategory extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Delete = this.Delete.bind(this);
|
|
38
|
+
}
|
|
39
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitHubCategoryRow[], count: number }>
|
|
40
|
+
{
|
|
41
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
42
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
43
|
+
let path = `git/hub/category/list`;
|
|
44
|
+
let { data } = await this.server._get<{ rows: GitHubCategoryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
45
|
+
return data;
|
|
46
|
+
}
|
|
47
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitHubCategoryRow>
|
|
48
|
+
{
|
|
49
|
+
let path = `git/hub/category/${id}`;
|
|
50
|
+
let { data } = await this.server._get<GitHubCategoryRow>(path, {}, config);
|
|
51
|
+
return data;
|
|
52
|
+
}
|
|
53
|
+
async Create(entity_id: string, body: EntityCategoryInputRow, config?: BaseServerConfig<any>): Promise<GitHubCategoryRow>
|
|
54
|
+
{
|
|
55
|
+
let path = `git/hub/category/${entity_id}`;
|
|
56
|
+
let { data } = await this.server._post<GitHubCategoryRow>(path, {}, body, config);
|
|
57
|
+
return data;
|
|
58
|
+
}
|
|
59
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
60
|
+
{
|
|
61
|
+
let path = `git/hub/category/${entity_id}/${id}`;
|
|
62
|
+
await this.server._delete<void>(path, {}, config);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityFieldInputRow } from "./row/EntityFieldInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { GitHubFieldRow } from "./row/GitHubFieldRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerGitHubField extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitHubFieldRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `git/hub/field/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: GitHubFieldRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitHubFieldRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `git/hub/field/${id}`;
|
|
51
|
+
let { data } = await this.server._get<GitHubFieldRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(entity_id: string, body: EntityFieldInputRow, config?: BaseServerConfig<any>): Promise<GitHubFieldRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `git/hub/field/${entity_id}`;
|
|
57
|
+
let { data } = await this.server._post<GitHubFieldRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(entity_id: string, id: number, body: EntityFieldInputRow, config?: BaseServerConfig<any>): Promise<GitHubFieldRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `git/hub/field/${entity_id}/${id}`;
|
|
63
|
+
let { data } = await this.server._put<GitHubFieldRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `git/hub/field/${entity_id}/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityTagInputRow } from "./row/EntityTagInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { GitHubTagRow } from "./row/GitHubTagRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerGitHubTag extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitHubTagRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `git/hub/tag/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: GitHubTagRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitHubTagRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `git/hub/tag/${id}`;
|
|
51
|
+
let { data } = await this.server._get<GitHubTagRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(entity_id: string, body: EntityTagInputRow, config?: BaseServerConfig<any>): Promise<GitHubTagRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `git/hub/tag/${entity_id}`;
|
|
57
|
+
let { data } = await this.server._post<GitHubTagRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(entity_id: string, id: number, body: EntityTagInputRow, config?: BaseServerConfig<any>): Promise<GitHubTagRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `git/hub/tag/${entity_id}/${id}`;
|
|
63
|
+
let { data } = await this.server._put<GitHubTagRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `git/hub/tag/${entity_id}/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { FilterItem } from "namirasoft-core";
|
|
23
|
+
import { GitLabCreateRow } from "./row/GitLabCreateRow";
|
|
24
|
+
import { GitLabFullRow } from "./row/GitLabFullRow";
|
|
25
|
+
import { GitLabRow } from "./row/GitLabRow";
|
|
26
|
+
import { GitLabUpdateRow } from "./row/GitLabUpdateRow";
|
|
27
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
28
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
29
|
+
import { SortItem } from "namirasoft-core";
|
|
30
|
+
|
|
31
|
+
export class NamirasoftCredentialServerGitLab extends NamirasoftCredentialServerBase
|
|
32
|
+
{
|
|
33
|
+
constructor(server: NamirasoftCredentialServer)
|
|
34
|
+
{
|
|
35
|
+
super(server);
|
|
36
|
+
this.List = this.List.bind(this);
|
|
37
|
+
this._GetFor = this._GetFor.bind(this);
|
|
38
|
+
this.Get = this.Get.bind(this);
|
|
39
|
+
this.Create = this.Create.bind(this);
|
|
40
|
+
this.Update = this.Update.bind(this);
|
|
41
|
+
this.Delete = this.Delete.bind(this);
|
|
42
|
+
this.Rotate = this.Rotate.bind(this);
|
|
43
|
+
}
|
|
44
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitLabRow[], count: number }>
|
|
45
|
+
{
|
|
46
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
47
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
48
|
+
let path = `/git/lab/list`;
|
|
49
|
+
let { data } = await this.server._get<{ rows: GitLabRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
50
|
+
return data;
|
|
51
|
+
}
|
|
52
|
+
async _GetFor(user_id: string, id: string, config?: BaseServerConfig<any>): Promise<GitLabFullRow>
|
|
53
|
+
{
|
|
54
|
+
let path = `/application/user/${user_id}/git/lab/${id}`;
|
|
55
|
+
let { data } = await this.server._get<GitLabFullRow>(path, {}, config);
|
|
56
|
+
return data;
|
|
57
|
+
}
|
|
58
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitLabFullRow>
|
|
59
|
+
{
|
|
60
|
+
let path = `/git/lab/${id}`;
|
|
61
|
+
let { data } = await this.server._get<GitLabFullRow>(path, {}, config);
|
|
62
|
+
return data;
|
|
63
|
+
}
|
|
64
|
+
async Create(body: GitLabCreateRow, config?: BaseServerConfig<any>): Promise<GitLabRow>
|
|
65
|
+
{
|
|
66
|
+
let path = `/git/lab`;
|
|
67
|
+
let { data } = await this.server._post<GitLabRow>(path, {}, body, config);
|
|
68
|
+
return data;
|
|
69
|
+
}
|
|
70
|
+
async Update(id: string, body: GitLabUpdateRow, config?: BaseServerConfig<any>): Promise<GitLabRow>
|
|
71
|
+
{
|
|
72
|
+
let path = `/git/lab/${id}`;
|
|
73
|
+
let { data } = await this.server._put<GitLabRow>(path, {}, body, config);
|
|
74
|
+
return data;
|
|
75
|
+
}
|
|
76
|
+
async Delete(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
77
|
+
{
|
|
78
|
+
let path = `/git/lab/${id}`;
|
|
79
|
+
await this.server._delete<void>(path, {}, config);
|
|
80
|
+
}
|
|
81
|
+
async Rotate(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
82
|
+
{
|
|
83
|
+
let path = `/git/lab/${id}`;
|
|
84
|
+
await this.server._patch<void>(path, {}, undefined, config);
|
|
85
|
+
}
|
|
86
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityCategoryInputRow } from "./row/EntityCategoryInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { GitLabCategoryRow } from "./row/GitLabCategoryRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerGitLabCategory extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Delete = this.Delete.bind(this);
|
|
38
|
+
}
|
|
39
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitLabCategoryRow[], count: number }>
|
|
40
|
+
{
|
|
41
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
42
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
43
|
+
let path = `git/lab/category/list`;
|
|
44
|
+
let { data } = await this.server._get<{ rows: GitLabCategoryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
45
|
+
return data;
|
|
46
|
+
}
|
|
47
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitLabCategoryRow>
|
|
48
|
+
{
|
|
49
|
+
let path = `git/lab/category/${id}`;
|
|
50
|
+
let { data } = await this.server._get<GitLabCategoryRow>(path, {}, config);
|
|
51
|
+
return data;
|
|
52
|
+
}
|
|
53
|
+
async Create(entity_id: string, body: EntityCategoryInputRow, config?: BaseServerConfig<any>): Promise<GitLabCategoryRow>
|
|
54
|
+
{
|
|
55
|
+
let path = `git/lab/category/${entity_id}`;
|
|
56
|
+
let { data } = await this.server._post<GitLabCategoryRow>(path, {}, body, config);
|
|
57
|
+
return data;
|
|
58
|
+
}
|
|
59
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
60
|
+
{
|
|
61
|
+
let path = `git/lab/category/${entity_id}/${id}`;
|
|
62
|
+
await this.server._delete<void>(path, {}, config);
|
|
63
|
+
}
|
|
64
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityFieldInputRow } from "./row/EntityFieldInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { GitLabFieldRow } from "./row/GitLabFieldRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerGitLabField extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitLabFieldRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `git/lab/field/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: GitLabFieldRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitLabFieldRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `git/lab/field/${id}`;
|
|
51
|
+
let { data } = await this.server._get<GitLabFieldRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(entity_id: string, body: EntityFieldInputRow, config?: BaseServerConfig<any>): Promise<GitLabFieldRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `git/lab/field/${entity_id}`;
|
|
57
|
+
let { data } = await this.server._post<GitLabFieldRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(entity_id: string, id: number, body: EntityFieldInputRow, config?: BaseServerConfig<any>): Promise<GitLabFieldRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `git/lab/field/${entity_id}/${id}`;
|
|
63
|
+
let { data } = await this.server._put<GitLabFieldRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `git/lab/field/${entity_id}/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityTagInputRow } from "./row/EntityTagInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { GitLabTagRow } from "./row/GitLabTagRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerGitLabTag extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Update = this.Update.bind(this);
|
|
38
|
+
this.Delete = this.Delete.bind(this);
|
|
39
|
+
}
|
|
40
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: GitLabTagRow[], count: number }>
|
|
41
|
+
{
|
|
42
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
43
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
44
|
+
let path = `git/lab/tag/list`;
|
|
45
|
+
let { data } = await this.server._get<{ rows: GitLabTagRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
46
|
+
return data;
|
|
47
|
+
}
|
|
48
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<GitLabTagRow>
|
|
49
|
+
{
|
|
50
|
+
let path = `git/lab/tag/${id}`;
|
|
51
|
+
let { data } = await this.server._get<GitLabTagRow>(path, {}, config);
|
|
52
|
+
return data;
|
|
53
|
+
}
|
|
54
|
+
async Create(entity_id: string, body: EntityTagInputRow, config?: BaseServerConfig<any>): Promise<GitLabTagRow>
|
|
55
|
+
{
|
|
56
|
+
let path = `git/lab/tag/${entity_id}`;
|
|
57
|
+
let { data } = await this.server._post<GitLabTagRow>(path, {}, body, config);
|
|
58
|
+
return data;
|
|
59
|
+
}
|
|
60
|
+
async Update(entity_id: string, id: number, body: EntityTagInputRow, config?: BaseServerConfig<any>): Promise<GitLabTagRow>
|
|
61
|
+
{
|
|
62
|
+
let path = `git/lab/tag/${entity_id}/${id}`;
|
|
63
|
+
let { data } = await this.server._put<GitLabTagRow>(path, {}, body, config);
|
|
64
|
+
return data;
|
|
65
|
+
}
|
|
66
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
67
|
+
{
|
|
68
|
+
let path = `git/lab/tag/${entity_id}/${id}`;
|
|
69
|
+
await this.server._delete<void>(path, {}, config);
|
|
70
|
+
}
|
|
71
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { FilterItem } from "namirasoft-core";
|
|
23
|
+
import { HarborCreateRow } from "./row/HarborCreateRow";
|
|
24
|
+
import { HarborFullRow } from "./row/HarborFullRow";
|
|
25
|
+
import { HarborRow } from "./row/HarborRow";
|
|
26
|
+
import { HarborUpdateRow } from "./row/HarborUpdateRow";
|
|
27
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
28
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
29
|
+
import { SortItem } from "namirasoft-core";
|
|
30
|
+
|
|
31
|
+
export class NamirasoftCredentialServerHarbor extends NamirasoftCredentialServerBase
|
|
32
|
+
{
|
|
33
|
+
constructor(server: NamirasoftCredentialServer)
|
|
34
|
+
{
|
|
35
|
+
super(server);
|
|
36
|
+
this.List = this.List.bind(this);
|
|
37
|
+
this._GetFor = this._GetFor.bind(this);
|
|
38
|
+
this.Get = this.Get.bind(this);
|
|
39
|
+
this.Create = this.Create.bind(this);
|
|
40
|
+
this.Update = this.Update.bind(this);
|
|
41
|
+
this.Delete = this.Delete.bind(this);
|
|
42
|
+
this.Rotate = this.Rotate.bind(this);
|
|
43
|
+
}
|
|
44
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: HarborRow[], count: number }>
|
|
45
|
+
{
|
|
46
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
47
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
48
|
+
let path = `/harbor/list`;
|
|
49
|
+
let { data } = await this.server._get<{ rows: HarborRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
50
|
+
return data;
|
|
51
|
+
}
|
|
52
|
+
async _GetFor(user_id: string, id: string, config?: BaseServerConfig<any>): Promise<HarborFullRow>
|
|
53
|
+
{
|
|
54
|
+
let path = `/application/user/${user_id}/harbor/${id}`;
|
|
55
|
+
let { data } = await this.server._get<HarborFullRow>(path, {}, config);
|
|
56
|
+
return data;
|
|
57
|
+
}
|
|
58
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<HarborFullRow>
|
|
59
|
+
{
|
|
60
|
+
let path = `/harbor/${id}`;
|
|
61
|
+
let { data } = await this.server._get<HarborFullRow>(path, {}, config);
|
|
62
|
+
return data;
|
|
63
|
+
}
|
|
64
|
+
async Create(body: HarborCreateRow, config?: BaseServerConfig<any>): Promise<HarborRow>
|
|
65
|
+
{
|
|
66
|
+
let path = `/harbor`;
|
|
67
|
+
let { data } = await this.server._post<HarborRow>(path, {}, body, config);
|
|
68
|
+
return data;
|
|
69
|
+
}
|
|
70
|
+
async Update(id: string, body: HarborUpdateRow, config?: BaseServerConfig<any>): Promise<HarborRow>
|
|
71
|
+
{
|
|
72
|
+
let path = `/harbor/${id}`;
|
|
73
|
+
let { data } = await this.server._put<HarborRow>(path, {}, body, config);
|
|
74
|
+
return data;
|
|
75
|
+
}
|
|
76
|
+
async Delete(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
77
|
+
{
|
|
78
|
+
let path = `/harbor/${id}`;
|
|
79
|
+
await this.server._delete<void>(path, {}, config);
|
|
80
|
+
}
|
|
81
|
+
async Rotate(id: string, config?: BaseServerConfig<any>): Promise<void>
|
|
82
|
+
{
|
|
83
|
+
let path = `/harbor/${id}`;
|
|
84
|
+
await this.server._patch<void>(path, {}, undefined, config);
|
|
85
|
+
}
|
|
86
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any change is required, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseServerConfig } from "namirasoft-core";
|
|
22
|
+
import { EntityCategoryInputRow } from "./row/EntityCategoryInputRow";
|
|
23
|
+
import { FilterItem } from "namirasoft-core";
|
|
24
|
+
import { HarborCategoryRow } from "./row/HarborCategoryRow";
|
|
25
|
+
import { NamirasoftCredentialServer } from "./NamirasoftCredentialServer";
|
|
26
|
+
import { NamirasoftCredentialServerBase } from "./NamirasoftCredentialServerBase";
|
|
27
|
+
import { SortItem } from "namirasoft-core";
|
|
28
|
+
|
|
29
|
+
export class NamirasoftCredentialServerHarborCategory extends NamirasoftCredentialServerBase
|
|
30
|
+
{
|
|
31
|
+
constructor(server: NamirasoftCredentialServer)
|
|
32
|
+
{
|
|
33
|
+
super(server);
|
|
34
|
+
this.List = this.List.bind(this);
|
|
35
|
+
this.Get = this.Get.bind(this);
|
|
36
|
+
this.Create = this.Create.bind(this);
|
|
37
|
+
this.Delete = this.Delete.bind(this);
|
|
38
|
+
}
|
|
39
|
+
async List(filters: FilterItem[] | null, page: (number | null), size: (number | null), sorts: SortItem[], config?: BaseServerConfig<any>): Promise<{ rows: HarborCategoryRow[], count: number }>
|
|
40
|
+
{
|
|
41
|
+
let filters_string_value: string = FilterItem.stringify(filters);
|
|
42
|
+
let sorts_string_value: string = SortItem.stringify(sorts);
|
|
43
|
+
let path = `harbor/category/list`;
|
|
44
|
+
let { data } = await this.server._get<{ rows: HarborCategoryRow[], count: number }>(path, { filters: filters_string_value, page, size, sorts: sorts_string_value }, config);
|
|
45
|
+
return data;
|
|
46
|
+
}
|
|
47
|
+
async Get(id: string, config?: BaseServerConfig<any>): Promise<HarborCategoryRow>
|
|
48
|
+
{
|
|
49
|
+
let path = `harbor/category/${id}`;
|
|
50
|
+
let { data } = await this.server._get<HarborCategoryRow>(path, {}, config);
|
|
51
|
+
return data;
|
|
52
|
+
}
|
|
53
|
+
async Create(entity_id: string, body: EntityCategoryInputRow, config?: BaseServerConfig<any>): Promise<HarborCategoryRow>
|
|
54
|
+
{
|
|
55
|
+
let path = `harbor/category/${entity_id}`;
|
|
56
|
+
let { data } = await this.server._post<HarborCategoryRow>(path, {}, body, config);
|
|
57
|
+
return data;
|
|
58
|
+
}
|
|
59
|
+
async Delete(entity_id: string, id: number, config?: BaseServerConfig<any>): Promise<void>
|
|
60
|
+
{
|
|
61
|
+
let path = `harbor/category/${entity_id}/${id}`;
|
|
62
|
+
await this.server._delete<void>(path, {}, config);
|
|
63
|
+
}
|
|
64
|
+
};
|