Skip to content

Commit

Permalink
Generated version 0.20.0
Browse files Browse the repository at this point in the history
This commit was automatically created by a GitHub Action to generate version 0.20.0 of this library.
  • Loading branch information
devexperience committed Nov 29, 2023
1 parent a34026f commit 9443f30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api_spending_plan.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/SpendingPlanAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ import (
func main() {
spendingPlanGuid := "SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262" // string | The unique ID for the `spending_plan`.
userGuid := "USR-fa7537f3-48aa-a683-a02a-b18940482f54" // string | The unique id for a `user`.
spendingPlanIterationItemCreateRequestBody := *openapiclient.NewSpendingPlanIterationItemCreateRequestBody(float32(110)) // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameters (planned_amount)
spendingPlanIterationItemCreateRequestBody := *openapiclient.NewSpendingPlanIterationItemCreateRequestBody(float32(110)) // SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down Expand Up @@ -146,7 +146,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------


**spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameters (planned_amount) |
**spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameter (planned_amount) |

### Return type

Expand Down Expand Up @@ -1031,7 +1031,7 @@ func main() {
userGuid := "USR-fa7537f3-48aa-a683-a02a-b18940482f54" // string | The unique id for a `user`.
spendingPlanGuid := "SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262" // string | The unique ID for the `spending_plan`.
iterationItemGuid := "SII-a4dc1549-da28-1245-9c9c-53eee4cdfbe3" // string | The unique ID for the `iteration_item`.
spendingPlanIterationItemCreateRequestBody := *openapiclient.NewSpendingPlanIterationItemCreateRequestBody(float32(110)) // SpendingPlanIterationItemCreateRequestBody | Iteration item object to be updated with required parameter (iteration_item_guid)
spendingPlanIterationItemCreateRequestBody := *openapiclient.NewSpendingPlanIterationItemCreateRequestBody(float32(110)) // SpendingPlanIterationItemCreateRequestBody | Iteration item to be updated with required parameter (planned_amount)

configuration := openapiclient.NewConfiguration()
apiClient := openapiclient.NewAPIClient(configuration)
Expand Down Expand Up @@ -1065,7 +1065,7 @@ Name | Type | Description | Notes



**spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item object to be updated with required parameter (iteration_item_guid) |
**spendingPlanIterationItemCreateRequestBody** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be updated with required parameter (planned_amount) |

### Return type

Expand Down
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
gitRepoId: mx-platform-go
gitUserId: mxenabled
packageName: mxplatformgo
packageVersion: 0.19.0
packageVersion: 0.20.0

0 comments on commit 9443f30

Please sign in to comment.