Skip to content

Commit d5da358

Browse files
author
devexperience
committed
Generated version 0.19.0
This commit was automatically created by a GitHub Action to generate version 0.19.0 of this library.
1 parent 05775e6 commit d5da358

12 files changed

Lines changed: 9240 additions & 9014 deletions

File tree

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ docs/PaymentProcessorAuthorizationCodeResponse.md
8484
docs/PaymentProcessorAuthorizationCodeResponseBody.md
8585
docs/SpendingPlanAccountResponse.md
8686
docs/SpendingPlanAccountsResponse.md
87+
docs/SpendingPlanApi.md
8788
docs/SpendingPlanIterationItemCreateRequestBody.md
8889
docs/SpendingPlanIterationItemResponse.md
8990
docs/SpendingPlanIterationItemsResponseBody.md
@@ -135,6 +136,7 @@ docs/WidgetRequestBody.md
135136
docs/WidgetResponse.md
136137
docs/WidgetResponseBody.md
137138
src/MX.Platform.CSharp.Test/Api/MxPlatformApiTests.cs
139+
src/MX.Platform.CSharp.Test/Api/SpendingPlanApiTests.cs
138140
src/MX.Platform.CSharp.Test/MX.Platform.CSharp.Test.csproj
139141
src/MX.Platform.CSharp.Test/Model/AccountCreateRequestBodyTests.cs
140142
src/MX.Platform.CSharp.Test/Model/AccountCreateRequestTests.cs
@@ -267,6 +269,7 @@ src/MX.Platform.CSharp.Test/Model/WidgetRequestTests.cs
267269
src/MX.Platform.CSharp.Test/Model/WidgetResponseBodyTests.cs
268270
src/MX.Platform.CSharp.Test/Model/WidgetResponseTests.cs
269271
src/MX.Platform.CSharp/Api/MxPlatformApi.cs
272+
src/MX.Platform.CSharp/Api/SpendingPlanApi.cs
270273
src/MX.Platform.CSharp/Client/ApiClient.cs
271274
src/MX.Platform.CSharp/Client/ApiException.cs
272275
src/MX.Platform.CSharp/Client/ApiResponse.cs

MX.Platform.CSharp.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{057CB4A2-838D-4297-AB02-DA5B4CD88EC1}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp.Test", "src\MX.Platform.CSharp.Test\MX.Platform.CSharp.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{BEA106B9-A179-4BD3-BE6E-6DE8B58C35BC}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{057CB4A2-838D-4297-AB02-DA5B4CD88EC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{057CB4A2-838D-4297-AB02-DA5B4CD88EC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{057CB4A2-838D-4297-AB02-DA5B4CD88EC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{057CB4A2-838D-4297-AB02-DA5B4CD88EC1}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

api/openapi.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3409,7 +3409,7 @@ paths:
34093409
description: OK
34103410
summary: List spending plan iteration items
34113411
tags:
3412-
- mx_platform
3412+
- spending plan
34133413
post:
34143414
description: This endpoint creates a new `spending_plan_iteration_item`.
34153415
operationId: createSpendingPlanIterationItem
@@ -3448,7 +3448,7 @@ paths:
34483448
description: OK
34493449
summary: Create spending plan iteration item
34503450
tags:
3451-
- mx_platform
3451+
- spending plan
34523452
/users/{user_guid}/spending_plans:
34533453
get:
34543454
description: Use this endpoint to list all the spending plans associated with
@@ -3491,7 +3491,7 @@ paths:
34913491
description: OK
34923492
summary: List spending plans
34933493
tags:
3494-
- mx_platform
3494+
- spending plan
34953495
post:
34963496
description: This endpoint creates a new `spending_plan` for the user.
34973497
operationId: createSpendingPlan
@@ -3514,7 +3514,7 @@ paths:
35143514
description: OK
35153515
summary: Create spending plan
35163516
tags:
3517-
- mx_platform
3517+
- spending plan
35183518
/users/{user_guid}/spending_plans/{spending_plan_guid}/spending_plan_accounts/{spending_plan_account_guid}:
35193519
delete:
35203520
description: Use this endpoint to delete a `spending_plan_account`.
@@ -3552,7 +3552,7 @@ paths:
35523552
description: No Content
35533553
summary: Delete spending plan account
35543554
tags:
3555-
- mx_platform
3555+
- spending plan
35563556
get:
35573557
description: Use this endpoint to read the attributes of a specific spending
35583558
plan account according to its unique GUID.
@@ -3612,7 +3612,7 @@ paths:
36123612
description: OK
36133613
summary: Read spending plan account
36143614
tags:
3615-
- mx_platform
3615+
- spending plan
36163616
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/current/iteration_items/{iteration_item_guid}:
36173617
delete:
36183618
description: Use this endpoint to delete a spending plan `iteration_item`.
@@ -3650,7 +3650,7 @@ paths:
36503650
description: No Content
36513651
summary: Delete spending plan iteration item
36523652
tags:
3653-
- mx_platform
3653+
- spending plan
36543654
get:
36553655
description: Use this endpoint to read the attributes of a specific spending
36563656
plan `iteration_item` according to its unique GUID.
@@ -3710,7 +3710,7 @@ paths:
37103710
description: OK
37113711
summary: Read a spending plan iteration item
37123712
tags:
3713-
- mx_platform
3713+
- spending plan
37143714
put:
37153715
description: Use this endpoint to update an existing `spending_plan_iteration_item`.
37163716
operationId: updateSpendingPlanIterationItem
@@ -3758,7 +3758,7 @@ paths:
37583758
description: OK
37593759
summary: Update a spending plan iteration item
37603760
tags:
3761-
- mx_platform
3761+
- spending plan
37623762
/users/{user_guid}/spending_plans/{spending_plan_guid}:
37633763
delete:
37643764
description: Use this endpoint to delete a user's `spending_plan`.
@@ -3787,7 +3787,7 @@ paths:
37873787
description: No Content
37883788
summary: Delete spending plan
37893789
tags:
3790-
- mx_platform
3790+
- spending plan
37913791
get:
37923792
description: Use this endpoint to read the attributes of a specific spending
37933793
plan according to its unique GUID.
@@ -3838,7 +3838,7 @@ paths:
38383838
description: OK
38393839
summary: Read a spending plan for a user
38403840
tags:
3841-
- mx_platform
3841+
- spending plan
38423842
/users/{user_guid}/spending_plans/{spending_plan_guid}/spending_plan_accounts:
38433843
get:
38443844
description: Use this endpoint to list all the spending plan accounts associated
@@ -3890,7 +3890,7 @@ paths:
38903890
description: OK
38913891
summary: List spending plan accounts
38923892
tags:
3893-
- mx_platform
3893+
- spending plan
38943894
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations:
38953895
get:
38963896
description: Use this endpoint to list all the spending plan `iterations` associated
@@ -3942,7 +3942,7 @@ paths:
39423942
description: OK
39433943
summary: List spending plan iterations
39443944
tags:
3945-
- mx_platform
3945+
- spending plan
39463946
/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/{iteration_number}:
39473947
get:
39483948
description: Use this endpoint to read the attributes of a specific spending
@@ -4003,7 +4003,7 @@ paths:
40034003
description: OK
40044004
summary: Read a spending plan iteration
40054005
tags:
4006-
- mx_platform
4006+
- spending plan
40074007
/users/{user_guid}/taggings:
40084008
get:
40094009
description: Use this endpoint to retrieve a list of all the taggings associated

0 commit comments

Comments
 (0)