Skip to content

Commit

Permalink
Generated version 0.25.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.25.0 of this library.
  • Loading branch information
devexperience committed Nov 29, 2023
1 parent 001563c commit 59dab94
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions docs/SpendingPlanApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ end
api_instance = MxPlatformRuby::SpendingPlanApi.new
spending_plan_guid = 'SPL-e5f9a5bd-c5b3-4901-bdc0-62119b9db262' # String | The unique ID for the `spending_plan`.
user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id for a `user`.
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameters (planned_amount)
spending_plan_iteration_item_create_request_body = MxPlatformRuby::SpendingPlanIterationItemCreateRequestBody.new({planned_amount: 110}) # SpendingPlanIterationItemCreateRequestBody | Iteration item to be created with required parameter (planned_amount)

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

### Return type

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

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

### Return type

Expand Down
8 changes: 4 additions & 4 deletions lib/mx-platform-ruby/api/spending_plan_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_spending_plan_with_http_info(user_guid, opts = {})
# This endpoint creates a new `spending_plan_iteration_item`.
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
# @param user_guid [String] The unique id for a `user`.
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameters (planned_amount)
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameter (planned_amount)
# @param [Hash] opts the optional parameters
# @return [SpendingPlanIterationItemResponse]
def create_spending_plan_iteration_item(spending_plan_guid, user_guid, spending_plan_iteration_item_create_request_body, opts = {})
Expand All @@ -98,7 +98,7 @@ def create_spending_plan_iteration_item(spending_plan_guid, user_guid, spending_
# This endpoint creates a new `spending_plan_iteration_item`.
# @param spending_plan_guid [String] The unique ID for the `spending_plan`.
# @param user_guid [String] The unique id for a `user`.
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameters (planned_amount)
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be created with required parameter (planned_amount)
# @param [Hash] opts the optional parameters
# @return [Array<(SpendingPlanIterationItemResponse, Integer, Hash)>] SpendingPlanIterationItemResponse data, response status code and response headers
def create_spending_plan_iteration_item_with_http_info(spending_plan_guid, user_guid, spending_plan_iteration_item_create_request_body, opts = {})
Expand Down Expand Up @@ -992,7 +992,7 @@ def read_spending_plan_user_with_http_info(user_guid, spending_plan_guid, opts =
# @param user_guid [String] The unique id for a &#x60;user&#x60;.
# @param spending_plan_guid [String] The unique ID for the &#x60;spending_plan&#x60;.
# @param iteration_item_guid [String] The unique ID for the &#x60;iteration_item&#x60;.
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item object to be updated with required parameter (iteration_item_guid)
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be updated with required parameter (planned_amount)
# @param [Hash] opts the optional parameters
# @return [SpendingPlanIterationItemResponse]
def update_spending_plan_iteration_item(user_guid, spending_plan_guid, iteration_item_guid, spending_plan_iteration_item_create_request_body, opts = {})
Expand All @@ -1005,7 +1005,7 @@ def update_spending_plan_iteration_item(user_guid, spending_plan_guid, iteration
# @param user_guid [String] The unique id for a &#x60;user&#x60;.
# @param spending_plan_guid [String] The unique ID for the &#x60;spending_plan&#x60;.
# @param iteration_item_guid [String] The unique ID for the &#x60;iteration_item&#x60;.
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item object to be updated with required parameter (iteration_item_guid)
# @param spending_plan_iteration_item_create_request_body [SpendingPlanIterationItemCreateRequestBody] Iteration item to be updated with required parameter (planned_amount)
# @param [Hash] opts the optional parameters
# @return [Array<(SpendingPlanIterationItemResponse, Integer, Hash)>] SpendingPlanIterationItemResponse data, response status code and response headers
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 = {})
Expand Down
2 changes: 1 addition & 1 deletion lib/mx-platform-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module MxPlatformRuby
VERSION = '0.24.0'
VERSION = '0.25.0'
end
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
gemLicense: MIT
gemName: mx-platform-ruby
gemRequiredRubyVersion: ">= 2.6"
gemVersion: 0.24.0
gemVersion: 0.25.0
library: faraday
moduleName: MxPlatformRuby
4 changes: 2 additions & 2 deletions spec/api/spending_plan_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# This endpoint creates a new &#x60;spending_plan_iteration_item&#x60;.
# @param spending_plan_guid The unique ID for the &#x60;spending_plan&#x60;.
# @param user_guid The unique id for a &#x60;user&#x60;.
# @param spending_plan_iteration_item_create_request_body Iteration item to be created with required parameters (planned_amount)
# @param spending_plan_iteration_item_create_request_body Iteration item to be created with required parameter (planned_amount)
# @param [Hash] opts the optional parameters
# @return [SpendingPlanIterationItemResponse]
describe 'create_spending_plan_iteration_item test' do
Expand Down Expand Up @@ -227,7 +227,7 @@
# @param user_guid The unique id for a &#x60;user&#x60;.
# @param spending_plan_guid The unique ID for the &#x60;spending_plan&#x60;.
# @param iteration_item_guid The unique ID for the &#x60;iteration_item&#x60;.
# @param spending_plan_iteration_item_create_request_body Iteration item object to be updated with required parameter (iteration_item_guid)
# @param spending_plan_iteration_item_create_request_body Iteration item to be updated with required parameter (planned_amount)
# @param [Hash] opts the optional parameters
# @return [SpendingPlanIterationItemResponse]
describe 'update_spending_plan_iteration_item test' do
Expand Down

0 comments on commit 59dab94

Please sign in to comment.