@nikolaymatrosov/sourcecraft-sdk 0.0.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 (555) hide show
  1. package/LICENSE.md +7 -0
  2. package/README.md +369 -0
  3. package/dist/apis/CIApi.d.ts +85 -0
  4. package/dist/apis/CIApi.d.ts.map +1 -0
  5. package/dist/apis/CIApi.js +156 -0
  6. package/dist/apis/CIApi.js.map +1 -0
  7. package/dist/apis/IssuesApi.d.ts +352 -0
  8. package/dist/apis/IssuesApi.d.ts.map +1 -0
  9. package/dist/apis/IssuesApi.js +523 -0
  10. package/dist/apis/IssuesApi.js.map +1 -0
  11. package/dist/apis/IssuesAttachmentsApi.d.ts +246 -0
  12. package/dist/apis/IssuesAttachmentsApi.d.ts.map +1 -0
  13. package/dist/apis/IssuesAttachmentsApi.js +375 -0
  14. package/dist/apis/IssuesAttachmentsApi.js.map +1 -0
  15. package/dist/apis/IssuesCommentsApi.d.ts +241 -0
  16. package/dist/apis/IssuesCommentsApi.d.ts.map +1 -0
  17. package/dist/apis/IssuesCommentsApi.js +357 -0
  18. package/dist/apis/IssuesCommentsApi.js.map +1 -0
  19. package/dist/apis/IssuesCommentsAttachmentsApi.d.ts +143 -0
  20. package/dist/apis/IssuesCommentsAttachmentsApi.d.ts.map +1 -0
  21. package/dist/apis/IssuesCommentsAttachmentsApi.js +228 -0
  22. package/dist/apis/IssuesCommentsAttachmentsApi.js.map +1 -0
  23. package/dist/apis/IssuesCommentsReactionsApi.d.ts +85 -0
  24. package/dist/apis/IssuesCommentsReactionsApi.d.ts.map +1 -0
  25. package/dist/apis/IssuesCommentsReactionsApi.js +138 -0
  26. package/dist/apis/IssuesCommentsReactionsApi.js.map +1 -0
  27. package/dist/apis/IssuesLabelsApi.d.ts +283 -0
  28. package/dist/apis/IssuesLabelsApi.d.ts.map +1 -0
  29. package/dist/apis/IssuesLabelsApi.js +418 -0
  30. package/dist/apis/IssuesLabelsApi.js.map +1 -0
  31. package/dist/apis/IssuesLinkedIssuesApi.d.ts +192 -0
  32. package/dist/apis/IssuesLinkedIssuesApi.d.ts.map +1 -0
  33. package/dist/apis/IssuesLinkedIssuesApi.js +285 -0
  34. package/dist/apis/IssuesLinkedIssuesApi.js.map +1 -0
  35. package/dist/apis/IssuesLinkedPRsApi.d.ts +217 -0
  36. package/dist/apis/IssuesLinkedPRsApi.d.ts.map +1 -0
  37. package/dist/apis/IssuesLinkedPRsApi.js +324 -0
  38. package/dist/apis/IssuesLinkedPRsApi.js.map +1 -0
  39. package/dist/apis/IssuesStatusesApi.d.ts +50 -0
  40. package/dist/apis/IssuesStatusesApi.d.ts.map +1 -0
  41. package/dist/apis/IssuesStatusesApi.js +89 -0
  42. package/dist/apis/IssuesStatusesApi.js.map +1 -0
  43. package/dist/apis/OrganizationApi.d.ts +85 -0
  44. package/dist/apis/OrganizationApi.d.ts.map +1 -0
  45. package/dist/apis/OrganizationApi.js +139 -0
  46. package/dist/apis/OrganizationApi.js.map +1 -0
  47. package/dist/apis/RepositoryApi.d.ts +669 -0
  48. package/dist/apis/RepositoryApi.d.ts.map +1 -0
  49. package/dist/apis/RepositoryApi.js +1013 -0
  50. package/dist/apis/RepositoryApi.js.map +1 -0
  51. package/dist/apis/RepositoryLabelsApi.d.ts +319 -0
  52. package/dist/apis/RepositoryLabelsApi.d.ts.map +1 -0
  53. package/dist/apis/RepositoryLabelsApi.js +480 -0
  54. package/dist/apis/RepositoryLabelsApi.js.map +1 -0
  55. package/dist/apis/RepositoryMilestonesApi.d.ts +319 -0
  56. package/dist/apis/RepositoryMilestonesApi.d.ts.map +1 -0
  57. package/dist/apis/RepositoryMilestonesApi.js +482 -0
  58. package/dist/apis/RepositoryMilestonesApi.js.map +1 -0
  59. package/dist/apis/RepositoryPullRequestApi.d.ts +513 -0
  60. package/dist/apis/RepositoryPullRequestApi.d.ts.map +1 -0
  61. package/dist/apis/RepositoryPullRequestApi.js +756 -0
  62. package/dist/apis/RepositoryPullRequestApi.js.map +1 -0
  63. package/dist/apis/RepositoryPullRequestCommentsApi.d.ts +191 -0
  64. package/dist/apis/RepositoryPullRequestCommentsApi.d.ts.map +1 -0
  65. package/dist/apis/RepositoryPullRequestCommentsApi.js +297 -0
  66. package/dist/apis/RepositoryPullRequestCommentsApi.js.map +1 -0
  67. package/dist/apis/RepositoryPullRequestReviewersApi.d.ts +275 -0
  68. package/dist/apis/RepositoryPullRequestReviewersApi.d.ts.map +1 -0
  69. package/dist/apis/RepositoryPullRequestReviewersApi.js +426 -0
  70. package/dist/apis/RepositoryPullRequestReviewersApi.js.map +1 -0
  71. package/dist/apis/RolesApi.d.ts +197 -0
  72. package/dist/apis/RolesApi.d.ts.map +1 -0
  73. package/dist/apis/RolesApi.js +336 -0
  74. package/dist/apis/RolesApi.js.map +1 -0
  75. package/dist/apis/UserPullRequestApi.d.ts +119 -0
  76. package/dist/apis/UserPullRequestApi.d.ts.map +1 -0
  77. package/dist/apis/UserPullRequestApi.js +174 -0
  78. package/dist/apis/UserPullRequestApi.js.map +1 -0
  79. package/dist/apis/index.d.ts +20 -0
  80. package/dist/apis/index.d.ts.map +1 -0
  81. package/dist/apis/index.js +60 -0
  82. package/dist/apis/index.js.map +1 -0
  83. package/dist/index.d.ts +4 -0
  84. package/dist/index.d.ts.map +1 -0
  85. package/dist/index.js +22 -0
  86. package/dist/index.js.map +1 -0
  87. package/dist/models/AddRepoRolesBody.d.ts +34 -0
  88. package/dist/models/AddRepoRolesBody.d.ts.map +1 -0
  89. package/dist/models/AddRepoRolesBody.js +54 -0
  90. package/dist/models/AddRepoRolesBody.js.map +1 -0
  91. package/dist/models/AddRepoRolesResponse.d.ts +41 -0
  92. package/dist/models/AddRepoRolesResponse.d.ts.map +1 -0
  93. package/dist/models/AddRepoRolesResponse.js +56 -0
  94. package/dist/models/AddRepoRolesResponse.js.map +1 -0
  95. package/dist/models/Anchor.d.ts +47 -0
  96. package/dist/models/Anchor.d.ts.map +1 -0
  97. package/dist/models/Anchor.js +55 -0
  98. package/dist/models/Anchor.js.map +1 -0
  99. package/dist/models/ApiErrorResponse.d.ts +53 -0
  100. package/dist/models/ApiErrorResponse.d.ts.map +1 -0
  101. package/dist/models/ApiErrorResponse.js +55 -0
  102. package/dist/models/ApiErrorResponse.js.map +1 -0
  103. package/dist/models/Attachment.d.ts +58 -0
  104. package/dist/models/Attachment.d.ts.map +1 -0
  105. package/dist/models/Attachment.js +58 -0
  106. package/dist/models/Attachment.js.map +1 -0
  107. package/dist/models/AttachmentDownloadable.d.ts +64 -0
  108. package/dist/models/AttachmentDownloadable.d.ts.map +1 -0
  109. package/dist/models/AttachmentDownloadable.js +60 -0
  110. package/dist/models/AttachmentDownloadable.js.map +1 -0
  111. package/dist/models/AttachmentEmbedded.d.ts +33 -0
  112. package/dist/models/AttachmentEmbedded.d.ts.map +1 -0
  113. package/dist/models/AttachmentEmbedded.js +49 -0
  114. package/dist/models/AttachmentEmbedded.js.map +1 -0
  115. package/dist/models/AttachmentsResponse.d.ts +34 -0
  116. package/dist/models/AttachmentsResponse.d.ts.map +1 -0
  117. package/dist/models/AttachmentsResponse.js +54 -0
  118. package/dist/models/AttachmentsResponse.js.map +1 -0
  119. package/dist/models/AutoAssignBody.d.ts +33 -0
  120. package/dist/models/AutoAssignBody.d.ts.map +1 -0
  121. package/dist/models/AutoAssignBody.js +49 -0
  122. package/dist/models/AutoAssignBody.js.map +1 -0
  123. package/dist/models/AutoAssignResponse.d.ts +34 -0
  124. package/dist/models/AutoAssignResponse.d.ts.map +1 -0
  125. package/dist/models/AutoAssignResponse.js +54 -0
  126. package/dist/models/AutoAssignResponse.js.map +1 -0
  127. package/dist/models/AutoAssignResponseReviewerDelta.d.ts +41 -0
  128. package/dist/models/AutoAssignResponseReviewerDelta.d.ts.map +1 -0
  129. package/dist/models/AutoAssignResponseReviewerDelta.js +53 -0
  130. package/dist/models/AutoAssignResponseReviewerDelta.js.map +1 -0
  131. package/dist/models/Branch.d.ts +40 -0
  132. package/dist/models/Branch.d.ts.map +1 -0
  133. package/dist/models/Branch.js +52 -0
  134. package/dist/models/Branch.js.map +1 -0
  135. package/dist/models/CloneURL.d.ts +39 -0
  136. package/dist/models/CloneURL.d.ts.map +1 -0
  137. package/dist/models/CloneURL.js +51 -0
  138. package/dist/models/CloneURL.js.map +1 -0
  139. package/dist/models/Commit.d.ts +39 -0
  140. package/dist/models/Commit.d.ts.map +1 -0
  141. package/dist/models/Commit.js +51 -0
  142. package/dist/models/Commit.js.map +1 -0
  143. package/dist/models/CreateIssueBody.d.ts +107 -0
  144. package/dist/models/CreateIssueBody.d.ts.map +1 -0
  145. package/dist/models/CreateIssueBody.js +77 -0
  146. package/dist/models/CreateIssueBody.js.map +1 -0
  147. package/dist/models/CreateIssueCommentBody.d.ts +39 -0
  148. package/dist/models/CreateIssueCommentBody.d.ts.map +1 -0
  149. package/dist/models/CreateIssueCommentBody.js +51 -0
  150. package/dist/models/CreateIssueCommentBody.js.map +1 -0
  151. package/dist/models/CreateLabelBody.d.ts +45 -0
  152. package/dist/models/CreateLabelBody.d.ts.map +1 -0
  153. package/dist/models/CreateLabelBody.js +55 -0
  154. package/dist/models/CreateLabelBody.js.map +1 -0
  155. package/dist/models/CreateLinkBody.d.ts +46 -0
  156. package/dist/models/CreateLinkBody.d.ts.map +1 -0
  157. package/dist/models/CreateLinkBody.js +54 -0
  158. package/dist/models/CreateLinkBody.js.map +1 -0
  159. package/dist/models/CreateMilestoneBody.d.ts +57 -0
  160. package/dist/models/CreateMilestoneBody.d.ts.map +1 -0
  161. package/dist/models/CreateMilestoneBody.js +59 -0
  162. package/dist/models/CreateMilestoneBody.js.map +1 -0
  163. package/dist/models/CreatePullRequestBody.d.ts +69 -0
  164. package/dist/models/CreatePullRequestBody.d.ts.map +1 -0
  165. package/dist/models/CreatePullRequestBody.js +61 -0
  166. package/dist/models/CreatePullRequestBody.js.map +1 -0
  167. package/dist/models/CreatePullRequestCommentBody.d.ts +64 -0
  168. package/dist/models/CreatePullRequestCommentBody.d.ts.map +1 -0
  169. package/dist/models/CreatePullRequestCommentBody.js +60 -0
  170. package/dist/models/CreatePullRequestCommentBody.js.map +1 -0
  171. package/dist/models/CreateRepositoryBody.d.ts +66 -0
  172. package/dist/models/CreateRepositoryBody.d.ts.map +1 -0
  173. package/dist/models/CreateRepositoryBody.js +70 -0
  174. package/dist/models/CreateRepositoryBody.js.map +1 -0
  175. package/dist/models/DeltaAction.d.ts +26 -0
  176. package/dist/models/DeltaAction.d.ts.map +1 -0
  177. package/dist/models/DeltaAction.js +52 -0
  178. package/dist/models/DeltaAction.js.map +1 -0
  179. package/dist/models/DiffPos.d.ts +52 -0
  180. package/dist/models/DiffPos.d.ts.map +1 -0
  181. package/dist/models/DiffPos.js +56 -0
  182. package/dist/models/DiffPos.js.map +1 -0
  183. package/dist/models/FileType.d.ts +28 -0
  184. package/dist/models/FileType.d.ts.map +1 -0
  185. package/dist/models/FileType.js +54 -0
  186. package/dist/models/FileType.js.map +1 -0
  187. package/dist/models/ForkRepositoryBody.d.ts +51 -0
  188. package/dist/models/ForkRepositoryBody.d.ts.map +1 -0
  189. package/dist/models/ForkRepositoryBody.js +55 -0
  190. package/dist/models/ForkRepositoryBody.js.map +1 -0
  191. package/dist/models/Hunk.d.ts +57 -0
  192. package/dist/models/Hunk.d.ts.map +1 -0
  193. package/dist/models/Hunk.js +57 -0
  194. package/dist/models/Hunk.js.map +1 -0
  195. package/dist/models/Image.d.ts +33 -0
  196. package/dist/models/Image.d.ts.map +1 -0
  197. package/dist/models/Image.js +49 -0
  198. package/dist/models/Image.js.map +1 -0
  199. package/dist/models/InitSettings.d.ts +57 -0
  200. package/dist/models/InitSettings.d.ts.map +1 -0
  201. package/dist/models/InitSettings.js +57 -0
  202. package/dist/models/InitSettings.js.map +1 -0
  203. package/dist/models/InputValue.d.ts +39 -0
  204. package/dist/models/InputValue.d.ts.map +1 -0
  205. package/dist/models/InputValue.js +51 -0
  206. package/dist/models/InputValue.js.map +1 -0
  207. package/dist/models/Issue.d.ts +142 -0
  208. package/dist/models/Issue.d.ts.map +1 -0
  209. package/dist/models/Issue.js +100 -0
  210. package/dist/models/Issue.js.map +1 -0
  211. package/dist/models/IssueComment.d.ts +87 -0
  212. package/dist/models/IssueComment.d.ts.map +1 -0
  213. package/dist/models/IssueComment.js +78 -0
  214. package/dist/models/IssueComment.js.map +1 -0
  215. package/dist/models/IssueCommentEmbedded.d.ts +33 -0
  216. package/dist/models/IssueCommentEmbedded.d.ts.map +1 -0
  217. package/dist/models/IssueCommentEmbedded.js +49 -0
  218. package/dist/models/IssueCommentEmbedded.js.map +1 -0
  219. package/dist/models/IssueEmbedded.d.ts +39 -0
  220. package/dist/models/IssueEmbedded.d.ts.map +1 -0
  221. package/dist/models/IssueEmbedded.js +51 -0
  222. package/dist/models/IssueEmbedded.js.map +1 -0
  223. package/dist/models/IssueLabelsResponse.d.ts +34 -0
  224. package/dist/models/IssueLabelsResponse.d.ts.map +1 -0
  225. package/dist/models/IssueLabelsResponse.js +54 -0
  226. package/dist/models/IssueLabelsResponse.js.map +1 -0
  227. package/dist/models/IssueLink.d.ts +78 -0
  228. package/dist/models/IssueLink.d.ts.map +1 -0
  229. package/dist/models/IssueLink.js +66 -0
  230. package/dist/models/IssueLink.js.map +1 -0
  231. package/dist/models/IssueLinkLinkType.d.ts +31 -0
  232. package/dist/models/IssueLinkLinkType.d.ts.map +1 -0
  233. package/dist/models/IssueLinkLinkType.js +57 -0
  234. package/dist/models/IssueLinkLinkType.js.map +1 -0
  235. package/dist/models/IssueLinkedPRsResponse.d.ts +34 -0
  236. package/dist/models/IssueLinkedPRsResponse.d.ts.map +1 -0
  237. package/dist/models/IssueLinkedPRsResponse.js +54 -0
  238. package/dist/models/IssueLinkedPRsResponse.js.map +1 -0
  239. package/dist/models/IssueStatus.d.ts +52 -0
  240. package/dist/models/IssueStatus.d.ts.map +1 -0
  241. package/dist/models/IssueStatus.js +56 -0
  242. package/dist/models/IssueStatus.js.map +1 -0
  243. package/dist/models/IssueVisibility.d.ts +26 -0
  244. package/dist/models/IssueVisibility.d.ts.map +1 -0
  245. package/dist/models/IssueVisibility.js +52 -0
  246. package/dist/models/IssueVisibility.js.map +1 -0
  247. package/dist/models/LabelEmbedded.d.ts +51 -0
  248. package/dist/models/LabelEmbedded.d.ts.map +1 -0
  249. package/dist/models/LabelEmbedded.js +55 -0
  250. package/dist/models/LabelEmbedded.js.map +1 -0
  251. package/dist/models/Language.d.ts +39 -0
  252. package/dist/models/Language.d.ts.map +1 -0
  253. package/dist/models/Language.js +51 -0
  254. package/dist/models/Language.js.map +1 -0
  255. package/dist/models/Link.d.ts +40 -0
  256. package/dist/models/Link.d.ts.map +1 -0
  257. package/dist/models/Link.js +52 -0
  258. package/dist/models/Link.js.map +1 -0
  259. package/dist/models/LinkLinkType.d.ts +28 -0
  260. package/dist/models/LinkLinkType.d.ts.map +1 -0
  261. package/dist/models/LinkLinkType.js +54 -0
  262. package/dist/models/LinkLinkType.js.map +1 -0
  263. package/dist/models/ListBranchesResponse.d.ts +41 -0
  264. package/dist/models/ListBranchesResponse.d.ts.map +1 -0
  265. package/dist/models/ListBranchesResponse.js +56 -0
  266. package/dist/models/ListBranchesResponse.js.map +1 -0
  267. package/dist/models/ListIssueCommentsResponse.d.ts +40 -0
  268. package/dist/models/ListIssueCommentsResponse.d.ts.map +1 -0
  269. package/dist/models/ListIssueCommentsResponse.js +56 -0
  270. package/dist/models/ListIssueCommentsResponse.js.map +1 -0
  271. package/dist/models/ListIssueStatusesResponse.d.ts +40 -0
  272. package/dist/models/ListIssueStatusesResponse.d.ts.map +1 -0
  273. package/dist/models/ListIssueStatusesResponse.js +56 -0
  274. package/dist/models/ListIssueStatusesResponse.js.map +1 -0
  275. package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.d.ts +40 -0
  276. package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.d.ts.map +1 -0
  277. package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.js +52 -0
  278. package/dist/models/ListIssuesAssignedToAuthenticatedUserResponse.js.map +1 -0
  279. package/dist/models/ListLabelsForRepositoryResponse.d.ts +40 -0
  280. package/dist/models/ListLabelsForRepositoryResponse.d.ts.map +1 -0
  281. package/dist/models/ListLabelsForRepositoryResponse.js +52 -0
  282. package/dist/models/ListLabelsForRepositoryResponse.js.map +1 -0
  283. package/dist/models/ListLinksResponse.d.ts +40 -0
  284. package/dist/models/ListLinksResponse.d.ts.map +1 -0
  285. package/dist/models/ListLinksResponse.js +56 -0
  286. package/dist/models/ListLinksResponse.js.map +1 -0
  287. package/dist/models/ListMilestonesForRepositoryResponse.d.ts +40 -0
  288. package/dist/models/ListMilestonesForRepositoryResponse.d.ts.map +1 -0
  289. package/dist/models/ListMilestonesForRepositoryResponse.js +56 -0
  290. package/dist/models/ListMilestonesForRepositoryResponse.js.map +1 -0
  291. package/dist/models/ListOrganizationRepositoriesResponse.d.ts +41 -0
  292. package/dist/models/ListOrganizationRepositoriesResponse.d.ts.map +1 -0
  293. package/dist/models/ListOrganizationRepositoriesResponse.js +56 -0
  294. package/dist/models/ListOrganizationRepositoriesResponse.js.map +1 -0
  295. package/dist/models/ListPullRequestCommentsResponse.d.ts +40 -0
  296. package/dist/models/ListPullRequestCommentsResponse.d.ts.map +1 -0
  297. package/dist/models/ListPullRequestCommentsResponse.js +56 -0
  298. package/dist/models/ListPullRequestCommentsResponse.js.map +1 -0
  299. package/dist/models/ListRepoRolesResponse.d.ts +41 -0
  300. package/dist/models/ListRepoRolesResponse.d.ts.map +1 -0
  301. package/dist/models/ListRepoRolesResponse.js +56 -0
  302. package/dist/models/ListRepoRolesResponse.js.map +1 -0
  303. package/dist/models/ListRepositoryIssuesResponse.d.ts +41 -0
  304. package/dist/models/ListRepositoryIssuesResponse.d.ts.map +1 -0
  305. package/dist/models/ListRepositoryIssuesResponse.js +52 -0
  306. package/dist/models/ListRepositoryIssuesResponse.js.map +1 -0
  307. package/dist/models/ListRepositoryPullRequestsResponse.d.ts +41 -0
  308. package/dist/models/ListRepositoryPullRequestsResponse.d.ts.map +1 -0
  309. package/dist/models/ListRepositoryPullRequestsResponse.js +56 -0
  310. package/dist/models/ListRepositoryPullRequestsResponse.js.map +1 -0
  311. package/dist/models/ListReviewersResponse.d.ts +41 -0
  312. package/dist/models/ListReviewersResponse.d.ts.map +1 -0
  313. package/dist/models/ListReviewersResponse.js +56 -0
  314. package/dist/models/ListReviewersResponse.js.map +1 -0
  315. package/dist/models/ListTagsResponse.d.ts +41 -0
  316. package/dist/models/ListTagsResponse.d.ts.map +1 -0
  317. package/dist/models/ListTagsResponse.js +52 -0
  318. package/dist/models/ListTagsResponse.js.map +1 -0
  319. package/dist/models/ListTreeResponse.d.ts +41 -0
  320. package/dist/models/ListTreeResponse.d.ts.map +1 -0
  321. package/dist/models/ListTreeResponse.js +56 -0
  322. package/dist/models/ListTreeResponse.js.map +1 -0
  323. package/dist/models/MergeInfo.d.ts +59 -0
  324. package/dist/models/MergeInfo.d.ts.map +1 -0
  325. package/dist/models/MergeInfo.js +61 -0
  326. package/dist/models/MergeInfo.js.map +1 -0
  327. package/dist/models/MergeParameters.d.ts +45 -0
  328. package/dist/models/MergeParameters.d.ts.map +1 -0
  329. package/dist/models/MergeParameters.js +53 -0
  330. package/dist/models/MergeParameters.js.map +1 -0
  331. package/dist/models/Milestone.d.ts +95 -0
  332. package/dist/models/Milestone.d.ts.map +1 -0
  333. package/dist/models/Milestone.js +71 -0
  334. package/dist/models/Milestone.js.map +1 -0
  335. package/dist/models/MilestoneEmbedded.d.ts +39 -0
  336. package/dist/models/MilestoneEmbedded.d.ts.map +1 -0
  337. package/dist/models/MilestoneEmbedded.js +51 -0
  338. package/dist/models/MilestoneEmbedded.js.map +1 -0
  339. package/dist/models/MilestoneStatus.d.ts +26 -0
  340. package/dist/models/MilestoneStatus.d.ts.map +1 -0
  341. package/dist/models/MilestoneStatus.js +52 -0
  342. package/dist/models/MilestoneStatus.js.map +1 -0
  343. package/dist/models/ModifyLabelCollectionRequest.d.ts +39 -0
  344. package/dist/models/ModifyLabelCollectionRequest.d.ts.map +1 -0
  345. package/dist/models/ModifyLabelCollectionRequest.js +51 -0
  346. package/dist/models/ModifyLabelCollectionRequest.js.map +1 -0
  347. package/dist/models/ModifyPullRequestCollectionRequest.d.ts +39 -0
  348. package/dist/models/ModifyPullRequestCollectionRequest.d.ts.map +1 -0
  349. package/dist/models/ModifyPullRequestCollectionRequest.js +51 -0
  350. package/dist/models/ModifyPullRequestCollectionRequest.js.map +1 -0
  351. package/dist/models/ModifyReactionBody.d.ts +34 -0
  352. package/dist/models/ModifyReactionBody.d.ts.map +1 -0
  353. package/dist/models/ModifyReactionBody.js +50 -0
  354. package/dist/models/ModifyReactionBody.js.map +1 -0
  355. package/dist/models/OrganizationEmbedded.d.ts +39 -0
  356. package/dist/models/OrganizationEmbedded.d.ts.map +1 -0
  357. package/dist/models/OrganizationEmbedded.js +51 -0
  358. package/dist/models/OrganizationEmbedded.js.map +1 -0
  359. package/dist/models/PRReviewer.d.ts +53 -0
  360. package/dist/models/PRReviewer.d.ts.map +1 -0
  361. package/dist/models/PRReviewer.js +59 -0
  362. package/dist/models/PRReviewer.js.map +1 -0
  363. package/dist/models/Priority.d.ts +29 -0
  364. package/dist/models/Priority.d.ts.map +1 -0
  365. package/dist/models/Priority.js +55 -0
  366. package/dist/models/Priority.js.map +1 -0
  367. package/dist/models/PullRequest.d.ts +109 -0
  368. package/dist/models/PullRequest.d.ts.map +1 -0
  369. package/dist/models/PullRequest.js +77 -0
  370. package/dist/models/PullRequest.js.map +1 -0
  371. package/dist/models/PullRequestComment.d.ts +129 -0
  372. package/dist/models/PullRequestComment.d.ts.map +1 -0
  373. package/dist/models/PullRequestComment.js +88 -0
  374. package/dist/models/PullRequestComment.js.map +1 -0
  375. package/dist/models/PullRequestCommentType.d.ts +26 -0
  376. package/dist/models/PullRequestCommentType.d.ts.map +1 -0
  377. package/dist/models/PullRequestCommentType.js +52 -0
  378. package/dist/models/PullRequestCommentType.js.map +1 -0
  379. package/dist/models/PullRequestEmbedded.d.ts +39 -0
  380. package/dist/models/PullRequestEmbedded.d.ts.map +1 -0
  381. package/dist/models/PullRequestEmbedded.js +51 -0
  382. package/dist/models/PullRequestEmbedded.js.map +1 -0
  383. package/dist/models/PullRequestStatus.d.ts +29 -0
  384. package/dist/models/PullRequestStatus.d.ts.map +1 -0
  385. package/dist/models/PullRequestStatus.js +55 -0
  386. package/dist/models/PullRequestStatus.js.map +1 -0
  387. package/dist/models/Reaction.d.ts +50 -0
  388. package/dist/models/Reaction.d.ts.map +1 -0
  389. package/dist/models/Reaction.js +76 -0
  390. package/dist/models/Reaction.js.map +1 -0
  391. package/dist/models/ReactionCount.d.ts +39 -0
  392. package/dist/models/ReactionCount.d.ts.map +1 -0
  393. package/dist/models/ReactionCount.js +51 -0
  394. package/dist/models/ReactionCount.js.map +1 -0
  395. package/dist/models/Reactions.d.ts +36 -0
  396. package/dist/models/Reactions.d.ts.map +1 -0
  397. package/dist/models/Reactions.js +55 -0
  398. package/dist/models/Reactions.js.map +1 -0
  399. package/dist/models/RemoveRepoRolesBody.d.ts +34 -0
  400. package/dist/models/RemoveRepoRolesBody.d.ts.map +1 -0
  401. package/dist/models/RemoveRepoRolesBody.js +54 -0
  402. package/dist/models/RemoveRepoRolesBody.js.map +1 -0
  403. package/dist/models/RemoveRepoRolesResponse.d.ts +41 -0
  404. package/dist/models/RemoveRepoRolesResponse.d.ts.map +1 -0
  405. package/dist/models/RemoveRepoRolesResponse.js +56 -0
  406. package/dist/models/RemoveRepoRolesResponse.js.map +1 -0
  407. package/dist/models/RepoRole.d.ts +29 -0
  408. package/dist/models/RepoRole.d.ts.map +1 -0
  409. package/dist/models/RepoRole.js +55 -0
  410. package/dist/models/RepoRole.js.map +1 -0
  411. package/dist/models/RepoTemplate.d.ts +27 -0
  412. package/dist/models/RepoTemplate.d.ts.map +1 -0
  413. package/dist/models/RepoTemplate.js +53 -0
  414. package/dist/models/RepoTemplate.js.map +1 -0
  415. package/dist/models/Repository.d.ts +132 -0
  416. package/dist/models/Repository.d.ts.map +1 -0
  417. package/dist/models/Repository.js +94 -0
  418. package/dist/models/Repository.js.map +1 -0
  419. package/dist/models/RepositoryCounters.d.ts +57 -0
  420. package/dist/models/RepositoryCounters.d.ts.map +1 -0
  421. package/dist/models/RepositoryCounters.js +57 -0
  422. package/dist/models/RepositoryCounters.js.map +1 -0
  423. package/dist/models/RepositoryEmbedded.d.ts +39 -0
  424. package/dist/models/RepositoryEmbedded.d.ts.map +1 -0
  425. package/dist/models/RepositoryEmbedded.js +51 -0
  426. package/dist/models/RepositoryEmbedded.js.map +1 -0
  427. package/dist/models/RepositoryVisibility.d.ts +27 -0
  428. package/dist/models/RepositoryVisibility.d.ts.map +1 -0
  429. package/dist/models/RepositoryVisibility.js +53 -0
  430. package/dist/models/RepositoryVisibility.js.map +1 -0
  431. package/dist/models/ReviewDecision.d.ts +28 -0
  432. package/dist/models/ReviewDecision.d.ts.map +1 -0
  433. package/dist/models/ReviewDecision.js +54 -0
  434. package/dist/models/ReviewDecision.js.map +1 -0
  435. package/dist/models/Role.d.ts +27 -0
  436. package/dist/models/Role.d.ts.map +1 -0
  437. package/dist/models/Role.js +53 -0
  438. package/dist/models/Role.js.map +1 -0
  439. package/dist/models/RunCIBody.d.ts +46 -0
  440. package/dist/models/RunCIBody.d.ts.map +1 -0
  441. package/dist/models/RunCIBody.js +54 -0
  442. package/dist/models/RunCIBody.js.map +1 -0
  443. package/dist/models/RunCIWorkflowResponse.d.ts +40 -0
  444. package/dist/models/RunCIWorkflowResponse.d.ts.map +1 -0
  445. package/dist/models/RunCIWorkflowResponse.js +54 -0
  446. package/dist/models/RunCIWorkflowResponse.js.map +1 -0
  447. package/dist/models/SetDecisionBody.d.ts +34 -0
  448. package/dist/models/SetDecisionBody.d.ts.map +1 -0
  449. package/dist/models/SetDecisionBody.js +52 -0
  450. package/dist/models/SetDecisionBody.js.map +1 -0
  451. package/dist/models/SetDecisionResponse.d.ts +40 -0
  452. package/dist/models/SetDecisionResponse.d.ts.map +1 -0
  453. package/dist/models/SetDecisionResponse.js +54 -0
  454. package/dist/models/SetDecisionResponse.js.map +1 -0
  455. package/dist/models/ShortAnchor.d.ts +40 -0
  456. package/dist/models/ShortAnchor.d.ts.map +1 -0
  457. package/dist/models/ShortAnchor.js +52 -0
  458. package/dist/models/ShortAnchor.js.map +1 -0
  459. package/dist/models/Side.d.ts +26 -0
  460. package/dist/models/Side.d.ts.map +1 -0
  461. package/dist/models/Side.js +52 -0
  462. package/dist/models/Side.js.map +1 -0
  463. package/dist/models/StatusType.d.ts +29 -0
  464. package/dist/models/StatusType.d.ts.map +1 -0
  465. package/dist/models/StatusType.js +55 -0
  466. package/dist/models/StatusType.js.map +1 -0
  467. package/dist/models/Subject.d.ts +40 -0
  468. package/dist/models/Subject.d.ts.map +1 -0
  469. package/dist/models/Subject.js +52 -0
  470. package/dist/models/Subject.js.map +1 -0
  471. package/dist/models/SubjectRole.d.ts +41 -0
  472. package/dist/models/SubjectRole.d.ts.map +1 -0
  473. package/dist/models/SubjectRole.js +53 -0
  474. package/dist/models/SubjectRole.js.map +1 -0
  475. package/dist/models/SubjectType.d.ts +25 -0
  476. package/dist/models/SubjectType.d.ts.map +1 -0
  477. package/dist/models/SubjectType.js +51 -0
  478. package/dist/models/SubjectType.js.map +1 -0
  479. package/dist/models/TemplatingOptions.d.ts +33 -0
  480. package/dist/models/TemplatingOptions.d.ts.map +1 -0
  481. package/dist/models/TemplatingOptions.js +49 -0
  482. package/dist/models/TemplatingOptions.js.map +1 -0
  483. package/dist/models/TreeEntry.d.ts +46 -0
  484. package/dist/models/TreeEntry.d.ts.map +1 -0
  485. package/dist/models/TreeEntry.js +54 -0
  486. package/dist/models/TreeEntry.js.map +1 -0
  487. package/dist/models/TreeEntryType.d.ts +29 -0
  488. package/dist/models/TreeEntryType.d.ts.map +1 -0
  489. package/dist/models/TreeEntryType.js +55 -0
  490. package/dist/models/TreeEntryType.js.map +1 -0
  491. package/dist/models/TriggerStatus.d.ts +27 -0
  492. package/dist/models/TriggerStatus.d.ts.map +1 -0
  493. package/dist/models/TriggerStatus.js +53 -0
  494. package/dist/models/TriggerStatus.js.map +1 -0
  495. package/dist/models/UpdateIssueBody.d.ts +77 -0
  496. package/dist/models/UpdateIssueBody.d.ts.map +1 -0
  497. package/dist/models/UpdateIssueBody.js +65 -0
  498. package/dist/models/UpdateIssueBody.js.map +1 -0
  499. package/dist/models/UpdateIssueCommentBody.d.ts +33 -0
  500. package/dist/models/UpdateIssueCommentBody.d.ts.map +1 -0
  501. package/dist/models/UpdateIssueCommentBody.js +49 -0
  502. package/dist/models/UpdateIssueCommentBody.js.map +1 -0
  503. package/dist/models/UpdateLabelBody.d.ts +45 -0
  504. package/dist/models/UpdateLabelBody.d.ts.map +1 -0
  505. package/dist/models/UpdateLabelBody.js +53 -0
  506. package/dist/models/UpdateLabelBody.js.map +1 -0
  507. package/dist/models/UpdateMilestoneBody.d.ts +64 -0
  508. package/dist/models/UpdateMilestoneBody.d.ts.map +1 -0
  509. package/dist/models/UpdateMilestoneBody.js +60 -0
  510. package/dist/models/UpdateMilestoneBody.js.map +1 -0
  511. package/dist/models/UpdatePullRequestBody.d.ts +39 -0
  512. package/dist/models/UpdatePullRequestBody.d.ts.map +1 -0
  513. package/dist/models/UpdatePullRequestBody.js +51 -0
  514. package/dist/models/UpdatePullRequestBody.js.map +1 -0
  515. package/dist/models/UpdateRepositoryBody.d.ts +60 -0
  516. package/dist/models/UpdateRepositoryBody.d.ts.map +1 -0
  517. package/dist/models/UpdateRepositoryBody.js +62 -0
  518. package/dist/models/UpdateRepositoryBody.js.map +1 -0
  519. package/dist/models/UpdateReviewersBody.d.ts +40 -0
  520. package/dist/models/UpdateReviewersBody.d.ts.map +1 -0
  521. package/dist/models/UpdateReviewersBody.js +56 -0
  522. package/dist/models/UpdateReviewersBody.js.map +1 -0
  523. package/dist/models/UpdateReviewersResponse.d.ts +34 -0
  524. package/dist/models/UpdateReviewersResponse.d.ts.map +1 -0
  525. package/dist/models/UpdateReviewersResponse.js +54 -0
  526. package/dist/models/UpdateReviewersResponse.js.map +1 -0
  527. package/dist/models/UserEmbedded.d.ts +39 -0
  528. package/dist/models/UserEmbedded.d.ts.map +1 -0
  529. package/dist/models/UserEmbedded.js +51 -0
  530. package/dist/models/UserEmbedded.js.map +1 -0
  531. package/dist/models/V1Label.d.ts +76 -0
  532. package/dist/models/V1Label.d.ts.map +1 -0
  533. package/dist/models/V1Label.js +64 -0
  534. package/dist/models/V1Label.js.map +1 -0
  535. package/dist/models/V1ReviewerDelta.d.ts +40 -0
  536. package/dist/models/V1ReviewerDelta.d.ts.map +1 -0
  537. package/dist/models/V1ReviewerDelta.js +52 -0
  538. package/dist/models/V1ReviewerDelta.js.map +1 -0
  539. package/dist/models/V1Tag.d.ts +52 -0
  540. package/dist/models/V1Tag.d.ts.map +1 -0
  541. package/dist/models/V1Tag.js +56 -0
  542. package/dist/models/V1Tag.js.map +1 -0
  543. package/dist/models/WorkflowInput.d.ts +34 -0
  544. package/dist/models/WorkflowInput.d.ts.map +1 -0
  545. package/dist/models/WorkflowInput.js +54 -0
  546. package/dist/models/WorkflowInput.js.map +1 -0
  547. package/dist/models/index.d.ts +116 -0
  548. package/dist/models/index.d.ts.map +1 -0
  549. package/dist/models/index.js +134 -0
  550. package/dist/models/index.js.map +1 -0
  551. package/dist/runtime.d.ts +179 -0
  552. package/dist/runtime.d.ts.map +1 -0
  553. package/dist/runtime.js +325 -0
  554. package/dist/runtime.js.map +1 -0
  555. package/package.json +56 -0
@@ -0,0 +1,45 @@
1
+ /**
2
+ * SourceCraft API
3
+ * Bleeding edge of Public REST API of SourceCraft
4
+ *
5
+ * The version of the OpenAPI document: 0.0.1
6
+ * Contact: info@sourcecraft.dev
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateLabelBody
16
+ */
17
+ export interface CreateLabelBody {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CreateLabelBody
22
+ */
23
+ color?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CreateLabelBody
28
+ */
29
+ name: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof CreateLabelBody
34
+ */
35
+ slug?: string;
36
+ }
37
+ /**
38
+ * Check if a given object implements the CreateLabelBody interface.
39
+ */
40
+ export declare function instanceOfCreateLabelBody(value: object): value is CreateLabelBody;
41
+ export declare function CreateLabelBodyFromJSON(json: any): CreateLabelBody;
42
+ export declare function CreateLabelBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateLabelBody;
43
+ export declare function CreateLabelBodyToJSON(json: any): CreateLabelBody;
44
+ export declare function CreateLabelBodyToJSONTyped(value?: CreateLabelBody | null, ignoreDiscriminator?: boolean): any;
45
+ //# sourceMappingURL=CreateLabelBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLabelBody.d.ts","sourceRoot":"","sources":["../../src/models/CreateLabelBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAGjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CACxC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC7B,eAAe,CASjB;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CACtC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAC9B,mBAAmB,GAAE,OAAe,GACrC,GAAG,CAUL"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SourceCraft API
6
+ * Bleeding edge of Public REST API of SourceCraft
7
+ *
8
+ * The version of the OpenAPI document: 0.0.1
9
+ * Contact: info@sourcecraft.dev
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreateLabelBody = instanceOfCreateLabelBody;
17
+ exports.CreateLabelBodyFromJSON = CreateLabelBodyFromJSON;
18
+ exports.CreateLabelBodyFromJSONTyped = CreateLabelBodyFromJSONTyped;
19
+ exports.CreateLabelBodyToJSON = CreateLabelBodyToJSON;
20
+ exports.CreateLabelBodyToJSONTyped = CreateLabelBodyToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the CreateLabelBody interface.
23
+ */
24
+ function instanceOfCreateLabelBody(value) {
25
+ if (!("name" in value) || value["name"] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function CreateLabelBodyFromJSON(json) {
30
+ return CreateLabelBodyFromJSONTyped(json, false);
31
+ }
32
+ function CreateLabelBodyFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ color: json["color"] == null ? undefined : json["color"],
38
+ name: json["name"],
39
+ slug: json["slug"] == null ? undefined : json["slug"],
40
+ };
41
+ }
42
+ function CreateLabelBodyToJSON(json) {
43
+ return CreateLabelBodyToJSONTyped(json, false);
44
+ }
45
+ function CreateLabelBodyToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ color: value["color"],
51
+ name: value["name"],
52
+ slug: value["slug"],
53
+ };
54
+ }
55
+ //# sourceMappingURL=CreateLabelBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLabelBody.js","sourceRoot":"","sources":["../../src/models/CreateLabelBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgCH,8DAGC;AAED,0DAEC;AAED,oEAYC;AAED,sDAEC;AAED,gEAaC;AA3CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,KAAa;IACnD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CACxC,IAAS,EACT,mBAA4B;IAE5B,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QACH,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QACxD,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KACxD,CAAC;AACN,CAAC;AAED,SAAgB,qBAAqB,CAAC,IAAS;IAC3C,OAAO,0BAA0B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnD,CAAC;AAED,SAAgB,0BAA0B,CACtC,KAA8B,EAC9B,sBAA+B,KAAK;IAEpC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QACH,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;QACnB,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;KACtB,CAAC;AACN,CAAC"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * SourceCraft API
3
+ * Bleeding edge of Public REST API of SourceCraft
4
+ *
5
+ * The version of the OpenAPI document: 0.0.1
6
+ * Contact: info@sourcecraft.dev
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { IssueLinkLinkType } from "./IssueLinkLinkType";
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreateLinkBody
17
+ */
18
+ export interface CreateLinkBody {
19
+ /**
20
+ *
21
+ * @type {IssueLinkLinkType}
22
+ * @memberof CreateLinkBody
23
+ */
24
+ linkType?: IssueLinkLinkType;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof CreateLinkBody
29
+ */
30
+ targetIssueId?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof CreateLinkBody
35
+ */
36
+ targetIssueSlug?: string;
37
+ }
38
+ /**
39
+ * Check if a given object implements the CreateLinkBody interface.
40
+ */
41
+ export declare function instanceOfCreateLinkBody(value: object): value is CreateLinkBody;
42
+ export declare function CreateLinkBodyFromJSON(json: any): CreateLinkBody;
43
+ export declare function CreateLinkBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateLinkBody;
44
+ export declare function CreateLinkBodyToJSON(json: any): CreateLinkBody;
45
+ export declare function CreateLinkBodyToJSONTyped(value?: CreateLinkBody | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=CreateLinkBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLinkBody.d.ts","sourceRoot":"","sources":["../../src/models/CreateLinkBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAQ7D;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAE/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CACvC,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC7B,cAAc,CAUhB;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CACrC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAC7B,mBAAmB,GAAE,OAAe,GACrC,GAAG,CAUL"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SourceCraft API
6
+ * Bleeding edge of Public REST API of SourceCraft
7
+ *
8
+ * The version of the OpenAPI document: 0.0.1
9
+ * Contact: info@sourcecraft.dev
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreateLinkBody = instanceOfCreateLinkBody;
17
+ exports.CreateLinkBodyFromJSON = CreateLinkBodyFromJSON;
18
+ exports.CreateLinkBodyFromJSONTyped = CreateLinkBodyFromJSONTyped;
19
+ exports.CreateLinkBodyToJSON = CreateLinkBodyToJSON;
20
+ exports.CreateLinkBodyToJSONTyped = CreateLinkBodyToJSONTyped;
21
+ const IssueLinkLinkType_1 = require("./IssueLinkLinkType");
22
+ /**
23
+ * Check if a given object implements the CreateLinkBody interface.
24
+ */
25
+ function instanceOfCreateLinkBody(value) {
26
+ return true;
27
+ }
28
+ function CreateLinkBodyFromJSON(json) {
29
+ return CreateLinkBodyFromJSONTyped(json, false);
30
+ }
31
+ function CreateLinkBodyFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ linkType: json["link_type"] == null ? undefined : (0, IssueLinkLinkType_1.IssueLinkLinkTypeFromJSON)(json["link_type"]),
37
+ targetIssueId: json["target_issue_id"] == null ? undefined : json["target_issue_id"],
38
+ targetIssueSlug: json["target_issue_slug"] == null ? undefined : json["target_issue_slug"],
39
+ };
40
+ }
41
+ function CreateLinkBodyToJSON(json) {
42
+ return CreateLinkBodyToJSONTyped(json, false);
43
+ }
44
+ function CreateLinkBodyToJSONTyped(value, ignoreDiscriminator = false) {
45
+ if (value == null) {
46
+ return value;
47
+ }
48
+ return {
49
+ link_type: (0, IssueLinkLinkType_1.IssueLinkLinkTypeToJSON)(value["linkType"]),
50
+ target_issue_id: value["targetIssueId"],
51
+ target_issue_slug: value["targetIssueSlug"],
52
+ };
53
+ }
54
+ //# sourceMappingURL=CreateLinkBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLinkBody.js","sourceRoot":"","sources":["../../src/models/CreateLinkBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAwCH,4DAEC;AAED,wDAEC;AAED,kEAaC;AAED,oDAEC;AAED,8DAaC;AA5ED,2DAK6B;AA4B7B;;GAEG;AACH,SAAgB,wBAAwB,CAAC,KAAa;IAClD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CACvC,IAAS,EACT,mBAA4B;IAE5B,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QACH,QAAQ,EACJ,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6CAAyB,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACxF,aAAa,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACpF,eAAe,EAAE,IAAI,CAAC,mBAAmB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;KAC7F,CAAC;AACN,CAAC;AAED,SAAgB,oBAAoB,CAAC,IAAS;IAC1C,OAAO,yBAAyB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClD,CAAC;AAED,SAAgB,yBAAyB,CACrC,KAA6B,EAC7B,sBAA+B,KAAK;IAEpC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QACH,SAAS,EAAE,IAAA,2CAAuB,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACrD,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;KAC9C,CAAC;AACN,CAAC"}
@@ -0,0 +1,57 @@
1
+ /**
2
+ * SourceCraft API
3
+ * Bleeding edge of Public REST API of SourceCraft
4
+ *
5
+ * The version of the OpenAPI document: 0.0.1
6
+ * Contact: info@sourcecraft.dev
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreateMilestoneBody
16
+ */
17
+ export interface CreateMilestoneBody {
18
+ /**
19
+ *
20
+ * @type {Date}
21
+ * @memberof CreateMilestoneBody
22
+ */
23
+ deadline?: Date;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CreateMilestoneBody
28
+ */
29
+ description?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof CreateMilestoneBody
34
+ */
35
+ name: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof CreateMilestoneBody
40
+ */
41
+ slug?: string;
42
+ /**
43
+ *
44
+ * @type {Date}
45
+ * @memberof CreateMilestoneBody
46
+ */
47
+ startDate?: Date;
48
+ }
49
+ /**
50
+ * Check if a given object implements the CreateMilestoneBody interface.
51
+ */
52
+ export declare function instanceOfCreateMilestoneBody(value: object): value is CreateMilestoneBody;
53
+ export declare function CreateMilestoneBodyFromJSON(json: any): CreateMilestoneBody;
54
+ export declare function CreateMilestoneBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateMilestoneBody;
55
+ export declare function CreateMilestoneBodyToJSON(json: any): CreateMilestoneBody;
56
+ export declare function CreateMilestoneBodyToJSONTyped(value?: CreateMilestoneBody | null, ignoreDiscriminator?: boolean): any;
57
+ //# sourceMappingURL=CreateMilestoneBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateMilestoneBody.d.ts","sourceRoot":"","sources":["../../src/models/CreateMilestoneBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAGzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAC5C,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC7B,mBAAmB,CAWrB;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAC1C,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAClC,mBAAmB,GAAE,OAAe,GACrC,GAAG,CAaL"}
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SourceCraft API
6
+ * Bleeding edge of Public REST API of SourceCraft
7
+ *
8
+ * The version of the OpenAPI document: 0.0.1
9
+ * Contact: info@sourcecraft.dev
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreateMilestoneBody = instanceOfCreateMilestoneBody;
17
+ exports.CreateMilestoneBodyFromJSON = CreateMilestoneBodyFromJSON;
18
+ exports.CreateMilestoneBodyFromJSONTyped = CreateMilestoneBodyFromJSONTyped;
19
+ exports.CreateMilestoneBodyToJSON = CreateMilestoneBodyToJSON;
20
+ exports.CreateMilestoneBodyToJSONTyped = CreateMilestoneBodyToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the CreateMilestoneBody interface.
23
+ */
24
+ function instanceOfCreateMilestoneBody(value) {
25
+ if (!("name" in value) || value["name"] === undefined)
26
+ return false;
27
+ return true;
28
+ }
29
+ function CreateMilestoneBodyFromJSON(json) {
30
+ return CreateMilestoneBodyFromJSONTyped(json, false);
31
+ }
32
+ function CreateMilestoneBodyFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ deadline: json["deadline"] == null ? undefined : new Date(json["deadline"]),
38
+ description: json["description"] == null ? undefined : json["description"],
39
+ name: json["name"],
40
+ slug: json["slug"] == null ? undefined : json["slug"],
41
+ startDate: json["start_date"] == null ? undefined : new Date(json["start_date"]),
42
+ };
43
+ }
44
+ function CreateMilestoneBodyToJSON(json) {
45
+ return CreateMilestoneBodyToJSONTyped(json, false);
46
+ }
47
+ function CreateMilestoneBodyToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ deadline: value["deadline"] == null ? value["deadline"] : value["deadline"].toISOString(),
53
+ description: value["description"],
54
+ name: value["name"],
55
+ slug: value["slug"],
56
+ start_date: value["startDate"] == null ? value["startDate"] : value["startDate"].toISOString(),
57
+ };
58
+ }
59
+ //# sourceMappingURL=CreateMilestoneBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateMilestoneBody.js","sourceRoot":"","sources":["../../src/models/CreateMilestoneBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4CH,sEAGC;AAED,kEAEC;AAED,4EAcC;AAED,8DAEC;AAED,wEAgBC;AAhDD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAC5C,IAAS,EACT,mBAA4B;IAE5B,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QACH,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC3E,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC1E,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;QAClB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACrD,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACnF,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAC1C,KAAkC,EAClC,sBAA+B,KAAK;IAEpC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QACH,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,WAAW,EAAE;QACzF,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QACjC,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;QACnB,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;QACnB,UAAU,EACN,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,WAAW,EAAE;KACzF,CAAC;AACN,CAAC"}
@@ -0,0 +1,69 @@
1
+ /**
2
+ * SourceCraft API
3
+ * Bleeding edge of Public REST API of SourceCraft
4
+ *
5
+ * The version of the OpenAPI document: 0.0.1
6
+ * Contact: info@sourcecraft.dev
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface CreatePullRequestBody
16
+ */
17
+ export interface CreatePullRequestBody {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CreatePullRequestBody
22
+ */
23
+ description?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof CreatePullRequestBody
28
+ */
29
+ forkRepoId?: string;
30
+ /**
31
+ *
32
+ * @type {boolean}
33
+ * @memberof CreatePullRequestBody
34
+ */
35
+ publish?: boolean;
36
+ /**
37
+ * Optional. List of user IDs to assign as reviewers.
38
+ * @type {Array<string>}
39
+ * @memberof CreatePullRequestBody
40
+ */
41
+ reviewerIds?: Array<string>;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof CreatePullRequestBody
46
+ */
47
+ sourceBranch?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof CreatePullRequestBody
52
+ */
53
+ targetBranch?: string;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof CreatePullRequestBody
58
+ */
59
+ title?: string;
60
+ }
61
+ /**
62
+ * Check if a given object implements the CreatePullRequestBody interface.
63
+ */
64
+ export declare function instanceOfCreatePullRequestBody(value: object): value is CreatePullRequestBody;
65
+ export declare function CreatePullRequestBodyFromJSON(json: any): CreatePullRequestBody;
66
+ export declare function CreatePullRequestBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreatePullRequestBody;
67
+ export declare function CreatePullRequestBodyToJSON(json: any): CreatePullRequestBody;
68
+ export declare function CreatePullRequestBodyToJSONTyped(value?: CreatePullRequestBody | null, ignoreDiscriminator?: boolean): any;
69
+ //# sourceMappingURL=CreatePullRequestBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePullRequestBody.d.ts","sourceRoot":"","sources":["../../src/models/CreatePullRequestBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAE7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAC9C,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC7B,qBAAqB,CAavB;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAC5C,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EACpC,mBAAmB,GAAE,OAAe,GACrC,GAAG,CAcL"}
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SourceCraft API
6
+ * Bleeding edge of Public REST API of SourceCraft
7
+ *
8
+ * The version of the OpenAPI document: 0.0.1
9
+ * Contact: info@sourcecraft.dev
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreatePullRequestBody = instanceOfCreatePullRequestBody;
17
+ exports.CreatePullRequestBodyFromJSON = CreatePullRequestBodyFromJSON;
18
+ exports.CreatePullRequestBodyFromJSONTyped = CreatePullRequestBodyFromJSONTyped;
19
+ exports.CreatePullRequestBodyToJSON = CreatePullRequestBodyToJSON;
20
+ exports.CreatePullRequestBodyToJSONTyped = CreatePullRequestBodyToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the CreatePullRequestBody interface.
23
+ */
24
+ function instanceOfCreatePullRequestBody(value) {
25
+ return true;
26
+ }
27
+ function CreatePullRequestBodyFromJSON(json) {
28
+ return CreatePullRequestBodyFromJSONTyped(json, false);
29
+ }
30
+ function CreatePullRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ description: json["description"] == null ? undefined : json["description"],
36
+ forkRepoId: json["fork_repo_id"] == null ? undefined : json["fork_repo_id"],
37
+ publish: json["publish"] == null ? undefined : json["publish"],
38
+ reviewerIds: json["reviewer_ids"] == null ? undefined : json["reviewer_ids"],
39
+ sourceBranch: json["source_branch"] == null ? undefined : json["source_branch"],
40
+ targetBranch: json["target_branch"] == null ? undefined : json["target_branch"],
41
+ title: json["title"] == null ? undefined : json["title"],
42
+ };
43
+ }
44
+ function CreatePullRequestBodyToJSON(json) {
45
+ return CreatePullRequestBodyToJSONTyped(json, false);
46
+ }
47
+ function CreatePullRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ description: value["description"],
53
+ fork_repo_id: value["forkRepoId"],
54
+ publish: value["publish"],
55
+ reviewer_ids: value["reviewerIds"],
56
+ source_branch: value["sourceBranch"],
57
+ target_branch: value["targetBranch"],
58
+ title: value["title"],
59
+ };
60
+ }
61
+ //# sourceMappingURL=CreatePullRequestBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePullRequestBody.js","sourceRoot":"","sources":["../../src/models/CreatePullRequestBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAwDH,0EAEC;AAED,sEAEC;AAED,gFAgBC;AAED,kEAEC;AAED,4EAiBC;AAlDD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAC9C,IAAS,EACT,mBAA4B;IAE5B,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QACH,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC1E,UAAU,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC3E,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAC9D,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC5E,YAAY,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAC/E,YAAY,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAC/E,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC3D,CAAC;AACN,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAC5C,KAAoC,EACpC,sBAA+B,KAAK;IAEpC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QACH,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QACjC,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;QACzB,YAAY,EAAE,KAAK,CAAC,aAAa,CAAC;QAClC,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC;QACpC,aAAa,EAAE,KAAK,CAAC,cAAc,CAAC;QACpC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * SourceCraft API
3
+ * Bleeding edge of Public REST API of SourceCraft
4
+ *
5
+ * The version of the OpenAPI document: 0.0.1
6
+ * Contact: info@sourcecraft.dev
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ShortAnchor } from "./ShortAnchor";
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CreatePullRequestCommentBody
17
+ */
18
+ export interface CreatePullRequestCommentBody {
19
+ /**
20
+ *
21
+ * @type {ShortAnchor}
22
+ * @memberof CreatePullRequestCommentBody
23
+ */
24
+ anchor?: ShortAnchor;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof CreatePullRequestCommentBody
29
+ */
30
+ body?: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof CreatePullRequestCommentBody
35
+ */
36
+ iteration?: string;
37
+ /**
38
+ *
39
+ * @type {boolean}
40
+ * @memberof CreatePullRequestCommentBody
41
+ */
42
+ needResolution?: boolean;
43
+ /**
44
+ *
45
+ * @type {string}
46
+ * @memberof CreatePullRequestCommentBody
47
+ */
48
+ parentId?: string;
49
+ /**
50
+ *
51
+ * @type {boolean}
52
+ * @memberof CreatePullRequestCommentBody
53
+ */
54
+ publish?: boolean;
55
+ }
56
+ /**
57
+ * Check if a given object implements the CreatePullRequestCommentBody interface.
58
+ */
59
+ export declare function instanceOfCreatePullRequestCommentBody(value: object): value is CreatePullRequestCommentBody;
60
+ export declare function CreatePullRequestCommentBodyFromJSON(json: any): CreatePullRequestCommentBody;
61
+ export declare function CreatePullRequestCommentBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreatePullRequestCommentBody;
62
+ export declare function CreatePullRequestCommentBodyToJSON(json: any): CreatePullRequestCommentBody;
63
+ export declare function CreatePullRequestCommentBodyToJSONTyped(value?: CreatePullRequestCommentBody | null, ignoreDiscriminator?: boolean): any;
64
+ //# sourceMappingURL=CreatePullRequestCommentBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePullRequestCommentBody.d.ts","sourceRoot":"","sources":["../../src/models/CreatePullRequestCommentBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAClD,KAAK,EAAE,MAAM,GACd,KAAK,IAAI,4BAA4B,CAEvC;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CACrD,IAAI,EAAE,GAAG,EACT,mBAAmB,EAAE,OAAO,GAC7B,4BAA4B,CAY9B;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CACnD,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAC3C,mBAAmB,GAAE,OAAe,GACrC,GAAG,CAaL"}
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SourceCraft API
6
+ * Bleeding edge of Public REST API of SourceCraft
7
+ *
8
+ * The version of the OpenAPI document: 0.0.1
9
+ * Contact: info@sourcecraft.dev
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfCreatePullRequestCommentBody = instanceOfCreatePullRequestCommentBody;
17
+ exports.CreatePullRequestCommentBodyFromJSON = CreatePullRequestCommentBodyFromJSON;
18
+ exports.CreatePullRequestCommentBodyFromJSONTyped = CreatePullRequestCommentBodyFromJSONTyped;
19
+ exports.CreatePullRequestCommentBodyToJSON = CreatePullRequestCommentBodyToJSON;
20
+ exports.CreatePullRequestCommentBodyToJSONTyped = CreatePullRequestCommentBodyToJSONTyped;
21
+ const ShortAnchor_1 = require("./ShortAnchor");
22
+ /**
23
+ * Check if a given object implements the CreatePullRequestCommentBody interface.
24
+ */
25
+ function instanceOfCreatePullRequestCommentBody(value) {
26
+ return true;
27
+ }
28
+ function CreatePullRequestCommentBodyFromJSON(json) {
29
+ return CreatePullRequestCommentBodyFromJSONTyped(json, false);
30
+ }
31
+ function CreatePullRequestCommentBodyFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ anchor: json["anchor"] == null ? undefined : (0, ShortAnchor_1.ShortAnchorFromJSON)(json["anchor"]),
37
+ body: json["body"] == null ? undefined : json["body"],
38
+ iteration: json["iteration"] == null ? undefined : json["iteration"],
39
+ needResolution: json["need_resolution"] == null ? undefined : json["need_resolution"],
40
+ parentId: json["parent_id"] == null ? undefined : json["parent_id"],
41
+ publish: json["publish"] == null ? undefined : json["publish"],
42
+ };
43
+ }
44
+ function CreatePullRequestCommentBodyToJSON(json) {
45
+ return CreatePullRequestCommentBodyToJSONTyped(json, false);
46
+ }
47
+ function CreatePullRequestCommentBodyToJSONTyped(value, ignoreDiscriminator = false) {
48
+ if (value == null) {
49
+ return value;
50
+ }
51
+ return {
52
+ anchor: (0, ShortAnchor_1.ShortAnchorToJSON)(value["anchor"]),
53
+ body: value["body"],
54
+ iteration: value["iteration"],
55
+ need_resolution: value["needResolution"],
56
+ parent_id: value["parentId"],
57
+ publish: value["publish"],
58
+ };
59
+ }
60
+ //# sourceMappingURL=CreatePullRequestCommentBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreatePullRequestCommentBody.js","sourceRoot":"","sources":["../../src/models/CreatePullRequestCommentBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0DH,wFAIC;AAED,oFAEC;AAED,8FAeC;AAED,gFAEC;AAED,0FAgBC;AArGD,+CAKuB;AA8CvB;;GAEG;AACH,SAAgB,sCAAsC,CAClD,KAAa;IAEb,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CACrD,IAAS,EACT,mBAA4B;IAE5B,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QACH,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iCAAmB,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAChF,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACrD,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACpE,cAAc,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACrF,QAAQ,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACnE,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACjE,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CACnD,KAA2C,EAC3C,sBAA+B,KAAK;IAEpC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QACH,MAAM,EAAE,IAAA,+BAAiB,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAC1C,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC;QACnB,SAAS,EAAE,KAAK,CAAC,WAAW,CAAC;QAC7B,eAAe,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACxC,SAAS,EAAE,KAAK,CAAC,UAAU,CAAC;QAC5B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;KAC5B,CAAC;AACN,CAAC"}