-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a97bba5
commit d1cb550
Showing
321 changed files
with
607 additions
and
607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
namespace Courier.Client.Test; | ||
|
||
public class TestClient { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.0.31903.59 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Courier.Client", "Courier.Client\Courier.Client.csproj", "{F1A72E89-1134-4545-9FA1-93165B2A3A1E}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Courier.Client.Test", "Courier.Client.Test\Courier.Client.Test.csproj", "{4BC20917-F97D-433A-BEA8-1FB8D0F0B9FD}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{F1A72E89-1134-4545-9FA1-93165B2A3A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F1A72E89-1134-4545-9FA1-93165B2A3A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F1A72E89-1134-4545-9FA1-93165B2A3A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F1A72E89-1134-4545-9FA1-93165B2A3A1E}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{4BC20917-F97D-433A-BEA8-1FB8D0F0B9FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{4BC20917-F97D-433A-BEA8-1FB8D0F0B9FD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{4BC20917-F97D-433A-BEA8-1FB8D0F0B9FD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{4BC20917-F97D-433A-BEA8-1FB8D0F0B9FD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
EndGlobal |
6 changes: 3 additions & 3 deletions
6
src/Com.Courier/Audiences/AudiencesClient.cs → ...urier.Client/Audiences/AudiencesClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ces/Requests/AudienceMembersListParams.cs → ...ces/Requests/AudienceMembersListParams.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record AudienceMembersListParams | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
...udiences/Requests/AudienceUpdateParams.cs → ...udiences/Requests/AudienceUpdateParams.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Audiences/Requests/AudiencesListParams.cs → ...Audiences/Requests/AudiencesListParams.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record AudiencesListParams | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
src/Com.Courier/Audiences/Types/Audience.cs → ...ourier.Client/Audiences/Types/Audience.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...r/Audiences/Types/AudienceListResponse.cs → ...t/Audiences/Types/AudienceListResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#nullable enable | ||
|
||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record AudienceMember | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
...iences/Types/AudienceMemberGetResponse.cs → ...iences/Types/AudienceMemberGetResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ences/Types/AudienceMemberListResponse.cs → ...ences/Types/AudienceMemberListResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Audiences/Types/AudienceUpdateResponse.cs → ...Audiences/Types/AudienceUpdateResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...urier/Audiences/Types/BaseFilterConfig.cs → ...lient/Audiences/Types/BaseFilterConfig.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ier/Audiences/Types/ComparisonOperator.cs → ...ent/Audiences/Types/ComparisonOperator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ourier/Audiences/Types/LogicalOperator.cs → ...Client/Audiences/Types/LogicalOperator.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ier/Audiences/Types/NestedFilterConfig.cs → ...ent/Audiences/Types/NestedFilterConfig.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ier/Audiences/Types/SingleFilterConfig.cs → ...ent/Audiences/Types/SingleFilterConfig.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
....Courier/AuditEvents/AuditEventsClient.cs → ...r.Client/AuditEvents/AuditEventsClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Events/Requests/ListAuditEventsRequest.cs → ...Events/Requests/ListAuditEventsRequest.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record ListAuditEventsRequest | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#nullable enable | ||
|
||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record Actor | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
...m.Courier/AuditEvents/Types/AuditEvent.cs → ...er.Client/AuditEvents/Types/AuditEvent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#nullable enable | ||
|
||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record GetAuditEventParams | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...itEvents/Types/ListAuditEventsResponse.cs → ...itEvents/Types/ListAuditEventsResponse.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#nullable enable | ||
|
||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record Target | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
...om.Courier/AuthTokens/AuthTokensClient.cs → ...ier.Client/AuthTokens/AuthTokensClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#nullable enable | ||
|
||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record IssueTokenParams | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
#nullable enable | ||
|
||
namespace Com.Courier; | ||
namespace Courier.Client; | ||
|
||
public record IssueTokenResponse | ||
{ | ||
|
6 changes: 3 additions & 3 deletions
6
....Courier/Automations/AutomationsClient.cs → ...r.Client/Automations/AutomationsClient.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.