@firestartr/cli 1.50.1-snapshot-37 → 1.50.1-snapshot-39
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 +7 -7
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -298362,11 +298362,12 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298362
298362
|
nodes {
|
|
298363
298363
|
id
|
|
298364
298364
|
name
|
|
298365
|
-
|
|
298366
|
-
|
|
298367
|
-
|
|
298368
|
-
|
|
298369
|
-
|
|
298365
|
+
repositories {
|
|
298366
|
+
edges {
|
|
298367
|
+
permission
|
|
298368
|
+
node {
|
|
298369
|
+
name
|
|
298370
|
+
}
|
|
298370
298371
|
}
|
|
298371
298372
|
}
|
|
298372
298373
|
}
|
|
@@ -298376,8 +298377,7 @@ async function getOrgTeamsDirectAccess(org) {
|
|
|
298376
298377
|
}
|
|
298377
298378
|
}
|
|
298378
298379
|
}
|
|
298379
|
-
}
|
|
298380
|
-
}`, { org });
|
|
298380
|
+
}`, { org });
|
|
298381
298381
|
return transformGraphQLResponse(response);
|
|
298382
298382
|
}
|
|
298383
298383
|
function transformGraphQLResponse(response) {
|