mastercard_qkr 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +5 -5
  2. data/lib/mastercard/api/qkr/auth.rb +5 -5
  3. data/lib/mastercard/api/qkr/beneficiary.rb +9 -9
  4. data/lib/mastercard/api/qkr/beneficiarycustomfield.rb +2 -2
  5. data/lib/mastercard/api/qkr/card.rb +11 -11
  6. data/lib/mastercard/api/qkr/cart.rb +7 -7
  7. data/lib/mastercard/api/qkr/cartitem.rb +7 -7
  8. data/lib/mastercard/api/qkr/country.rb +4 -4
  9. data/lib/mastercard/api/qkr/creditnote.rb +4 -4
  10. data/lib/mastercard/api/qkr/externaltrans.rb +6 -6
  11. data/lib/mastercard/api/qkr/forgottenpassword.rb +2 -2
  12. data/lib/mastercard/api/qkr/form.rb +2 -2
  13. data/lib/mastercard/api/qkr/formsubmission.rb +4 -4
  14. data/lib/mastercard/api/qkr/lightbox.rb +4 -4
  15. data/lib/mastercard/api/qkr/machine.rb +2 -2
  16. data/lib/mastercard/api/qkr/menu.rb +2 -2
  17. data/lib/mastercard/api/qkr/merchant.rb +4 -4
  18. data/lib/mastercard/api/qkr/order.rb +9 -9
  19. data/lib/mastercard/api/qkr/orderahead.rb +2 -2
  20. data/lib/mastercard/api/qkr/orderaheadmenu.rb +2 -2
  21. data/lib/mastercard/api/qkr/ordercalendar.rb +2 -2
  22. data/lib/mastercard/api/qkr/orderslot.rb +2 -2
  23. data/lib/mastercard/api/qkr/ordertotal.rb +2 -2
  24. data/lib/mastercard/api/qkr/posorder.rb +4 -4
  25. data/lib/mastercard/api/qkr/pospaymentnotification.rb +2 -2
  26. data/lib/mastercard/api/qkr/prodgroup.rb +2 -2
  27. data/lib/mastercard/api/qkr/refund.rb +2 -2
  28. data/lib/mastercard/api/qkr/resendotp.rb +2 -2
  29. data/lib/mastercard/api/qkr/resourceconfig.rb +1 -1
  30. data/lib/mastercard/api/qkr/securityquestion.rb +2 -2
  31. data/lib/mastercard/api/qkr/trans.rb +8 -8
  32. data/lib/mastercard/api/qkr/updatepassword.rb +2 -2
  33. data/lib/mastercard/api/qkr/user.rb +50 -6
  34. data/lib/mastercard/api/qkr/userimage.rb +46 -2
  35. data/lib/mastercard/api/qkr/usersession.rb +2 -2
  36. data/lib/mastercard/api/qkr/vendingsession.rb +5 -5
  37. data/lib/mastercard/api/qkr/verifyotp.rb +2 -2
  38. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3b528260bf80e7ea9227e41326db8947fb7000d3
4
- data.tar.gz: 64150db7fd67d1a44e48f205c9b6e9a3fe40db0e
2
+ SHA256:
3
+ metadata.gz: 20b5dd514bbddd5f3b40b47b6b3a29af94af37529f3c533e6fab835eb94a12de
4
+ data.tar.gz: 6d71d36aece4a178cb3f472542f6cfcd5019dcfd07e52931abb8ffaa9bcc8038
5
5
  SHA512:
6
- metadata.gz: 5828b3bec137b327f07b0097c1f6717655dd3061449ddf680ce5836284dbe0768105dbee5a2daae5acb8d6501611aa1c47b351b432dec55ca1c3e6606cd1d796
7
- data.tar.gz: 9d226f909da05c7151c9acdf431f2edff0a02cddf3068bbc05a853eac0adb753d49dc63e64d62d4e985d31dec02b2f6c0639e3e5b73a7049c8cd29fc59727640
6
+ metadata.gz: 9dd0a68793b74665811803936798f4cd39040473d92d0737eda825aaff84cf4e8c0190f36b638a3b65079ca6e6128c7f989d79aa6fe12f59ca75ea4a79365d14
7
+ data.tar.gz: 1da7aabaf66266706e4a0023548f46b0e2aa214076e2bf378d32ad4a55489b78cbdc923c2ea2ee9ca1649bce1e2cf9f19500e6ee9a431a3a84016d6ac36802ca
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'f70ce1c9-835a-426a-99ec-59be4a16d8fc' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/auth/payment", "create", ["X-Auth-Token"], []),
41
- 'ad0c185b-ae9b-443c-b73d-57793fbda09d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/auth/payment/{id}", "delete", ["X-Auth-Token"], []),
40
+ 'b4c53a94-c0c2-4b3f-a649-aa48e559175d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/auth/payment", "create", ["X-Auth-Token"], []),
41
+ '53e8bb73-dd6d-4d54-b2b7-846b06e06cfe' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/auth/payment/{id}", "delete", ["X-Auth-Token"], []),
42
42
 
43
43
  }
44
44
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@param Dict mapObj, containing the required parameters to create a new object
66
66
  #@return [Auth] of the response of created instance.
67
67
  #@raise [APIException] an exception from the response status
68
- return self.execute("f70ce1c9-835a-426a-99ec-59be4a16d8fc", Auth.new(mapObj))
68
+ return self.execute("b4c53a94-c0c2-4b3f-a649-aa48e559175d", Auth.new(mapObj))
69
69
  end
70
70
 
71
71
 
@@ -98,7 +98,7 @@ module MasterCard
98
98
  end
99
99
  end
100
100
 
101
- return self.execute("ad0c185b-ae9b-443c-b73d-57793fbda09d", mapObj)
101
+ return self.execute("53e8bb73-dd6d-4d54-b2b7-846b06e06cfe", mapObj)
102
102
  end
103
103
 
104
104
 
@@ -111,7 +111,7 @@ module MasterCard
111
111
  #@raise [APIException] an exception from the response status
112
112
  #
113
113
 
114
- return self.class.execute("ad0c185b-ae9b-443c-b73d-57793fbda09d", self)
114
+ return self.class.execute("53e8bb73-dd6d-4d54-b2b7-846b06e06cfe", self)
115
115
  end
116
116
 
117
117
 
@@ -37,10 +37,10 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '9160dafb-93cb-4dce-bcfa-7066ecf3892e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary", "create", ["X-Auth-Token"], []),
41
- 'fbb21e7c-37b2-4836-b415-37392fa96ecf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary/{id}", "delete", ["X-Auth-Token"], []),
42
- 'f617e14a-f2b9-450c-9db0-8a84bfca013e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary", "query", ["X-Auth-Token"], ["merchantId"]),
43
- '1f2d3f55-0e51-40aa-ba28-7ac112437f13' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary/{id}", "update", ["X-Auth-Token"], []),
40
+ '63637a93-b520-4daf-85a4-dda1da04600d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary", "create", ["X-Auth-Token"], []),
41
+ 'b61217f4-0b3a-4e23-b166-ae33d81f6cd4' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary/{id}", "delete", ["X-Auth-Token"], []),
42
+ 'd78c3fc3-d3a4-40f1-a444-78c874f73e4e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary", "query", ["X-Auth-Token"], ["merchantId"]),
43
+ '28439849-5149-4611-9412-deb8abf718b7' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiary/{id}", "update", ["X-Auth-Token"], []),
44
44
 
45
45
  }
46
46
 
@@ -67,7 +67,7 @@ module MasterCard
67
67
  #@param Dict mapObj, containing the required parameters to create a new object
68
68
  #@return [Beneficiary] of the response of created instance.
69
69
  #@raise [APIException] an exception from the response status
70
- return self.execute("9160dafb-93cb-4dce-bcfa-7066ecf3892e", Beneficiary.new(mapObj))
70
+ return self.execute("63637a93-b520-4daf-85a4-dda1da04600d", Beneficiary.new(mapObj))
71
71
  end
72
72
 
73
73
 
@@ -100,7 +100,7 @@ module MasterCard
100
100
  end
101
101
  end
102
102
 
103
- return self.execute("fbb21e7c-37b2-4836-b415-37392fa96ecf", mapObj)
103
+ return self.execute("b61217f4-0b3a-4e23-b166-ae33d81f6cd4", mapObj)
104
104
  end
105
105
 
106
106
 
@@ -113,7 +113,7 @@ module MasterCard
113
113
  #@raise [APIException] an exception from the response status
114
114
  #
115
115
 
116
- return self.class.execute("fbb21e7c-37b2-4836-b415-37392fa96ecf", self)
116
+ return self.class.execute("b61217f4-0b3a-4e23-b166-ae33d81f6cd4", self)
117
117
  end
118
118
 
119
119
 
@@ -132,7 +132,7 @@ module MasterCard
132
132
  #@raise [APIException] an exception from the response status
133
133
  #
134
134
 
135
- return self.execute("f617e14a-f2b9-450c-9db0-8a84bfca013e",Beneficiary.new(criteria))
135
+ return self.execute("d78c3fc3-d3a4-40f1-a444-78c874f73e4e",Beneficiary.new(criteria))
136
136
  end
137
137
 
138
138
 
@@ -144,7 +144,7 @@ module MasterCard
144
144
  #@return [Beneficiary] object representing the response.
145
145
  #@raise [APIException] an exception from the response status
146
146
  #
147
- return self.class.execute("1f2d3f55-0e51-40aa-ba28-7ac112437f13",self)
147
+ return self.class.execute("28439849-5149-4611-9412-deb8abf718b7",self)
148
148
  end
149
149
 
150
150
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '81a61b76-cc64-43e6-b990-8dfe1d0ac75a' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiaryCustomField", "query", ["X-Auth-Token"], ["merchantId"]),
40
+ '8dcb33bf-fea9-4bcf-b321-963cf147d3f4' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/beneficiaryCustomField", "query", ["X-Auth-Token"], ["merchantId"]),
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("81a61b76-cc64-43e6-b990-8dfe1d0ac75a",BeneficiaryCustomField.new(criteria))
73
+ return self.execute("8dcb33bf-fea9-4bcf-b321-963cf147d3f4",BeneficiaryCustomField.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,11 +37,11 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '6685a579-5bd9-4ae1-a259-36cc814ef154' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card", "create", ["X-Auth-Token"], []),
41
- '7dc1d320-fa8b-4425-afad-86e7559ec538' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card/{id}", "delete", ["X-Auth-Token"], []),
42
- '460e4251-e676-4bac-9733-9e4e8d4aba3c' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card", "query", ["X-Auth-Token"], []),
43
- '208d005b-b2ed-4458-a9f0-0d7d267d7517' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card/{id}", "read", ["X-Auth-Token"], []),
44
- '33fb62f9-b31e-4a54-8f43-454c21a34a50' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card/{id}", "update", ["X-Auth-Token"], []),
40
+ '3802b8b1-28c2-41b8-9824-f9dabade0a84' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card", "create", ["X-Auth-Token"], []),
41
+ '200e798a-a458-4886-a9e9-d60be42656fe' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card/{id}", "delete", ["X-Auth-Token"], []),
42
+ 'd96011cc-88fe-4318-a82c-85ff5f2cfab4' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card", "query", ["X-Auth-Token"], []),
43
+ '74913cf6-42c8-443c-a29b-df902fbc7045' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card/{id}", "read", ["X-Auth-Token"], []),
44
+ '2e0c2c9b-e835-4edb-81e8-f8f9abd0015b' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/card/{id}", "update", ["X-Auth-Token"], []),
45
45
 
46
46
  }
47
47
 
@@ -68,7 +68,7 @@ module MasterCard
68
68
  #@param Dict mapObj, containing the required parameters to create a new object
69
69
  #@return [Card] of the response of created instance.
70
70
  #@raise [APIException] an exception from the response status
71
- return self.execute("6685a579-5bd9-4ae1-a259-36cc814ef154", Card.new(mapObj))
71
+ return self.execute("3802b8b1-28c2-41b8-9824-f9dabade0a84", Card.new(mapObj))
72
72
  end
73
73
 
74
74
 
@@ -101,7 +101,7 @@ module MasterCard
101
101
  end
102
102
  end
103
103
 
104
- return self.execute("7dc1d320-fa8b-4425-afad-86e7559ec538", mapObj)
104
+ return self.execute("200e798a-a458-4886-a9e9-d60be42656fe", mapObj)
105
105
  end
106
106
 
107
107
 
@@ -114,7 +114,7 @@ module MasterCard
114
114
  #@raise [APIException] an exception from the response status
115
115
  #
116
116
 
117
- return self.class.execute("7dc1d320-fa8b-4425-afad-86e7559ec538", self)
117
+ return self.class.execute("200e798a-a458-4886-a9e9-d60be42656fe", self)
118
118
  end
119
119
 
120
120
 
@@ -133,7 +133,7 @@ module MasterCard
133
133
  #@raise [APIException] an exception from the response status
134
134
  #
135
135
 
136
- return self.execute("460e4251-e676-4bac-9733-9e4e8d4aba3c",Card.new(criteria))
136
+ return self.execute("d96011cc-88fe-4318-a82c-85ff5f2cfab4",Card.new(criteria))
137
137
  end
138
138
 
139
139
 
@@ -161,7 +161,7 @@ module MasterCard
161
161
  end
162
162
  end
163
163
 
164
- return self.execute("208d005b-b2ed-4458-a9f0-0d7d267d7517",Card.new(mapObj))
164
+ return self.execute("74913cf6-42c8-443c-a29b-df902fbc7045",Card.new(mapObj))
165
165
  end
166
166
 
167
167
 
@@ -174,7 +174,7 @@ module MasterCard
174
174
  #@return [Card] object representing the response.
175
175
  #@raise [APIException] an exception from the response status
176
176
  #
177
- return self.class.execute("33fb62f9-b31e-4a54-8f43-454c21a34a50",self)
177
+ return self.class.execute("2e0c2c9b-e835-4edb-81e8-f8f9abd0015b",self)
178
178
  end
179
179
 
180
180
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '0c8c717f-1959-441b-826a-48568b018b3e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cart/{id}", "delete", ["X-Auth-Token"], []),
41
- 'e52acde8-d4bd-4426-a6ba-5ff088eabf57' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cart", "query", ["X-Auth-Token"], []),
42
- '34c62b69-28af-47d3-9218-8af8f8a759a5' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cart/{id}", "read", ["X-Auth-Token"], []),
40
+ 'd861c2ae-63b5-4cec-8039-33bf93f9027d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cart/{id}", "delete", ["X-Auth-Token"], []),
41
+ '8526c6fb-2da6-485f-b22c-0b97a00a066e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cart", "query", ["X-Auth-Token"], []),
42
+ '458f69ca-1473-433e-83a7-671a0fc4cdba' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cart/{id}", "read", ["X-Auth-Token"], []),
43
43
 
44
44
  }
45
45
 
@@ -83,7 +83,7 @@ module MasterCard
83
83
  end
84
84
  end
85
85
 
86
- return self.execute("0c8c717f-1959-441b-826a-48568b018b3e", mapObj)
86
+ return self.execute("d861c2ae-63b5-4cec-8039-33bf93f9027d", mapObj)
87
87
  end
88
88
 
89
89
 
@@ -96,7 +96,7 @@ module MasterCard
96
96
  #@raise [APIException] an exception from the response status
97
97
  #
98
98
 
99
- return self.class.execute("0c8c717f-1959-441b-826a-48568b018b3e", self)
99
+ return self.class.execute("d861c2ae-63b5-4cec-8039-33bf93f9027d", self)
100
100
  end
101
101
 
102
102
 
@@ -115,7 +115,7 @@ module MasterCard
115
115
  #@raise [APIException] an exception from the response status
116
116
  #
117
117
 
118
- return self.execute("e52acde8-d4bd-4426-a6ba-5ff088eabf57",Cart.new(criteria))
118
+ return self.execute("8526c6fb-2da6-485f-b22c-0b97a00a066e",Cart.new(criteria))
119
119
  end
120
120
 
121
121
 
@@ -143,7 +143,7 @@ module MasterCard
143
143
  end
144
144
  end
145
145
 
146
- return self.execute("34c62b69-28af-47d3-9218-8af8f8a759a5",Cart.new(mapObj))
146
+ return self.execute("458f69ca-1473-433e-83a7-671a0fc4cdba",Cart.new(mapObj))
147
147
  end
148
148
 
149
149
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '2f4bc0c6-58a0-4ed7-b2d3-5a3654953b96' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cartItem", "create", ["X-Auth-Token"], []),
41
- 'faf1b8ee-d7a1-4ded-b3a4-98e2a3aef015' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cartItem/{id}", "delete", ["X-Auth-Token"], []),
42
- '9a05781d-a319-4af7-b7b5-34e008f125d3' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cartItem/{id}", "update", ["X-Auth-Token"], []),
40
+ '70b3dec5-9f13-47a6-81e9-7d798f01a805' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cartItem", "create", ["X-Auth-Token"], []),
41
+ 'a37ca8ed-325c-40b2-a2e8-3d8a1f6fb28c' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cartItem/{id}", "delete", ["X-Auth-Token"], []),
42
+ 'db377067-cdca-4ce8-93ff-6fa2df516153' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/cartItem/{id}", "update", ["X-Auth-Token"], []),
43
43
 
44
44
  }
45
45
 
@@ -66,7 +66,7 @@ module MasterCard
66
66
  #@param Dict mapObj, containing the required parameters to create a new object
67
67
  #@return [CartItem] of the response of created instance.
68
68
  #@raise [APIException] an exception from the response status
69
- return self.execute("2f4bc0c6-58a0-4ed7-b2d3-5a3654953b96", CartItem.new(mapObj))
69
+ return self.execute("70b3dec5-9f13-47a6-81e9-7d798f01a805", CartItem.new(mapObj))
70
70
  end
71
71
 
72
72
 
@@ -99,7 +99,7 @@ module MasterCard
99
99
  end
100
100
  end
101
101
 
102
- return self.execute("faf1b8ee-d7a1-4ded-b3a4-98e2a3aef015", mapObj)
102
+ return self.execute("a37ca8ed-325c-40b2-a2e8-3d8a1f6fb28c", mapObj)
103
103
  end
104
104
 
105
105
 
@@ -112,7 +112,7 @@ module MasterCard
112
112
  #@raise [APIException] an exception from the response status
113
113
  #
114
114
 
115
- return self.class.execute("faf1b8ee-d7a1-4ded-b3a4-98e2a3aef015", self)
115
+ return self.class.execute("a37ca8ed-325c-40b2-a2e8-3d8a1f6fb28c", self)
116
116
  end
117
117
 
118
118
 
@@ -126,7 +126,7 @@ module MasterCard
126
126
  #@return [CartItem] object representing the response.
127
127
  #@raise [APIException] an exception from the response status
128
128
  #
129
- return self.class.execute("9a05781d-a319-4af7-b7b5-34e008f125d3",self)
129
+ return self.class.execute("db377067-cdca-4ce8-93ff-6fa2df516153",self)
130
130
  end
131
131
 
132
132
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '45b41fc4-0196-42b8-923a-daeb0180d06d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/country", "query", [], []),
41
- '1571ee9a-8cf8-475c-ba5e-55b8ce715676' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/country/{id}", "read", [], []),
40
+ '0cf59874-da65-4f5f-99a8-fee0ead7a478' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/country", "query", [], []),
41
+ 'b5c87914-0bce-442f-a422-f9e762da154a' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/country/{id}", "read", [], []),
42
42
 
43
43
  }
44
44
 
@@ -71,7 +71,7 @@ module MasterCard
71
71
  #@raise [APIException] an exception from the response status
72
72
  #
73
73
 
74
- return self.execute("45b41fc4-0196-42b8-923a-daeb0180d06d",Country.new(criteria))
74
+ return self.execute("0cf59874-da65-4f5f-99a8-fee0ead7a478",Country.new(criteria))
75
75
  end
76
76
 
77
77
 
@@ -99,7 +99,7 @@ module MasterCard
99
99
  end
100
100
  end
101
101
 
102
- return self.execute("1571ee9a-8cf8-475c-ba5e-55b8ce715676",Country.new(mapObj))
102
+ return self.execute("b5c87914-0bce-442f-a422-f9e762da154a",Country.new(mapObj))
103
103
  end
104
104
 
105
105
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '07df56b4-8f02-4218-9251-1a05ef373a8f' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/creditNote", "create", ["X-Auth-Token"], []),
41
- '77b78cd8-ca53-4ca7-8a52-382942736788' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/creditNote/{id}", "read", ["X-Auth-Token"], []),
40
+ 'c0ac9681-63a2-47a7-9003-b0ea7c3ed495' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/creditNote", "create", ["X-Auth-Token"], []),
41
+ '7bcd955a-b8d7-46f3-a44a-eaceae40ce3b' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/creditNote/{id}", "read", ["X-Auth-Token"], []),
42
42
 
43
43
  }
44
44
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@param Dict mapObj, containing the required parameters to create a new object
66
66
  #@return [CreditNote] of the response of created instance.
67
67
  #@raise [APIException] an exception from the response status
68
- return self.execute("07df56b4-8f02-4218-9251-1a05ef373a8f", CreditNote.new(mapObj))
68
+ return self.execute("c0ac9681-63a2-47a7-9003-b0ea7c3ed495", CreditNote.new(mapObj))
69
69
  end
70
70
 
71
71
 
@@ -98,7 +98,7 @@ module MasterCard
98
98
  end
99
99
  end
100
100
 
101
- return self.execute("77b78cd8-ca53-4ca7-8a52-382942736788",CreditNote.new(mapObj))
101
+ return self.execute("7bcd955a-b8d7-46f3-a44a-eaceae40ce3b",CreditNote.new(mapObj))
102
102
  end
103
103
 
104
104
 
@@ -37,9 +37,9 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'bdde0c57-34c9-48ce-b29d-1b63451a5a07' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/externalTrans", "create", [], []),
41
- 'c185377a-5a72-43ee-8c50-c066064bd05d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/externalTrans", "query", [], []),
42
- '4e518dba-9149-434e-ac4a-18eda859337e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/externalTrans/{id}", "read", [], []),
40
+ '471bdd29-dc49-4dde-b112-caf9ccaef279' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/externalTrans", "create", [], []),
41
+ '93b6e6ef-89c1-4464-934e-4652d757e3e7' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/externalTrans", "query", [], []),
42
+ 'e9c74db5-1f9a-45ae-8319-662bae5c5bcd' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/externalTrans/{id}", "read", [], []),
43
43
 
44
44
  }
45
45
 
@@ -66,7 +66,7 @@ module MasterCard
66
66
  #@param Dict mapObj, containing the required parameters to create a new object
67
67
  #@return [ExternalTrans] of the response of created instance.
68
68
  #@raise [APIException] an exception from the response status
69
- return self.execute("bdde0c57-34c9-48ce-b29d-1b63451a5a07", ExternalTrans.new(mapObj))
69
+ return self.execute("471bdd29-dc49-4dde-b112-caf9ccaef279", ExternalTrans.new(mapObj))
70
70
  end
71
71
 
72
72
 
@@ -88,7 +88,7 @@ module MasterCard
88
88
  #@raise [APIException] an exception from the response status
89
89
  #
90
90
 
91
- return self.execute("c185377a-5a72-43ee-8c50-c066064bd05d",ExternalTrans.new(criteria))
91
+ return self.execute("93b6e6ef-89c1-4464-934e-4652d757e3e7",ExternalTrans.new(criteria))
92
92
  end
93
93
 
94
94
 
@@ -116,7 +116,7 @@ module MasterCard
116
116
  end
117
117
  end
118
118
 
119
- return self.execute("4e518dba-9149-434e-ac4a-18eda859337e",ExternalTrans.new(mapObj))
119
+ return self.execute("e9c74db5-1f9a-45ae-8319-662bae5c5bcd",ExternalTrans.new(mapObj))
120
120
  end
121
121
 
122
122
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '7308af35-c69a-4412-82fb-c9dd2ca3ad96' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/forgottenPassword", "create", [], []),
40
+ '205c2a04-e2d2-409e-843d-0e4ecfdcedd0' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/forgottenPassword", "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 [ForgottenPassword] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("7308af35-c69a-4412-82fb-c9dd2ca3ad96", ForgottenPassword.new(mapObj))
67
+ return self.execute("205c2a04-e2d2-409e-843d-0e4ecfdcedd0", ForgottenPassword.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '66d66daf-88ab-4fa5-91db-f7238e65a087' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/form/{id}", "read", ["X-Auth-Token"], ["beneficiaryId","id2"]),
40
+ '67e82d0c-cc6b-4572-9b6a-3a109e1a35ec' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/form/{id}", "read", ["X-Auth-Token"], ["beneficiaryId","id2"]),
41
41
 
42
42
  }
43
43
 
@@ -81,7 +81,7 @@ module MasterCard
81
81
  end
82
82
  end
83
83
 
84
- return self.execute("66d66daf-88ab-4fa5-91db-f7238e65a087",Form.new(mapObj))
84
+ return self.execute("67e82d0c-cc6b-4572-9b6a-3a109e1a35ec",Form.new(mapObj))
85
85
  end
86
86
 
87
87
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'ae1f60df-9272-4a49-b2b1-4e2eebee2bf9' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/formSubmission", "create", ["X-Auth-Token"], []),
41
- 'c40c1e5b-4699-4f8d-b8f8-728840b4d840' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/formSubmission", "query", ["X-Auth-Token"], ["merchantId"]),
40
+ '3efd608a-0ffd-42f9-b863-1f1de3b32800' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/formSubmission", "create", ["X-Auth-Token"], []),
41
+ 'bb4eb9f0-74c4-4965-88d6-7d20c09c248f' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/formSubmission", "query", ["X-Auth-Token"], ["merchantId"]),
42
42
 
43
43
  }
44
44
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@param Dict mapObj, containing the required parameters to create a new object
66
66
  #@return [FormSubmission] of the response of created instance.
67
67
  #@raise [APIException] an exception from the response status
68
- return self.execute("ae1f60df-9272-4a49-b2b1-4e2eebee2bf9", FormSubmission.new(mapObj))
68
+ return self.execute("3efd608a-0ffd-42f9-b863-1f1de3b32800", FormSubmission.new(mapObj))
69
69
  end
70
70
 
71
71
 
@@ -87,7 +87,7 @@ module MasterCard
87
87
  #@raise [APIException] an exception from the response status
88
88
  #
89
89
 
90
- return self.execute("c40c1e5b-4699-4f8d-b8f8-728840b4d840",FormSubmission.new(criteria))
90
+ return self.execute("bb4eb9f0-74c4-4965-88d6-7d20c09c248f",FormSubmission.new(criteria))
91
91
  end
92
92
 
93
93
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '74966461-0f29-45ec-bde3-cb8d4c4d20c8' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/lightbox", "create", ["X-Auth-Token"], []),
41
- '0c4314eb-fa16-416c-9530-414ac2d16c88' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/lightbox/{id}", "read", [], []),
40
+ '1deb04c1-16fa-4089-a502-a365bce32e44' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/lightbox", "create", ["X-Auth-Token"], []),
41
+ 'f41750c2-35e7-4701-b904-f4ca263a4cc4' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/lightbox/{id}", "read", [], []),
42
42
 
43
43
  }
44
44
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@param Dict mapObj, containing the required parameters to create a new object
66
66
  #@return [Lightbox] of the response of created instance.
67
67
  #@raise [APIException] an exception from the response status
68
- return self.execute("74966461-0f29-45ec-bde3-cb8d4c4d20c8", Lightbox.new(mapObj))
68
+ return self.execute("1deb04c1-16fa-4089-a502-a365bce32e44", Lightbox.new(mapObj))
69
69
  end
70
70
 
71
71
 
@@ -98,7 +98,7 @@ module MasterCard
98
98
  end
99
99
  end
100
100
 
101
- return self.execute("0c4314eb-fa16-416c-9530-414ac2d16c88",Lightbox.new(mapObj))
101
+ return self.execute("f41750c2-35e7-4701-b904-f4ca263a4cc4",Lightbox.new(mapObj))
102
102
  end
103
103
 
104
104
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '8a5b716e-e1d2-4227-9b6a-685d216e392a' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/machine/{id}", "read", ["X-Auth-Token"], []),
40
+ '9b10c6fa-210d-4d6d-9f34-25ee7971d4e8' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/machine/{id}", "read", ["X-Auth-Token"], []),
41
41
 
42
42
  }
43
43
 
@@ -81,7 +81,7 @@ module MasterCard
81
81
  end
82
82
  end
83
83
 
84
- return self.execute("8a5b716e-e1d2-4227-9b6a-685d216e392a",Machine.new(mapObj))
84
+ return self.execute("9b10c6fa-210d-4d6d-9f34-25ee7971d4e8",Machine.new(mapObj))
85
85
  end
86
86
 
87
87
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'f7bd618b-81bb-4fa5-a83a-3e5d7f72302d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/menu/pat", "query", [], ["menuTypes","merchantName","siteName"]),
40
+ '9db65643-984f-4838-aa28-9e83815ec220' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/menu/pat", "query", [], ["menuTypes","merchantName","siteName"]),
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("f7bd618b-81bb-4fa5-a83a-3e5d7f72302d",Menu.new(criteria))
73
+ return self.execute("9db65643-984f-4838-aa28-9e83815ec220",Menu.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '4a49bdb1-d38f-4f11-9ecd-4361fcbae634' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/merchant", "query", [], ["latitude","longitude","queryString"]),
41
- '9e18502c-c214-4bfb-8bf9-c2e150568811' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/merchant/{id}", "read", [], []),
40
+ '32991ff5-8280-40ad-93ec-dc74c65297ec' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/merchant", "query", [], ["latitude","longitude","queryString"]),
41
+ '6541d4de-494b-42c7-b5f9-a13c123e3138' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/merchant/{id}", "read", [], []),
42
42
 
43
43
  }
44
44
 
@@ -71,7 +71,7 @@ module MasterCard
71
71
  #@raise [APIException] an exception from the response status
72
72
  #
73
73
 
74
- return self.execute("4a49bdb1-d38f-4f11-9ecd-4361fcbae634",Merchant.new(criteria))
74
+ return self.execute("32991ff5-8280-40ad-93ec-dc74c65297ec",Merchant.new(criteria))
75
75
  end
76
76
 
77
77
 
@@ -99,7 +99,7 @@ module MasterCard
99
99
  end
100
100
  end
101
101
 
102
- return self.execute("9e18502c-c214-4bfb-8bf9-c2e150568811",Merchant.new(mapObj))
102
+ return self.execute("6541d4de-494b-42c7-b5f9-a13c123e3138",Merchant.new(mapObj))
103
103
  end
104
104
 
105
105
 
@@ -37,10 +37,10 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '390e712e-71bb-40ae-87a2-075700c4fa4d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat", "create", [], []),
41
- '59cb2411-38f9-410a-a19f-cad44c435b2e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat/{id}", "delete", [], []),
42
- '035e004c-001d-49d8-9e97-5f75aa4266cb' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat/{id}", "read", [], []),
43
- '24e3ac94-e327-43a6-a448-9a75255e04cf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat/{id}", "update", [], []),
40
+ 'a17f2f25-dfd1-4143-a291-e7764587e1da' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat", "create", [], []),
41
+ 'd59065c2-d020-432c-872c-5c849b4fb2e4' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat/{id}", "delete", [], []),
42
+ '8650e567-9df9-4506-899a-d424c868d3c0' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat/{id}", "read", [], []),
43
+ 'e8b0dc97-2971-420a-bb51-74c45c82a67b' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/order/pat/{id}", "update", [], []),
44
44
 
45
45
  }
46
46
 
@@ -67,7 +67,7 @@ module MasterCard
67
67
  #@param Dict mapObj, containing the required parameters to create a new object
68
68
  #@return [Order] of the response of created instance.
69
69
  #@raise [APIException] an exception from the response status
70
- return self.execute("390e712e-71bb-40ae-87a2-075700c4fa4d", Order.new(mapObj))
70
+ return self.execute("a17f2f25-dfd1-4143-a291-e7764587e1da", Order.new(mapObj))
71
71
  end
72
72
 
73
73
 
@@ -100,7 +100,7 @@ module MasterCard
100
100
  end
101
101
  end
102
102
 
103
- return self.execute("59cb2411-38f9-410a-a19f-cad44c435b2e", mapObj)
103
+ return self.execute("d59065c2-d020-432c-872c-5c849b4fb2e4", mapObj)
104
104
  end
105
105
 
106
106
 
@@ -113,7 +113,7 @@ module MasterCard
113
113
  #@raise [APIException] an exception from the response status
114
114
  #
115
115
 
116
- return self.class.execute("59cb2411-38f9-410a-a19f-cad44c435b2e", self)
116
+ return self.class.execute("d59065c2-d020-432c-872c-5c849b4fb2e4", self)
117
117
  end
118
118
 
119
119
 
@@ -143,7 +143,7 @@ module MasterCard
143
143
  end
144
144
  end
145
145
 
146
- return self.execute("035e004c-001d-49d8-9e97-5f75aa4266cb",Order.new(mapObj))
146
+ return self.execute("8650e567-9df9-4506-899a-d424c868d3c0",Order.new(mapObj))
147
147
  end
148
148
 
149
149
 
@@ -156,7 +156,7 @@ module MasterCard
156
156
  #@return [Order] object representing the response.
157
157
  #@raise [APIException] an exception from the response status
158
158
  #
159
- return self.class.execute("24e3ac94-e327-43a6-a448-9a75255e04cf",self)
159
+ return self.class.execute("e8b0dc97-2971-420a-bb51-74c45c82a67b",self)
160
160
  end
161
161
 
162
162
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '1826f483-2fd5-4c9f-8026-baa109faad83' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderAhead/order", "create", ["X-Auth-Token"], []),
40
+ 'ee30725e-5371-49ef-b0eb-a4fbee4d9d1b' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderAhead/order", "create", ["X-Auth-Token"], []),
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 [OrderAhead] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("1826f483-2fd5-4c9f-8026-baa109faad83", OrderAhead.new(mapObj))
67
+ return self.execute("ee30725e-5371-49ef-b0eb-a4fbee4d9d1b", OrderAhead.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '20b5b193-989a-4232-97ed-db385711062b' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderAheadMenu/orderAhead", "query", [], ["menuTypes","merchantName","orderTime","siteName"]),
40
+ '3f94a2e8-f374-4b3d-afdc-c3d4c92dc238' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderAheadMenu/orderAhead", "query", [], ["menuTypes","merchantName","orderTime","siteName"]),
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("20b5b193-989a-4232-97ed-db385711062b",OrderAheadMenu.new(criteria))
73
+ return self.execute("3f94a2e8-f374-4b3d-afdc-c3d4c92dc238",OrderAheadMenu.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '3f567aef-029f-46be-a8af-79e218fdd328' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderCalendar/{id}", "read", ["X-Auth-Token"], ["endTime","id2","startTime"]),
40
+ 'b71ae411-5f14-447e-b25c-d64ee8262f8d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderCalendar/{id}", "read", ["X-Auth-Token"], ["endTime","id2","startTime"]),
41
41
 
42
42
  }
43
43
 
@@ -81,7 +81,7 @@ module MasterCard
81
81
  end
82
82
  end
83
83
 
84
- return self.execute("3f567aef-029f-46be-a8af-79e218fdd328",OrderCalendar.new(mapObj))
84
+ return self.execute("b71ae411-5f14-447e-b25c-d64ee8262f8d",OrderCalendar.new(mapObj))
85
85
  end
86
86
 
87
87
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '609c4945-4dcd-4a4a-a178-e92253174dcc' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderSlot/orderAhead", "query", [], ["merchantName","orderTime","orderType","shippingAddressId","siteName"]),
40
+ '31492a2e-2bfd-4abf-a0bf-609d3a5e7857' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderSlot/orderAhead", "query", [], ["merchantName","orderTime","orderType","shippingAddressId","siteName"]),
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("609c4945-4dcd-4a4a-a178-e92253174dcc",OrderSlot.new(criteria))
73
+ return self.execute("31492a2e-2bfd-4abf-a0bf-609d3a5e7857",OrderSlot.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'a266f4d8-7360-4757-abd8-25f00784e97a' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderTotal", "create", [], []),
40
+ 'c2e613be-44eb-49ab-8823-493f579746cf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/orderTotal", "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 [OrderTotal] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("a266f4d8-7360-4757-abd8-25f00784e97a", OrderTotal.new(mapObj))
67
+ return self.execute("c2e613be-44eb-49ab-8823-493f579746cf", OrderTotal.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '7bb6dd4e-cc6c-4b1e-9aa9-1d8d071c318d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posOrder", "create", ["X-Auth-Token"], []),
41
- '0be2e422-89f8-4863-8cae-4705e126dc40' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posOrder/{id}", "update", ["X-Auth-Token"], []),
40
+ 'ef3718e2-71ab-4cf7-af0a-c22e8770bb5e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posOrder", "create", ["X-Auth-Token"], []),
41
+ '9ea11b6a-8efa-4229-ac22-4026207b7893' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posOrder/{id}", "update", ["X-Auth-Token"], []),
42
42
 
43
43
  }
44
44
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@param Dict mapObj, containing the required parameters to create a new object
66
66
  #@return [PosOrder] of the response of created instance.
67
67
  #@raise [APIException] an exception from the response status
68
- return self.execute("7bb6dd4e-cc6c-4b1e-9aa9-1d8d071c318d", PosOrder.new(mapObj))
68
+ return self.execute("ef3718e2-71ab-4cf7-af0a-c22e8770bb5e", PosOrder.new(mapObj))
69
69
  end
70
70
 
71
71
 
@@ -82,7 +82,7 @@ module MasterCard
82
82
  #@return [PosOrder] object representing the response.
83
83
  #@raise [APIException] an exception from the response status
84
84
  #
85
- return self.class.execute("0be2e422-89f8-4863-8cae-4705e126dc40",self)
85
+ return self.class.execute("9ea11b6a-8efa-4229-ac22-4026207b7893",self)
86
86
  end
87
87
 
88
88
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '0b252161-f3a1-44b2-b47d-70da087a258a' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posPaymentNotification/pat", "create", ["X-Auth-Token"], []),
40
+ '2d6ceb2d-9c0b-4646-a296-02f52a493e18' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/posPaymentNotification/pat", "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 [PosPaymentNotification] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("0b252161-f3a1-44b2-b47d-70da087a258a", PosPaymentNotification.new(mapObj))
67
+ return self.execute("2d6ceb2d-9c0b-4646-a296-02f52a493e18", PosPaymentNotification.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '79c6ec65-6573-4d37-9e52-ad88b7ea38a9' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/prodGroup/{id}", "read", [], []),
40
+ '01d523f3-d23e-45d2-b86b-6ecab1abffc0' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/prodGroup/{id}", "read", [], []),
41
41
 
42
42
  }
43
43
 
@@ -81,7 +81,7 @@ module MasterCard
81
81
  end
82
82
  end
83
83
 
84
- return self.execute("79c6ec65-6573-4d37-9e52-ad88b7ea38a9",ProdGroup.new(mapObj))
84
+ return self.execute("01d523f3-d23e-45d2-b86b-6ecab1abffc0",ProdGroup.new(mapObj))
85
85
  end
86
86
 
87
87
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '6a5e4855-9152-4234-b6b7-80aaa3fc56be' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/refund", "create", [], []),
40
+ 'fa4cfc1b-3fdd-4600-8fea-f09d93f62a4d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/refund", "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 [Refund] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("6a5e4855-9152-4234-b6b7-80aaa3fc56be", Refund.new(mapObj))
67
+ return self.execute("fa4cfc1b-3fdd-4600-8fea-f09d93f62a4d", Refund.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '2653ef21-100b-4449-bae3-ca0ff1fba94e' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/resendOTP", "create", [], []),
40
+ '2c1671fc-57b1-42b8-816d-e598f7c22ead' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/resendOTP", "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 [ResendOTP] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("2653ef21-100b-4449-bae3-ca0ff1fba94e", ResendOTP.new(mapObj))
67
+ return self.execute("2c1671fc-57b1-42b8-816d-e598f7c22ead", ResendOTP.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 "qkr:1.1.0"
74
+ return "qkr:1.2.0"
75
75
  end
76
76
 
77
77
  def getJsonNative
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'de899493-c582-4439-ba10-5dac1da870f7' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/securityQuestion", "query", [], []),
40
+ 'b32a0c8e-e859-4ecf-b17e-9feadbedadaf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/securityQuestion", "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("de899493-c582-4439-ba10-5dac1da870f7",SecurityQuestion.new(criteria))
73
+ return self.execute("b32a0c8e-e859-4ecf-b17e-9feadbedadaf",SecurityQuestion.new(criteria))
74
74
  end
75
75
 
76
76
 
@@ -37,10 +37,10 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '57cb0b01-67c2-4466-bff4-b19b32ec03e5' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "create", ["X-Auth-Token"], []),
41
- '0d68bf31-b798-4875-8ad8-f2adbeaeabc6' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "query", ["X-Auth-Token"], ["from","to"]),
42
- '621034bc-d52e-48da-9045-d5b1284ef906' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "read", ["X-Auth-Token"], []),
43
- '5be8abce-c91a-4dc0-aa10-fd90445a4ba9' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "update", ["X-Auth-Token"], []),
40
+ '3d953406-5f43-472f-bfb3-f16414282632' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "create", ["X-Auth-Token"], []),
41
+ '3a5d8881-5d07-44d6-9e1b-64618fe77ce6' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans", "query", ["X-Auth-Token"], ["from","to"]),
42
+ '55772f36-b415-4cfa-8df2-fc174ef2847d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "read", ["X-Auth-Token"], []),
43
+ 'f784a6e5-3421-4a68-99ce-998c27e628bf' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/trans/{id}", "update", ["X-Auth-Token"], []),
44
44
 
45
45
  }
46
46
 
@@ -67,7 +67,7 @@ module MasterCard
67
67
  #@param Dict mapObj, containing the required parameters to create a new object
68
68
  #@return [Trans] of the response of created instance.
69
69
  #@raise [APIException] an exception from the response status
70
- return self.execute("57cb0b01-67c2-4466-bff4-b19b32ec03e5", Trans.new(mapObj))
70
+ return self.execute("3d953406-5f43-472f-bfb3-f16414282632", Trans.new(mapObj))
71
71
  end
72
72
 
73
73
 
@@ -89,7 +89,7 @@ module MasterCard
89
89
  #@raise [APIException] an exception from the response status
90
90
  #
91
91
 
92
- return self.execute("0d68bf31-b798-4875-8ad8-f2adbeaeabc6",Trans.new(criteria))
92
+ return self.execute("3a5d8881-5d07-44d6-9e1b-64618fe77ce6",Trans.new(criteria))
93
93
  end
94
94
 
95
95
 
@@ -117,7 +117,7 @@ module MasterCard
117
117
  end
118
118
  end
119
119
 
120
- return self.execute("621034bc-d52e-48da-9045-d5b1284ef906",Trans.new(mapObj))
120
+ return self.execute("55772f36-b415-4cfa-8df2-fc174ef2847d",Trans.new(mapObj))
121
121
  end
122
122
 
123
123
 
@@ -130,7 +130,7 @@ module MasterCard
130
130
  #@return [Trans] object representing the response.
131
131
  #@raise [APIException] an exception from the response status
132
132
  #
133
- return self.class.execute("5be8abce-c91a-4dc0-aa10-fd90445a4ba9",self)
133
+ return self.class.execute("f784a6e5-3421-4a68-99ce-998c27e628bf",self)
134
134
  end
135
135
 
136
136
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '27991b9b-e091-4076-9cf5-739c3026d68c' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/updatePassword", "update", ["X-Auth-Token"], []),
40
+ 'b0a96089-6dbb-449c-9909-b525af6119fe' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/updatePassword", "update", ["X-Auth-Token"], []),
41
41
 
42
42
  }
43
43
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@return [UpdatePassword] object representing the response.
66
66
  #@raise [APIException] an exception from the response status
67
67
  #
68
- return self.class.execute("27991b9b-e091-4076-9cf5-739c3026d68c",self)
68
+ return self.class.execute("b0a96089-6dbb-449c-9909-b525af6119fe",self)
69
69
  end
70
70
 
71
71
 
@@ -37,9 +37,10 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'cfd5975f-e9eb-49c8-ad38-d4f2c14fe10b' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "create", ["X-Auth-Token"], []),
41
- '7f9dc233-7377-4cb2-b3c4-c4c16302afa6' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "query", ["X-Auth-Token"], []),
42
- 'e9cb64ce-6f6e-44c6-b0a9-364ab3cfe895' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "update", ["X-Auth-Token"], []),
40
+ '4e346206-d561-4e89-aebf-6c6fd9055d8d' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "create", ["X-Auth-Token"], []),
41
+ '9cfeb45c-c49c-412b-96c3-691a4f361631' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "delete", ["X-Auth-Token"], []),
42
+ 'f7b535fc-a333-4a01-8775-57f297175908' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "query", ["X-Auth-Token"], []),
43
+ '198d190c-5c6b-4d85-bcf5-12e4eff72f87' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/user", "update", ["X-Auth-Token"], []),
43
44
 
44
45
  }
45
46
 
@@ -66,7 +67,7 @@ module MasterCard
66
67
  #@param Dict mapObj, containing the required parameters to create a new object
67
68
  #@return [User] of the response of created instance.
68
69
  #@raise [APIException] an exception from the response status
69
- return self.execute("cfd5975f-e9eb-49c8-ad38-d4f2c14fe10b", User.new(mapObj))
70
+ return self.execute("4e346206-d561-4e89-aebf-6c6fd9055d8d", User.new(mapObj))
70
71
  end
71
72
 
72
73
 
@@ -78,6 +79,49 @@ module MasterCard
78
79
 
79
80
 
80
81
 
82
+ def self.deleteById(id, map = nil)
83
+ #Delete object of type User by id
84
+
85
+ #@param [String] id
86
+ #@param [Dict] map, containing additional parameters
87
+ #@return [User] of the response of the deleted instance.
88
+ #@raise [APIException] an exception from the response status
89
+
90
+
91
+ mapObj = User.new
92
+ if !(id.nil? || id.to_s.empty?)
93
+ mapObj.set("id", id)
94
+ end
95
+ if !map.nil?
96
+ if map.instance_of? RequestMap
97
+ mapObj.setAll(map.getObject())
98
+ else
99
+ mapObj.setAll(map)
100
+ end
101
+ end
102
+
103
+ return self.execute("9cfeb45c-c49c-412b-96c3-691a4f361631", mapObj)
104
+ end
105
+
106
+
107
+ def delete
108
+ #
109
+ #Delete object of type User
110
+
111
+ #@param [String] id
112
+ #@return [User] of the response of the deleted instance.
113
+ #@raise [APIException] an exception from the response status
114
+ #
115
+
116
+ return self.class.execute("9cfeb45c-c49c-412b-96c3-691a4f361631", self)
117
+ end
118
+
119
+
120
+
121
+
122
+
123
+
124
+
81
125
 
82
126
 
83
127
  def self.query(criteria)
@@ -88,7 +132,7 @@ module MasterCard
88
132
  #@raise [APIException] an exception from the response status
89
133
  #
90
134
 
91
- return self.execute("7f9dc233-7377-4cb2-b3c4-c4c16302afa6",User.new(criteria))
135
+ return self.execute("f7b535fc-a333-4a01-8775-57f297175908",User.new(criteria))
92
136
  end
93
137
 
94
138
 
@@ -100,7 +144,7 @@ module MasterCard
100
144
  #@return [User] object representing the response.
101
145
  #@raise [APIException] an exception from the response status
102
146
  #
103
- return self.class.execute("e9cb64ce-6f6e-44c6-b0a9-364ab3cfe895",self)
147
+ return self.class.execute("198d190c-5c6b-4d85-bcf5-12e4eff72f87",self)
104
148
  end
105
149
 
106
150
 
@@ -37,7 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '0a9459cf-ab04-4dac-b7af-e2f92883a3a7' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage", "create", ["X-Auth-Token"], []),
40
+ '95c1cca6-9e82-418f-8a3e-603e51aabec5' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage", "create", [], []),
41
+ '8e9231ad-7200-4faa-81cd-6756cfe4f2df' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userImage/{id}", "delete", [], []),
41
42
 
42
43
  }
43
44
 
@@ -64,7 +65,7 @@ module MasterCard
64
65
  #@param Dict mapObj, containing the required parameters to create a new object
65
66
  #@return [UserImage] of the response of created instance.
66
67
  #@raise [APIException] an exception from the response status
67
- return self.execute("0a9459cf-ab04-4dac-b7af-e2f92883a3a7", UserImage.new(mapObj))
68
+ return self.execute("95c1cca6-9e82-418f-8a3e-603e51aabec5", UserImage.new(mapObj))
68
69
  end
69
70
 
70
71
 
@@ -73,6 +74,49 @@ module MasterCard
73
74
 
74
75
 
75
76
 
77
+
78
+
79
+
80
+ def self.deleteById(id, map = nil)
81
+ #Delete object of type UserImage by id
82
+
83
+ #@param [String] id
84
+ #@param [Dict] map, containing additional parameters
85
+ #@return [UserImage] of the response of the deleted instance.
86
+ #@raise [APIException] an exception from the response status
87
+
88
+
89
+ mapObj = UserImage.new
90
+ if !(id.nil? || id.to_s.empty?)
91
+ mapObj.set("id", id)
92
+ end
93
+ if !map.nil?
94
+ if map.instance_of? RequestMap
95
+ mapObj.setAll(map.getObject())
96
+ else
97
+ mapObj.setAll(map)
98
+ end
99
+ end
100
+
101
+ return self.execute("8e9231ad-7200-4faa-81cd-6756cfe4f2df", mapObj)
102
+ end
103
+
104
+
105
+ def delete
106
+ #
107
+ #Delete object of type UserImage
108
+
109
+ #@param [String] id
110
+ #@return [UserImage] of the response of the deleted instance.
111
+ #@raise [APIException] an exception from the response status
112
+ #
113
+
114
+ return self.class.execute("8e9231ad-7200-4faa-81cd-6756cfe4f2df", self)
115
+ end
116
+
117
+
118
+
119
+
76
120
  end
77
121
  end
78
122
  end
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '3d7652ce-9aa7-43a5-89b0-a3f2afc60da6' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userSession", "create", [], []),
40
+ 'bcc74cb8-bd39-4c16-81c2-023b1c5f64db' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/userSession", "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 [UserSession] of the response of created instance.
66
66
  #@raise [APIException] an exception from the response status
67
- return self.execute("3d7652ce-9aa7-43a5-89b0-a3f2afc60da6", UserSession.new(mapObj))
67
+ return self.execute("bcc74cb8-bd39-4c16-81c2-023b1c5f64db", UserSession.new(mapObj))
68
68
  end
69
69
 
70
70
 
@@ -37,8 +37,8 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- 'df667ae8-92a1-4f2f-bcd2-7651236a1fa9' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/vendingSession", "create", ["X-Auth-Token"], []),
41
- 'cd875fed-db35-46e5-8bba-45c9ae7b02cc' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/vendingSession/{id}", "delete", ["X-Auth-Token"], []),
40
+ 'a6c39bf5-8709-4184-8048-08b4898e97b1' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/vendingSession", "create", ["X-Auth-Token"], []),
41
+ 'c86cc2a5-9495-4bd2-b6ce-9f16c33f97bc' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/vendingSession/{id}", "delete", ["X-Auth-Token"], []),
42
42
 
43
43
  }
44
44
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@param Dict mapObj, containing the required parameters to create a new object
66
66
  #@return [VendingSession] of the response of created instance.
67
67
  #@raise [APIException] an exception from the response status
68
- return self.execute("df667ae8-92a1-4f2f-bcd2-7651236a1fa9", VendingSession.new(mapObj))
68
+ return self.execute("a6c39bf5-8709-4184-8048-08b4898e97b1", VendingSession.new(mapObj))
69
69
  end
70
70
 
71
71
 
@@ -98,7 +98,7 @@ module MasterCard
98
98
  end
99
99
  end
100
100
 
101
- return self.execute("cd875fed-db35-46e5-8bba-45c9ae7b02cc", mapObj)
101
+ return self.execute("c86cc2a5-9495-4bd2-b6ce-9f16c33f97bc", mapObj)
102
102
  end
103
103
 
104
104
 
@@ -111,7 +111,7 @@ module MasterCard
111
111
  #@raise [APIException] an exception from the response status
112
112
  #
113
113
 
114
- return self.class.execute("cd875fed-db35-46e5-8bba-45c9ae7b02cc", self)
114
+ return self.class.execute("c86cc2a5-9495-4bd2-b6ce-9f16c33f97bc", self)
115
115
  end
116
116
 
117
117
 
@@ -37,7 +37,7 @@ module MasterCard
37
37
  #
38
38
 
39
39
  @__store = {
40
- '19276d70-c9f2-42e5-af3e-5c442d14a0d3' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/verifyOTP", "update", [], []),
40
+ 'be769aa8-4199-46c7-9ef0-fce82e3dae94' => OperationConfig.new("/labs/proxy/qkr2/internal/api2/verifyOTP", "update", [], []),
41
41
 
42
42
  }
43
43
 
@@ -65,7 +65,7 @@ module MasterCard
65
65
  #@return [VerifyOTP] object representing the response.
66
66
  #@raise [APIException] an exception from the response status
67
67
  #
68
- return self.class.execute("19276d70-c9f2-42e5-af3e-5c442d14a0d3",self)
68
+ return self.class.execute("be769aa8-4199-46c7-9ef0-fce82e3dae94",self)
69
69
  end
70
70
 
71
71
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mastercard_qkr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MasterCard Worldwide
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-19 00:00:00.000000000 Z
11
+ date: 2018-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mastercard_api_core
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  requirements: []
110
110
  rubyforge_project:
111
- rubygems_version: 2.5.1
111
+ rubygems_version: 2.7.7
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: MasterCard Qkr SDK