|
76727 | 76727 | "kind": "objects",
|
76728 | 76728 | "href": "/graphql/reference/objects#copilotendpoints"
|
76729 | 76729 | },
|
| 76730 | + { |
| 76731 | + "name": "copilotLicenseType", |
| 76732 | + "description": "<p>The user's license type for Copilot.</p>", |
| 76733 | + "type": "CopilotLicenseType", |
| 76734 | + "id": "copilotlicensetype", |
| 76735 | + "kind": "enums", |
| 76736 | + "href": "/graphql/reference/enums#copilotlicensetype", |
| 76737 | + "isDeprecated": false |
| 76738 | + }, |
76730 | 76739 | {
|
76731 | 76740 | "name": "copilotLimitedUser",
|
76732 | 76741 | "description": "<p>Properties of the current Copilot user, if limited by Copilot Free.</p>",
|
|
85740 | 85749 | }
|
85741 | 85750 | ]
|
85742 | 85751 | },
|
| 85752 | + { |
| 85753 | + "name": "CopilotLicenseType", |
| 85754 | + "kind": "enums", |
| 85755 | + "id": "copilotlicensetype", |
| 85756 | + "href": "/graphql/reference/enums#copilotlicensetype", |
| 85757 | + "description": "<p>Indicates the type of access a user has to GitHub Copilot.</p>", |
| 85758 | + "isDeprecated": false, |
| 85759 | + "values": [ |
| 85760 | + { |
| 85761 | + "name": "COPILOT_BUSINESS", |
| 85762 | + "description": "<p>Business access.</p>" |
| 85763 | + }, |
| 85764 | + { |
| 85765 | + "name": "COPILOT_ENTERPRISE", |
| 85766 | + "description": "<p>Enterprise access.</p>" |
| 85767 | + }, |
| 85768 | + { |
| 85769 | + "name": "COPILOT_FREE", |
| 85770 | + "description": "<p>Limited free access.</p>" |
| 85771 | + }, |
| 85772 | + { |
| 85773 | + "name": "COPILOT_INDIVIDUAL", |
| 85774 | + "description": "<p>Individual access.</p>" |
| 85775 | + }, |
| 85776 | + { |
| 85777 | + "name": "NO_ACCESS", |
| 85778 | + "description": "<p>No access found.</p>" |
| 85779 | + } |
| 85780 | + ] |
| 85781 | + }, |
85743 | 85782 | {
|
85744 | 85783 | "name": "CopilotLimitedFeature",
|
85745 | 85784 | "kind": "enums",
|
|
0 commit comments