101 lines
53 KiB
Plaintext
101 lines
53 KiB
Plaintext
{
|
|
"runtime": "Net80",
|
|
"defaultVariables": "",
|
|
"documentGenerator": {
|
|
"fromDocument": {
|
|
"json": "{\r\n \"openapi\": \"3.0.1\",\r\n \"info\": {\r\n \"title\": \"OpenWarehouse.auth.api\",\r\n \"version\": \"1.0\"\r\n },\r\n \"paths\": {\r\n \"/Account/DeleteUser\": {\r\n \"delete\": {\r\n \"tags\": [\r\n \"Account\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteUserRequestModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteUserRequestModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteUserReturnModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteUserReturnModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteUserReturnModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Account/CreateUser\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Account\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateUserModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateUserModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateUserModelReturn\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateUserModelReturn\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateUserModelReturn\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Account/ChangePassword\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Account\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/ChangePassword\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/ChangePassword\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/ChangePasswordReturn\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/ChangePasswordReturn\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/ChangePasswordReturn\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Account/DeactiveToken\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Account\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeactiveTokenModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeactiveTokenModel\"\r\n }\r\n },\r\n \"application/*+json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeactiveTokenModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Account/AddClaimsToUser\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Account\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserModel\"\r\n }\r\n },\r\n \"application/*+json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserReturnModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserReturnModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserReturnModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Account/GetAllClaimsUser\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Account\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserReturnModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserReturnModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddClaimsToUserReturnModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Login\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Auth\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LoginRequestModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LoginRequestModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LoginModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LoginModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LoginModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Register\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Auth\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegisterModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegisterModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegisterReturnModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegisterReturnModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegisterReturnModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/LogOut\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Auth\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LogOutModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LogOutModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/LogOutModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/RegererateTokeken\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Auth\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegeneratedTokenModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegeneratedTokenModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RegeneratedTokenModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/DeleteExpiredToken\": {\r\n \"delete\": {\r\n \"tags\": [\r\n \"Auth\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/TokenIsLock\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Auth\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/TokenAskIfIsLockModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/TokenAskIfIsLockModel\"\r\n }\r\n },\r\n \"application/*+json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/TokenAskIfIsLockModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Privilage/GetUserPrivilages\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Privilage\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Privilage/CreatePrivilage\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Privilage\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreatePrivilageModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreatePrivilageModel\"\r\n }\r\n },\r\n \"application/*+json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreatePrivilageModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\"\r\n }\r\n }\r\n }\r\n },\r\n \"/Role/GetRoles\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Role\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RoleListModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RoleListModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RoleListModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Role/GetUserRoles\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Role\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/UserRoleReqestModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/UserRoleReqestModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/UserRoleModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/UserRoleModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/UserRoleModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Role/CreateRole\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Role\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateRoleModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateRoleModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Role/AddRoleToUser\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Role\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddRoleToUserModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/AddRoleToUserModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Role/EditRolePrivilage\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Role\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/EditRoleModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/EditRoleModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RoleModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RoleModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/RoleModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Role/DeleteRole\": {\r\n \"delete\": {\r\n \"tags\": [\r\n \"Role\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteRoleModel\"\r\n }\r\n },\r\n \"application/xml\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/DeleteRoleModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OkModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Service/GetTokenForService\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Service\"\r\n ],\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceTokenModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceTokenModel\"\r\n }\r\n },\r\n \"application/*+json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceTokenModel\"\r\n }\r\n }\r\n }\r\n },\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceTokenReturnModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceTokenReturnModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceTokenReturnModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Service/TestServiceToken\": {\r\n \"post\": {\r\n \"tags\": [\r\n \"Service\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/Ping\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Tools\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/PingModel\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/PingModel\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/PingModel\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/TestAuthStatus\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"Tools\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"type\": \"boolean\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/.well-known/openid-configuration\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"WellKnown\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OpenIdConfiguration\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OpenIdConfiguration\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/OpenIdConfiguration\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"/.well-known/jwks\": {\r\n \"get\": {\r\n \"tags\": [\r\n \"WellKnown\"\r\n ],\r\n \"responses\": {\r\n \"200\": {\r\n \"description\": \"OK\",\r\n \"content\": {\r\n \"text/plain\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/JwksResponse\"\r\n }\r\n },\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/JwksResponse\"\r\n }\r\n },\r\n \"text/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/JwksResponse\"\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"components\": {\r\n \"schemas\": {\r\n \"AddClaimsToUserModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userId\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"issuer\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"newClaims\": {\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"AddClaimsToUserReturnModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userId\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isSucess\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"error\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"allUserClaims\": {\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"AddRoleToUserModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userIdentify\": {\r\n \"maxLength\": 40,\r\n \"minLength\": 1,\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"roleIdentify\": {\r\n \"maxLength\": 40,\r\n \"minLength\": 1,\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"ChangePassword\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"password\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"newPassword1\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"newPassword2\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"logOutAllSession\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"ChangePasswordReturn\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"isSuccess\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"mess\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"lockedTokenCount\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreatePrivilageModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"privilage\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateRoleModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"name\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"privilage\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"forcePrivilage\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateServicePrivilageResult\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"privilage\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isCreated\": {\r\n \"type\": \"boolean\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateServiceRoleResult\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"isSuccessed\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"errors\": {\r\n \"type\": \"object\",\r\n \"additionalProperties\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateServiceTokenModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"serviceName\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"servicePrivilages\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"serviceRoles\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/RoleModel\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"issuer\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateServiceTokenReturnModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"serviceName\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"serviceUsername\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isSuccess\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"userAllereadyExist\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"serviceToken\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"privilageResults\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/CreateServicePrivilageResult\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"roleResults\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/CreateServiceRoleResult\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateUserModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"username\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"password\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"email\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"roles\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"CreateUserModelReturn\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"username\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"password\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"email\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"roles\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/RoleStatus\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"returnMess\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"newUserId\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isCreated\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"DeactiveTokenModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"token\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"DeleteRoleModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"roleIdentify\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"DeleteUserRequestModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userId\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"DeleteUserReturnModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userId\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"operationMessage\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isOperationSuccess\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"dedeltedTokenCount\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int32\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"EditRoleModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"roleIdentify\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"forceAddedPrivilage\": {\r\n \"type\": \"boolean\",\r\n \"default\": false\r\n },\r\n \"addPrivilage\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"deletePrivilage\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"newName\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"Jwk\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"kty\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"e\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"n\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"use\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"alg\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"kid\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"JwksResponse\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"keys\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/Jwk\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"LogOutModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"logOutSuccess\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"mess\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"LoginModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"login\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"email\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"token\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"exp\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n },\r\n \"message\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"accountProblem\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isLogged\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"requiresTwoFactor\": {\r\n \"type\": \"boolean\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"LoginRequestModel\": {\r\n \"required\": [\r\n \"login\",\r\n \"pass\"\r\n ],\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"login\": {\r\n \"minLength\": 1,\r\n \"type\": \"string\"\r\n },\r\n \"pass\": {\r\n \"minLength\": 1,\r\n \"type\": \"string\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"OkModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"message\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isSuccess\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"value\": {\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"OpenIdConfiguration\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"issuer\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"authorizationEndpoint\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"tokenEndpoint\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"jwksUri\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"responseTypesSupported\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"subjectTypesSupported\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n },\r\n \"idTokenSigningAlgValuesSupported\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"PingModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"message\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"time\": {\r\n \"type\": \"integer\",\r\n \"format\": \"int64\"\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"RegeneratedTokenModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"token\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"mess\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"RegisterModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"registerToken\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"username\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"email\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"password\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"roles\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"RegisterReturnModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"isCreated\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"authToken\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"problemWithUsername\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"problemWitbEmail\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"problemWithPassword\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"problemWithToken\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"otherWithOtherProblem\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"RoleListModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"roles\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/RoleModel\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"RoleModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"roleName\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"isGlobalAdmin\": {\r\n \"type\": \"boolean\",\r\n \"default\": false\r\n },\r\n \"privilage\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"type\": \"string\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"RoleStatus\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"exist\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"added\": {\r\n \"type\": \"boolean\"\r\n },\r\n \"name\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"mess\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"TokenAskIfIsLockModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"token\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"UserRoleModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userId\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"username\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n },\r\n \"roles\": {\r\n \"type\": \"array\",\r\n \"items\": {\r\n \"$ref\": \"#/components/schemas/RoleModel\"\r\n },\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n },\r\n \"UserRoleReqestModel\": {\r\n \"type\": \"object\",\r\n \"properties\": {\r\n \"userIdentify\": {\r\n \"type\": \"string\",\r\n \"nullable\": true\r\n }\r\n },\r\n \"additionalProperties\": false\r\n }\r\n },\r\n \"securitySchemes\": {\r\n \"Bearer\": {\r\n \"type\": \"apiKey\",\r\n \"description\": \"Please insert JWT with Bearer into field\",\r\n \"name\": \"Authorization\",\r\n \"in\": \"header\"\r\n }\r\n }\r\n },\r\n \"security\": [\r\n {\r\n \"Bearer\": []\r\n }\r\n ]\r\n}",
|
|
"url": "https://localhost/auth/swagger/v1/swagger.json",
|
|
"output": null,
|
|
"newLineBehavior": "Auto"
|
|
}
|
|
},
|
|
"codeGenerators": {
|
|
"openApiToCSharpClient": {
|
|
"clientBaseClass": null,
|
|
"configurationClass": null,
|
|
"generateClientClasses": true,
|
|
"suppressClientClassesOutput": false,
|
|
"generateClientInterfaces": false,
|
|
"suppressClientInterfacesOutput": false,
|
|
"clientBaseInterface": null,
|
|
"injectHttpClient": true,
|
|
"disposeHttpClient": true,
|
|
"protectedMethods": [],
|
|
"generateExceptionClasses": true,
|
|
"exceptionClass": "ApiException",
|
|
"wrapDtoExceptions": true,
|
|
"useHttpClientCreationMethod": false,
|
|
"httpClientType": "System.Net.Http.HttpClient",
|
|
"useHttpRequestMessageCreationMethod": false,
|
|
"useBaseUrl": true,
|
|
"generateBaseUrlProperty": true,
|
|
"generateSyncMethods": false,
|
|
"generatePrepareRequestAndProcessResponseAsAsyncMethods": false,
|
|
"exposeJsonSerializerSettings": false,
|
|
"clientClassAccessModifier": "public",
|
|
"typeAccessModifier": "public",
|
|
"propertySetterAccessModifier": "",
|
|
"generateNativeRecords": false,
|
|
"generateContractsOutput": false,
|
|
"contractsNamespace": null,
|
|
"contractsOutputFilePath": null,
|
|
"parameterDateTimeFormat": "s",
|
|
"parameterDateFormat": "yyyy-MM-dd",
|
|
"generateUpdateJsonSerializerSettingsMethod": true,
|
|
"useRequestAndResponseSerializationSettings": false,
|
|
"serializeTypeInformation": true,
|
|
"queryNullValue": "",
|
|
"className": "{controller}OpenWarehouseAuthClient",
|
|
"operationGenerationMode": "MultipleClientsFromOperationId",
|
|
"additionalNamespaceUsages": [],
|
|
"additionalContractNamespaceUsages": [],
|
|
"generateOptionalParameters": true,
|
|
"generateJsonMethods": false,
|
|
"enforceFlagEnums": false,
|
|
"parameterArrayType": "System.Collections.Generic.IEnumerable",
|
|
"parameterDictionaryType": "System.Collections.Generic.IDictionary",
|
|
"responseArrayType": "System.Collections.Generic.ICollection",
|
|
"responseDictionaryType": "System.Collections.Generic.IDictionary",
|
|
"wrapResponses": false,
|
|
"wrapResponseMethods": [],
|
|
"generateResponseClasses": true,
|
|
"responseClass": "SwaggerResponse",
|
|
"namespace": "OpenWarehouse.auth.Common.ApiInterfeiceLib",
|
|
"requiredPropertiesMustBeDefined": true,
|
|
"dateType": "System.DateTimeOffset",
|
|
"jsonConverters": null,
|
|
"anyType": "object",
|
|
"dateTimeType": "System.DateTimeOffset",
|
|
"timeType": "System.TimeSpan",
|
|
"timeSpanType": "System.TimeSpan",
|
|
"arrayType": "System.Collections.Generic.ICollection",
|
|
"arrayInstanceType": "System.Collections.ObjectModel.Collection",
|
|
"dictionaryType": "System.Collections.Generic.IDictionary",
|
|
"dictionaryInstanceType": "System.Collections.Generic.Dictionary",
|
|
"arrayBaseType": "System.Collections.ObjectModel.Collection",
|
|
"dictionaryBaseType": "System.Collections.Generic.Dictionary",
|
|
"classStyle": "Poco",
|
|
"jsonLibrary": "NewtonsoftJson",
|
|
"generateDefaultValues": true,
|
|
"generateDataAnnotations": true,
|
|
"excludedTypeNames": [],
|
|
"excludedParameterNames": [],
|
|
"handleReferences": false,
|
|
"generateImmutableArrayProperties": false,
|
|
"generateImmutableDictionaryProperties": false,
|
|
"jsonSerializerSettingsTransformationMethod": null,
|
|
"inlineNamedArrays": false,
|
|
"inlineNamedDictionaries": false,
|
|
"inlineNamedTuples": true,
|
|
"inlineNamedAny": false,
|
|
"generateDtoTypes": false,
|
|
"generateOptionalPropertiesAsNullable": false,
|
|
"generateNullableReferenceTypes": false,
|
|
"templateDirectory": null,
|
|
"serviceHost": "",
|
|
"serviceSchemes": null,
|
|
"output": "OpenWarehouseAuthClient.cs",
|
|
"newLineBehavior": "Auto"
|
|
}
|
|
}
|
|
} |