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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a690474a79e3820ca191253ad5c1d6f5c7ce56b4bdfdb42cb7b59bed8ae2448
4
- data.tar.gz: 8eaa02fb94ffc8821486a2f79d0585b617a5182650041c49ee0e9fcf6ec2c0df
3
+ metadata.gz: d778fea19fe91f688ab380aa95677544ba9e9be8e4fecc002e317437b79647a8
4
+ data.tar.gz: 7c465d2fe3f35ee3ce29a8bd7017ec7f91955df0255f9415609bda3a3b18df60
5
5
  SHA512:
6
- metadata.gz: 9ad5d434dd8c1948bfb1c4bdb88082ae1f4baf2dbfef8ec28a0e67424379ed8e7882641c2c0ff442212b69ed724a2cb90d246d30223df3d744a3716e02b03393
7
- data.tar.gz: 1bb9f3b3139eb4ac6209b88236d9b79073ab1080ae667f2b812718782edc579624158937d58cfe945a31d4b2f0e4dc6df7f4490c05cb8969c006aaf9b8d438f4
6
+ metadata.gz: 6237827c04e17d6ad138f0bcba7c61549989ff0b0c8ac73d82418943d8c7fef0282b6f54d33ac7b63c20b48f3f9da1d9e39d1bd5957653b59454b2c334bf0b1f
7
+ data.tar.gz: ed4d3a229de98994fca0a3317a06715080e66abcb049d5f15c23158730c9e432809fc3666ee46f510d9203c78d4c9bf51b6047b31b6e0d6ab1ceca276aa3cdf0
@@ -71,7 +71,7 @@ module MasterCard
71
71
  end
72
72
 
73
73
  def getVersion
74
- return "mdes-customer-service:1.0.4"
74
+ return "mdes-customer-service:2.0.6"
75
75
  end
76
76
 
77
77
  def getJsonNative
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '3835f8aa-b756-463d-aff4-9d8d6d6170ec' => OperationConfig.new("/mdes/csapi/v2/search", "create", [], []),
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("3835f8aa-b756-463d-aff4-9d8d6d6170ec", Search.new(mapObj))
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
- 'a473c603-5ba0-4855-9ce5-8387fc9bfa7f' => OperationConfig.new("/mdes/csapi/v2/systemstatus", "query", [], []),
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("a473c603-5ba0-4855-9ce5-8387fc9bfa7f",SystemStatus.new(criteria))
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
- '5e92507f-9bc6-4cc3-92f5-e3d82f5c1c67' => OperationConfig.new("/mdes/csapi/v2/token/activate", "create", [], []),
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("5e92507f-9bc6-4cc3-92f5-e3d82f5c1c67", TokenActivate.new(mapObj))
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
- '22111d7b-5ad6-47a0-bb54-7954052ae03b' => OperationConfig.new("/mdes/csapi/v2/token/activationmethods", "create", [], []),
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("22111d7b-5ad6-47a0-bb54-7954052ae03b", TokenActivationMethods.new(mapObj))
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
- '08433b40-b4d4-4037-b3fc-26af80e3ac43' => OperationConfig.new("/mdes/csapi/v2/token/comments", "create", [], []),
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("08433b40-b4d4-4037-b3fc-26af80e3ac43", TokenComments.new(mapObj))
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
- '0cdaa9cd-3f42-4955-ba31-7a0ae07f33ab' => OperationConfig.new("/mdes/csapi/v2/token/delete", "create", [], []),
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("0cdaa9cd-3f42-4955-ba31-7a0ae07f33ab", TokenDelete.new(mapObj))
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
- '40b17ada-c100-4ceb-956a-db1556c74a75' => OperationConfig.new("/mdes/csapi/v2/token/resendactivationcode", "create", [], []),
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("40b17ada-c100-4ceb-956a-db1556c74a75", TokenResendActivationCode.new(mapObj))
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
- '8b680381-e38f-4adb-8a74-031e452409fa' => OperationConfig.new("/mdes/csapi/v2/token/resetmobilepin", "create", [], []),
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("8b680381-e38f-4adb-8a74-031e452409fa", TokenResetMobilePIN.new(mapObj))
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
- 'b583402e-7b3b-4939-a703-dd9abd396ece' => OperationConfig.new("/mdes/csapi/v2/token/statushistory", "create", [], []),
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("b583402e-7b3b-4939-a703-dd9abd396ece", TokenStatusHistory.new(mapObj))
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
- 'f214d590-aa2a-4d8c-bc65-5bde72f7732b' => OperationConfig.new("/mdes/csapi/v2/token/suspend", "create", [], []),
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("f214d590-aa2a-4d8c-bc65-5bde72f7732b", TokenSuspend.new(mapObj))
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
- 'a98b5cda-88b5-4dea-83db-3034c5c28cd0' => OperationConfig.new("/mdes/csapi/v2/token/unsuspend", "create", [], []),
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("a98b5cda-88b5-4dea-83db-3034c5c28cd0", TokenUnsuspend.new(mapObj))
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
- 'ecb52554-3463-4e95-b925-f685e439809b' => OperationConfig.new("/mdes/csapi/v2/token/update", "create", [], []),
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("ecb52554-3463-4e95-b925-f685e439809b", TokenUpdate.new(mapObj))
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
- '4c62d0f7-08c6-4652-860f-cbae0f163cc2' => OperationConfig.new("/mdes/csapi/v2/transactions", "create", [], []),
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("4c62d0f7-08c6-4652-860f-cbae0f163cc2", Transactions.new(mapObj))
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
- 'bfa90029-017e-4623-82e5-0fb6aaf4d133' => OperationConfig.new("/mdes/csapi/v2/updatetokenassurance", "create", [], []),
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("bfa90029-017e-4623-82e5-0fb6aaf4d133", UpdateTokenAssurance.new(mapObj))
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: 1.0.4
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-02-08 00:00:00.000000000 Z
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