diff --git a/server/swagger.ts b/server/swagger.ts index 3ff4b31..7cd66db 100644 --- a/server/swagger.ts +++ b/server/swagger.ts @@ -92,7 +92,10 @@ const swaggerOptions = { properties: { id: { type: "integer" }, connectionId: { type: "integer" }, + objectGUID: { type: "string" }, distinguishedName: { type: "string" }, + canonicalName: { type: "string" }, + cn: { type: "string" }, sAMAccountName: { type: "string" }, userPrincipalName: { type: "string" }, givenName: { type: "string" }, @@ -110,7 +113,10 @@ const swaggerOptions = { properties: { id: { type: "integer" }, connectionId: { type: "integer" }, + objectGUID: { type: "string" }, distinguishedName: { type: "string" }, + canonicalName: { type: "string" }, + cn: { type: "string" }, sAMAccountName: { type: "string" }, groupType: { type: "string" }, description: { type: "string" }, @@ -123,7 +129,10 @@ const swaggerOptions = { properties: { id: { type: "integer" }, connectionId: { type: "integer" }, + objectGUID: { type: "string" }, distinguishedName: { type: "string" }, + canonicalName: { type: "string" }, + cn: { type: "string" }, name: { type: "string" }, description: { type: "string" }, adProperties: { type: "object" }, @@ -134,7 +143,10 @@ const swaggerOptions = { properties: { id: { type: "integer" }, connectionId: { type: "integer" }, + objectGUID: { type: "string" }, distinguishedName: { type: "string" }, + canonicalName: { type: "string" }, + cn: { type: "string" }, name: { type: "string" }, dnsHostName: { type: "string" }, operatingSystem: { type: "string" }, @@ -149,7 +161,10 @@ const swaggerOptions = { properties: { id: { type: "integer" }, connectionId: { type: "integer" }, + objectGUID: { type: "string" }, distinguishedName: { type: "string" }, + canonicalName: { type: "string" }, + cn: { type: "string" }, name: { type: "string" }, netBIOSName: { type: "string" }, forestName: { type: "string" },