oci-devops 2.90.0-1722272724 → 2.91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +485 -0
- package/lib/client.js +5143 -1652
- package/lib/client.js.map +1 -1
- package/lib/devops-waiter.d.ts +8 -0
- package/lib/devops-waiter.js +12 -0
- package/lib/devops-waiter.js.map +1 -1
- package/lib/model/approval-activity-summary.d.ts +37 -0
- package/lib/model/approval-activity-summary.js +64 -0
- package/lib/model/approval-activity-summary.js.map +1 -0
- package/lib/model/approval-rule-collection.d.ts +26 -0
- package/lib/model/approval-rule-collection.js +61 -0
- package/lib/model/approval-rule-collection.js.map +1 -0
- package/lib/model/approval-rule-merge-check.d.ts +66 -0
- package/lib/model/approval-rule-merge-check.js +84 -0
- package/lib/model/approval-rule-merge-check.js.map +1 -0
- package/lib/model/approval-rule.d.ts +38 -0
- package/lib/model/approval-rule.js +61 -0
- package/lib/model/approval-rule.js.map +1 -0
- package/lib/model/build-merge-check.d.ts +36 -0
- package/lib/model/build-merge-check.js +52 -0
- package/lib/model/build-merge-check.js.map +1 -0
- package/lib/model/build-run-snapshot-collection.d.ts +26 -0
- package/lib/model/build-run-snapshot-collection.js +61 -0
- package/lib/model/build-run-snapshot-collection.js.map +1 -0
- package/lib/model/build-run-snapshot-summary.d.ts +53 -0
- package/lib/model/build-run-snapshot-summary.js +29 -0
- package/lib/model/build-run-snapshot-summary.js.map +1 -0
- package/lib/model/build-run-snapshot.d.ts +61 -0
- package/lib/model/build-run-snapshot.js +38 -0
- package/lib/model/build-run-snapshot.js.map +1 -0
- package/lib/model/comment-activity-summary.d.ts +28 -0
- package/lib/model/comment-activity-summary.js +54 -0
- package/lib/model/comment-activity-summary.js.map +1 -0
- package/lib/model/commit-activity-summary.d.ts +32 -0
- package/lib/model/commit-activity-summary.js +76 -0
- package/lib/model/commit-activity-summary.js.map +1 -0
- package/lib/model/commit-analytics-author-collection.d.ts +26 -0
- package/lib/model/commit-analytics-author-collection.js +61 -0
- package/lib/model/commit-analytics-author-collection.js.map +1 -0
- package/lib/model/commit-analytics-author-summary.d.ts +29 -0
- package/lib/model/commit-analytics-author-summary.js +29 -0
- package/lib/model/commit-analytics-author-summary.js.map +1 -0
- package/lib/model/conflict-merge-check.d.ts +37 -0
- package/lib/model/conflict-merge-check.js +62 -0
- package/lib/model/conflict-merge-check.js.map +1 -0
- package/lib/model/create-or-update-git-branch-details.d.ts +28 -0
- package/lib/model/create-or-update-git-branch-details.js +54 -0
- package/lib/model/create-or-update-git-branch-details.js.map +1 -0
- package/lib/model/create-or-update-git-ref-details.d.ts +26 -0
- package/lib/model/create-or-update-git-ref-details.js +72 -0
- package/lib/model/create-or-update-git-ref-details.js.map +1 -0
- package/lib/model/create-or-update-git-tag-details.d.ts +28 -0
- package/lib/model/create-or-update-git-tag-details.js +54 -0
- package/lib/model/create-or-update-git-tag-details.js.map +1 -0
- package/lib/model/create-or-update-protected-branch-details.d.ts +33 -0
- package/lib/model/create-or-update-protected-branch-details.js +34 -0
- package/lib/model/create-or-update-protected-branch-details.js.map +1 -0
- package/lib/model/create-pull-request-comment-details.d.ts +45 -0
- package/lib/model/create-pull-request-comment-details.js +29 -0
- package/lib/model/create-pull-request-comment-details.js.map +1 -0
- package/lib/model/create-pull-request-details.d.ts +64 -0
- package/lib/model/create-pull-request-details.js +61 -0
- package/lib/model/create-pull-request-details.js.map +1 -0
- package/lib/model/create-repository-details.d.ts +5 -0
- package/lib/model/create-repository-details.js.map +1 -1
- package/lib/model/create-reviewer-details.d.ts +25 -0
- package/lib/model/create-reviewer-details.js +29 -0
- package/lib/model/create-reviewer-details.js.map +1 -0
- package/lib/model/delete-git-ref-details.d.ts +25 -0
- package/lib/model/delete-git-ref-details.js +29 -0
- package/lib/model/delete-git-ref-details.js.map +1 -0
- package/lib/model/delete-protected-branch-details.d.ts +25 -0
- package/lib/model/delete-protected-branch-details.js +29 -0
- package/lib/model/delete-protected-branch-details.js.map +1 -0
- package/lib/model/devops-code-repository-filter-attributes.d.ts +4 -0
- package/lib/model/devops-code-repository-filter-attributes.js.map +1 -1
- package/lib/model/devops-code-repository-filter.d.ts +2 -0
- package/lib/model/devops-code-repository-filter.js +2 -0
- package/lib/model/devops-code-repository-filter.js.map +1 -1
- package/lib/model/execute-merge-pull-request-details.d.ts +40 -0
- package/lib/model/execute-merge-pull-request-details.js +59 -0
- package/lib/model/execute-merge-pull-request-details.js.map +1 -0
- package/lib/model/fork-sync-status-collection.d.ts +26 -0
- package/lib/model/fork-sync-status-collection.js +61 -0
- package/lib/model/fork-sync-status-collection.js.map +1 -0
- package/lib/model/fork-sync-status-summary.d.ts +43 -0
- package/lib/model/fork-sync-status-summary.js +40 -0
- package/lib/model/fork-sync-status-summary.js.map +1 -0
- package/lib/model/generic-artifact-location-details.d.ts +22 -0
- package/lib/model/generic-artifact-location-details.js +68 -0
- package/lib/model/generic-artifact-location-details.js.map +1 -0
- package/lib/model/generic-artifacts.d.ts +29 -0
- package/lib/model/generic-artifacts.js +60 -0
- package/lib/model/generic-artifacts.js.map +1 -0
- package/lib/model/index.d.ts +190 -0
- package/lib/model/index.js +201 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/merge-check-collection.d.ts +51 -0
- package/lib/model/merge-check-collection.js +61 -0
- package/lib/model/merge-check-collection.js.map +1 -0
- package/lib/model/merge-check-settings-value.d.ts +28 -0
- package/lib/model/merge-check-settings-value.js +39 -0
- package/lib/model/merge-check-settings-value.js.map +1 -0
- package/lib/model/merge-check.d.ts +22 -0
- package/lib/model/merge-check.js +76 -0
- package/lib/model/merge-check.js.map +1 -0
- package/lib/model/merge-checks.d.ts +26 -0
- package/lib/model/merge-checks.js +29 -0
- package/lib/model/merge-checks.js.map +1 -0
- package/lib/model/merge-pull-request-details.d.ts +22 -0
- package/lib/model/merge-pull-request-details.js +72 -0
- package/lib/model/merge-pull-request-details.js.map +1 -0
- package/lib/model/merge-settings.d.ts +30 -0
- package/lib/model/merge-settings.js +61 -0
- package/lib/model/merge-settings.js.map +1 -0
- package/lib/model/merge-strategy.d.ts +33 -0
- package/lib/model/merge-strategy.js +44 -0
- package/lib/model/merge-strategy.js.map +1 -0
- package/lib/model/metric-name.d.ts +49 -0
- package/lib/model/metric-name.js +60 -0
- package/lib/model/metric-name.js.map +1 -0
- package/lib/model/mirror-repository-config.d.ts +1 -1
- package/lib/model/object-storage-generic-artifact-location-details.d.ts +40 -0
- package/lib/model/object-storage-generic-artifact-location-details.js +54 -0
- package/lib/model/object-storage-generic-artifact-location-details.js.map +1 -0
- package/lib/model/operation-type.d.ts +7 -0
- package/lib/model/operation-type.js +7 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/patch-insert-instruction.d.ts +44 -0
- package/lib/model/patch-insert-instruction.js +59 -0
- package/lib/model/patch-insert-instruction.js.map +1 -0
- package/lib/model/patch-instruction.d.ts +29 -0
- package/lib/model/patch-instruction.js +92 -0
- package/lib/model/patch-instruction.js.map +1 -0
- package/lib/model/patch-merge-instruction.d.ts +35 -0
- package/lib/model/patch-merge-instruction.js +54 -0
- package/lib/model/patch-merge-instruction.js.map +1 -0
- package/lib/model/patch-move-instruction.d.ts +44 -0
- package/lib/model/patch-move-instruction.js +58 -0
- package/lib/model/patch-move-instruction.js.map +1 -0
- package/lib/model/patch-prohibit-instruction.d.ts +35 -0
- package/lib/model/patch-prohibit-instruction.js +54 -0
- package/lib/model/patch-prohibit-instruction.js.map +1 -0
- package/lib/model/patch-pull-request-details.d.ts +26 -0
- package/lib/model/patch-pull-request-details.js +61 -0
- package/lib/model/patch-pull-request-details.js.map +1 -0
- package/lib/model/patch-remove-instruction.d.ts +26 -0
- package/lib/model/patch-remove-instruction.js +54 -0
- package/lib/model/patch-remove-instruction.js.map +1 -0
- package/lib/model/patch-replace-instruction.d.ts +32 -0
- package/lib/model/patch-replace-instruction.js +54 -0
- package/lib/model/patch-replace-instruction.js.map +1 -0
- package/lib/model/patch-require-instruction.d.ts +34 -0
- package/lib/model/patch-require-instruction.js +54 -0
- package/lib/model/patch-require-instruction.js.map +1 -0
- package/lib/model/principal-details.d.ts +58 -0
- package/lib/model/principal-details.js +52 -0
- package/lib/model/principal-details.js.map +1 -0
- package/lib/model/project-notification-preference.d.ts +43 -0
- package/lib/model/project-notification-preference.js +40 -0
- package/lib/model/project-notification-preference.js.map +1 -0
- package/lib/model/project-repository-settings.d.ts +24 -0
- package/lib/model/project-repository-settings.js +63 -0
- package/lib/model/project-repository-settings.js.map +1 -0
- package/lib/model/protected-branch-collection.d.ts +26 -0
- package/lib/model/protected-branch-collection.js +61 -0
- package/lib/model/protected-branch-collection.js.map +1 -0
- package/lib/model/protected-branch-summary.d.ts +60 -0
- package/lib/model/protected-branch-summary.js +39 -0
- package/lib/model/protected-branch-summary.js.map +1 -0
- package/lib/model/protected-branch.d.ts +52 -0
- package/lib/model/protected-branch.js +39 -0
- package/lib/model/protected-branch.js.map +1 -0
- package/lib/model/protection-level.d.ts +31 -0
- package/lib/model/protection-level.js +42 -0
- package/lib/model/protection-level.js.map +1 -0
- package/lib/model/pull-request-activity-collection.d.ts +26 -0
- package/lib/model/pull-request-activity-collection.js +61 -0
- package/lib/model/pull-request-activity-collection.js.map +1 -0
- package/lib/model/pull-request-activity-summary.d.ts +36 -0
- package/lib/model/pull-request-activity-summary.js +90 -0
- package/lib/model/pull-request-activity-summary.js.map +1 -0
- package/lib/model/pull-request-attachment-collection.d.ts +26 -0
- package/lib/model/pull-request-attachment-collection.js +61 -0
- package/lib/model/pull-request-attachment-collection.js.map +1 -0
- package/lib/model/pull-request-attachment-summary.d.ts +39 -0
- package/lib/model/pull-request-attachment-summary.js +55 -0
- package/lib/model/pull-request-attachment-summary.js.map +1 -0
- package/lib/model/pull-request-attachment.d.ts +39 -0
- package/lib/model/pull-request-attachment.js +55 -0
- package/lib/model/pull-request-attachment.js.map +1 -0
- package/lib/model/pull-request-author-collection.d.ts +26 -0
- package/lib/model/pull-request-author-collection.js +61 -0
- package/lib/model/pull-request-author-collection.js.map +1 -0
- package/lib/model/pull-request-author-summary.d.ts +23 -0
- package/lib/model/pull-request-author-summary.js +57 -0
- package/lib/model/pull-request-author-summary.js.map +1 -0
- package/lib/model/pull-request-change-summary-metrics.d.ts +33 -0
- package/lib/model/pull-request-change-summary-metrics.js +29 -0
- package/lib/model/pull-request-change-summary-metrics.js.map +1 -0
- package/lib/model/pull-request-collection.d.ts +26 -0
- package/lib/model/pull-request-collection.js +61 -0
- package/lib/model/pull-request-collection.js.map +1 -0
- package/lib/model/pull-request-comment-collection.d.ts +26 -0
- package/lib/model/pull-request-comment-collection.js +61 -0
- package/lib/model/pull-request-comment-collection.js.map +1 -0
- package/lib/model/pull-request-comment-like-collection.d.ts +30 -0
- package/lib/model/pull-request-comment-like-collection.js +61 -0
- package/lib/model/pull-request-comment-like-collection.js.map +1 -0
- package/lib/model/pull-request-comment-summary.d.ts +77 -0
- package/lib/model/pull-request-comment-summary.js +75 -0
- package/lib/model/pull-request-comment-summary.js.map +1 -0
- package/lib/model/pull-request-comment.d.ts +104 -0
- package/lib/model/pull-request-comment.js +105 -0
- package/lib/model/pull-request-comment.js.map +1 -0
- package/lib/model/pull-request-file-change-collection.d.ts +26 -0
- package/lib/model/pull-request-file-change-collection.js +61 -0
- package/lib/model/pull-request-file-change-collection.js.map +1 -0
- package/lib/model/pull-request-file-change-summary.d.ts +83 -0
- package/lib/model/pull-request-file-change-summary.js +29 -0
- package/lib/model/pull-request-file-change-summary.js.map +1 -0
- package/lib/model/pull-request-lifecycle-activity-summary.d.ts +39 -0
- package/lib/model/pull-request-lifecycle-activity-summary.js +66 -0
- package/lib/model/pull-request-lifecycle-activity-summary.js.map +1 -0
- package/lib/model/pull-request-notification-preference.d.ts +43 -0
- package/lib/model/pull-request-notification-preference.js +40 -0
- package/lib/model/pull-request-notification-preference.js.map +1 -0
- package/lib/model/pull-request-summary.d.ts +109 -0
- package/lib/model/pull-request-summary.js +55 -0
- package/lib/model/pull-request-summary.js.map +1 -0
- package/lib/model/pull-request.d.ts +140 -0
- package/lib/model/pull-request.js +102 -0
- package/lib/model/pull-request.js.map +1 -0
- package/lib/model/repository-analytics-details.d.ts +67 -0
- package/lib/model/repository-analytics-details.js +54 -0
- package/lib/model/repository-analytics-details.js.map +1 -0
- package/lib/model/repository-metric-aggregation.d.ts +26 -0
- package/lib/model/repository-metric-aggregation.js +61 -0
- package/lib/model/repository-metric-aggregation.js.map +1 -0
- package/lib/model/repository-metric-summary.d.ts +50 -0
- package/lib/model/repository-metric-summary.js +29 -0
- package/lib/model/repository-metric-summary.js.map +1 -0
- package/lib/model/repository-notification-preference.d.ts +44 -0
- package/lib/model/repository-notification-preference.js +41 -0
- package/lib/model/repository-notification-preference.js.map +1 -0
- package/lib/model/repository-settings.d.ts +25 -0
- package/lib/model/repository-settings.js +67 -0
- package/lib/model/repository-settings.js.map +1 -0
- package/lib/model/repository-summary.d.ts +5 -0
- package/lib/model/repository-summary.js.map +1 -1
- package/lib/model/repository.d.ts +7 -0
- package/lib/model/repository.js +2 -0
- package/lib/model/repository.js.map +1 -1
- package/lib/model/review-pull-request-details.d.ts +29 -0
- package/lib/model/review-pull-request-details.js +34 -0
- package/lib/model/review-pull-request-details.js.map +1 -0
- package/lib/model/reviewer-activity-summary.d.ts +32 -0
- package/lib/model/reviewer-activity-summary.js +76 -0
- package/lib/model/reviewer-activity-summary.js.map +1 -0
- package/lib/model/reviewer.d.ts +71 -0
- package/lib/model/reviewer.js +62 -0
- package/lib/model/reviewer.js.map +1 -0
- package/lib/model/stage-output.d.ts +26 -0
- package/lib/model/stage-output.js +72 -0
- package/lib/model/stage-output.js.map +1 -0
- package/lib/model/summarize-project-repository-analytics-details.d.ts +67 -0
- package/lib/model/summarize-project-repository-analytics-details.js +54 -0
- package/lib/model/summarize-project-repository-analytics-details.js.map +1 -0
- package/lib/model/summarize-repository-analytics-details.d.ts +67 -0
- package/lib/model/summarize-repository-analytics-details.js +54 -0
- package/lib/model/summarize-repository-analytics-details.js.map +1 -0
- package/lib/model/sync-repository-details.d.ts +29 -0
- package/lib/model/sync-repository-details.js +29 -0
- package/lib/model/sync-repository-details.js.map +1 -0
- package/lib/model/test-report-output.d.ts +28 -0
- package/lib/model/test-report-output.js +52 -0
- package/lib/model/test-report-output.js.map +1 -0
- package/lib/model/update-approval-rule-details-collection.d.ts +26 -0
- package/lib/model/update-approval-rule-details-collection.js +61 -0
- package/lib/model/update-approval-rule-details-collection.js.map +1 -0
- package/lib/model/update-approval-rule-details.d.ts +38 -0
- package/lib/model/update-approval-rule-details.js +61 -0
- package/lib/model/update-approval-rule-details.js.map +1 -0
- package/lib/model/update-project-notification-preference-details.d.ts +25 -0
- package/lib/model/update-project-notification-preference-details.js +29 -0
- package/lib/model/update-project-notification-preference-details.js.map +1 -0
- package/lib/model/update-project-repository-settings-details.d.ts +24 -0
- package/lib/model/update-project-repository-settings-details.js +63 -0
- package/lib/model/update-project-repository-settings-details.js.map +1 -0
- package/lib/model/update-pull-request-comment-details.d.ts +25 -0
- package/lib/model/update-pull-request-comment-details.js +29 -0
- package/lib/model/update-pull-request-comment-details.js.map +1 -0
- package/lib/model/update-pull-request-details.d.ts +52 -0
- package/lib/model/update-pull-request-details.js +61 -0
- package/lib/model/update-pull-request-details.js.map +1 -0
- package/lib/model/update-pull-request-notification-preference-details.d.ts +25 -0
- package/lib/model/update-pull-request-notification-preference-details.js +29 -0
- package/lib/model/update-pull-request-notification-preference-details.js.map +1 -0
- package/lib/model/update-repository-details.d.ts +1 -0
- package/lib/model/update-repository-details.js.map +1 -1
- package/lib/model/update-repository-notification-preference-details.d.ts +25 -0
- package/lib/model/update-repository-notification-preference-details.js +29 -0
- package/lib/model/update-repository-notification-preference-details.js.map +1 -0
- package/lib/model/update-repository-settings-details.d.ts +25 -0
- package/lib/model/update-repository-settings-details.js +67 -0
- package/lib/model/update-repository-settings-details.js.map +1 -0
- package/lib/model/update-reviewer-details.d.ts +25 -0
- package/lib/model/update-reviewer-details.js +29 -0
- package/lib/model/update-reviewer-details.js.map +1 -0
- package/lib/model/validate-merge-pull-request-details.d.ts +24 -0
- package/lib/model/validate-merge-pull-request-details.js +54 -0
- package/lib/model/validate-merge-pull-request-details.js.map +1 -0
- package/lib/request/create-or-update-git-ref-request.d.ts +39 -0
- package/lib/request/create-or-update-git-ref-request.js +15 -0
- package/lib/request/create-or-update-git-ref-request.js.map +1 -0
- package/lib/request/create-or-update-protected-branch-request.d.ts +39 -0
- package/lib/request/create-or-update-protected-branch-request.js +15 -0
- package/lib/request/create-or-update-protected-branch-request.js.map +1 -0
- package/lib/request/create-pull-request-attachment-request.d.ts +40 -0
- package/lib/request/create-pull-request-attachment-request.js +15 -0
- package/lib/request/create-pull-request-attachment-request.js.map +1 -0
- package/lib/request/create-pull-request-comment-request.d.ts +35 -0
- package/lib/request/create-pull-request-comment-request.js +15 -0
- package/lib/request/create-pull-request-comment-request.js.map +1 -0
- package/lib/request/create-pull-request-request.d.ts +31 -0
- package/lib/request/create-pull-request-request.js +15 -0
- package/lib/request/create-pull-request-request.js.map +1 -0
- package/lib/request/decline-pull-request-request.d.ts +30 -0
- package/lib/request/decline-pull-request-request.js +15 -0
- package/lib/request/decline-pull-request-request.js.map +1 -0
- package/lib/request/delete-git-ref-request.d.ts +39 -0
- package/lib/request/delete-git-ref-request.js +15 -0
- package/lib/request/delete-git-ref-request.js.map +1 -0
- package/lib/request/delete-project-repository-settings-request.d.ts +34 -0
- package/lib/request/delete-project-repository-settings-request.js +15 -0
- package/lib/request/delete-project-repository-settings-request.js.map +1 -0
- package/lib/request/delete-protected-branch-request.d.ts +39 -0
- package/lib/request/delete-protected-branch-request.js +15 -0
- package/lib/request/delete-protected-branch-request.js.map +1 -0
- package/lib/request/delete-pull-request-attachment-request.d.ts +34 -0
- package/lib/request/delete-pull-request-attachment-request.js +15 -0
- package/lib/request/delete-pull-request-attachment-request.js.map +1 -0
- package/lib/request/delete-pull-request-comment-request.d.ts +34 -0
- package/lib/request/delete-pull-request-comment-request.js +15 -0
- package/lib/request/delete-pull-request-comment-request.js.map +1 -0
- package/lib/request/delete-pull-request-request.d.ts +30 -0
- package/lib/request/delete-pull-request-request.js +15 -0
- package/lib/request/delete-pull-request-request.js.map +1 -0
- package/lib/request/delete-repository-settings-request.d.ts +34 -0
- package/lib/request/delete-repository-settings-request.js +15 -0
- package/lib/request/delete-repository-settings-request.js.map +1 -0
- package/lib/request/get-commit-diff-request.d.ts +4 -0
- package/lib/request/get-project-notification-preference-request.d.ts +30 -0
- package/lib/request/get-project-notification-preference-request.js +15 -0
- package/lib/request/get-project-notification-preference-request.js.map +1 -0
- package/lib/request/get-project-repository-settings-request.d.ts +26 -0
- package/lib/request/get-project-repository-settings-request.js +15 -0
- package/lib/request/get-project-repository-settings-request.js.map +1 -0
- package/lib/request/get-pull-request-attachment-content-request.d.ts +30 -0
- package/lib/request/get-pull-request-attachment-content-request.js +15 -0
- package/lib/request/get-pull-request-attachment-content-request.js.map +1 -0
- package/lib/request/get-pull-request-attachment-request.d.ts +30 -0
- package/lib/request/get-pull-request-attachment-request.js +15 -0
- package/lib/request/get-pull-request-attachment-request.js.map +1 -0
- package/lib/request/get-pull-request-change-summary-metrics-request.d.ts +26 -0
- package/lib/request/get-pull-request-change-summary-metrics-request.js +15 -0
- package/lib/request/get-pull-request-change-summary-metrics-request.js.map +1 -0
- package/lib/request/get-pull-request-comment-request.d.ts +30 -0
- package/lib/request/get-pull-request-comment-request.js +15 -0
- package/lib/request/get-pull-request-comment-request.js.map +1 -0
- package/lib/request/get-pull-request-notification-preference-request.d.ts +30 -0
- package/lib/request/get-pull-request-notification-preference-request.js +15 -0
- package/lib/request/get-pull-request-notification-preference-request.js.map +1 -0
- package/lib/request/get-pull-request-request.d.ts +26 -0
- package/lib/request/get-pull-request-request.js +15 -0
- package/lib/request/get-pull-request-request.js.map +1 -0
- package/lib/request/get-repository-notification-preference-request.d.ts +30 -0
- package/lib/request/get-repository-notification-preference-request.js +15 -0
- package/lib/request/get-repository-notification-preference-request.js.map +1 -0
- package/lib/request/get-repository-settings-request.d.ts +26 -0
- package/lib/request/get-repository-settings-request.js +15 -0
- package/lib/request/get-repository-settings-request.js.map +1 -0
- package/lib/request/index.d.ts +104 -0
- package/lib/request/index.js +19 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/like-pull-request-comment-request.d.ts +34 -0
- package/lib/request/like-pull-request-comment-request.js +15 -0
- package/lib/request/like-pull-request-comment-request.js.map +1 -0
- package/lib/request/list-build-run-snapshots-request.d.ts +62 -0
- package/lib/request/list-build-run-snapshots-request.js +24 -0
- package/lib/request/list-build-run-snapshots-request.js.map +1 -0
- package/lib/request/list-commit-diffs-request.d.ts +4 -0
- package/lib/request/list-fork-sync-statuses-request.d.ts +34 -0
- package/lib/request/list-fork-sync-statuses-request.js +15 -0
- package/lib/request/list-fork-sync-statuses-request.js.map +1 -0
- package/lib/request/list-project-commit-analytics-authors-request.d.ts +49 -0
- package/lib/request/list-project-commit-analytics-authors-request.js +23 -0
- package/lib/request/list-project-commit-analytics-authors-request.js.map +1 -0
- package/lib/request/list-protected-branches-request.d.ts +53 -0
- package/lib/request/list-protected-branches-request.js +23 -0
- package/lib/request/list-protected-branches-request.js.map +1 -0
- package/lib/request/list-pull-request-activities-request.d.ts +53 -0
- package/lib/request/list-pull-request-activities-request.js +27 -0
- package/lib/request/list-pull-request-activities-request.js.map +1 -0
- package/lib/request/list-pull-request-attachments-request.d.ts +59 -0
- package/lib/request/list-pull-request-attachments-request.js +25 -0
- package/lib/request/list-pull-request-attachments-request.js.map +1 -0
- package/lib/request/list-pull-request-authors-request.d.ts +39 -0
- package/lib/request/list-pull-request-authors-request.js +15 -0
- package/lib/request/list-pull-request-authors-request.js.map +1 -0
- package/lib/request/list-pull-request-comments-request.d.ts +66 -0
- package/lib/request/list-pull-request-comments-request.js +24 -0
- package/lib/request/list-pull-request-comments-request.js.map +1 -0
- package/lib/request/list-pull-request-commits-request.d.ts +34 -0
- package/lib/request/list-pull-request-commits-request.js +15 -0
- package/lib/request/list-pull-request-commits-request.js.map +1 -0
- package/lib/request/list-pull-request-file-changes-request.d.ts +38 -0
- package/lib/request/list-pull-request-file-changes-request.js +15 -0
- package/lib/request/list-pull-request-file-changes-request.js.map +1 -0
- package/lib/request/list-pull-requests-request.d.ts +89 -0
- package/lib/request/list-pull-requests-request.js +24 -0
- package/lib/request/list-pull-requests-request.js.map +1 -0
- package/lib/request/list-repository-commit-analytics-authors-request.d.ts +49 -0
- package/lib/request/list-repository-commit-analytics-authors-request.js +23 -0
- package/lib/request/list-repository-commit-analytics-authors-request.js.map +1 -0
- package/lib/request/merge-pull-request-request.d.ts +39 -0
- package/lib/request/merge-pull-request-request.js +15 -0
- package/lib/request/merge-pull-request-request.js.map +1 -0
- package/lib/request/patch-pull-request-request.d.ts +35 -0
- package/lib/request/patch-pull-request-request.js +15 -0
- package/lib/request/patch-pull-request-request.js.map +1 -0
- package/lib/request/reopen-pull-request-request.d.ts +30 -0
- package/lib/request/reopen-pull-request-request.js +15 -0
- package/lib/request/reopen-pull-request-request.js.map +1 -0
- package/lib/request/review-pull-request-request.d.ts +39 -0
- package/lib/request/review-pull-request-request.js +15 -0
- package/lib/request/review-pull-request-request.js.map +1 -0
- package/lib/request/summarize-project-repository-analytics-request.d.ts +39 -0
- package/lib/request/summarize-project-repository-analytics-request.js +15 -0
- package/lib/request/summarize-project-repository-analytics-request.js.map +1 -0
- package/lib/request/summarize-repository-analytics-request.d.ts +39 -0
- package/lib/request/summarize-repository-analytics-request.js +15 -0
- package/lib/request/summarize-repository-analytics-request.js.map +1 -0
- package/lib/request/sync-repository-request.d.ts +51 -0
- package/lib/request/sync-repository-request.js +24 -0
- package/lib/request/sync-repository-request.js.map +1 -0
- package/lib/request/unlike-pull-request-comment-request.d.ts +34 -0
- package/lib/request/unlike-pull-request-comment-request.js +15 -0
- package/lib/request/unlike-pull-request-comment-request.js.map +1 -0
- package/lib/request/unsubscribe-pull-request-request.d.ts +34 -0
- package/lib/request/unsubscribe-pull-request-request.js +15 -0
- package/lib/request/unsubscribe-pull-request-request.js.map +1 -0
- package/lib/request/update-project-notification-preference-request.d.ts +39 -0
- package/lib/request/update-project-notification-preference-request.js +15 -0
- package/lib/request/update-project-notification-preference-request.js.map +1 -0
- package/lib/request/update-project-repository-settings-request.d.ts +39 -0
- package/lib/request/update-project-repository-settings-request.js +15 -0
- package/lib/request/update-project-repository-settings-request.js.map +1 -0
- package/lib/request/update-pull-request-comment-request.d.ts +39 -0
- package/lib/request/update-pull-request-comment-request.js +15 -0
- package/lib/request/update-pull-request-comment-request.js.map +1 -0
- package/lib/request/update-pull-request-notification-preference-request.d.ts +39 -0
- package/lib/request/update-pull-request-notification-preference-request.js +15 -0
- package/lib/request/update-pull-request-notification-preference-request.js.map +1 -0
- package/lib/request/update-pull-request-request.d.ts +35 -0
- package/lib/request/update-pull-request-request.js +15 -0
- package/lib/request/update-pull-request-request.js.map +1 -0
- package/lib/request/update-repository-notification-preference-request.d.ts +39 -0
- package/lib/request/update-repository-notification-preference-request.js +15 -0
- package/lib/request/update-repository-notification-preference-request.js.map +1 -0
- package/lib/request/update-repository-settings-request.d.ts +39 -0
- package/lib/request/update-repository-settings-request.js +15 -0
- package/lib/request/update-repository-settings-request.js.map +1 -0
- package/lib/response/create-or-update-git-ref-response.d.ts +35 -0
- package/lib/response/create-or-update-git-ref-response.js +15 -0
- package/lib/response/create-or-update-git-ref-response.js.map +1 -0
- package/lib/response/create-or-update-protected-branch-response.d.ts +31 -0
- package/lib/response/create-or-update-protected-branch-response.js +15 -0
- package/lib/response/create-or-update-protected-branch-response.js.map +1 -0
- package/lib/response/create-pull-request-attachment-response.d.ts +35 -0
- package/lib/response/create-pull-request-attachment-response.js +15 -0
- package/lib/response/create-pull-request-attachment-response.js.map +1 -0
- package/lib/response/create-pull-request-comment-response.d.ts +27 -0
- package/lib/response/create-pull-request-comment-response.js +15 -0
- package/lib/response/create-pull-request-comment-response.js.map +1 -0
- package/lib/response/create-pull-request-response.d.ts +39 -0
- package/lib/response/create-pull-request-response.js +15 -0
- package/lib/response/create-pull-request-response.js.map +1 -0
- package/lib/response/decline-pull-request-response.d.ts +31 -0
- package/lib/response/decline-pull-request-response.js +15 -0
- package/lib/response/decline-pull-request-response.js.map +1 -0
- package/lib/response/delete-git-ref-response.d.ts +22 -0
- package/lib/response/delete-git-ref-response.js +15 -0
- package/lib/response/delete-git-ref-response.js.map +1 -0
- package/lib/response/delete-project-repository-settings-response.d.ts +18 -0
- package/lib/response/delete-project-repository-settings-response.js +15 -0
- package/lib/response/delete-project-repository-settings-response.js.map +1 -0
- package/lib/response/delete-protected-branch-response.d.ts +18 -0
- package/lib/response/delete-protected-branch-response.js +15 -0
- package/lib/response/delete-protected-branch-response.js.map +1 -0
- package/lib/response/delete-pull-request-attachment-response.d.ts +18 -0
- package/lib/response/delete-pull-request-attachment-response.js +15 -0
- package/lib/response/delete-pull-request-attachment-response.js.map +1 -0
- package/lib/response/delete-pull-request-comment-response.d.ts +18 -0
- package/lib/response/delete-pull-request-comment-response.js +15 -0
- package/lib/response/delete-pull-request-comment-response.js.map +1 -0
- package/lib/response/delete-pull-request-response.d.ts +18 -0
- package/lib/response/delete-pull-request-response.js +15 -0
- package/lib/response/delete-pull-request-response.js.map +1 -0
- package/lib/response/delete-repository-settings-response.d.ts +18 -0
- package/lib/response/delete-repository-settings-response.js +15 -0
- package/lib/response/delete-repository-settings-response.js.map +1 -0
- package/lib/response/get-project-notification-preference-response.d.ts +27 -0
- package/lib/response/get-project-notification-preference-response.js +15 -0
- package/lib/response/get-project-notification-preference-response.js.map +1 -0
- package/lib/response/get-project-repository-settings-response.d.ts +27 -0
- package/lib/response/get-project-repository-settings-response.js +15 -0
- package/lib/response/get-project-repository-settings-response.js.map +1 -0
- package/lib/response/get-pull-request-attachment-content-response.d.ts +28 -0
- package/lib/response/get-pull-request-attachment-content-response.js +15 -0
- package/lib/response/get-pull-request-attachment-content-response.js.map +1 -0
- package/lib/response/get-pull-request-attachment-response.d.ts +27 -0
- package/lib/response/get-pull-request-attachment-response.js +15 -0
- package/lib/response/get-pull-request-attachment-response.js.map +1 -0
- package/lib/response/get-pull-request-change-summary-metrics-response.d.ts +23 -0
- package/lib/response/get-pull-request-change-summary-metrics-response.js +15 -0
- package/lib/response/get-pull-request-change-summary-metrics-response.js.map +1 -0
- package/lib/response/get-pull-request-comment-response.d.ts +27 -0
- package/lib/response/get-pull-request-comment-response.js +15 -0
- package/lib/response/get-pull-request-comment-response.js.map +1 -0
- package/lib/response/get-pull-request-notification-preference-response.d.ts +27 -0
- package/lib/response/get-pull-request-notification-preference-response.js +15 -0
- package/lib/response/get-pull-request-notification-preference-response.js.map +1 -0
- package/lib/response/get-pull-request-response.d.ts +27 -0
- package/lib/response/get-pull-request-response.js +15 -0
- package/lib/response/get-pull-request-response.js.map +1 -0
- package/lib/response/get-repository-notification-preference-response.d.ts +27 -0
- package/lib/response/get-repository-notification-preference-response.js +15 -0
- package/lib/response/get-repository-notification-preference-response.js.map +1 -0
- package/lib/response/get-repository-settings-response.d.ts +27 -0
- package/lib/response/get-repository-settings-response.js +15 -0
- package/lib/response/get-repository-settings-response.js.map +1 -0
- package/lib/response/index.d.ts +104 -0
- package/lib/response/like-pull-request-comment-response.d.ts +27 -0
- package/lib/response/like-pull-request-comment-response.js +15 -0
- package/lib/response/like-pull-request-comment-response.js.map +1 -0
- package/lib/response/list-build-run-snapshots-response.d.ts +27 -0
- package/lib/response/list-build-run-snapshots-response.js +15 -0
- package/lib/response/list-build-run-snapshots-response.js.map +1 -0
- package/lib/response/list-fork-sync-statuses-response.d.ts +27 -0
- package/lib/response/list-fork-sync-statuses-response.js +15 -0
- package/lib/response/list-fork-sync-statuses-response.js.map +1 -0
- package/lib/response/list-project-commit-analytics-authors-response.d.ts +27 -0
- package/lib/response/list-project-commit-analytics-authors-response.js +15 -0
- package/lib/response/list-project-commit-analytics-authors-response.js.map +1 -0
- package/lib/response/list-protected-branches-response.d.ts +27 -0
- package/lib/response/list-protected-branches-response.js +15 -0
- package/lib/response/list-protected-branches-response.js.map +1 -0
- package/lib/response/list-pull-request-activities-response.d.ts +27 -0
- package/lib/response/list-pull-request-activities-response.js +15 -0
- package/lib/response/list-pull-request-activities-response.js.map +1 -0
- package/lib/response/list-pull-request-attachments-response.d.ts +27 -0
- package/lib/response/list-pull-request-attachments-response.js +15 -0
- package/lib/response/list-pull-request-attachments-response.js.map +1 -0
- package/lib/response/list-pull-request-authors-response.d.ts +27 -0
- package/lib/response/list-pull-request-authors-response.js +15 -0
- package/lib/response/list-pull-request-authors-response.js.map +1 -0
- package/lib/response/list-pull-request-comments-response.d.ts +27 -0
- package/lib/response/list-pull-request-comments-response.js +15 -0
- package/lib/response/list-pull-request-comments-response.js.map +1 -0
- package/lib/response/list-pull-request-commits-response.d.ts +27 -0
- package/lib/response/list-pull-request-commits-response.js +15 -0
- package/lib/response/list-pull-request-commits-response.js.map +1 -0
- package/lib/response/list-pull-request-file-changes-response.d.ts +27 -0
- package/lib/response/list-pull-request-file-changes-response.js +15 -0
- package/lib/response/list-pull-request-file-changes-response.js.map +1 -0
- package/lib/response/list-pull-requests-response.d.ts +27 -0
- package/lib/response/list-pull-requests-response.js +15 -0
- package/lib/response/list-pull-requests-response.js.map +1 -0
- package/lib/response/list-repository-commit-analytics-authors-response.d.ts +27 -0
- package/lib/response/list-repository-commit-analytics-authors-response.js +15 -0
- package/lib/response/list-repository-commit-analytics-authors-response.js.map +1 -0
- package/lib/response/merge-pull-request-response.d.ts +35 -0
- package/lib/response/merge-pull-request-response.js +15 -0
- package/lib/response/merge-pull-request-response.js.map +1 -0
- package/lib/response/patch-pull-request-response.d.ts +31 -0
- package/lib/response/patch-pull-request-response.js +15 -0
- package/lib/response/patch-pull-request-response.js.map +1 -0
- package/lib/response/reopen-pull-request-response.d.ts +31 -0
- package/lib/response/reopen-pull-request-response.js +15 -0
- package/lib/response/reopen-pull-request-response.js.map +1 -0
- package/lib/response/review-pull-request-response.d.ts +31 -0
- package/lib/response/review-pull-request-response.js +15 -0
- package/lib/response/review-pull-request-response.js.map +1 -0
- package/lib/response/summarize-project-repository-analytics-response.d.ts +27 -0
- package/lib/response/summarize-project-repository-analytics-response.js +15 -0
- package/lib/response/summarize-project-repository-analytics-response.js.map +1 -0
- package/lib/response/summarize-repository-analytics-response.d.ts +27 -0
- package/lib/response/summarize-repository-analytics-response.js +15 -0
- package/lib/response/summarize-repository-analytics-response.js.map +1 -0
- package/lib/response/sync-repository-response.d.ts +22 -0
- package/lib/response/sync-repository-response.js +15 -0
- package/lib/response/sync-repository-response.js.map +1 -0
- package/lib/response/unlike-pull-request-comment-response.d.ts +27 -0
- package/lib/response/unlike-pull-request-comment-response.js +15 -0
- package/lib/response/unlike-pull-request-comment-response.js.map +1 -0
- package/lib/response/unsubscribe-pull-request-response.d.ts +32 -0
- package/lib/response/unsubscribe-pull-request-response.js +15 -0
- package/lib/response/unsubscribe-pull-request-response.js.map +1 -0
- package/lib/response/update-project-notification-preference-response.d.ts +31 -0
- package/lib/response/update-project-notification-preference-response.js +15 -0
- package/lib/response/update-project-notification-preference-response.js.map +1 -0
- package/lib/response/update-project-repository-settings-response.d.ts +31 -0
- package/lib/response/update-project-repository-settings-response.js +15 -0
- package/lib/response/update-project-repository-settings-response.js.map +1 -0
- package/lib/response/update-pull-request-comment-response.d.ts +27 -0
- package/lib/response/update-pull-request-comment-response.js +15 -0
- package/lib/response/update-pull-request-comment-response.js.map +1 -0
- package/lib/response/update-pull-request-notification-preference-response.d.ts +31 -0
- package/lib/response/update-pull-request-notification-preference-response.js +15 -0
- package/lib/response/update-pull-request-notification-preference-response.js.map +1 -0
- package/lib/response/update-pull-request-response.d.ts +35 -0
- package/lib/response/update-pull-request-response.js +15 -0
- package/lib/response/update-pull-request-response.js.map +1 -0
- package/lib/response/update-repository-notification-preference-response.d.ts +31 -0
- package/lib/response/update-repository-notification-preference-response.js +15 -0
- package/lib/response/update-repository-notification-preference-response.js.map +1 -0
- package/lib/response/update-repository-settings-response.d.ts +31 -0
- package/lib/response/update-repository-settings-response.js +15 -0
- package/lib/response/update-repository-settings-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,61 @@
|
|
|
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.MergeSettings = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MergeSettings;
|
|
37
|
+
(function (MergeSettings) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"allowedMergeStrategies": obj.allowedMergeStrategies
|
|
41
|
+
? obj.allowedMergeStrategies.map(item => {
|
|
42
|
+
return model.MergeStrategy.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MergeSettings.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"allowedMergeStrategies": obj.allowedMergeStrategies
|
|
52
|
+
? obj.allowedMergeStrategies.map(item => {
|
|
53
|
+
return model.MergeStrategy.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MergeSettings.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MergeSettings = exports.MergeSettings || (exports.MergeSettings = {}));
|
|
61
|
+
//# sourceMappingURL=merge-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"merge-settings.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/merge-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,aAAa,CA6B7B;AA7BD,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpC,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,wBAAwB,EAAE,GAAG,CAAC,sBAAsB;gBAClD,CAAC,CAAC,GAAG,CAAC,sBAAsB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpC,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA6B7B"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* Merge strategies which can be enabled or disabled for a repository or project.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum MergeStrategy {
|
|
17
|
+
MergeCommit = "MERGE_COMMIT",
|
|
18
|
+
FastForward = "FAST_FORWARD",
|
|
19
|
+
FastForwardOnly = "FAST_FORWARD_ONLY",
|
|
20
|
+
RebaseAndMerge = "REBASE_AND_MERGE",
|
|
21
|
+
RebaseAndFastForward = "REBASE_AND_FAST_FORWARD",
|
|
22
|
+
Squash = "SQUASH",
|
|
23
|
+
SquashFastForwardOnly = "SQUASH_FAST_FORWARD_ONLY",
|
|
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
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
29
|
+
}
|
|
30
|
+
export declare namespace MergeStrategy {
|
|
31
|
+
function getJsonObj(obj: MergeStrategy): MergeStrategy;
|
|
32
|
+
function getDeserializedJsonObj(obj: MergeStrategy): MergeStrategy;
|
|
33
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.MergeStrategy = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Merge strategies which can be enabled or disabled for a repository or project.
|
|
18
|
+
**/
|
|
19
|
+
var MergeStrategy;
|
|
20
|
+
(function (MergeStrategy) {
|
|
21
|
+
MergeStrategy["MergeCommit"] = "MERGE_COMMIT";
|
|
22
|
+
MergeStrategy["FastForward"] = "FAST_FORWARD";
|
|
23
|
+
MergeStrategy["FastForwardOnly"] = "FAST_FORWARD_ONLY";
|
|
24
|
+
MergeStrategy["RebaseAndMerge"] = "REBASE_AND_MERGE";
|
|
25
|
+
MergeStrategy["RebaseAndFastForward"] = "REBASE_AND_FAST_FORWARD";
|
|
26
|
+
MergeStrategy["Squash"] = "SQUASH";
|
|
27
|
+
MergeStrategy["SquashFastForwardOnly"] = "SQUASH_FAST_FORWARD_ONLY";
|
|
28
|
+
/**
|
|
29
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
30
|
+
* version of the SDK.
|
|
31
|
+
*/
|
|
32
|
+
MergeStrategy["UnknownValue"] = "UNKNOWN_VALUE";
|
|
33
|
+
})(MergeStrategy = exports.MergeStrategy || (exports.MergeStrategy = {}));
|
|
34
|
+
(function (MergeStrategy) {
|
|
35
|
+
function getJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
MergeStrategy.getJsonObj = getJsonObj;
|
|
39
|
+
function getDeserializedJsonObj(obj) {
|
|
40
|
+
return obj;
|
|
41
|
+
}
|
|
42
|
+
MergeStrategy.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(MergeStrategy = exports.MergeStrategy || (exports.MergeStrategy = {}));
|
|
44
|
+
//# sourceMappingURL=merge-strategy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"merge-strategy.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/merge-strategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAcX;AAdD,WAAY,aAAa;IACvB,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,sDAAqC,CAAA;IACrC,oDAAmC,CAAA;IACnC,iEAAgD,CAAA;IAChD,kCAAiB,CAAA;IACjB,mEAAkD,CAAA;IAElD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAdW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAcxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
* The metric type:
|
|
15
|
+
* COMMITS - Represents the number of commits.
|
|
16
|
+
* LINES_ADDED - Represents the number of lines of code added.
|
|
17
|
+
* LINES_DELETED - Represents the number of lines of code deleted.
|
|
18
|
+
* PULL_REQUEST_CREATED - Represents the number of pull requests which is in created/ open state.
|
|
19
|
+
* PULL_REQUEST_MERGED - Represents the number of pull requests which is in merging/ merged state.
|
|
20
|
+
* PULL_REQUEST_DECLINED - Represents the number of pull requests which is in declined state.
|
|
21
|
+
* PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS - Represents the time from when a pull request is created to the first comment on the pull request.
|
|
22
|
+
* PULL_REQUEST_REVIEW_DURATION_IN_DAYS - Represents the time from the first comment on the pull request to when the pull request is merged or closed.
|
|
23
|
+
* PULL_REQUEST_APPROVED - Represents the number of pull requests which is approved by the user when the pull request is merged.
|
|
24
|
+
* PULL_REQUEST_REVIEWED - Represents the number of pull requests which has been commented on.
|
|
25
|
+
* PULL_REQUEST_COMMENTS - Represents the total number of comments given across different pull requests.
|
|
26
|
+
*
|
|
27
|
+
**/
|
|
28
|
+
export declare enum MetricName {
|
|
29
|
+
Commits = "COMMITS",
|
|
30
|
+
LinesAdded = "LINES_ADDED",
|
|
31
|
+
LinesDeleted = "LINES_DELETED",
|
|
32
|
+
PullRequestCreated = "PULL_REQUEST_CREATED",
|
|
33
|
+
PullRequestMerged = "PULL_REQUEST_MERGED",
|
|
34
|
+
PullRequestDeclined = "PULL_REQUEST_DECLINED",
|
|
35
|
+
PullRequestReviewStartDurationInDays = "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS",
|
|
36
|
+
PullRequestReviewDurationInDays = "PULL_REQUEST_REVIEW_DURATION_IN_DAYS",
|
|
37
|
+
PullRequestApproved = "PULL_REQUEST_APPROVED",
|
|
38
|
+
PullRequestReviewed = "PULL_REQUEST_REVIEWED",
|
|
39
|
+
PullRequestComments = "PULL_REQUEST_COMMENTS",
|
|
40
|
+
/**
|
|
41
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
42
|
+
* version of the SDK.
|
|
43
|
+
*/
|
|
44
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
45
|
+
}
|
|
46
|
+
export declare namespace MetricName {
|
|
47
|
+
function getJsonObj(obj: MetricName): MetricName;
|
|
48
|
+
function getDeserializedJsonObj(obj: MetricName): MetricName;
|
|
49
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.MetricName = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The metric type:
|
|
18
|
+
* COMMITS - Represents the number of commits.
|
|
19
|
+
* LINES_ADDED - Represents the number of lines of code added.
|
|
20
|
+
* LINES_DELETED - Represents the number of lines of code deleted.
|
|
21
|
+
* PULL_REQUEST_CREATED - Represents the number of pull requests which is in created/ open state.
|
|
22
|
+
* PULL_REQUEST_MERGED - Represents the number of pull requests which is in merging/ merged state.
|
|
23
|
+
* PULL_REQUEST_DECLINED - Represents the number of pull requests which is in declined state.
|
|
24
|
+
* PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS - Represents the time from when a pull request is created to the first comment on the pull request.
|
|
25
|
+
* PULL_REQUEST_REVIEW_DURATION_IN_DAYS - Represents the time from the first comment on the pull request to when the pull request is merged or closed.
|
|
26
|
+
* PULL_REQUEST_APPROVED - Represents the number of pull requests which is approved by the user when the pull request is merged.
|
|
27
|
+
* PULL_REQUEST_REVIEWED - Represents the number of pull requests which has been commented on.
|
|
28
|
+
* PULL_REQUEST_COMMENTS - Represents the total number of comments given across different pull requests.
|
|
29
|
+
*
|
|
30
|
+
**/
|
|
31
|
+
var MetricName;
|
|
32
|
+
(function (MetricName) {
|
|
33
|
+
MetricName["Commits"] = "COMMITS";
|
|
34
|
+
MetricName["LinesAdded"] = "LINES_ADDED";
|
|
35
|
+
MetricName["LinesDeleted"] = "LINES_DELETED";
|
|
36
|
+
MetricName["PullRequestCreated"] = "PULL_REQUEST_CREATED";
|
|
37
|
+
MetricName["PullRequestMerged"] = "PULL_REQUEST_MERGED";
|
|
38
|
+
MetricName["PullRequestDeclined"] = "PULL_REQUEST_DECLINED";
|
|
39
|
+
MetricName["PullRequestReviewStartDurationInDays"] = "PULL_REQUEST_REVIEW_START_DURATION_IN_DAYS";
|
|
40
|
+
MetricName["PullRequestReviewDurationInDays"] = "PULL_REQUEST_REVIEW_DURATION_IN_DAYS";
|
|
41
|
+
MetricName["PullRequestApproved"] = "PULL_REQUEST_APPROVED";
|
|
42
|
+
MetricName["PullRequestReviewed"] = "PULL_REQUEST_REVIEWED";
|
|
43
|
+
MetricName["PullRequestComments"] = "PULL_REQUEST_COMMENTS";
|
|
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
|
+
MetricName["UnknownValue"] = "UNKNOWN_VALUE";
|
|
49
|
+
})(MetricName = exports.MetricName || (exports.MetricName = {}));
|
|
50
|
+
(function (MetricName) {
|
|
51
|
+
function getJsonObj(obj) {
|
|
52
|
+
return obj;
|
|
53
|
+
}
|
|
54
|
+
MetricName.getJsonObj = getJsonObj;
|
|
55
|
+
function getDeserializedJsonObj(obj) {
|
|
56
|
+
return obj;
|
|
57
|
+
}
|
|
58
|
+
MetricName.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
59
|
+
})(MetricName = exports.MetricName || (exports.MetricName = {}));
|
|
60
|
+
//# sourceMappingURL=metric-name.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metric-name.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/metric-name.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;;;;;;;;;;;IAcI;AACJ,IAAY,UAkBX;AAlBD,WAAY,UAAU;IACpB,iCAAmB,CAAA;IACnB,wCAA0B,CAAA;IAC1B,4CAA8B,CAAA;IAC9B,yDAA2C,CAAA;IAC3C,uDAAyC,CAAA;IACzC,2DAA6C,CAAA;IAC7C,iGAAmF,CAAA;IACnF,sFAAwE,CAAA;IACxE,2DAA6C,CAAA;IAC7C,2DAA6C,CAAA;IAC7C,2DAA6C,CAAA;IAE7C;;;OAGG;IACH,4CAA8B,CAAA;AAChC,CAAC,EAlBW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAkBrB;AAED,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAO1B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* ObjectStorage bucket details where artifact is located.
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectStorageGenericArtifactLocationDetails extends model.GenericArtifactLocationDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Unique namespace in the tenancy which contains the bucket
|
|
20
|
+
*/
|
|
21
|
+
"namespace": string;
|
|
22
|
+
/**
|
|
23
|
+
* Specifies the Object Storage bucket.
|
|
24
|
+
*/
|
|
25
|
+
"bucketName": string;
|
|
26
|
+
/**
|
|
27
|
+
* Specifies the name of object inside the bucket.
|
|
28
|
+
*/
|
|
29
|
+
"objectName": string;
|
|
30
|
+
/**
|
|
31
|
+
* Region identifier.
|
|
32
|
+
*/
|
|
33
|
+
"region": string;
|
|
34
|
+
"storageType": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace ObjectStorageGenericArtifactLocationDetails {
|
|
37
|
+
function getJsonObj(obj: ObjectStorageGenericArtifactLocationDetails, isParentJsonObj?: boolean): object;
|
|
38
|
+
const storageType = "OBJECT_STORAGE";
|
|
39
|
+
function getDeserializedJsonObj(obj: ObjectStorageGenericArtifactLocationDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|
|
@@ -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
|
+
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.ObjectStorageGenericArtifactLocationDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ObjectStorageGenericArtifactLocationDetails;
|
|
37
|
+
(function (ObjectStorageGenericArtifactLocationDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.GenericArtifactLocationDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
ObjectStorageGenericArtifactLocationDetails.getJsonObj = getJsonObj;
|
|
45
|
+
ObjectStorageGenericArtifactLocationDetails.storageType = "OBJECT_STORAGE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.GenericArtifactLocationDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ObjectStorageGenericArtifactLocationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(ObjectStorageGenericArtifactLocationDetails = exports.ObjectStorageGenericArtifactLocationDetails || (exports.ObjectStorageGenericArtifactLocationDetails = {}));
|
|
54
|
+
//# sourceMappingURL=object-storage-generic-artifact-location-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-generic-artifact-location-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/object-storage-generic-artifact-location-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,2CAA2C,CAgC3D;AAhCD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CACxB,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAU,aAczB,CAAA;IACY,uDAAW,GAAG,gBAAgB,CAAC;IAC5C,SAAgB,sBAAsB,CACpC,GAAgD,EAChD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC4C,CAAC,GACnD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAgC3D"}
|
|
@@ -50,8 +50,15 @@ export declare enum OperationType {
|
|
|
50
50
|
UpdateRepository = "UPDATE_REPOSITORY",
|
|
51
51
|
DeleteRepository = "DELETE_REPOSITORY",
|
|
52
52
|
MirrorRepository = "MIRROR_REPOSITORY",
|
|
53
|
+
ForkRepository = "FORK_REPOSITORY",
|
|
54
|
+
SyncForkRepository = "SYNC_FORK_REPOSITORY",
|
|
53
55
|
ScheduleCascadingProjectDeletion = "SCHEDULE_CASCADING_PROJECT_DELETION",
|
|
54
56
|
CancelScheduledCascadingProjectDeletion = "CANCEL_SCHEDULED_CASCADING_PROJECT_DELETION",
|
|
57
|
+
CreatePullRequest = "CREATE_PULL_REQUEST",
|
|
58
|
+
UpdatePullRequest = "UPDATE_PULL_REQUEST",
|
|
59
|
+
DeletePullRequest = "DELETE_PULL_REQUEST",
|
|
60
|
+
MovePullRequest = "MOVE_PULL_REQUEST",
|
|
61
|
+
MergePullRequest = "MERGE_PULL_REQUEST",
|
|
55
62
|
/**
|
|
56
63
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
57
64
|
* version of the SDK.
|
|
@@ -54,8 +54,15 @@ var OperationType;
|
|
|
54
54
|
OperationType["UpdateRepository"] = "UPDATE_REPOSITORY";
|
|
55
55
|
OperationType["DeleteRepository"] = "DELETE_REPOSITORY";
|
|
56
56
|
OperationType["MirrorRepository"] = "MIRROR_REPOSITORY";
|
|
57
|
+
OperationType["ForkRepository"] = "FORK_REPOSITORY";
|
|
58
|
+
OperationType["SyncForkRepository"] = "SYNC_FORK_REPOSITORY";
|
|
57
59
|
OperationType["ScheduleCascadingProjectDeletion"] = "SCHEDULE_CASCADING_PROJECT_DELETION";
|
|
58
60
|
OperationType["CancelScheduledCascadingProjectDeletion"] = "CANCEL_SCHEDULED_CASCADING_PROJECT_DELETION";
|
|
61
|
+
OperationType["CreatePullRequest"] = "CREATE_PULL_REQUEST";
|
|
62
|
+
OperationType["UpdatePullRequest"] = "UPDATE_PULL_REQUEST";
|
|
63
|
+
OperationType["DeletePullRequest"] = "DELETE_PULL_REQUEST";
|
|
64
|
+
OperationType["MovePullRequest"] = "MOVE_PULL_REQUEST";
|
|
65
|
+
OperationType["MergePullRequest"] = "MERGE_PULL_REQUEST";
|
|
59
66
|
/**
|
|
60
67
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
61
68
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAoDX;AApDD,WAAY,aAAa;IACvB,iDAAgC,CAAA;IAChC,iDAAgC,CAAA;IAChC,iDAAgC,CAAA;IAChC,6CAA4B,CAAA;IAC5B,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,sEAAqD,CAAA;IACrD,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,8DAA6C,CAAA;IAC7C,yEAAwD,CAAA;IACxD,yEAAwD,CAAA;IACxD,yEAAwD,CAAA;IACxD,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,iDAAgC,CAAA;IAChC,iDAAgC,CAAA;IAChC,iDAAgC,CAAA;IAChC,mDAAkC,CAAA;IAClC,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,uDAAsC,CAAA;IACtC,mDAAkC,CAAA;IAClC,4DAA2C,CAAA;IAC3C,yFAAwE,CAAA;IACxE,wGAAuF,CAAA;IACvF,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IACrC,wDAAuC,CAAA;IAEvC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EApDW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAoDxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* An operation that inserts a value into an array, shifting array items as necessary and handling NOT_FOUND exceptions by creating the implied containing structure.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface PatchInsertInstruction extends model.PatchInstruction {
|
|
19
|
+
/**
|
|
20
|
+
* A value to be inserted into the target.
|
|
21
|
+
*/
|
|
22
|
+
"value": any;
|
|
23
|
+
/**
|
|
24
|
+
* A selection to be evaluated against the array for identifying a particular reference item within it, with the same format and semantics as {@code selection}.
|
|
25
|
+
*/
|
|
26
|
+
"selectedItem"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Where to insert the value, relative to the first item matched by {@code selectedItem}.
|
|
29
|
+
* If {@code selectedItem} is unspecified, then \"BEFORE\" specifies insertion at the first position in an array and \"AFTER\" specifies insertion at the last position.
|
|
30
|
+
* If {@code selectedItem} is specified but results in an empty selection, then both values specify insertion at the last position.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"position"?: PatchInsertInstruction.Position;
|
|
34
|
+
"operation": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace PatchInsertInstruction {
|
|
37
|
+
enum Position {
|
|
38
|
+
Before = "BEFORE",
|
|
39
|
+
After = "AFTER"
|
|
40
|
+
}
|
|
41
|
+
function getJsonObj(obj: PatchInsertInstruction, isParentJsonObj?: boolean): object;
|
|
42
|
+
const operation = "INSERT";
|
|
43
|
+
function getDeserializedJsonObj(obj: PatchInsertInstruction, isParentJsonObj?: boolean): object;
|
|
44
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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.PatchInsertInstruction = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PatchInsertInstruction;
|
|
37
|
+
(function (PatchInsertInstruction) {
|
|
38
|
+
let Position;
|
|
39
|
+
(function (Position) {
|
|
40
|
+
Position["Before"] = "BEFORE";
|
|
41
|
+
Position["After"] = "AFTER";
|
|
42
|
+
})(Position = PatchInsertInstruction.Position || (PatchInsertInstruction.Position = {}));
|
|
43
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
45
|
+
? obj
|
|
46
|
+
: model.PatchInstruction.getJsonObj(obj))), {});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
PatchInsertInstruction.getJsonObj = getJsonObj;
|
|
50
|
+
PatchInsertInstruction.operation = "INSERT";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.PatchInstruction.getDeserializedJsonObj(obj))), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
PatchInsertInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
58
|
+
})(PatchInsertInstruction = exports.PatchInsertInstruction || (exports.PatchInsertInstruction = {}));
|
|
59
|
+
//# sourceMappingURL=patch-insert-instruction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-insert-instruction.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-insert-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,sBAAsB,CA8BtC;AA9BD,WAAiB,sBAAsB;IACrC,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,6BAAiB,CAAA;QACjB,2BAAe,CAAA;IACjB,CAAC,EAHW,QAAQ,GAAR,+BAAQ,KAAR,+BAAQ,QAGnB;IAED,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,iCAAU,aASzB,CAAA;IACY,gCAAS,GAAG,QAAQ,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EA9BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA8BtC"}
|
|
@@ -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
|
+
* A single instruction to be included as part of Patch request content.
|
|
15
|
+
*/
|
|
16
|
+
export interface PatchInstruction {
|
|
17
|
+
/**
|
|
18
|
+
* The set of values to which the operation applies as a [JMESPath expression](https://jmespath.org/specification.html) for evaluation against the context resource.
|
|
19
|
+
* An operation fails if the selection yields an exception, except as otherwise specified.
|
|
20
|
+
* Note that comparisons involving non-primitive values (objects or arrays) are not supported and will always evaluate to false.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"selection": string;
|
|
24
|
+
"operation": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace PatchInstruction {
|
|
27
|
+
function getJsonObj(obj: PatchInstruction): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: PatchInstruction): object;
|
|
29
|
+
}
|