card-management-sdk 1.0.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 (218) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -19
  3. data/lib/shell_card_management_ap_is/client.rb +2 -3
  4. data/lib/shell_card_management_ap_is/configuration.rb +15 -22
  5. data/lib/shell_card_management_ap_is/controllers/base_controller.rb +9 -9
  6. data/lib/shell_card_management_ap_is/controllers/card_controller.rb +434 -434
  7. data/lib/shell_card_management_ap_is/controllers/customer_controller.rb +261 -262
  8. data/lib/shell_card_management_ap_is/controllers/o_auth_authorization_controller.rb +11 -11
  9. data/lib/shell_card_management_ap_is/controllers/restriction_controller.rb +421 -291
  10. data/lib/shell_card_management_ap_is/exceptions/error_object_exception.rb +15 -15
  11. data/lib/shell_card_management_ap_is/exceptions/{error_user_access_error1_exception.rb → fleetmanagement_v1_customer_customer403_error_exception.rb} +17 -17
  12. data/lib/shell_card_management_ap_is/exceptions/{default_error_exception.rb → fleetmanagement_v1_customer_payers400_error_exception.rb} +20 -20
  13. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_customer_payers404_error_exception.rb +32 -0
  14. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser400_error_exception.rb +32 -0
  15. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser401_error_exception.rb +32 -0
  16. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser403_error_exception.rb +32 -0
  17. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser404_error_exception.rb +32 -0
  18. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v1_user_loggedinuser500_error_exception.rb +32 -0
  19. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v2_restriction_searchcard401_error_exception.rb +32 -0
  20. data/lib/shell_card_management_ap_is/exceptions/fleetmanagement_v2_restriction_searchcard500_error_exception.rb +32 -0
  21. data/lib/shell_card_management_ap_is/exceptions/o_auth_provider_exception.rb +15 -15
  22. data/lib/shell_card_management_ap_is/http/auth/bearer_token.rb +54 -10
  23. data/lib/shell_card_management_ap_is/models/account_access.rb +3 -8
  24. data/lib/shell_card_management_ap_is/models/account_request.rb +17 -26
  25. data/lib/shell_card_management_ap_is/models/account_response.rb +2 -6
  26. data/lib/shell_card_management_ap_is/models/account_response_accounts_items.rb +29 -53
  27. data/lib/shell_card_management_ap_is/models/account_restriction_request.rb +28 -10
  28. data/lib/shell_card_management_ap_is/models/account_restriction_response.rb +60 -11
  29. data/lib/shell_card_management_ap_is/models/account_velocity_limit.rb +11 -19
  30. data/lib/shell_card_management_ap_is/models/accounts.rb +1 -2
  31. data/lib/shell_card_management_ap_is/models/address.rb +4 -11
  32. data/lib/shell_card_management_ap_is/models/audit_request.rb +37 -33
  33. data/lib/shell_card_management_ap_is/models/audit_response.rb +2 -6
  34. data/lib/shell_card_management_ap_is/models/audit_response_audits_items.rb +50 -63
  35. data/lib/shell_card_management_ap_is/models/auto_renew_card_request.rb +2 -5
  36. data/lib/shell_card_management_ap_is/models/auto_renew_card_request_auto_renew_cards_items.rb +13 -5
  37. data/lib/shell_card_management_ap_is/models/auto_renew_card_response.rb +1 -3
  38. data/lib/shell_card_management_ap_is/models/auto_renew_card_response_data_items.rb +13 -3
  39. data/lib/shell_card_management_ap_is/models/bank_account.rb +5 -13
  40. data/lib/shell_card_management_ap_is/models/{search_account_limit_request_filters.rb → budle_details_request.rb} +29 -22
  41. data/lib/shell_card_management_ap_is/models/{create_bundle_response_data_items_cards_items.rb → bundle_card_restriction_status.rb} +4 -3
  42. data/lib/shell_card_management_ap_is/models/bundle_details_response.rb +181 -0
  43. data/lib/shell_card_management_ap_is/models/bundle_restriction.rb +86 -103
  44. data/lib/shell_card_management_ap_is/models/bundle_restriction_update.rb +185 -0
  45. data/lib/shell_card_management_ap_is/models/bundled_details_product_list.rb +116 -0
  46. data/lib/shell_card_management_ap_is/models/bundled_restrictions_list.rb +82 -0
  47. data/lib/shell_card_management_ap_is/models/cancel_card_request.rb +1 -3
  48. data/lib/shell_card_management_ap_is/models/cancel_card_response.rb +3 -6
  49. data/lib/shell_card_management_ap_is/models/card.rb +43 -51
  50. data/lib/shell_card_management_ap_is/models/card_block_schedule.rb +1 -2
  51. data/lib/shell_card_management_ap_is/models/{summary_of_bundle_response_data_items_card_bundles_items.rb → card_bundle.rb} +11 -18
  52. data/lib/shell_card_management_ap_is/models/card_contact.rb +222 -0
  53. data/lib/shell_card_management_ap_is/models/card_day_time_restrictions.rb +3 -9
  54. data/lib/shell_card_management_ap_is/models/card_delivery_address.rb +218 -0
  55. data/lib/shell_card_management_ap_is/models/card_delivery_contact.rb +7 -14
  56. data/lib/shell_card_management_ap_is/models/card_detail.rb +50 -61
  57. data/lib/shell_card_management_ap_is/models/card_details_request.rb +6 -14
  58. data/lib/shell_card_management_ap_is/models/card_details_response.rb +52 -89
  59. data/lib/shell_card_management_ap_is/models/card_details_response_card_block_schedules_items_all_of0.rb +1 -2
  60. data/lib/shell_card_management_ap_is/models/card_details_response_card_delivery_address.rb +6 -15
  61. data/lib/shell_card_management_ap_is/models/card_details_response_fuel_sets_items.rb +1 -2
  62. data/lib/shell_card_management_ap_is/models/card_details_response_non_fuel_sets_items.rb +1 -2
  63. data/lib/shell_card_management_ap_is/models/card_details_response_pin_delivery_address.rb +6 -15
  64. data/lib/shell_card_management_ap_is/models/card_group_request.rb +6 -12
  65. data/lib/shell_card_management_ap_is/models/card_group_response.rb +2 -6
  66. data/lib/shell_card_management_ap_is/models/card_group_response_card_groups_items.rb +10 -20
  67. data/lib/shell_card_management_ap_is/models/card_management_v1_cancel_request.rb +104 -0
  68. data/lib/shell_card_management_ap_is/models/card_management_v1_ordercard_request.rb +59 -0
  69. data/lib/shell_card_management_ap_is/models/card_management_v1_pinreminder_request.rb +130 -0
  70. data/lib/shell_card_management_ap_is/models/card_management_v1_updatestatus_request.rb +122 -0
  71. data/lib/shell_card_management_ap_is/models/card_move_request.rb +4 -9
  72. data/lib/shell_card_management_ap_is/models/card_move_request_cards_items.rb +1 -3
  73. data/lib/shell_card_management_ap_is/models/card_move_response.rb +2 -4
  74. data/lib/shell_card_management_ap_is/models/card_move_response_error_cards_items.rb +2 -5
  75. data/lib/shell_card_management_ap_is/models/card_move_response_successful_requests_items.rb +2 -5
  76. data/lib/shell_card_management_ap_is/models/{restriction_card_request.rb → card_restriction_req.rb} +42 -50
  77. data/lib/shell_card_management_ap_is/models/card_restriction_response.rb +96 -0
  78. data/lib/shell_card_management_ap_is/models/card_search_response.rb +2 -7
  79. data/lib/shell_card_management_ap_is/models/card_settings.rb +626 -0
  80. data/lib/shell_card_management_ap_is/models/card_summary_request.rb +3 -5
  81. data/lib/shell_card_management_ap_is/models/card_summary_response.rb +1 -3
  82. data/lib/shell_card_management_ap_is/models/card_type_request.rb +3 -7
  83. data/lib/shell_card_management_ap_is/models/card_type_response.rb +1 -3
  84. data/lib/shell_card_management_ap_is/models/card_type_response_customer_card_types_items.rb +15 -31
  85. data/lib/shell_card_management_ap_is/models/card_type_response_error.rb +1 -2
  86. data/lib/shell_card_management_ap_is/models/card_usage_restrictions.rb +5 -10
  87. data/lib/shell_card_management_ap_is/models/col_co_access.rb +2 -4
  88. data/lib/shell_card_management_ap_is/models/{location_restrictions_country_restrictions.rb → country_restriction.rb} +20 -21
  89. data/lib/shell_card_management_ap_is/models/create_bundle_request.rb +64 -62
  90. data/lib/shell_card_management_ap_is/models/create_bundle_response.rb +122 -47
  91. data/lib/shell_card_management_ap_is/models/create_card_group_request.rb +3 -9
  92. data/lib/shell_card_management_ap_is/models/create_card_group_request_cards_items.rb +1 -3
  93. data/lib/shell_card_management_ap_is/models/create_card_group_response.rb +2 -5
  94. data/lib/shell_card_management_ap_is/models/create_card_group_response_error_cards_items.rb +1 -3
  95. data/lib/shell_card_management_ap_is/models/create_card_group_response_successful_requests_items.rb +1 -3
  96. data/lib/shell_card_management_ap_is/models/create_card_response.rb +1 -2
  97. data/lib/shell_card_management_ap_is/models/customer_contract.rb +1 -2
  98. data/lib/shell_card_management_ap_is/models/customer_detail_request.rb +2 -5
  99. data/lib/shell_card_management_ap_is/models/customer_detail_response.rb +31 -45
  100. data/lib/shell_card_management_ap_is/models/day_time_restriction.rb +133 -0
  101. data/lib/shell_card_management_ap_is/models/day_time_restrictions.rb +52 -82
  102. data/lib/shell_card_management_ap_is/models/{summary_of_bundle_request.rb → default_error.rb} +10 -10
  103. data/lib/shell_card_management_ap_is/models/default_error_fault.rb +4 -5
  104. data/lib/shell_card_management_ap_is/models/delete_bundle_request.rb +14 -16
  105. data/lib/shell_card_management_ap_is/models/delete_bundle_response.rb +9 -10
  106. data/lib/shell_card_management_ap_is/models/delivery_address_update.rb +13 -11
  107. data/lib/shell_card_management_ap_is/models/delivery_address_update_references.rb +2 -5
  108. data/lib/shell_card_management_ap_is/models/delivery_address_update_references2.rb +98 -0
  109. data/lib/shell_card_management_ap_is/models/delivery_address_update_request.rb +3 -7
  110. data/lib/shell_card_management_ap_is/models/delivery_address_update_response.rb +5 -14
  111. data/lib/shell_card_management_ap_is/models/delivery_addresses.rb +7 -18
  112. data/lib/shell_card_management_ap_is/models/detail.rb +50 -0
  113. data/lib/shell_card_management_ap_is/models/eid_access.rb +1 -2
  114. data/lib/shell_card_management_ap_is/models/error_details.rb +1 -3
  115. data/lib/shell_card_management_ap_is/models/error_status.rb +1 -2
  116. data/lib/shell_card_management_ap_is/models/error_user_access_error.rb +1 -2
  117. data/lib/shell_card_management_ap_is/models/fault.rb +59 -0
  118. data/lib/shell_card_management_ap_is/models/filters.rb +702 -0
  119. data/lib/shell_card_management_ap_is/models/filters1.rb +579 -0
  120. data/lib/shell_card_management_ap_is/models/filters2.rb +200 -0
  121. data/lib/shell_card_management_ap_is/models/finance_currency.rb +1 -2
  122. data/lib/shell_card_management_ap_is/models/finance_currency2.rb +96 -0
  123. data/lib/shell_card_management_ap_is/models/{restriction_search_card_request.rb → fleetmanagement_v1_customer_payers400_error1.rb} +10 -10
  124. data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_customer_payers404_error1.rb +50 -0
  125. data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser400_error1.rb +50 -0
  126. data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser401_error1.rb +50 -0
  127. data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser404_error1.rb +50 -0
  128. data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser500_error1.rb +50 -0
  129. data/lib/shell_card_management_ap_is/models/fleetmanagement_v1_user_loggedinuser_request.rb +104 -0
  130. data/lib/shell_card_management_ap_is/models/fleetmanagement_v2_restriction_searchcard401_error1.rb +50 -0
  131. data/lib/shell_card_management_ap_is/models/fleetmanagement_v2_restriction_searchcard500_error1.rb +50 -0
  132. data/lib/shell_card_management_ap_is/models/generate_pin_key_response.rb +1 -2
  133. data/lib/shell_card_management_ap_is/models/invoice_distribution_method.rb +2 -4
  134. data/lib/shell_card_management_ap_is/models/{location_restrictions.rb → location_restriction.rb} +20 -35
  135. data/lib/shell_card_management_ap_is/models/logged_in_user_request.rb +2 -4
  136. data/lib/shell_card_management_ap_is/models/logged_in_user_response.rb +12 -25
  137. data/lib/shell_card_management_ap_is/models/{location_restrictions_network_restrictions_items.rb → network_restriction.rb} +18 -20
  138. data/lib/shell_card_management_ap_is/models/o_auth_token.rb +2 -6
  139. data/lib/shell_card_management_ap_is/models/order_card_enquiry.rb +48 -45
  140. data/lib/shell_card_management_ap_is/models/order_card_enquiry_req.rb +5 -12
  141. data/lib/shell_card_management_ap_is/models/order_card_enquiry_request.rb +3 -4
  142. data/lib/shell_card_management_ap_is/models/order_card_enquiry_response.rb +1 -3
  143. data/lib/shell_card_management_ap_is/models/order_card_response.rb +1 -3
  144. data/lib/shell_card_management_ap_is/models/{location_restrictions_partner_site_restrictions_items.rb → partner_site_restriction.rb} +10 -12
  145. data/lib/shell_card_management_ap_is/models/payer_access.rb +3 -8
  146. data/lib/shell_card_management_ap_is/models/payer_details.rb +55 -96
  147. data/lib/shell_card_management_ap_is/models/payer_request.rb +9 -12
  148. data/lib/shell_card_management_ap_is/models/payer_response.rb +2 -6
  149. data/lib/shell_card_management_ap_is/models/payers.rb +2 -5
  150. data/lib/shell_card_management_ap_is/models/pin_advice_types.rb +5 -6
  151. data/lib/shell_card_management_ap_is/models/pin_contact.rb +234 -0
  152. data/lib/shell_card_management_ap_is/models/pin_deliver_to.rb +161 -0
  153. data/lib/shell_card_management_ap_is/models/pin_delivery_address.rb +222 -0
  154. data/lib/shell_card_management_ap_is/models/pin_delivery_contact.rb +7 -14
  155. data/lib/shell_card_management_ap_is/models/pin_delivery_details.rb +4 -11
  156. data/lib/shell_card_management_ap_is/models/pin_reminder_card_details.rb +19 -17
  157. data/lib/shell_card_management_ap_is/models/pin_reminder_reference.rb +2 -5
  158. data/lib/shell_card_management_ap_is/models/pin_reminder_request.rb +2 -6
  159. data/lib/shell_card_management_ap_is/models/pin_reminder_response.rb +1 -3
  160. data/lib/shell_card_management_ap_is/models/product_all_of0.rb +1 -2
  161. data/lib/shell_card_management_ap_is/models/product_group.rb +2 -6
  162. data/lib/shell_card_management_ap_is/models/{product_restrictions.rb → product_restriction_card.rb} +9 -12
  163. data/lib/shell_card_management_ap_is/models/purchase_categories.rb +1 -4
  164. data/lib/shell_card_management_ap_is/models/purchase_category1_all_of0.rb +10 -15
  165. data/lib/shell_card_management_ap_is/models/purchase_category_request.rb +2 -5
  166. data/lib/shell_card_management_ap_is/models/purchase_category_response.rb +1 -2
  167. data/lib/shell_card_management_ap_is/models/replace_card_settings.rb +25 -40
  168. data/lib/shell_card_management_ap_is/models/restriction.rb +82 -0
  169. data/lib/shell_card_management_ap_is/models/{restriction_search_card_response_data_items.rb → restriction_card_list.rb} +284 -328
  170. data/lib/shell_card_management_ap_is/models/{restriction_card_request_cards_items.rb → restriction_cards_list.rb} +69 -82
  171. data/lib/shell_card_management_ap_is/models/restriction_product.rb +62 -0
  172. data/lib/shell_card_management_ap_is/models/{restriction_card_response_data_items.rb → restrictioncards_res.rb} +100 -114
  173. data/lib/shell_card_management_ap_is/models/role.rb +3 -6
  174. data/lib/shell_card_management_ap_is/models/schedule_card_block_cards_items.rb +42 -39
  175. data/lib/shell_card_management_ap_is/models/schedule_card_block_request.rb +1 -2
  176. data/lib/shell_card_management_ap_is/models/schedule_card_block_response.rb +1 -3
  177. data/lib/shell_card_management_ap_is/models/schedule_card_block_response_data_items.rb +1 -3
  178. data/lib/shell_card_management_ap_is/models/search_account_limit_request.rb +79 -10
  179. data/lib/shell_card_management_ap_is/models/search_account_limit_response.rb +74 -20
  180. data/lib/shell_card_management_ap_is/models/search_card.rb +13 -3
  181. data/lib/shell_card_management_ap_is/models/search_card_request.rb +4 -6
  182. data/lib/shell_card_management_ap_is/models/{restriction_search_card_request_filters_cards_items.rb → search_card_restriction.rb} +19 -16
  183. data/lib/shell_card_management_ap_is/models/{restriction_search_card_request_filters.rb → search_card_restriction_req.rb} +72 -71
  184. data/lib/shell_card_management_ap_is/models/search_card_restriction_res.rb +89 -0
  185. data/lib/shell_card_management_ap_is/models/search_product_restriction.rb +3 -4
  186. data/lib/shell_card_management_ap_is/models/search_request.rb +25 -47
  187. data/lib/shell_card_management_ap_is/models/{location_restrictions_shell_site_restrictions_items.rb → shell_site_restriction.rb} +10 -17
  188. data/lib/shell_card_management_ap_is/models/submitted_card.rb +24 -9
  189. data/lib/shell_card_management_ap_is/models/summary_request.rb +21 -39
  190. data/lib/shell_card_management_ap_is/models/summary_response.rb +5 -11
  191. data/lib/shell_card_management_ap_is/models/{summary_of_bundle_response_data_items.rb → summaryofbundle_response.rb} +36 -33
  192. data/lib/shell_card_management_ap_is/models/{summaryof_bundle.rb → summaryofbundler_request.rb} +43 -36
  193. data/lib/shell_card_management_ap_is/models/update_bundle_request.rb +65 -70
  194. data/lib/shell_card_management_ap_is/models/update_bundle_response.rb +75 -21
  195. data/lib/shell_card_management_ap_is/models/update_card.rb +31 -20
  196. data/lib/shell_card_management_ap_is/models/update_card_group_request.rb +9 -17
  197. data/lib/shell_card_management_ap_is/models/update_card_group_response.rb +3 -6
  198. data/lib/shell_card_management_ap_is/models/update_card_group_response_move_card_references_items.rb +1 -3
  199. data/lib/shell_card_management_ap_is/models/update_card_renewal_address.rb +5 -11
  200. data/lib/shell_card_management_ap_is/models/update_card_renewal_address2.rb +155 -0
  201. data/lib/shell_card_management_ap_is/models/update_card_status_request.rb +1 -3
  202. data/lib/shell_card_management_ap_is/models/update_card_status_response.rb +2 -5
  203. data/lib/shell_card_management_ap_is/models/update_m_pay_reg_status_request.rb +2 -5
  204. data/lib/shell_card_management_ap_is/models/update_m_pay_reg_status_request_m_pay_requests_items.rb +3 -5
  205. data/lib/shell_card_management_ap_is/models/update_m_pay_reg_status_response.rb +1 -2
  206. data/lib/shell_card_management_ap_is/models/usage_restriction.rb +1127 -0
  207. data/lib/shell_card_management_ap_is/models/{usage_restrictions.rb → usage_restrictions_card.rb} +74 -131
  208. data/lib/shell_card_management_ap_is/utilities/file_wrapper.rb +9 -9
  209. data/lib/shell_card_management_ap_is.rb +139 -95
  210. metadata +74 -38
  211. data/lib/shell_card_management_ap_is/models/create_bundle_request_restrictions.rb +0 -147
  212. data/lib/shell_card_management_ap_is/models/create_bundle_response_data_items.rb +0 -125
  213. data/lib/shell_card_management_ap_is/models/restriction_card_response.rb +0 -91
  214. data/lib/shell_card_management_ap_is/models/restriction_search_card_response.rb +0 -79
  215. data/lib/shell_card_management_ap_is/models/search_account_limit_response_data.rb +0 -106
  216. data/lib/shell_card_management_ap_is/models/search_card_response_restrictions.rb +0 -99
  217. data/lib/shell_card_management_ap_is/models/summary_of_bundle_response.rb +0 -79
  218. data/lib/shell_card_management_ap_is/models/url_enum.rb +0 -23
@@ -32,13 +32,13 @@ module ShellCardManagementApIs
32
32
  # to RFC 4122 standards) for requests and responses. This will be played
33
33
  # back in the response from the request.
34
34
  # @param [SearchCardRequest] body Optional parameter: requestbody
35
- # @return [CardSearchResponse] response from the API call
36
- def search_card(request_id,
37
- body: nil)
35
+ # @return [CardSearchResponse] response from the API call.
36
+ def searchcard(request_id,
37
+ body: nil)
38
38
  new_api_call_builder
39
39
  .request(new_request_builder(HttpMethodEnum::POST,
40
40
  '/card-management/v1/search',
41
- Server::DEFAULT)
41
+ Server::SHELL)
42
42
  .header_param(new_parameter(request_id, key: 'RequestId'))
43
43
  .header_param(new_parameter('application/json', key: 'Content-Type'))
44
44
  .body_param(new_parameter(body))
@@ -46,30 +46,30 @@ module ShellCardManagementApIs
46
46
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
47
47
  .auth(Single.new('BearerToken')))
48
48
  .response(new_response_handler
49
- .deserializer(APIHelper.method(:custom_type_deserializer))
50
- .deserialize_into(CardSearchResponse.method(:from_hash))
51
- .local_error('400',
52
- "The server cannot or will not process the request due to'\
53
- ' something that is perceived to be a client error (e.g.,'\
54
- ' malformed request syntax, invalid request message framing, or'\
55
- ' deceptive request routing).\n",
56
- ErrorObjectException)
57
- .local_error('401',
58
- "The request has not been applied because it lacks valid '\
59
- ' authentication credentials for the target resource.\n",
60
- ErrorObjectException)
61
- .local_error('403',
62
- 'Forbidden',
63
- ErrorObjectException)
64
- .local_error('404',
65
- "The origin server did not find a current representation for'\
66
- ' the target resource or is not willing to disclose that one'\
67
- ' exists.\n",
68
- ErrorObjectException)
69
- .local_error('500',
70
- "The server encountered an unexpected condition that prevented'\
71
- ' it from fulfilling the request.\n",
72
- ErrorObjectException))
49
+ .deserializer(APIHelper.method(:custom_type_deserializer))
50
+ .deserialize_into(CardSearchResponse.method(:from_hash))
51
+ .local_error('400',
52
+ 'The server cannot or will not process the request due to'\
53
+ ' something that is perceived to be a client error (e.g.,'\
54
+ ' malformed request syntax, invalid request message framing, or'\
55
+ ' deceptive request routing).',
56
+ ErrorObjectException)
57
+ .local_error('401',
58
+ 'The request has not been applied because it lacks valid '\
59
+ ' authentication credentials for the target resource.',
60
+ ErrorObjectException)
61
+ .local_error('403',
62
+ 'Forbidden',
63
+ ErrorObjectException)
64
+ .local_error('404',
65
+ 'The origin server did not find a current representation for'\
66
+ ' the target resource or is not willing to disclose that one'\
67
+ ' exists.',
68
+ ErrorObjectException)
69
+ .local_error('500',
70
+ 'The server encountered an unexpected condition that prevented'\
71
+ ' it from fulfilling the request.',
72
+ ErrorObjectException))
73
73
  .execute
74
74
  end
75
75
 
@@ -92,13 +92,13 @@ module ShellCardManagementApIs
92
92
  # back in the response from the request.
93
93
  # @param [CardSummaryRequest] body Optional parameter: summary request
94
94
  # body
95
- # @return [CardSummaryResponse] response from the API call
96
- def card_summary(request_id,
97
- body: nil)
95
+ # @return [CardSummaryResponse] response from the API call.
96
+ def cardsummary(request_id,
97
+ body: nil)
98
98
  new_api_call_builder
99
99
  .request(new_request_builder(HttpMethodEnum::POST,
100
100
  '/card-management/v1/summary',
101
- Server::DEFAULT)
101
+ Server::SHELL)
102
102
  .header_param(new_parameter(request_id, key: 'RequestId'))
103
103
  .header_param(new_parameter('application/json', key: 'Content-Type'))
104
104
  .body_param(new_parameter(body))
@@ -106,30 +106,30 @@ module ShellCardManagementApIs
106
106
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
107
107
  .auth(Single.new('BearerToken')))
108
108
  .response(new_response_handler
109
- .deserializer(APIHelper.method(:custom_type_deserializer))
110
- .deserialize_into(CardSummaryResponse.method(:from_hash))
111
- .local_error('400',
112
- "The server cannot or will not process the request due to'\
113
- ' something that is perceived to be a client error (e.g.,'\
114
- ' malformed request syntax, invalid request message framing, or'\
115
- ' deceptive request routing).\n",
116
- ErrorObjectException)
117
- .local_error('401',
118
- "The request has not been applied because it lacks valid '\
119
- ' authentication credentials for the target resource.\n",
120
- ErrorObjectException)
121
- .local_error('403',
122
- 'Forbidden',
123
- ErrorObjectException)
124
- .local_error('404',
125
- "The origin server did not find a current representation for'\
126
- ' the target resource or is not willing to disclose that one'\
127
- ' exists.\n",
128
- ErrorObjectException)
129
- .local_error('500',
130
- "The server encountered an unexpected condition that prevented'\
131
- ' it from fulfilling the request.\n",
132
- ErrorObjectException))
109
+ .deserializer(APIHelper.method(:custom_type_deserializer))
110
+ .deserialize_into(CardSummaryResponse.method(:from_hash))
111
+ .local_error('400',
112
+ 'The server cannot or will not process the request due to'\
113
+ ' something that is perceived to be a client error (e.g.,'\
114
+ ' malformed request syntax, invalid request message framing, or'\
115
+ ' deceptive request routing).',
116
+ ErrorObjectException)
117
+ .local_error('401',
118
+ 'The request has not been applied because it lacks valid '\
119
+ ' authentication credentials for the target resource.',
120
+ APIException)
121
+ .local_error('403',
122
+ 'Forbidden',
123
+ APIException)
124
+ .local_error('404',
125
+ 'The origin server did not find a current representation for'\
126
+ ' the target resource or is not willing to disclose that one'\
127
+ ' exists.',
128
+ APIException)
129
+ .local_error('500',
130
+ 'The server encountered an unexpected condition that prevented'\
131
+ ' it from fulfilling the request.',
132
+ ErrorObjectException))
133
133
  .execute
134
134
  end
135
135
 
@@ -169,15 +169,15 @@ module ShellCardManagementApIs
169
169
  # @param [String] request_id Required parameter: Mandatory UUID (according
170
170
  # to RFC 4122 standards) for requests and responses. This will be played
171
171
  # back in the response from the request.
172
- # @param [OrderCardRequest] body Optional parameter: Order card request
173
- # body
174
- # @return [OrderCardResponse] response from the API call
175
- def order_card(request_id,
176
- body: nil)
172
+ # @param [CardManagementV1OrdercardRequest] body Optional parameter: Order
173
+ # card request body
174
+ # @return [OrderCardResponse] response from the API call.
175
+ def cardordercard(request_id,
176
+ body: nil)
177
177
  new_api_call_builder
178
178
  .request(new_request_builder(HttpMethodEnum::POST,
179
179
  '/card-management/v1/ordercard',
180
- Server::DEFAULT)
180
+ Server::SHELL)
181
181
  .header_param(new_parameter(request_id, key: 'RequestId'))
182
182
  .header_param(new_parameter('application/json', key: 'Content-Type'))
183
183
  .body_param(new_parameter(body))
@@ -185,30 +185,30 @@ module ShellCardManagementApIs
185
185
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
186
186
  .auth(Single.new('BearerToken')))
187
187
  .response(new_response_handler
188
- .deserializer(APIHelper.method(:custom_type_deserializer))
189
- .deserialize_into(OrderCardResponse.method(:from_hash))
190
- .local_error('400',
191
- "The server cannot or will not process the request due to'\
192
- ' something that is perceived to be a client error (e.g.,'\
193
- ' malformed request syntax, invalid request message framing, or'\
194
- ' deceptive request routing).\n",
195
- ErrorObjectException)
196
- .local_error('401',
197
- "The request has not been applied because it lacks valid '\
198
- ' authentication credentials for the target resource.\n",
199
- ErrorObjectException)
200
- .local_error('403',
201
- 'Forbidden',
202
- ErrorObjectException)
203
- .local_error('404',
204
- "The origin server did not find a current representation for'\
205
- ' the target resource or is not willing to disclose that one'\
206
- ' exists.\n",
207
- ErrorObjectException)
208
- .local_error('500',
209
- "The server encountered an unexpected condition that prevented'\
210
- ' it from fulfilling the request.\n",
211
- ErrorObjectException))
188
+ .deserializer(APIHelper.method(:custom_type_deserializer))
189
+ .deserialize_into(OrderCardResponse.method(:from_hash))
190
+ .local_error('400',
191
+ 'The server cannot or will not process the request due to'\
192
+ ' something that is perceived to be a client error (e.g.,'\
193
+ ' malformed request syntax, invalid request message framing, or'\
194
+ ' deceptive request routing).',
195
+ APIException)
196
+ .local_error('401',
197
+ 'The request has not been applied because it lacks valid '\
198
+ ' authentication credentials for the target resource.',
199
+ APIException)
200
+ .local_error('403',
201
+ 'Forbidden',
202
+ APIException)
203
+ .local_error('404',
204
+ 'The origin server did not find a current representation for'\
205
+ ' the target resource or is not willing to disclose that one'\
206
+ ' exists.',
207
+ APIException)
208
+ .local_error('500',
209
+ 'The server encountered an unexpected condition that prevented'\
210
+ ' it from fulfilling the request.',
211
+ APIException))
212
212
  .execute
213
213
  end
214
214
 
@@ -227,13 +227,13 @@ module ShellCardManagementApIs
227
227
  # back in the response from the request.
228
228
  # @param [OrderCardEnquiryRequest] body Optional parameter: Order Card
229
229
  # Enquiry request body
230
- # @return [OrderCardEnquiryResponse] response from the API call
231
- def order_card_enquiry(request_id,
232
- body: nil)
230
+ # @return [OrderCardEnquiryResponse] response from the API call.
231
+ def cardordercardenquiry(request_id,
232
+ body: nil)
233
233
  new_api_call_builder
234
234
  .request(new_request_builder(HttpMethodEnum::POST,
235
235
  '/card-management/v1/ordercardenquiry',
236
- Server::DEFAULT)
236
+ Server::SHELL)
237
237
  .header_param(new_parameter(request_id, key: 'RequestId'))
238
238
  .header_param(new_parameter('application/json', key: 'Content-Type'))
239
239
  .body_param(new_parameter(body))
@@ -241,30 +241,30 @@ module ShellCardManagementApIs
241
241
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
242
242
  .auth(Single.new('BearerToken')))
243
243
  .response(new_response_handler
244
- .deserializer(APIHelper.method(:custom_type_deserializer))
245
- .deserialize_into(OrderCardEnquiryResponse.method(:from_hash))
246
- .local_error('400',
247
- "The server cannot or will not process the request due to'\
248
- ' something that is perceived to be a client error (e.g.,'\
249
- ' malformed request syntax, invalid request message framing, or'\
250
- ' deceptive request routing).\n",
251
- ErrorObjectException)
252
- .local_error('401',
253
- "The request has not been applied because it lacks valid '\
254
- ' authentication credentials for the target resource.\n",
255
- ErrorObjectException)
256
- .local_error('403',
257
- 'Forbidden',
258
- ErrorObjectException)
259
- .local_error('404',
260
- "The origin server did not find a current representation for'\
261
- ' the target resource or is not willing to disclose that one'\
262
- ' exists.\n",
263
- ErrorObjectException)
264
- .local_error('500',
265
- "The server encountered an unexpected condition that prevented'\
266
- ' it from fulfilling the request.\n",
267
- ErrorObjectException))
244
+ .deserializer(APIHelper.method(:custom_type_deserializer))
245
+ .deserialize_into(OrderCardEnquiryResponse.method(:from_hash))
246
+ .local_error('400',
247
+ 'The server cannot or will not process the request due to'\
248
+ ' something that is perceived to be a client error (e.g.,'\
249
+ ' malformed request syntax, invalid request message framing, or'\
250
+ ' deceptive request routing).',
251
+ APIException)
252
+ .local_error('401',
253
+ 'The request has not been applied because it lacks valid '\
254
+ ' authentication credentials for the target resource.',
255
+ APIException)
256
+ .local_error('403',
257
+ 'Forbidden',
258
+ APIException)
259
+ .local_error('404',
260
+ 'The origin server did not find a current representation for'\
261
+ ' the target resource or is not willing to disclose that one'\
262
+ ' exists.',
263
+ APIException)
264
+ .local_error('500',
265
+ 'The server encountered an unexpected condition that prevented'\
266
+ ' it from fulfilling the request.',
267
+ APIException))
268
268
  .execute
269
269
  end
270
270
 
@@ -314,15 +314,15 @@ module ShellCardManagementApIs
314
314
  # @param [String] request_id Required parameter: Mandatory UUID (according
315
315
  # to RFC 4122 standards) for requests and responses. This will be played
316
316
  # back in the response from the request.
317
- # @param [CancelCardRequest] body Optional parameter: Update status request
318
- # body
319
- # @return [CancelCardResponse] response from the API call
320
- def card_cancel(request_id,
321
- body: nil)
317
+ # @param [CardManagementV1CancelRequest] body Optional parameter: Update
318
+ # status request body
319
+ # @return [CancelCardResponse] response from the API call.
320
+ def cardcancel(request_id,
321
+ body: nil)
322
322
  new_api_call_builder
323
323
  .request(new_request_builder(HttpMethodEnum::POST,
324
324
  '/card-management/v1/cancel',
325
- Server::DEFAULT)
325
+ Server::SHELL)
326
326
  .header_param(new_parameter(request_id, key: 'RequestId'))
327
327
  .header_param(new_parameter('application/json', key: 'Content-Type'))
328
328
  .body_param(new_parameter(body))
@@ -330,30 +330,30 @@ module ShellCardManagementApIs
330
330
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
331
331
  .auth(Single.new('BearerToken')))
332
332
  .response(new_response_handler
333
- .deserializer(APIHelper.method(:custom_type_deserializer))
334
- .deserialize_into(CancelCardResponse.method(:from_hash))
335
- .local_error('400',
336
- "The server cannot or will not process the request due to'\
337
- ' something that is perceived to be a client error (e.g.,'\
338
- ' malformed request syntax, invalid request message framing, or'\
339
- ' deceptive request routing).\n",
340
- ErrorObjectException)
341
- .local_error('401',
342
- "The request has not been applied because it lacks valid '\
343
- ' authentication credentials for the target resource.\n",
344
- ErrorObjectException)
345
- .local_error('403',
346
- 'Forbidden',
347
- ErrorObjectException)
348
- .local_error('404',
349
- "The origin server did not find a current representation for'\
350
- ' the target resource or is not willing to disclose that one'\
351
- ' exists.\n",
352
- ErrorObjectException)
353
- .local_error('500',
354
- "The server encountered an unexpected condition that prevented'\
355
- ' it from fulfilling the request.\n",
356
- ErrorObjectException))
333
+ .deserializer(APIHelper.method(:custom_type_deserializer))
334
+ .deserialize_into(CancelCardResponse.method(:from_hash))
335
+ .local_error('400',
336
+ 'The server cannot or will not process the request due to'\
337
+ ' something that is perceived to be a client error (e.g.,'\
338
+ ' malformed request syntax, invalid request message framing, or'\
339
+ ' deceptive request routing).',
340
+ ErrorObjectException)
341
+ .local_error('401',
342
+ 'The request has not been applied because it lacks valid '\
343
+ ' authentication credentials for the target resource.',
344
+ APIException)
345
+ .local_error('403',
346
+ 'Forbidden',
347
+ APIException)
348
+ .local_error('404',
349
+ 'The origin server did not find a current representation for'\
350
+ ' the target resource or is not willing to disclose that one'\
351
+ ' exists.',
352
+ APIException)
353
+ .local_error('500',
354
+ 'The server encountered an unexpected condition that prevented'\
355
+ ' it from fulfilling the request.',
356
+ APIException))
357
357
  .execute
358
358
  end
359
359
 
@@ -427,15 +427,15 @@ module ShellCardManagementApIs
427
427
  # @param [String] request_id Required parameter: Mandatory UUID (according
428
428
  # to RFC 4122 standards) for requests and responses. This will be played
429
429
  # back in the response from the request.
430
- # @param [UpdateCardStatusRequest] body Optional parameter: Update status
431
- # request body
432
- # @return [UpdateCardStatusResponse] response from the API call
433
- def card_update_status(request_id,
434
- body: nil)
430
+ # @param [CardManagementV1UpdatestatusRequest] body Optional parameter:
431
+ # Update status request body
432
+ # @return [UpdateCardStatusResponse] response from the API call.
433
+ def cardupdatestatus(request_id,
434
+ body: nil)
435
435
  new_api_call_builder
436
436
  .request(new_request_builder(HttpMethodEnum::POST,
437
437
  '/card-management/v1/updatestatus',
438
- Server::DEFAULT)
438
+ Server::SHELL)
439
439
  .header_param(new_parameter(request_id, key: 'RequestId'))
440
440
  .header_param(new_parameter('application/json', key: 'Content-Type'))
441
441
  .body_param(new_parameter(body))
@@ -443,30 +443,30 @@ module ShellCardManagementApIs
443
443
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
444
444
  .auth(Single.new('BearerToken')))
445
445
  .response(new_response_handler
446
- .deserializer(APIHelper.method(:custom_type_deserializer))
447
- .deserialize_into(UpdateCardStatusResponse.method(:from_hash))
448
- .local_error('400',
449
- "The server cannot or will not process the request due to'\
450
- ' something that is perceived to be a client error (e.g.,'\
451
- ' malformed request syntax, invalid request message framing, or'\
452
- ' deceptive request routing).\n",
453
- ErrorObjectException)
454
- .local_error('401',
455
- "The request has not been applied because it lacks valid '\
456
- ' authentication credentials for the target resource.\n",
457
- ErrorObjectException)
458
- .local_error('403',
459
- 'Forbidden',
460
- ErrorObjectException)
461
- .local_error('404',
462
- "The origin server did not find a current representation for'\
463
- ' the target resource or is not willing to disclose that one'\
464
- ' exists.\n",
465
- ErrorObjectException)
466
- .local_error('500',
467
- "The server encountered an unexpected condition that prevented'\
468
- ' it from fulfilling the request.\n",
469
- ErrorObjectException))
446
+ .deserializer(APIHelper.method(:custom_type_deserializer))
447
+ .deserialize_into(UpdateCardStatusResponse.method(:from_hash))
448
+ .local_error('400',
449
+ 'The server cannot or will not process the request due to'\
450
+ ' something that is perceived to be a client error (e.g.,'\
451
+ ' malformed request syntax, invalid request message framing, or'\
452
+ ' deceptive request routing).',
453
+ APIException)
454
+ .local_error('401',
455
+ 'The request has not been applied because it lacks valid '\
456
+ ' authentication credentials for the target resource.',
457
+ APIException)
458
+ .local_error('403',
459
+ 'Forbidden',
460
+ APIException)
461
+ .local_error('404',
462
+ 'The origin server did not find a current representation for'\
463
+ ' the target resource or is not willing to disclose that one'\
464
+ ' exists.',
465
+ APIException)
466
+ .local_error('500',
467
+ 'The server encountered an unexpected condition that prevented'\
468
+ ' it from fulfilling the request.',
469
+ APIException))
470
470
  .execute
471
471
  end
472
472
 
@@ -483,47 +483,47 @@ module ShellCardManagementApIs
483
483
  # back in the response from the request.
484
484
  # @param [PurchaseCategoryRequest] body Optional parameter: PurchaseCategory
485
485
  # request body
486
- # @return [PurchaseCategoryResponse] response from the API call
486
+ # @return [PurchaseCategoryResponse] response from the API call.
487
487
  def purchase_category(apikey,
488
488
  request_id,
489
489
  body: nil)
490
490
  new_api_call_builder
491
491
  .request(new_request_builder(HttpMethodEnum::POST,
492
492
  '/fleetmanagement/v1/master/purchasecategory',
493
- Server::DEFAULT)
493
+ Server::SHELL)
494
494
  .header_param(new_parameter(apikey, key: 'apikey'))
495
495
  .header_param(new_parameter(request_id, key: 'RequestId'))
496
496
  .header_param(new_parameter('application/json', key: 'Content-Type'))
497
497
  .body_param(new_parameter(body))
498
498
  .header_param(new_parameter('application/json', key: 'accept'))
499
499
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
500
- .auth(Single.new('BasicAuth')))
500
+ .auth(Single.new('BearerToken')))
501
501
  .response(new_response_handler
502
- .deserializer(APIHelper.method(:custom_type_deserializer))
503
- .deserialize_into(PurchaseCategoryResponse.method(:from_hash))
504
- .local_error('400',
505
- "The server cannot or will not process the request due to'\
506
- ' something that is perceived to be a client\r\n error (e.g.,'\
507
- ' malformed request syntax, invalid \r\n request message framing,'\
508
- ' or deceptive request routing).",
509
- DefaultErrorException)
510
- .local_error('401',
511
- "The request has not been applied because it lacks valid '\
512
- ' authentication credentials for the target resource.\r\n",
513
- DefaultErrorException)
514
- .local_error('403',
515
- "The server understood the request but refuses to authorize it.'\
516
- '\r\n",
517
- ErrorUserAccessError1Exception)
518
- .local_error('404',
519
- "The origin server did not find a current representation for'\
520
- ' the target resource or is not willing to disclose that one'\
521
- ' exists.\r\n",
522
- DefaultErrorException)
523
- .local_error('500',
524
- "The server encountered an unexpected condition the prevented it'\
525
- ' from fulfilling the request.\r\n",
526
- DefaultErrorException))
502
+ .deserializer(APIHelper.method(:custom_type_deserializer))
503
+ .deserialize_into(PurchaseCategoryResponse.method(:from_hash))
504
+ .local_error('400',
505
+ "The server cannot or will not process the request due to'\
506
+ ' something that is perceived to be a client\r\n error (e.g.,'\
507
+ ' malformed request syntax, invalid \r\n request message'\
508
+ ' framing, or deceptive request routing).",
509
+ APIException)
510
+ .local_error('401',
511
+ 'The request has not been applied because it lacks valid '\
512
+ ' authentication credentials for the target resource.',
513
+ APIException)
514
+ .local_error('403',
515
+ 'The server understood the request but refuses to authorize it'\
516
+ '.',
517
+ APIException)
518
+ .local_error('404',
519
+ 'The origin server did not find a current representation for'\
520
+ ' the target resource or is not willing to disclose that one'\
521
+ ' exists.',
522
+ APIException)
523
+ .local_error('500',
524
+ 'The server encountered an unexpected condition the prevented'\
525
+ ' it from fulfilling the request.',
526
+ APIException))
527
527
  .execute
528
528
  end
529
529
 
@@ -541,47 +541,47 @@ module ShellCardManagementApIs
541
541
  # back in the response from the request.
542
542
  # @param [CardDetailsRequest] body Optional parameter: Card details request
543
543
  # body
544
- # @return [CardDetailsResponse] response from the API call
545
- def card_details(apikey,
546
- request_id,
547
- body: nil)
544
+ # @return [CardDetailsResponse] response from the API call.
545
+ def carddetails(apikey,
546
+ request_id,
547
+ body: nil)
548
548
  new_api_call_builder
549
549
  .request(new_request_builder(HttpMethodEnum::POST,
550
550
  '/fleetmanagement/v1/card/card',
551
- Server::DEFAULT)
551
+ Server::SHELL)
552
552
  .header_param(new_parameter(apikey, key: 'apikey'))
553
553
  .header_param(new_parameter(request_id, key: 'RequestId'))
554
554
  .header_param(new_parameter('application/json', key: 'Content-Type'))
555
555
  .body_param(new_parameter(body))
556
556
  .header_param(new_parameter('application/json', key: 'accept'))
557
557
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
558
- .auth(Single.new('BasicAuth')))
558
+ .auth(Single.new('BearerToken')))
559
559
  .response(new_response_handler
560
- .deserializer(APIHelper.method(:custom_type_deserializer))
561
- .deserialize_into(CardDetailsResponse.method(:from_hash))
562
- .local_error('400',
563
- "The server cannot or will not process the request due to'\
564
- ' something that is perceived to be a client\r\n error (e.g.,'\
565
- ' malformed request syntax, invalid \r\n request message framing,'\
566
- ' or deceptive request routing).",
567
- DefaultErrorException)
568
- .local_error('401',
569
- "The request has not been applied because it lacks valid '\
570
- ' authentication credentials for the target resource.\r\n",
571
- DefaultErrorException)
572
- .local_error('403',
573
- "The server understood the request but refuses to authorize it.'\
574
- '\r\n",
575
- ErrorUserAccessError1Exception)
576
- .local_error('404',
577
- "The origin server did not find a current representation for'\
578
- ' the target resource or is not willing to disclose that one'\
579
- ' exists.\r\n",
580
- DefaultErrorException)
581
- .local_error('500',
582
- "The server encountered an unexpected condition the prevented it'\
583
- ' from fulfilling the request.\r\n",
584
- DefaultErrorException))
560
+ .deserializer(APIHelper.method(:custom_type_deserializer))
561
+ .deserialize_into(CardDetailsResponse.method(:from_hash))
562
+ .local_error('400',
563
+ "The server cannot or will not process the request due to'\
564
+ ' something that is perceived to be a client\r\n error (e.g.,'\
565
+ ' malformed request syntax, invalid \r\n request message'\
566
+ ' framing, or deceptive request routing).",
567
+ APIException)
568
+ .local_error('401',
569
+ 'The request has not been applied because it lacks valid '\
570
+ ' authentication credentials for the target resource.',
571
+ APIException)
572
+ .local_error('403',
573
+ 'The server understood the request but refuses to authorize it'\
574
+ '.',
575
+ APIException)
576
+ .local_error('404',
577
+ 'The origin server did not find a current representation for'\
578
+ ' the target resource or is not willing to disclose that one'\
579
+ ' exists.',
580
+ APIException)
581
+ .local_error('500',
582
+ 'The server encountered an unexpected condition the prevented'\
583
+ ' it from fulfilling the request.',
584
+ APIException))
585
585
  .execute
586
586
  end
587
587
 
@@ -619,47 +619,47 @@ module ShellCardManagementApIs
619
619
  # back in the response from the request.
620
620
  # @param [CardMoveRequest] body Optional parameter: Move cards request
621
621
  # body.
622
- # @return [CardMoveResponse] response from the API call
622
+ # @return [CardMoveResponse] response from the API call.
623
623
  def card_move(apikey,
624
624
  request_id,
625
625
  body: nil)
626
626
  new_api_call_builder
627
627
  .request(new_request_builder(HttpMethodEnum::POST,
628
628
  '/fleetmanagement/v1/card/move',
629
- Server::DEFAULT)
629
+ Server::SHELL)
630
630
  .header_param(new_parameter(apikey, key: 'apikey'))
631
631
  .header_param(new_parameter(request_id, key: 'RequestId'))
632
632
  .header_param(new_parameter('application/json', key: 'Content-Type'))
633
633
  .body_param(new_parameter(body))
634
634
  .header_param(new_parameter('application/json', key: 'accept'))
635
635
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
636
- .auth(Single.new('BasicAuth')))
636
+ .auth(Single.new('BearerToken')))
637
637
  .response(new_response_handler
638
- .deserializer(APIHelper.method(:custom_type_deserializer))
639
- .deserialize_into(CardMoveResponse.method(:from_hash))
640
- .local_error('400',
641
- "The server cannot or will not process the request due to'\
642
- ' something that is perceived to be a client\r\n error (e.g.,'\
643
- ' malformed request syntax, invalid \r\n request message framing,'\
644
- ' or deceptive request routing).",
645
- DefaultErrorException)
646
- .local_error('401',
647
- "The request has not been applied because it lacks valid '\
648
- ' authentication credentials for the target resource.\r\n",
649
- DefaultErrorException)
650
- .local_error('403',
651
- "The server understood the request but refuses to authorize it.'\
652
- '\r\n",
653
- ErrorUserAccessError1Exception)
654
- .local_error('404',
655
- "The origin server did not find a current representation for'\
656
- ' the target resource or is not willing to disclose that one'\
657
- ' exists.\r\n",
658
- DefaultErrorException)
659
- .local_error('500',
660
- "The server encountered an unexpected condition the prevented it'\
661
- ' from fulfilling the request.\r\n",
662
- DefaultErrorException))
638
+ .deserializer(APIHelper.method(:custom_type_deserializer))
639
+ .deserialize_into(CardMoveResponse.method(:from_hash))
640
+ .local_error('400',
641
+ "The server cannot or will not process the request due to'\
642
+ ' something that is perceived to be a client\r\n error (e.g.,'\
643
+ ' malformed request syntax, invalid \r\n request message'\
644
+ ' framing, or deceptive request routing).",
645
+ APIException)
646
+ .local_error('401',
647
+ 'The request has not been applied because it lacks valid '\
648
+ ' authentication credentials for the target resource.',
649
+ APIException)
650
+ .local_error('403',
651
+ 'The server understood the request but refuses to authorize it'\
652
+ '.',
653
+ APIException)
654
+ .local_error('404',
655
+ 'The origin server did not find a current representation for'\
656
+ ' the target resource or is not willing to disclose that one'\
657
+ ' exists.',
658
+ APIException)
659
+ .local_error('500',
660
+ 'The server encountered an unexpected condition the prevented'\
661
+ ' it from fulfilling the request.',
662
+ APIException))
663
663
  .execute
664
664
  end
665
665
 
@@ -692,15 +692,15 @@ module ShellCardManagementApIs
692
692
  # @param [String] request_id Required parameter: Mandatory UUID (according
693
693
  # to RFC 4122 standards) for requests and responses. This will be played
694
694
  # back in the response from the request.
695
- # @param [PINReminderRequest] body Optional parameter: PIN reminder request
696
- # body
697
- # @return [PINReminderResponse] response from the API call
698
- def card_pin_reminder(request_id,
699
- body: nil)
695
+ # @param [CardManagementV1PinreminderRequest] body Optional parameter: PIN
696
+ # reminder request body
697
+ # @return [PINReminderResponse] response from the API call.
698
+ def cardpinreminder(request_id,
699
+ body: nil)
700
700
  new_api_call_builder
701
701
  .request(new_request_builder(HttpMethodEnum::POST,
702
702
  '/card-management/v1/pinreminder',
703
- Server::DEFAULT)
703
+ Server::SHELL)
704
704
  .header_param(new_parameter(request_id, key: 'RequestId'))
705
705
  .header_param(new_parameter('application/json', key: 'Content-Type'))
706
706
  .body_param(new_parameter(body))
@@ -708,30 +708,30 @@ module ShellCardManagementApIs
708
708
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
709
709
  .auth(Single.new('BearerToken')))
710
710
  .response(new_response_handler
711
- .deserializer(APIHelper.method(:custom_type_deserializer))
712
- .deserialize_into(PINReminderResponse.method(:from_hash))
713
- .local_error('400',
714
- "The server cannot or will not process the request due to'\
715
- ' something that is perceived to be a client error (e.g.,'\
716
- ' malformed request syntax, invalid request message framing, or'\
717
- ' deceptive request routing).\r\n",
718
- ErrorObjectException)
719
- .local_error('401',
720
- "The request has not been applied because it lacks valid '\
721
- ' authentication credentials for the target resource.\r\n",
722
- ErrorObjectException)
723
- .local_error('403',
724
- 'Forbidden',
725
- ErrorObjectException)
726
- .local_error('404',
727
- "The origin server did not find a current representation for'\
728
- ' the target resource or is not willing to disclose that one'\
729
- ' exists.\r\n",
730
- ErrorObjectException)
731
- .local_error('500',
732
- "The server encountered an unexpected condition that prevented'\
733
- ' it from fulfilling the request.\r\n",
734
- ErrorObjectException))
711
+ .deserializer(APIHelper.method(:custom_type_deserializer))
712
+ .deserialize_into(PINReminderResponse.method(:from_hash))
713
+ .local_error('400',
714
+ 'The server cannot or will not process the request due to'\
715
+ ' something that is perceived to be a client error (e.g.,'\
716
+ ' malformed request syntax, invalid request message framing, or'\
717
+ ' deceptive request routing).',
718
+ ErrorObjectException)
719
+ .local_error('401',
720
+ 'The request has not been applied because it lacks valid '\
721
+ ' authentication credentials for the target resource.',
722
+ ErrorObjectException)
723
+ .local_error('403',
724
+ 'Forbidden',
725
+ ErrorObjectException)
726
+ .local_error('404',
727
+ 'The origin server did not find a current representation for'\
728
+ ' the target resource or is not willing to disclose that one'\
729
+ ' exists.',
730
+ ErrorObjectException)
731
+ .local_error('500',
732
+ 'The server encountered an unexpected condition that prevented'\
733
+ ' it from fulfilling the request.',
734
+ ErrorObjectException))
735
735
  .execute
736
736
  end
737
737
 
@@ -781,13 +781,13 @@ module ShellCardManagementApIs
781
781
  # to RFC 4122 standards) for requests and responses. This will be played
782
782
  # back in the response from the request.
783
783
  # @param [ScheduleCardBlockRequest] body Optional parameter: request body
784
- # @return [ScheduleCardBlockResponse] response from the API call
784
+ # @return [ScheduleCardBlockResponse] response from the API call.
785
785
  def schedule_card_block(request_id,
786
786
  body: nil)
787
787
  new_api_call_builder
788
788
  .request(new_request_builder(HttpMethodEnum::POST,
789
789
  '/card-management/v1/schedulecardblock',
790
- Server::DEFAULT)
790
+ Server::SHELL)
791
791
  .header_param(new_parameter(request_id, key: 'RequestId'))
792
792
  .header_param(new_parameter('application/json', key: 'Content-Type'))
793
793
  .body_param(new_parameter(body))
@@ -795,30 +795,30 @@ module ShellCardManagementApIs
795
795
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
796
796
  .auth(Single.new('BearerToken')))
797
797
  .response(new_response_handler
798
- .deserializer(APIHelper.method(:custom_type_deserializer))
799
- .deserialize_into(ScheduleCardBlockResponse.method(:from_hash))
800
- .local_error('400',
801
- "The server cannot or will not process the request due to'\
802
- ' something that is perceived to be a client error (e.g.,'\
803
- ' malformed request syntax, invalid request message framing, or'\
804
- ' deceptive request routing).\n",
805
- ErrorObjectException)
806
- .local_error('401',
807
- "The request has not been applied because it lacks valid '\
808
- ' authentication credentials for the target resource.\n",
809
- ErrorObjectException)
810
- .local_error('403',
811
- 'Forbidden',
812
- ErrorObjectException)
813
- .local_error('404',
814
- "The origin server did not find a current representation for'\
815
- ' the target resource or is not willing to disclose that one'\
816
- ' exists.\n",
817
- ErrorObjectException)
818
- .local_error('500',
819
- "The server encountered an unexpected condition that prevented'\
820
- ' it from fulfilling the request.\n",
821
- ErrorObjectException))
798
+ .deserializer(APIHelper.method(:custom_type_deserializer))
799
+ .deserialize_into(ScheduleCardBlockResponse.method(:from_hash))
800
+ .local_error('400',
801
+ 'The server cannot or will not process the request due to'\
802
+ ' something that is perceived to be a client error (e.g.,'\
803
+ ' malformed request syntax, invalid request message framing, or'\
804
+ ' deceptive request routing).',
805
+ APIException)
806
+ .local_error('401',
807
+ 'The request has not been applied because it lacks valid '\
808
+ ' authentication credentials for the target resource.',
809
+ APIException)
810
+ .local_error('403',
811
+ 'Forbidden',
812
+ APIException)
813
+ .local_error('404',
814
+ 'The origin server did not find a current representation for'\
815
+ ' the target resource or is not willing to disclose that one'\
816
+ ' exists.',
817
+ APIException)
818
+ .local_error('500',
819
+ 'The server encountered an unexpected condition that prevented'\
820
+ ' it from fulfilling the request.',
821
+ APIException))
822
822
  .execute
823
823
  end
824
824
 
@@ -848,13 +848,13 @@ module ShellCardManagementApIs
848
848
  # back in the response from the request.
849
849
  # @param [AutoRenewCardRequest] body Optional parameter: Auto renew request
850
850
  # body
851
- # @return [AutoRenewCardResponse] response from the API call
852
- def auto_renew(request_id,
853
- body: nil)
851
+ # @return [AutoRenewCardResponse] response from the API call.
852
+ def autorenew(request_id,
853
+ body: nil)
854
854
  new_api_call_builder
855
855
  .request(new_request_builder(HttpMethodEnum::POST,
856
856
  '/card-management/v1/autorenew',
857
- Server::DEFAULT)
857
+ Server::SHELL)
858
858
  .header_param(new_parameter(request_id, key: 'RequestId'))
859
859
  .header_param(new_parameter('application/json', key: 'Content-Type'))
860
860
  .body_param(new_parameter(body))
@@ -862,52 +862,52 @@ module ShellCardManagementApIs
862
862
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
863
863
  .auth(Single.new('BearerToken')))
864
864
  .response(new_response_handler
865
- .deserializer(APIHelper.method(:custom_type_deserializer))
866
- .deserialize_into(AutoRenewCardResponse.method(:from_hash))
867
- .local_error('400',
868
- "The server cannot or will not process the request due to'\
869
- ' something that is perceived to be a client error (e.g.,'\
870
- ' malformed request syntax, invalid request message framing, or'\
871
- ' deceptive request routing).\n",
872
- ErrorObjectException)
873
- .local_error('401',
874
- "The request has not been applied because it lacks valid '\
875
- ' authentication credentials for the target resource.\n",
876
- ErrorObjectException)
877
- .local_error('403',
878
- 'Forbidden',
879
- ErrorObjectException)
880
- .local_error('404',
881
- "The origin server did not find a current representation for'\
882
- ' the target resource or is not willing to disclose that one'\
883
- ' exists.\n",
884
- ErrorObjectException)
885
- .local_error('500',
886
- "The server encountered an unexpected condition that prevented'\
887
- ' it from fulfilling the request.\n",
888
- ErrorObjectException))
865
+ .deserializer(APIHelper.method(:custom_type_deserializer))
866
+ .deserialize_into(AutoRenewCardResponse.method(:from_hash))
867
+ .local_error('400',
868
+ 'The server cannot or will not process the request due to'\
869
+ ' something that is perceived to be a client error (e.g.,'\
870
+ ' malformed request syntax, invalid request message framing, or'\
871
+ ' deceptive request routing).',
872
+ APIException)
873
+ .local_error('401',
874
+ 'The request has not been applied because it lacks valid '\
875
+ ' authentication credentials for the target resource.',
876
+ APIException)
877
+ .local_error('403',
878
+ 'Forbidden',
879
+ APIException)
880
+ .local_error('404',
881
+ 'The origin server did not find a current representation for'\
882
+ ' the target resource or is not willing to disclose that one'\
883
+ ' exists.',
884
+ APIException)
885
+ .local_error('500',
886
+ 'The server encountered an unexpected condition that prevented'\
887
+ ' it from fulfilling the request.',
888
+ APIException))
889
889
  .execute
890
890
  end
891
891
 
892
892
  # This operation allows update the approval status of Mobile Payment
893
893
  # Registration requests requiring for Fleet Manager approval.
894
894
  # If the approval status is:
895
- # * “Approved” then the request status will be changed to Pending for
895
+ # * “Approved” then the request status will be changed to Pending for
896
896
  # processing.
897
- # * “Rejected” then status will be updated to “CI” (Failed) with appropriate
898
- # error message.
897
+ # * “Rejected” then status will be updated to “CI” (Failed) with
898
+ # appropriate error message.
899
899
  # @param [String] request_id Required parameter: Mandatory UUID (according
900
900
  # to RFC 4122 standards) for requests and responses. This will be played
901
901
  # back in the response from the request.
902
902
  # @param [UpdateMPayRegStatusRequest] body Optional parameter: Request
903
903
  # body
904
- # @return [UpdateMPayRegStatusResponse] response from the API call
905
- def update_mobile_payment_registration_status(request_id,
906
- body: nil)
904
+ # @return [UpdateMPayRegStatusResponse] response from the API call.
905
+ def updatemobilepaymentregistrationstatus(request_id,
906
+ body: nil)
907
907
  new_api_call_builder
908
908
  .request(new_request_builder(HttpMethodEnum::POST,
909
909
  '/card-management/v1/updatemobilepaymentregistrationstatus',
910
- Server::DEFAULT)
910
+ Server::SHELL)
911
911
  .header_param(new_parameter(request_id, key: 'RequestId'))
912
912
  .header_param(new_parameter('application/json', key: 'Content-Type'))
913
913
  .body_param(new_parameter(body))
@@ -915,30 +915,30 @@ module ShellCardManagementApIs
915
915
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
916
916
  .auth(Single.new('BearerToken')))
917
917
  .response(new_response_handler
918
- .deserializer(APIHelper.method(:custom_type_deserializer))
919
- .deserialize_into(UpdateMPayRegStatusResponse.method(:from_hash))
920
- .local_error('400',
921
- "The server cannot or will not process the request due to'\
922
- ' something that is perceived to be a client error (e.g.,'\
923
- ' malformed request syntax, invalid request message framing, or'\
924
- ' deceptive request routing).\n",
925
- ErrorObjectException)
926
- .local_error('401',
927
- "The request has not been applied because it lacks valid '\
928
- ' authentication credentials for the target resource.\n",
929
- ErrorObjectException)
930
- .local_error('403',
931
- 'Forbidden',
932
- ErrorObjectException)
933
- .local_error('404',
934
- "The origin server did not find a current representation for'\
935
- ' the target resource or is not willing to disclose that one'\
936
- ' exists.\n",
937
- ErrorObjectException)
938
- .local_error('500',
939
- "The server encountered an unexpected condition that prevented'\
940
- ' it from fulfilling the request.\n",
941
- ErrorObjectException))
918
+ .deserializer(APIHelper.method(:custom_type_deserializer))
919
+ .deserialize_into(UpdateMPayRegStatusResponse.method(:from_hash))
920
+ .local_error('400',
921
+ 'The server cannot or will not process the request due to'\
922
+ ' something that is perceived to be a client error (e.g.,'\
923
+ ' malformed request syntax, invalid request message framing, or'\
924
+ ' deceptive request routing).',
925
+ ErrorObjectException)
926
+ .local_error('401',
927
+ 'The request has not been applied because it lacks valid '\
928
+ ' authentication credentials for the target resource.',
929
+ APIException)
930
+ .local_error('403',
931
+ 'Forbidden',
932
+ APIException)
933
+ .local_error('404',
934
+ 'The origin server did not find a current representation for'\
935
+ ' the target resource or is not willing to disclose that one'\
936
+ ' exists.',
937
+ APIException)
938
+ .local_error('500',
939
+ 'The server encountered an unexpected condition that prevented'\
940
+ ' it from fulfilling the request.',
941
+ APIException))
942
942
  .execute
943
943
  end
944
944
 
@@ -953,43 +953,43 @@ module ShellCardManagementApIs
953
953
  # true. If the parameter is true then public Key will be valid for 90 days.
954
954
  # If the parameter is false then the key will be valid for one time. default
955
955
  # value will be false.
956
- # @return [GeneratePINKeyResponse] response from the API call
957
- def get_key(request_id,
958
- fleet: nil)
956
+ # @return [GeneratePINKeyResponse] response from the API call.
957
+ def getkey(request_id,
958
+ fleet: nil)
959
959
  new_api_call_builder
960
960
  .request(new_request_builder(HttpMethodEnum::GET,
961
961
  '/pin-management/v1/generatepinkeys',
962
- Server::DEFAULT)
962
+ Server::SHELL)
963
963
  .header_param(new_parameter(request_id, key: 'RequestId'))
964
964
  .query_param(new_parameter(fleet, key: 'fleet'))
965
965
  .header_param(new_parameter('application/json', key: 'accept'))
966
966
  .auth(Single.new('BearerToken')))
967
967
  .response(new_response_handler
968
- .deserializer(APIHelper.method(:custom_type_deserializer))
969
- .deserialize_into(GeneratePINKeyResponse.method(:from_hash))
970
- .local_error('400',
971
- "The server cannot or will not process the request due to'\
972
- ' something that is perceived to be a client\r\n error (e.g.,'\
973
- ' malformed request syntax, invalid \r\n request message framing,'\
974
- ' or deceptive request routing).",
975
- DefaultErrorException)
976
- .local_error('401',
977
- "The request has not been applied because it lacks valid '\
978
- ' authentication credentials for the target resource.\r\n",
979
- DefaultErrorException)
980
- .local_error('403',
981
- "The server understood the request but refuses to authorize it.'\
982
- '\r\n",
983
- ErrorUserAccessError1Exception)
984
- .local_error('404',
985
- "The origin server did not find a current representation for'\
986
- ' the target resource or is not willing to disclose that one'\
987
- ' exists.\r\n",
988
- DefaultErrorException)
989
- .local_error('500',
990
- "The server encountered an unexpected condition the prevented it'\
991
- ' from fulfilling the request.\r\n",
992
- DefaultErrorException))
968
+ .deserializer(APIHelper.method(:custom_type_deserializer))
969
+ .deserialize_into(GeneratePINKeyResponse.method(:from_hash))
970
+ .local_error('400',
971
+ "The server cannot or will not process the request due to'\
972
+ ' something that is perceived to be a client\r\n error (e.g.,'\
973
+ ' malformed request syntax, invalid \r\n request message'\
974
+ ' framing, or deceptive request routing).",
975
+ APIException)
976
+ .local_error('401',
977
+ 'The request has not been applied because it lacks valid '\
978
+ ' authentication credentials for the target resource.',
979
+ APIException)
980
+ .local_error('403',
981
+ 'The server understood the request but refuses to authorize it'\
982
+ '.',
983
+ APIException)
984
+ .local_error('404',
985
+ 'The origin server did not find a current representation for'\
986
+ ' the target resource or is not willing to disclose that one'\
987
+ ' exists.',
988
+ APIException)
989
+ .local_error('500',
990
+ 'The server encountered an unexpected condition the prevented'\
991
+ ' it from fulfilling the request.',
992
+ APIException))
993
993
  .execute
994
994
  end
995
995
 
@@ -1002,13 +1002,13 @@ module ShellCardManagementApIs
1002
1002
  # specific environment which needs to be passed by the client.
1003
1003
  # @param [DeliveryAddressUpdateRequest] body Optional parameter: Delivery
1004
1004
  # Address Update Request Body
1005
- # @return [DeliveryAddressUpdateResponse] response from the API call
1006
- def delivery_address_update(apikey,
1007
- body: nil)
1005
+ # @return [DeliveryAddressUpdateResponse] response from the API call.
1006
+ def deliveryaddressupdate(apikey,
1007
+ body: nil)
1008
1008
  new_api_call_builder
1009
1009
  .request(new_request_builder(HttpMethodEnum::POST,
1010
1010
  '/fleetmanagement/v1/card/deliveryaddressupdate',
1011
- Server::DEFAULT)
1011
+ Server::SHELL)
1012
1012
  .header_param(new_parameter(apikey, key: 'apikey'))
1013
1013
  .header_param(new_parameter('application/json', key: 'Content-Type'))
1014
1014
  .body_param(new_parameter(body))
@@ -1016,31 +1016,31 @@ module ShellCardManagementApIs
1016
1016
  .body_serializer(proc do |param| param.to_json unless param.nil? end)
1017
1017
  .auth(Single.new('BasicAuth')))
1018
1018
  .response(new_response_handler
1019
- .deserializer(APIHelper.method(:custom_type_deserializer))
1020
- .deserialize_into(DeliveryAddressUpdateResponse.method(:from_hash))
1021
- .local_error('400',
1022
- "The server cannot or will not process the request due to'\
1023
- ' something that is perceived to be a client\r\n error (e.g.,'\
1024
- ' malformed request syntax, invalid \r\n request message framing,'\
1025
- ' or deceptive request routing).",
1026
- DefaultErrorException)
1027
- .local_error('401',
1028
- "The request has not been applied because it lacks valid '\
1029
- ' authentication credentials for the target resource.\r\n",
1030
- DefaultErrorException)
1031
- .local_error('403',
1032
- "The server understood the request but refuses to authorize it.'\
1033
- '\r\n",
1034
- ErrorUserAccessError1Exception)
1035
- .local_error('404',
1036
- "The origin server did not find a current representation for'\
1037
- ' the target resource or is not willing to disclose that one'\
1038
- ' exists.\r\n",
1039
- DefaultErrorException)
1040
- .local_error('500',
1041
- "The server encountered an unexpected condition the prevented it'\
1042
- ' from fulfilling the request.\r\n",
1043
- DefaultErrorException))
1019
+ .deserializer(APIHelper.method(:custom_type_deserializer))
1020
+ .deserialize_into(DeliveryAddressUpdateResponse.method(:from_hash))
1021
+ .local_error('400',
1022
+ "The server cannot or will not process the request due to'\
1023
+ ' something that is perceived to be a client\r\n error (e.g.,'\
1024
+ ' malformed request syntax, invalid \r\n request message'\
1025
+ ' framing, or deceptive request routing).",
1026
+ APIException)
1027
+ .local_error('401',
1028
+ 'The request has not been applied because it lacks valid '\
1029
+ ' authentication credentials for the target resource.',
1030
+ APIException)
1031
+ .local_error('403',
1032
+ 'The server understood the request but refuses to authorize it'\
1033
+ '.',
1034
+ APIException)
1035
+ .local_error('404',
1036
+ 'The origin server did not find a current representation for'\
1037
+ ' the target resource or is not willing to disclose that one'\
1038
+ ' exists.',
1039
+ APIException)
1040
+ .local_error('500',
1041
+ 'The server encountered an unexpected condition the prevented'\
1042
+ ' it from fulfilling the request.',
1043
+ APIException))
1044
1044
  .execute
1045
1045
  end
1046
1046
  end