oci-devops 2.90.0-1722272724 → 2.91.1

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 (631) hide show
  1. package/lib/client.d.ts +485 -0
  2. package/lib/client.js +5143 -1652
  3. package/lib/client.js.map +1 -1
  4. package/lib/devops-waiter.d.ts +8 -0
  5. package/lib/devops-waiter.js +12 -0
  6. package/lib/devops-waiter.js.map +1 -1
  7. package/lib/model/approval-activity-summary.d.ts +37 -0
  8. package/lib/model/approval-activity-summary.js +64 -0
  9. package/lib/model/approval-activity-summary.js.map +1 -0
  10. package/lib/model/approval-rule-collection.d.ts +26 -0
  11. package/lib/model/approval-rule-collection.js +61 -0
  12. package/lib/model/approval-rule-collection.js.map +1 -0
  13. package/lib/model/approval-rule-merge-check.d.ts +66 -0
  14. package/lib/model/approval-rule-merge-check.js +84 -0
  15. package/lib/model/approval-rule-merge-check.js.map +1 -0
  16. package/lib/model/approval-rule.d.ts +38 -0
  17. package/lib/model/approval-rule.js +61 -0
  18. package/lib/model/approval-rule.js.map +1 -0
  19. package/lib/model/build-merge-check.d.ts +36 -0
  20. package/lib/model/build-merge-check.js +52 -0
  21. package/lib/model/build-merge-check.js.map +1 -0
  22. package/lib/model/build-run-snapshot-collection.d.ts +26 -0
  23. package/lib/model/build-run-snapshot-collection.js +61 -0
  24. package/lib/model/build-run-snapshot-collection.js.map +1 -0
  25. package/lib/model/build-run-snapshot-summary.d.ts +53 -0
  26. package/lib/model/build-run-snapshot-summary.js +29 -0
  27. package/lib/model/build-run-snapshot-summary.js.map +1 -0
  28. package/lib/model/build-run-snapshot.d.ts +61 -0
  29. package/lib/model/build-run-snapshot.js +38 -0
  30. package/lib/model/build-run-snapshot.js.map +1 -0
  31. package/lib/model/comment-activity-summary.d.ts +28 -0
  32. package/lib/model/comment-activity-summary.js +54 -0
  33. package/lib/model/comment-activity-summary.js.map +1 -0
  34. package/lib/model/commit-activity-summary.d.ts +32 -0
  35. package/lib/model/commit-activity-summary.js +76 -0
  36. package/lib/model/commit-activity-summary.js.map +1 -0
  37. package/lib/model/commit-analytics-author-collection.d.ts +26 -0
  38. package/lib/model/commit-analytics-author-collection.js +61 -0
  39. package/lib/model/commit-analytics-author-collection.js.map +1 -0
  40. package/lib/model/commit-analytics-author-summary.d.ts +29 -0
  41. package/lib/model/commit-analytics-author-summary.js +29 -0
  42. package/lib/model/commit-analytics-author-summary.js.map +1 -0
  43. package/lib/model/conflict-merge-check.d.ts +37 -0
  44. package/lib/model/conflict-merge-check.js +62 -0
  45. package/lib/model/conflict-merge-check.js.map +1 -0
  46. package/lib/model/create-or-update-git-branch-details.d.ts +28 -0
  47. package/lib/model/create-or-update-git-branch-details.js +54 -0
  48. package/lib/model/create-or-update-git-branch-details.js.map +1 -0
  49. package/lib/model/create-or-update-git-ref-details.d.ts +26 -0
  50. package/lib/model/create-or-update-git-ref-details.js +72 -0
  51. package/lib/model/create-or-update-git-ref-details.js.map +1 -0
  52. package/lib/model/create-or-update-git-tag-details.d.ts +28 -0
  53. package/lib/model/create-or-update-git-tag-details.js +54 -0
  54. package/lib/model/create-or-update-git-tag-details.js.map +1 -0
  55. package/lib/model/create-or-update-protected-branch-details.d.ts +33 -0
  56. package/lib/model/create-or-update-protected-branch-details.js +34 -0
  57. package/lib/model/create-or-update-protected-branch-details.js.map +1 -0
  58. package/lib/model/create-pull-request-comment-details.d.ts +45 -0
  59. package/lib/model/create-pull-request-comment-details.js +29 -0
  60. package/lib/model/create-pull-request-comment-details.js.map +1 -0
  61. package/lib/model/create-pull-request-details.d.ts +64 -0
  62. package/lib/model/create-pull-request-details.js +61 -0
  63. package/lib/model/create-pull-request-details.js.map +1 -0
  64. package/lib/model/create-repository-details.d.ts +5 -0
  65. package/lib/model/create-repository-details.js.map +1 -1
  66. package/lib/model/create-reviewer-details.d.ts +25 -0
  67. package/lib/model/create-reviewer-details.js +29 -0
  68. package/lib/model/create-reviewer-details.js.map +1 -0
  69. package/lib/model/delete-git-ref-details.d.ts +25 -0
  70. package/lib/model/delete-git-ref-details.js +29 -0
  71. package/lib/model/delete-git-ref-details.js.map +1 -0
  72. package/lib/model/delete-protected-branch-details.d.ts +25 -0
  73. package/lib/model/delete-protected-branch-details.js +29 -0
  74. package/lib/model/delete-protected-branch-details.js.map +1 -0
  75. package/lib/model/devops-code-repository-filter-attributes.d.ts +4 -0
  76. package/lib/model/devops-code-repository-filter-attributes.js.map +1 -1
  77. package/lib/model/devops-code-repository-filter.d.ts +2 -0
  78. package/lib/model/devops-code-repository-filter.js +2 -0
  79. package/lib/model/devops-code-repository-filter.js.map +1 -1
  80. package/lib/model/execute-merge-pull-request-details.d.ts +40 -0
  81. package/lib/model/execute-merge-pull-request-details.js +59 -0
  82. package/lib/model/execute-merge-pull-request-details.js.map +1 -0
  83. package/lib/model/fork-sync-status-collection.d.ts +26 -0
  84. package/lib/model/fork-sync-status-collection.js +61 -0
  85. package/lib/model/fork-sync-status-collection.js.map +1 -0
  86. package/lib/model/fork-sync-status-summary.d.ts +43 -0
  87. package/lib/model/fork-sync-status-summary.js +40 -0
  88. package/lib/model/fork-sync-status-summary.js.map +1 -0
  89. package/lib/model/generic-artifact-location-details.d.ts +22 -0
  90. package/lib/model/generic-artifact-location-details.js +68 -0
  91. package/lib/model/generic-artifact-location-details.js.map +1 -0
  92. package/lib/model/generic-artifacts.d.ts +29 -0
  93. package/lib/model/generic-artifacts.js +60 -0
  94. package/lib/model/generic-artifacts.js.map +1 -0
  95. package/lib/model/index.d.ts +190 -0
  96. package/lib/model/index.js +201 -10
  97. package/lib/model/index.js.map +1 -1
  98. package/lib/model/merge-check-collection.d.ts +51 -0
  99. package/lib/model/merge-check-collection.js +61 -0
  100. package/lib/model/merge-check-collection.js.map +1 -0
  101. package/lib/model/merge-check-settings-value.d.ts +28 -0
  102. package/lib/model/merge-check-settings-value.js +39 -0
  103. package/lib/model/merge-check-settings-value.js.map +1 -0
  104. package/lib/model/merge-check.d.ts +22 -0
  105. package/lib/model/merge-check.js +76 -0
  106. package/lib/model/merge-check.js.map +1 -0
  107. package/lib/model/merge-checks.d.ts +26 -0
  108. package/lib/model/merge-checks.js +29 -0
  109. package/lib/model/merge-checks.js.map +1 -0
  110. package/lib/model/merge-pull-request-details.d.ts +22 -0
  111. package/lib/model/merge-pull-request-details.js +72 -0
  112. package/lib/model/merge-pull-request-details.js.map +1 -0
  113. package/lib/model/merge-settings.d.ts +30 -0
  114. package/lib/model/merge-settings.js +61 -0
  115. package/lib/model/merge-settings.js.map +1 -0
  116. package/lib/model/merge-strategy.d.ts +33 -0
  117. package/lib/model/merge-strategy.js +44 -0
  118. package/lib/model/merge-strategy.js.map +1 -0
  119. package/lib/model/metric-name.d.ts +49 -0
  120. package/lib/model/metric-name.js +60 -0
  121. package/lib/model/metric-name.js.map +1 -0
  122. package/lib/model/mirror-repository-config.d.ts +1 -1
  123. package/lib/model/object-storage-generic-artifact-location-details.d.ts +40 -0
  124. package/lib/model/object-storage-generic-artifact-location-details.js +54 -0
  125. package/lib/model/object-storage-generic-artifact-location-details.js.map +1 -0
  126. package/lib/model/operation-type.d.ts +7 -0
  127. package/lib/model/operation-type.js +7 -0
  128. package/lib/model/operation-type.js.map +1 -1
  129. package/lib/model/patch-insert-instruction.d.ts +44 -0
  130. package/lib/model/patch-insert-instruction.js +59 -0
  131. package/lib/model/patch-insert-instruction.js.map +1 -0
  132. package/lib/model/patch-instruction.d.ts +29 -0
  133. package/lib/model/patch-instruction.js +92 -0
  134. package/lib/model/patch-instruction.js.map +1 -0
  135. package/lib/model/patch-merge-instruction.d.ts +35 -0
  136. package/lib/model/patch-merge-instruction.js +54 -0
  137. package/lib/model/patch-merge-instruction.js.map +1 -0
  138. package/lib/model/patch-move-instruction.d.ts +44 -0
  139. package/lib/model/patch-move-instruction.js +58 -0
  140. package/lib/model/patch-move-instruction.js.map +1 -0
  141. package/lib/model/patch-prohibit-instruction.d.ts +35 -0
  142. package/lib/model/patch-prohibit-instruction.js +54 -0
  143. package/lib/model/patch-prohibit-instruction.js.map +1 -0
  144. package/lib/model/patch-pull-request-details.d.ts +26 -0
  145. package/lib/model/patch-pull-request-details.js +61 -0
  146. package/lib/model/patch-pull-request-details.js.map +1 -0
  147. package/lib/model/patch-remove-instruction.d.ts +26 -0
  148. package/lib/model/patch-remove-instruction.js +54 -0
  149. package/lib/model/patch-remove-instruction.js.map +1 -0
  150. package/lib/model/patch-replace-instruction.d.ts +32 -0
  151. package/lib/model/patch-replace-instruction.js +54 -0
  152. package/lib/model/patch-replace-instruction.js.map +1 -0
  153. package/lib/model/patch-require-instruction.d.ts +34 -0
  154. package/lib/model/patch-require-instruction.js +54 -0
  155. package/lib/model/patch-require-instruction.js.map +1 -0
  156. package/lib/model/principal-details.d.ts +58 -0
  157. package/lib/model/principal-details.js +52 -0
  158. package/lib/model/principal-details.js.map +1 -0
  159. package/lib/model/project-notification-preference.d.ts +43 -0
  160. package/lib/model/project-notification-preference.js +40 -0
  161. package/lib/model/project-notification-preference.js.map +1 -0
  162. package/lib/model/project-repository-settings.d.ts +24 -0
  163. package/lib/model/project-repository-settings.js +63 -0
  164. package/lib/model/project-repository-settings.js.map +1 -0
  165. package/lib/model/protected-branch-collection.d.ts +26 -0
  166. package/lib/model/protected-branch-collection.js +61 -0
  167. package/lib/model/protected-branch-collection.js.map +1 -0
  168. package/lib/model/protected-branch-summary.d.ts +60 -0
  169. package/lib/model/protected-branch-summary.js +39 -0
  170. package/lib/model/protected-branch-summary.js.map +1 -0
  171. package/lib/model/protected-branch.d.ts +52 -0
  172. package/lib/model/protected-branch.js +39 -0
  173. package/lib/model/protected-branch.js.map +1 -0
  174. package/lib/model/protection-level.d.ts +31 -0
  175. package/lib/model/protection-level.js +42 -0
  176. package/lib/model/protection-level.js.map +1 -0
  177. package/lib/model/pull-request-activity-collection.d.ts +26 -0
  178. package/lib/model/pull-request-activity-collection.js +61 -0
  179. package/lib/model/pull-request-activity-collection.js.map +1 -0
  180. package/lib/model/pull-request-activity-summary.d.ts +36 -0
  181. package/lib/model/pull-request-activity-summary.js +90 -0
  182. package/lib/model/pull-request-activity-summary.js.map +1 -0
  183. package/lib/model/pull-request-attachment-collection.d.ts +26 -0
  184. package/lib/model/pull-request-attachment-collection.js +61 -0
  185. package/lib/model/pull-request-attachment-collection.js.map +1 -0
  186. package/lib/model/pull-request-attachment-summary.d.ts +39 -0
  187. package/lib/model/pull-request-attachment-summary.js +55 -0
  188. package/lib/model/pull-request-attachment-summary.js.map +1 -0
  189. package/lib/model/pull-request-attachment.d.ts +39 -0
  190. package/lib/model/pull-request-attachment.js +55 -0
  191. package/lib/model/pull-request-attachment.js.map +1 -0
  192. package/lib/model/pull-request-author-collection.d.ts +26 -0
  193. package/lib/model/pull-request-author-collection.js +61 -0
  194. package/lib/model/pull-request-author-collection.js.map +1 -0
  195. package/lib/model/pull-request-author-summary.d.ts +23 -0
  196. package/lib/model/pull-request-author-summary.js +57 -0
  197. package/lib/model/pull-request-author-summary.js.map +1 -0
  198. package/lib/model/pull-request-change-summary-metrics.d.ts +33 -0
  199. package/lib/model/pull-request-change-summary-metrics.js +29 -0
  200. package/lib/model/pull-request-change-summary-metrics.js.map +1 -0
  201. package/lib/model/pull-request-collection.d.ts +26 -0
  202. package/lib/model/pull-request-collection.js +61 -0
  203. package/lib/model/pull-request-collection.js.map +1 -0
  204. package/lib/model/pull-request-comment-collection.d.ts +26 -0
  205. package/lib/model/pull-request-comment-collection.js +61 -0
  206. package/lib/model/pull-request-comment-collection.js.map +1 -0
  207. package/lib/model/pull-request-comment-like-collection.d.ts +30 -0
  208. package/lib/model/pull-request-comment-like-collection.js +61 -0
  209. package/lib/model/pull-request-comment-like-collection.js.map +1 -0
  210. package/lib/model/pull-request-comment-summary.d.ts +77 -0
  211. package/lib/model/pull-request-comment-summary.js +75 -0
  212. package/lib/model/pull-request-comment-summary.js.map +1 -0
  213. package/lib/model/pull-request-comment.d.ts +104 -0
  214. package/lib/model/pull-request-comment.js +105 -0
  215. package/lib/model/pull-request-comment.js.map +1 -0
  216. package/lib/model/pull-request-file-change-collection.d.ts +26 -0
  217. package/lib/model/pull-request-file-change-collection.js +61 -0
  218. package/lib/model/pull-request-file-change-collection.js.map +1 -0
  219. package/lib/model/pull-request-file-change-summary.d.ts +83 -0
  220. package/lib/model/pull-request-file-change-summary.js +29 -0
  221. package/lib/model/pull-request-file-change-summary.js.map +1 -0
  222. package/lib/model/pull-request-lifecycle-activity-summary.d.ts +39 -0
  223. package/lib/model/pull-request-lifecycle-activity-summary.js +66 -0
  224. package/lib/model/pull-request-lifecycle-activity-summary.js.map +1 -0
  225. package/lib/model/pull-request-notification-preference.d.ts +43 -0
  226. package/lib/model/pull-request-notification-preference.js +40 -0
  227. package/lib/model/pull-request-notification-preference.js.map +1 -0
  228. package/lib/model/pull-request-summary.d.ts +109 -0
  229. package/lib/model/pull-request-summary.js +55 -0
  230. package/lib/model/pull-request-summary.js.map +1 -0
  231. package/lib/model/pull-request.d.ts +140 -0
  232. package/lib/model/pull-request.js +102 -0
  233. package/lib/model/pull-request.js.map +1 -0
  234. package/lib/model/repository-analytics-details.d.ts +67 -0
  235. package/lib/model/repository-analytics-details.js +54 -0
  236. package/lib/model/repository-analytics-details.js.map +1 -0
  237. package/lib/model/repository-metric-aggregation.d.ts +26 -0
  238. package/lib/model/repository-metric-aggregation.js +61 -0
  239. package/lib/model/repository-metric-aggregation.js.map +1 -0
  240. package/lib/model/repository-metric-summary.d.ts +50 -0
  241. package/lib/model/repository-metric-summary.js +29 -0
  242. package/lib/model/repository-metric-summary.js.map +1 -0
  243. package/lib/model/repository-notification-preference.d.ts +44 -0
  244. package/lib/model/repository-notification-preference.js +41 -0
  245. package/lib/model/repository-notification-preference.js.map +1 -0
  246. package/lib/model/repository-settings.d.ts +25 -0
  247. package/lib/model/repository-settings.js +67 -0
  248. package/lib/model/repository-settings.js.map +1 -0
  249. package/lib/model/repository-summary.d.ts +5 -0
  250. package/lib/model/repository-summary.js.map +1 -1
  251. package/lib/model/repository.d.ts +7 -0
  252. package/lib/model/repository.js +2 -0
  253. package/lib/model/repository.js.map +1 -1
  254. package/lib/model/review-pull-request-details.d.ts +29 -0
  255. package/lib/model/review-pull-request-details.js +34 -0
  256. package/lib/model/review-pull-request-details.js.map +1 -0
  257. package/lib/model/reviewer-activity-summary.d.ts +32 -0
  258. package/lib/model/reviewer-activity-summary.js +76 -0
  259. package/lib/model/reviewer-activity-summary.js.map +1 -0
  260. package/lib/model/reviewer.d.ts +71 -0
  261. package/lib/model/reviewer.js +62 -0
  262. package/lib/model/reviewer.js.map +1 -0
  263. package/lib/model/stage-output.d.ts +26 -0
  264. package/lib/model/stage-output.js +72 -0
  265. package/lib/model/stage-output.js.map +1 -0
  266. package/lib/model/summarize-project-repository-analytics-details.d.ts +67 -0
  267. package/lib/model/summarize-project-repository-analytics-details.js +54 -0
  268. package/lib/model/summarize-project-repository-analytics-details.js.map +1 -0
  269. package/lib/model/summarize-repository-analytics-details.d.ts +67 -0
  270. package/lib/model/summarize-repository-analytics-details.js +54 -0
  271. package/lib/model/summarize-repository-analytics-details.js.map +1 -0
  272. package/lib/model/sync-repository-details.d.ts +29 -0
  273. package/lib/model/sync-repository-details.js +29 -0
  274. package/lib/model/sync-repository-details.js.map +1 -0
  275. package/lib/model/test-report-output.d.ts +28 -0
  276. package/lib/model/test-report-output.js +52 -0
  277. package/lib/model/test-report-output.js.map +1 -0
  278. package/lib/model/update-approval-rule-details-collection.d.ts +26 -0
  279. package/lib/model/update-approval-rule-details-collection.js +61 -0
  280. package/lib/model/update-approval-rule-details-collection.js.map +1 -0
  281. package/lib/model/update-approval-rule-details.d.ts +38 -0
  282. package/lib/model/update-approval-rule-details.js +61 -0
  283. package/lib/model/update-approval-rule-details.js.map +1 -0
  284. package/lib/model/update-project-notification-preference-details.d.ts +25 -0
  285. package/lib/model/update-project-notification-preference-details.js +29 -0
  286. package/lib/model/update-project-notification-preference-details.js.map +1 -0
  287. package/lib/model/update-project-repository-settings-details.d.ts +24 -0
  288. package/lib/model/update-project-repository-settings-details.js +63 -0
  289. package/lib/model/update-project-repository-settings-details.js.map +1 -0
  290. package/lib/model/update-pull-request-comment-details.d.ts +25 -0
  291. package/lib/model/update-pull-request-comment-details.js +29 -0
  292. package/lib/model/update-pull-request-comment-details.js.map +1 -0
  293. package/lib/model/update-pull-request-details.d.ts +52 -0
  294. package/lib/model/update-pull-request-details.js +61 -0
  295. package/lib/model/update-pull-request-details.js.map +1 -0
  296. package/lib/model/update-pull-request-notification-preference-details.d.ts +25 -0
  297. package/lib/model/update-pull-request-notification-preference-details.js +29 -0
  298. package/lib/model/update-pull-request-notification-preference-details.js.map +1 -0
  299. package/lib/model/update-repository-details.d.ts +1 -0
  300. package/lib/model/update-repository-details.js.map +1 -1
  301. package/lib/model/update-repository-notification-preference-details.d.ts +25 -0
  302. package/lib/model/update-repository-notification-preference-details.js +29 -0
  303. package/lib/model/update-repository-notification-preference-details.js.map +1 -0
  304. package/lib/model/update-repository-settings-details.d.ts +25 -0
  305. package/lib/model/update-repository-settings-details.js +67 -0
  306. package/lib/model/update-repository-settings-details.js.map +1 -0
  307. package/lib/model/update-reviewer-details.d.ts +25 -0
  308. package/lib/model/update-reviewer-details.js +29 -0
  309. package/lib/model/update-reviewer-details.js.map +1 -0
  310. package/lib/model/validate-merge-pull-request-details.d.ts +24 -0
  311. package/lib/model/validate-merge-pull-request-details.js +54 -0
  312. package/lib/model/validate-merge-pull-request-details.js.map +1 -0
  313. package/lib/request/create-or-update-git-ref-request.d.ts +39 -0
  314. package/lib/request/create-or-update-git-ref-request.js +15 -0
  315. package/lib/request/create-or-update-git-ref-request.js.map +1 -0
  316. package/lib/request/create-or-update-protected-branch-request.d.ts +39 -0
  317. package/lib/request/create-or-update-protected-branch-request.js +15 -0
  318. package/lib/request/create-or-update-protected-branch-request.js.map +1 -0
  319. package/lib/request/create-pull-request-attachment-request.d.ts +40 -0
  320. package/lib/request/create-pull-request-attachment-request.js +15 -0
  321. package/lib/request/create-pull-request-attachment-request.js.map +1 -0
  322. package/lib/request/create-pull-request-comment-request.d.ts +35 -0
  323. package/lib/request/create-pull-request-comment-request.js +15 -0
  324. package/lib/request/create-pull-request-comment-request.js.map +1 -0
  325. package/lib/request/create-pull-request-request.d.ts +31 -0
  326. package/lib/request/create-pull-request-request.js +15 -0
  327. package/lib/request/create-pull-request-request.js.map +1 -0
  328. package/lib/request/decline-pull-request-request.d.ts +30 -0
  329. package/lib/request/decline-pull-request-request.js +15 -0
  330. package/lib/request/decline-pull-request-request.js.map +1 -0
  331. package/lib/request/delete-git-ref-request.d.ts +39 -0
  332. package/lib/request/delete-git-ref-request.js +15 -0
  333. package/lib/request/delete-git-ref-request.js.map +1 -0
  334. package/lib/request/delete-project-repository-settings-request.d.ts +34 -0
  335. package/lib/request/delete-project-repository-settings-request.js +15 -0
  336. package/lib/request/delete-project-repository-settings-request.js.map +1 -0
  337. package/lib/request/delete-protected-branch-request.d.ts +39 -0
  338. package/lib/request/delete-protected-branch-request.js +15 -0
  339. package/lib/request/delete-protected-branch-request.js.map +1 -0
  340. package/lib/request/delete-pull-request-attachment-request.d.ts +34 -0
  341. package/lib/request/delete-pull-request-attachment-request.js +15 -0
  342. package/lib/request/delete-pull-request-attachment-request.js.map +1 -0
  343. package/lib/request/delete-pull-request-comment-request.d.ts +34 -0
  344. package/lib/request/delete-pull-request-comment-request.js +15 -0
  345. package/lib/request/delete-pull-request-comment-request.js.map +1 -0
  346. package/lib/request/delete-pull-request-request.d.ts +30 -0
  347. package/lib/request/delete-pull-request-request.js +15 -0
  348. package/lib/request/delete-pull-request-request.js.map +1 -0
  349. package/lib/request/delete-repository-settings-request.d.ts +34 -0
  350. package/lib/request/delete-repository-settings-request.js +15 -0
  351. package/lib/request/delete-repository-settings-request.js.map +1 -0
  352. package/lib/request/get-commit-diff-request.d.ts +4 -0
  353. package/lib/request/get-project-notification-preference-request.d.ts +30 -0
  354. package/lib/request/get-project-notification-preference-request.js +15 -0
  355. package/lib/request/get-project-notification-preference-request.js.map +1 -0
  356. package/lib/request/get-project-repository-settings-request.d.ts +26 -0
  357. package/lib/request/get-project-repository-settings-request.js +15 -0
  358. package/lib/request/get-project-repository-settings-request.js.map +1 -0
  359. package/lib/request/get-pull-request-attachment-content-request.d.ts +30 -0
  360. package/lib/request/get-pull-request-attachment-content-request.js +15 -0
  361. package/lib/request/get-pull-request-attachment-content-request.js.map +1 -0
  362. package/lib/request/get-pull-request-attachment-request.d.ts +30 -0
  363. package/lib/request/get-pull-request-attachment-request.js +15 -0
  364. package/lib/request/get-pull-request-attachment-request.js.map +1 -0
  365. package/lib/request/get-pull-request-change-summary-metrics-request.d.ts +26 -0
  366. package/lib/request/get-pull-request-change-summary-metrics-request.js +15 -0
  367. package/lib/request/get-pull-request-change-summary-metrics-request.js.map +1 -0
  368. package/lib/request/get-pull-request-comment-request.d.ts +30 -0
  369. package/lib/request/get-pull-request-comment-request.js +15 -0
  370. package/lib/request/get-pull-request-comment-request.js.map +1 -0
  371. package/lib/request/get-pull-request-notification-preference-request.d.ts +30 -0
  372. package/lib/request/get-pull-request-notification-preference-request.js +15 -0
  373. package/lib/request/get-pull-request-notification-preference-request.js.map +1 -0
  374. package/lib/request/get-pull-request-request.d.ts +26 -0
  375. package/lib/request/get-pull-request-request.js +15 -0
  376. package/lib/request/get-pull-request-request.js.map +1 -0
  377. package/lib/request/get-repository-notification-preference-request.d.ts +30 -0
  378. package/lib/request/get-repository-notification-preference-request.js +15 -0
  379. package/lib/request/get-repository-notification-preference-request.js.map +1 -0
  380. package/lib/request/get-repository-settings-request.d.ts +26 -0
  381. package/lib/request/get-repository-settings-request.js +15 -0
  382. package/lib/request/get-repository-settings-request.js.map +1 -0
  383. package/lib/request/index.d.ts +104 -0
  384. package/lib/request/index.js +19 -1
  385. package/lib/request/index.js.map +1 -1
  386. package/lib/request/like-pull-request-comment-request.d.ts +34 -0
  387. package/lib/request/like-pull-request-comment-request.js +15 -0
  388. package/lib/request/like-pull-request-comment-request.js.map +1 -0
  389. package/lib/request/list-build-run-snapshots-request.d.ts +62 -0
  390. package/lib/request/list-build-run-snapshots-request.js +24 -0
  391. package/lib/request/list-build-run-snapshots-request.js.map +1 -0
  392. package/lib/request/list-commit-diffs-request.d.ts +4 -0
  393. package/lib/request/list-fork-sync-statuses-request.d.ts +34 -0
  394. package/lib/request/list-fork-sync-statuses-request.js +15 -0
  395. package/lib/request/list-fork-sync-statuses-request.js.map +1 -0
  396. package/lib/request/list-project-commit-analytics-authors-request.d.ts +49 -0
  397. package/lib/request/list-project-commit-analytics-authors-request.js +23 -0
  398. package/lib/request/list-project-commit-analytics-authors-request.js.map +1 -0
  399. package/lib/request/list-protected-branches-request.d.ts +53 -0
  400. package/lib/request/list-protected-branches-request.js +23 -0
  401. package/lib/request/list-protected-branches-request.js.map +1 -0
  402. package/lib/request/list-pull-request-activities-request.d.ts +53 -0
  403. package/lib/request/list-pull-request-activities-request.js +27 -0
  404. package/lib/request/list-pull-request-activities-request.js.map +1 -0
  405. package/lib/request/list-pull-request-attachments-request.d.ts +59 -0
  406. package/lib/request/list-pull-request-attachments-request.js +25 -0
  407. package/lib/request/list-pull-request-attachments-request.js.map +1 -0
  408. package/lib/request/list-pull-request-authors-request.d.ts +39 -0
  409. package/lib/request/list-pull-request-authors-request.js +15 -0
  410. package/lib/request/list-pull-request-authors-request.js.map +1 -0
  411. package/lib/request/list-pull-request-comments-request.d.ts +66 -0
  412. package/lib/request/list-pull-request-comments-request.js +24 -0
  413. package/lib/request/list-pull-request-comments-request.js.map +1 -0
  414. package/lib/request/list-pull-request-commits-request.d.ts +34 -0
  415. package/lib/request/list-pull-request-commits-request.js +15 -0
  416. package/lib/request/list-pull-request-commits-request.js.map +1 -0
  417. package/lib/request/list-pull-request-file-changes-request.d.ts +38 -0
  418. package/lib/request/list-pull-request-file-changes-request.js +15 -0
  419. package/lib/request/list-pull-request-file-changes-request.js.map +1 -0
  420. package/lib/request/list-pull-requests-request.d.ts +89 -0
  421. package/lib/request/list-pull-requests-request.js +24 -0
  422. package/lib/request/list-pull-requests-request.js.map +1 -0
  423. package/lib/request/list-repository-commit-analytics-authors-request.d.ts +49 -0
  424. package/lib/request/list-repository-commit-analytics-authors-request.js +23 -0
  425. package/lib/request/list-repository-commit-analytics-authors-request.js.map +1 -0
  426. package/lib/request/merge-pull-request-request.d.ts +39 -0
  427. package/lib/request/merge-pull-request-request.js +15 -0
  428. package/lib/request/merge-pull-request-request.js.map +1 -0
  429. package/lib/request/patch-pull-request-request.d.ts +35 -0
  430. package/lib/request/patch-pull-request-request.js +15 -0
  431. package/lib/request/patch-pull-request-request.js.map +1 -0
  432. package/lib/request/reopen-pull-request-request.d.ts +30 -0
  433. package/lib/request/reopen-pull-request-request.js +15 -0
  434. package/lib/request/reopen-pull-request-request.js.map +1 -0
  435. package/lib/request/review-pull-request-request.d.ts +39 -0
  436. package/lib/request/review-pull-request-request.js +15 -0
  437. package/lib/request/review-pull-request-request.js.map +1 -0
  438. package/lib/request/summarize-project-repository-analytics-request.d.ts +39 -0
  439. package/lib/request/summarize-project-repository-analytics-request.js +15 -0
  440. package/lib/request/summarize-project-repository-analytics-request.js.map +1 -0
  441. package/lib/request/summarize-repository-analytics-request.d.ts +39 -0
  442. package/lib/request/summarize-repository-analytics-request.js +15 -0
  443. package/lib/request/summarize-repository-analytics-request.js.map +1 -0
  444. package/lib/request/sync-repository-request.d.ts +51 -0
  445. package/lib/request/sync-repository-request.js +24 -0
  446. package/lib/request/sync-repository-request.js.map +1 -0
  447. package/lib/request/unlike-pull-request-comment-request.d.ts +34 -0
  448. package/lib/request/unlike-pull-request-comment-request.js +15 -0
  449. package/lib/request/unlike-pull-request-comment-request.js.map +1 -0
  450. package/lib/request/unsubscribe-pull-request-request.d.ts +34 -0
  451. package/lib/request/unsubscribe-pull-request-request.js +15 -0
  452. package/lib/request/unsubscribe-pull-request-request.js.map +1 -0
  453. package/lib/request/update-project-notification-preference-request.d.ts +39 -0
  454. package/lib/request/update-project-notification-preference-request.js +15 -0
  455. package/lib/request/update-project-notification-preference-request.js.map +1 -0
  456. package/lib/request/update-project-repository-settings-request.d.ts +39 -0
  457. package/lib/request/update-project-repository-settings-request.js +15 -0
  458. package/lib/request/update-project-repository-settings-request.js.map +1 -0
  459. package/lib/request/update-pull-request-comment-request.d.ts +39 -0
  460. package/lib/request/update-pull-request-comment-request.js +15 -0
  461. package/lib/request/update-pull-request-comment-request.js.map +1 -0
  462. package/lib/request/update-pull-request-notification-preference-request.d.ts +39 -0
  463. package/lib/request/update-pull-request-notification-preference-request.js +15 -0
  464. package/lib/request/update-pull-request-notification-preference-request.js.map +1 -0
  465. package/lib/request/update-pull-request-request.d.ts +35 -0
  466. package/lib/request/update-pull-request-request.js +15 -0
  467. package/lib/request/update-pull-request-request.js.map +1 -0
  468. package/lib/request/update-repository-notification-preference-request.d.ts +39 -0
  469. package/lib/request/update-repository-notification-preference-request.js +15 -0
  470. package/lib/request/update-repository-notification-preference-request.js.map +1 -0
  471. package/lib/request/update-repository-settings-request.d.ts +39 -0
  472. package/lib/request/update-repository-settings-request.js +15 -0
  473. package/lib/request/update-repository-settings-request.js.map +1 -0
  474. package/lib/response/create-or-update-git-ref-response.d.ts +35 -0
  475. package/lib/response/create-or-update-git-ref-response.js +15 -0
  476. package/lib/response/create-or-update-git-ref-response.js.map +1 -0
  477. package/lib/response/create-or-update-protected-branch-response.d.ts +31 -0
  478. package/lib/response/create-or-update-protected-branch-response.js +15 -0
  479. package/lib/response/create-or-update-protected-branch-response.js.map +1 -0
  480. package/lib/response/create-pull-request-attachment-response.d.ts +35 -0
  481. package/lib/response/create-pull-request-attachment-response.js +15 -0
  482. package/lib/response/create-pull-request-attachment-response.js.map +1 -0
  483. package/lib/response/create-pull-request-comment-response.d.ts +27 -0
  484. package/lib/response/create-pull-request-comment-response.js +15 -0
  485. package/lib/response/create-pull-request-comment-response.js.map +1 -0
  486. package/lib/response/create-pull-request-response.d.ts +39 -0
  487. package/lib/response/create-pull-request-response.js +15 -0
  488. package/lib/response/create-pull-request-response.js.map +1 -0
  489. package/lib/response/decline-pull-request-response.d.ts +31 -0
  490. package/lib/response/decline-pull-request-response.js +15 -0
  491. package/lib/response/decline-pull-request-response.js.map +1 -0
  492. package/lib/response/delete-git-ref-response.d.ts +22 -0
  493. package/lib/response/delete-git-ref-response.js +15 -0
  494. package/lib/response/delete-git-ref-response.js.map +1 -0
  495. package/lib/response/delete-project-repository-settings-response.d.ts +18 -0
  496. package/lib/response/delete-project-repository-settings-response.js +15 -0
  497. package/lib/response/delete-project-repository-settings-response.js.map +1 -0
  498. package/lib/response/delete-protected-branch-response.d.ts +18 -0
  499. package/lib/response/delete-protected-branch-response.js +15 -0
  500. package/lib/response/delete-protected-branch-response.js.map +1 -0
  501. package/lib/response/delete-pull-request-attachment-response.d.ts +18 -0
  502. package/lib/response/delete-pull-request-attachment-response.js +15 -0
  503. package/lib/response/delete-pull-request-attachment-response.js.map +1 -0
  504. package/lib/response/delete-pull-request-comment-response.d.ts +18 -0
  505. package/lib/response/delete-pull-request-comment-response.js +15 -0
  506. package/lib/response/delete-pull-request-comment-response.js.map +1 -0
  507. package/lib/response/delete-pull-request-response.d.ts +18 -0
  508. package/lib/response/delete-pull-request-response.js +15 -0
  509. package/lib/response/delete-pull-request-response.js.map +1 -0
  510. package/lib/response/delete-repository-settings-response.d.ts +18 -0
  511. package/lib/response/delete-repository-settings-response.js +15 -0
  512. package/lib/response/delete-repository-settings-response.js.map +1 -0
  513. package/lib/response/get-project-notification-preference-response.d.ts +27 -0
  514. package/lib/response/get-project-notification-preference-response.js +15 -0
  515. package/lib/response/get-project-notification-preference-response.js.map +1 -0
  516. package/lib/response/get-project-repository-settings-response.d.ts +27 -0
  517. package/lib/response/get-project-repository-settings-response.js +15 -0
  518. package/lib/response/get-project-repository-settings-response.js.map +1 -0
  519. package/lib/response/get-pull-request-attachment-content-response.d.ts +28 -0
  520. package/lib/response/get-pull-request-attachment-content-response.js +15 -0
  521. package/lib/response/get-pull-request-attachment-content-response.js.map +1 -0
  522. package/lib/response/get-pull-request-attachment-response.d.ts +27 -0
  523. package/lib/response/get-pull-request-attachment-response.js +15 -0
  524. package/lib/response/get-pull-request-attachment-response.js.map +1 -0
  525. package/lib/response/get-pull-request-change-summary-metrics-response.d.ts +23 -0
  526. package/lib/response/get-pull-request-change-summary-metrics-response.js +15 -0
  527. package/lib/response/get-pull-request-change-summary-metrics-response.js.map +1 -0
  528. package/lib/response/get-pull-request-comment-response.d.ts +27 -0
  529. package/lib/response/get-pull-request-comment-response.js +15 -0
  530. package/lib/response/get-pull-request-comment-response.js.map +1 -0
  531. package/lib/response/get-pull-request-notification-preference-response.d.ts +27 -0
  532. package/lib/response/get-pull-request-notification-preference-response.js +15 -0
  533. package/lib/response/get-pull-request-notification-preference-response.js.map +1 -0
  534. package/lib/response/get-pull-request-response.d.ts +27 -0
  535. package/lib/response/get-pull-request-response.js +15 -0
  536. package/lib/response/get-pull-request-response.js.map +1 -0
  537. package/lib/response/get-repository-notification-preference-response.d.ts +27 -0
  538. package/lib/response/get-repository-notification-preference-response.js +15 -0
  539. package/lib/response/get-repository-notification-preference-response.js.map +1 -0
  540. package/lib/response/get-repository-settings-response.d.ts +27 -0
  541. package/lib/response/get-repository-settings-response.js +15 -0
  542. package/lib/response/get-repository-settings-response.js.map +1 -0
  543. package/lib/response/index.d.ts +104 -0
  544. package/lib/response/like-pull-request-comment-response.d.ts +27 -0
  545. package/lib/response/like-pull-request-comment-response.js +15 -0
  546. package/lib/response/like-pull-request-comment-response.js.map +1 -0
  547. package/lib/response/list-build-run-snapshots-response.d.ts +27 -0
  548. package/lib/response/list-build-run-snapshots-response.js +15 -0
  549. package/lib/response/list-build-run-snapshots-response.js.map +1 -0
  550. package/lib/response/list-fork-sync-statuses-response.d.ts +27 -0
  551. package/lib/response/list-fork-sync-statuses-response.js +15 -0
  552. package/lib/response/list-fork-sync-statuses-response.js.map +1 -0
  553. package/lib/response/list-project-commit-analytics-authors-response.d.ts +27 -0
  554. package/lib/response/list-project-commit-analytics-authors-response.js +15 -0
  555. package/lib/response/list-project-commit-analytics-authors-response.js.map +1 -0
  556. package/lib/response/list-protected-branches-response.d.ts +27 -0
  557. package/lib/response/list-protected-branches-response.js +15 -0
  558. package/lib/response/list-protected-branches-response.js.map +1 -0
  559. package/lib/response/list-pull-request-activities-response.d.ts +27 -0
  560. package/lib/response/list-pull-request-activities-response.js +15 -0
  561. package/lib/response/list-pull-request-activities-response.js.map +1 -0
  562. package/lib/response/list-pull-request-attachments-response.d.ts +27 -0
  563. package/lib/response/list-pull-request-attachments-response.js +15 -0
  564. package/lib/response/list-pull-request-attachments-response.js.map +1 -0
  565. package/lib/response/list-pull-request-authors-response.d.ts +27 -0
  566. package/lib/response/list-pull-request-authors-response.js +15 -0
  567. package/lib/response/list-pull-request-authors-response.js.map +1 -0
  568. package/lib/response/list-pull-request-comments-response.d.ts +27 -0
  569. package/lib/response/list-pull-request-comments-response.js +15 -0
  570. package/lib/response/list-pull-request-comments-response.js.map +1 -0
  571. package/lib/response/list-pull-request-commits-response.d.ts +27 -0
  572. package/lib/response/list-pull-request-commits-response.js +15 -0
  573. package/lib/response/list-pull-request-commits-response.js.map +1 -0
  574. package/lib/response/list-pull-request-file-changes-response.d.ts +27 -0
  575. package/lib/response/list-pull-request-file-changes-response.js +15 -0
  576. package/lib/response/list-pull-request-file-changes-response.js.map +1 -0
  577. package/lib/response/list-pull-requests-response.d.ts +27 -0
  578. package/lib/response/list-pull-requests-response.js +15 -0
  579. package/lib/response/list-pull-requests-response.js.map +1 -0
  580. package/lib/response/list-repository-commit-analytics-authors-response.d.ts +27 -0
  581. package/lib/response/list-repository-commit-analytics-authors-response.js +15 -0
  582. package/lib/response/list-repository-commit-analytics-authors-response.js.map +1 -0
  583. package/lib/response/merge-pull-request-response.d.ts +35 -0
  584. package/lib/response/merge-pull-request-response.js +15 -0
  585. package/lib/response/merge-pull-request-response.js.map +1 -0
  586. package/lib/response/patch-pull-request-response.d.ts +31 -0
  587. package/lib/response/patch-pull-request-response.js +15 -0
  588. package/lib/response/patch-pull-request-response.js.map +1 -0
  589. package/lib/response/reopen-pull-request-response.d.ts +31 -0
  590. package/lib/response/reopen-pull-request-response.js +15 -0
  591. package/lib/response/reopen-pull-request-response.js.map +1 -0
  592. package/lib/response/review-pull-request-response.d.ts +31 -0
  593. package/lib/response/review-pull-request-response.js +15 -0
  594. package/lib/response/review-pull-request-response.js.map +1 -0
  595. package/lib/response/summarize-project-repository-analytics-response.d.ts +27 -0
  596. package/lib/response/summarize-project-repository-analytics-response.js +15 -0
  597. package/lib/response/summarize-project-repository-analytics-response.js.map +1 -0
  598. package/lib/response/summarize-repository-analytics-response.d.ts +27 -0
  599. package/lib/response/summarize-repository-analytics-response.js +15 -0
  600. package/lib/response/summarize-repository-analytics-response.js.map +1 -0
  601. package/lib/response/sync-repository-response.d.ts +22 -0
  602. package/lib/response/sync-repository-response.js +15 -0
  603. package/lib/response/sync-repository-response.js.map +1 -0
  604. package/lib/response/unlike-pull-request-comment-response.d.ts +27 -0
  605. package/lib/response/unlike-pull-request-comment-response.js +15 -0
  606. package/lib/response/unlike-pull-request-comment-response.js.map +1 -0
  607. package/lib/response/unsubscribe-pull-request-response.d.ts +32 -0
  608. package/lib/response/unsubscribe-pull-request-response.js +15 -0
  609. package/lib/response/unsubscribe-pull-request-response.js.map +1 -0
  610. package/lib/response/update-project-notification-preference-response.d.ts +31 -0
  611. package/lib/response/update-project-notification-preference-response.js +15 -0
  612. package/lib/response/update-project-notification-preference-response.js.map +1 -0
  613. package/lib/response/update-project-repository-settings-response.d.ts +31 -0
  614. package/lib/response/update-project-repository-settings-response.js +15 -0
  615. package/lib/response/update-project-repository-settings-response.js.map +1 -0
  616. package/lib/response/update-pull-request-comment-response.d.ts +27 -0
  617. package/lib/response/update-pull-request-comment-response.js +15 -0
  618. package/lib/response/update-pull-request-comment-response.js.map +1 -0
  619. package/lib/response/update-pull-request-notification-preference-response.d.ts +31 -0
  620. package/lib/response/update-pull-request-notification-preference-response.js +15 -0
  621. package/lib/response/update-pull-request-notification-preference-response.js.map +1 -0
  622. package/lib/response/update-pull-request-response.d.ts +35 -0
  623. package/lib/response/update-pull-request-response.js +15 -0
  624. package/lib/response/update-pull-request-response.js.map +1 -0
  625. package/lib/response/update-repository-notification-preference-response.d.ts +31 -0
  626. package/lib/response/update-repository-notification-preference-response.js +15 -0
  627. package/lib/response/update-repository-notification-preference-response.js.map +1 -0
  628. package/lib/response/update-repository-settings-response.d.ts +31 -0
  629. package/lib/response/update-repository-settings-response.js +15 -0
  630. package/lib/response/update-repository-settings-response.js.map +1 -0
  631. package/package.json +3 -3
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ReviewerActivitySummary = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var ReviewerActivitySummary;
37
+ (function (ReviewerActivitySummary) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.PullRequestActivitySummary.getJsonObj(obj))), {
42
+ "reviewersAdded": obj.reviewersAdded
43
+ ? obj.reviewersAdded.map(item => {
44
+ return model.PrincipalDetails.getJsonObj(item);
45
+ })
46
+ : undefined,
47
+ "reviewersRemoved": obj.reviewersRemoved
48
+ ? obj.reviewersRemoved.map(item => {
49
+ return model.PrincipalDetails.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ReviewerActivitySummary.getJsonObj = getJsonObj;
56
+ ReviewerActivitySummary.activityType = "REVIEWER";
57
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
58
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
59
+ ? obj
60
+ : model.PullRequestActivitySummary.getDeserializedJsonObj(obj))), {
61
+ "reviewersAdded": obj.reviewersAdded
62
+ ? obj.reviewersAdded.map(item => {
63
+ return model.PrincipalDetails.getDeserializedJsonObj(item);
64
+ })
65
+ : undefined,
66
+ "reviewersRemoved": obj.reviewersRemoved
67
+ ? obj.reviewersRemoved.map(item => {
68
+ return model.PrincipalDetails.getDeserializedJsonObj(item);
69
+ })
70
+ : undefined
71
+ });
72
+ return jsonObj;
73
+ }
74
+ ReviewerActivitySummary.getDeserializedJsonObj = getDeserializedJsonObj;
75
+ })(ReviewerActivitySummary = exports.ReviewerActivitySummary || (exports.ReviewerActivitySummary = {}));
76
+ //# sourceMappingURL=reviewer-activity-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reviewer-activity-summary.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/reviewer-activity-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,uBAAuB,CAiDvC;AAjDD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B,EAAE,eAAyB;QAChF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAA6B,CAAC,GAC/E;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kCAAU,aAoBzB,CAAA;IACY,oCAAY,GAAG,UAAU,CAAC;IACvC,SAAgB,sBAAsB,CACpC,GAA4B,EAC5B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACtD,GAAG,CACwB,CAAC,GAC/B;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,8CAAsB,yBAyBrC,CAAA;AACH,CAAC,EAjDgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAiDvC"}
@@ -0,0 +1,71 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Reviewer information.
15
+ */
16
+ export interface Reviewer {
17
+ /**
18
+ * Pull Request reviewer id
19
+ */
20
+ "principalId": string;
21
+ /**
22
+ * the name of the principal
23
+ */
24
+ "principalName"?: string;
25
+ /**
26
+ * the type of principal
27
+ */
28
+ "principalType"?: Reviewer.PrincipalType;
29
+ /**
30
+ * The state of the principal, it can be active or inactive or suppressed for emails
31
+ */
32
+ "principalState"?: Reviewer.PrincipalState;
33
+ /**
34
+ * The current state of the Review.
35
+ */
36
+ "status"?: Reviewer.Status;
37
+ }
38
+ export declare namespace Reviewer {
39
+ enum PrincipalType {
40
+ Service = "SERVICE",
41
+ User = "USER",
42
+ Instance = "INSTANCE",
43
+ Resource = "RESOURCE",
44
+ /**
45
+ * This value is used if a service returns a value for this enum that is not recognized by this
46
+ * version of the SDK.
47
+ */
48
+ UnknownValue = "UNKNOWN_VALUE"
49
+ }
50
+ enum PrincipalState {
51
+ Active = "ACTIVE",
52
+ Inactive = "INACTIVE",
53
+ Suppressed = "SUPPRESSED",
54
+ /**
55
+ * This value is used if a service returns a value for this enum that is not recognized by this
56
+ * version of the SDK.
57
+ */
58
+ UnknownValue = "UNKNOWN_VALUE"
59
+ }
60
+ enum Status {
61
+ Approved = "APPROVED",
62
+ ReviewPending = "REVIEW_PENDING",
63
+ /**
64
+ * This value is used if a service returns a value for this enum that is not recognized by this
65
+ * version of the SDK.
66
+ */
67
+ UnknownValue = "UNKNOWN_VALUE"
68
+ }
69
+ function getJsonObj(obj: Reviewer): object;
70
+ function getDeserializedJsonObj(obj: Reviewer): object;
71
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.Reviewer = void 0;
16
+ var Reviewer;
17
+ (function (Reviewer) {
18
+ let PrincipalType;
19
+ (function (PrincipalType) {
20
+ PrincipalType["Service"] = "SERVICE";
21
+ PrincipalType["User"] = "USER";
22
+ PrincipalType["Instance"] = "INSTANCE";
23
+ PrincipalType["Resource"] = "RESOURCE";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ PrincipalType["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(PrincipalType = Reviewer.PrincipalType || (Reviewer.PrincipalType = {}));
30
+ let PrincipalState;
31
+ (function (PrincipalState) {
32
+ PrincipalState["Active"] = "ACTIVE";
33
+ PrincipalState["Inactive"] = "INACTIVE";
34
+ PrincipalState["Suppressed"] = "SUPPRESSED";
35
+ /**
36
+ * This value is used if a service returns a value for this enum that is not recognized by this
37
+ * version of the SDK.
38
+ */
39
+ PrincipalState["UnknownValue"] = "UNKNOWN_VALUE";
40
+ })(PrincipalState = Reviewer.PrincipalState || (Reviewer.PrincipalState = {}));
41
+ let Status;
42
+ (function (Status) {
43
+ Status["Approved"] = "APPROVED";
44
+ Status["ReviewPending"] = "REVIEW_PENDING";
45
+ /**
46
+ * This value is used if a service returns a value for this enum that is not recognized by this
47
+ * version of the SDK.
48
+ */
49
+ Status["UnknownValue"] = "UNKNOWN_VALUE";
50
+ })(Status = Reviewer.Status || (Reviewer.Status = {}));
51
+ function getJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
53
+ return jsonObj;
54
+ }
55
+ Reviewer.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ return jsonObj;
59
+ }
60
+ Reviewer.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(Reviewer = exports.Reviewer || (exports.Reviewer = {}));
62
+ //# sourceMappingURL=reviewer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reviewer.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/reviewer.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,QAAQ,CA4CxB;AA5CD,WAAiB,QAAQ;IACvB,IAAY,aAUX;IAVD,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,8BAAa,CAAA;QACb,sCAAqB,CAAA;QACrB,sCAAqB,CAAA;QACrB;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAVW,aAAa,GAAb,sBAAa,KAAb,sBAAa,QAUxB;IAED,IAAY,cASX;IATD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,2CAAyB,CAAA;QACzB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,uBAAc,KAAd,uBAAc,QASzB;IAED,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,0CAAgC,CAAA;QAChC;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,eAAM,KAAN,eAAM,QAQjB;IAED,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EA5CgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QA4CxB"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details of the generated artifact or report.
15
+ */
16
+ export interface StageOutput {
17
+ /**
18
+ * Name of stage step at which this output is generated.
19
+ */
20
+ "stepName": string;
21
+ "outputType": string;
22
+ }
23
+ export declare namespace StageOutput {
24
+ function getJsonObj(obj: StageOutput): object;
25
+ function getDeserializedJsonObj(obj: StageOutput): object;
26
+ }
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.StageOutput = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var StageOutput;
38
+ (function (StageOutput) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "outputType" in obj && obj.outputType) {
42
+ switch (obj.outputType) {
43
+ case "TEST_REPORT":
44
+ return model.TestReportOutput.getJsonObj(jsonObj, true);
45
+ case "ARTIFACT":
46
+ return model.GenericArtifacts.getJsonObj(jsonObj, true);
47
+ default:
48
+ if (common.LOG.logger)
49
+ common.LOG.logger.info(`Unknown value for: ${obj.outputType}`);
50
+ }
51
+ }
52
+ return jsonObj;
53
+ }
54
+ StageOutput.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
57
+ if (obj && "outputType" in obj && obj.outputType) {
58
+ switch (obj.outputType) {
59
+ case "TEST_REPORT":
60
+ return model.TestReportOutput.getDeserializedJsonObj(jsonObj, true);
61
+ case "ARTIFACT":
62
+ return model.GenericArtifacts.getDeserializedJsonObj(jsonObj, true);
63
+ default:
64
+ if (common.LOG.logger)
65
+ common.LOG.logger.info(`Unknown value for: ${obj.outputType}`);
66
+ }
67
+ }
68
+ return jsonObj;
69
+ }
70
+ StageOutput.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(StageOutput = exports.StageOutput || (exports.StageOutput = {}));
72
+ //# sourceMappingURL=stage-output.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stage-output.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/stage-output.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AActC,IAAiB,WAAW,CAqC3B;AArCD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAkC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC5F;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sBAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CACjB,OAAQ,EACzC,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,kCAAsB,yBAoBrC,CAAA;AACH,CAAC,EArCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAqC3B"}
@@ -0,0 +1,67 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details of the user configured settings for viewing the metrics at project level.
15
+ */
16
+ export interface SummarizeProjectRepositoryAnalyticsDetails {
17
+ /**
18
+ * Email address of the author.
19
+ */
20
+ "authorEmail"?: string;
21
+ /**
22
+ * The name of the metric to be filtered.
23
+ */
24
+ "repositoryMetrics": Array<SummarizeProjectRepositoryAnalyticsDetails.RepositoryMetrics>;
25
+ /**
26
+ * Metrics aggregated for the defined period.
27
+ */
28
+ "aggregationDuration"?: SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration;
29
+ /**
30
+ * The beginning of the metric data query time range.
31
+ */
32
+ "startTime": Date;
33
+ /**
34
+ * The end of the metric data query time range.
35
+ */
36
+ "endTime"?: Date;
37
+ /**
38
+ * Attribute by which metric data has to be grouped
39
+ */
40
+ "groupBy"?: SummarizeProjectRepositoryAnalyticsDetails.GroupBy;
41
+ }
42
+ export declare namespace SummarizeProjectRepositoryAnalyticsDetails {
43
+ enum RepositoryMetrics {
44
+ Commits = "COMMITS",
45
+ LinesAdded = "LINES_ADDED",
46
+ LinesDeleted = "LINES_DELETED",
47
+ PullRequestCreated = "PULL_REQUEST_CREATED",
48
+ PullRequestMerged = "PULL_REQUEST_MERGED",
49
+ PullRequestDeclined = "PULL_REQUEST_DECLINED",
50
+ PullRequestReviewStartDurationInDays = "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS",
51
+ PullRequestReviewDurationInDays = "PULL_REQUEST_REVIEW_DURATION_IN_DAYS",
52
+ PullRequestApproved = "PULL_REQUEST_APPROVED",
53
+ PullRequestReviewed = "PULL_REQUEST_REVIEWED",
54
+ PullRequestComments = "PULL_REQUEST_COMMENTS"
55
+ }
56
+ enum AggregationDuration {
57
+ Daily = "DAILY",
58
+ Weekly = "WEEKLY",
59
+ Monthly = "MONTHLY",
60
+ Yearly = "YEARLY"
61
+ }
62
+ enum GroupBy {
63
+ Author = "AUTHOR"
64
+ }
65
+ function getJsonObj(obj: SummarizeProjectRepositoryAnalyticsDetails): object;
66
+ function getDeserializedJsonObj(obj: SummarizeProjectRepositoryAnalyticsDetails): object;
67
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeProjectRepositoryAnalyticsDetails = void 0;
16
+ var SummarizeProjectRepositoryAnalyticsDetails;
17
+ (function (SummarizeProjectRepositoryAnalyticsDetails) {
18
+ let RepositoryMetrics;
19
+ (function (RepositoryMetrics) {
20
+ RepositoryMetrics["Commits"] = "COMMITS";
21
+ RepositoryMetrics["LinesAdded"] = "LINES_ADDED";
22
+ RepositoryMetrics["LinesDeleted"] = "LINES_DELETED";
23
+ RepositoryMetrics["PullRequestCreated"] = "PULL_REQUEST_CREATED";
24
+ RepositoryMetrics["PullRequestMerged"] = "PULL_REQUEST_MERGED";
25
+ RepositoryMetrics["PullRequestDeclined"] = "PULL_REQUEST_DECLINED";
26
+ RepositoryMetrics["PullRequestReviewStartDurationInDays"] = "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS";
27
+ RepositoryMetrics["PullRequestReviewDurationInDays"] = "PULL_REQUEST_REVIEW_DURATION_IN_DAYS";
28
+ RepositoryMetrics["PullRequestApproved"] = "PULL_REQUEST_APPROVED";
29
+ RepositoryMetrics["PullRequestReviewed"] = "PULL_REQUEST_REVIEWED";
30
+ RepositoryMetrics["PullRequestComments"] = "PULL_REQUEST_COMMENTS";
31
+ })(RepositoryMetrics = SummarizeProjectRepositoryAnalyticsDetails.RepositoryMetrics || (SummarizeProjectRepositoryAnalyticsDetails.RepositoryMetrics = {}));
32
+ let AggregationDuration;
33
+ (function (AggregationDuration) {
34
+ AggregationDuration["Daily"] = "DAILY";
35
+ AggregationDuration["Weekly"] = "WEEKLY";
36
+ AggregationDuration["Monthly"] = "MONTHLY";
37
+ AggregationDuration["Yearly"] = "YEARLY";
38
+ })(AggregationDuration = SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration || (SummarizeProjectRepositoryAnalyticsDetails.AggregationDuration = {}));
39
+ let GroupBy;
40
+ (function (GroupBy) {
41
+ GroupBy["Author"] = "AUTHOR";
42
+ })(GroupBy = SummarizeProjectRepositoryAnalyticsDetails.GroupBy || (SummarizeProjectRepositoryAnalyticsDetails.GroupBy = {}));
43
+ function getJsonObj(obj) {
44
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
45
+ return jsonObj;
46
+ }
47
+ SummarizeProjectRepositoryAnalyticsDetails.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ return jsonObj;
51
+ }
52
+ SummarizeProjectRepositoryAnalyticsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(SummarizeProjectRepositoryAnalyticsDetails = exports.SummarizeProjectRepositoryAnalyticsDetails || (exports.SummarizeProjectRepositoryAnalyticsDetails = {}));
54
+ //# sourceMappingURL=summarize-project-repository-analytics-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-project-repository-analytics-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/summarize-project-repository-analytics-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,0CAA0C,CAoC1D;AApCD,WAAiB,0CAA0C;IACzD,IAAY,iBAYX;IAZD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,+CAA0B,CAAA;QAC1B,mDAA8B,CAAA;QAC9B,gEAA2C,CAAA;QAC3C,8DAAyC,CAAA;QACzC,kEAA6C,CAAA;QAC7C,wGAAmF,CAAA;QACnF,6FAAwE,CAAA;QACxE,kEAA6C,CAAA;QAC7C,kEAA6C,CAAA;QAC7C,kEAA6C,CAAA;IAC/C,CAAC,EAZW,iBAAiB,GAAjB,4DAAiB,KAAjB,4DAAiB,QAY5B;IAED,IAAY,mBAKX;IALD,WAAY,mBAAmB;QAC7B,sCAAe,CAAA;QACf,wCAAiB,CAAA;QACjB,0CAAmB,CAAA;QACnB,wCAAiB,CAAA;IACnB,CAAC,EALW,mBAAmB,GAAnB,8DAAmB,KAAnB,8DAAmB,QAK9B;IAED,IAAY,OAEX;IAFD,WAAY,OAAO;QACjB,4BAAiB,CAAA;IACnB,CAAC,EAFW,OAAO,GAAP,kDAAO,KAAP,kDAAO,QAElB;IAED,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EApCgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAoC1D"}
@@ -0,0 +1,67 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details of the user configured settings for viewing the metrics at repository level.
15
+ */
16
+ export interface SummarizeRepositoryAnalyticsDetails {
17
+ /**
18
+ * Email address of the author.
19
+ */
20
+ "authorEmail"?: string;
21
+ /**
22
+ * The name of the metric to be filtered.
23
+ */
24
+ "repositoryMetrics": Array<SummarizeRepositoryAnalyticsDetails.RepositoryMetrics>;
25
+ /**
26
+ * Metrics aggregated for the defined period.
27
+ */
28
+ "aggregationDuration"?: SummarizeRepositoryAnalyticsDetails.AggregationDuration;
29
+ /**
30
+ * The beginning of the metric data query time range.
31
+ */
32
+ "startTime": Date;
33
+ /**
34
+ * The end of the metric data query time range.
35
+ */
36
+ "endTime"?: Date;
37
+ /**
38
+ * Attribute by which metric data has to be grouped
39
+ */
40
+ "groupBy"?: SummarizeRepositoryAnalyticsDetails.GroupBy;
41
+ }
42
+ export declare namespace SummarizeRepositoryAnalyticsDetails {
43
+ enum RepositoryMetrics {
44
+ Commits = "COMMITS",
45
+ LinesAdded = "LINES_ADDED",
46
+ LinesDeleted = "LINES_DELETED",
47
+ PullRequestCreated = "PULL_REQUEST_CREATED",
48
+ PullRequestMerged = "PULL_REQUEST_MERGED",
49
+ PullRequestDeclined = "PULL_REQUEST_DECLINED",
50
+ PullRequestReviewStartDurationInDays = "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS",
51
+ PullRequestReviewDurationInDays = "PULL_REQUEST_REVIEW_DURATION_IN_DAYS",
52
+ PullRequestApproved = "PULL_REQUEST_APPROVED",
53
+ PullRequestReviewed = "PULL_REQUEST_REVIEWED",
54
+ PullRequestComments = "PULL_REQUEST_COMMENTS"
55
+ }
56
+ enum AggregationDuration {
57
+ Daily = "DAILY",
58
+ Weekly = "WEEKLY",
59
+ Monthly = "MONTHLY",
60
+ Yearly = "YEARLY"
61
+ }
62
+ enum GroupBy {
63
+ Author = "AUTHOR"
64
+ }
65
+ function getJsonObj(obj: SummarizeRepositoryAnalyticsDetails): object;
66
+ function getDeserializedJsonObj(obj: SummarizeRepositoryAnalyticsDetails): object;
67
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SummarizeRepositoryAnalyticsDetails = void 0;
16
+ var SummarizeRepositoryAnalyticsDetails;
17
+ (function (SummarizeRepositoryAnalyticsDetails) {
18
+ let RepositoryMetrics;
19
+ (function (RepositoryMetrics) {
20
+ RepositoryMetrics["Commits"] = "COMMITS";
21
+ RepositoryMetrics["LinesAdded"] = "LINES_ADDED";
22
+ RepositoryMetrics["LinesDeleted"] = "LINES_DELETED";
23
+ RepositoryMetrics["PullRequestCreated"] = "PULL_REQUEST_CREATED";
24
+ RepositoryMetrics["PullRequestMerged"] = "PULL_REQUEST_MERGED";
25
+ RepositoryMetrics["PullRequestDeclined"] = "PULL_REQUEST_DECLINED";
26
+ RepositoryMetrics["PullRequestReviewStartDurationInDays"] = "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS";
27
+ RepositoryMetrics["PullRequestReviewDurationInDays"] = "PULL_REQUEST_REVIEW_DURATION_IN_DAYS";
28
+ RepositoryMetrics["PullRequestApproved"] = "PULL_REQUEST_APPROVED";
29
+ RepositoryMetrics["PullRequestReviewed"] = "PULL_REQUEST_REVIEWED";
30
+ RepositoryMetrics["PullRequestComments"] = "PULL_REQUEST_COMMENTS";
31
+ })(RepositoryMetrics = SummarizeRepositoryAnalyticsDetails.RepositoryMetrics || (SummarizeRepositoryAnalyticsDetails.RepositoryMetrics = {}));
32
+ let AggregationDuration;
33
+ (function (AggregationDuration) {
34
+ AggregationDuration["Daily"] = "DAILY";
35
+ AggregationDuration["Weekly"] = "WEEKLY";
36
+ AggregationDuration["Monthly"] = "MONTHLY";
37
+ AggregationDuration["Yearly"] = "YEARLY";
38
+ })(AggregationDuration = SummarizeRepositoryAnalyticsDetails.AggregationDuration || (SummarizeRepositoryAnalyticsDetails.AggregationDuration = {}));
39
+ let GroupBy;
40
+ (function (GroupBy) {
41
+ GroupBy["Author"] = "AUTHOR";
42
+ })(GroupBy = SummarizeRepositoryAnalyticsDetails.GroupBy || (SummarizeRepositoryAnalyticsDetails.GroupBy = {}));
43
+ function getJsonObj(obj) {
44
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
45
+ return jsonObj;
46
+ }
47
+ SummarizeRepositoryAnalyticsDetails.getJsonObj = getJsonObj;
48
+ function getDeserializedJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ return jsonObj;
51
+ }
52
+ SummarizeRepositoryAnalyticsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(SummarizeRepositoryAnalyticsDetails = exports.SummarizeRepositoryAnalyticsDetails || (exports.SummarizeRepositoryAnalyticsDetails = {}));
54
+ //# sourceMappingURL=summarize-repository-analytics-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summarize-repository-analytics-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/summarize-repository-analytics-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,mCAAmC,CAoCnD;AApCD,WAAiB,mCAAmC;IAClD,IAAY,iBAYX;IAZD,WAAY,iBAAiB;QAC3B,wCAAmB,CAAA;QACnB,+CAA0B,CAAA;QAC1B,mDAA8B,CAAA;QAC9B,gEAA2C,CAAA;QAC3C,8DAAyC,CAAA;QACzC,kEAA6C,CAAA;QAC7C,wGAAmF,CAAA;QACnF,6FAAwE,CAAA;QACxE,kEAA6C,CAAA;QAC7C,kEAA6C,CAAA;QAC7C,kEAA6C,CAAA;IAC/C,CAAC,EAZW,iBAAiB,GAAjB,qDAAiB,KAAjB,qDAAiB,QAY5B;IAED,IAAY,mBAKX;IALD,WAAY,mBAAmB;QAC7B,sCAAe,CAAA;QACf,wCAAiB,CAAA;QACjB,0CAAmB,CAAA;QACnB,wCAAiB,CAAA;IACnB,CAAC,EALW,mBAAmB,GAAnB,uDAAmB,KAAnB,uDAAmB,QAK9B;IAED,IAAY,OAEX;IAFD,WAAY,OAAO;QACjB,4BAAiB,CAAA;IACnB,CAAC,EAFW,OAAO,GAAP,2CAAO,KAAP,2CAAO,QAElB;IAED,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAsB,yBAIrC,CAAA;AACH,CAAC,EApCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAoCnD"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * DevOps API
3
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
4
+ * OpenAPI spec version: 20210630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /**
14
+ * Details required for syncing a repository with its upstream.
15
+ */
16
+ export interface SyncRepositoryDetails {
17
+ /**
18
+ * The branch in the upstream repository we want to sync from.
19
+ */
20
+ "sourceBranch": string;
21
+ /**
22
+ * The branch in the repository we want to be updated with changes from the upstream.
23
+ */
24
+ "destinationBranch": string;
25
+ }
26
+ export declare namespace SyncRepositoryDetails {
27
+ function getJsonObj(obj: SyncRepositoryDetails): object;
28
+ function getDeserializedJsonObj(obj: SyncRepositoryDetails): object;
29
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * DevOps API
4
+ * Use the DevOps API to create DevOps projects, configure code repositories, add artifacts to deploy, build and test software applications, configure target deployment environments, and deploy software applications. For more information, see [DevOps](/Content/devops/using/home.htm).
5
+ * OpenAPI spec version: 20210630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.SyncRepositoryDetails = void 0;
16
+ var SyncRepositoryDetails;
17
+ (function (SyncRepositoryDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ SyncRepositoryDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ SyncRepositoryDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(SyncRepositoryDetails = exports.SyncRepositoryDetails || (exports.SyncRepositoryDetails = {}));
29
+ //# sourceMappingURL=sync-repository-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-repository-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/sync-repository-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}