mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
Delete src/comissions.app.api/bin/Debug/net8.0 directory
This commit is contained in:
parent
bb1ffe8578
commit
dacb75b223
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,22 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Globalization.Invariant": true,
|
||||
"System.Globalization.PredefinedCulturesOnly": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>ArtPlatform.API</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.GetSellerRequests(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Gets a list of all of the requests from users to become a seller.
|
||||
</summary>
|
||||
<param name="offset"> The offset to start at.</param>
|
||||
<param name="pageSize"> The amount of records to return.</param>
|
||||
<returns>A list of seller profile requests</returns>
|
||||
</member>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.GetSellerRequestsCount">
|
||||
<summary>
|
||||
Gets the amount of requests there are from users to become a seller.
|
||||
</summary>
|
||||
<returns>The number of requests.</returns>
|
||||
</member>
|
||||
<member name="M:ArtPlatform.API.Controllers.AdminSellerRequestsController.AcceptSellerRequest(System.String)">
|
||||
<summary>
|
||||
Accepts a request to become a seller from a user.
|
||||
</summary>
|
||||
<param name="userId">The ID of the user to accept the request for.</param>
|
||||
<returns>The new seller profile.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
{
|
||||
"Database": {
|
||||
"Database": "comissionsapp",
|
||||
"Host": "localhost",
|
||||
"Port": 5432,
|
||||
"username": "postgres",
|
||||
"password": "postgres"
|
||||
},
|
||||
"Stripe": {
|
||||
"WebHookSecret": "whsec_Jdj6IL9NwFO3MtPpry3vJhE72kZjeCtI",
|
||||
"ApiKey": "sk_test_51OdJ1SLooS0IZqYkx2IdNoLcscm6BisgaUyYVIc5jM1RMmarww2e9hLLQS3Atn6TQi00p9YQkCLGQPhAI2gf9ZSY00HmbQYCvP"
|
||||
},
|
||||
"Auth0": {
|
||||
"Domain": "https://dev-12mb5yq82dow1twh.us.auth0.com/",
|
||||
"Audience": "https://api.artplatform.com",
|
||||
"ClientId": "19GWUL7fWFQWEpdFFtlgv2x3kqfSa0ES",
|
||||
"ClientSecret": "VX5LKeGHeaqKsgNz8Kn1gQ7MSHmwrXJdC2DMjVY82_YHjiRqdPrVNpFFkXBZy8yh"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Trace",
|
||||
"Microsoft.AspNetCore": "Trace"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@ -1,22 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Globalization.Invariant": true,
|
||||
"System.Globalization.PredefinedCulturesOnly": true,
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>comissions.app.api</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.GetSellerRequests(System.Int32,System.Int32)">
|
||||
<summary>
|
||||
Gets a list of all of the requests from users to become a seller.
|
||||
</summary>
|
||||
<param name="offset"> The offset to start at.</param>
|
||||
<param name="pageSize"> The amount of records to return.</param>
|
||||
<returns>A list of seller profile requests</returns>
|
||||
</member>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.GetSellerRequestsCount">
|
||||
<summary>
|
||||
Gets the amount of requests there are from users to become a seller.
|
||||
</summary>
|
||||
<returns>The number of requests.</returns>
|
||||
</member>
|
||||
<member name="M:comissions.app.api.Controllers.AdminSellerRequestsController.AcceptSellerRequest(System.String)">
|
||||
<summary>
|
||||
Accepts a request to become a seller from a user.
|
||||
</summary>
|
||||
<param name="userId">The ID of the user to accept the request for.</param>
|
||||
<returns>The new seller profile.</returns>
|
||||
</member>
|
||||
<member name="T:ArtPlatform.Database.Migrations.Initial">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.Up(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.Down(Microsoft.EntityFrameworkCore.Migrations.MigrationBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
<member name="M:ArtPlatform.Database.Migrations.Initial.BuildTargetModel(Microsoft.EntityFrameworkCore.ModelBuilder)">
|
||||
<inheritdoc />
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user