mastercard_mdescustomerservice 1.0.4 → 2.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mastercard/api/mdescustomerservice/resourceconfig.rb +1 -1
- data/lib/mastercard/api/mdescustomerservice/search.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/systemstatus.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenactivate.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenactivationmethods.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokencomments.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokendelete.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenresendactivationcode.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenresetmobilepin.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenstatushistory.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokensuspend.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenunsuspend.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/tokenupdate.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/transactions.rb +2 -2
- data/lib/mastercard/api/mdescustomerservice/updatetokenassurance.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d778fea19fe91f688ab380aa95677544ba9e9be8e4fecc002e317437b79647a8
|
4
|
+
data.tar.gz: 7c465d2fe3f35ee3ce29a8bd7017ec7f91955df0255f9415609bda3a3b18df60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6237827c04e17d6ad138f0bcba7c61549989ff0b0c8ac73d82418943d8c7fef0282b6f54d33ac7b63c20b48f3f9da1d9e39d1bd5957653b59454b2c334bf0b1f
|
7
|
+
data.tar.gz: ed4d3a229de98994fca0a3317a06715080e66abcb049d5f15c23158730c9e432809fc3666ee46f510d9203c78d4c9bf51b6047b31b6e0d6ab1ceca276aa3cdf0
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'47cd9129-4063-4f4d-af44-3014b940e211' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("47cd9129-4063-4f4d-af44-3014b940e211", Search.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'e294d1d8-63bb-4d28-8a23-b66314e8df81' => OperationConfig.new("/mdes/csapi/#env/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("
|
73
|
+
return self.execute("e294d1d8-63bb-4d28-8a23-b66314e8df81",SystemStatus.new(criteria))
|
74
74
|
end
|
75
75
|
|
76
76
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'10821d29-43ae-4bec-9523-18903df444da' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("10821d29-43ae-4bec-9523-18903df444da", TokenActivate.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'0133e85e-747b-422a-9f2a-f5f95c80fdd5' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("0133e85e-747b-422a-9f2a-f5f95c80fdd5", TokenActivationMethods.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'fb617c7b-edd7-43d6-b5be-5460ab127ead' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("fb617c7b-edd7-43d6-b5be-5460ab127ead", TokenComments.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'54920b50-a3f1-4cbd-ad4b-b501c3608e14' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("54920b50-a3f1-4cbd-ad4b-b501c3608e14", TokenDelete.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'8953a262-c143-451c-8a0b-0e9e58f29045' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("8953a262-c143-451c-8a0b-0e9e58f29045", TokenResendActivationCode.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'd228013a-19c7-47f5-a633-0797808be37e' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("d228013a-19c7-47f5-a633-0797808be37e", TokenResetMobilePIN.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'e14e8e34-ab8c-40a1-90d5-7f438d3b7984' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("e14e8e34-ab8c-40a1-90d5-7f438d3b7984", TokenStatusHistory.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'6ec1e64e-d499-4518-a7a5-9455d116ae69' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("6ec1e64e-d499-4518-a7a5-9455d116ae69", TokenSuspend.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'4db5003a-65ff-4416-a0bf-52c4bee22c4a' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("4db5003a-65ff-4416-a0bf-52c4bee22c4a", TokenUnsuspend.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'72b43eb8-3992-4005-9901-6d107b40e312' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("72b43eb8-3992-4005-9901-6d107b40e312", TokenUpdate.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'52638220-0d6e-46d9-914f-d0bbf9f2ada0' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("52638220-0d6e-46d9-914f-d0bbf9f2ada0", Transactions.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
@@ -37,7 +37,7 @@ module MasterCard
|
|
37
37
|
#
|
38
38
|
|
39
39
|
@__store = {
|
40
|
-
'
|
40
|
+
'efe85995-2f80-4826-809a-35783e2007a0' => OperationConfig.new("/mdes/csapi/#env/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("
|
67
|
+
return self.execute("efe85995-2f80-4826-809a-35783e2007a0", UpdateTokenAssurance.new(mapObj))
|
68
68
|
end
|
69
69
|
|
70
70
|
|
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:
|
4
|
+
version: 2.0.6
|
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-
|
11
|
+
date: 2019-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mastercard_api_core
|