Commit 0a35c2ff authored by cann-alberto's avatar cann-alberto
Browse files

Deploy 05/03/2025

parent 82275fe1
......@@ -7,8 +7,9 @@
"DevicesCollectionName": "Devices",
"PersonaeCollectionName": "Personae",
"AccountsCollectionName": "Accounts",
"ActionsCollectionName": "Actions"
"ActionRequestsCollectionName": "Actions",
"TransactionsCollectionName": "Transactions",
"MessagesCollectionName": "Messages"
},
"Logging": {
"LogLevel": {
......
......@@ -2,7 +2,7 @@
{
"ContainingType": "MMM_Server.Controllers.ActivityController",
"Method": "GetActions",
"RelativePath": "api/Activity/actions",
"RelativePath": "api/Activity/logins",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
......@@ -22,7 +22,7 @@
{
"ContainingType": "MMM_Server.Controllers.ActivityController",
"Method": "Post",
"RelativePath": "api/Activity/actions",
"RelativePath": "api/Activity/logins",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
......@@ -75,6 +75,78 @@
}
]
},
{
"ContainingType": "MMM_Server.Controllers.CommunicationController",
"Method": "Get",
"RelativePath": "api/Communication/messages",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[MMM_Server.Models.Message, MMM-Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "MMM_Server.Controllers.CommunicationController",
"Method": "Post",
"RelativePath": "api/Communication/messages",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "newMessage",
"Type": "MMM_Server.Models.Message",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "MMM_Server.Controllers.LocationController",
"Method": "Post",
"RelativePath": "api/Location/action-request",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "newActionRequest",
"Type": "MMM_Server.Models.ActionRequest",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "MMM_Server.Controllers.LocationController",
"Method": "Get",
"RelativePath": "api/Location/action-requests",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[MMM_Server.Models.ActionRequest, MMM-Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
},
{
"ContainingType": "MMM_Server.Controllers.RegistrationController",
"Method": "Post",
......@@ -253,5 +325,41 @@
}
],
"ReturnTypes": []
},
{
"ContainingType": "MMM_Server.Controllers.TransactController",
"Method": "Post",
"RelativePath": "api/Transact/transaction",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "newTransaction",
"Type": "MMM_Server.Models.Transaction",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "MMM_Server.Controllers.TransactController",
"Method": "Get",
"RelativePath": "api/Transact/transactions",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.List\u00601[[MMM_Server.Models.Transaction, MMM-Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
}
]
\ No newline at end of file
......@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("MMM-Server")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+47234984014560f9e8f95ca72b4de06814c515bb")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+82275fe181a98f6d377b0ccd626361ff200555de")]
[assembly: System.Reflection.AssemblyProductAttribute("MMM-Server")]
[assembly: System.Reflection.AssemblyTitleAttribute("MMM-Server")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
......
0ee35365c9e81a958ee217bc2790fefce1b6dfaa8f4a13d22a142f2ff031dfc1
14bb1a95e7c65a51193874943c2d22416a9177536fc77b166cf1d7724b3959e2
3d7d8b1339ab4defb1e1fd1ad9b9e077473dab57fb5713ba3fa62ef8f022eb6c
3b5f213ca1ca8125a4f92d20b60d7337b0bb54855527268c4959be0f93aa3395
{"documents":{"C:\\Users\\lab2a\\Documents\\Visual Studio 2022\\Projects\\MPAI-MMM\\MMM-Server\\*":"https://raw.githubusercontent.com/cann-alberto/MPAI-MMM/47234984014560f9e8f95ca72b4de06814c515bb/*"}}
\ No newline at end of file
{"documents":{"C:\\Users\\lab2a\\Documents\\Visual Studio 2022\\Projects\\MPAI-MMM\\MMM-Server\\*":"https://raw.githubusercontent.com/cann-alberto/MPAI-MMM/82275fe181a98f6d377b0ccd626361ff200555de/*"}}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment