@firestartr/cli 1.50.1-snapshot-36 → 1.50.1-snapshot-38
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/build/index.js +6 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -298362,6 +298362,7 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298362
298362
|
nodes {
|
|
298363
298363
|
id
|
|
298364
298364
|
name
|
|
298365
|
+
}
|
|
298365
298366
|
repositories {
|
|
298366
298367
|
edges {
|
|
298367
298368
|
permission
|
|
@@ -298370,10 +298371,13 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298370
298371
|
}
|
|
298371
298372
|
}
|
|
298372
298373
|
}
|
|
298374
|
+
pageInfo {
|
|
298375
|
+
hasNextPage
|
|
298376
|
+
endCursor
|
|
298377
|
+
}
|
|
298373
298378
|
}
|
|
298374
298379
|
}
|
|
298375
|
-
}
|
|
298376
|
-
}`, { org });
|
|
298380
|
+
}`, { org });
|
|
298377
298381
|
return transformGraphQLResponse(response);
|
|
298378
298382
|
}
|
|
298379
298383
|
function transformGraphQLResponse(response) {
|