Skip to content

Commit 59dab94

Browse files
author
devexperience
committed
Generated version 0.25.0
This commit was automatically created by a GitHub Action to generate version 0.25.0 of this library.
1 parent 001563c commit 59dab94

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/SpendingPlanApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ end
113113
api_instance = MxPlatformRuby::SpendingPlanApi.new
114114
spending_plan_guid = 'SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262' # String | The unique ID for the `spending_plan`.
115115
user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id for a `user`.
116-
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameters (planned_amount)
116+
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)
117117

118118
begin
119119
# Create spending plan iteration item
@@ -148,7 +148,7 @@ end
148148
| ---- | ---- | ----------- | ----- |
149149
| **spending_plan_guid** | **String** | The unique ID for the `spending_plan`. | |
150150
| **user_guid** | **String** | The unique id for a `user`. | |
151-
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameters (planned_amount) | |
151+
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be created with required parameter (planned_amount) | |
152152

153153
### Return type
154154

@@ -1033,7 +1033,7 @@ api_instance = MxPlatformRuby::SpendingPlanApi.new
10331033
user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id for a `user`.
10341034
spending_plan_guid = 'SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262' # String | The unique ID for the `spending_plan`.
10351035
iteration_item_guid = 'SII-a4dc1549-da28-1245-9c9c-53eee4cdfbe3' # String | The unique ID for the `iteration_item`.
1036-
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item object to be updated with required parameter (iteration_item_guid)
1036+
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be updated with required parameter (planned_amount)
10371037

10381038
begin
10391039
# Update a spending plan iteration item
@@ -1069,7 +1069,7 @@ end
10691069
| **user_guid** | **String** | The unique id for a `user`. | |
10701070
| **spending_plan_guid** | **String** | The unique ID for the `spending_plan`. | |
10711071
| **iteration_item_guid** | **String** | The unique ID for the `iteration_item`. | |
1072-
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item object to be updated with required parameter (iteration_item_guid) | |
1072+
| **spending_plan_iteration_item_create_request_body** | [**SpendingPlanIterationItemCreateRequestBody**](SpendingPlanIterationItemCreateRequestBody.md) | Iteration item to be updated with required parameter (planned_amount) | |
10731073

10741074
### Return type
10751075

lib/mx-platform-ruby/api/spending_plan_api.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def create_spending_plan_with_http_info(user_guid, opts = {})
8686
# This endpoint creates a new `spending_plan_iteration_item`.
8787
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
8888
# @param user_guid [String] The unique id for a `user`.
89-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameters (planned_amount)
89+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameter (planned_amount)
9090
# @param [Hash] opts the optional parameters
9191
# @return [SpendingPlanIterationItemResponse]
9292
def create_spending_plan_iteration_item(spending_plan_guid, user_guid, spending_plan_iteration_item_create_request_body, opts = {})
@@ -98,7 +98,7 @@ def create_spending_plan_iteration_item(spending_plan_guid, user_guid, spending_
9898
# This endpoint creates a new `spending_plan_iteration_item`.
9999
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
100100
# @param user_guid [String] The unique id for a `user`.
101-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameters (planned_amount)
101+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameter (planned_amount)
102102
# @param [Hash] opts the optional parameters
103103
# @return [Array<(SpendingPlanIterationItemResponse, Integer, Hash)>] SpendingPlanIterationItemResponse data, response status code and response headers
104104
def create_spending_plan_iteration_item_with_http_info(spending_plan_guid, user_guid, spending_plan_iteration_item_create_request_body, opts = {})
@@ -992,7 +992,7 @@ def read_spending_plan_user_with_http_info(user_guid, spending_plan_guid, opts =
992992
# @param user_guid [String] The unique id for a &#x60;user&#x60;.
993993
# @param spending_plan_guid [String] The unique ID for the &#x60;spending_plan&#x60;.
994994
# @param iteration_item_guid [String] The unique ID for the &#x60;iteration_item&#x60;.
995-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item object to be updated with required parameter (iteration_item_guid)
995+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be updated with required parameter (planned_amount)
996996
# @param [Hash] opts the optional parameters
997997
# @return [SpendingPlanIterationItemResponse]
998998
def update_spending_plan_iteration_item(user_guid, spending_plan_guid, iteration_item_guid, spending_plan_iteration_item_create_request_body, opts = {})
@@ -1005,7 +1005,7 @@ def update_spending_plan_iteration_item(user_guid, spending_plan_guid, iteration
10051005
# @param user_guid [String] The unique id for a &#x60;user&#x60;.
10061006
# @param spending_plan_guid [String] The unique ID for the &#x60;spending_plan&#x60;.
10071007
# @param iteration_item_guid [String] The unique ID for the &#x60;iteration_item&#x60;.
1008-
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item object to be updated with required parameter (iteration_item_guid)
1008+
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be updated with required parameter (planned_amount)
10091009
# @param [Hash] opts the optional parameters
10101010
# @return [Array<(SpendingPlanIterationItemResponse, Integer, Hash)>] SpendingPlanIterationItemResponse data, response status code and response headers
10111011
def update_spending_plan_iteration_item_with_http_info(user_guid, spending_plan_guid, iteration_item_guid, spending_plan_iteration_item_create_request_body, opts = {})

lib/mx-platform-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module MxPlatformRuby
14-
VERSION = '0.24.0'
14+
VERSION = '0.25.0'
1515
end

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
66
gemLicense: MIT
77
gemName: mx-platform-ruby
88
gemRequiredRubyVersion: ">= 2.6"
9-
gemVersion: 0.24.0
9+
gemVersion: 0.25.0
1010
library: faraday
1111
moduleName: MxPlatformRuby

spec/api/spending_plan_api_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# This endpoint creates a new &#x60;spending_plan_iteration_item&#x60;.
5050
# @param spending_plan_guid The unique ID for the &#x60;spending_plan&#x60;.
5151
# @param user_guid The unique id for a &#x60;user&#x60;.
52-
# @param spending_plan_iteration_item_create_request_body Iteration item to be created with required parameters (planned_amount)
52+
# @param spending_plan_iteration_item_create_request_body Iteration item to be created with required parameter (planned_amount)
5353
# @param [Hash] opts the optional parameters
5454
# @return [SpendingPlanIterationItemResponse]
5555
describe 'create_spending_plan_iteration_item test' do
@@ -227,7 +227,7 @@
227227
# @param user_guid The unique id for a &#x60;user&#x60;.
228228
# @param spending_plan_guid The unique ID for the &#x60;spending_plan&#x60;.
229229
# @param iteration_item_guid The unique ID for the &#x60;iteration_item&#x60;.
230-
# @param spending_plan_iteration_item_create_request_body Iteration item object to be updated with required parameter (iteration_item_guid)
230+
# @param spending_plan_iteration_item_create_request_body Iteration item to be updated with required parameter (planned_amount)
231231
# @param [Hash] opts the optional parameters
232232
# @return [SpendingPlanIterationItemResponse]
233233
describe 'update_spending_plan_iteration_item test' do

0 commit comments

Comments
 (0)