adding in some needed packages

This commit is contained in:
reisenlol 2026-01-02 01:31:54 -08:00
parent 9e739f5dc8
commit aba5310742
No known key found for this signature in database
1012 changed files with 494191 additions and 1 deletions

View file

@ -0,0 +1,15 @@
namespace Dan.Enums
{
public enum Routes
{
Activate,
Authorize,
Get,
None,
Upload,
UpdateUsername,
DeleteEntry,
GetPersonalEntry,
GetEntryCount
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 72c5e1d220e94059b6b1cf3f7b99f95a
timeCreated: 1660484888

View file

@ -0,0 +1,17 @@
namespace Dan.Enums
{
public enum StatusCode
{
FailedToConnect = 0,
Ok = 200,
BadRequest = 400,
Unauthorized = 401,
Forbidden = 403,
NotFound = 404,
Conflict = 409,
TooManyRequests = 429,
InternalServerError = 500,
NotImplemented = 501,
ServiceUnavailable = 503
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 614196160841412b874fa7173e5a3c83
timeCreated: 1660484853

View file

@ -0,0 +1,11 @@
namespace Dan.Enums
{
public enum TimePeriodType
{
AllTime = 0,
Today = 1,
ThisWeek = 7,
ThisMonth = 30,
ThisYear = 365
}
}

View file

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: b9963a6d153c4971ab8b79eeb542e7bf
timeCreated: 1679742430