openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Custom/Administration/Internal/GeneratorStubs.cs
36lines · modecode
| 1 | namespace OpenAI.Administration; |
| 2 | |
| 3 | [CodeGenType("AuditLogActorServiceAccount")] internal partial class InternalAuditLogActorServiceAccount { } |
| 4 | [CodeGenType("AuditLogActorUser")] internal partial class InternalAuditLogActorUser { } |
| 5 | [CodeGenType("AuditLogActorApiKey")] internal partial class InternalAuditLogActorApiKey { } |
| 6 | [CodeGenType("AuditLogActorSession")] internal partial class InternalAuditLogActorSession { } |
| 7 | [CodeGenType("AuditLogActor")] internal partial class InternalAuditLogActor { } |
| 8 | [CodeGenType("AuditLog")] internal partial class InternalAuditLog { } |
| 9 | [CodeGenType("ListAuditLogsResponse")] internal partial class InternalListAuditLogsResponse { } |
| 10 | [CodeGenType("Invite")] internal partial class InternalInvite { } |
| 11 | [CodeGenType("InviteListResponse")] internal partial class InternalInviteListResponse { } |
| 12 | [CodeGenType("InviteRequest")] internal partial class InternalInviteRequest { } |
| 13 | [CodeGenType("InviteDeleteResponse")] internal partial class InternalInviteDeleteResponse { } |
| 14 | [CodeGenType("User")] internal partial class InternalUser { } |
| 15 | [CodeGenType("UserListResponse")] internal partial class InternalUserListResponse { } |
| 16 | [CodeGenType("UserRoleUpdateRequest")] internal partial class InternalUserRoleUpdateRequest { } |
| 17 | [CodeGenType("UserDeleteResponse")] internal partial class InternalUserDeleteResponse { } |
| 18 | [CodeGenType("Project")] internal partial class InternalProject { } |
| 19 | [CodeGenType("ProjectListResponse")] internal partial class InternalProjectListResponse { } |
| 20 | [CodeGenType("ProjectCreateRequest")] internal partial class InternalProjectCreateRequest { } |
| 21 | [CodeGenType("ProjectUpdateRequest")] internal partial class InternalProjectUpdateRequest { } |
| 22 | [CodeGenType("DefaultProjectErrorResponse")] internal partial class InternalDefaultProjectErrorResponse { } |
| 23 | [CodeGenType("ProjectUser")] internal partial class InternalProjectUser { } |
| 24 | [CodeGenType("ProjectUserListResponse")] internal partial class InternalProjectUserListResponse { } |
| 25 | [CodeGenType("ProjectUserCreateRequest")] internal partial class InternalProjectUserCreateRequest { } |
| 26 | [CodeGenType("ProjectUserUpdateRequest")] internal partial class InternalProjectUserUpdateRequest { } |
| 27 | [CodeGenType("ProjectUserDeleteResponse")] internal partial class InternalProjectUserDeleteResponse { } |
| 28 | [CodeGenType("ProjectServiceAccount")] internal partial class InternalProjectServiceAccount { } |
| 29 | [CodeGenType("ProjectServiceAccountListResponse")] internal partial class InternalProjectServiceAccountListResponse { } |
| 30 | [CodeGenType("ProjectServiceAccountCreateRequest")] internal partial class InternalProjectServiceAccountCreateRequest { } |
| 31 | [CodeGenType("ProjectServiceAccountCreateResponse")] internal partial class InternalProjectServiceAccountCreateResponse { } |
| 32 | [CodeGenType("ProjectServiceAccountApiKey")] internal partial class InternalProjectServiceAccountApiKey { } |
| 33 | [CodeGenType("ProjectServiceAccountDeleteResponse")] internal partial class InternalProjectServiceAccountDeleteResponse { } |
| 34 | [CodeGenType("ProjectApiKey")] internal partial class InternalProjectApiKey { } |
| 35 | [CodeGenType("ProjectApiKeyListResponse")] internal partial class InternalProjectApiKeyListResponse { } |
| 36 | [CodeGenType("ProjectApiKeyDeleteResponse")] internal partial class InternalProjectApiKeyDeleteResponse { } |
| 37 | |