mx-platform-ruby 0.11.0 → 0.11.1

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: e9b7bf8cec23929cbf30de63f0882a276aaf37635577cb805acd1bd9afc9110d
4
- data.tar.gz: 3bdab1f7207bb87e83d8ad6d709b964d2f0d26ea1e4282b61beae2e5301627a8
3
+ metadata.gz: 39e6a784d769faf29233eb2754ee6eee88afc0b1143899fea9a06daab4b2748b
4
+ data.tar.gz: 01b1a01e055eb2c3dde4fea1c85b386fa735129102e316877cfa379802a8849a
5
5
  SHA512:
6
- metadata.gz: 2a23569dc78294f1114f252c26b1dd703731bbb14db753e190352c8a871d9432cff4641ad8579d272bc0ea1379022ea4d80bd328d03deaaa5f2f936d0363efd4
7
- data.tar.gz: 4f17b42abd95b66f216a06a40600d9334b90d9d9c66d13a4e0de5120389af09a2cd06c1fe5c6f71f80d280491985949f9ba99cb79ee176676fdd620d1de37e5a
6
+ metadata.gz: 63a9fcd4993b000dd6cee0cc614f783eae8986d37605364840e6f73098e7b267b36e0c6c0c07ebcc253939813203c4f7a1e767ae8cb2e73fc28289bee0af69a2
7
+ data.tar.gz: f178ac8d7f3dd1b7db9870e56e5d074cf28f026b8a6ea252e2aaf27a64394eaf49be1e228ed99b616384ad67d1b76f68bd9fd78633f49cd6ee6f1d56ca55c8c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.11.0)
4
+ mx-platform-ruby (0.11.1)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -830,7 +830,7 @@ end
830
830
 
831
831
  Create user
832
832
 
833
- Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
833
+ Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
834
834
 
835
835
  ### Examples
836
836
 
@@ -6791,7 +6791,7 @@ end
6791
6791
 
6792
6792
  Update user
6793
6793
 
6794
- Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
6794
+ Use this endpoint to update the attributes of the specified user.
6795
6795
 
6796
6796
  ### Examples
6797
6797
 
@@ -768,7 +768,7 @@ module MxPlatformRuby
768
768
  end
769
769
 
770
770
  # Create user
771
- # Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
771
+ # Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
772
772
  # @param user_create_request_body [UserCreateRequestBody] User object to be created. (None of these parameters are required, but the user object cannot be empty)
773
773
  # @param [Hash] opts the optional parameters
774
774
  # @return [UserResponseBody]
@@ -778,7 +778,7 @@ module MxPlatformRuby
778
778
  end
779
779
 
780
780
  # Create user
781
- # Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
781
+ # Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
782
782
  # @param user_create_request_body [UserCreateRequestBody] User object to be created. (None of these parameters are required, but the user object cannot be empty)
783
783
  # @param [Hash] opts the optional parameters
784
784
  # @return [Array<(UserResponseBody, Integer, Hash)>] UserResponseBody data, response status code and response headers
@@ -6533,7 +6533,7 @@ module MxPlatformRuby
6533
6533
  end
6534
6534
 
6535
6535
  # Update user
6536
- # Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
6536
+ # Use this endpoint to update the attributes of the specified user.
6537
6537
  # @param user_guid [String] The unique id for a &#x60;user&#x60;.
6538
6538
  # @param user_update_request_body [UserUpdateRequestBody] User object to be updated (None of these parameters are required, but the user object cannot be empty.)
6539
6539
  # @param [Hash] opts the optional parameters
@@ -6544,7 +6544,7 @@ module MxPlatformRuby
6544
6544
  end
6545
6545
 
6546
6546
  # Update user
6547
- # Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
6547
+ # Use this endpoint to update the attributes of the specified user.
6548
6548
  # @param user_guid [String] The unique id for a &#x60;user&#x60;.
6549
6549
  # @param user_update_request_body [UserUpdateRequestBody] User object to be updated (None of these parameters are required, but the user object cannot be empty.)
6550
6550
  # @param [Hash] opts the optional parameters
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '0.11.0'
14
+ VERSION = '0.11.1'
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.11.0
9
+ gemVersion: 0.11.1
10
10
  library: faraday
11
11
  moduleName: MxPlatformRuby
@@ -167,7 +167,7 @@ describe 'MxPlatformApi' do
167
167
 
168
168
  # unit tests for create_user
169
169
  # Create user
170
- # Call this endpoint to create a new user. The MX Platform API will respond with the newly-created user object if successful. This endpoint accepts several parameters - id, metadata, and is_disabled. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill.
170
+ # Use this endpoint to create a new user. The API will respond with the newly-created user object if successful. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that user’s data until they are no longer disabled.
171
171
  # @param user_create_request_body User object to be created. (None of these parameters are required, but the user object cannot be empty)
172
172
  # @param [Hash] opts the optional parameters
173
173
  # @return [UserResponseBody]
@@ -1280,7 +1280,7 @@ describe 'MxPlatformApi' do
1280
1280
 
1281
1281
  # unit tests for update_user
1282
1282
  # Update user
1283
- # Use this endpoint to update the attributes of a specific user. The MX Platform API will respond with the updated user object. Disabling a user means that accounts and transactions associated with it will not be updated in the background by MX. It will also restrict access to that users data until they are no longer disabled. Users who are disabled for the entirety of an MX Platform API billing period will not be factored into that months bill. To disable a user, update it and set the is_disabled parameter to true. Set it to false to re-enable the user.
1283
+ # Use this endpoint to update the attributes of the specified user.
1284
1284
  # @param user_guid The unique id for a &#x60;user&#x60;.
1285
1285
  # @param user_update_request_body User object to be updated (None of these parameters are required, but the user object cannot be empty.)
1286
1286
  # @param [Hash] opts the optional parameters
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mx-platform-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX