@itentialopensource/adapter-azure_devops 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/AUTH.md +39 -0
  2. package/BROKER.md +199 -0
  3. package/CALLS.md +169 -0
  4. package/CHANGELOG.md +9 -2
  5. package/CODE_OF_CONDUCT.md +12 -17
  6. package/CONTRIBUTING.md +88 -74
  7. package/ENHANCE.md +69 -0
  8. package/PROPERTIES.md +641 -0
  9. package/README.md +221 -571
  10. package/SUMMARY.md +9 -0
  11. package/SYSTEMINFO.md +11 -0
  12. package/TROUBLESHOOT.md +47 -0
  13. package/adapter.js +11999 -57
  14. package/adapterBase.js +1007 -253
  15. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/README.md +59 -0
  16. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/specificCallScript.js +97 -0
  17. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/update.js +532 -0
  18. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/adapter.js +11651 -0
  19. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/action.json +43 -0
  20. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/mockdatafiles/mockdata.json +20817 -0
  21. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/AnnotatedTags/schema.json +125 -0
  22. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/action.json +43 -0
  23. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/mockdatafiles/mockdata.json +20817 -0
  24. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Blobs/schema.json +125 -0
  25. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/action.json +64 -0
  26. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/mockdatafiles/mockdata.json +20817 -0
  27. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/CherryPicks/schema.json +125 -0
  28. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/action.json +85 -0
  29. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/mockdatafiles/mockdata.json +20817 -0
  30. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Commits/schema.json +125 -0
  31. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/action.json +23 -0
  32. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/mockdatafiles/mockdata.json +20817 -0
  33. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Diffs/schema.json +125 -0
  34. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/action.json +85 -0
  35. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/mockdatafiles/mockdata.json +20817 -0
  36. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Forks/schema.json +125 -0
  37. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/action.json +84 -0
  38. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/mockdatafiles/mockdata.json +20817 -0
  39. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/ImportRequests/schema.json +125 -0
  40. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/action.json +43 -0
  41. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/mockdatafiles/mockdata.json +20817 -0
  42. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Items/schema.json +125 -0
  43. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/action.json +23 -0
  44. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/mockdatafiles/mockdata.json +20817 -0
  45. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/MergeBases/schema.json +125 -0
  46. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/action.json +43 -0
  47. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/mockdatafiles/mockdata.json +20817 -0
  48. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Merges/schema.json +125 -0
  49. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/action.json +23 -0
  50. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/mockdatafiles/mockdata.json +20817 -0
  51. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PolicyConfigurations/schema.json +125 -0
  52. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/action.json +84 -0
  53. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/mockdatafiles/mockdata.json +20817 -0
  54. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestAttachments/schema.json +125 -0
  55. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/action.json +63 -0
  56. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/mockdatafiles/mockdata.json +20817 -0
  57. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommentLikes/schema.json +125 -0
  58. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/action.json +44 -0
  59. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/mockdatafiles/mockdata.json +20817 -0
  60. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestCommits/schema.json +125 -0
  61. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/action.json +23 -0
  62. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/mockdatafiles/mockdata.json +20817 -0
  63. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationChanges/schema.json +125 -0
  64. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/action.json +104 -0
  65. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/mockdatafiles/mockdata.json +20817 -0
  66. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterationStatuses/schema.json +125 -0
  67. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/action.json +44 -0
  68. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/mockdatafiles/mockdata.json +20817 -0
  69. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestIterations/schema.json +125 -0
  70. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/action.json +84 -0
  71. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/mockdatafiles/mockdata.json +20817 -0
  72. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestLabels/schema.json +125 -0
  73. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/action.json +43 -0
  74. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/mockdatafiles/mockdata.json +20817 -0
  75. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestProperties/schema.json +125 -0
  76. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/action.json +22 -0
  77. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/mockdatafiles/mockdata.json +20817 -0
  78. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestQuery/schema.json +125 -0
  79. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/action.json +164 -0
  80. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/mockdatafiles/mockdata.json +20817 -0
  81. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestReviewers/schema.json +125 -0
  82. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/action.json +22 -0
  83. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/mockdatafiles/mockdata.json +20817 -0
  84. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestShare/schema.json +125 -0
  85. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/action.json +104 -0
  86. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/mockdatafiles/mockdata.json +20817 -0
  87. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestStatuses/schema.json +125 -0
  88. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/action.json +104 -0
  89. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/mockdatafiles/mockdata.json +20817 -0
  90. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreadComments/schema.json +125 -0
  91. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/action.json +84 -0
  92. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/mockdatafiles/mockdata.json +20817 -0
  93. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestThreads/schema.json +125 -0
  94. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/action.json +23 -0
  95. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/mockdatafiles/mockdata.json +20817 -0
  96. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequestWorkItems/schema.json +125 -0
  97. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/action.json +126 -0
  98. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/mockdatafiles/mockdata.json +20817 -0
  99. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/PullRequests/schema.json +125 -0
  100. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/action.json +64 -0
  101. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/mockdatafiles/mockdata.json +20817 -0
  102. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Pushes/schema.json +125 -0
  103. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/action.json +63 -0
  104. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/mockdatafiles/mockdata.json +20817 -0
  105. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Refs/schema.json +125 -0
  106. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/action.json +84 -0
  107. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/mockdatafiles/mockdata.json +20817 -0
  108. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/RefsFavorites/schema.json +125 -0
  109. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/action.json +186 -0
  110. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/mockdatafiles/mockdata.json +20817 -0
  111. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Repositories/schema.json +125 -0
  112. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/action.json +64 -0
  113. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/mockdatafiles/mockdata.json +20817 -0
  114. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Reverts/schema.json +125 -0
  115. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/action.json +23 -0
  116. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/mockdatafiles/mockdata.json +20817 -0
  117. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Stats/schema.json +125 -0
  118. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/action.json +43 -0
  119. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/mockdatafiles/mockdata.json +20817 -0
  120. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Statuses/schema.json +125 -0
  121. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/action.json +23 -0
  122. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/mockdatafiles/mockdata.json +20817 -0
  123. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Suggestions/schema.json +125 -0
  124. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/action.json +23 -0
  125. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/mockdatafiles/mockdata.json +20817 -0
  126. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/entities/Trees/schema.json +125 -0
  127. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/methods.json +74975 -0
  128. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/pronghorn.json +11730 -0
  129. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/test/integration/adapterTestIntegration.js +5493 -0
  130. package/adapter_modifications/archive/UPD-2022-04-29T13:05:13.710Z/updateFiles/components/test/unit/adapterTestUnit.js +10889 -0
  131. package/entities/.generic/action.json +105 -0
  132. package/entities/.generic/schema.json +6 -1
  133. package/entities/AnnotatedTags/action.json +45 -0
  134. package/entities/AnnotatedTags/schema.json +20 -0
  135. package/entities/Blobs/action.json +45 -0
  136. package/entities/Blobs/schema.json +20 -0
  137. package/entities/CherryPicks/action.json +66 -0
  138. package/entities/CherryPicks/schema.json +21 -0
  139. package/entities/Commits/action.json +87 -0
  140. package/entities/Commits/mockdatafiles/commitsGetCommitsBatch-default.json +707 -0
  141. package/entities/Commits/mockdatafiles/commitsGetPushCommits-default.json +336 -0
  142. package/entities/Commits/schema.json +22 -0
  143. package/entities/Diffs/action.json +25 -0
  144. package/entities/Diffs/schema.json +19 -0
  145. package/entities/Forks/action.json +87 -0
  146. package/entities/Forks/mockdatafiles/forksGetForkSyncRequests-default.json +200 -0
  147. package/entities/Forks/mockdatafiles/forksList-default.json +102 -0
  148. package/entities/Forks/schema.json +22 -0
  149. package/entities/ImportRequests/action.json +86 -0
  150. package/entities/ImportRequests/mockdatafiles/importRequestsQuery-default.json +91 -0
  151. package/entities/ImportRequests/schema.json +22 -0
  152. package/entities/Items/action.json +45 -0
  153. package/entities/Items/mockdatafiles/itemsGetItemsBatch-default.json +5 -0
  154. package/entities/Items/mockdatafiles/itemsList-default.json +40 -0
  155. package/entities/Items/schema.json +20 -0
  156. package/entities/MergeBases/action.json +25 -0
  157. package/entities/MergeBases/mockdatafiles/mergeBasesList-default.json +580 -0
  158. package/entities/MergeBases/schema.json +19 -0
  159. package/entities/Merges/action.json +45 -0
  160. package/entities/Merges/schema.json +20 -0
  161. package/entities/PolicyConfigurations/action.json +25 -0
  162. package/entities/PolicyConfigurations/mockdatafiles/policyConfigurationsGet-default.json +20 -0
  163. package/entities/PolicyConfigurations/schema.json +19 -0
  164. package/entities/PullRequestAttachments/action.json +86 -0
  165. package/entities/PullRequestAttachments/mockdatafiles/pullRequestAttachmentsList-default.json +159 -0
  166. package/entities/PullRequestAttachments/schema.json +22 -0
  167. package/entities/PullRequestCommentLikes/action.json +65 -0
  168. package/entities/PullRequestCommentLikes/mockdatafiles/pullRequestCommentLikesList-default.json +10 -0
  169. package/entities/PullRequestCommentLikes/schema.json +21 -0
  170. package/entities/PullRequestCommits/action.json +46 -0
  171. package/entities/PullRequestCommits/mockdatafiles/pullRequestCommitsGetPullRequestCommits-default.json +818 -0
  172. package/entities/PullRequestCommits/mockdatafiles/pullRequestCommitsGetPullRequestIterationCommits-default.json +813 -0
  173. package/entities/PullRequestCommits/schema.json +20 -0
  174. package/entities/PullRequestIterationChanges/action.json +25 -0
  175. package/entities/PullRequestIterationChanges/schema.json +19 -0
  176. package/entities/PullRequestIterationStatuses/action.json +106 -0
  177. package/entities/PullRequestIterationStatuses/mockdatafiles/pullRequestIterationStatusesList-default.json +71 -0
  178. package/entities/PullRequestIterationStatuses/schema.json +23 -0
  179. package/entities/PullRequestIterations/action.json +46 -0
  180. package/entities/PullRequestIterations/mockdatafiles/pullRequestIterationsList-default.json +2403 -0
  181. package/entities/PullRequestIterations/schema.json +20 -0
  182. package/entities/PullRequestLabels/action.json +86 -0
  183. package/entities/PullRequestLabels/mockdatafiles/pullRequestLabelsList-default.json +20 -0
  184. package/entities/PullRequestLabels/schema.json +22 -0
  185. package/entities/PullRequestProperties/action.json +45 -0
  186. package/entities/PullRequestProperties/schema.json +20 -0
  187. package/entities/PullRequestQuery/action.json +24 -0
  188. package/entities/PullRequestQuery/schema.json +19 -0
  189. package/entities/PullRequestReviewers/action.json +166 -0
  190. package/entities/PullRequestReviewers/mockdatafiles/pullRequestReviewersCreatePullRequestReviewers-default.json +10 -0
  191. package/entities/PullRequestReviewers/mockdatafiles/pullRequestReviewersList-default.json +10 -0
  192. package/entities/PullRequestReviewers/schema.json +26 -0
  193. package/entities/PullRequestShare/action.json +24 -0
  194. package/entities/PullRequestShare/schema.json +19 -0
  195. package/entities/PullRequestStatuses/action.json +106 -0
  196. package/entities/PullRequestStatuses/mockdatafiles/pullRequestStatusesList-default.json +48 -0
  197. package/entities/PullRequestStatuses/schema.json +23 -0
  198. package/entities/PullRequestThreadComments/action.json +106 -0
  199. package/entities/PullRequestThreadComments/mockdatafiles/pullRequestThreadCommentsList-default.json +215 -0
  200. package/entities/PullRequestThreadComments/schema.json +23 -0
  201. package/entities/PullRequestThreads/action.json +86 -0
  202. package/entities/PullRequestThreads/mockdatafiles/pullRequestThreadsList-default.json +395 -0
  203. package/entities/PullRequestThreads/schema.json +22 -0
  204. package/entities/PullRequestWorkItems/action.json +25 -0
  205. package/entities/PullRequestWorkItems/mockdatafiles/pullRequestWorkItemsList-default.json +18 -0
  206. package/entities/PullRequestWorkItems/schema.json +19 -0
  207. package/entities/PullRequests/action.json +128 -0
  208. package/entities/PullRequests/mockdatafiles/pullRequestsGetPullRequests-default.json +6555 -0
  209. package/entities/PullRequests/mockdatafiles/pullRequestsGetPullRequestsByProject-default.json +5929 -0
  210. package/entities/PullRequests/schema.json +24 -0
  211. package/entities/Pushes/action.json +66 -0
  212. package/entities/Pushes/mockdatafiles/pushesList-default.json +34 -0
  213. package/entities/Pushes/schema.json +21 -0
  214. package/entities/Refs/action.json +65 -0
  215. package/entities/Refs/mockdatafiles/refsList-default.json +500 -0
  216. package/entities/Refs/mockdatafiles/refsUpdateRefs-default.json +13 -0
  217. package/entities/Refs/schema.json +21 -0
  218. package/entities/RefsFavorites/action.json +86 -0
  219. package/entities/RefsFavorites/mockdatafiles/refsFavoritesList-default.json +35 -0
  220. package/entities/RefsFavorites/schema.json +22 -0
  221. package/entities/Repositories/action.json +188 -0
  222. package/entities/Repositories/mockdatafiles/repositoriesGetDeletedRepositories-default.json +54 -0
  223. package/entities/Repositories/mockdatafiles/repositoriesGetRecycleBinRepositories-default.json +28 -0
  224. package/entities/Repositories/mockdatafiles/repositoriesList-default.json +123 -0
  225. package/entities/Repositories/schema.json +27 -0
  226. package/entities/Reverts/action.json +66 -0
  227. package/entities/Reverts/schema.json +21 -0
  228. package/entities/Stats/action.json +25 -0
  229. package/entities/Stats/mockdatafiles/statsList-default.json +195 -0
  230. package/entities/Stats/schema.json +19 -0
  231. package/entities/Statuses/action.json +45 -0
  232. package/entities/Statuses/mockdatafiles/statusesList-default.json +94 -0
  233. package/entities/Statuses/schema.json +20 -0
  234. package/entities/Suggestions/action.json +25 -0
  235. package/entities/Suggestions/mockdatafiles/suggestionsList-default.json +14 -0
  236. package/entities/Suggestions/schema.json +19 -0
  237. package/entities/Trees/action.json +25 -0
  238. package/entities/Trees/schema.json +19 -0
  239. package/error.json +6 -0
  240. package/package.json +5 -3
  241. package/previousVersion.zip +0 -0
  242. package/pronghorn.json +49635 -378
  243. package/propertiesDecorators.json +14 -0
  244. package/propertiesSchema.json +421 -0
  245. package/refs?service=git-upload-pack +0 -0
  246. package/report/adapterInfo.json +10 -0
  247. package/report/updateReport1653439219306.json +120 -0
  248. package/sampleProperties.json +90 -1
  249. package/test/integration/adapterTestBasicGet.js +1 -1
  250. package/test/integration/adapterTestIntegration.js +4869 -105
  251. package/test/unit/adapterBaseTestUnit.js +30 -25
  252. package/test/unit/adapterTestUnit.js +11057 -159
  253. package/utils/adapterInfo.js +206 -0
  254. package/utils/entitiesToDB.js +12 -57
  255. package/utils/patches2bundledDeps.js +90 -0
  256. package/utils/pre-commit.sh +3 -0
  257. package/utils/tbScript.js +35 -20
  258. package/utils/tbUtils.js +59 -35
  259. package/utils/testRunner.js +16 -16
  260. package/versions.json +135 -0
@@ -0,0 +1,2403 @@
1
+ [
2
+ {
3
+ "_links": {
4
+ "links": {}
5
+ },
6
+ "author": {
7
+ "_links": {
8
+ "links": {}
9
+ },
10
+ "descriptor": "string",
11
+ "displayName": "string",
12
+ "url": "string"
13
+ },
14
+ "changeList": [
15
+ {
16
+ "changeType": "rollback",
17
+ "item": "string",
18
+ "newContent": {
19
+ "content": "string",
20
+ "contentType": "base64Encoded"
21
+ },
22
+ "sourceServerItem": "string",
23
+ "url": "string"
24
+ },
25
+ {
26
+ "changeType": "targetRename",
27
+ "item": "string",
28
+ "newContent": {
29
+ "content": "string",
30
+ "contentType": "rawText"
31
+ },
32
+ "sourceServerItem": "string",
33
+ "url": "string"
34
+ },
35
+ {
36
+ "changeType": "rename",
37
+ "item": "string",
38
+ "newContent": {
39
+ "content": "string",
40
+ "contentType": "rawText"
41
+ },
42
+ "sourceServerItem": "string",
43
+ "url": "string"
44
+ },
45
+ {
46
+ "changeType": "lock",
47
+ "item": "string",
48
+ "newContent": {
49
+ "content": "string",
50
+ "contentType": "base64Encoded"
51
+ },
52
+ "sourceServerItem": "string",
53
+ "url": "string"
54
+ },
55
+ {
56
+ "changeType": "edit",
57
+ "item": "string",
58
+ "newContent": {
59
+ "content": "string",
60
+ "contentType": "rawText"
61
+ },
62
+ "sourceServerItem": "string",
63
+ "url": "string"
64
+ },
65
+ {
66
+ "changeType": "encoding",
67
+ "item": "string",
68
+ "newContent": {
69
+ "content": "string",
70
+ "contentType": "rawText"
71
+ },
72
+ "sourceServerItem": "string",
73
+ "url": "string"
74
+ },
75
+ {
76
+ "changeType": "edit",
77
+ "item": "string",
78
+ "newContent": {
79
+ "content": "string",
80
+ "contentType": "rawText"
81
+ },
82
+ "sourceServerItem": "string",
83
+ "url": "string"
84
+ },
85
+ {
86
+ "changeType": "sourceRename",
87
+ "item": "string",
88
+ "newContent": {
89
+ "content": "string",
90
+ "contentType": "rawText"
91
+ },
92
+ "sourceServerItem": "string",
93
+ "url": "string"
94
+ },
95
+ {
96
+ "changeType": "encoding",
97
+ "item": "string",
98
+ "newContent": {
99
+ "content": "string",
100
+ "contentType": "base64Encoded"
101
+ },
102
+ "sourceServerItem": "string",
103
+ "url": "string"
104
+ },
105
+ {
106
+ "changeType": "delete",
107
+ "item": "string",
108
+ "newContent": {
109
+ "content": "string",
110
+ "contentType": "rawText"
111
+ },
112
+ "sourceServerItem": "string",
113
+ "url": "string"
114
+ }
115
+ ],
116
+ "commits": [
117
+ {
118
+ "_links": {
119
+ "links": {}
120
+ },
121
+ "author": {
122
+ "date": "string",
123
+ "email": "string",
124
+ "imageUrl": "string",
125
+ "name": "string"
126
+ },
127
+ "changeCounts": {},
128
+ "changes": [
129
+ {
130
+ "changeType": "rollback",
131
+ "item": "string",
132
+ "newContent": {
133
+ "content": "string",
134
+ "contentType": "base64Encoded"
135
+ },
136
+ "sourceServerItem": "string",
137
+ "url": "string"
138
+ },
139
+ {
140
+ "changeType": "none",
141
+ "item": "string",
142
+ "newContent": {
143
+ "content": "string",
144
+ "contentType": "base64Encoded"
145
+ },
146
+ "sourceServerItem": "string",
147
+ "url": "string"
148
+ },
149
+ {
150
+ "changeType": "add",
151
+ "item": "string",
152
+ "newContent": {
153
+ "content": "string",
154
+ "contentType": "base64Encoded"
155
+ },
156
+ "sourceServerItem": "string",
157
+ "url": "string"
158
+ },
159
+ {
160
+ "changeType": "add",
161
+ "item": "string",
162
+ "newContent": {
163
+ "content": "string",
164
+ "contentType": "base64Encoded"
165
+ },
166
+ "sourceServerItem": "string",
167
+ "url": "string"
168
+ },
169
+ {
170
+ "changeType": "undelete",
171
+ "item": "string",
172
+ "newContent": {
173
+ "content": "string",
174
+ "contentType": "rawText"
175
+ },
176
+ "sourceServerItem": "string",
177
+ "url": "string"
178
+ },
179
+ {
180
+ "changeType": "lock",
181
+ "item": "string",
182
+ "newContent": {
183
+ "content": "string",
184
+ "contentType": "rawText"
185
+ },
186
+ "sourceServerItem": "string",
187
+ "url": "string"
188
+ },
189
+ {
190
+ "changeType": "sourceRename",
191
+ "item": "string",
192
+ "newContent": {
193
+ "content": "string",
194
+ "contentType": "rawText"
195
+ },
196
+ "sourceServerItem": "string",
197
+ "url": "string"
198
+ },
199
+ {
200
+ "changeType": "rollback",
201
+ "item": "string",
202
+ "newContent": {
203
+ "content": "string",
204
+ "contentType": "rawText"
205
+ },
206
+ "sourceServerItem": "string",
207
+ "url": "string"
208
+ },
209
+ {
210
+ "changeType": "sourceRename",
211
+ "item": "string",
212
+ "newContent": {
213
+ "content": "string",
214
+ "contentType": "base64Encoded"
215
+ },
216
+ "sourceServerItem": "string",
217
+ "url": "string"
218
+ },
219
+ {
220
+ "changeType": "add",
221
+ "item": "string",
222
+ "newContent": {
223
+ "content": "string",
224
+ "contentType": "base64Encoded"
225
+ },
226
+ "sourceServerItem": "string",
227
+ "url": "string"
228
+ }
229
+ ],
230
+ "comment": "string",
231
+ "commentTruncated": true,
232
+ "commitId": "string",
233
+ "committer": {
234
+ "date": "string",
235
+ "email": "string",
236
+ "imageUrl": "string",
237
+ "name": "string"
238
+ },
239
+ "parents": [
240
+ "string",
241
+ "string",
242
+ "string",
243
+ "string",
244
+ "string"
245
+ ],
246
+ "push": {
247
+ "_links": {
248
+ "links": {}
249
+ },
250
+ "date": "string",
251
+ "pushedBy": {
252
+ "_links": {
253
+ "links": {}
254
+ },
255
+ "descriptor": "string",
256
+ "displayName": "string",
257
+ "url": "string"
258
+ },
259
+ "pushId": 5,
260
+ "url": "string"
261
+ },
262
+ "remoteUrl": "string",
263
+ "statuses": [
264
+ {
265
+ "_links": {
266
+ "links": {}
267
+ },
268
+ "context": {
269
+ "genre": "string",
270
+ "name": "string"
271
+ },
272
+ "createdBy": {
273
+ "_links": {
274
+ "links": {}
275
+ },
276
+ "descriptor": "string",
277
+ "displayName": "string",
278
+ "url": "string"
279
+ },
280
+ "creationDate": "string",
281
+ "description": "string",
282
+ "id": 6,
283
+ "state": "succeeded",
284
+ "targetUrl": "string",
285
+ "updatedDate": "string"
286
+ },
287
+ {
288
+ "_links": {
289
+ "links": {}
290
+ },
291
+ "context": {
292
+ "genre": "string",
293
+ "name": "string"
294
+ },
295
+ "createdBy": {
296
+ "_links": {
297
+ "links": {}
298
+ },
299
+ "descriptor": "string",
300
+ "displayName": "string",
301
+ "url": "string"
302
+ },
303
+ "creationDate": "string",
304
+ "description": "string",
305
+ "id": 1,
306
+ "state": "succeeded",
307
+ "targetUrl": "string",
308
+ "updatedDate": "string"
309
+ },
310
+ {
311
+ "_links": {
312
+ "links": {}
313
+ },
314
+ "context": {
315
+ "genre": "string",
316
+ "name": "string"
317
+ },
318
+ "createdBy": {
319
+ "_links": {
320
+ "links": {}
321
+ },
322
+ "descriptor": "string",
323
+ "displayName": "string",
324
+ "url": "string"
325
+ },
326
+ "creationDate": "string",
327
+ "description": "string",
328
+ "id": 2,
329
+ "state": "pending",
330
+ "targetUrl": "string",
331
+ "updatedDate": "string"
332
+ }
333
+ ],
334
+ "url": "string",
335
+ "workItems": [
336
+ {
337
+ "id": "string",
338
+ "url": "string"
339
+ },
340
+ {
341
+ "id": "string",
342
+ "url": "string"
343
+ },
344
+ {
345
+ "id": "string",
346
+ "url": "string"
347
+ },
348
+ {
349
+ "id": "string",
350
+ "url": "string"
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "_links": {
356
+ "links": {}
357
+ },
358
+ "author": {
359
+ "date": "string",
360
+ "email": "string",
361
+ "imageUrl": "string",
362
+ "name": "string"
363
+ },
364
+ "changeCounts": {},
365
+ "changes": [
366
+ {
367
+ "changeType": "none",
368
+ "item": "string",
369
+ "newContent": {
370
+ "content": "string",
371
+ "contentType": "rawText"
372
+ },
373
+ "sourceServerItem": "string",
374
+ "url": "string"
375
+ },
376
+ {
377
+ "changeType": "rollback",
378
+ "item": "string",
379
+ "newContent": {
380
+ "content": "string",
381
+ "contentType": "rawText"
382
+ },
383
+ "sourceServerItem": "string",
384
+ "url": "string"
385
+ },
386
+ {
387
+ "changeType": "rollback",
388
+ "item": "string",
389
+ "newContent": {
390
+ "content": "string",
391
+ "contentType": "base64Encoded"
392
+ },
393
+ "sourceServerItem": "string",
394
+ "url": "string"
395
+ },
396
+ {
397
+ "changeType": "all",
398
+ "item": "string",
399
+ "newContent": {
400
+ "content": "string",
401
+ "contentType": "rawText"
402
+ },
403
+ "sourceServerItem": "string",
404
+ "url": "string"
405
+ },
406
+ {
407
+ "changeType": "merge",
408
+ "item": "string",
409
+ "newContent": {
410
+ "content": "string",
411
+ "contentType": "rawText"
412
+ },
413
+ "sourceServerItem": "string",
414
+ "url": "string"
415
+ }
416
+ ],
417
+ "comment": "string",
418
+ "commentTruncated": true,
419
+ "commitId": "string",
420
+ "committer": {
421
+ "date": "string",
422
+ "email": "string",
423
+ "imageUrl": "string",
424
+ "name": "string"
425
+ },
426
+ "parents": [
427
+ "string"
428
+ ],
429
+ "push": {
430
+ "_links": {
431
+ "links": {}
432
+ },
433
+ "date": "string",
434
+ "pushedBy": {
435
+ "_links": {
436
+ "links": {}
437
+ },
438
+ "descriptor": "string",
439
+ "displayName": "string",
440
+ "url": "string"
441
+ },
442
+ "pushId": 8,
443
+ "url": "string"
444
+ },
445
+ "remoteUrl": "string",
446
+ "statuses": [
447
+ {
448
+ "_links": {
449
+ "links": {}
450
+ },
451
+ "context": {
452
+ "genre": "string",
453
+ "name": "string"
454
+ },
455
+ "createdBy": {
456
+ "_links": {
457
+ "links": {}
458
+ },
459
+ "descriptor": "string",
460
+ "displayName": "string",
461
+ "url": "string"
462
+ },
463
+ "creationDate": "string",
464
+ "description": "string",
465
+ "id": 4,
466
+ "state": "error",
467
+ "targetUrl": "string",
468
+ "updatedDate": "string"
469
+ },
470
+ {
471
+ "_links": {
472
+ "links": {}
473
+ },
474
+ "context": {
475
+ "genre": "string",
476
+ "name": "string"
477
+ },
478
+ "createdBy": {
479
+ "_links": {
480
+ "links": {}
481
+ },
482
+ "descriptor": "string",
483
+ "displayName": "string",
484
+ "url": "string"
485
+ },
486
+ "creationDate": "string",
487
+ "description": "string",
488
+ "id": 3,
489
+ "state": "succeeded",
490
+ "targetUrl": "string",
491
+ "updatedDate": "string"
492
+ },
493
+ {
494
+ "_links": {
495
+ "links": {}
496
+ },
497
+ "context": {
498
+ "genre": "string",
499
+ "name": "string"
500
+ },
501
+ "createdBy": {
502
+ "_links": {
503
+ "links": {}
504
+ },
505
+ "descriptor": "string",
506
+ "displayName": "string",
507
+ "url": "string"
508
+ },
509
+ "creationDate": "string",
510
+ "description": "string",
511
+ "id": 7,
512
+ "state": "notApplicable",
513
+ "targetUrl": "string",
514
+ "updatedDate": "string"
515
+ },
516
+ {
517
+ "_links": {
518
+ "links": {}
519
+ },
520
+ "context": {
521
+ "genre": "string",
522
+ "name": "string"
523
+ },
524
+ "createdBy": {
525
+ "_links": {
526
+ "links": {}
527
+ },
528
+ "descriptor": "string",
529
+ "displayName": "string",
530
+ "url": "string"
531
+ },
532
+ "creationDate": "string",
533
+ "description": "string",
534
+ "id": 1,
535
+ "state": "succeeded",
536
+ "targetUrl": "string",
537
+ "updatedDate": "string"
538
+ },
539
+ {
540
+ "_links": {
541
+ "links": {}
542
+ },
543
+ "context": {
544
+ "genre": "string",
545
+ "name": "string"
546
+ },
547
+ "createdBy": {
548
+ "_links": {
549
+ "links": {}
550
+ },
551
+ "descriptor": "string",
552
+ "displayName": "string",
553
+ "url": "string"
554
+ },
555
+ "creationDate": "string",
556
+ "description": "string",
557
+ "id": 7,
558
+ "state": "error",
559
+ "targetUrl": "string",
560
+ "updatedDate": "string"
561
+ },
562
+ {
563
+ "_links": {
564
+ "links": {}
565
+ },
566
+ "context": {
567
+ "genre": "string",
568
+ "name": "string"
569
+ },
570
+ "createdBy": {
571
+ "_links": {
572
+ "links": {}
573
+ },
574
+ "descriptor": "string",
575
+ "displayName": "string",
576
+ "url": "string"
577
+ },
578
+ "creationDate": "string",
579
+ "description": "string",
580
+ "id": 10,
581
+ "state": "notApplicable",
582
+ "targetUrl": "string",
583
+ "updatedDate": "string"
584
+ }
585
+ ],
586
+ "url": "string",
587
+ "workItems": [
588
+ {
589
+ "id": "string",
590
+ "url": "string"
591
+ },
592
+ {
593
+ "id": "string",
594
+ "url": "string"
595
+ },
596
+ {
597
+ "id": "string",
598
+ "url": "string"
599
+ },
600
+ {
601
+ "id": "string",
602
+ "url": "string"
603
+ }
604
+ ]
605
+ },
606
+ {
607
+ "_links": {
608
+ "links": {}
609
+ },
610
+ "author": {
611
+ "date": "string",
612
+ "email": "string",
613
+ "imageUrl": "string",
614
+ "name": "string"
615
+ },
616
+ "changeCounts": {},
617
+ "changes": [
618
+ {
619
+ "changeType": "undelete",
620
+ "item": "string",
621
+ "newContent": {
622
+ "content": "string",
623
+ "contentType": "rawText"
624
+ },
625
+ "sourceServerItem": "string",
626
+ "url": "string"
627
+ },
628
+ {
629
+ "changeType": "rename",
630
+ "item": "string",
631
+ "newContent": {
632
+ "content": "string",
633
+ "contentType": "base64Encoded"
634
+ },
635
+ "sourceServerItem": "string",
636
+ "url": "string"
637
+ },
638
+ {
639
+ "changeType": "none",
640
+ "item": "string",
641
+ "newContent": {
642
+ "content": "string",
643
+ "contentType": "base64Encoded"
644
+ },
645
+ "sourceServerItem": "string",
646
+ "url": "string"
647
+ },
648
+ {
649
+ "changeType": "none",
650
+ "item": "string",
651
+ "newContent": {
652
+ "content": "string",
653
+ "contentType": "base64Encoded"
654
+ },
655
+ "sourceServerItem": "string",
656
+ "url": "string"
657
+ },
658
+ {
659
+ "changeType": "all",
660
+ "item": "string",
661
+ "newContent": {
662
+ "content": "string",
663
+ "contentType": "base64Encoded"
664
+ },
665
+ "sourceServerItem": "string",
666
+ "url": "string"
667
+ },
668
+ {
669
+ "changeType": "rename",
670
+ "item": "string",
671
+ "newContent": {
672
+ "content": "string",
673
+ "contentType": "rawText"
674
+ },
675
+ "sourceServerItem": "string",
676
+ "url": "string"
677
+ },
678
+ {
679
+ "changeType": "sourceRename",
680
+ "item": "string",
681
+ "newContent": {
682
+ "content": "string",
683
+ "contentType": "rawText"
684
+ },
685
+ "sourceServerItem": "string",
686
+ "url": "string"
687
+ },
688
+ {
689
+ "changeType": "targetRename",
690
+ "item": "string",
691
+ "newContent": {
692
+ "content": "string",
693
+ "contentType": "base64Encoded"
694
+ },
695
+ "sourceServerItem": "string",
696
+ "url": "string"
697
+ }
698
+ ],
699
+ "comment": "string",
700
+ "commentTruncated": false,
701
+ "commitId": "string",
702
+ "committer": {
703
+ "date": "string",
704
+ "email": "string",
705
+ "imageUrl": "string",
706
+ "name": "string"
707
+ },
708
+ "parents": [
709
+ "string",
710
+ "string",
711
+ "string",
712
+ "string",
713
+ "string",
714
+ "string"
715
+ ],
716
+ "push": {
717
+ "_links": {
718
+ "links": {}
719
+ },
720
+ "date": "string",
721
+ "pushedBy": {
722
+ "_links": {
723
+ "links": {}
724
+ },
725
+ "descriptor": "string",
726
+ "displayName": "string",
727
+ "url": "string"
728
+ },
729
+ "pushId": 5,
730
+ "url": "string"
731
+ },
732
+ "remoteUrl": "string",
733
+ "statuses": [
734
+ {
735
+ "_links": {
736
+ "links": {}
737
+ },
738
+ "context": {
739
+ "genre": "string",
740
+ "name": "string"
741
+ },
742
+ "createdBy": {
743
+ "_links": {
744
+ "links": {}
745
+ },
746
+ "descriptor": "string",
747
+ "displayName": "string",
748
+ "url": "string"
749
+ },
750
+ "creationDate": "string",
751
+ "description": "string",
752
+ "id": 2,
753
+ "state": "notSet",
754
+ "targetUrl": "string",
755
+ "updatedDate": "string"
756
+ },
757
+ {
758
+ "_links": {
759
+ "links": {}
760
+ },
761
+ "context": {
762
+ "genre": "string",
763
+ "name": "string"
764
+ },
765
+ "createdBy": {
766
+ "_links": {
767
+ "links": {}
768
+ },
769
+ "descriptor": "string",
770
+ "displayName": "string",
771
+ "url": "string"
772
+ },
773
+ "creationDate": "string",
774
+ "description": "string",
775
+ "id": 4,
776
+ "state": "error",
777
+ "targetUrl": "string",
778
+ "updatedDate": "string"
779
+ },
780
+ {
781
+ "_links": {
782
+ "links": {}
783
+ },
784
+ "context": {
785
+ "genre": "string",
786
+ "name": "string"
787
+ },
788
+ "createdBy": {
789
+ "_links": {
790
+ "links": {}
791
+ },
792
+ "descriptor": "string",
793
+ "displayName": "string",
794
+ "url": "string"
795
+ },
796
+ "creationDate": "string",
797
+ "description": "string",
798
+ "id": 2,
799
+ "state": "notApplicable",
800
+ "targetUrl": "string",
801
+ "updatedDate": "string"
802
+ }
803
+ ],
804
+ "url": "string",
805
+ "workItems": [
806
+ {
807
+ "id": "string",
808
+ "url": "string"
809
+ },
810
+ {
811
+ "id": "string",
812
+ "url": "string"
813
+ },
814
+ {
815
+ "id": "string",
816
+ "url": "string"
817
+ },
818
+ {
819
+ "id": "string",
820
+ "url": "string"
821
+ },
822
+ {
823
+ "id": "string",
824
+ "url": "string"
825
+ },
826
+ {
827
+ "id": "string",
828
+ "url": "string"
829
+ },
830
+ {
831
+ "id": "string",
832
+ "url": "string"
833
+ },
834
+ {
835
+ "id": "string",
836
+ "url": "string"
837
+ },
838
+ {
839
+ "id": "string",
840
+ "url": "string"
841
+ },
842
+ {
843
+ "id": "string",
844
+ "url": "string"
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "_links": {
850
+ "links": {}
851
+ },
852
+ "author": {
853
+ "date": "string",
854
+ "email": "string",
855
+ "imageUrl": "string",
856
+ "name": "string"
857
+ },
858
+ "changeCounts": {},
859
+ "changes": [
860
+ {
861
+ "changeType": "sourceRename",
862
+ "item": "string",
863
+ "newContent": {
864
+ "content": "string",
865
+ "contentType": "base64Encoded"
866
+ },
867
+ "sourceServerItem": "string",
868
+ "url": "string"
869
+ },
870
+ {
871
+ "changeType": "sourceRename",
872
+ "item": "string",
873
+ "newContent": {
874
+ "content": "string",
875
+ "contentType": "rawText"
876
+ },
877
+ "sourceServerItem": "string",
878
+ "url": "string"
879
+ },
880
+ {
881
+ "changeType": "delete",
882
+ "item": "string",
883
+ "newContent": {
884
+ "content": "string",
885
+ "contentType": "base64Encoded"
886
+ },
887
+ "sourceServerItem": "string",
888
+ "url": "string"
889
+ },
890
+ {
891
+ "changeType": "rename",
892
+ "item": "string",
893
+ "newContent": {
894
+ "content": "string",
895
+ "contentType": "base64Encoded"
896
+ },
897
+ "sourceServerItem": "string",
898
+ "url": "string"
899
+ },
900
+ {
901
+ "changeType": "sourceRename",
902
+ "item": "string",
903
+ "newContent": {
904
+ "content": "string",
905
+ "contentType": "rawText"
906
+ },
907
+ "sourceServerItem": "string",
908
+ "url": "string"
909
+ },
910
+ {
911
+ "changeType": "targetRename",
912
+ "item": "string",
913
+ "newContent": {
914
+ "content": "string",
915
+ "contentType": "rawText"
916
+ },
917
+ "sourceServerItem": "string",
918
+ "url": "string"
919
+ },
920
+ {
921
+ "changeType": "rollback",
922
+ "item": "string",
923
+ "newContent": {
924
+ "content": "string",
925
+ "contentType": "base64Encoded"
926
+ },
927
+ "sourceServerItem": "string",
928
+ "url": "string"
929
+ },
930
+ {
931
+ "changeType": "lock",
932
+ "item": "string",
933
+ "newContent": {
934
+ "content": "string",
935
+ "contentType": "base64Encoded"
936
+ },
937
+ "sourceServerItem": "string",
938
+ "url": "string"
939
+ },
940
+ {
941
+ "changeType": "branch",
942
+ "item": "string",
943
+ "newContent": {
944
+ "content": "string",
945
+ "contentType": "rawText"
946
+ },
947
+ "sourceServerItem": "string",
948
+ "url": "string"
949
+ }
950
+ ],
951
+ "comment": "string",
952
+ "commentTruncated": true,
953
+ "commitId": "string",
954
+ "committer": {
955
+ "date": "string",
956
+ "email": "string",
957
+ "imageUrl": "string",
958
+ "name": "string"
959
+ },
960
+ "parents": [
961
+ "string",
962
+ "string",
963
+ "string",
964
+ "string"
965
+ ],
966
+ "push": {
967
+ "_links": {
968
+ "links": {}
969
+ },
970
+ "date": "string",
971
+ "pushedBy": {
972
+ "_links": {
973
+ "links": {}
974
+ },
975
+ "descriptor": "string",
976
+ "displayName": "string",
977
+ "url": "string"
978
+ },
979
+ "pushId": 1,
980
+ "url": "string"
981
+ },
982
+ "remoteUrl": "string",
983
+ "statuses": [
984
+ {
985
+ "_links": {
986
+ "links": {}
987
+ },
988
+ "context": {
989
+ "genre": "string",
990
+ "name": "string"
991
+ },
992
+ "createdBy": {
993
+ "_links": {
994
+ "links": {}
995
+ },
996
+ "descriptor": "string",
997
+ "displayName": "string",
998
+ "url": "string"
999
+ },
1000
+ "creationDate": "string",
1001
+ "description": "string",
1002
+ "id": 6,
1003
+ "state": "notApplicable",
1004
+ "targetUrl": "string",
1005
+ "updatedDate": "string"
1006
+ }
1007
+ ],
1008
+ "url": "string",
1009
+ "workItems": [
1010
+ {
1011
+ "id": "string",
1012
+ "url": "string"
1013
+ },
1014
+ {
1015
+ "id": "string",
1016
+ "url": "string"
1017
+ },
1018
+ {
1019
+ "id": "string",
1020
+ "url": "string"
1021
+ },
1022
+ {
1023
+ "id": "string",
1024
+ "url": "string"
1025
+ },
1026
+ {
1027
+ "id": "string",
1028
+ "url": "string"
1029
+ },
1030
+ {
1031
+ "id": "string",
1032
+ "url": "string"
1033
+ },
1034
+ {
1035
+ "id": "string",
1036
+ "url": "string"
1037
+ },
1038
+ {
1039
+ "id": "string",
1040
+ "url": "string"
1041
+ },
1042
+ {
1043
+ "id": "string",
1044
+ "url": "string"
1045
+ }
1046
+ ]
1047
+ },
1048
+ {
1049
+ "_links": {
1050
+ "links": {}
1051
+ },
1052
+ "author": {
1053
+ "date": "string",
1054
+ "email": "string",
1055
+ "imageUrl": "string",
1056
+ "name": "string"
1057
+ },
1058
+ "changeCounts": {},
1059
+ "changes": [
1060
+ {
1061
+ "changeType": "encoding",
1062
+ "item": "string",
1063
+ "newContent": {
1064
+ "content": "string",
1065
+ "contentType": "base64Encoded"
1066
+ },
1067
+ "sourceServerItem": "string",
1068
+ "url": "string"
1069
+ },
1070
+ {
1071
+ "changeType": "lock",
1072
+ "item": "string",
1073
+ "newContent": {
1074
+ "content": "string",
1075
+ "contentType": "base64Encoded"
1076
+ },
1077
+ "sourceServerItem": "string",
1078
+ "url": "string"
1079
+ },
1080
+ {
1081
+ "changeType": "branch",
1082
+ "item": "string",
1083
+ "newContent": {
1084
+ "content": "string",
1085
+ "contentType": "base64Encoded"
1086
+ },
1087
+ "sourceServerItem": "string",
1088
+ "url": "string"
1089
+ },
1090
+ {
1091
+ "changeType": "branch",
1092
+ "item": "string",
1093
+ "newContent": {
1094
+ "content": "string",
1095
+ "contentType": "base64Encoded"
1096
+ },
1097
+ "sourceServerItem": "string",
1098
+ "url": "string"
1099
+ },
1100
+ {
1101
+ "changeType": "add",
1102
+ "item": "string",
1103
+ "newContent": {
1104
+ "content": "string",
1105
+ "contentType": "base64Encoded"
1106
+ },
1107
+ "sourceServerItem": "string",
1108
+ "url": "string"
1109
+ },
1110
+ {
1111
+ "changeType": "undelete",
1112
+ "item": "string",
1113
+ "newContent": {
1114
+ "content": "string",
1115
+ "contentType": "base64Encoded"
1116
+ },
1117
+ "sourceServerItem": "string",
1118
+ "url": "string"
1119
+ },
1120
+ {
1121
+ "changeType": "none",
1122
+ "item": "string",
1123
+ "newContent": {
1124
+ "content": "string",
1125
+ "contentType": "base64Encoded"
1126
+ },
1127
+ "sourceServerItem": "string",
1128
+ "url": "string"
1129
+ },
1130
+ {
1131
+ "changeType": "lock",
1132
+ "item": "string",
1133
+ "newContent": {
1134
+ "content": "string",
1135
+ "contentType": "base64Encoded"
1136
+ },
1137
+ "sourceServerItem": "string",
1138
+ "url": "string"
1139
+ },
1140
+ {
1141
+ "changeType": "undelete",
1142
+ "item": "string",
1143
+ "newContent": {
1144
+ "content": "string",
1145
+ "contentType": "base64Encoded"
1146
+ },
1147
+ "sourceServerItem": "string",
1148
+ "url": "string"
1149
+ },
1150
+ {
1151
+ "changeType": "encoding",
1152
+ "item": "string",
1153
+ "newContent": {
1154
+ "content": "string",
1155
+ "contentType": "base64Encoded"
1156
+ },
1157
+ "sourceServerItem": "string",
1158
+ "url": "string"
1159
+ }
1160
+ ],
1161
+ "comment": "string",
1162
+ "commentTruncated": false,
1163
+ "commitId": "string",
1164
+ "committer": {
1165
+ "date": "string",
1166
+ "email": "string",
1167
+ "imageUrl": "string",
1168
+ "name": "string"
1169
+ },
1170
+ "parents": [
1171
+ "string",
1172
+ "string",
1173
+ "string",
1174
+ "string",
1175
+ "string",
1176
+ "string",
1177
+ "string",
1178
+ "string"
1179
+ ],
1180
+ "push": {
1181
+ "_links": {
1182
+ "links": {}
1183
+ },
1184
+ "date": "string",
1185
+ "pushedBy": {
1186
+ "_links": {
1187
+ "links": {}
1188
+ },
1189
+ "descriptor": "string",
1190
+ "displayName": "string",
1191
+ "url": "string"
1192
+ },
1193
+ "pushId": 3,
1194
+ "url": "string"
1195
+ },
1196
+ "remoteUrl": "string",
1197
+ "statuses": [
1198
+ {
1199
+ "_links": {
1200
+ "links": {}
1201
+ },
1202
+ "context": {
1203
+ "genre": "string",
1204
+ "name": "string"
1205
+ },
1206
+ "createdBy": {
1207
+ "_links": {
1208
+ "links": {}
1209
+ },
1210
+ "descriptor": "string",
1211
+ "displayName": "string",
1212
+ "url": "string"
1213
+ },
1214
+ "creationDate": "string",
1215
+ "description": "string",
1216
+ "id": 8,
1217
+ "state": "error",
1218
+ "targetUrl": "string",
1219
+ "updatedDate": "string"
1220
+ },
1221
+ {
1222
+ "_links": {
1223
+ "links": {}
1224
+ },
1225
+ "context": {
1226
+ "genre": "string",
1227
+ "name": "string"
1228
+ },
1229
+ "createdBy": {
1230
+ "_links": {
1231
+ "links": {}
1232
+ },
1233
+ "descriptor": "string",
1234
+ "displayName": "string",
1235
+ "url": "string"
1236
+ },
1237
+ "creationDate": "string",
1238
+ "description": "string",
1239
+ "id": 5,
1240
+ "state": "succeeded",
1241
+ "targetUrl": "string",
1242
+ "updatedDate": "string"
1243
+ },
1244
+ {
1245
+ "_links": {
1246
+ "links": {}
1247
+ },
1248
+ "context": {
1249
+ "genre": "string",
1250
+ "name": "string"
1251
+ },
1252
+ "createdBy": {
1253
+ "_links": {
1254
+ "links": {}
1255
+ },
1256
+ "descriptor": "string",
1257
+ "displayName": "string",
1258
+ "url": "string"
1259
+ },
1260
+ "creationDate": "string",
1261
+ "description": "string",
1262
+ "id": 4,
1263
+ "state": "notApplicable",
1264
+ "targetUrl": "string",
1265
+ "updatedDate": "string"
1266
+ },
1267
+ {
1268
+ "_links": {
1269
+ "links": {}
1270
+ },
1271
+ "context": {
1272
+ "genre": "string",
1273
+ "name": "string"
1274
+ },
1275
+ "createdBy": {
1276
+ "_links": {
1277
+ "links": {}
1278
+ },
1279
+ "descriptor": "string",
1280
+ "displayName": "string",
1281
+ "url": "string"
1282
+ },
1283
+ "creationDate": "string",
1284
+ "description": "string",
1285
+ "id": 1,
1286
+ "state": "pending",
1287
+ "targetUrl": "string",
1288
+ "updatedDate": "string"
1289
+ },
1290
+ {
1291
+ "_links": {
1292
+ "links": {}
1293
+ },
1294
+ "context": {
1295
+ "genre": "string",
1296
+ "name": "string"
1297
+ },
1298
+ "createdBy": {
1299
+ "_links": {
1300
+ "links": {}
1301
+ },
1302
+ "descriptor": "string",
1303
+ "displayName": "string",
1304
+ "url": "string"
1305
+ },
1306
+ "creationDate": "string",
1307
+ "description": "string",
1308
+ "id": 10,
1309
+ "state": "notApplicable",
1310
+ "targetUrl": "string",
1311
+ "updatedDate": "string"
1312
+ },
1313
+ {
1314
+ "_links": {
1315
+ "links": {}
1316
+ },
1317
+ "context": {
1318
+ "genre": "string",
1319
+ "name": "string"
1320
+ },
1321
+ "createdBy": {
1322
+ "_links": {
1323
+ "links": {}
1324
+ },
1325
+ "descriptor": "string",
1326
+ "displayName": "string",
1327
+ "url": "string"
1328
+ },
1329
+ "creationDate": "string",
1330
+ "description": "string",
1331
+ "id": 3,
1332
+ "state": "error",
1333
+ "targetUrl": "string",
1334
+ "updatedDate": "string"
1335
+ },
1336
+ {
1337
+ "_links": {
1338
+ "links": {}
1339
+ },
1340
+ "context": {
1341
+ "genre": "string",
1342
+ "name": "string"
1343
+ },
1344
+ "createdBy": {
1345
+ "_links": {
1346
+ "links": {}
1347
+ },
1348
+ "descriptor": "string",
1349
+ "displayName": "string",
1350
+ "url": "string"
1351
+ },
1352
+ "creationDate": "string",
1353
+ "description": "string",
1354
+ "id": 1,
1355
+ "state": "pending",
1356
+ "targetUrl": "string",
1357
+ "updatedDate": "string"
1358
+ },
1359
+ {
1360
+ "_links": {
1361
+ "links": {}
1362
+ },
1363
+ "context": {
1364
+ "genre": "string",
1365
+ "name": "string"
1366
+ },
1367
+ "createdBy": {
1368
+ "_links": {
1369
+ "links": {}
1370
+ },
1371
+ "descriptor": "string",
1372
+ "displayName": "string",
1373
+ "url": "string"
1374
+ },
1375
+ "creationDate": "string",
1376
+ "description": "string",
1377
+ "id": 9,
1378
+ "state": "pending",
1379
+ "targetUrl": "string",
1380
+ "updatedDate": "string"
1381
+ }
1382
+ ],
1383
+ "url": "string",
1384
+ "workItems": [
1385
+ {
1386
+ "id": "string",
1387
+ "url": "string"
1388
+ }
1389
+ ]
1390
+ },
1391
+ {
1392
+ "_links": {
1393
+ "links": {}
1394
+ },
1395
+ "author": {
1396
+ "date": "string",
1397
+ "email": "string",
1398
+ "imageUrl": "string",
1399
+ "name": "string"
1400
+ },
1401
+ "changeCounts": {},
1402
+ "changes": [
1403
+ {
1404
+ "changeType": "undelete",
1405
+ "item": "string",
1406
+ "newContent": {
1407
+ "content": "string",
1408
+ "contentType": "rawText"
1409
+ },
1410
+ "sourceServerItem": "string",
1411
+ "url": "string"
1412
+ }
1413
+ ],
1414
+ "comment": "string",
1415
+ "commentTruncated": true,
1416
+ "commitId": "string",
1417
+ "committer": {
1418
+ "date": "string",
1419
+ "email": "string",
1420
+ "imageUrl": "string",
1421
+ "name": "string"
1422
+ },
1423
+ "parents": [
1424
+ "string",
1425
+ "string",
1426
+ "string",
1427
+ "string"
1428
+ ],
1429
+ "push": {
1430
+ "_links": {
1431
+ "links": {}
1432
+ },
1433
+ "date": "string",
1434
+ "pushedBy": {
1435
+ "_links": {
1436
+ "links": {}
1437
+ },
1438
+ "descriptor": "string",
1439
+ "displayName": "string",
1440
+ "url": "string"
1441
+ },
1442
+ "pushId": 9,
1443
+ "url": "string"
1444
+ },
1445
+ "remoteUrl": "string",
1446
+ "statuses": [
1447
+ {
1448
+ "_links": {
1449
+ "links": {}
1450
+ },
1451
+ "context": {
1452
+ "genre": "string",
1453
+ "name": "string"
1454
+ },
1455
+ "createdBy": {
1456
+ "_links": {
1457
+ "links": {}
1458
+ },
1459
+ "descriptor": "string",
1460
+ "displayName": "string",
1461
+ "url": "string"
1462
+ },
1463
+ "creationDate": "string",
1464
+ "description": "string",
1465
+ "id": 2,
1466
+ "state": "notApplicable",
1467
+ "targetUrl": "string",
1468
+ "updatedDate": "string"
1469
+ },
1470
+ {
1471
+ "_links": {
1472
+ "links": {}
1473
+ },
1474
+ "context": {
1475
+ "genre": "string",
1476
+ "name": "string"
1477
+ },
1478
+ "createdBy": {
1479
+ "_links": {
1480
+ "links": {}
1481
+ },
1482
+ "descriptor": "string",
1483
+ "displayName": "string",
1484
+ "url": "string"
1485
+ },
1486
+ "creationDate": "string",
1487
+ "description": "string",
1488
+ "id": 2,
1489
+ "state": "failed",
1490
+ "targetUrl": "string",
1491
+ "updatedDate": "string"
1492
+ },
1493
+ {
1494
+ "_links": {
1495
+ "links": {}
1496
+ },
1497
+ "context": {
1498
+ "genre": "string",
1499
+ "name": "string"
1500
+ },
1501
+ "createdBy": {
1502
+ "_links": {
1503
+ "links": {}
1504
+ },
1505
+ "descriptor": "string",
1506
+ "displayName": "string",
1507
+ "url": "string"
1508
+ },
1509
+ "creationDate": "string",
1510
+ "description": "string",
1511
+ "id": 6,
1512
+ "state": "succeeded",
1513
+ "targetUrl": "string",
1514
+ "updatedDate": "string"
1515
+ },
1516
+ {
1517
+ "_links": {
1518
+ "links": {}
1519
+ },
1520
+ "context": {
1521
+ "genre": "string",
1522
+ "name": "string"
1523
+ },
1524
+ "createdBy": {
1525
+ "_links": {
1526
+ "links": {}
1527
+ },
1528
+ "descriptor": "string",
1529
+ "displayName": "string",
1530
+ "url": "string"
1531
+ },
1532
+ "creationDate": "string",
1533
+ "description": "string",
1534
+ "id": 2,
1535
+ "state": "notSet",
1536
+ "targetUrl": "string",
1537
+ "updatedDate": "string"
1538
+ },
1539
+ {
1540
+ "_links": {
1541
+ "links": {}
1542
+ },
1543
+ "context": {
1544
+ "genre": "string",
1545
+ "name": "string"
1546
+ },
1547
+ "createdBy": {
1548
+ "_links": {
1549
+ "links": {}
1550
+ },
1551
+ "descriptor": "string",
1552
+ "displayName": "string",
1553
+ "url": "string"
1554
+ },
1555
+ "creationDate": "string",
1556
+ "description": "string",
1557
+ "id": 8,
1558
+ "state": "error",
1559
+ "targetUrl": "string",
1560
+ "updatedDate": "string"
1561
+ },
1562
+ {
1563
+ "_links": {
1564
+ "links": {}
1565
+ },
1566
+ "context": {
1567
+ "genre": "string",
1568
+ "name": "string"
1569
+ },
1570
+ "createdBy": {
1571
+ "_links": {
1572
+ "links": {}
1573
+ },
1574
+ "descriptor": "string",
1575
+ "displayName": "string",
1576
+ "url": "string"
1577
+ },
1578
+ "creationDate": "string",
1579
+ "description": "string",
1580
+ "id": 7,
1581
+ "state": "notApplicable",
1582
+ "targetUrl": "string",
1583
+ "updatedDate": "string"
1584
+ },
1585
+ {
1586
+ "_links": {
1587
+ "links": {}
1588
+ },
1589
+ "context": {
1590
+ "genre": "string",
1591
+ "name": "string"
1592
+ },
1593
+ "createdBy": {
1594
+ "_links": {
1595
+ "links": {}
1596
+ },
1597
+ "descriptor": "string",
1598
+ "displayName": "string",
1599
+ "url": "string"
1600
+ },
1601
+ "creationDate": "string",
1602
+ "description": "string",
1603
+ "id": 5,
1604
+ "state": "notSet",
1605
+ "targetUrl": "string",
1606
+ "updatedDate": "string"
1607
+ }
1608
+ ],
1609
+ "url": "string",
1610
+ "workItems": [
1611
+ {
1612
+ "id": "string",
1613
+ "url": "string"
1614
+ },
1615
+ {
1616
+ "id": "string",
1617
+ "url": "string"
1618
+ },
1619
+ {
1620
+ "id": "string",
1621
+ "url": "string"
1622
+ },
1623
+ {
1624
+ "id": "string",
1625
+ "url": "string"
1626
+ },
1627
+ {
1628
+ "id": "string",
1629
+ "url": "string"
1630
+ },
1631
+ {
1632
+ "id": "string",
1633
+ "url": "string"
1634
+ },
1635
+ {
1636
+ "id": "string",
1637
+ "url": "string"
1638
+ },
1639
+ {
1640
+ "id": "string",
1641
+ "url": "string"
1642
+ },
1643
+ {
1644
+ "id": "string",
1645
+ "url": "string"
1646
+ }
1647
+ ]
1648
+ }
1649
+ ],
1650
+ "commonRefCommit": {
1651
+ "_links": {
1652
+ "links": {}
1653
+ },
1654
+ "author": {
1655
+ "date": "string",
1656
+ "email": "string",
1657
+ "imageUrl": "string",
1658
+ "name": "string"
1659
+ },
1660
+ "changeCounts": {},
1661
+ "changes": [
1662
+ {
1663
+ "changeType": "sourceRename",
1664
+ "item": "string",
1665
+ "newContent": {
1666
+ "content": "string",
1667
+ "contentType": "base64Encoded"
1668
+ },
1669
+ "sourceServerItem": "string",
1670
+ "url": "string"
1671
+ }
1672
+ ],
1673
+ "comment": "string",
1674
+ "commentTruncated": false,
1675
+ "commitId": "string",
1676
+ "committer": {
1677
+ "date": "string",
1678
+ "email": "string",
1679
+ "imageUrl": "string",
1680
+ "name": "string"
1681
+ },
1682
+ "parents": [
1683
+ "string",
1684
+ "string"
1685
+ ],
1686
+ "push": {
1687
+ "_links": {
1688
+ "links": {}
1689
+ },
1690
+ "date": "string",
1691
+ "pushedBy": {
1692
+ "_links": {
1693
+ "links": {}
1694
+ },
1695
+ "descriptor": "string",
1696
+ "displayName": "string",
1697
+ "url": "string"
1698
+ },
1699
+ "pushId": 9,
1700
+ "url": "string"
1701
+ },
1702
+ "remoteUrl": "string",
1703
+ "statuses": [
1704
+ {
1705
+ "_links": {
1706
+ "links": {}
1707
+ },
1708
+ "context": {
1709
+ "genre": "string",
1710
+ "name": "string"
1711
+ },
1712
+ "createdBy": {
1713
+ "_links": {
1714
+ "links": {}
1715
+ },
1716
+ "descriptor": "string",
1717
+ "displayName": "string",
1718
+ "url": "string"
1719
+ },
1720
+ "creationDate": "string",
1721
+ "description": "string",
1722
+ "id": 2,
1723
+ "state": "notApplicable",
1724
+ "targetUrl": "string",
1725
+ "updatedDate": "string"
1726
+ },
1727
+ {
1728
+ "_links": {
1729
+ "links": {}
1730
+ },
1731
+ "context": {
1732
+ "genre": "string",
1733
+ "name": "string"
1734
+ },
1735
+ "createdBy": {
1736
+ "_links": {
1737
+ "links": {}
1738
+ },
1739
+ "descriptor": "string",
1740
+ "displayName": "string",
1741
+ "url": "string"
1742
+ },
1743
+ "creationDate": "string",
1744
+ "description": "string",
1745
+ "id": 10,
1746
+ "state": "notApplicable",
1747
+ "targetUrl": "string",
1748
+ "updatedDate": "string"
1749
+ },
1750
+ {
1751
+ "_links": {
1752
+ "links": {}
1753
+ },
1754
+ "context": {
1755
+ "genre": "string",
1756
+ "name": "string"
1757
+ },
1758
+ "createdBy": {
1759
+ "_links": {
1760
+ "links": {}
1761
+ },
1762
+ "descriptor": "string",
1763
+ "displayName": "string",
1764
+ "url": "string"
1765
+ },
1766
+ "creationDate": "string",
1767
+ "description": "string",
1768
+ "id": 6,
1769
+ "state": "notApplicable",
1770
+ "targetUrl": "string",
1771
+ "updatedDate": "string"
1772
+ },
1773
+ {
1774
+ "_links": {
1775
+ "links": {}
1776
+ },
1777
+ "context": {
1778
+ "genre": "string",
1779
+ "name": "string"
1780
+ },
1781
+ "createdBy": {
1782
+ "_links": {
1783
+ "links": {}
1784
+ },
1785
+ "descriptor": "string",
1786
+ "displayName": "string",
1787
+ "url": "string"
1788
+ },
1789
+ "creationDate": "string",
1790
+ "description": "string",
1791
+ "id": 3,
1792
+ "state": "notSet",
1793
+ "targetUrl": "string",
1794
+ "updatedDate": "string"
1795
+ },
1796
+ {
1797
+ "_links": {
1798
+ "links": {}
1799
+ },
1800
+ "context": {
1801
+ "genre": "string",
1802
+ "name": "string"
1803
+ },
1804
+ "createdBy": {
1805
+ "_links": {
1806
+ "links": {}
1807
+ },
1808
+ "descriptor": "string",
1809
+ "displayName": "string",
1810
+ "url": "string"
1811
+ },
1812
+ "creationDate": "string",
1813
+ "description": "string",
1814
+ "id": 3,
1815
+ "state": "failed",
1816
+ "targetUrl": "string",
1817
+ "updatedDate": "string"
1818
+ },
1819
+ {
1820
+ "_links": {
1821
+ "links": {}
1822
+ },
1823
+ "context": {
1824
+ "genre": "string",
1825
+ "name": "string"
1826
+ },
1827
+ "createdBy": {
1828
+ "_links": {
1829
+ "links": {}
1830
+ },
1831
+ "descriptor": "string",
1832
+ "displayName": "string",
1833
+ "url": "string"
1834
+ },
1835
+ "creationDate": "string",
1836
+ "description": "string",
1837
+ "id": 3,
1838
+ "state": "notSet",
1839
+ "targetUrl": "string",
1840
+ "updatedDate": "string"
1841
+ },
1842
+ {
1843
+ "_links": {
1844
+ "links": {}
1845
+ },
1846
+ "context": {
1847
+ "genre": "string",
1848
+ "name": "string"
1849
+ },
1850
+ "createdBy": {
1851
+ "_links": {
1852
+ "links": {}
1853
+ },
1854
+ "descriptor": "string",
1855
+ "displayName": "string",
1856
+ "url": "string"
1857
+ },
1858
+ "creationDate": "string",
1859
+ "description": "string",
1860
+ "id": 1,
1861
+ "state": "failed",
1862
+ "targetUrl": "string",
1863
+ "updatedDate": "string"
1864
+ }
1865
+ ],
1866
+ "url": "string",
1867
+ "workItems": [
1868
+ {
1869
+ "id": "string",
1870
+ "url": "string"
1871
+ },
1872
+ {
1873
+ "id": "string",
1874
+ "url": "string"
1875
+ },
1876
+ {
1877
+ "id": "string",
1878
+ "url": "string"
1879
+ },
1880
+ {
1881
+ "id": "string",
1882
+ "url": "string"
1883
+ },
1884
+ {
1885
+ "id": "string",
1886
+ "url": "string"
1887
+ },
1888
+ {
1889
+ "id": "string",
1890
+ "url": "string"
1891
+ },
1892
+ {
1893
+ "id": "string",
1894
+ "url": "string"
1895
+ },
1896
+ {
1897
+ "id": "string",
1898
+ "url": "string"
1899
+ }
1900
+ ]
1901
+ },
1902
+ "createdDate": "string",
1903
+ "description": "string",
1904
+ "hasMoreCommits": true,
1905
+ "id": 3,
1906
+ "newTargetRefName": "string",
1907
+ "oldTargetRefName": "string",
1908
+ "push": {
1909
+ "_links": {
1910
+ "links": {}
1911
+ },
1912
+ "date": "string",
1913
+ "pushedBy": {
1914
+ "_links": {
1915
+ "links": {}
1916
+ },
1917
+ "descriptor": "string",
1918
+ "displayName": "string",
1919
+ "url": "string"
1920
+ },
1921
+ "pushId": 7,
1922
+ "url": "string"
1923
+ },
1924
+ "reason": "create",
1925
+ "sourceRefCommit": {
1926
+ "_links": {
1927
+ "links": {}
1928
+ },
1929
+ "author": {
1930
+ "date": "string",
1931
+ "email": "string",
1932
+ "imageUrl": "string",
1933
+ "name": "string"
1934
+ },
1935
+ "changeCounts": {},
1936
+ "changes": [
1937
+ {
1938
+ "changeType": "sourceRename",
1939
+ "item": "string",
1940
+ "newContent": {
1941
+ "content": "string",
1942
+ "contentType": "rawText"
1943
+ },
1944
+ "sourceServerItem": "string",
1945
+ "url": "string"
1946
+ },
1947
+ {
1948
+ "changeType": "encoding",
1949
+ "item": "string",
1950
+ "newContent": {
1951
+ "content": "string",
1952
+ "contentType": "rawText"
1953
+ },
1954
+ "sourceServerItem": "string",
1955
+ "url": "string"
1956
+ },
1957
+ {
1958
+ "changeType": "delete",
1959
+ "item": "string",
1960
+ "newContent": {
1961
+ "content": "string",
1962
+ "contentType": "rawText"
1963
+ },
1964
+ "sourceServerItem": "string",
1965
+ "url": "string"
1966
+ },
1967
+ {
1968
+ "changeType": "edit",
1969
+ "item": "string",
1970
+ "newContent": {
1971
+ "content": "string",
1972
+ "contentType": "base64Encoded"
1973
+ },
1974
+ "sourceServerItem": "string",
1975
+ "url": "string"
1976
+ },
1977
+ {
1978
+ "changeType": "rename",
1979
+ "item": "string",
1980
+ "newContent": {
1981
+ "content": "string",
1982
+ "contentType": "base64Encoded"
1983
+ },
1984
+ "sourceServerItem": "string",
1985
+ "url": "string"
1986
+ },
1987
+ {
1988
+ "changeType": "property",
1989
+ "item": "string",
1990
+ "newContent": {
1991
+ "content": "string",
1992
+ "contentType": "base64Encoded"
1993
+ },
1994
+ "sourceServerItem": "string",
1995
+ "url": "string"
1996
+ },
1997
+ {
1998
+ "changeType": "all",
1999
+ "item": "string",
2000
+ "newContent": {
2001
+ "content": "string",
2002
+ "contentType": "base64Encoded"
2003
+ },
2004
+ "sourceServerItem": "string",
2005
+ "url": "string"
2006
+ }
2007
+ ],
2008
+ "comment": "string",
2009
+ "commentTruncated": true,
2010
+ "commitId": "string",
2011
+ "committer": {
2012
+ "date": "string",
2013
+ "email": "string",
2014
+ "imageUrl": "string",
2015
+ "name": "string"
2016
+ },
2017
+ "parents": [
2018
+ "string",
2019
+ "string",
2020
+ "string",
2021
+ "string",
2022
+ "string",
2023
+ "string",
2024
+ "string",
2025
+ "string"
2026
+ ],
2027
+ "push": {
2028
+ "_links": {
2029
+ "links": {}
2030
+ },
2031
+ "date": "string",
2032
+ "pushedBy": {
2033
+ "_links": {
2034
+ "links": {}
2035
+ },
2036
+ "descriptor": "string",
2037
+ "displayName": "string",
2038
+ "url": "string"
2039
+ },
2040
+ "pushId": 5,
2041
+ "url": "string"
2042
+ },
2043
+ "remoteUrl": "string",
2044
+ "statuses": [
2045
+ {
2046
+ "_links": {
2047
+ "links": {}
2048
+ },
2049
+ "context": {
2050
+ "genre": "string",
2051
+ "name": "string"
2052
+ },
2053
+ "createdBy": {
2054
+ "_links": {
2055
+ "links": {}
2056
+ },
2057
+ "descriptor": "string",
2058
+ "displayName": "string",
2059
+ "url": "string"
2060
+ },
2061
+ "creationDate": "string",
2062
+ "description": "string",
2063
+ "id": 5,
2064
+ "state": "pending",
2065
+ "targetUrl": "string",
2066
+ "updatedDate": "string"
2067
+ },
2068
+ {
2069
+ "_links": {
2070
+ "links": {}
2071
+ },
2072
+ "context": {
2073
+ "genre": "string",
2074
+ "name": "string"
2075
+ },
2076
+ "createdBy": {
2077
+ "_links": {
2078
+ "links": {}
2079
+ },
2080
+ "descriptor": "string",
2081
+ "displayName": "string",
2082
+ "url": "string"
2083
+ },
2084
+ "creationDate": "string",
2085
+ "description": "string",
2086
+ "id": 3,
2087
+ "state": "pending",
2088
+ "targetUrl": "string",
2089
+ "updatedDate": "string"
2090
+ },
2091
+ {
2092
+ "_links": {
2093
+ "links": {}
2094
+ },
2095
+ "context": {
2096
+ "genre": "string",
2097
+ "name": "string"
2098
+ },
2099
+ "createdBy": {
2100
+ "_links": {
2101
+ "links": {}
2102
+ },
2103
+ "descriptor": "string",
2104
+ "displayName": "string",
2105
+ "url": "string"
2106
+ },
2107
+ "creationDate": "string",
2108
+ "description": "string",
2109
+ "id": 10,
2110
+ "state": "notApplicable",
2111
+ "targetUrl": "string",
2112
+ "updatedDate": "string"
2113
+ },
2114
+ {
2115
+ "_links": {
2116
+ "links": {}
2117
+ },
2118
+ "context": {
2119
+ "genre": "string",
2120
+ "name": "string"
2121
+ },
2122
+ "createdBy": {
2123
+ "_links": {
2124
+ "links": {}
2125
+ },
2126
+ "descriptor": "string",
2127
+ "displayName": "string",
2128
+ "url": "string"
2129
+ },
2130
+ "creationDate": "string",
2131
+ "description": "string",
2132
+ "id": 6,
2133
+ "state": "notApplicable",
2134
+ "targetUrl": "string",
2135
+ "updatedDate": "string"
2136
+ },
2137
+ {
2138
+ "_links": {
2139
+ "links": {}
2140
+ },
2141
+ "context": {
2142
+ "genre": "string",
2143
+ "name": "string"
2144
+ },
2145
+ "createdBy": {
2146
+ "_links": {
2147
+ "links": {}
2148
+ },
2149
+ "descriptor": "string",
2150
+ "displayName": "string",
2151
+ "url": "string"
2152
+ },
2153
+ "creationDate": "string",
2154
+ "description": "string",
2155
+ "id": 10,
2156
+ "state": "pending",
2157
+ "targetUrl": "string",
2158
+ "updatedDate": "string"
2159
+ }
2160
+ ],
2161
+ "url": "string",
2162
+ "workItems": [
2163
+ {
2164
+ "id": "string",
2165
+ "url": "string"
2166
+ },
2167
+ {
2168
+ "id": "string",
2169
+ "url": "string"
2170
+ },
2171
+ {
2172
+ "id": "string",
2173
+ "url": "string"
2174
+ },
2175
+ {
2176
+ "id": "string",
2177
+ "url": "string"
2178
+ }
2179
+ ]
2180
+ },
2181
+ "targetRefCommit": {
2182
+ "_links": {
2183
+ "links": {}
2184
+ },
2185
+ "author": {
2186
+ "date": "string",
2187
+ "email": "string",
2188
+ "imageUrl": "string",
2189
+ "name": "string"
2190
+ },
2191
+ "changeCounts": {},
2192
+ "changes": [
2193
+ {
2194
+ "changeType": "merge",
2195
+ "item": "string",
2196
+ "newContent": {
2197
+ "content": "string",
2198
+ "contentType": "rawText"
2199
+ },
2200
+ "sourceServerItem": "string",
2201
+ "url": "string"
2202
+ },
2203
+ {
2204
+ "changeType": "encoding",
2205
+ "item": "string",
2206
+ "newContent": {
2207
+ "content": "string",
2208
+ "contentType": "base64Encoded"
2209
+ },
2210
+ "sourceServerItem": "string",
2211
+ "url": "string"
2212
+ },
2213
+ {
2214
+ "changeType": "branch",
2215
+ "item": "string",
2216
+ "newContent": {
2217
+ "content": "string",
2218
+ "contentType": "rawText"
2219
+ },
2220
+ "sourceServerItem": "string",
2221
+ "url": "string"
2222
+ },
2223
+ {
2224
+ "changeType": "property",
2225
+ "item": "string",
2226
+ "newContent": {
2227
+ "content": "string",
2228
+ "contentType": "rawText"
2229
+ },
2230
+ "sourceServerItem": "string",
2231
+ "url": "string"
2232
+ }
2233
+ ],
2234
+ "comment": "string",
2235
+ "commentTruncated": false,
2236
+ "commitId": "string",
2237
+ "committer": {
2238
+ "date": "string",
2239
+ "email": "string",
2240
+ "imageUrl": "string",
2241
+ "name": "string"
2242
+ },
2243
+ "parents": [
2244
+ "string",
2245
+ "string",
2246
+ "string",
2247
+ "string",
2248
+ "string",
2249
+ "string",
2250
+ "string",
2251
+ "string",
2252
+ "string",
2253
+ "string"
2254
+ ],
2255
+ "push": {
2256
+ "_links": {
2257
+ "links": {}
2258
+ },
2259
+ "date": "string",
2260
+ "pushedBy": {
2261
+ "_links": {
2262
+ "links": {}
2263
+ },
2264
+ "descriptor": "string",
2265
+ "displayName": "string",
2266
+ "url": "string"
2267
+ },
2268
+ "pushId": 6,
2269
+ "url": "string"
2270
+ },
2271
+ "remoteUrl": "string",
2272
+ "statuses": [
2273
+ {
2274
+ "_links": {
2275
+ "links": {}
2276
+ },
2277
+ "context": {
2278
+ "genre": "string",
2279
+ "name": "string"
2280
+ },
2281
+ "createdBy": {
2282
+ "_links": {
2283
+ "links": {}
2284
+ },
2285
+ "descriptor": "string",
2286
+ "displayName": "string",
2287
+ "url": "string"
2288
+ },
2289
+ "creationDate": "string",
2290
+ "description": "string",
2291
+ "id": 7,
2292
+ "state": "notApplicable",
2293
+ "targetUrl": "string",
2294
+ "updatedDate": "string"
2295
+ },
2296
+ {
2297
+ "_links": {
2298
+ "links": {}
2299
+ },
2300
+ "context": {
2301
+ "genre": "string",
2302
+ "name": "string"
2303
+ },
2304
+ "createdBy": {
2305
+ "_links": {
2306
+ "links": {}
2307
+ },
2308
+ "descriptor": "string",
2309
+ "displayName": "string",
2310
+ "url": "string"
2311
+ },
2312
+ "creationDate": "string",
2313
+ "description": "string",
2314
+ "id": 5,
2315
+ "state": "error",
2316
+ "targetUrl": "string",
2317
+ "updatedDate": "string"
2318
+ },
2319
+ {
2320
+ "_links": {
2321
+ "links": {}
2322
+ },
2323
+ "context": {
2324
+ "genre": "string",
2325
+ "name": "string"
2326
+ },
2327
+ "createdBy": {
2328
+ "_links": {
2329
+ "links": {}
2330
+ },
2331
+ "descriptor": "string",
2332
+ "displayName": "string",
2333
+ "url": "string"
2334
+ },
2335
+ "creationDate": "string",
2336
+ "description": "string",
2337
+ "id": 6,
2338
+ "state": "succeeded",
2339
+ "targetUrl": "string",
2340
+ "updatedDate": "string"
2341
+ },
2342
+ {
2343
+ "_links": {
2344
+ "links": {}
2345
+ },
2346
+ "context": {
2347
+ "genre": "string",
2348
+ "name": "string"
2349
+ },
2350
+ "createdBy": {
2351
+ "_links": {
2352
+ "links": {}
2353
+ },
2354
+ "descriptor": "string",
2355
+ "displayName": "string",
2356
+ "url": "string"
2357
+ },
2358
+ "creationDate": "string",
2359
+ "description": "string",
2360
+ "id": 7,
2361
+ "state": "failed",
2362
+ "targetUrl": "string",
2363
+ "updatedDate": "string"
2364
+ },
2365
+ {
2366
+ "_links": {
2367
+ "links": {}
2368
+ },
2369
+ "context": {
2370
+ "genre": "string",
2371
+ "name": "string"
2372
+ },
2373
+ "createdBy": {
2374
+ "_links": {
2375
+ "links": {}
2376
+ },
2377
+ "descriptor": "string",
2378
+ "displayName": "string",
2379
+ "url": "string"
2380
+ },
2381
+ "creationDate": "string",
2382
+ "description": "string",
2383
+ "id": 9,
2384
+ "state": "notSet",
2385
+ "targetUrl": "string",
2386
+ "updatedDate": "string"
2387
+ }
2388
+ ],
2389
+ "url": "string",
2390
+ "workItems": [
2391
+ {
2392
+ "id": "string",
2393
+ "url": "string"
2394
+ },
2395
+ {
2396
+ "id": "string",
2397
+ "url": "string"
2398
+ }
2399
+ ]
2400
+ },
2401
+ "updatedDate": "string"
2402
+ }
2403
+ ]