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,92 @@
|
|
|
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.PatchInstruction = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
const common = require("oci-common");
|
|
37
|
+
var PatchInstruction;
|
|
38
|
+
(function (PatchInstruction) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
41
|
+
if (obj && "operation" in obj && obj.operation) {
|
|
42
|
+
switch (obj.operation) {
|
|
43
|
+
case "MOVE":
|
|
44
|
+
return model.PatchMoveInstruction.getJsonObj(jsonObj, true);
|
|
45
|
+
case "REMOVE":
|
|
46
|
+
return model.PatchRemoveInstruction.getJsonObj(jsonObj, true);
|
|
47
|
+
case "REPLACE":
|
|
48
|
+
return model.PatchReplaceInstruction.getJsonObj(jsonObj, true);
|
|
49
|
+
case "INSERT":
|
|
50
|
+
return model.PatchInsertInstruction.getJsonObj(jsonObj, true);
|
|
51
|
+
case "REQUIRE":
|
|
52
|
+
return model.PatchRequireInstruction.getJsonObj(jsonObj, true);
|
|
53
|
+
case "MERGE":
|
|
54
|
+
return model.PatchMergeInstruction.getJsonObj(jsonObj, true);
|
|
55
|
+
case "PROHIBIT":
|
|
56
|
+
return model.PatchProhibitInstruction.getJsonObj(jsonObj, true);
|
|
57
|
+
default:
|
|
58
|
+
if (common.LOG.logger)
|
|
59
|
+
common.LOG.logger.info(`Unknown value for: ${obj.operation}`);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return jsonObj;
|
|
63
|
+
}
|
|
64
|
+
PatchInstruction.getJsonObj = getJsonObj;
|
|
65
|
+
function getDeserializedJsonObj(obj) {
|
|
66
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
67
|
+
if (obj && "operation" in obj && obj.operation) {
|
|
68
|
+
switch (obj.operation) {
|
|
69
|
+
case "MOVE":
|
|
70
|
+
return model.PatchMoveInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
71
|
+
case "REMOVE":
|
|
72
|
+
return model.PatchRemoveInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
73
|
+
case "REPLACE":
|
|
74
|
+
return model.PatchReplaceInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
75
|
+
case "INSERT":
|
|
76
|
+
return model.PatchInsertInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
77
|
+
case "REQUIRE":
|
|
78
|
+
return model.PatchRequireInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
79
|
+
case "MERGE":
|
|
80
|
+
return model.PatchMergeInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
81
|
+
case "PROHIBIT":
|
|
82
|
+
return model.PatchProhibitInstruction.getDeserializedJsonObj(jsonObj, true);
|
|
83
|
+
default:
|
|
84
|
+
if (common.LOG.logger)
|
|
85
|
+
common.LOG.logger.info(`Unknown value for: ${obj.operation}`);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
return jsonObj;
|
|
89
|
+
}
|
|
90
|
+
PatchInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
91
|
+
})(PatchInstruction = exports.PatchInstruction || (exports.PatchInstruction = {}));
|
|
92
|
+
//# sourceMappingURL=patch-instruction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-instruction.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,gBAAgB,CA6FhC;AA7FD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACL,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACL,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CACL,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,qBAAqB,CAAC,UAAU,CACL,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Ce,2BAAU,aA6CzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACjB,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,QAAQ;oBACX,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CACjB,OAAQ,EAC/C,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACjB,OAAQ,EAChD,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjB,OAAQ,EAC9C,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,SAAS,EAAE,CAAC,CAAC;aACxF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA7Ce,uCAAsB,yBA6CrC,CAAA;AACH,CAAC,EA7FgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6FhC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 recursively updates items of the selection, or adding the value if the selection is empty.
|
|
16
|
+
* If the value is not an object, it is used directly, otherwise each key-value member is used
|
|
17
|
+
* to create or update a member of the same name in the target and the same process is applied recursively for each object-typed value
|
|
18
|
+
* (similar to [RFC 7396](https://tools.ietf.org/html/rfc7396#section-2) JSON Merge Patch, except that null values are copied
|
|
19
|
+
* rather than transformed into deletions).
|
|
20
|
+
* NOT_FOUND exceptions are handled by creating the implied containing structure.
|
|
21
|
+
* To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface PatchMergeInstruction extends model.PatchInstruction {
|
|
25
|
+
/**
|
|
26
|
+
* A value to be merged into the target.
|
|
27
|
+
*/
|
|
28
|
+
"value"?: any;
|
|
29
|
+
"operation": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace PatchMergeInstruction {
|
|
32
|
+
function getJsonObj(obj: PatchMergeInstruction, isParentJsonObj?: boolean): object;
|
|
33
|
+
const operation = "MERGE";
|
|
34
|
+
function getDeserializedJsonObj(obj: PatchMergeInstruction, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -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.PatchMergeInstruction = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PatchMergeInstruction;
|
|
37
|
+
(function (PatchMergeInstruction) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.PatchInstruction.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
PatchMergeInstruction.getJsonObj = getJsonObj;
|
|
45
|
+
PatchMergeInstruction.operation = "MERGE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.PatchInstruction.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
PatchMergeInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(PatchMergeInstruction = exports.PatchMergeInstruction || (exports.PatchMergeInstruction = {}));
|
|
54
|
+
//# sourceMappingURL=patch-merge-instruction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-merge-instruction.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-merge-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACnE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACY,+BAAS,GAAG,OAAO,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAC/E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
|
@@ -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 \"puts\" values from elsewhere in the target, functionally equivalent to a single add and then a remove.
|
|
16
|
+
* The first item of the selection is replaced, or created if the selection is empty.
|
|
17
|
+
* NOT_FOUND exceptions in the selection are handled by creating the implied containing structure.
|
|
18
|
+
* This operation fails if the {@code from} selection yields any exceptions, or if an item is moved to any of its descendants.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface PatchMoveInstruction extends model.PatchInstruction {
|
|
22
|
+
/**
|
|
23
|
+
* The selection that is to be moved, with the same format and semantics as {@code selection}.
|
|
24
|
+
*/
|
|
25
|
+
"from": string;
|
|
26
|
+
/**
|
|
27
|
+
* Where to insert the value in an array, relative to the first item in the selection.
|
|
28
|
+
* If there is no such item, then \"BEFORE\" specifies insertion at the first position in an array and \"AFTER\" specifies insertion at the last position.
|
|
29
|
+
* If the first item in the selection is not the child of an array, then this field has no effect.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"position"?: PatchMoveInstruction.Position;
|
|
33
|
+
"operation": string;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace PatchMoveInstruction {
|
|
36
|
+
enum Position {
|
|
37
|
+
At = "AT",
|
|
38
|
+
Before = "BEFORE",
|
|
39
|
+
After = "AFTER"
|
|
40
|
+
}
|
|
41
|
+
function getJsonObj(obj: PatchMoveInstruction, isParentJsonObj?: boolean): object;
|
|
42
|
+
const operation = "MOVE";
|
|
43
|
+
function getDeserializedJsonObj(obj: PatchMoveInstruction, isParentJsonObj?: boolean): object;
|
|
44
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.PatchMoveInstruction = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PatchMoveInstruction;
|
|
37
|
+
(function (PatchMoveInstruction) {
|
|
38
|
+
let Position;
|
|
39
|
+
(function (Position) {
|
|
40
|
+
Position["At"] = "AT";
|
|
41
|
+
Position["Before"] = "BEFORE";
|
|
42
|
+
Position["After"] = "AFTER";
|
|
43
|
+
})(Position = PatchMoveInstruction.Position || (PatchMoveInstruction.Position = {}));
|
|
44
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
45
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.PatchInstruction.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
PatchMoveInstruction.getJsonObj = getJsonObj;
|
|
49
|
+
PatchMoveInstruction.operation = "MOVE";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.PatchInstruction.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
PatchMoveInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(PatchMoveInstruction = exports.PatchMoveInstruction || (exports.PatchMoveInstruction = {}));
|
|
58
|
+
//# sourceMappingURL=patch-move-instruction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-move-instruction.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-move-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,oBAAoB,CA6BpC;AA7BD,WAAiB,oBAAoB;IACnC,IAAY,QAIX;IAJD,WAAY,QAAQ;QAClB,qBAAS,CAAA;QACT,6BAAiB,CAAA;QACjB,2BAAe,CAAA;IACjB,CAAC,EAJW,QAAQ,GAAR,6BAAQ,KAAR,6BAAQ,QAInB;IAED,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,+BAAU,aAOzB,CAAA;IACY,8BAAS,GAAG,MAAM,CAAC;IAChC,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAA0B,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,2CAAsB,yBAYrC,CAAA;AACH,CAAC,EA7BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA6BpC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* A precondition operation that requires a selection to be empty, or optionally to be non-empty but include no item with a specified value
|
|
16
|
+
* (useful for asserting that a value does not exist before attempting to create it, avoiding accidental update).
|
|
17
|
+
* It fails if value is provided and the selection includes an item matching it, or if value is not provided and the selection is not empty,
|
|
18
|
+
* but ignores NOT_FOUND exceptions.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface PatchProhibitInstruction extends model.PatchInstruction {
|
|
22
|
+
/**
|
|
23
|
+
* A value to be compared against each item of the selection.
|
|
24
|
+
* If this value is an object, then it matches any item that would be unaffected by applying this value as a merge operation.
|
|
25
|
+
* Otherwise, it matches any item to which it is equal according to the rules of [JSON Schema](https://tools.ietf.org/html/draft-handrews-json-schema-00#section-4.2.3).
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"value"?: any;
|
|
29
|
+
"operation": string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace PatchProhibitInstruction {
|
|
32
|
+
function getJsonObj(obj: PatchProhibitInstruction, isParentJsonObj?: boolean): object;
|
|
33
|
+
const operation = "PROHIBIT";
|
|
34
|
+
function getDeserializedJsonObj(obj: PatchProhibitInstruction, isParentJsonObj?: boolean): object;
|
|
35
|
+
}
|
|
@@ -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.PatchProhibitInstruction = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PatchProhibitInstruction;
|
|
37
|
+
(function (PatchProhibitInstruction) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.PatchInstruction.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
PatchProhibitInstruction.getJsonObj = getJsonObj;
|
|
45
|
+
PatchProhibitInstruction.operation = "PROHIBIT";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.PatchInstruction.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
PatchProhibitInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(PatchProhibitInstruction = exports.PatchProhibitInstruction || (exports.PatchProhibitInstruction = {}));
|
|
54
|
+
//# sourceMappingURL=patch-prohibit-instruction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-prohibit-instruction.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-prohibit-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsBlC,IAAiB,wBAAwB,CAyBxC;AAzBD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mCAAU,aASzB,CAAA;IACY,kCAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GAClF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAyBxC"}
|
|
@@ -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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Pull request details to patch
|
|
16
|
+
*/
|
|
17
|
+
export interface PatchPullRequestDetails {
|
|
18
|
+
/**
|
|
19
|
+
* List of patch instructions
|
|
20
|
+
*/
|
|
21
|
+
"items"?: Array<model.PatchInstruction>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace PatchPullRequestDetails {
|
|
24
|
+
function getJsonObj(obj: PatchPullRequestDetails): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: PatchPullRequestDetails): object;
|
|
26
|
+
}
|
|
@@ -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.PatchPullRequestDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PatchPullRequestDetails;
|
|
37
|
+
(function (PatchPullRequestDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.PatchInstruction.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
PatchPullRequestDetails.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.PatchInstruction.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
PatchPullRequestDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(PatchPullRequestDetails = exports.PatchPullRequestDetails || (exports.PatchPullRequestDetails = {}));
|
|
61
|
+
//# sourceMappingURL=patch-pull-request-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-pull-request-details.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-pull-request-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uBAAuB,CA6BvC;AA7BD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,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;IAbe,kCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,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;IAbe,8CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA6BvC"}
|
|
@@ -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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* An operation that deletes items, ignoring NOT_FOUND exceptions.
|
|
16
|
+
* To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface PatchRemoveInstruction extends model.PatchInstruction {
|
|
20
|
+
"operation": string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace PatchRemoveInstruction {
|
|
23
|
+
function getJsonObj(obj: PatchRemoveInstruction, isParentJsonObj?: boolean): object;
|
|
24
|
+
const operation = "REMOVE";
|
|
25
|
+
function getDeserializedJsonObj(obj: PatchRemoveInstruction, isParentJsonObj?: boolean): object;
|
|
26
|
+
}
|
|
@@ -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.PatchRemoveInstruction = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PatchRemoveInstruction;
|
|
37
|
+
(function (PatchRemoveInstruction) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.PatchInstruction.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
PatchRemoveInstruction.getJsonObj = getJsonObj;
|
|
45
|
+
PatchRemoveInstruction.operation = "REMOVE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.PatchInstruction.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
PatchRemoveInstruction.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(PatchRemoveInstruction = exports.PatchRemoveInstruction || (exports.PatchRemoveInstruction = {}));
|
|
54
|
+
//# sourceMappingURL=patch-remove-instruction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-remove-instruction.js","sourceRoot":"","sources":["../../../../../lib/devops/lib/model/patch-remove-instruction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,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,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 \"puts\" a value, replacing every item of the selection with it, or creating it if the selection is empty.
|
|
16
|
+
* NOT_FOUND exceptions are handled by creating the implied containing structure (but note that this may put the target in an invalid state,
|
|
17
|
+
* which can be prevented by use of precondition operations).
|
|
18
|
+
* To avoid referential errors if an item's descendant is also in the selection, items of the selection are processed in order of decreasing depth.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface PatchReplaceInstruction extends model.PatchInstruction {
|
|
22
|
+
/**
|
|
23
|
+
* A value to be added into the target.
|
|
24
|
+
*/
|
|
25
|
+
"value": any;
|
|
26
|
+
"operation": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace PatchReplaceInstruction {
|
|
29
|
+
function getJsonObj(obj: PatchReplaceInstruction, isParentJsonObj?: boolean): object;
|
|
30
|
+
const operation = "REPLACE";
|
|
31
|
+
function getDeserializedJsonObj(obj: PatchReplaceInstruction, isParentJsonObj?: boolean): object;
|
|
32
|
+
}
|