mx-platform-ruby 0.40.0 → 0.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bc4bd8101a2f5716f0febb5ecdd53dfcda22f2c5c1d79426f046050aa3edd47
4
- data.tar.gz: 8c8534adf53b61a2b72293ee2b88f80c7ea5d0c40080299cf77c2b54dae0a01d
3
+ metadata.gz: f85514e3daf7cee10b17f3bca0033f66670691704407af1b247cc4b30b0e4948
4
+ data.tar.gz: 74b5f33666e30034cbdeb216ffe4407ea84ff33b6bbc77ef4b05628875b7f45e
5
5
  SHA512:
6
- metadata.gz: 717a4b06557ed16241e431fb40e905670973bf7046f7aa900ed8d6f88c6dbce33dff7b78b89e7c5fa3282bdff0bab9d2d802e6606a9eaf339ce6390033a7cb53
7
- data.tar.gz: 8206b49cfc1ebed604cf1bbadbe3b8400ddb0c3fcb81b10fd0184d4ec597a8950ec4d20694583a2d49ebdea6142575577d96fc538bd1782879a24c7d06469756
6
+ metadata.gz: b6fbcc5dc89aaba68d8d90413bde084044aaec15cf9d6be04589dc67b3443a244773a6356676f96dd96d1f7fa56f92b32bc465d46a21bd9d6e74fcaf0a121791
7
+ data.tar.gz: 9774608fc80fcfcff3d55efae4a66cc0af525737f3d46fb143c3ff86b340ba8ce66b5dfad78bf34ec436c1b17c234b5c8a79495b3ba0e7636c20067dd6556b92
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.40.0)
4
+ mx-platform-ruby (0.42.0)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
 
@@ -24,7 +24,7 @@ GEM
24
24
  method_source (1.1.0)
25
25
  multipart-post (2.4.1)
26
26
  parallel (1.24.0)
27
- parser (3.3.4.2)
27
+ parser (3.3.5.0)
28
28
  ast (~> 2.4.1)
29
29
  racc
30
30
  pry (0.13.1)
@@ -42,9 +42,9 @@ GEM
42
42
  rspec-core (~> 3.13.0)
43
43
  rspec-expectations (~> 3.13.0)
44
44
  rspec-mocks (~> 3.13.0)
45
- rspec-core (3.13.0)
45
+ rspec-core (3.13.1)
46
46
  rspec-support (~> 3.13.0)
47
- rspec-expectations (3.13.1)
47
+ rspec-expectations (3.13.2)
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
49
  rspec-support (~> 3.13.0)
50
50
  rspec-mocks (3.13.1)
@@ -6885,7 +6885,7 @@ end
6885
6885
 
6886
6886
  Update account by member
6887
6887
 
6888
- This endpoint allows you to update certain attributes of an `account` resource.
6888
+ This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
6889
6889
 
6890
6890
  ### Examples
6891
6891
 
@@ -6903,7 +6903,7 @@ api_instance = MxPlatformRuby::MxPlatformApi.new
6903
6903
  account_guid = 'ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1' # String | The unique id for an `account`.
6904
6904
  member_guid = 'MBR-7c6f361b-e582-15b6-60c0-358f12466b4b' # String | The unique id for a `member`.
6905
6905
  user_guid = 'USR-fa7537f3-48aa-a683-a02a-b18940482f54' # String | The unique id for a `user`.
6906
- account_update_request_body = MxPlatformRuby::AccountUpdateRequestBody.new # AccountUpdateRequestBody | Account object to be created with optional parameters (is_hidden)
6906
+ account_update_request_body = MxPlatformRuby::AccountUpdateRequestBody.new # AccountUpdateRequestBody |
6907
6907
 
6908
6908
  begin
6909
6909
  # Update account by member
@@ -6939,7 +6939,7 @@ end
6939
6939
  | **account_guid** | **String** | The unique id for an &#x60;account&#x60;. | |
6940
6940
  | **member_guid** | **String** | The unique id for a &#x60;member&#x60;. | |
6941
6941
  | **user_guid** | **String** | The unique id for a &#x60;user&#x60;. | |
6942
- | **account_update_request_body** | [**AccountUpdateRequestBody**](AccountUpdateRequestBody.md) | Account object to be created with optional parameters (is_hidden) | |
6942
+ | **account_update_request_body** | [**AccountUpdateRequestBody**](AccountUpdateRequestBody.md) | | |
6943
6943
 
6944
6944
  ### Return type
6945
6945
 
@@ -6542,11 +6542,11 @@ module MxPlatformRuby
6542
6542
  end
6543
6543
 
6544
6544
  # Update account by member
6545
- # This endpoint allows you to update certain attributes of an `account` resource.
6545
+ # This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
6546
6546
  # @param account_guid [String] The unique id for an &#x60;account&#x60;.
6547
6547
  # @param member_guid [String] The unique id for a &#x60;member&#x60;.
6548
6548
  # @param user_guid [String] The unique id for a &#x60;user&#x60;.
6549
- # @param account_update_request_body [AccountUpdateRequestBody] Account object to be created with optional parameters (is_hidden)
6549
+ # @param account_update_request_body [AccountUpdateRequestBody]
6550
6550
  # @param [Hash] opts the optional parameters
6551
6551
  # @return [AccountResponseBody]
6552
6552
  def update_account_by_member(account_guid, member_guid, user_guid, account_update_request_body, opts = {})
@@ -6555,11 +6555,11 @@ module MxPlatformRuby
6555
6555
  end
6556
6556
 
6557
6557
  # Update account by member
6558
- # This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
6558
+ # This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.
6559
6559
  # @param account_guid [String] The unique id for an &#x60;account&#x60;.
6560
6560
  # @param member_guid [String] The unique id for a &#x60;member&#x60;.
6561
6561
  # @param user_guid [String] The unique id for a &#x60;user&#x60;.
6562
- # @param account_update_request_body [AccountUpdateRequestBody] Account object to be created with optional parameters (is_hidden)
6562
+ # @param account_update_request_body [AccountUpdateRequestBody]
6563
6563
  # @param [Hash] opts the optional parameters
6564
6564
  # @return [Array<(AccountResponseBody, Integer, Hash)>] AccountResponseBody data, response status code and response headers
6565
6565
  def update_account_by_member_with_http_info(account_guid, member_guid, user_guid, account_update_request_body, opts = {})
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.0.1
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '0.40.0'
14
+ VERSION = '0.42.0'
15
15
  end
data/openapi/config.yml CHANGED
@@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
6
6
  gemLicense: MIT
7
7
  gemName: mx-platform-ruby
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: 0.40.0
9
+ gemVersion: 0.42.0
10
10
  library: faraday
11
11
  moduleName: MxPlatformRuby
@@ -1295,11 +1295,11 @@ describe 'MxPlatformApi' do
1295
1295
 
1296
1296
  # unit tests for update_account_by_member
1297
1297
  # Update account by member
1298
- # This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource.
1298
+ # This endpoint allows you to update certain attributes of an &#x60;account&#x60; resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update &#x60;is_business&#x60;, &#x60;is_hidden&#x60; and &#x60;metadata&#x60;.
1299
1299
  # @param account_guid The unique id for an &#x60;account&#x60;.
1300
1300
  # @param member_guid The unique id for a &#x60;member&#x60;.
1301
1301
  # @param user_guid The unique id for a &#x60;user&#x60;.
1302
- # @param account_update_request_body Account object to be created with optional parameters (is_hidden)
1302
+ # @param account_update_request_body
1303
1303
  # @param [Hash] opts the optional parameters
1304
1304
  # @return [AccountResponseBody]
1305
1305
  describe 'update_account_by_member test' do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mx-platform-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-15 00:00:00.000000000 Z
11
+ date: 2024-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday