mastercard_mdescustomerservice 2.0.6 → 2.0.7

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: d778fea19fe91f688ab380aa95677544ba9e9be8e4fecc002e317437b79647a8
4
- data.tar.gz: 7c465d2fe3f35ee3ce29a8bd7017ec7f91955df0255f9415609bda3a3b18df60
3
+ metadata.gz: 741902b99d98ab298085c4ab892720e98e763f051bd5aa4b18ab03be8d78ee40
4
+ data.tar.gz: 9367d2be6c302275d9cd8e0edb227701c6f7a08f3b2dc8c5cd65142a941087ff
5
5
  SHA512:
6
- metadata.gz: 6237827c04e17d6ad138f0bcba7c61549989ff0b0c8ac73d82418943d8c7fef0282b6f54d33ac7b63c20b48f3f9da1d9e39d1bd5957653b59454b2c334bf0b1f
7
- data.tar.gz: ed4d3a229de98994fca0a3317a06715080e66abcb049d5f15c23158730c9e432809fc3666ee46f510d9203c78d4c9bf51b6047b31b6e0d6ab1ceca276aa3cdf0
6
+ metadata.gz: 6bb0ca8b16ec9df54af191038c90cfcc6fed247d6e1ecbbe87111af0a4069373573f1f91113a146a215ad76acef2337e65be31e263ef0ccb9cf7a5e768451576
7
+ data.tar.gz: 0e06850c475a32d25bb2f2a92abb046f584e71af333bb42ec9feb49424fa673f23afcc964f42ee27253e07040368857e26fb8dd0e49b5abf7b87bf1e5d940d8f
@@ -0,0 +1,86 @@
1
+ #
2
+ # Copyright (c) 2016 MasterCard International Incorporated
3
+ # All rights reserved.
4
+ #
5
+ # Redistribution and use in source and binary forms, with or without modification, are
6
+ # permitted provided that the following conditions are met:
7
+ #
8
+ # Redistributions of source code must retain the above copyright notice, this list of
9
+ # conditions and the following disclaimer.
10
+ # Redistributions in binary form must reproduce the above copyright notice, this list of
11
+ # conditions and the following disclaimer in the documentation and/or other materials
12
+ # provided with the distribution.
13
+ # Neither the name of the MasterCard International Incorporated nor the names of its
14
+ # contributors may be used to endorse or promote products derived from this software
15
+ # without specific prior written permission.
16
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
17
+ # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18
+ # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
19
+ # SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
20
+ # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
21
+ # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
22
+ # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
23
+ # IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
24
+ # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25
+ # SUCH DAMAGE.
26
+ #
27
+
28
+
29
+ require "mastercard/core/model"
30
+ require "mastercard/core/baseobject"
31
+
32
+ module MasterCard
33
+ module API
34
+ module MdesCustomerService
35
+ class AccountHolderMessaging < MasterCard::Core::Model::BaseObject
36
+ include MasterCard::Core::Model
37
+ #
38
+
39
+ @__store = {
40
+ '281b5c23-2f7e-4558-9e30-16598646657d' => OperationConfig.new("/mdes/csapi/v2/accountholdermessaging", "create", [], []),
41
+
42
+ }
43
+
44
+ protected
45
+
46
+ def self.getOperationConfig(operationUUID)
47
+ if @__store.key?(operationUUID)
48
+ return @__store[operationUUID]
49
+ end
50
+ raise NotImplementedError.new("Invalid operationUUID supplied:"+ operationUUID)
51
+ end
52
+
53
+ def self.getOperationMetadata()
54
+ return OperationMetadata.new(ResourceConfig.instance.getVersion(), ResourceConfig.instance.getHost(), ResourceConfig.instance.getContext(), ResourceConfig.instance.getJsonNative(), ResourceConfig.instance.getContentTypeOverride())
55
+ end
56
+
57
+ public
58
+
59
+
60
+ def self.create(mapObj)
61
+ #
62
+ #Creates object of type AccountHolderMessaging
63
+ #
64
+ #@param Dict mapObj, containing the required parameters to create a new object
65
+ #@return [AccountHolderMessaging] of the response of created instance.
66
+ #@raise [APIException] an exception from the response status
67
+ return self.execute("281b5c23-2f7e-4558-9e30-16598646657d", AccountHolderMessaging.new(mapObj))
68
+ end
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+ end
77
+ end
78
+ end
79
+ end
80
+
81
+
82
+
83
+
84
+
85
+
86
+
@@ -71,7 +71,7 @@ module MasterCard
71
71
  end
72
72
 
73
73
  def getVersion
74
- return "mdes-customer-service:2.0.6"
74
+ return "mdes-customer-service:2.0.7"
75
75
  end
76
76
 
77
77
  def getJsonNative
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '47cd9129-4063-4f4d-af44-3014b940e211' => OperationConfig.new("/mdes/csapi/#env/v2/search", "create", [], []),
40
+ '6f6e2425-4777-4032-893f-fe8e1c14836a' => OperationConfig.new("/mdes/csapi/v2/search", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [Search] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("47cd9129-4063-4f4d-af44-3014b940e211", Search.new(mapObj))
67
+ return self.execute("6f6e2425-4777-4032-893f-fe8e1c14836a", Search.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'e294d1d8-63bb-4d28-8a23-b66314e8df81' => OperationConfig.new("/mdes/csapi/#env/v2/systemstatus", "query", [], []),
40
+ '830ff917-0098-42aa-ac72-b621888de9e9' => OperationConfig.new("/mdes/csapi/v2/systemstatus", "query", [], []),
41
41
 
42
42
  }
43
43
 
@@ -70,7 +70,7 @@ module MasterCard
70
70
  #@raise [APIException] an exception from the response status
71
71
  #
72
72
 
73
- return self.execute("e294d1d8-63bb-4d28-8a23-b66314e8df81",SystemStatus.new(criteria))
73
+ return self.execute("830ff917-0098-42aa-ac72-b621888de9e9",SystemStatus.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '10821d29-43ae-4bec-9523-18903df444da' => OperationConfig.new("/mdes/csapi/#env/v2/token/activate", "create", [], []),
40
+ '667cbf54-b5dc-40a8-af9a-dc278abea848' => OperationConfig.new("/mdes/csapi/v2/token/activate", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenActivate] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("10821d29-43ae-4bec-9523-18903df444da", TokenActivate.new(mapObj))
67
+ return self.execute("667cbf54-b5dc-40a8-af9a-dc278abea848", TokenActivate.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '0133e85e-747b-422a-9f2a-f5f95c80fdd5' => OperationConfig.new("/mdes/csapi/#env/v2/token/activationmethods", "create", [], []),
40
+ '9547ff91-6a1b-4873-ac1b-5ceb53410784' => OperationConfig.new("/mdes/csapi/v2/token/activationmethods", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenActivationMethods] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("0133e85e-747b-422a-9f2a-f5f95c80fdd5", TokenActivationMethods.new(mapObj))
67
+ return self.execute("9547ff91-6a1b-4873-ac1b-5ceb53410784", TokenActivationMethods.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'fb617c7b-edd7-43d6-b5be-5460ab127ead' => OperationConfig.new("/mdes/csapi/#env/v2/token/comments", "create", [], []),
40
+ 'cda31cee-c675-4df2-93d4-b3aed24f2fc1' => OperationConfig.new("/mdes/csapi/v2/token/comments", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenComments] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("fb617c7b-edd7-43d6-b5be-5460ab127ead", TokenComments.new(mapObj))
67
+ return self.execute("cda31cee-c675-4df2-93d4-b3aed24f2fc1", TokenComments.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '54920b50-a3f1-4cbd-ad4b-b501c3608e14' => OperationConfig.new("/mdes/csapi/#env/v2/token/delete", "create", [], []),
40
+ '0b3a2826-1d95-48af-87eb-ccc969ea8a5b' => OperationConfig.new("/mdes/csapi/v2/token/delete", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenDelete] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("54920b50-a3f1-4cbd-ad4b-b501c3608e14", TokenDelete.new(mapObj))
67
+ return self.execute("0b3a2826-1d95-48af-87eb-ccc969ea8a5b", TokenDelete.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '8953a262-c143-451c-8a0b-0e9e58f29045' => OperationConfig.new("/mdes/csapi/#env/v2/token/resendactivationcode", "create", [], []),
40
+ '4e5259c2-9af8-4a69-89b5-194c678576a5' => OperationConfig.new("/mdes/csapi/v2/token/resendactivationcode", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenResendActivationCode] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("8953a262-c143-451c-8a0b-0e9e58f29045", TokenResendActivationCode.new(mapObj))
67
+ return self.execute("4e5259c2-9af8-4a69-89b5-194c678576a5", TokenResendActivationCode.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'd228013a-19c7-47f5-a633-0797808be37e' => OperationConfig.new("/mdes/csapi/#env/v2/token/resetmobilepin", "create", [], []),
40
+ 'd3e176ee-82bf-4013-9f2f-39631c9b1fb7' => OperationConfig.new("/mdes/csapi/v2/token/resetmobilepin", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenResetMobilePIN] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("d228013a-19c7-47f5-a633-0797808be37e", TokenResetMobilePIN.new(mapObj))
67
+ return self.execute("d3e176ee-82bf-4013-9f2f-39631c9b1fb7", TokenResetMobilePIN.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'e14e8e34-ab8c-40a1-90d5-7f438d3b7984' => OperationConfig.new("/mdes/csapi/#env/v2/token/statushistory", "create", [], []),
40
+ '16a1e129-f398-4a51-9dd6-46a329c8cfee' => OperationConfig.new("/mdes/csapi/v2/token/statushistory", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenStatusHistory] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("e14e8e34-ab8c-40a1-90d5-7f438d3b7984", TokenStatusHistory.new(mapObj))
67
+ return self.execute("16a1e129-f398-4a51-9dd6-46a329c8cfee", TokenStatusHistory.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '6ec1e64e-d499-4518-a7a5-9455d116ae69' => OperationConfig.new("/mdes/csapi/#env/v2/token/suspend", "create", [], []),
40
+ '79baa89e-3e2f-4c6f-8853-176aeb50ffbb' => OperationConfig.new("/mdes/csapi/v2/token/suspend", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenSuspend] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("6ec1e64e-d499-4518-a7a5-9455d116ae69", TokenSuspend.new(mapObj))
67
+ return self.execute("79baa89e-3e2f-4c6f-8853-176aeb50ffbb", TokenSuspend.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '4db5003a-65ff-4416-a0bf-52c4bee22c4a' => OperationConfig.new("/mdes/csapi/#env/v2/token/unsuspend", "create", [], []),
40
+ 'c7481fc8-c595-49a2-8fe2-7868b695c817' => OperationConfig.new("/mdes/csapi/v2/token/unsuspend", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenUnsuspend] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("4db5003a-65ff-4416-a0bf-52c4bee22c4a", TokenUnsuspend.new(mapObj))
67
+ return self.execute("c7481fc8-c595-49a2-8fe2-7868b695c817", TokenUnsuspend.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '72b43eb8-3992-4005-9901-6d107b40e312' => OperationConfig.new("/mdes/csapi/#env/v2/token/update", "create", [], []),
40
+ '35bae518-42ec-4d7d-b28d-74b3f392d3fb' => OperationConfig.new("/mdes/csapi/v2/token/update", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [TokenUpdate] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("72b43eb8-3992-4005-9901-6d107b40e312", TokenUpdate.new(mapObj))
67
+ return self.execute("35bae518-42ec-4d7d-b28d-74b3f392d3fb", TokenUpdate.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '52638220-0d6e-46d9-914f-d0bbf9f2ada0' => OperationConfig.new("/mdes/csapi/#env/v2/transactions", "create", [], []),
40
+ '5c201cab-a2a2-438e-b7fd-22e8a560750f' => OperationConfig.new("/mdes/csapi/v2/transactions", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [Transactions] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("52638220-0d6e-46d9-914f-d0bbf9f2ada0", Transactions.new(mapObj))
67
+ return self.execute("5c201cab-a2a2-438e-b7fd-22e8a560750f", Transactions.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'efe85995-2f80-4826-809a-35783e2007a0' => OperationConfig.new("/mdes/csapi/#env/v2/updatetokenassurance", "create", [], []),
40
+ '27dfb720-87fd-4ce3-8a13-3bfaa4671c20' => OperationConfig.new("/mdes/csapi/v2/updatetokenassurance", "create", [], []),
41
41
 
42
42
  }
43
43
 
@@ -64,7 +64,7 @@ module MasterCard
64
64
  #@param Dict mapObj, containing the required parameters to create a new object
65
65
  #@return [UpdateTokenAssurance] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("efe85995-2f80-4826-809a-35783e2007a0", UpdateTokenAssurance.new(mapObj))
67
+ return self.execute("27dfb720-87fd-4ce3-8a13-3bfaa4671c20", UpdateTokenAssurance.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -2,6 +2,7 @@ require 'mastercard_api_core'
2
2
 
3
3
  require 'mastercard/api/mdescustomerservice/resourceconfig'
4
4
 
5
+ require 'mastercard/api/mdescustomerservice/accountholdermessaging'
5
6
  require 'mastercard/api/mdescustomerservice/search'
6
7
  require 'mastercard/api/mdescustomerservice/systemstatus'
7
8
  require 'mastercard/api/mdescustomerservice/tokenactivate'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercard_mdescustomerservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - MasterCard Worldwide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-29 00:00:00.000000000 Z
11
+ date: 2019-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core
@@ -51,6 +51,7 @@ executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
53
53
  files:
54
+ - lib/mastercard/api/mdescustomerservice/accountholdermessaging.rb
54
55
  - lib/mastercard/api/mdescustomerservice/resourceconfig.rb
55
56
  - lib/mastercard/api/mdescustomerservice/search.rb
56
57
  - lib/mastercard/api/mdescustomerservice/systemstatus.rb