| 
93406 | 93406 |             "type": "string",  | 
93407 | 93407 |             "format": "date-time",  | 
93408 | 93408 |             "description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."  | 
 | 93409 | +          },  | 
 | 93410 | +          "plan_type": {  | 
 | 93411 | +            "type": "string",  | 
 | 93412 | +            "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",  | 
 | 93413 | +            "enum": [  | 
 | 93414 | +              "business",  | 
 | 93415 | +              "enterprise",  | 
 | 93416 | +              "unknown"  | 
 | 93417 | +            ]  | 
93409 | 93418 |           }  | 
93410 | 93419 |         },  | 
93411 | 93420 |         "required": [  | 
 | 
99605 | 99614 |               "disabled",  | 
99606 | 99615 |               "unconfigured"  | 
99607 | 99616 |             ]  | 
 | 99617 | +          },  | 
 | 99618 | +          "plan_type": {  | 
 | 99619 | +            "type": "string",  | 
 | 99620 | +            "description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",  | 
 | 99621 | +            "enum": [  | 
 | 99622 | +              "business",  | 
 | 99623 | +              "enterprise",  | 
 | 99624 | +              "unknown"  | 
 | 99625 | +            ]  | 
99608 | 99626 |           }  | 
99609 | 99627 |         },  | 
99610 | 99628 |         "required": [  | 
@@ -270401,6 +270419,7 @@  | 
270401 | 270419 |               "pending_cancellation_date": null,  | 
270402 | 270420 |               "last_activity_at": "2021-10-14T00:53:32-06:00",  | 
270403 | 270421 |               "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",  | 
 | 270422 | +              "plan_type": "business",  | 
270404 | 270423 |               "assignee": {  | 
270405 | 270424 |                 "login": "octocat",  | 
270406 | 270425 |                 "id": 1,  | 
@@ -274566,7 +274585,8 @@  | 
274566 | 274585 |           "ide_chat": "enabled",  | 
274567 | 274586 |           "platform_chat": "enabled",  | 
274568 | 274587 |           "cli": "enabled",  | 
274569 |  | -          "public_code_suggestions": "block"  | 
 | 274588 | +          "public_code_suggestions": "block",  | 
 | 274589 | +          "plan_type": "business"  | 
274570 | 274590 |         }  | 
274571 | 274591 |       },  | 
274572 | 274592 |       "organization-dependabot-secret-paginated": {  | 
@@ -275170,6 +275190,7 @@  | 
275170 | 275190 |           "pending_cancellation_date": null,  | 
275171 | 275191 |           "last_activity_at": "2021-10-14T00:53:32-06:00",  | 
275172 | 275192 |           "last_activity_editor": "vscode/1.77.3/copilot/1.86.82",  | 
 | 275193 | +          "plan_type": "business",  | 
275173 | 275194 |           "assignee": {  | 
275174 | 275195 |             "login": "octocat",  | 
275175 | 275196 |             "id": 1,  | 
 | 
0 commit comments