Skip to content

Commit 777ea0d

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

7 files changed

Lines changed: 32 additions & 32 deletions

File tree

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", "{057CB4A2-838D-4297-AB02-DA5B4CD88EC1}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MX.Platform.CSharp", "src\MX.Platform.CSharp\MX.Platform.CSharp.csproj", "{677EBF4C-B092-4988-8926-85E61CA54097}"
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-
{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
15+
{677EBF4C-B092-4988-8926-85E61CA54097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{677EBF4C-B092-4988-8926-85E61CA54097}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{677EBF4C-B092-4988-8926-85E61CA54097}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{677EBF4C-B092-4988-8926-85E61CA54097}.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,7 +3437,7 @@ paths:
34373437
application/json:
34383438
schema:
34393439
$ref: '#/components/schemas/SpendingPlanIterationItemCreateRequestBody'
3440-
description: Iteration item to be created with required parameters (planned_amount)
3440+
description: Iteration item to be created with required parameter (planned_amount)
34413441
required: true
34423442
responses:
34433443
"200":
@@ -3747,7 +3747,7 @@ paths:
37473747
application/json:
37483748
schema:
37493749
$ref: '#/components/schemas/SpendingPlanIterationItemCreateRequestBody'
3750-
description: Iteration item object to be updated with required parameter (iteration_item_guid)
3750+
description: Iteration item to be updated with required parameter (planned_amount)
37513751
required: true
37523752
responses:
37533753
"200":

docs/SpendingPlanApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ namespace Example
145145
var apiInstance = new SpendingPlanApi(config);
146146
var spendingPlanGuid = SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262; // string | The unique ID for the `spending_plan`.
147147
var userGuid = USR-fa7537f3-48aa-a683-a02a-b18940482f54; // string | The unique id for a `user`.
148-
var spendingPlanIterationItemCreateRequestBody = new SpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameters (planned_amount)
148+
var spendingPlanIterationItemCreateRequestBody = new SpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)
149149
150150
try
151151
{
@@ -190,7 +190,7 @@ catch (ApiException e)
190190
|------|------|-------------|-------|
191191
| **spendingPlanGuid** | **string** | The unique ID for the `spending_plan`. | |
192192
| **userGuid** | **string** | The unique id for a `user`. | |
193-
| **spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameters (planned_amount) | |
193+
| **spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameter (planned_amount) | |
194194

195195
### Return type
196196

@@ -1340,7 +1340,7 @@ namespace Example
13401340
var userGuid = USR-fa7537f3-48aa-a683-a02a-b18940482f54; // string | The unique id for a `user`.
13411341
var spendingPlanGuid = SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262; // string | The unique ID for the `spending_plan`.
13421342
var iterationItemGuid = SII-a4dc1549-da28-1245-9c9c-53eee4cdfbe3; // string | The unique ID for the `iteration_item`.
1343-
var spendingPlanIterationItemCreateRequestBody = new SpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item object to be updated with required parameter (iteration_item_guid)
1343+
var spendingPlanIterationItemCreateRequestBody = new SpendingPlanIterationItemCreateRequestBody(); // SpendingPlanIterationItemCreateRequestBody | Iteration item to be updated with required parameter (planned_amount)
13441344
13451345
try
13461346
{
@@ -1386,7 +1386,7 @@ catch (ApiException e)
13861386
| **userGuid** | **string** | The unique id for a `user`. | |
13871387
| **spendingPlanGuid** | **string** | The unique ID for the `spending_plan`. | |
13881388
| **iterationItemGuid** | **string** | The unique ID for the `iteration_item`. | |
1389-
| **spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item object to be updated with required parameter (iteration_item_guid) | |
1389+
| **spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be updated with required parameter (planned_amount) | |
13901390

13911391
### Return type
13921392

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
packageName: MX.Platform.CSharp
3-
packageVersion: 0.19.0
3+
packageVersion: 0.20.0

0 commit comments

Comments
 (0)