|
62 | 62 | } |
63 | 63 | } |
64 | 64 | }, |
| 65 | + "github_actions_organization_secret_repository": { |
| 66 | + "current": "github:index/actionsOrganizationSecretRepository:ActionsOrganizationSecretRepository", |
| 67 | + "majorVersion": 6 |
| 68 | + }, |
65 | 69 | "github_actions_organization_variable": { |
66 | 70 | "current": "github:index/actionsOrganizationVariable:ActionsOrganizationVariable", |
67 | 71 | "majorVersion": 6, |
|
387 | 391 | "current": "github:index/organizationBlock:OrganizationBlock", |
388 | 392 | "majorVersion": 6 |
389 | 393 | }, |
| 394 | + "github_organization_custom_properties": { |
| 395 | + "current": "github:index/organizationCustomProperties:OrganizationCustomProperties", |
| 396 | + "majorVersion": 6, |
| 397 | + "fields": { |
| 398 | + "allowed_values": { |
| 399 | + "maxItemsOne": false |
| 400 | + } |
| 401 | + } |
| 402 | + }, |
390 | 403 | "github_organization_custom_role": { |
391 | 404 | "current": "github:index/organizationCustomRole:OrganizationCustomRole", |
392 | 405 | "majorVersion": 6, |
|
400 | 413 | "current": "github:index/organizationProject:OrganizationProject", |
401 | 414 | "majorVersion": 6 |
402 | 415 | }, |
| 416 | + "github_organization_repository_role": { |
| 417 | + "current": "github:index/organizationRepositoryRole:OrganizationRepositoryRole", |
| 418 | + "majorVersion": 6, |
| 419 | + "fields": { |
| 420 | + "permissions": { |
| 421 | + "maxItemsOne": false |
| 422 | + } |
| 423 | + } |
| 424 | + }, |
| 425 | + "github_organization_role": { |
| 426 | + "current": "github:index/organizationRole:OrganizationRole", |
| 427 | + "majorVersion": 6, |
| 428 | + "fields": { |
| 429 | + "permissions": { |
| 430 | + "maxItemsOne": false |
| 431 | + } |
| 432 | + } |
| 433 | + }, |
| 434 | + "github_organization_role_team": { |
| 435 | + "current": "github:index/organizationRoleTeam:OrganizationRoleTeam", |
| 436 | + "majorVersion": 6 |
| 437 | + }, |
| 438 | + "github_organization_role_team_assignment": { |
| 439 | + "current": "github:index/organizationRoleTeamAssignment:OrganizationRoleTeamAssignment", |
| 440 | + "majorVersion": 6 |
| 441 | + }, |
| 442 | + "github_organization_role_user": { |
| 443 | + "current": "github:index/organizationRoleUser:OrganizationRoleUser", |
| 444 | + "majorVersion": 6 |
| 445 | + }, |
403 | 446 | "github_organization_ruleset": { |
404 | 447 | "current": "github:index/organizationRuleset:OrganizationRuleset", |
405 | 448 | "majorVersion": 6, |
|
704 | 747 | "committer_email_pattern": { |
705 | 748 | "maxItemsOne": true |
706 | 749 | }, |
| 750 | + "file_extension_restriction": { |
| 751 | + "maxItemsOne": true, |
| 752 | + "elem": { |
| 753 | + "fields": { |
| 754 | + "restricted_file_extensions": { |
| 755 | + "maxItemsOne": false |
| 756 | + } |
| 757 | + } |
| 758 | + } |
| 759 | + }, |
| 760 | + "file_path_restriction": { |
| 761 | + "maxItemsOne": true, |
| 762 | + "elem": { |
| 763 | + "fields": { |
| 764 | + "restricted_file_paths": { |
| 765 | + "maxItemsOne": false |
| 766 | + } |
| 767 | + } |
| 768 | + } |
| 769 | + }, |
| 770 | + "max_file_size": { |
| 771 | + "maxItemsOne": true |
| 772 | + }, |
707 | 773 | "merge_queue": { |
708 | 774 | "maxItemsOne": true |
709 | 775 | }, |
|
1133 | 1199 | } |
1134 | 1200 | } |
1135 | 1201 | }, |
| 1202 | + "github_organization_custom_properties": { |
| 1203 | + "current": "github:index/getOrganizationCustomProperties:getOrganizationCustomProperties", |
| 1204 | + "majorVersion": 6, |
| 1205 | + "fields": { |
| 1206 | + "allowed_values": { |
| 1207 | + "maxItemsOne": false |
| 1208 | + } |
| 1209 | + } |
| 1210 | + }, |
1136 | 1211 | "github_organization_custom_role": { |
1137 | 1212 | "current": "github:index/getOrganizationCustomRole:getOrganizationCustomRole", |
1138 | 1213 | "majorVersion": 6, |
|
1160 | 1235 | } |
1161 | 1236 | } |
1162 | 1237 | }, |
| 1238 | + "github_organization_repository_role": { |
| 1239 | + "current": "github:index/getOrganizationRepositoryRole:getOrganizationRepositoryRole", |
| 1240 | + "majorVersion": 6, |
| 1241 | + "fields": { |
| 1242 | + "permissions": { |
| 1243 | + "maxItemsOne": false |
| 1244 | + } |
| 1245 | + } |
| 1246 | + }, |
| 1247 | + "github_organization_repository_roles": { |
| 1248 | + "current": "github:index/getOrganizationRepositoryRoles:getOrganizationRepositoryRoles", |
| 1249 | + "majorVersion": 6, |
| 1250 | + "fields": { |
| 1251 | + "roles": { |
| 1252 | + "maxItemsOne": false, |
| 1253 | + "elem": { |
| 1254 | + "fields": { |
| 1255 | + "permissions": { |
| 1256 | + "maxItemsOne": false |
| 1257 | + } |
| 1258 | + } |
| 1259 | + } |
| 1260 | + } |
| 1261 | + } |
| 1262 | + }, |
| 1263 | + "github_organization_role": { |
| 1264 | + "current": "github:index/getOrganizationRole:getOrganizationRole", |
| 1265 | + "majorVersion": 6, |
| 1266 | + "fields": { |
| 1267 | + "permissions": { |
| 1268 | + "maxItemsOne": false |
| 1269 | + } |
| 1270 | + } |
| 1271 | + }, |
| 1272 | + "github_organization_role_teams": { |
| 1273 | + "current": "github:index/getOrganizationRoleTeams:getOrganizationRoleTeams", |
| 1274 | + "majorVersion": 6, |
| 1275 | + "fields": { |
| 1276 | + "teams": { |
| 1277 | + "maxItemsOne": false |
| 1278 | + } |
| 1279 | + } |
| 1280 | + }, |
| 1281 | + "github_organization_role_users": { |
| 1282 | + "current": "github:index/getOrganizationRoleUsers:getOrganizationRoleUsers", |
| 1283 | + "majorVersion": 6, |
| 1284 | + "fields": { |
| 1285 | + "users": { |
| 1286 | + "maxItemsOne": false |
| 1287 | + } |
| 1288 | + } |
| 1289 | + }, |
| 1290 | + "github_organization_roles": { |
| 1291 | + "current": "github:index/getOrganizationRoles:getOrganizationRoles", |
| 1292 | + "majorVersion": 6, |
| 1293 | + "fields": { |
| 1294 | + "roles": { |
| 1295 | + "maxItemsOne": false, |
| 1296 | + "elem": { |
| 1297 | + "fields": { |
| 1298 | + "permissions": { |
| 1299 | + "maxItemsOne": false |
| 1300 | + } |
| 1301 | + } |
| 1302 | + } |
| 1303 | + } |
| 1304 | + } |
| 1305 | + }, |
| 1306 | + "github_organization_security_managers": { |
| 1307 | + "current": "github:index/getOrganizationSecurityManagers:getOrganizationSecurityManagers", |
| 1308 | + "majorVersion": 6, |
| 1309 | + "fields": { |
| 1310 | + "teams": { |
| 1311 | + "maxItemsOne": false |
| 1312 | + } |
| 1313 | + } |
| 1314 | + }, |
1163 | 1315 | "github_organization_team_sync_groups": { |
1164 | 1316 | "current": "github:index/getOrganizationTeamSyncGroups:getOrganizationTeamSyncGroups", |
1165 | 1317 | "majorVersion": 6, |
|
0 commit comments