Skip to content

Commit 7b1c7dd

Browse files
authored
fix(typescript): do not mark .user and other response properties as nullable where it does not apply (#444)
1 parent 4cf76c1 commit 7b1c7dd

File tree

5 files changed

+165
-93
lines changed

5 files changed

+165
-93
lines changed

docs/migrations/startForAuthenticatedUser.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ Lock the repositories being migrated at the start of the migration
3636

3737
Do not include attachments in the migration
3838

39+
</td></tr>
40+
<tr><td>exclude_releases</td><td>no</td><td>
41+
42+
Do not include releases in the migration
43+
44+
</td></tr>
45+
<tr><td>exclude_owner_projects</td><td>no</td><td>
46+
47+
Indicates whether projects owned by the organization or users should be excluded.
48+
3949
</td></tr>
4050
<tr><td>exclude</td><td>no</td><td>
4151

docs/migrations/startForOrg.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ Indicates whether repositories should be locked (to prevent manipulation) while
4545

4646
Indicates whether attachments should be excluded from the migration (to reduce migration archive file size).
4747

48+
</td></tr>
49+
<tr><td>exclude_releases</td><td>no</td><td>
50+
51+
Indicates whether releases should be excluded from the migration (to reduce migration archive file size).
52+
53+
</td></tr>
54+
<tr><td>exclude_owner_projects</td><td>no</td><td>
55+
56+
Indicates whether projects owned by the organization or users should be excluded. from the migration.
57+
4858
</td></tr>
4959
<tr><td>exclude</td><td>no</td><td>
5060

package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@octokit/types": "^6.27.0",
27+
"@octokit/types": "^6.27.1",
2828
"deprecation": "^2.3.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)