github-issue-tower-defence-management 1.15.7 → 1.15.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.example +1 -0
- package/.github/workflows/test.yml +1 -0
- package/CHANGELOG.md +15 -0
- package/bin/adapter/repositories/issue/InternalGraphqlIssueRepository.js +9 -149
- package/bin/adapter/repositories/issue/InternalGraphqlIssueRepository.js.map +1 -1
- package/package.json +3 -3
- package/src/adapter/repositories/issue/InternalGraphqlIssueRepository.ts +19 -19
package/.env.example
CHANGED
|
@@ -36,6 +36,7 @@ jobs:
|
|
|
36
36
|
GH_USER_NAME: ${{ secrets.TEST_GH_USER_NAME }}
|
|
37
37
|
GH_USER_PASSWORD: ${{ secrets.TEST_GH_USER_PASSWORD }}
|
|
38
38
|
GH_AUTHENTICATOR_KEY: ${{ secrets.TEST_GH_AUTHENTICATOR_KEY }}
|
|
39
|
+
DOTENV_CONFIG_QUIET: true
|
|
39
40
|
|
|
40
41
|
- name: Upload test results
|
|
41
42
|
uses: actions/upload-artifact@v4
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.15.9](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.15.8...v1.15.9) (2025-07-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* disable dotenv warning ([840f613](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/840f61384ce55d1841c04ddcc0d3474f5be70188))
|
|
7
|
+
* internal api type error ([25bd25c](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/25bd25cb89f6ff70ac341f1ef6e14fd5ed858e78))
|
|
8
|
+
|
|
9
|
+
## [1.15.8](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.15.7...v1.15.8) (2025-07-15)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* `npm i gh-cookie@1.3.9` / close [#178](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/issues/178) ([528139f](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/commit/528139f0b07005c114e0a95c8b0898413ad5f4c3))
|
|
15
|
+
|
|
1
16
|
## [1.15.7](https://github.com/HiromiShikata/npm-cli-github-issue-tower-defence-management/compare/v1.15.6...v1.15.7) (2025-05-18)
|
|
2
17
|
|
|
3
18
|
|
|
@@ -113,7 +113,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
113
113
|
throw new Error('No script content found');
|
|
114
114
|
}
|
|
115
115
|
const data = JSON.parse(scriptContent);
|
|
116
|
-
if (!(() => { const _io0 = input => "object" === typeof input.payload && null !== input.payload && _io1(input.payload) &&
|
|
116
|
+
if (!(() => { const _io0 = input => "object" === typeof input.payload && null !== input.payload && _io1(input.payload) && true && (undefined === input.appPayload || "object" === typeof input.appPayload && null !== input.appPayload && false === Array.isArray(input.appPayload) && _io50(input.appPayload)); const _io1 = input => (undefined === input.preloaded_records || "object" === typeof input.preloaded_records && null !== input.preloaded_records && false === Array.isArray(input.preloaded_records) && _io2(input.preloaded_records)) && (Array.isArray(input.preloadedQueries) && (input.preloadedQueries.length === 1 && ("object" === typeof input.preloadedQueries[0] && null !== input.preloadedQueries[0] && _io3(input.preloadedQueries[0])))) && (undefined === input.preloadedSubscriptions || "object" === typeof input.preloadedSubscriptions && null !== input.preloadedSubscriptions && false === Array.isArray(input.preloadedSubscriptions) && _io44(input.preloadedSubscriptions)); const _io2 = input => Object.keys(input).every(key => {
|
|
117
117
|
const value = input[key];
|
|
118
118
|
if (undefined === value)
|
|
119
119
|
return true;
|
|
@@ -128,13 +128,13 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
128
128
|
if (undefined === value)
|
|
129
129
|
return true;
|
|
130
130
|
return "object" === typeof value && null !== value && _io46(value);
|
|
131
|
-
}); const _io46 = input => "object" === typeof input.response && null !== input.response && _io47(input.response) && "string" === typeof input.subscriptionId; const _io47 = input => "object" === typeof input.data && null !== input.data && _io48(input.data); const _io48 = input => "object" === typeof input.issueUpdated && null !== input.issueUpdated && _io49(input.issueUpdated); const _io49 = input =>
|
|
131
|
+
}); const _io46 = input => "object" === typeof input.response && null !== input.response && _io47(input.response) && "string" === typeof input.subscriptionId; const _io47 = input => "object" === typeof input.data && null !== input.data && _io48(input.data); const _io48 = input => "object" === typeof input.issueUpdated && null !== input.issueUpdated && _io49(input.issueUpdated); const _io49 = input => true && true && true && true && true && true && true && true && true && true && true && true && true && true && true; const _io50 = input => (undefined === input.initial_view_content || "object" === typeof input.initial_view_content && null !== input.initial_view_content && _io51(input.initial_view_content)) && (undefined === input.current_user || "object" === typeof input.current_user && null !== input.current_user && _io52(input.current_user)) && (undefined === input.current_user_settings || "object" === typeof input.current_user_settings && null !== input.current_user_settings && _io53(input.current_user_settings)) && (undefined === input.paste_url_link_as_plain_text || "boolean" === typeof input.paste_url_link_as_plain_text) && (undefined === input.base_avatar_url || "string" === typeof input.base_avatar_url) && (undefined === input.help_url || "string" === typeof input.help_url) && true && (undefined === input.multi_tenant || "boolean" === typeof input.multi_tenant) && (undefined === input.tracing || "boolean" === typeof input.tracing) && (undefined === input.tracing_flamegraph || "boolean" === typeof input.tracing_flamegraph) && (undefined === input.catalog_service || "string" === typeof input.catalog_service) && (undefined === input.scoped_repository || "object" === typeof input.scoped_repository && null !== input.scoped_repository && _io54(input.scoped_repository)) && true && (undefined === input.enabled_features || "object" === typeof input.enabled_features && null !== input.enabled_features && false === Array.isArray(input.enabled_features) && _io55(input.enabled_features)); const _io51 = input => true && "boolean" === typeof input.can_edit_view; const _io52 = input => "string" === typeof input.id && "string" === typeof input.login && "string" === typeof input.avatarUrl && "boolean" === typeof input.is_staff && "boolean" === typeof input.is_emu; const _io53 = input => "boolean" === typeof input.use_monospace_font && "boolean" === typeof input.use_single_key_shortcut && "number" === typeof input.preferred_emoji_skin_tone; const _io54 = input => "string" === typeof input.id && "string" === typeof input.owner && "string" === typeof input.name && "boolean" === typeof input.is_archived; const _io55 = input => Object.keys(input).every(key => {
|
|
132
132
|
const value = input[key];
|
|
133
133
|
if (undefined === value)
|
|
134
134
|
return true;
|
|
135
135
|
return "boolean" === typeof value;
|
|
136
136
|
}); return input => "object" === typeof input && null !== input && _io0(input); })()(data)) {
|
|
137
|
-
const validateResult = (() => { const _io0 = input => "object" === typeof input.payload && null !== input.payload && _io1(input.payload) &&
|
|
137
|
+
const validateResult = (() => { const _io0 = input => "object" === typeof input.payload && null !== input.payload && _io1(input.payload) && true && (undefined === input.appPayload || "object" === typeof input.appPayload && null !== input.appPayload && false === Array.isArray(input.appPayload) && _io50(input.appPayload)); const _io1 = input => (undefined === input.preloaded_records || "object" === typeof input.preloaded_records && null !== input.preloaded_records && false === Array.isArray(input.preloaded_records) && _io2(input.preloaded_records)) && (Array.isArray(input.preloadedQueries) && (input.preloadedQueries.length === 1 && ("object" === typeof input.preloadedQueries[0] && null !== input.preloadedQueries[0] && _io3(input.preloadedQueries[0])))) && (undefined === input.preloadedSubscriptions || "object" === typeof input.preloadedSubscriptions && null !== input.preloadedSubscriptions && false === Array.isArray(input.preloadedSubscriptions) && _io44(input.preloadedSubscriptions)); const _io2 = input => Object.keys(input).every(key => {
|
|
138
138
|
const value = input[key];
|
|
139
139
|
if (undefined === value)
|
|
140
140
|
return true;
|
|
@@ -149,7 +149,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
149
149
|
if (undefined === value)
|
|
150
150
|
return true;
|
|
151
151
|
return "object" === typeof value && null !== value && _io46(value);
|
|
152
|
-
}); const _io46 = input => "object" === typeof input.response && null !== input.response && _io47(input.response) && "string" === typeof input.subscriptionId; const _io47 = input => "object" === typeof input.data && null !== input.data && _io48(input.data); const _io48 = input => "object" === typeof input.issueUpdated && null !== input.issueUpdated && _io49(input.issueUpdated); const _io49 = input =>
|
|
152
|
+
}); const _io46 = input => "object" === typeof input.response && null !== input.response && _io47(input.response) && "string" === typeof input.subscriptionId; const _io47 = input => "object" === typeof input.data && null !== input.data && _io48(input.data); const _io48 = input => "object" === typeof input.issueUpdated && null !== input.issueUpdated && _io49(input.issueUpdated); const _io49 = input => true && true && true && true && true && true && true && true && true && true && true && true && true && true && true; const _io50 = input => (undefined === input.initial_view_content || "object" === typeof input.initial_view_content && null !== input.initial_view_content && _io51(input.initial_view_content)) && (undefined === input.current_user || "object" === typeof input.current_user && null !== input.current_user && _io52(input.current_user)) && (undefined === input.current_user_settings || "object" === typeof input.current_user_settings && null !== input.current_user_settings && _io53(input.current_user_settings)) && (undefined === input.paste_url_link_as_plain_text || "boolean" === typeof input.paste_url_link_as_plain_text) && (undefined === input.base_avatar_url || "string" === typeof input.base_avatar_url) && (undefined === input.help_url || "string" === typeof input.help_url) && true && (undefined === input.multi_tenant || "boolean" === typeof input.multi_tenant) && (undefined === input.tracing || "boolean" === typeof input.tracing) && (undefined === input.tracing_flamegraph || "boolean" === typeof input.tracing_flamegraph) && (undefined === input.catalog_service || "string" === typeof input.catalog_service) && (undefined === input.scoped_repository || "object" === typeof input.scoped_repository && null !== input.scoped_repository && _io54(input.scoped_repository)) && true && (undefined === input.enabled_features || "object" === typeof input.enabled_features && null !== input.enabled_features && false === Array.isArray(input.enabled_features) && _io55(input.enabled_features)); const _io51 = input => true && "boolean" === typeof input.can_edit_view; const _io52 = input => "string" === typeof input.id && "string" === typeof input.login && "string" === typeof input.avatarUrl && "boolean" === typeof input.is_staff && "boolean" === typeof input.is_emu; const _io53 = input => "boolean" === typeof input.use_monospace_font && "boolean" === typeof input.use_single_key_shortcut && "number" === typeof input.preferred_emoji_skin_tone; const _io54 = input => "string" === typeof input.id && "string" === typeof input.owner && "string" === typeof input.name && "boolean" === typeof input.is_archived; const _io55 = input => Object.keys(input).every(key => {
|
|
153
153
|
const value = input[key];
|
|
154
154
|
if (undefined === value)
|
|
155
155
|
return true;
|
|
@@ -162,11 +162,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
162
162
|
path: _path + ".payload",
|
|
163
163
|
expected: "__type",
|
|
164
164
|
value: input.payload
|
|
165
|
-
}),
|
|
166
|
-
path: _path + ".title",
|
|
167
|
-
expected: "(null | undefined)",
|
|
168
|
-
value: input.title
|
|
169
|
-
}), undefined === input.appPayload || ("object" === typeof input.appPayload && null !== input.appPayload && false === Array.isArray(input.appPayload) || _report(_exceptionable, {
|
|
165
|
+
}), true, undefined === input.appPayload || ("object" === typeof input.appPayload && null !== input.appPayload && false === Array.isArray(input.appPayload) || _report(_exceptionable, {
|
|
170
166
|
path: _path + ".appPayload",
|
|
171
167
|
expected: "(__type.o40 | undefined)",
|
|
172
168
|
value: input.appPayload
|
|
@@ -1255,127 +1251,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
1255
1251
|
path: _path + ".issueUpdated",
|
|
1256
1252
|
expected: "__type.o39",
|
|
1257
1253
|
value: input.issueUpdated
|
|
1258
|
-
})].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [(undefined !== input.
|
|
1259
|
-
path: _path + ".deletedCommentId",
|
|
1260
|
-
expected: "null",
|
|
1261
|
-
value: input.deletedCommentId
|
|
1262
|
-
})) && (null === input.deletedCommentId || _report(_exceptionable, {
|
|
1263
|
-
path: _path + ".deletedCommentId",
|
|
1264
|
-
expected: "null",
|
|
1265
|
-
value: input.deletedCommentId
|
|
1266
|
-
})), (undefined !== input.issueBodyUpdated || _report(_exceptionable, {
|
|
1267
|
-
path: _path + ".issueBodyUpdated",
|
|
1268
|
-
expected: "null",
|
|
1269
|
-
value: input.issueBodyUpdated
|
|
1270
|
-
})) && (null === input.issueBodyUpdated || _report(_exceptionable, {
|
|
1271
|
-
path: _path + ".issueBodyUpdated",
|
|
1272
|
-
expected: "null",
|
|
1273
|
-
value: input.issueBodyUpdated
|
|
1274
|
-
})), (undefined !== input.issueMetadataUpdated || _report(_exceptionable, {
|
|
1275
|
-
path: _path + ".issueMetadataUpdated",
|
|
1276
|
-
expected: "null",
|
|
1277
|
-
value: input.issueMetadataUpdated
|
|
1278
|
-
})) && (null === input.issueMetadataUpdated || _report(_exceptionable, {
|
|
1279
|
-
path: _path + ".issueMetadataUpdated",
|
|
1280
|
-
expected: "null",
|
|
1281
|
-
value: input.issueMetadataUpdated
|
|
1282
|
-
})), (undefined !== input.issueStateUpdated || _report(_exceptionable, {
|
|
1283
|
-
path: _path + ".issueStateUpdated",
|
|
1284
|
-
expected: "null",
|
|
1285
|
-
value: input.issueStateUpdated
|
|
1286
|
-
})) && (null === input.issueStateUpdated || _report(_exceptionable, {
|
|
1287
|
-
path: _path + ".issueStateUpdated",
|
|
1288
|
-
expected: "null",
|
|
1289
|
-
value: input.issueStateUpdated
|
|
1290
|
-
})), (undefined !== input.issueTimelineUpdated || _report(_exceptionable, {
|
|
1291
|
-
path: _path + ".issueTimelineUpdated",
|
|
1292
|
-
expected: "null",
|
|
1293
|
-
value: input.issueTimelineUpdated
|
|
1294
|
-
})) && (null === input.issueTimelineUpdated || _report(_exceptionable, {
|
|
1295
|
-
path: _path + ".issueTimelineUpdated",
|
|
1296
|
-
expected: "null",
|
|
1297
|
-
value: input.issueTimelineUpdated
|
|
1298
|
-
})), (undefined !== input.issueTitleUpdated || _report(_exceptionable, {
|
|
1299
|
-
path: _path + ".issueTitleUpdated",
|
|
1300
|
-
expected: "null",
|
|
1301
|
-
value: input.issueTitleUpdated
|
|
1302
|
-
})) && (null === input.issueTitleUpdated || _report(_exceptionable, {
|
|
1303
|
-
path: _path + ".issueTitleUpdated",
|
|
1304
|
-
expected: "null",
|
|
1305
|
-
value: input.issueTitleUpdated
|
|
1306
|
-
})), (undefined !== input.issueReactionUpdated || _report(_exceptionable, {
|
|
1307
|
-
path: _path + ".issueReactionUpdated",
|
|
1308
|
-
expected: "null",
|
|
1309
|
-
value: input.issueReactionUpdated
|
|
1310
|
-
})) && (null === input.issueReactionUpdated || _report(_exceptionable, {
|
|
1311
|
-
path: _path + ".issueReactionUpdated",
|
|
1312
|
-
expected: "null",
|
|
1313
|
-
value: input.issueReactionUpdated
|
|
1314
|
-
})), (undefined !== input.issueTransferStateUpdated || _report(_exceptionable, {
|
|
1315
|
-
path: _path + ".issueTransferStateUpdated",
|
|
1316
|
-
expected: "null",
|
|
1317
|
-
value: input.issueTransferStateUpdated
|
|
1318
|
-
})) && (null === input.issueTransferStateUpdated || _report(_exceptionable, {
|
|
1319
|
-
path: _path + ".issueTransferStateUpdated",
|
|
1320
|
-
expected: "null",
|
|
1321
|
-
value: input.issueTransferStateUpdated
|
|
1322
|
-
})), (undefined !== input.issueTypeUpdated || _report(_exceptionable, {
|
|
1323
|
-
path: _path + ".issueTypeUpdated",
|
|
1324
|
-
expected: "null",
|
|
1325
|
-
value: input.issueTypeUpdated
|
|
1326
|
-
})) && (null === input.issueTypeUpdated || _report(_exceptionable, {
|
|
1327
|
-
path: _path + ".issueTypeUpdated",
|
|
1328
|
-
expected: "null",
|
|
1329
|
-
value: input.issueTypeUpdated
|
|
1330
|
-
})), (undefined !== input.commentReactionUpdated || _report(_exceptionable, {
|
|
1331
|
-
path: _path + ".commentReactionUpdated",
|
|
1332
|
-
expected: "null",
|
|
1333
|
-
value: input.commentReactionUpdated
|
|
1334
|
-
})) && (null === input.commentReactionUpdated || _report(_exceptionable, {
|
|
1335
|
-
path: _path + ".commentReactionUpdated",
|
|
1336
|
-
expected: "null",
|
|
1337
|
-
value: input.commentReactionUpdated
|
|
1338
|
-
})), (undefined !== input.commentUpdated || _report(_exceptionable, {
|
|
1339
|
-
path: _path + ".commentUpdated",
|
|
1340
|
-
expected: "null",
|
|
1341
|
-
value: input.commentUpdated
|
|
1342
|
-
})) && (null === input.commentUpdated || _report(_exceptionable, {
|
|
1343
|
-
path: _path + ".commentUpdated",
|
|
1344
|
-
expected: "null",
|
|
1345
|
-
value: input.commentUpdated
|
|
1346
|
-
})), (undefined !== input.subIssuesUpdated || _report(_exceptionable, {
|
|
1347
|
-
path: _path + ".subIssuesUpdated",
|
|
1348
|
-
expected: "null",
|
|
1349
|
-
value: input.subIssuesUpdated
|
|
1350
|
-
})) && (null === input.subIssuesUpdated || _report(_exceptionable, {
|
|
1351
|
-
path: _path + ".subIssuesUpdated",
|
|
1352
|
-
expected: "null",
|
|
1353
|
-
value: input.subIssuesUpdated
|
|
1354
|
-
})), (undefined !== input.subIssuesSummaryUpdated || _report(_exceptionable, {
|
|
1355
|
-
path: _path + ".subIssuesSummaryUpdated",
|
|
1356
|
-
expected: "null",
|
|
1357
|
-
value: input.subIssuesSummaryUpdated
|
|
1358
|
-
})) && (null === input.subIssuesSummaryUpdated || _report(_exceptionable, {
|
|
1359
|
-
path: _path + ".subIssuesSummaryUpdated",
|
|
1360
|
-
expected: "null",
|
|
1361
|
-
value: input.subIssuesSummaryUpdated
|
|
1362
|
-
})), (undefined !== input.parentIssueUpdated || _report(_exceptionable, {
|
|
1363
|
-
path: _path + ".parentIssueUpdated",
|
|
1364
|
-
expected: "null",
|
|
1365
|
-
value: input.parentIssueUpdated
|
|
1366
|
-
})) && (null === input.parentIssueUpdated || _report(_exceptionable, {
|
|
1367
|
-
path: _path + ".parentIssueUpdated",
|
|
1368
|
-
expected: "null",
|
|
1369
|
-
value: input.parentIssueUpdated
|
|
1370
|
-
})), (undefined !== input.issueDependenciesSummaryUpdated || _report(_exceptionable, {
|
|
1371
|
-
path: _path + ".issueDependenciesSummaryUpdated",
|
|
1372
|
-
expected: "null",
|
|
1373
|
-
value: input.issueDependenciesSummaryUpdated
|
|
1374
|
-
})) && (null === input.issueDependenciesSummaryUpdated || _report(_exceptionable, {
|
|
1375
|
-
path: _path + ".issueDependenciesSummaryUpdated",
|
|
1376
|
-
expected: "null",
|
|
1377
|
-
value: input.issueDependenciesSummaryUpdated
|
|
1378
|
-
}))].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.initial_view_content || ("object" === typeof input.initial_view_content && null !== input.initial_view_content || _report(_exceptionable, {
|
|
1254
|
+
})].every(flag => flag); const _vo49 = (input, _path, _exceptionable = true) => [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true].every(flag => flag); const _vo50 = (input, _path, _exceptionable = true) => [undefined === input.initial_view_content || ("object" === typeof input.initial_view_content && null !== input.initial_view_content || _report(_exceptionable, {
|
|
1379
1255
|
path: _path + ".initial_view_content",
|
|
1380
1256
|
expected: "(__type.o41 | undefined)",
|
|
1381
1257
|
value: input.initial_view_content
|
|
@@ -1411,11 +1287,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
1411
1287
|
path: _path + ".help_url",
|
|
1412
1288
|
expected: "(string | undefined)",
|
|
1413
1289
|
value: input.help_url
|
|
1414
|
-
}),
|
|
1415
|
-
path: _path + ".sso_organizations",
|
|
1416
|
-
expected: "(null | undefined)",
|
|
1417
|
-
value: input.sso_organizations
|
|
1418
|
-
}), undefined === input.multi_tenant || "boolean" === typeof input.multi_tenant || _report(_exceptionable, {
|
|
1290
|
+
}), true, undefined === input.multi_tenant || "boolean" === typeof input.multi_tenant || _report(_exceptionable, {
|
|
1419
1291
|
path: _path + ".multi_tenant",
|
|
1420
1292
|
expected: "(boolean | undefined)",
|
|
1421
1293
|
value: input.multi_tenant
|
|
@@ -1439,11 +1311,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
1439
1311
|
path: _path + ".scoped_repository",
|
|
1440
1312
|
expected: "(__type.o44 | undefined)",
|
|
1441
1313
|
value: input.scoped_repository
|
|
1442
|
-
}),
|
|
1443
|
-
path: _path + ".copilot_api_url",
|
|
1444
|
-
expected: "(null | undefined)",
|
|
1445
|
-
value: input.copilot_api_url
|
|
1446
|
-
}), undefined === input.enabled_features || ("object" === typeof input.enabled_features && null !== input.enabled_features && false === Array.isArray(input.enabled_features) || _report(_exceptionable, {
|
|
1314
|
+
}), true, undefined === input.enabled_features || ("object" === typeof input.enabled_features && null !== input.enabled_features && false === Array.isArray(input.enabled_features) || _report(_exceptionable, {
|
|
1447
1315
|
path: _path + ".enabled_features",
|
|
1448
1316
|
expected: "(Record<string, boolean> | undefined)",
|
|
1449
1317
|
value: input.enabled_features
|
|
@@ -1451,15 +1319,7 @@ class InternalGraphqlIssueRepository extends BaseGitHubRepository_1.BaseGitHubRe
|
|
|
1451
1319
|
path: _path + ".enabled_features",
|
|
1452
1320
|
expected: "(Record<string, boolean> | undefined)",
|
|
1453
1321
|
value: input.enabled_features
|
|
1454
|
-
})].every(flag => flag); const _vo51 = (input, _path, _exceptionable = true) => [
|
|
1455
|
-
path: _path + ".team_id",
|
|
1456
|
-
expected: "null",
|
|
1457
|
-
value: input.team_id
|
|
1458
|
-
})) && (null === input.team_id || _report(_exceptionable, {
|
|
1459
|
-
path: _path + ".team_id",
|
|
1460
|
-
expected: "null",
|
|
1461
|
-
value: input.team_id
|
|
1462
|
-
})), "boolean" === typeof input.can_edit_view || _report(_exceptionable, {
|
|
1322
|
+
})].every(flag => flag); const _vo51 = (input, _path, _exceptionable = true) => [true, "boolean" === typeof input.can_edit_view || _report(_exceptionable, {
|
|
1463
1323
|
path: _path + ".can_edit_view",
|
|
1464
1324
|
expected: "boolean",
|
|
1465
1325
|
value: input.can_edit_view
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InternalGraphqlIssueRepository.js","sourceRoot":"","sources":["../../../../src/adapter/repositories/issue/InternalGraphqlIssueRepository.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"InternalGraphqlIssueRepository.js","sourceRoot":"","sources":["../../../../src/adapter/repositories/issue/InternalGraphqlIssueRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAC1B,kEAA+D;AAC/D,kDAA0B;AAC1B,6DAG8B;AAiW9B,MAAa,8BAA+B,SAAQ,2CAAoB;IAAxE;;QACE,0BAAqB,GAAG,KAAK,EAC3B,QAAgB,EAChB,MAAqB,EACrB,OAAe,EACf,WAAmB,IAAI,EAGvB,EAAE;YACF,MAAM,KAAK,GAAG,kCAAkC,CAAC;YACjD,MAAM,SAAS,GAAG,KAAK,EACrB,KAAa,EACb,KAAoB,EACpB,MAAqB,EACrB,OAAe,EACiD,EAAE;gBAClE,MAAM,WAAW,GAAG;oBAClB,KAAK,EAAE,KAAK;oBACZ,SAAS,EAAE;wBACT,MAAM,EAAE,MAAM,IAAI,EAAE;wBACpB,KAAK,EAAE,KAAK;wBACZ,EAAE,EAAE,OAAO;qBACZ;iBACF,CAAC;gBAEF,MAAM,SAAS,GAAG,kBAAkB,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC;gBAClE,MAAM,GAAG,GAAG,oCAAoC,SAAS,EAAE,CAAC;gBAE5D,MAAM,OAAO,GAAG;oBACd,MAAM,EAAE,KAAK;oBACb,iBAAiB,EAAE,yBAAyB;oBAC5C,eAAe,EAAE,UAAU;oBAC3B,OAAO,EAAE,QAAQ;oBACjB,WAAW,EACT,kEAAkE;oBACpE,kBAAkB,EAAE,IAAI;oBACxB,oBAAoB,EAAE,SAAS;oBAC/B,gBAAgB,EAAE,OAAO;oBACzB,gBAAgB,EAAE,MAAM;oBACxB,gBAAgB,EAAE,aAAa;oBAC/B,YAAY,EACV,uGAAuG;oBACzG,kBAAkB,EAAE,gBAAgB;oBACpC,MAAM,EAAE,MAAM,IAAI,CAAC,SAAS,EAAE;iBAC/B,CAAC;gBAEF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;oBAC3B,IAAI,CAAC;wBACH,MAAM,QAAQ,GAAG,MAAM,eAAK,CAAC,GAAG,CAAkB,GAAG,EAAE;4BACrD,OAAO,EAAE,OAAO;4BAChB,eAAe,EAAE,IAAI;yBACtB,CAAC,CAAC;wBACH,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;4BACnD,MAAM,IAAI,KAAK,CACb,qCAAqC,QAAQ,eAAe,IAAI,CAAC,SAAS,CACxE,QAAQ,CAAC,IAAI,CACd,EAAE,CACJ,CAAC;wBACJ,CAAC;wBACD,OAAO,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC;oBACpD,CAAC;oBAAC,OAAO,CAAC,EAAE,CAAC;wBACX,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC;4BACZ,MAAM,CAAC,CAAC;wBACV,CAAC;wBACD,MAAM,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC;oBAC5D,CAAC;gBACH,CAAC;gBACD,MAAM,IAAI,KAAK,CAAC,aAAa,CAAC,CAAC;YACjC,CAAC,CAAC;YAEF,MAAM,kBAAkB,GACtB,EAAE,CAAC;YACL,IAAI,UAAU,GAAG,MAAM,CAAC;YACxB,MAAM,kBAAkB,GAAG,GAAG,CAAC;YAC/B,OAAO,kBAAkB,CAAC,MAAM,GAAG,QAAQ,EAAE,CAAC;gBAC5C,MAAM,QAAQ,GAAG,MAAM,SAAS,CAC9B,KAAK,EACL,kBAAkB,EAClB,UAAU,EACV,OAAO,CACR,CAAC;gBACF,KAAK,MAAM,IAAI,IAAI,QAAQ,CAAC,KAAK,EAAE,CAAC;oBAClC,kBAAkB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;oBAC9B,IAAI,kBAAkB,CAAC,MAAM,IAAI,QAAQ,EAAE,CAAC;wBAC1C,OAAO,kBAAkB,CAAC;oBAC5B,CAAC;gBACH,CAAC;gBACD,UAAU,GAAG,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC;gBACzC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC;oBACnC,MAAM;gBACR,CAAC;YACH,CAAC;YACD,OAAO,kBAAkB,CAAC;QAC5B,CAAC,CAAC;QACF,gCAA2B,GAAG,KAAK,EACjC,QAAgB,EAChB,IAAY,EACI,EAAE;YAClB,MAAM,OAAO,GACX,6FAA6F,CAAC;YAChG,MAAM,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YAElC,IAAI,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC;gBACxB,MAAM,IAAI,KAAK,CACb,iCAAiC,QAAQ,WAAW,IAAI,EAAE,CAC3D,CAAC;YACJ,CAAC;YACD,MAAM,aAAa,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;YAC/B,IAAI,CAAC,aAAa,EAAE,CAAC;gBACnB,MAAM,IAAI,KAAK,CAAC,yBAAyB,CAAC,CAAC;YAC7C,CAAC;YACD,MAAM,IAAI,GAAY,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;YAChD,IAAI;;;;;;;;;;;;;;;;;;;;iGAAqC,IAAI,CAAC,EAAE,CAAC;gBAC/C,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA6C,IAAI,CAAC,CAAC;gBACvE,MAAM,IAAI,KAAK,CACb,iCAAiC,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,WAAW,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,CACjG,CAAC;YACJ,CAAC;YACD,MAAM,SAAS,GACb,IAAI,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;YAChE,MAAM,mBAAmB,GACvB,SAAS,CAAC,kBAAkB,CAAC,UAAU;gBACvC,SAAS,CAAC,kBAAkB,CAAC,KAAK,CAAC,MAAM;gBACzC,SAAS,CAAC,iBAAiB,CAAC,KAAK,CAAC,MAAM,CAAC;YAC3C,MAAM,gBAAgB,GAAG,QAAQ,CAAC,QAAQ,CAAC,QAAQ,CAAC;gBAClD,CAAC,CAAC,EAAE;gBACJ,CAAC,CAAC,MAAM,IAAI,CAAC,qBAAqB,CAC9B,QAAQ,EACR,SAAS,CAAC,kBAAkB,CAAC,QAAQ,CAAC,SAAS,EAC/C,SAAS,CAAC,EAAE,EACZ,mBAAmB,CACpB,CAAC;YACN,MAAM,cAAc,GAAG,SAAS,CAAC,kBAAkB,CAAC,KAAK;iBACtD,MAAM,CAAC,gBAAgB,CAAC;iBACxB,MAAM,CAAC,SAAS,CAAC,iBAAiB,CAAC,KAAK,CAAC;iBACzC,MAAM,CACL,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,CACpB,IAAI,CAAC,SAAS,CACZ,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,IAAI,CAAC,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,CAC7D,KAAK,KAAK,CACd;iBACA,MAAM,CACL,CACE,IAAI,EAIJ,EAAE,CACF,CAAC,CAAC,IAAI,CAAC,IAAI;gBACX,IAAI,CAAC,IAAI,CAAC,UAAU,KAAK,iCAAiC,CAC7D;iBACA,GAAG,CACF,CAAC,IAAI,EAAuB,EAAE,CAAC,CAAC;gBAC9B,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS;gBACzB,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,IAAI,EAAE;gBACpC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,cAAc,IAAI,EAAE;gBACpC,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,EAAE;aAC3B,CAAC,CACH,CAAC;YACJ,MAAM,kBAAkB,GAAG,MAAM,IAAA,0CAAqB,EACpD,cAAc,EACd,QAAQ,CACT,CAAC;YACF,OAAO;gBACL,GAAG,EAAE,QAAQ;gBACb,KAAK,EAAE,SAAS,CAAC,KAAK;gBACtB,MAAM,EACJ,cAAc,CAAC,MAAM,GAAG,CAAC;oBACvB,CAAC,CAAC,cAAc,CAAC,cAAc,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,EAAE;oBAC9C,CAAC,CAAC,EAAE;gBACR,SAAS,EAAE,SAAS,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC;gBACnE,MAAM,EAAE,SAAS,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;gBAC5D,OAAO,EAAE,SAAS,CAAC,gBAAgB,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK;gBAC/D,cAAc;gBACd,kBAAkB;gBAClB,SAAS,EAAE,IAAI,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC;gBACxC,eAAe,EAAE,kBAAkB;aACpC,CAAC;QACJ,CAAC,CAAC;IACJ,CAAC;CAAA;AAnLD,wEAmLC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-issue-tower-defence-management",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@typescript-eslint/parser": "^7.2.0",
|
|
51
51
|
"check-node-version": "^4.2.1",
|
|
52
52
|
"commitlint": "^19.1.0",
|
|
53
|
-
"conventional-changelog-conventionalcommits": "^
|
|
53
|
+
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
54
54
|
"eslint": "^8.57.0",
|
|
55
55
|
"eslint-plugin-import": "^2.29.1",
|
|
56
56
|
"eslint-plugin-no-type-assertion": "^1.3.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"commander": "^14.0.0",
|
|
73
73
|
"cookie": "^1.0.1",
|
|
74
74
|
"dotenv": "^16.4.5",
|
|
75
|
-
"gh-cookie": "^1.3.
|
|
75
|
+
"gh-cookie": "^1.3.9",
|
|
76
76
|
"googleapis": "^146.0.0",
|
|
77
77
|
"typia": "^9.0.0",
|
|
78
78
|
"yaml": "^2.6.0"
|
|
@@ -281,21 +281,21 @@ type IssueUpdateSubscriptionResponse = {
|
|
|
281
281
|
response: {
|
|
282
282
|
data: {
|
|
283
283
|
issueUpdated: {
|
|
284
|
-
deletedCommentId:
|
|
285
|
-
issueBodyUpdated:
|
|
286
|
-
issueMetadataUpdated:
|
|
287
|
-
issueStateUpdated:
|
|
288
|
-
issueTimelineUpdated:
|
|
289
|
-
issueTitleUpdated:
|
|
290
|
-
issueReactionUpdated:
|
|
291
|
-
issueTransferStateUpdated:
|
|
292
|
-
issueTypeUpdated:
|
|
293
|
-
commentReactionUpdated:
|
|
294
|
-
commentUpdated:
|
|
295
|
-
subIssuesUpdated:
|
|
296
|
-
subIssuesSummaryUpdated:
|
|
297
|
-
parentIssueUpdated:
|
|
298
|
-
issueDependenciesSummaryUpdated:
|
|
284
|
+
deletedCommentId: unknown;
|
|
285
|
+
issueBodyUpdated: unknown;
|
|
286
|
+
issueMetadataUpdated: unknown;
|
|
287
|
+
issueStateUpdated: unknown;
|
|
288
|
+
issueTimelineUpdated: unknown;
|
|
289
|
+
issueTitleUpdated: unknown;
|
|
290
|
+
issueReactionUpdated: unknown;
|
|
291
|
+
issueTransferStateUpdated: unknown;
|
|
292
|
+
issueTypeUpdated: unknown;
|
|
293
|
+
commentReactionUpdated: unknown;
|
|
294
|
+
commentUpdated: unknown;
|
|
295
|
+
subIssuesUpdated: unknown;
|
|
296
|
+
subIssuesSummaryUpdated: unknown;
|
|
297
|
+
parentIssueUpdated: unknown;
|
|
298
|
+
issueDependenciesSummaryUpdated: unknown;
|
|
299
299
|
};
|
|
300
300
|
};
|
|
301
301
|
};
|
|
@@ -311,10 +311,10 @@ type GitHubBetaFeatureViewData = {
|
|
|
311
311
|
Record<string, IssueUpdateSubscriptionResponse>
|
|
312
312
|
>;
|
|
313
313
|
};
|
|
314
|
-
title?:
|
|
314
|
+
title?: unknown;
|
|
315
315
|
appPayload?: {
|
|
316
316
|
initial_view_content?: {
|
|
317
|
-
team_id:
|
|
317
|
+
team_id: unknown;
|
|
318
318
|
can_edit_view: boolean;
|
|
319
319
|
};
|
|
320
320
|
current_user?: {
|
|
@@ -332,7 +332,7 @@ type GitHubBetaFeatureViewData = {
|
|
|
332
332
|
paste_url_link_as_plain_text?: boolean;
|
|
333
333
|
base_avatar_url?: string;
|
|
334
334
|
help_url?: string;
|
|
335
|
-
sso_organizations?:
|
|
335
|
+
sso_organizations?: unknown;
|
|
336
336
|
multi_tenant?: boolean;
|
|
337
337
|
tracing?: boolean;
|
|
338
338
|
tracing_flamegraph?: boolean;
|
|
@@ -343,7 +343,7 @@ type GitHubBetaFeatureViewData = {
|
|
|
343
343
|
name: string;
|
|
344
344
|
is_archived: boolean;
|
|
345
345
|
};
|
|
346
|
-
copilot_api_url?:
|
|
346
|
+
copilot_api_url?: unknown;
|
|
347
347
|
enabled_features?: Record<string, boolean>;
|
|
348
348
|
};
|
|
349
349
|
};
|