mastercard_mdescustomerservice 2.0.7 → 2.0.8

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: 741902b99d98ab298085c4ab892720e98e763f051bd5aa4b18ab03be8d78ee40
4
- data.tar.gz: 9367d2be6c302275d9cd8e0edb227701c6f7a08f3b2dc8c5cd65142a941087ff
3
+ metadata.gz: 9dbb7e0c03fd6ac389bcacd03d891c9ec9371c281597a127748179a825a12ae7
4
+ data.tar.gz: 73f4871ac4d0fd0e74971e4891387b4a39965b2bebae36d1af45ecb28fb73a38
5
5
  SHA512:
6
- metadata.gz: 6bb0ca8b16ec9df54af191038c90cfcc6fed247d6e1ecbbe87111af0a4069373573f1f91113a146a215ad76acef2337e65be31e263ef0ccb9cf7a5e768451576
7
- data.tar.gz: 0e06850c475a32d25bb2f2a92abb046f584e71af333bb42ec9feb49424fa673f23afcc964f42ee27253e07040368857e26fb8dd0e49b5abf7b87bf1e5d940d8f
6
+ metadata.gz: 9c5667c326cbbca10001f06548f759581bdb26f5e6e1e1ec71233c44fa205d277876deafedf0f570e01a89bbf5cb1fc80cefb61c3536b94e7aad3d29e454004d
7
+ data.tar.gz: 66662b8c5b1966c0bba069afd14b5a4109f2ccf52f9babef7728b84053c9f8b1e8f8c7c47bdac030677da63c4d8d97cd4bcb2c5b7e9167bc95f0e83c5bbeeb48
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '281b5c23-2f7e-4558-9e30-16598646657d' => OperationConfig.new("/mdes/csapi/v2/accountholdermessaging", "create", [], []),
40
+ 'd6677b89-b4d1-430f-8a35-6c1d335fa848' => OperationConfig.new("/mdes/csapi/#env/v2/accountholdermessaging", "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 [AccountHolderMessaging] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("281b5c23-2f7e-4558-9e30-16598646657d", AccountHolderMessaging.new(mapObj))
67
+ return self.execute("d6677b89-b4d1-430f-8a35-6c1d335fa848", AccountHolderMessaging.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -71,7 +71,7 @@ module MasterCard
71
71
  end
72
72
 
73
73
  def getVersion
74
- return "mdes-customer-service:2.0.7"
74
+ return "mdes-customer-service:2.0.8"
75
75
  end
76
76
 
77
77
  def getJsonNative
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '6f6e2425-4777-4032-893f-fe8e1c14836a' => OperationConfig.new("/mdes/csapi/v2/search", "create", [], []),
40
+ '9fcc1853-e0b3-41b2-b28a-25661c02e4a7' => 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("6f6e2425-4777-4032-893f-fe8e1c14836a", Search.new(mapObj))
67
+ return self.execute("9fcc1853-e0b3-41b2-b28a-25661c02e4a7", Search.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '830ff917-0098-42aa-ac72-b621888de9e9' => OperationConfig.new("/mdes/csapi/v2/systemstatus", "query", [], []),
40
+ 'f6f1ea6c-c326-4ac0-87b9-58733105c211' => 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("830ff917-0098-42aa-ac72-b621888de9e9",SystemStatus.new(criteria))
73
+ return self.execute("f6f1ea6c-c326-4ac0-87b9-58733105c211",SystemStatus.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '667cbf54-b5dc-40a8-af9a-dc278abea848' => OperationConfig.new("/mdes/csapi/v2/token/activate", "create", [], []),
40
+ '10e91bb6-125c-4497-8d2e-c7cc26a7c737' => 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("667cbf54-b5dc-40a8-af9a-dc278abea848", TokenActivate.new(mapObj))
67
+ return self.execute("10e91bb6-125c-4497-8d2e-c7cc26a7c737", TokenActivate.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '9547ff91-6a1b-4873-ac1b-5ceb53410784' => OperationConfig.new("/mdes/csapi/v2/token/activationmethods", "create", [], []),
40
+ 'e4fc6a18-ed10-4675-bcfe-bda57f312655' => 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("9547ff91-6a1b-4873-ac1b-5ceb53410784", TokenActivationMethods.new(mapObj))
67
+ return self.execute("e4fc6a18-ed10-4675-bcfe-bda57f312655", TokenActivationMethods.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'cda31cee-c675-4df2-93d4-b3aed24f2fc1' => OperationConfig.new("/mdes/csapi/v2/token/comments", "create", [], []),
40
+ '30645fa1-fb83-4088-a2e5-dbebfb91fb4d' => 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("cda31cee-c675-4df2-93d4-b3aed24f2fc1", TokenComments.new(mapObj))
67
+ return self.execute("30645fa1-fb83-4088-a2e5-dbebfb91fb4d", TokenComments.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '0b3a2826-1d95-48af-87eb-ccc969ea8a5b' => OperationConfig.new("/mdes/csapi/v2/token/delete", "create", [], []),
40
+ '97e69073-c339-4ca7-a8b6-fab4d990b717' => 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("0b3a2826-1d95-48af-87eb-ccc969ea8a5b", TokenDelete.new(mapObj))
67
+ return self.execute("97e69073-c339-4ca7-a8b6-fab4d990b717", TokenDelete.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '4e5259c2-9af8-4a69-89b5-194c678576a5' => OperationConfig.new("/mdes/csapi/v2/token/resendactivationcode", "create", [], []),
40
+ 'f013d5c9-b361-4aef-a5d9-5aa8c99998ca' => 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("4e5259c2-9af8-4a69-89b5-194c678576a5", TokenResendActivationCode.new(mapObj))
67
+ return self.execute("f013d5c9-b361-4aef-a5d9-5aa8c99998ca", TokenResendActivationCode.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'd3e176ee-82bf-4013-9f2f-39631c9b1fb7' => OperationConfig.new("/mdes/csapi/v2/token/resetmobilepin", "create", [], []),
40
+ '14c9867f-5cd6-4c1b-9267-9d3085630bbf' => 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("d3e176ee-82bf-4013-9f2f-39631c9b1fb7", TokenResetMobilePIN.new(mapObj))
67
+ return self.execute("14c9867f-5cd6-4c1b-9267-9d3085630bbf", TokenResetMobilePIN.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '16a1e129-f398-4a51-9dd6-46a329c8cfee' => OperationConfig.new("/mdes/csapi/v2/token/statushistory", "create", [], []),
40
+ '43174cfd-7b29-4b21-bb45-360102af2d13' => 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("16a1e129-f398-4a51-9dd6-46a329c8cfee", TokenStatusHistory.new(mapObj))
67
+ return self.execute("43174cfd-7b29-4b21-bb45-360102af2d13", TokenStatusHistory.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '79baa89e-3e2f-4c6f-8853-176aeb50ffbb' => OperationConfig.new("/mdes/csapi/v2/token/suspend", "create", [], []),
40
+ 'd1074e9b-9fe8-401e-8fa8-61bef2658b98' => 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("79baa89e-3e2f-4c6f-8853-176aeb50ffbb", TokenSuspend.new(mapObj))
67
+ return self.execute("d1074e9b-9fe8-401e-8fa8-61bef2658b98", TokenSuspend.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'c7481fc8-c595-49a2-8fe2-7868b695c817' => OperationConfig.new("/mdes/csapi/v2/token/unsuspend", "create", [], []),
40
+ 'eb35d063-5db5-4e29-a42e-a7c2d5bd6aa4' => 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("c7481fc8-c595-49a2-8fe2-7868b695c817", TokenUnsuspend.new(mapObj))
67
+ return self.execute("eb35d063-5db5-4e29-a42e-a7c2d5bd6aa4", TokenUnsuspend.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '35bae518-42ec-4d7d-b28d-74b3f392d3fb' => OperationConfig.new("/mdes/csapi/v2/token/update", "create", [], []),
40
+ '12a8cdf0-1d6e-4b30-a6b7-63b9e5d2d160' => 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("35bae518-42ec-4d7d-b28d-74b3f392d3fb", TokenUpdate.new(mapObj))
67
+ return self.execute("12a8cdf0-1d6e-4b30-a6b7-63b9e5d2d160", TokenUpdate.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '5c201cab-a2a2-438e-b7fd-22e8a560750f' => OperationConfig.new("/mdes/csapi/v2/transactions", "create", [], []),
40
+ 'cf62eea9-006b-461d-9c38-25a5172dcf19' => 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("5c201cab-a2a2-438e-b7fd-22e8a560750f", Transactions.new(mapObj))
67
+ return self.execute("cf62eea9-006b-461d-9c38-25a5172dcf19", Transactions.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '27dfb720-87fd-4ce3-8a13-3bfaa4671c20' => OperationConfig.new("/mdes/csapi/v2/updatetokenassurance", "create", [], []),
40
+ '5830ba2e-a9d0-4fc7-bbb8-a67e96601a9a' => 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("27dfb720-87fd-4ce3-8a13-3bfaa4671c20", UpdateTokenAssurance.new(mapObj))
67
+ return self.execute("5830ba2e-a9d0-4fc7-bbb8-a67e96601a9a", 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: 2.0.7
4
+ version: 2.0.8
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-10-22 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core