namirasoft-container-registry 1.4.0 → 1.4.3

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.
Files changed (248) hide show
  1. package/dist/NamirasoftContainerRegistryServer.d.ts +22 -0
  2. package/dist/NamirasoftContainerRegistryServer.js +23 -1
  3. package/dist/NamirasoftContainerRegistryServer.js.map +1 -1
  4. package/dist/NamirasoftContainerRegistryServerAWSECR.d.ts +10 -0
  5. package/dist/NamirasoftContainerRegistryServerAWSECR.js +37 -0
  6. package/dist/NamirasoftContainerRegistryServerAWSECR.js.map +1 -0
  7. package/dist/NamirasoftContainerRegistryServerAzureACR.d.ts +10 -0
  8. package/dist/NamirasoftContainerRegistryServerAzureACR.js +37 -0
  9. package/dist/NamirasoftContainerRegistryServerAzureACR.js.map +1 -0
  10. package/dist/NamirasoftContainerRegistryServerContainerRegistry.d.ts +0 -3
  11. package/dist/NamirasoftContainerRegistryServerContainerRegistry.js +0 -16
  12. package/dist/NamirasoftContainerRegistryServerContainerRegistry.js.map +1 -1
  13. package/dist/NamirasoftContainerRegistryServerGitHubContainerRegistry.d.ts +10 -0
  14. package/dist/NamirasoftContainerRegistryServerGitHubContainerRegistry.js +37 -0
  15. package/dist/NamirasoftContainerRegistryServerGitHubContainerRegistry.js.map +1 -0
  16. package/dist/NamirasoftContainerRegistryServerGitLabContainerRegistry.d.ts +10 -0
  17. package/dist/NamirasoftContainerRegistryServerGitLabContainerRegistry.js +37 -0
  18. package/dist/NamirasoftContainerRegistryServerGitLabContainerRegistry.js.map +1 -0
  19. package/dist/NamirasoftContainerRegistryServerGoogleArtifactRegistry.d.ts +10 -0
  20. package/dist/NamirasoftContainerRegistryServerGoogleArtifactRegistry.js +37 -0
  21. package/dist/NamirasoftContainerRegistryServerGoogleArtifactRegistry.js.map +1 -0
  22. package/dist/NamirasoftContainerRegistryServerGoogleContainerRegistry.d.ts +10 -0
  23. package/dist/NamirasoftContainerRegistryServerGoogleContainerRegistry.js +37 -0
  24. package/dist/NamirasoftContainerRegistryServerGoogleContainerRegistry.js.map +1 -0
  25. package/dist/NamirasoftContainerRegistryServerHarbor.d.ts +10 -0
  26. package/dist/NamirasoftContainerRegistryServerHarbor.js +37 -0
  27. package/dist/NamirasoftContainerRegistryServerHarbor.js.map +1 -0
  28. package/dist/NamirasoftContainerRegistryServerJFrogArtifactory.d.ts +10 -0
  29. package/dist/NamirasoftContainerRegistryServerJFrogArtifactory.js +37 -0
  30. package/dist/NamirasoftContainerRegistryServerJFrogArtifactory.js.map +1 -0
  31. package/dist/NamirasoftContainerRegistryServerPrivateRegistry.d.ts +10 -0
  32. package/dist/NamirasoftContainerRegistryServerPrivateRegistry.js +37 -0
  33. package/dist/NamirasoftContainerRegistryServerPrivateRegistry.js.map +1 -0
  34. package/dist/NamirasoftContainerRegistryServerPublicRepository.d.ts +10 -0
  35. package/dist/NamirasoftContainerRegistryServerPublicRepository.js +37 -0
  36. package/dist/NamirasoftContainerRegistryServerPublicRepository.js.map +1 -0
  37. package/dist/NamirasoftContainerRegistryServerSonatypeNexus.d.ts +10 -0
  38. package/dist/NamirasoftContainerRegistryServerSonatypeNexus.js +37 -0
  39. package/dist/NamirasoftContainerRegistryServerSonatypeNexus.js.map +1 -0
  40. package/dist/command/AWSECRCommand.d.ts +4 -0
  41. package/dist/command/AWSECRCommand.js +17 -0
  42. package/dist/command/AWSECRCommand.js.map +1 -0
  43. package/dist/command/{ContainerRegistryCreateCommand.d.ts → AWSECRCreateCommand.d.ts} +1 -1
  44. package/dist/command/{ContainerRegistryCreateCommand.js → AWSECRCreateCommand.js} +14 -14
  45. package/dist/command/AWSECRCreateCommand.js.map +1 -0
  46. package/dist/command/{ContainerRegistryUpdateCommand.d.ts → AWSECRUpdateCommand.d.ts} +1 -1
  47. package/dist/command/{ContainerRegistryUpdateCommand.js → AWSECRUpdateCommand.js} +14 -14
  48. package/dist/command/AWSECRUpdateCommand.js.map +1 -0
  49. package/dist/command/AzureACRCommand.d.ts +4 -0
  50. package/dist/command/AzureACRCommand.js +17 -0
  51. package/dist/command/AzureACRCommand.js.map +1 -0
  52. package/dist/command/AzureACRCreateCommand.d.ts +5 -0
  53. package/dist/command/AzureACRCreateCommand.js +76 -0
  54. package/dist/command/AzureACRCreateCommand.js.map +1 -0
  55. package/dist/command/AzureACRUpdateCommand.d.ts +5 -0
  56. package/dist/command/AzureACRUpdateCommand.js +76 -0
  57. package/dist/command/AzureACRUpdateCommand.js.map +1 -0
  58. package/dist/command/ContainerRegistryCommand.js +0 -4
  59. package/dist/command/ContainerRegistryCommand.js.map +1 -1
  60. package/dist/command/GitHubContainerRegistryCommand.d.ts +4 -0
  61. package/dist/command/GitHubContainerRegistryCommand.js +17 -0
  62. package/dist/command/GitHubContainerRegistryCommand.js.map +1 -0
  63. package/dist/command/GitHubContainerRegistryCreateCommand.d.ts +5 -0
  64. package/dist/command/GitHubContainerRegistryCreateCommand.js +76 -0
  65. package/dist/command/GitHubContainerRegistryCreateCommand.js.map +1 -0
  66. package/dist/command/GitHubContainerRegistryUpdateCommand.d.ts +5 -0
  67. package/dist/command/GitHubContainerRegistryUpdateCommand.js +76 -0
  68. package/dist/command/GitHubContainerRegistryUpdateCommand.js.map +1 -0
  69. package/dist/command/GitLabContainerRegistryCommand.d.ts +4 -0
  70. package/dist/command/GitLabContainerRegistryCommand.js +17 -0
  71. package/dist/command/GitLabContainerRegistryCommand.js.map +1 -0
  72. package/dist/command/GitLabContainerRegistryCreateCommand.d.ts +5 -0
  73. package/dist/command/GitLabContainerRegistryCreateCommand.js +76 -0
  74. package/dist/command/GitLabContainerRegistryCreateCommand.js.map +1 -0
  75. package/dist/command/GitLabContainerRegistryUpdateCommand.d.ts +5 -0
  76. package/dist/command/GitLabContainerRegistryUpdateCommand.js +76 -0
  77. package/dist/command/GitLabContainerRegistryUpdateCommand.js.map +1 -0
  78. package/dist/command/GoogleArtifactRegistryCommand.d.ts +4 -0
  79. package/dist/command/GoogleArtifactRegistryCommand.js +17 -0
  80. package/dist/command/GoogleArtifactRegistryCommand.js.map +1 -0
  81. package/dist/command/GoogleArtifactRegistryCreateCommand.d.ts +5 -0
  82. package/dist/command/GoogleArtifactRegistryCreateCommand.js +76 -0
  83. package/dist/command/GoogleArtifactRegistryCreateCommand.js.map +1 -0
  84. package/dist/command/GoogleArtifactRegistryUpdateCommand.d.ts +5 -0
  85. package/dist/command/GoogleArtifactRegistryUpdateCommand.js +76 -0
  86. package/dist/command/GoogleArtifactRegistryUpdateCommand.js.map +1 -0
  87. package/dist/command/GoogleContainerRegistryCommand.d.ts +4 -0
  88. package/dist/command/GoogleContainerRegistryCommand.js +17 -0
  89. package/dist/command/GoogleContainerRegistryCommand.js.map +1 -0
  90. package/dist/command/GoogleContainerRegistryCreateCommand.d.ts +5 -0
  91. package/dist/command/GoogleContainerRegistryCreateCommand.js +76 -0
  92. package/dist/command/GoogleContainerRegistryCreateCommand.js.map +1 -0
  93. package/dist/command/GoogleContainerRegistryUpdateCommand.d.ts +5 -0
  94. package/dist/command/GoogleContainerRegistryUpdateCommand.js +76 -0
  95. package/dist/command/GoogleContainerRegistryUpdateCommand.js.map +1 -0
  96. package/dist/command/HarborCommand.d.ts +4 -0
  97. package/dist/command/HarborCommand.js +17 -0
  98. package/dist/command/HarborCommand.js.map +1 -0
  99. package/dist/command/HarborCreateCommand.d.ts +5 -0
  100. package/dist/command/HarborCreateCommand.js +76 -0
  101. package/dist/command/HarborCreateCommand.js.map +1 -0
  102. package/dist/command/HarborUpdateCommand.d.ts +5 -0
  103. package/dist/command/HarborUpdateCommand.js +76 -0
  104. package/dist/command/HarborUpdateCommand.js.map +1 -0
  105. package/dist/command/JFrogArtifactoryCommand.d.ts +4 -0
  106. package/dist/command/JFrogArtifactoryCommand.js +17 -0
  107. package/dist/command/JFrogArtifactoryCommand.js.map +1 -0
  108. package/dist/command/JFrogArtifactoryCreateCommand.d.ts +5 -0
  109. package/dist/command/JFrogArtifactoryCreateCommand.js +76 -0
  110. package/dist/command/JFrogArtifactoryCreateCommand.js.map +1 -0
  111. package/dist/command/JFrogArtifactoryUpdateCommand.d.ts +5 -0
  112. package/dist/command/JFrogArtifactoryUpdateCommand.js +76 -0
  113. package/dist/command/JFrogArtifactoryUpdateCommand.js.map +1 -0
  114. package/dist/command/PrivateRegistryCommand.d.ts +4 -0
  115. package/dist/command/PrivateRegistryCommand.js +17 -0
  116. package/dist/command/PrivateRegistryCommand.js.map +1 -0
  117. package/dist/command/PrivateRegistryCreateCommand.d.ts +5 -0
  118. package/dist/command/PrivateRegistryCreateCommand.js +76 -0
  119. package/dist/command/PrivateRegistryCreateCommand.js.map +1 -0
  120. package/dist/command/PrivateRegistryUpdateCommand.d.ts +5 -0
  121. package/dist/command/PrivateRegistryUpdateCommand.js +76 -0
  122. package/dist/command/PrivateRegistryUpdateCommand.js.map +1 -0
  123. package/dist/command/PublicRepositoryCommand.d.ts +4 -0
  124. package/dist/command/PublicRepositoryCommand.js +17 -0
  125. package/dist/command/PublicRepositoryCommand.js.map +1 -0
  126. package/dist/command/PublicRepositoryCreateCommand.d.ts +5 -0
  127. package/dist/command/PublicRepositoryCreateCommand.js +67 -0
  128. package/dist/command/PublicRepositoryCreateCommand.js.map +1 -0
  129. package/dist/command/PublicRepositoryUpdateCommand.d.ts +5 -0
  130. package/dist/command/PublicRepositoryUpdateCommand.js +67 -0
  131. package/dist/command/PublicRepositoryUpdateCommand.js.map +1 -0
  132. package/dist/command/SonatypeNexusCommand.d.ts +4 -0
  133. package/dist/command/SonatypeNexusCommand.js +17 -0
  134. package/dist/command/SonatypeNexusCommand.js.map +1 -0
  135. package/dist/command/SonatypeNexusCreateCommand.d.ts +5 -0
  136. package/dist/command/SonatypeNexusCreateCommand.js +76 -0
  137. package/dist/command/SonatypeNexusCreateCommand.js.map +1 -0
  138. package/dist/command/SonatypeNexusUpdateCommand.d.ts +5 -0
  139. package/dist/command/SonatypeNexusUpdateCommand.js +76 -0
  140. package/dist/command/SonatypeNexusUpdateCommand.js.map +1 -0
  141. package/dist/command/cli.js +22 -0
  142. package/dist/command/cli.js.map +1 -1
  143. package/dist/index.d.ts +55 -3
  144. package/dist/index.js +55 -3
  145. package/dist/index.js.map +1 -1
  146. package/dist/meta/ContainerRegistryMetaTable.js +3 -1
  147. package/dist/meta/ContainerRegistryMetaTable.js.map +1 -1
  148. package/dist/meta/NamirasoftContainerRegistryMetaDatabase.js +1 -1
  149. package/dist/meta/NamirasoftContainerRegistryMetaDatabase.js.map +1 -1
  150. package/dist/row/{ContainerRegistryInputRow.d.ts → AWSECRInputRow.d.ts} +2 -2
  151. package/dist/row/{ContainerRegistryInputRow.js → AWSECRInputRow.js} +1 -1
  152. package/dist/row/AWSECRInputRow.js.map +1 -0
  153. package/dist/row/AzureACRInputRow.d.ts +7 -0
  154. package/dist/row/AzureACRInputRow.js +3 -0
  155. package/dist/row/AzureACRInputRow.js.map +1 -0
  156. package/dist/row/GitHubContainerRegistryInputRow.d.ts +7 -0
  157. package/dist/row/GitHubContainerRegistryInputRow.js +3 -0
  158. package/dist/row/GitHubContainerRegistryInputRow.js.map +1 -0
  159. package/dist/row/GitLabContainerRegistryInputRow.d.ts +7 -0
  160. package/dist/row/GitLabContainerRegistryInputRow.js +3 -0
  161. package/dist/row/GitLabContainerRegistryInputRow.js.map +1 -0
  162. package/dist/row/GoogleArtifactRegistryInputRow.d.ts +7 -0
  163. package/dist/row/GoogleArtifactRegistryInputRow.js +3 -0
  164. package/dist/row/GoogleArtifactRegistryInputRow.js.map +1 -0
  165. package/dist/row/GoogleContainerRegistryInputRow.d.ts +7 -0
  166. package/dist/row/GoogleContainerRegistryInputRow.js +3 -0
  167. package/dist/row/GoogleContainerRegistryInputRow.js.map +1 -0
  168. package/dist/row/HarborInputRow.d.ts +7 -0
  169. package/dist/row/HarborInputRow.js +3 -0
  170. package/dist/row/HarborInputRow.js.map +1 -0
  171. package/dist/row/JFrogArtifactoryInputRow.d.ts +7 -0
  172. package/dist/row/JFrogArtifactoryInputRow.js +3 -0
  173. package/dist/row/JFrogArtifactoryInputRow.js.map +1 -0
  174. package/dist/row/PrivateRegistryInputRow.d.ts +7 -0
  175. package/dist/row/PrivateRegistryInputRow.js +3 -0
  176. package/dist/row/PrivateRegistryInputRow.js.map +1 -0
  177. package/dist/row/PublicRepositoryInputRow.d.ts +6 -0
  178. package/dist/row/PublicRepositoryInputRow.js +3 -0
  179. package/dist/row/PublicRepositoryInputRow.js.map +1 -0
  180. package/dist/row/SonatypeNexusInputRow.d.ts +7 -0
  181. package/dist/row/SonatypeNexusInputRow.js +3 -0
  182. package/dist/row/SonatypeNexusInputRow.js.map +1 -0
  183. package/package.json +2 -2
  184. package/src/NamirasoftContainerRegistryServer.ts +34 -1
  185. package/src/NamirasoftContainerRegistryServerAWSECR.ts +47 -0
  186. package/src/NamirasoftContainerRegistryServerAzureACR.ts +47 -0
  187. package/src/NamirasoftContainerRegistryServerContainerRegistry.ts +0 -15
  188. package/src/NamirasoftContainerRegistryServerGitHubContainerRegistry.ts +47 -0
  189. package/src/NamirasoftContainerRegistryServerGitLabContainerRegistry.ts +47 -0
  190. package/src/NamirasoftContainerRegistryServerGoogleArtifactRegistry.ts +47 -0
  191. package/src/NamirasoftContainerRegistryServerGoogleContainerRegistry.ts +47 -0
  192. package/src/NamirasoftContainerRegistryServerHarbor.ts +47 -0
  193. package/src/NamirasoftContainerRegistryServerJFrogArtifactory.ts +47 -0
  194. package/src/NamirasoftContainerRegistryServerPrivateRegistry.ts +47 -0
  195. package/src/NamirasoftContainerRegistryServerPublicRepository.ts +47 -0
  196. package/src/NamirasoftContainerRegistryServerSonatypeNexus.ts +47 -0
  197. package/src/command/AWSECRCommand.ts +34 -0
  198. package/src/command/AWSECRCreateCommand.ts +83 -0
  199. package/src/command/AWSECRUpdateCommand.ts +83 -0
  200. package/src/command/AzureACRCommand.ts +34 -0
  201. package/src/command/AzureACRCreateCommand.ts +83 -0
  202. package/src/command/AzureACRUpdateCommand.ts +83 -0
  203. package/src/command/ContainerRegistryCommand.ts +0 -4
  204. package/src/command/GitHubContainerRegistryCommand.ts +34 -0
  205. package/src/command/GitHubContainerRegistryCreateCommand.ts +83 -0
  206. package/src/command/GitHubContainerRegistryUpdateCommand.ts +83 -0
  207. package/src/command/GitLabContainerRegistryCommand.ts +34 -0
  208. package/src/command/GitLabContainerRegistryCreateCommand.ts +83 -0
  209. package/src/command/GitLabContainerRegistryUpdateCommand.ts +83 -0
  210. package/src/command/GoogleArtifactRegistryCommand.ts +34 -0
  211. package/src/command/GoogleArtifactRegistryCreateCommand.ts +83 -0
  212. package/src/command/GoogleArtifactRegistryUpdateCommand.ts +83 -0
  213. package/src/command/GoogleContainerRegistryCommand.ts +34 -0
  214. package/src/command/GoogleContainerRegistryCreateCommand.ts +83 -0
  215. package/src/command/GoogleContainerRegistryUpdateCommand.ts +83 -0
  216. package/src/command/HarborCommand.ts +34 -0
  217. package/src/command/HarborCreateCommand.ts +83 -0
  218. package/src/command/HarborUpdateCommand.ts +83 -0
  219. package/src/command/JFrogArtifactoryCommand.ts +34 -0
  220. package/src/command/JFrogArtifactoryCreateCommand.ts +83 -0
  221. package/src/command/JFrogArtifactoryUpdateCommand.ts +83 -0
  222. package/src/command/PrivateRegistryCommand.ts +34 -0
  223. package/src/command/PrivateRegistryCreateCommand.ts +83 -0
  224. package/src/command/PrivateRegistryUpdateCommand.ts +83 -0
  225. package/src/command/PublicRepositoryCommand.ts +34 -0
  226. package/src/command/{ContainerRegistryCreateCommand.ts → PublicRepositoryCreateCommand.ts} +2 -11
  227. package/src/command/{ContainerRegistryUpdateCommand.ts → PublicRepositoryUpdateCommand.ts} +2 -11
  228. package/src/command/SonatypeNexusCommand.ts +34 -0
  229. package/src/command/SonatypeNexusCreateCommand.ts +83 -0
  230. package/src/command/SonatypeNexusUpdateCommand.ts +83 -0
  231. package/src/command/cli.ts +22 -0
  232. package/src/index.ts +56 -4
  233. package/src/meta/ContainerRegistryMetaTable.ts +3 -1
  234. package/src/meta/NamirasoftContainerRegistryMetaDatabase.ts +1 -1
  235. package/src/row/{ContainerRegistryInputRow.ts → AWSECRInputRow.ts} +2 -2
  236. package/src/row/AzureACRInputRow.ts +29 -0
  237. package/src/row/GitHubContainerRegistryInputRow.ts +29 -0
  238. package/src/row/GitLabContainerRegistryInputRow.ts +29 -0
  239. package/src/row/GoogleArtifactRegistryInputRow.ts +29 -0
  240. package/src/row/GoogleContainerRegistryInputRow.ts +29 -0
  241. package/src/row/HarborInputRow.ts +29 -0
  242. package/src/row/JFrogArtifactoryInputRow.ts +29 -0
  243. package/src/row/PrivateRegistryInputRow.ts +29 -0
  244. package/src/row/PublicRepositoryInputRow.ts +28 -0
  245. package/src/row/SonatypeNexusInputRow.ts +29 -0
  246. package/dist/command/ContainerRegistryCreateCommand.js.map +0 -1
  247. package/dist/command/ContainerRegistryUpdateCommand.js.map +0 -1
  248. package/dist/row/ContainerRegistryInputRow.js.map +0 -1
@@ -1,10 +1,21 @@
1
1
  import { NSABaseServer } from "namirasoft-account";
2
+ import { NamirasoftContainerRegistryServerAWSECR } from "./NamirasoftContainerRegistryServerAWSECR";
3
+ import { NamirasoftContainerRegistryServerAzureACR } from "./NamirasoftContainerRegistryServerAzureACR";
2
4
  import { NamirasoftContainerRegistryServerContainerRegistry } from "./NamirasoftContainerRegistryServerContainerRegistry";
3
5
  import { NamirasoftContainerRegistryServerContainerRegistryCategory } from "./NamirasoftContainerRegistryServerContainerRegistryCategory";
4
6
  import { NamirasoftContainerRegistryServerContainerRegistryField } from "./NamirasoftContainerRegistryServerContainerRegistryField";
5
7
  import { NamirasoftContainerRegistryServerContainerRegistryTag } from "./NamirasoftContainerRegistryServerContainerRegistryTag";
8
+ import { NamirasoftContainerRegistryServerGitHubContainerRegistry } from "./NamirasoftContainerRegistryServerGitHubContainerRegistry";
9
+ import { NamirasoftContainerRegistryServerGitLabContainerRegistry } from "./NamirasoftContainerRegistryServerGitLabContainerRegistry";
10
+ import { NamirasoftContainerRegistryServerGoogleArtifactRegistry } from "./NamirasoftContainerRegistryServerGoogleArtifactRegistry";
11
+ import { NamirasoftContainerRegistryServerGoogleContainerRegistry } from "./NamirasoftContainerRegistryServerGoogleContainerRegistry";
12
+ import { NamirasoftContainerRegistryServerHarbor } from "./NamirasoftContainerRegistryServerHarbor";
6
13
  import { NamirasoftContainerRegistryServerHealthz } from "./NamirasoftContainerRegistryServerHealthz";
14
+ import { NamirasoftContainerRegistryServerJFrogArtifactory } from "./NamirasoftContainerRegistryServerJFrogArtifactory";
7
15
  import { NamirasoftContainerRegistryServerMetrics } from "./NamirasoftContainerRegistryServerMetrics";
16
+ import { NamirasoftContainerRegistryServerPrivateRegistry } from "./NamirasoftContainerRegistryServerPrivateRegistry";
17
+ import { NamirasoftContainerRegistryServerPublicRepository } from "./NamirasoftContainerRegistryServerPublicRepository";
18
+ import { NamirasoftContainerRegistryServerSonatypeNexus } from "./NamirasoftContainerRegistryServerSonatypeNexus";
8
19
  import { NamirasoftContainerRegistryServerValue } from "./NamirasoftContainerRegistryServerValue";
9
20
  import { TokenManager } from "namirasoft-account";
10
21
  export declare class NamirasoftContainerRegistryServer extends NSABaseServer {
@@ -15,5 +26,16 @@ export declare class NamirasoftContainerRegistryServer extends NSABaseServer {
15
26
  container_registry_field: NamirasoftContainerRegistryServerContainerRegistryField;
16
27
  container_registry_tag: NamirasoftContainerRegistryServerContainerRegistryTag;
17
28
  container_registry: NamirasoftContainerRegistryServerContainerRegistry;
29
+ awsecr: NamirasoftContainerRegistryServerAWSECR;
30
+ azure_acr: NamirasoftContainerRegistryServerAzureACR;
31
+ git_hub_container_registry: NamirasoftContainerRegistryServerGitHubContainerRegistry;
32
+ git_lab_container_registry: NamirasoftContainerRegistryServerGitLabContainerRegistry;
33
+ google_artifact_registry: NamirasoftContainerRegistryServerGoogleArtifactRegistry;
34
+ google_container_registry: NamirasoftContainerRegistryServerGoogleContainerRegistry;
35
+ harbor: NamirasoftContainerRegistryServerHarbor;
36
+ j_frog_artifactory: NamirasoftContainerRegistryServerJFrogArtifactory;
37
+ private_registry: NamirasoftContainerRegistryServerPrivateRegistry;
38
+ public_repository: NamirasoftContainerRegistryServerPublicRepository;
39
+ sonatype_nexus: NamirasoftContainerRegistryServerSonatypeNexus;
18
40
  constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void);
19
41
  }
@@ -2,16 +2,27 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NamirasoftContainerRegistryServer = void 0;
4
4
  const namirasoft_account_1 = require("namirasoft-account");
5
+ const NamirasoftContainerRegistryServerAWSECR_1 = require("./NamirasoftContainerRegistryServerAWSECR");
6
+ const NamirasoftContainerRegistryServerAzureACR_1 = require("./NamirasoftContainerRegistryServerAzureACR");
5
7
  const NamirasoftContainerRegistryServerContainerRegistry_1 = require("./NamirasoftContainerRegistryServerContainerRegistry");
6
8
  const NamirasoftContainerRegistryServerContainerRegistryCategory_1 = require("./NamirasoftContainerRegistryServerContainerRegistryCategory");
7
9
  const NamirasoftContainerRegistryServerContainerRegistryField_1 = require("./NamirasoftContainerRegistryServerContainerRegistryField");
8
10
  const NamirasoftContainerRegistryServerContainerRegistryTag_1 = require("./NamirasoftContainerRegistryServerContainerRegistryTag");
11
+ const NamirasoftContainerRegistryServerGitHubContainerRegistry_1 = require("./NamirasoftContainerRegistryServerGitHubContainerRegistry");
12
+ const NamirasoftContainerRegistryServerGitLabContainerRegistry_1 = require("./NamirasoftContainerRegistryServerGitLabContainerRegistry");
13
+ const NamirasoftContainerRegistryServerGoogleArtifactRegistry_1 = require("./NamirasoftContainerRegistryServerGoogleArtifactRegistry");
14
+ const NamirasoftContainerRegistryServerGoogleContainerRegistry_1 = require("./NamirasoftContainerRegistryServerGoogleContainerRegistry");
15
+ const NamirasoftContainerRegistryServerHarbor_1 = require("./NamirasoftContainerRegistryServerHarbor");
9
16
  const NamirasoftContainerRegistryServerHealthz_1 = require("./NamirasoftContainerRegistryServerHealthz");
17
+ const NamirasoftContainerRegistryServerJFrogArtifactory_1 = require("./NamirasoftContainerRegistryServerJFrogArtifactory");
10
18
  const NamirasoftContainerRegistryServerMetrics_1 = require("./NamirasoftContainerRegistryServerMetrics");
19
+ const NamirasoftContainerRegistryServerPrivateRegistry_1 = require("./NamirasoftContainerRegistryServerPrivateRegistry");
20
+ const NamirasoftContainerRegistryServerPublicRepository_1 = require("./NamirasoftContainerRegistryServerPublicRepository");
21
+ const NamirasoftContainerRegistryServerSonatypeNexus_1 = require("./NamirasoftContainerRegistryServerSonatypeNexus");
11
22
  const NamirasoftContainerRegistryServerValue_1 = require("./NamirasoftContainerRegistryServerValue");
12
23
  class NamirasoftContainerRegistryServer extends namirasoft_account_1.NSABaseServer {
13
24
  constructor(base_url, manager, onError) {
14
- super(base_url, `1.4.0`, manager, onError);
25
+ super(base_url, `1.4.3`, manager, onError);
15
26
  this.healthz = new NamirasoftContainerRegistryServerHealthz_1.NamirasoftContainerRegistryServerHealthz(this);
16
27
  this.metrics = new NamirasoftContainerRegistryServerMetrics_1.NamirasoftContainerRegistryServerMetrics(this);
17
28
  this.value = new NamirasoftContainerRegistryServerValue_1.NamirasoftContainerRegistryServerValue(this);
@@ -19,6 +30,17 @@ class NamirasoftContainerRegistryServer extends namirasoft_account_1.NSABaseServ
19
30
  this.container_registry_field = new NamirasoftContainerRegistryServerContainerRegistryField_1.NamirasoftContainerRegistryServerContainerRegistryField(this);
20
31
  this.container_registry_tag = new NamirasoftContainerRegistryServerContainerRegistryTag_1.NamirasoftContainerRegistryServerContainerRegistryTag(this);
21
32
  this.container_registry = new NamirasoftContainerRegistryServerContainerRegistry_1.NamirasoftContainerRegistryServerContainerRegistry(this);
33
+ this.awsecr = new NamirasoftContainerRegistryServerAWSECR_1.NamirasoftContainerRegistryServerAWSECR(this);
34
+ this.azure_acr = new NamirasoftContainerRegistryServerAzureACR_1.NamirasoftContainerRegistryServerAzureACR(this);
35
+ this.git_hub_container_registry = new NamirasoftContainerRegistryServerGitHubContainerRegistry_1.NamirasoftContainerRegistryServerGitHubContainerRegistry(this);
36
+ this.git_lab_container_registry = new NamirasoftContainerRegistryServerGitLabContainerRegistry_1.NamirasoftContainerRegistryServerGitLabContainerRegistry(this);
37
+ this.google_artifact_registry = new NamirasoftContainerRegistryServerGoogleArtifactRegistry_1.NamirasoftContainerRegistryServerGoogleArtifactRegistry(this);
38
+ this.google_container_registry = new NamirasoftContainerRegistryServerGoogleContainerRegistry_1.NamirasoftContainerRegistryServerGoogleContainerRegistry(this);
39
+ this.harbor = new NamirasoftContainerRegistryServerHarbor_1.NamirasoftContainerRegistryServerHarbor(this);
40
+ this.j_frog_artifactory = new NamirasoftContainerRegistryServerJFrogArtifactory_1.NamirasoftContainerRegistryServerJFrogArtifactory(this);
41
+ this.private_registry = new NamirasoftContainerRegistryServerPrivateRegistry_1.NamirasoftContainerRegistryServerPrivateRegistry(this);
42
+ this.public_repository = new NamirasoftContainerRegistryServerPublicRepository_1.NamirasoftContainerRegistryServerPublicRepository(this);
43
+ this.sonatype_nexus = new NamirasoftContainerRegistryServerSonatypeNexus_1.NamirasoftContainerRegistryServerSonatypeNexus(this);
22
44
  }
23
45
  }
24
46
  exports.NamirasoftContainerRegistryServer = NamirasoftContainerRegistryServer;
@@ -1 +1 @@
1
- {"version":3,"file":"NamirasoftContainerRegistryServer.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServer.ts"],"names":[],"mappings":";;;AAoBA,2DAAmD;AACnD,6HAA0H;AAC1H,6IAA0I;AAC1I,uIAAoI;AACpI,mIAAgI;AAChI,yGAAsG;AACtG,yGAAsG;AACtG,qGAAkG;AAGlG,MAAa,iCAAkC,SAAQ,kCAAa;IAShE,YAAY,QAAgB,EAAE,OAAqB,EAAE,OAA+B;QAEhF,KAAK,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAC3C,IAAI,CAAC,OAAO,GAAG,IAAI,mFAAwC,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,CAAC,OAAO,GAAG,IAAI,mFAAwC,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,CAAC,KAAK,GAAG,IAAI,+EAAsC,CAAC,IAAI,CAAC,CAAC;QAC9D,IAAI,CAAC,2BAA2B,GAAG,IAAI,uHAA0D,CAAC,IAAI,CAAC,CAAC;QACxG,IAAI,CAAC,wBAAwB,GAAG,IAAI,iHAAuD,CAAC,IAAI,CAAC,CAAC;QAClG,IAAI,CAAC,sBAAsB,GAAG,IAAI,6GAAqD,CAAC,IAAI,CAAC,CAAC;QAC9F,IAAI,CAAC,kBAAkB,GAAG,IAAI,uGAAkD,CAAC,IAAI,CAAC,CAAC;IAC3F,CAAC;CACJ;AApBD,8EAoBC;AAAA,CAAC"}
1
+ {"version":3,"file":"NamirasoftContainerRegistryServer.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServer.ts"],"names":[],"mappings":";;;AAoBA,2DAAmD;AACnD,uGAAoG;AACpG,2GAAwG;AACxG,6HAA0H;AAC1H,6IAA0I;AAC1I,uIAAoI;AACpI,mIAAgI;AAChI,yIAAsI;AACtI,yIAAsI;AACtI,uIAAoI;AACpI,yIAAsI;AACtI,uGAAoG;AACpG,yGAAsG;AACtG,2HAAwH;AACxH,yGAAsG;AACtG,yHAAsH;AACtH,2HAAwH;AACxH,qHAAkH;AAClH,qGAAkG;AAGlG,MAAa,iCAAkC,SAAQ,kCAAa;IAoBhE,YAAY,QAAgB,EAAE,OAAqB,EAAE,OAA+B;QAEhF,KAAK,CAAC,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;QAC3C,IAAI,CAAC,OAAO,GAAG,IAAI,mFAAwC,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,CAAC,OAAO,GAAG,IAAI,mFAAwC,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,CAAC,KAAK,GAAG,IAAI,+EAAsC,CAAC,IAAI,CAAC,CAAC;QAC9D,IAAI,CAAC,2BAA2B,GAAG,IAAI,uHAA0D,CAAC,IAAI,CAAC,CAAC;QACxG,IAAI,CAAC,wBAAwB,GAAG,IAAI,iHAAuD,CAAC,IAAI,CAAC,CAAC;QAClG,IAAI,CAAC,sBAAsB,GAAG,IAAI,6GAAqD,CAAC,IAAI,CAAC,CAAC;QAC9F,IAAI,CAAC,kBAAkB,GAAG,IAAI,uGAAkD,CAAC,IAAI,CAAC,CAAC;QACvF,IAAI,CAAC,MAAM,GAAG,IAAI,iFAAuC,CAAC,IAAI,CAAC,CAAC;QAChE,IAAI,CAAC,SAAS,GAAG,IAAI,qFAAyC,CAAC,IAAI,CAAC,CAAC;QACrE,IAAI,CAAC,0BAA0B,GAAG,IAAI,mHAAwD,CAAC,IAAI,CAAC,CAAC;QACrG,IAAI,CAAC,0BAA0B,GAAG,IAAI,mHAAwD,CAAC,IAAI,CAAC,CAAC;QACrG,IAAI,CAAC,wBAAwB,GAAG,IAAI,iHAAuD,CAAC,IAAI,CAAC,CAAC;QAClG,IAAI,CAAC,yBAAyB,GAAG,IAAI,mHAAwD,CAAC,IAAI,CAAC,CAAC;QACpG,IAAI,CAAC,MAAM,GAAG,IAAI,iFAAuC,CAAC,IAAI,CAAC,CAAC;QAChE,IAAI,CAAC,kBAAkB,GAAG,IAAI,qGAAiD,CAAC,IAAI,CAAC,CAAC;QACtF,IAAI,CAAC,gBAAgB,GAAG,IAAI,mGAAgD,CAAC,IAAI,CAAC,CAAC;QACnF,IAAI,CAAC,iBAAiB,GAAG,IAAI,qGAAiD,CAAC,IAAI,CAAC,CAAC;QACrF,IAAI,CAAC,cAAc,GAAG,IAAI,+FAA8C,CAAC,IAAI,CAAC,CAAC;IACnF,CAAC;CACJ;AA1CD,8EA0CC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { AWSECRInputRow } from "./row/AWSECRInputRow";
2
+ import { BaseServerConfig } from "namirasoft-core";
3
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerAWSECR extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: AWSECRInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: AWSECRInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerAWSECR = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerAWSECR extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/aws/ecr`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/aws/ecr/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerAWSECR = NamirasoftContainerRegistryServerAWSECR;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerAWSECR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerAWSECR.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerAWSECR.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,uCAAwC,SAAQ,6EAAqC;IAE9F,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAoB,EAAE,MAA8B;;YAE7D,IAAI,IAAI,GAAG,UAAU,CAAC;YACtB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAoB,EAAE,MAA8B;;YAEzE,IAAI,IAAI,GAAG,YAAY,EAAE,EAAE,CAAC;YAC5B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,0FAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { AzureACRInputRow } from "./row/AzureACRInputRow";
2
+ import { BaseServerConfig } from "namirasoft-core";
3
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerAzureACR extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: AzureACRInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: AzureACRInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerAzureACR = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerAzureACR extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/azure/acr`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/azure/acr/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerAzureACR = NamirasoftContainerRegistryServerAzureACR;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerAzureACR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerAzureACR.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerAzureACR.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,yCAA0C,SAAQ,6EAAqC;IAEhG,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAsB,EAAE,MAA8B;;YAE/D,IAAI,IAAI,GAAG,YAAY,CAAC;YACxB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAsB,EAAE,MAA8B;;YAE3E,IAAI,IAAI,GAAG,cAAc,EAAE,EAAE,CAAC;YAC9B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,8FAoBC;AAAA,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { BaseServerConfig } from "namirasoft-core";
2
- import { ContainerRegistryInputRow } from "./row/ContainerRegistryInputRow";
3
2
  import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
4
3
  import { FilterItem } from "namirasoft-core";
5
4
  import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
@@ -12,7 +11,5 @@ export declare class NamirasoftContainerRegistryServerContainerRegistry extends
12
11
  count: number;
13
12
  }>;
14
13
  Get(id: string, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
15
- Create(body: ContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
16
- Update(id: string, body: ContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
17
14
  Delete(id: string, config?: BaseServerConfig<any>): Promise<void>;
18
15
  }
@@ -18,8 +18,6 @@ class NamirasoftContainerRegistryServerContainerRegistry extends NamirasoftConta
18
18
  super(server);
19
19
  this.List = this.List.bind(this);
20
20
  this.Get = this.Get.bind(this);
21
- this.Create = this.Create.bind(this);
22
- this.Update = this.Update.bind(this);
23
21
  this.Delete = this.Delete.bind(this);
24
22
  }
25
23
  List(filters, page, size, sorts, config) {
@@ -38,20 +36,6 @@ class NamirasoftContainerRegistryServerContainerRegistry extends NamirasoftConta
38
36
  return data;
39
37
  });
40
38
  }
41
- Create(body, config) {
42
- return __awaiter(this, void 0, void 0, function* () {
43
- let path = `/container/registry`;
44
- let { data } = yield this.server._post(path, {}, body, config);
45
- return data;
46
- });
47
- }
48
- Update(id, body, config) {
49
- return __awaiter(this, void 0, void 0, function* () {
50
- let path = `/container/registry/${id}`;
51
- let { data } = yield this.server._put(path, {}, body, config);
52
- return data;
53
- });
54
- }
55
39
  Delete(id, config) {
56
40
  return __awaiter(this, void 0, void 0, function* () {
57
41
  let path = `/container/registry/${id}`;
@@ -1 +1 @@
1
- {"version":3,"file":"NamirasoftContainerRegistryServerContainerRegistry.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerContainerRegistry.ts"],"names":[],"mappings":";;;;;;;;;;;;AAuBA,qDAA6C;AAE7C,mGAAgG;AAChG,qDAA2C;AAE3C,MAAa,kDAAmD,SAAQ,6EAAqC;IAEzG,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,0BAA0B,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAkD,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YAC/K,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAU,EAAE,MAA8B;;YAEhD,IAAI,IAAI,GAAG,uBAAuB,EAAE,EAAE,CAAC;YACvC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YAC9E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,IAA+B,EAAE,MAA8B;;YAExE,IAAI,IAAI,GAAG,qBAAqB,CAAC;YACjC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAA+B,EAAE,MAA8B;;YAEpF,IAAI,IAAI,GAAG,uBAAuB,EAAE,EAAE,CAAC;YACvC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,MAA8B;;YAEnD,IAAI,IAAI,GAAG,uBAAuB,EAAE,EAAE,CAAC;YACvC,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA1CD,gHA0CC;AAAA,CAAC"}
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerContainerRegistry.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerContainerRegistry.ts"],"names":[],"mappings":";;;;;;;;;;;;AAsBA,qDAA6C;AAE7C,mGAAgG;AAChG,qDAA2C;AAE3C,MAAa,kDAAmD,SAAQ,6EAAqC;IAEzG,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,IAAI,CAAC,OAA4B,EAAE,IAAqB,EAAE,IAAqB,EAAE,KAAiB,EAAE,MAA8B;;YAEpI,IAAI,oBAAoB,GAAW,4BAAU,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;YACjE,IAAI,kBAAkB,GAAW,0BAAQ,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC3D,IAAI,IAAI,GAAG,0BAA0B,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAkD,IAAI,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,kBAAkB,EAAE,EAAE,MAAM,CAAC,CAAC;YAC/K,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,GAAG,CAAC,EAAU,EAAE,MAA8B;;YAEhD,IAAI,IAAI,GAAG,uBAAuB,EAAE,EAAE,CAAC;YACvC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;YAC9E,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,MAA8B;;YAEnD,IAAI,IAAI,GAAG,uBAAuB,EAAE,EAAE,CAAC;YACvC,MAAM,IAAI,CAAC,MAAM,CAAC,OAAO,CAAO,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;QACtD,CAAC;KAAA;CACJ;AA5BD,gHA4BC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { GitHubContainerRegistryInputRow } from "./row/GitHubContainerRegistryInputRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerGitHubContainerRegistry extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: GitHubContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: GitHubContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerGitHubContainerRegistry = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerGitHubContainerRegistry extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/git/hub/container/registry`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/git/hub/container/registry/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerGitHubContainerRegistry = NamirasoftContainerRegistryServerGitHubContainerRegistry;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerGitHubContainerRegistry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerGitHubContainerRegistry.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerGitHubContainerRegistry.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,wDAAyD,SAAQ,6EAAqC;IAE/G,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAqC,EAAE,MAA8B;;YAE9E,IAAI,IAAI,GAAG,6BAA6B,CAAC;YACzC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAqC,EAAE,MAA8B;;YAE1F,IAAI,IAAI,GAAG,+BAA+B,EAAE,EAAE,CAAC;YAC/C,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,4HAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { GitLabContainerRegistryInputRow } from "./row/GitLabContainerRegistryInputRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerGitLabContainerRegistry extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: GitLabContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: GitLabContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerGitLabContainerRegistry = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerGitLabContainerRegistry extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/git/lab/container/registry`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/git/lab/container/registry/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerGitLabContainerRegistry = NamirasoftContainerRegistryServerGitLabContainerRegistry;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerGitLabContainerRegistry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerGitLabContainerRegistry.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerGitLabContainerRegistry.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,wDAAyD,SAAQ,6EAAqC;IAE/G,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAqC,EAAE,MAA8B;;YAE9E,IAAI,IAAI,GAAG,6BAA6B,CAAC;YACzC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAqC,EAAE,MAA8B;;YAE1F,IAAI,IAAI,GAAG,+BAA+B,EAAE,EAAE,CAAC;YAC/C,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,4HAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { GoogleArtifactRegistryInputRow } from "./row/GoogleArtifactRegistryInputRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerGoogleArtifactRegistry extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: GoogleArtifactRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: GoogleArtifactRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerGoogleArtifactRegistry = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerGoogleArtifactRegistry extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/google/artifact/registry`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/google/artifact/registry/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerGoogleArtifactRegistry = NamirasoftContainerRegistryServerGoogleArtifactRegistry;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerGoogleArtifactRegistry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerGoogleArtifactRegistry.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerGoogleArtifactRegistry.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,uDAAwD,SAAQ,6EAAqC;IAE9G,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAoC,EAAE,MAA8B;;YAE7E,IAAI,IAAI,GAAG,2BAA2B,CAAC;YACvC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAoC,EAAE,MAA8B;;YAEzF,IAAI,IAAI,GAAG,6BAA6B,EAAE,EAAE,CAAC;YAC7C,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,0HAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { GoogleContainerRegistryInputRow } from "./row/GoogleContainerRegistryInputRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerGoogleContainerRegistry extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: GoogleContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: GoogleContainerRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerGoogleContainerRegistry = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerGoogleContainerRegistry extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/google/container/registry`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/google/container/registry/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerGoogleContainerRegistry = NamirasoftContainerRegistryServerGoogleContainerRegistry;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerGoogleContainerRegistry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerGoogleContainerRegistry.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerGoogleContainerRegistry.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,wDAAyD,SAAQ,6EAAqC;IAE/G,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAqC,EAAE,MAA8B;;YAE9E,IAAI,IAAI,GAAG,4BAA4B,CAAC;YACxC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAqC,EAAE,MAA8B;;YAE1F,IAAI,IAAI,GAAG,8BAA8B,EAAE,EAAE,CAAC;YAC9C,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,4HAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { HarborInputRow } from "./row/HarborInputRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerHarbor extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: HarborInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: HarborInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerHarbor = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerHarbor extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/harbor`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/harbor/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerHarbor = NamirasoftContainerRegistryServerHarbor;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerHarbor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerHarbor.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerHarbor.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,uCAAwC,SAAQ,6EAAqC;IAE9F,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAAoB,EAAE,MAA8B;;YAE7D,IAAI,IAAI,GAAG,SAAS,CAAC;YACrB,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAAoB,EAAE,MAA8B;;YAEzE,IAAI,IAAI,GAAG,WAAW,EAAE,EAAE,CAAC;YAC3B,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,0FAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { JFrogArtifactoryInputRow } from "./row/JFrogArtifactoryInputRow";
4
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
5
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
6
+ export declare class NamirasoftContainerRegistryServerJFrogArtifactory extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: JFrogArtifactoryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: JFrogArtifactoryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }
@@ -0,0 +1,37 @@
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.NamirasoftContainerRegistryServerJFrogArtifactory = void 0;
13
+ const NamirasoftContainerRegistryServerBase_1 = require("./NamirasoftContainerRegistryServerBase");
14
+ class NamirasoftContainerRegistryServerJFrogArtifactory extends NamirasoftContainerRegistryServerBase_1.NamirasoftContainerRegistryServerBase {
15
+ constructor(server) {
16
+ super(server);
17
+ this.Create = this.Create.bind(this);
18
+ this.Update = this.Update.bind(this);
19
+ }
20
+ Create(body, config) {
21
+ return __awaiter(this, void 0, void 0, function* () {
22
+ let path = `/jfrog/artifactory`;
23
+ let { data } = yield this.server._post(path, {}, body, config);
24
+ return data;
25
+ });
26
+ }
27
+ Update(id, body, config) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let path = `/jfrog/artifactory/${id}`;
30
+ let { data } = yield this.server._put(path, {}, body, config);
31
+ return data;
32
+ });
33
+ }
34
+ }
35
+ exports.NamirasoftContainerRegistryServerJFrogArtifactory = NamirasoftContainerRegistryServerJFrogArtifactory;
36
+ ;
37
+ //# sourceMappingURL=NamirasoftContainerRegistryServerJFrogArtifactory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NamirasoftContainerRegistryServerJFrogArtifactory.js","sourceRoot":"","sources":["../src/NamirasoftContainerRegistryServerJFrogArtifactory.ts"],"names":[],"mappings":";;;;;;;;;;;;AAwBA,mGAAgG;AAEhG,MAAa,iDAAkD,SAAQ,6EAAqC;IAExG,YAAY,MAAyC;QAEjD,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACzC,CAAC;IACK,MAAM,CAAC,IAA8B,EAAE,MAA8B;;YAEvE,IAAI,IAAI,GAAG,oBAAoB,CAAC;YAChC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACrF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;IACK,MAAM,CAAC,EAAU,EAAE,IAA8B,EAAE,MAA8B;;YAEnF,IAAI,IAAI,GAAG,sBAAsB,EAAE,EAAE,CAAC;YACtC,IAAI,EAAE,IAAI,EAAE,GAAG,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAuB,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;YACpF,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AApBD,8GAoBC;AAAA,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { BaseServerConfig } from "namirasoft-core";
2
+ import { ContainerRegistryRow } from "./row/ContainerRegistryRow";
3
+ import { NamirasoftContainerRegistryServer } from "./NamirasoftContainerRegistryServer";
4
+ import { NamirasoftContainerRegistryServerBase } from "./NamirasoftContainerRegistryServerBase";
5
+ import { PrivateRegistryInputRow } from "./row/PrivateRegistryInputRow";
6
+ export declare class NamirasoftContainerRegistryServerPrivateRegistry extends NamirasoftContainerRegistryServerBase {
7
+ constructor(server: NamirasoftContainerRegistryServer);
8
+ Create(body: PrivateRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
9
+ Update(id: string, body: PrivateRegistryInputRow, config?: BaseServerConfig<any>): Promise<ContainerRegistryRow>;
10
+ }