line-bot-api 2.7.0 → 2.8.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 (312) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/line/bot/v2/channel_access_token/api/channel_access_token_client.rb +15 -15
  4. data/lib/line/bot/v2/channel_access_token/model/channel_access_token_key_ids_response.rb +2 -2
  5. data/lib/line/bot/v2/channel_access_token/model/error_response.rb +2 -2
  6. data/lib/line/bot/v2/channel_access_token/model/issue_channel_access_token_response.rb +2 -2
  7. data/lib/line/bot/v2/channel_access_token/model/issue_short_lived_channel_access_token_response.rb +2 -2
  8. data/lib/line/bot/v2/channel_access_token/model/issue_stateless_channel_access_token_response.rb +2 -2
  9. data/lib/line/bot/v2/channel_access_token/model/verify_channel_access_token_response.rb +2 -2
  10. data/lib/line/bot/v2/insight/api/insight_client.rb +10 -10
  11. data/lib/line/bot/v2/insight/model/age_tile.rb +2 -2
  12. data/lib/line/bot/v2/insight/model/app_type_tile.rb +2 -2
  13. data/lib/line/bot/v2/insight/model/area_tile.rb +2 -2
  14. data/lib/line/bot/v2/insight/model/error_detail.rb +2 -2
  15. data/lib/line/bot/v2/insight/model/error_response.rb +3 -3
  16. data/lib/line/bot/v2/insight/model/gender_tile.rb +2 -2
  17. data/lib/line/bot/v2/insight/model/get_friends_demographics_response.rb +7 -7
  18. data/lib/line/bot/v2/insight/model/get_message_event_response.rb +5 -5
  19. data/lib/line/bot/v2/insight/model/get_message_event_response_click.rb +2 -2
  20. data/lib/line/bot/v2/insight/model/get_message_event_response_message.rb +2 -2
  21. data/lib/line/bot/v2/insight/model/get_message_event_response_overview.rb +2 -2
  22. data/lib/line/bot/v2/insight/model/get_number_of_followers_response.rb +2 -2
  23. data/lib/line/bot/v2/insight/model/get_number_of_message_deliveries_response.rb +2 -2
  24. data/lib/line/bot/v2/insight/model/get_statistics_per_unit_response.rb +5 -5
  25. data/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_click.rb +2 -2
  26. data/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_message.rb +2 -2
  27. data/lib/line/bot/v2/insight/model/get_statistics_per_unit_response_overview.rb +2 -2
  28. data/lib/line/bot/v2/insight/model/subscription_period_tile.rb +2 -2
  29. data/lib/line/bot/v2/liff/api/liff_client.rb +6 -6
  30. data/lib/line/bot/v2/liff/model/add_liff_app_request.rb +4 -4
  31. data/lib/line/bot/v2/liff/model/add_liff_app_response.rb +2 -2
  32. data/lib/line/bot/v2/liff/model/get_all_liff_apps_response.rb +3 -3
  33. data/lib/line/bot/v2/liff/model/liff_app.rb +4 -4
  34. data/lib/line/bot/v2/liff/model/liff_features.rb +2 -2
  35. data/lib/line/bot/v2/liff/model/liff_view.rb +2 -2
  36. data/lib/line/bot/v2/liff/model/update_liff_app_request.rb +4 -4
  37. data/lib/line/bot/v2/liff/model/update_liff_view.rb +2 -2
  38. data/lib/line/bot/v2/manage_audience/api/manage_audience_blob_client.rb +3 -3
  39. data/lib/line/bot/v2/manage_audience/api/manage_audience_client.rb +19 -19
  40. data/lib/line/bot/v2/manage_audience/model/adaccount.rb +2 -2
  41. data/lib/line/bot/v2/manage_audience/model/add_audience_to_audience_group_request.rb +3 -3
  42. data/lib/line/bot/v2/manage_audience/model/audience.rb +2 -2
  43. data/lib/line/bot/v2/manage_audience/model/audience_group.rb +2 -2
  44. data/lib/line/bot/v2/manage_audience/model/audience_group_job.rb +2 -2
  45. data/lib/line/bot/v2/manage_audience/model/create_audience_group_request.rb +3 -3
  46. data/lib/line/bot/v2/manage_audience/model/create_audience_group_response.rb +2 -2
  47. data/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_request.rb +2 -2
  48. data/lib/line/bot/v2/manage_audience/model/create_click_based_audience_group_response.rb +2 -2
  49. data/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_request.rb +2 -2
  50. data/lib/line/bot/v2/manage_audience/model/create_imp_based_audience_group_response.rb +2 -2
  51. data/lib/line/bot/v2/manage_audience/model/detailed_owner.rb +2 -2
  52. data/lib/line/bot/v2/manage_audience/model/error_detail.rb +2 -2
  53. data/lib/line/bot/v2/manage_audience/model/error_response.rb +3 -3
  54. data/lib/line/bot/v2/manage_audience/model/get_audience_data_response.rb +5 -5
  55. data/lib/line/bot/v2/manage_audience/model/get_audience_groups_response.rb +3 -3
  56. data/lib/line/bot/v2/manage_audience/model/get_shared_audience_data_response.rb +5 -5
  57. data/lib/line/bot/v2/manage_audience/model/get_shared_audience_groups_response.rb +3 -3
  58. data/lib/line/bot/v2/manage_audience/model/update_audience_group_description_request.rb +2 -2
  59. data/lib/line/bot/v2/messaging_api/api/messaging_api_blob_client.rb +10 -10
  60. data/lib/line/bot/v2/messaging_api/api/messaging_api_client.rb +147 -147
  61. data/lib/line/bot/v2/messaging_api/model/acquisition_condition_request.rb +3 -3
  62. data/lib/line/bot/v2/messaging_api/model/acquisition_condition_response.rb +3 -3
  63. data/lib/line/bot/v2/messaging_api/model/action.rb +3 -3
  64. data/lib/line/bot/v2/messaging_api/model/age_demographic_filter.rb +2 -2
  65. data/lib/line/bot/v2/messaging_api/model/all_mention_target.rb +2 -2
  66. data/lib/line/bot/v2/messaging_api/model/alt_uri.rb +2 -2
  67. data/lib/line/bot/v2/messaging_api/model/app_type_demographic_filter.rb +2 -2
  68. data/lib/line/bot/v2/messaging_api/model/area_demographic_filter.rb +2 -2
  69. data/lib/line/bot/v2/messaging_api/model/audience_recipient.rb +2 -2
  70. data/lib/line/bot/v2/messaging_api/model/audio_message.rb +4 -4
  71. data/lib/line/bot/v2/messaging_api/model/bot_info_response.rb +2 -2
  72. data/lib/line/bot/v2/messaging_api/model/broadcast_request.rb +3 -3
  73. data/lib/line/bot/v2/messaging_api/model/buttons_template.rb +4 -4
  74. data/lib/line/bot/v2/messaging_api/model/camera_action.rb +2 -2
  75. data/lib/line/bot/v2/messaging_api/model/camera_roll_action.rb +2 -2
  76. data/lib/line/bot/v2/messaging_api/model/carousel_column.rb +4 -4
  77. data/lib/line/bot/v2/messaging_api/model/carousel_template.rb +3 -3
  78. data/lib/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_request.rb +2 -2
  79. data/lib/line/bot/v2/messaging_api/model/cash_back_fixed_price_info_response.rb +2 -2
  80. data/lib/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_request.rb +2 -2
  81. data/lib/line/bot/v2/messaging_api/model/cash_back_percentage_price_info_response.rb +2 -2
  82. data/lib/line/bot/v2/messaging_api/model/cash_back_price_info_request.rb +3 -3
  83. data/lib/line/bot/v2/messaging_api/model/cash_back_price_info_response.rb +3 -3
  84. data/lib/line/bot/v2/messaging_api/model/chat_reference.rb +2 -2
  85. data/lib/line/bot/v2/messaging_api/model/clipboard_action.rb +2 -2
  86. data/lib/line/bot/v2/messaging_api/model/clipboard_imagemap_action.rb +3 -3
  87. data/lib/line/bot/v2/messaging_api/model/confirm_template.rb +3 -3
  88. data/lib/line/bot/v2/messaging_api/model/coupon_cash_back_reward_request.rb +3 -3
  89. data/lib/line/bot/v2/messaging_api/model/coupon_cash_back_reward_response.rb +3 -3
  90. data/lib/line/bot/v2/messaging_api/model/coupon_create_request.rb +4 -4
  91. data/lib/line/bot/v2/messaging_api/model/coupon_create_response.rb +2 -2
  92. data/lib/line/bot/v2/messaging_api/model/coupon_discount_reward_request.rb +3 -3
  93. data/lib/line/bot/v2/messaging_api/model/coupon_discount_reward_response.rb +3 -3
  94. data/lib/line/bot/v2/messaging_api/model/coupon_free_reward_request.rb +2 -2
  95. data/lib/line/bot/v2/messaging_api/model/coupon_free_reward_response.rb +2 -2
  96. data/lib/line/bot/v2/messaging_api/model/coupon_gift_reward_request.rb +2 -2
  97. data/lib/line/bot/v2/messaging_api/model/coupon_gift_reward_response.rb +2 -2
  98. data/lib/line/bot/v2/messaging_api/model/coupon_list_response.rb +2 -2
  99. data/lib/line/bot/v2/messaging_api/model/coupon_message.rb +4 -4
  100. data/lib/line/bot/v2/messaging_api/model/coupon_others_reward_request.rb +2 -2
  101. data/lib/line/bot/v2/messaging_api/model/coupon_others_reward_response.rb +2 -2
  102. data/lib/line/bot/v2/messaging_api/model/coupon_response.rb +4 -4
  103. data/lib/line/bot/v2/messaging_api/model/coupon_reward_request.rb +3 -3
  104. data/lib/line/bot/v2/messaging_api/model/coupon_reward_response.rb +3 -3
  105. data/lib/line/bot/v2/messaging_api/model/create_rich_menu_alias_request.rb +2 -2
  106. data/lib/line/bot/v2/messaging_api/model/datetime_picker_action.rb +2 -2
  107. data/lib/line/bot/v2/messaging_api/model/demographic_filter.rb +3 -3
  108. data/lib/line/bot/v2/messaging_api/model/discount_explicit_price_info_request.rb +2 -2
  109. data/lib/line/bot/v2/messaging_api/model/discount_explicit_price_info_response.rb +2 -2
  110. data/lib/line/bot/v2/messaging_api/model/discount_fixed_price_info_request.rb +2 -2
  111. data/lib/line/bot/v2/messaging_api/model/discount_fixed_price_info_response.rb +2 -2
  112. data/lib/line/bot/v2/messaging_api/model/discount_percentage_price_info_request.rb +2 -2
  113. data/lib/line/bot/v2/messaging_api/model/discount_percentage_price_info_response.rb +2 -2
  114. data/lib/line/bot/v2/messaging_api/model/discount_price_info_request.rb +3 -3
  115. data/lib/line/bot/v2/messaging_api/model/discount_price_info_response.rb +3 -3
  116. data/lib/line/bot/v2/messaging_api/model/emoji.rb +2 -2
  117. data/lib/line/bot/v2/messaging_api/model/emoji_substitution_object.rb +2 -2
  118. data/lib/line/bot/v2/messaging_api/model/error_detail.rb +2 -2
  119. data/lib/line/bot/v2/messaging_api/model/error_response.rb +4 -4
  120. data/lib/line/bot/v2/messaging_api/model/filter.rb +3 -3
  121. data/lib/line/bot/v2/messaging_api/model/flex_block_style.rb +2 -2
  122. data/lib/line/bot/v2/messaging_api/model/flex_box.rb +5 -5
  123. data/lib/line/bot/v2/messaging_api/model/flex_box_background.rb +3 -3
  124. data/lib/line/bot/v2/messaging_api/model/flex_box_linear_gradient.rb +2 -2
  125. data/lib/line/bot/v2/messaging_api/model/flex_bubble.rb +8 -8
  126. data/lib/line/bot/v2/messaging_api/model/flex_bubble_styles.rb +6 -6
  127. data/lib/line/bot/v2/messaging_api/model/flex_button.rb +3 -3
  128. data/lib/line/bot/v2/messaging_api/model/flex_carousel.rb +3 -3
  129. data/lib/line/bot/v2/messaging_api/model/flex_component.rb +3 -3
  130. data/lib/line/bot/v2/messaging_api/model/flex_container.rb +3 -3
  131. data/lib/line/bot/v2/messaging_api/model/flex_filler.rb +2 -2
  132. data/lib/line/bot/v2/messaging_api/model/flex_icon.rb +2 -2
  133. data/lib/line/bot/v2/messaging_api/model/flex_image.rb +3 -3
  134. data/lib/line/bot/v2/messaging_api/model/flex_message.rb +5 -5
  135. data/lib/line/bot/v2/messaging_api/model/flex_separator.rb +2 -2
  136. data/lib/line/bot/v2/messaging_api/model/flex_span.rb +2 -2
  137. data/lib/line/bot/v2/messaging_api/model/flex_text.rb +4 -4
  138. data/lib/line/bot/v2/messaging_api/model/flex_video.rb +4 -4
  139. data/lib/line/bot/v2/messaging_api/model/gender_demographic_filter.rb +2 -2
  140. data/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_name_list_response.rb +2 -2
  141. data/lib/line/bot/v2/messaging_api/model/get_aggregation_unit_usage_response.rb +2 -2
  142. data/lib/line/bot/v2/messaging_api/model/get_followers_response.rb +2 -2
  143. data/lib/line/bot/v2/messaging_api/model/get_joined_membership_users_response.rb +2 -2
  144. data/lib/line/bot/v2/messaging_api/model/get_membership_subscription_response.rb +3 -3
  145. data/lib/line/bot/v2/messaging_api/model/get_message_content_transcoding_response.rb +2 -2
  146. data/lib/line/bot/v2/messaging_api/model/get_webhook_endpoint_response.rb +2 -2
  147. data/lib/line/bot/v2/messaging_api/model/group_member_count_response.rb +2 -2
  148. data/lib/line/bot/v2/messaging_api/model/group_summary_response.rb +2 -2
  149. data/lib/line/bot/v2/messaging_api/model/group_user_profile_response.rb +2 -2
  150. data/lib/line/bot/v2/messaging_api/model/image_carousel_column.rb +3 -3
  151. data/lib/line/bot/v2/messaging_api/model/image_carousel_template.rb +3 -3
  152. data/lib/line/bot/v2/messaging_api/model/image_message.rb +4 -4
  153. data/lib/line/bot/v2/messaging_api/model/imagemap_action.rb +4 -4
  154. data/lib/line/bot/v2/messaging_api/model/imagemap_area.rb +2 -2
  155. data/lib/line/bot/v2/messaging_api/model/imagemap_base_size.rb +2 -2
  156. data/lib/line/bot/v2/messaging_api/model/imagemap_external_link.rb +2 -2
  157. data/lib/line/bot/v2/messaging_api/model/imagemap_message.rb +7 -7
  158. data/lib/line/bot/v2/messaging_api/model/imagemap_video.rb +4 -4
  159. data/lib/line/bot/v2/messaging_api/model/issue_link_token_response.rb +2 -2
  160. data/lib/line/bot/v2/messaging_api/model/limit.rb +2 -2
  161. data/lib/line/bot/v2/messaging_api/model/location_action.rb +2 -2
  162. data/lib/line/bot/v2/messaging_api/model/location_message.rb +4 -4
  163. data/lib/line/bot/v2/messaging_api/model/lottery_acquisition_condition_request.rb +2 -2
  164. data/lib/line/bot/v2/messaging_api/model/lottery_acquisition_condition_response.rb +2 -2
  165. data/lib/line/bot/v2/messaging_api/model/mark_messages_as_read_by_token_request.rb +2 -2
  166. data/lib/line/bot/v2/messaging_api/model/mark_messages_as_read_request.rb +3 -3
  167. data/lib/line/bot/v2/messaging_api/model/members_ids_response.rb +2 -2
  168. data/lib/line/bot/v2/messaging_api/model/membership.rb +2 -2
  169. data/lib/line/bot/v2/messaging_api/model/membership_list_response.rb +3 -3
  170. data/lib/line/bot/v2/messaging_api/model/mention_substitution_object.rb +3 -3
  171. data/lib/line/bot/v2/messaging_api/model/mention_target.rb +3 -3
  172. data/lib/line/bot/v2/messaging_api/model/message.rb +5 -5
  173. data/lib/line/bot/v2/messaging_api/model/message_action.rb +2 -2
  174. data/lib/line/bot/v2/messaging_api/model/message_imagemap_action.rb +3 -3
  175. data/lib/line/bot/v2/messaging_api/model/message_quota_response.rb +2 -2
  176. data/lib/line/bot/v2/messaging_api/model/messaging_api_pager_coupon_list_response.rb +3 -3
  177. data/lib/line/bot/v2/messaging_api/model/multicast_request.rb +3 -3
  178. data/lib/line/bot/v2/messaging_api/model/narrowcast_progress_response.rb +2 -2
  179. data/lib/line/bot/v2/messaging_api/model/narrowcast_request.rb +6 -6
  180. data/lib/line/bot/v2/messaging_api/model/normal_acquisition_condition_request.rb +2 -2
  181. data/lib/line/bot/v2/messaging_api/model/normal_acquisition_condition_response.rb +2 -2
  182. data/lib/line/bot/v2/messaging_api/model/number_of_messages_response.rb +2 -2
  183. data/lib/line/bot/v2/messaging_api/model/operator_demographic_filter.rb +5 -5
  184. data/lib/line/bot/v2/messaging_api/model/operator_recipient.rb +5 -5
  185. data/lib/line/bot/v2/messaging_api/model/pnp_messages_request.rb +3 -3
  186. data/lib/line/bot/v2/messaging_api/model/postback_action.rb +2 -2
  187. data/lib/line/bot/v2/messaging_api/model/push_message_request.rb +3 -3
  188. data/lib/line/bot/v2/messaging_api/model/push_message_response.rb +3 -3
  189. data/lib/line/bot/v2/messaging_api/model/quick_reply.rb +3 -3
  190. data/lib/line/bot/v2/messaging_api/model/quick_reply_item.rb +3 -3
  191. data/lib/line/bot/v2/messaging_api/model/quota_consumption_response.rb +2 -2
  192. data/lib/line/bot/v2/messaging_api/model/recipient.rb +3 -3
  193. data/lib/line/bot/v2/messaging_api/model/redelivery_recipient.rb +2 -2
  194. data/lib/line/bot/v2/messaging_api/model/referral_acquisition_condition_response.rb +2 -2
  195. data/lib/line/bot/v2/messaging_api/model/reply_message_request.rb +3 -3
  196. data/lib/line/bot/v2/messaging_api/model/reply_message_response.rb +3 -3
  197. data/lib/line/bot/v2/messaging_api/model/rich_menu_alias_list_response.rb +3 -3
  198. data/lib/line/bot/v2/messaging_api/model/rich_menu_alias_response.rb +2 -2
  199. data/lib/line/bot/v2/messaging_api/model/rich_menu_area.rb +4 -4
  200. data/lib/line/bot/v2/messaging_api/model/rich_menu_batch_link_operation.rb +2 -2
  201. data/lib/line/bot/v2/messaging_api/model/rich_menu_batch_operation.rb +3 -3
  202. data/lib/line/bot/v2/messaging_api/model/rich_menu_batch_progress_response.rb +2 -2
  203. data/lib/line/bot/v2/messaging_api/model/rich_menu_batch_request.rb +3 -3
  204. data/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_all_operation.rb +2 -2
  205. data/lib/line/bot/v2/messaging_api/model/rich_menu_batch_unlink_operation.rb +2 -2
  206. data/lib/line/bot/v2/messaging_api/model/rich_menu_bounds.rb +2 -2
  207. data/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_link_request.rb +2 -2
  208. data/lib/line/bot/v2/messaging_api/model/rich_menu_bulk_unlink_request.rb +2 -2
  209. data/lib/line/bot/v2/messaging_api/model/rich_menu_id_response.rb +2 -2
  210. data/lib/line/bot/v2/messaging_api/model/rich_menu_list_response.rb +3 -3
  211. data/lib/line/bot/v2/messaging_api/model/rich_menu_request.rb +4 -4
  212. data/lib/line/bot/v2/messaging_api/model/rich_menu_response.rb +4 -4
  213. data/lib/line/bot/v2/messaging_api/model/rich_menu_size.rb +2 -2
  214. data/lib/line/bot/v2/messaging_api/model/rich_menu_switch_action.rb +2 -2
  215. data/lib/line/bot/v2/messaging_api/model/room_member_count_response.rb +2 -2
  216. data/lib/line/bot/v2/messaging_api/model/room_user_profile_response.rb +2 -2
  217. data/lib/line/bot/v2/messaging_api/model/sender.rb +2 -2
  218. data/lib/line/bot/v2/messaging_api/model/sent_message.rb +2 -2
  219. data/lib/line/bot/v2/messaging_api/model/set_webhook_endpoint_request.rb +2 -2
  220. data/lib/line/bot/v2/messaging_api/model/show_loading_animation_request.rb +2 -2
  221. data/lib/line/bot/v2/messaging_api/model/sticker_message.rb +4 -4
  222. data/lib/line/bot/v2/messaging_api/model/subscribed_membership_plan.rb +2 -2
  223. data/lib/line/bot/v2/messaging_api/model/subscribed_membership_user.rb +2 -2
  224. data/lib/line/bot/v2/messaging_api/model/subscription.rb +4 -4
  225. data/lib/line/bot/v2/messaging_api/model/subscription_period_demographic_filter.rb +2 -2
  226. data/lib/line/bot/v2/messaging_api/model/substitution_object.rb +3 -3
  227. data/lib/line/bot/v2/messaging_api/model/template.rb +3 -3
  228. data/lib/line/bot/v2/messaging_api/model/template_message.rb +5 -5
  229. data/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_request.rb +2 -2
  230. data/lib/line/bot/v2/messaging_api/model/test_webhook_endpoint_response.rb +2 -2
  231. data/lib/line/bot/v2/messaging_api/model/text_message.rb +5 -5
  232. data/lib/line/bot/v2/messaging_api/model/text_message_v2.rb +4 -4
  233. data/lib/line/bot/v2/messaging_api/model/update_rich_menu_alias_request.rb +2 -2
  234. data/lib/line/bot/v2/messaging_api/model/uri_action.rb +3 -3
  235. data/lib/line/bot/v2/messaging_api/model/uri_imagemap_action.rb +3 -3
  236. data/lib/line/bot/v2/messaging_api/model/user_mention_target.rb +2 -2
  237. data/lib/line/bot/v2/messaging_api/model/user_profile_response.rb +2 -2
  238. data/lib/line/bot/v2/messaging_api/model/validate_message_request.rb +3 -3
  239. data/lib/line/bot/v2/messaging_api/model/video_message.rb +4 -4
  240. data/lib/line/bot/v2/module/api/line_module_client.rb +5 -5
  241. data/lib/line/bot/v2/module/model/acquire_chat_control_request.rb +2 -2
  242. data/lib/line/bot/v2/module/model/detach_module_request.rb +2 -2
  243. data/lib/line/bot/v2/module/model/get_modules_response.rb +3 -3
  244. data/lib/line/bot/v2/module/model/module_bot.rb +2 -2
  245. data/lib/line/bot/v2/module_attach/api/line_module_attach_client.rb +2 -2
  246. data/lib/line/bot/v2/module_attach/model/attach_module_response.rb +2 -2
  247. data/lib/line/bot/v2/shop/api/shop_client.rb +1 -1
  248. data/lib/line/bot/v2/shop/model/error_response.rb +2 -2
  249. data/lib/line/bot/v2/shop/model/mission_sticker_request.rb +2 -2
  250. data/lib/line/bot/v2/webhook/model/account_link_event.rb +5 -5
  251. data/lib/line/bot/v2/webhook/model/activated_event.rb +5 -5
  252. data/lib/line/bot/v2/webhook/model/all_mentionee.rb +2 -2
  253. data/lib/line/bot/v2/webhook/model/attached_module_content.rb +2 -2
  254. data/lib/line/bot/v2/webhook/model/audio_message_content.rb +3 -3
  255. data/lib/line/bot/v2/webhook/model/beacon_content.rb +2 -2
  256. data/lib/line/bot/v2/webhook/model/beacon_event.rb +5 -5
  257. data/lib/line/bot/v2/webhook/model/bot_resumed_event.rb +4 -4
  258. data/lib/line/bot/v2/webhook/model/bot_suspended_event.rb +4 -4
  259. data/lib/line/bot/v2/webhook/model/callback_request.rb +3 -3
  260. data/lib/line/bot/v2/webhook/model/chat_control.rb +2 -2
  261. data/lib/line/bot/v2/webhook/model/content_provider.rb +2 -2
  262. data/lib/line/bot/v2/webhook/model/deactivated_event.rb +4 -4
  263. data/lib/line/bot/v2/webhook/model/delivery_context.rb +2 -2
  264. data/lib/line/bot/v2/webhook/model/detached_module_content.rb +2 -2
  265. data/lib/line/bot/v2/webhook/model/emoji.rb +2 -2
  266. data/lib/line/bot/v2/webhook/model/event.rb +5 -5
  267. data/lib/line/bot/v2/webhook/model/file_message_content.rb +2 -2
  268. data/lib/line/bot/v2/webhook/model/follow_detail.rb +2 -2
  269. data/lib/line/bot/v2/webhook/model/follow_event.rb +5 -5
  270. data/lib/line/bot/v2/webhook/model/group_source.rb +2 -2
  271. data/lib/line/bot/v2/webhook/model/image_message_content.rb +4 -4
  272. data/lib/line/bot/v2/webhook/model/image_set.rb +2 -2
  273. data/lib/line/bot/v2/webhook/model/join_event.rb +4 -4
  274. data/lib/line/bot/v2/webhook/model/joined_members.rb +3 -3
  275. data/lib/line/bot/v2/webhook/model/joined_membership_content.rb +2 -2
  276. data/lib/line/bot/v2/webhook/model/leave_event.rb +4 -4
  277. data/lib/line/bot/v2/webhook/model/left_members.rb +3 -3
  278. data/lib/line/bot/v2/webhook/model/left_membership_content.rb +2 -2
  279. data/lib/line/bot/v2/webhook/model/link_content.rb +2 -2
  280. data/lib/line/bot/v2/webhook/model/location_message_content.rb +2 -2
  281. data/lib/line/bot/v2/webhook/model/member_joined_event.rb +5 -5
  282. data/lib/line/bot/v2/webhook/model/member_left_event.rb +5 -5
  283. data/lib/line/bot/v2/webhook/model/membership_content.rb +3 -3
  284. data/lib/line/bot/v2/webhook/model/membership_event.rb +5 -5
  285. data/lib/line/bot/v2/webhook/model/mention.rb +3 -3
  286. data/lib/line/bot/v2/webhook/model/mentionee.rb +3 -3
  287. data/lib/line/bot/v2/webhook/model/message_content.rb +3 -3
  288. data/lib/line/bot/v2/webhook/model/message_event.rb +5 -5
  289. data/lib/line/bot/v2/webhook/model/module_content.rb +3 -3
  290. data/lib/line/bot/v2/webhook/model/module_event.rb +5 -5
  291. data/lib/line/bot/v2/webhook/model/pnp_delivery.rb +2 -2
  292. data/lib/line/bot/v2/webhook/model/pnp_delivery_completion_event.rb +5 -5
  293. data/lib/line/bot/v2/webhook/model/postback_content.rb +2 -2
  294. data/lib/line/bot/v2/webhook/model/postback_event.rb +5 -5
  295. data/lib/line/bot/v2/webhook/model/renewed_membership_content.rb +2 -2
  296. data/lib/line/bot/v2/webhook/model/room_source.rb +2 -2
  297. data/lib/line/bot/v2/webhook/model/source.rb +3 -3
  298. data/lib/line/bot/v2/webhook/model/sticker_message_content.rb +2 -2
  299. data/lib/line/bot/v2/webhook/model/text_message_content.rb +4 -4
  300. data/lib/line/bot/v2/webhook/model/unfollow_event.rb +4 -4
  301. data/lib/line/bot/v2/webhook/model/unsend_detail.rb +2 -2
  302. data/lib/line/bot/v2/webhook/model/unsend_event.rb +5 -5
  303. data/lib/line/bot/v2/webhook/model/user_mentionee.rb +2 -2
  304. data/lib/line/bot/v2/webhook/model/user_source.rb +2 -2
  305. data/lib/line/bot/v2/webhook/model/video_message_content.rb +3 -3
  306. data/lib/line/bot/v2/webhook/model/video_play_complete.rb +2 -2
  307. data/lib/line/bot/v2/webhook/model/video_play_complete_event.rb +5 -5
  308. data/lib/line/bot/version.rb +1 -1
  309. data/line-bot-api.gemspec +1 -1
  310. data/sig/line/bot/v2/messaging_api/api/messaging_api_blob_client.rbs +4 -4
  311. data/sig/line/bot/v2/messaging_api/api/messaging_api_client.rbs +2 -2
  312. metadata +3 -3
@@ -25,7 +25,7 @@ module Line
25
25
 
26
26
  @memberships = memberships.map do |item|
27
27
  if item.is_a?(Hash)
28
- Line::Bot::V2::MessagingApi::Membership.create(**item) # steep:ignore InsufficientKeywordArguments
28
+ Line::Bot::V2::MessagingApi::Membership.create(**item)
29
29
  else
30
30
  item
31
31
  end
@@ -47,9 +47,9 @@ module Line
47
47
  # Create an instance of the class from a hash
48
48
  # @param args [Hash] Hash containing all the required attributes
49
49
  # @return [Line::Bot::V2::MessagingApi::MembershipListResponse] Instance of the class
50
- def self.create(args) # steep:ignore
50
+ def self.create(args)
51
51
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
52
- return new(**symbolized_args) # steep:ignore
52
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
53
53
  end
54
54
 
55
55
  # @param other [Object] Object to compare
@@ -30,7 +30,7 @@ module Line
30
30
  )
31
31
  @type = "mention"
32
32
 
33
- @mentionee = mentionee.is_a?(Line::Bot::V2::MessagingApi::MentionTarget) ? mentionee : Line::Bot::V2::MessagingApi::MentionTarget.create(**mentionee) # steep:ignore
33
+ @mentionee = mentionee.is_a?(Line::Bot::V2::MessagingApi::MentionTarget) ? mentionee : Line::Bot::V2::MessagingApi::MentionTarget.create(**mentionee)
34
34
 
35
35
  dynamic_attributes.each do |key, value|
36
36
  self.class.attr_accessor key
@@ -48,9 +48,9 @@ module Line
48
48
  # Create an instance of the class from a hash
49
49
  # @param args [Hash] Hash containing all the required attributes
50
50
  # @return [Line::Bot::V2::MessagingApi::MentionSubstitutionObject] Instance of the class
51
- def self.create(args) # steep:ignore
51
+ def self.create(args)
52
52
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
53
- return new(**symbolized_args) # steep:ignore
53
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
54
54
  end
55
55
 
56
56
  # @param other [Object] Object to compare
@@ -40,11 +40,11 @@ module Line
40
40
  # Create an instance of the class from a hash
41
41
  # @param args [Hash] Hash containing all the required attributes
42
42
  # @return [Line::Bot::V2::MessagingApi::MentionTarget] Instance of the class
43
- def self.create(args) # steep:ignore
43
+ def self.create(args)
44
44
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
45
45
  klass = detect_class(type: symbolized_args[:type])
46
- return klass.new(**symbolized_args) if klass # steep:ignore
47
- return new(**symbolized_args) # steep:ignore
46
+ return klass.new(**symbolized_args) if klass # steep:ignore UnannotatedEmptyCollection
47
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
48
48
  end
49
49
 
50
50
  # @param other [Object] Object to compare
@@ -34,8 +34,8 @@ module Line
34
34
  )
35
35
 
36
36
  @type = type
37
- @quick_reply = quick_reply.is_a?(Line::Bot::V2::MessagingApi::QuickReply) || quick_reply.nil? ? quick_reply : Line::Bot::V2::MessagingApi::QuickReply.create(**quick_reply) # steep:ignore
38
- @sender = sender.is_a?(Line::Bot::V2::MessagingApi::Sender) || sender.nil? ? sender : Line::Bot::V2::MessagingApi::Sender.create(**sender) # steep:ignore
37
+ @quick_reply = quick_reply.is_a?(Line::Bot::V2::MessagingApi::QuickReply) || quick_reply.nil? ? quick_reply : Line::Bot::V2::MessagingApi::QuickReply.create(**quick_reply)
38
+ @sender = sender.is_a?(Line::Bot::V2::MessagingApi::Sender) || sender.nil? ? sender : Line::Bot::V2::MessagingApi::Sender.create(**sender)
39
39
 
40
40
  dynamic_attributes.each do |key, value|
41
41
  self.class.attr_accessor key
@@ -53,11 +53,11 @@ module Line
53
53
  # Create an instance of the class from a hash
54
54
  # @param args [Hash] Hash containing all the required attributes
55
55
  # @return [Line::Bot::V2::MessagingApi::Message] Instance of the class
56
- def self.create(args) # steep:ignore
56
+ def self.create(args)
57
57
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
58
58
  klass = detect_class(type: symbolized_args[:type])
59
- return klass.new(**symbolized_args) if klass # steep:ignore
60
- return new(**symbolized_args) # steep:ignore
59
+ return klass.new(**symbolized_args) if klass # steep:ignore UnannotatedEmptyCollection
60
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
61
61
  end
62
62
 
63
63
  # @param other [Object] Object to compare
@@ -52,9 +52,9 @@ module Line
52
52
  # Create an instance of the class from a hash
53
53
  # @param args [Hash] Hash containing all the required attributes
54
54
  # @return [Line::Bot::V2::MessagingApi::MessageAction] Instance of the class
55
- def self.create(args) # steep:ignore
55
+ def self.create(args)
56
56
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
57
- return new(**symbolized_args) # steep:ignore
57
+ return new(**symbolized_args)
58
58
  end
59
59
 
60
60
  # @param other [Object] Object to compare
@@ -38,7 +38,7 @@ module Line
38
38
  )
39
39
  @type = "message"
40
40
 
41
- @area = area.is_a?(Line::Bot::V2::MessagingApi::ImagemapArea) ? area : Line::Bot::V2::MessagingApi::ImagemapArea.create(**area) # steep:ignore
41
+ @area = area.is_a?(Line::Bot::V2::MessagingApi::ImagemapArea) ? area : Line::Bot::V2::MessagingApi::ImagemapArea.create(**area)
42
42
  @text = text
43
43
  @label = label
44
44
 
@@ -58,9 +58,9 @@ module Line
58
58
  # Create an instance of the class from a hash
59
59
  # @param args [Hash] Hash containing all the required attributes
60
60
  # @return [Line::Bot::V2::MessagingApi::MessageImagemapAction] Instance of the class
61
- def self.create(args) # steep:ignore
61
+ def self.create(args)
62
62
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
63
- return new(**symbolized_args) # steep:ignore
63
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
64
64
  end
65
65
 
66
66
  # @param other [Object] Object to compare
@@ -47,9 +47,9 @@ module Line
47
47
  # Create an instance of the class from a hash
48
48
  # @param args [Hash] Hash containing all the required attributes
49
49
  # @return [Line::Bot::V2::MessagingApi::MessageQuotaResponse] Instance of the class
50
- def self.create(args) # steep:ignore
50
+ def self.create(args)
51
51
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
52
- return new(**symbolized_args) # steep:ignore
52
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
53
53
  end
54
54
 
55
55
  # @param other [Object] Object to compare
@@ -30,7 +30,7 @@ module Line
30
30
 
31
31
  @items = items.map do |item|
32
32
  if item.is_a?(Hash)
33
- Line::Bot::V2::MessagingApi::CouponListResponse.create(**item) # steep:ignore InsufficientKeywordArguments
33
+ Line::Bot::V2::MessagingApi::CouponListResponse.create(**item)
34
34
  else
35
35
  item
36
36
  end
@@ -53,9 +53,9 @@ module Line
53
53
  # Create an instance of the class from a hash
54
54
  # @param args [Hash] Hash containing all the required attributes
55
55
  # @return [Line::Bot::V2::MessagingApi::MessagingApiPagerCouponListResponse] Instance of the class
56
- def self.create(args) # steep:ignore
56
+ def self.create(args)
57
57
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
58
- return new(**symbolized_args) # steep:ignore
58
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
59
59
  end
60
60
 
61
61
  # @param other [Object] Object to compare
@@ -40,7 +40,7 @@ module Line
40
40
 
41
41
  @messages = messages.map do |item|
42
42
  if item.is_a?(Hash)
43
- Line::Bot::V2::MessagingApi::Message.create(**item) # steep:ignore InsufficientKeywordArguments
43
+ Line::Bot::V2::MessagingApi::Message.create(**item)
44
44
  else
45
45
  item
46
46
  end
@@ -65,9 +65,9 @@ module Line
65
65
  # Create an instance of the class from a hash
66
66
  # @param args [Hash] Hash containing all the required attributes
67
67
  # @return [Line::Bot::V2::MessagingApi::MulticastRequest] Instance of the class
68
- def self.create(args) # steep:ignore
68
+ def self.create(args)
69
69
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
70
- return new(**symbolized_args) # steep:ignore
70
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
71
71
  end
72
72
 
73
73
  # @param other [Object] Object to compare
@@ -83,9 +83,9 @@ module Line
83
83
  # Create an instance of the class from a hash
84
84
  # @param args [Hash] Hash containing all the required attributes
85
85
  # @return [Line::Bot::V2::MessagingApi::NarrowcastProgressResponse] Instance of the class
86
- def self.create(args) # steep:ignore
86
+ def self.create(args)
87
87
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
88
- return new(**symbolized_args) # steep:ignore
88
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
89
89
  end
90
90
 
91
91
  # @param other [Object] Object to compare
@@ -45,14 +45,14 @@ module Line
45
45
 
46
46
  @messages = messages.map do |item|
47
47
  if item.is_a?(Hash)
48
- Line::Bot::V2::MessagingApi::Message.create(**item) # steep:ignore InsufficientKeywordArguments
48
+ Line::Bot::V2::MessagingApi::Message.create(**item)
49
49
  else
50
50
  item
51
51
  end
52
52
  end
53
- @recipient = recipient.is_a?(Line::Bot::V2::MessagingApi::Recipient) || recipient.nil? ? recipient : Line::Bot::V2::MessagingApi::Recipient.create(**recipient) # steep:ignore
54
- @filter = filter.is_a?(Line::Bot::V2::MessagingApi::Filter) || filter.nil? ? filter : Line::Bot::V2::MessagingApi::Filter.create(**filter) # steep:ignore
55
- @limit = limit.is_a?(Line::Bot::V2::MessagingApi::Limit) || limit.nil? ? limit : Line::Bot::V2::MessagingApi::Limit.create(**limit) # steep:ignore
53
+ @recipient = recipient.is_a?(Line::Bot::V2::MessagingApi::Recipient) || recipient.nil? ? recipient : Line::Bot::V2::MessagingApi::Recipient.create(**recipient)
54
+ @filter = filter.is_a?(Line::Bot::V2::MessagingApi::Filter) || filter.nil? ? filter : Line::Bot::V2::MessagingApi::Filter.create(**filter)
55
+ @limit = limit.is_a?(Line::Bot::V2::MessagingApi::Limit) || limit.nil? ? limit : Line::Bot::V2::MessagingApi::Limit.create(**limit)
56
56
  @notification_disabled = notification_disabled
57
57
 
58
58
  dynamic_attributes.each do |key, value|
@@ -71,9 +71,9 @@ module Line
71
71
  # Create an instance of the class from a hash
72
72
  # @param args [Hash] Hash containing all the required attributes
73
73
  # @return [Line::Bot::V2::MessagingApi::NarrowcastRequest] Instance of the class
74
- def self.create(args) # steep:ignore
74
+ def self.create(args)
75
75
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
76
- return new(**symbolized_args) # steep:ignore
76
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
77
77
  end
78
78
 
79
79
  # @param other [Object] Object to compare
@@ -40,9 +40,9 @@ module Line
40
40
  # Create an instance of the class from a hash
41
41
  # @param args [Hash] Hash containing all the required attributes
42
42
  # @return [Line::Bot::V2::MessagingApi::NormalAcquisitionConditionRequest] Instance of the class
43
- def self.create(args) # steep:ignore
43
+ def self.create(args)
44
44
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
45
- return new(**symbolized_args) # steep:ignore
45
+ return new(**symbolized_args)
46
46
  end
47
47
 
48
48
  # @param other [Object] Object to compare
@@ -40,9 +40,9 @@ module Line
40
40
  # Create an instance of the class from a hash
41
41
  # @param args [Hash] Hash containing all the required attributes
42
42
  # @return [Line::Bot::V2::MessagingApi::NormalAcquisitionConditionResponse] Instance of the class
43
- def self.create(args) # steep:ignore
43
+ def self.create(args)
44
44
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
45
- return new(**symbolized_args) # steep:ignore
45
+ return new(**symbolized_args)
46
46
  end
47
47
 
48
48
  # @param other [Object] Object to compare
@@ -46,9 +46,9 @@ module Line
46
46
  # Create an instance of the class from a hash
47
47
  # @param args [Hash] Hash containing all the required attributes
48
48
  # @return [Line::Bot::V2::MessagingApi::NumberOfMessagesResponse] Instance of the class
49
- def self.create(args) # steep:ignore
49
+ def self.create(args)
50
50
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
51
- return new(**symbolized_args) # steep:ignore
51
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
52
52
  end
53
53
 
54
54
  # @param other [Object] Object to compare
@@ -40,19 +40,19 @@ module Line
40
40
 
41
41
  @_and = _and&.map do |item|
42
42
  if item.is_a?(Hash)
43
- Line::Bot::V2::MessagingApi::DemographicFilter.create(**item) # steep:ignore InsufficientKeywordArguments
43
+ Line::Bot::V2::MessagingApi::DemographicFilter.create(**item)
44
44
  else
45
45
  item
46
46
  end
47
47
  end
48
48
  @_or = _or&.map do |item|
49
49
  if item.is_a?(Hash)
50
- Line::Bot::V2::MessagingApi::DemographicFilter.create(**item) # steep:ignore InsufficientKeywordArguments
50
+ Line::Bot::V2::MessagingApi::DemographicFilter.create(**item)
51
51
  else
52
52
  item
53
53
  end
54
54
  end
55
- @_not = _not.is_a?(Line::Bot::V2::MessagingApi::DemographicFilter) || _not.nil? ? _not : Line::Bot::V2::MessagingApi::DemographicFilter.create(**_not) # steep:ignore
55
+ @_not = _not.is_a?(Line::Bot::V2::MessagingApi::DemographicFilter) || _not.nil? ? _not : Line::Bot::V2::MessagingApi::DemographicFilter.create(**_not)
56
56
 
57
57
  dynamic_attributes.each do |key, value|
58
58
  self.class.attr_accessor key
@@ -70,9 +70,9 @@ module Line
70
70
  # Create an instance of the class from a hash
71
71
  # @param args [Hash] Hash containing all the required attributes
72
72
  # @return [Line::Bot::V2::MessagingApi::OperatorDemographicFilter] Instance of the class
73
- def self.create(args) # steep:ignore
73
+ def self.create(args)
74
74
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
75
- return new(**symbolized_args) # steep:ignore
75
+ return new(**symbolized_args)
76
76
  end
77
77
 
78
78
  # @param other [Object] Object to compare
@@ -40,19 +40,19 @@ module Line
40
40
 
41
41
  @_and = _and&.map do |item|
42
42
  if item.is_a?(Hash)
43
- Line::Bot::V2::MessagingApi::Recipient.create(**item) # steep:ignore InsufficientKeywordArguments
43
+ Line::Bot::V2::MessagingApi::Recipient.create(**item)
44
44
  else
45
45
  item
46
46
  end
47
47
  end
48
48
  @_or = _or&.map do |item|
49
49
  if item.is_a?(Hash)
50
- Line::Bot::V2::MessagingApi::Recipient.create(**item) # steep:ignore InsufficientKeywordArguments
50
+ Line::Bot::V2::MessagingApi::Recipient.create(**item)
51
51
  else
52
52
  item
53
53
  end
54
54
  end
55
- @_not = _not.is_a?(Line::Bot::V2::MessagingApi::Recipient) || _not.nil? ? _not : Line::Bot::V2::MessagingApi::Recipient.create(**_not) # steep:ignore
55
+ @_not = _not.is_a?(Line::Bot::V2::MessagingApi::Recipient) || _not.nil? ? _not : Line::Bot::V2::MessagingApi::Recipient.create(**_not)
56
56
 
57
57
  dynamic_attributes.each do |key, value|
58
58
  self.class.attr_accessor key
@@ -70,9 +70,9 @@ module Line
70
70
  # Create an instance of the class from a hash
71
71
  # @param args [Hash] Hash containing all the required attributes
72
72
  # @return [Line::Bot::V2::MessagingApi::OperatorRecipient] Instance of the class
73
- def self.create(args) # steep:ignore
73
+ def self.create(args)
74
74
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
75
- return new(**symbolized_args) # steep:ignore
75
+ return new(**symbolized_args)
76
76
  end
77
77
 
78
78
  # @param other [Object] Object to compare
@@ -35,7 +35,7 @@ module Line
35
35
 
36
36
  @messages = messages.map do |item|
37
37
  if item.is_a?(Hash)
38
- Line::Bot::V2::MessagingApi::Message.create(**item) # steep:ignore InsufficientKeywordArguments
38
+ Line::Bot::V2::MessagingApi::Message.create(**item)
39
39
  else
40
40
  item
41
41
  end
@@ -59,9 +59,9 @@ module Line
59
59
  # Create an instance of the class from a hash
60
60
  # @param args [Hash] Hash containing all the required attributes
61
61
  # @return [Line::Bot::V2::MessagingApi::PnpMessagesRequest] Instance of the class
62
- def self.create(args) # steep:ignore
62
+ def self.create(args)
63
63
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
64
- return new(**symbolized_args) # steep:ignore
64
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
65
65
  end
66
66
 
67
67
  # @param other [Object] Object to compare
@@ -76,9 +76,9 @@ module Line
76
76
  # Create an instance of the class from a hash
77
77
  # @param args [Hash] Hash containing all the required attributes
78
78
  # @return [Line::Bot::V2::MessagingApi::PostbackAction] Instance of the class
79
- def self.create(args) # steep:ignore
79
+ def self.create(args)
80
80
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
81
- return new(**symbolized_args) # steep:ignore
81
+ return new(**symbolized_args)
82
82
  end
83
83
 
84
84
  # @param other [Object] Object to compare
@@ -41,7 +41,7 @@ module Line
41
41
  @to = to
42
42
  @messages = messages.map do |item|
43
43
  if item.is_a?(Hash)
44
- Line::Bot::V2::MessagingApi::Message.create(**item) # steep:ignore InsufficientKeywordArguments
44
+ Line::Bot::V2::MessagingApi::Message.create(**item)
45
45
  else
46
46
  item
47
47
  end
@@ -65,9 +65,9 @@ module Line
65
65
  # Create an instance of the class from a hash
66
66
  # @param args [Hash] Hash containing all the required attributes
67
67
  # @return [Line::Bot::V2::MessagingApi::PushMessageRequest] Instance of the class
68
- def self.create(args) # steep:ignore
68
+ def self.create(args)
69
69
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
70
- return new(**symbolized_args) # steep:ignore
70
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
71
71
  end
72
72
 
73
73
  # @param other [Object] Object to compare
@@ -25,7 +25,7 @@ module Line
25
25
 
26
26
  @sent_messages = sent_messages.map do |item|
27
27
  if item.is_a?(Hash)
28
- Line::Bot::V2::MessagingApi::SentMessage.create(**item) # steep:ignore InsufficientKeywordArguments
28
+ Line::Bot::V2::MessagingApi::SentMessage.create(**item)
29
29
  else
30
30
  item
31
31
  end
@@ -47,9 +47,9 @@ module Line
47
47
  # Create an instance of the class from a hash
48
48
  # @param args [Hash] Hash containing all the required attributes
49
49
  # @return [Line::Bot::V2::MessagingApi::PushMessageResponse] Instance of the class
50
- def self.create(args) # steep:ignore
50
+ def self.create(args)
51
51
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
52
- return new(**symbolized_args) # steep:ignore
52
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
53
53
  end
54
54
 
55
55
  # @param other [Object] Object to compare
@@ -26,7 +26,7 @@ module Line
26
26
 
27
27
  @items = items&.map do |item|
28
28
  if item.is_a?(Hash)
29
- Line::Bot::V2::MessagingApi::QuickReplyItem.create(**item) # steep:ignore InsufficientKeywordArguments
29
+ Line::Bot::V2::MessagingApi::QuickReplyItem.create(**item)
30
30
  else
31
31
  item
32
32
  end
@@ -48,9 +48,9 @@ module Line
48
48
  # Create an instance of the class from a hash
49
49
  # @param args [Hash] Hash containing all the required attributes
50
50
  # @return [Line::Bot::V2::MessagingApi::QuickReply] Instance of the class
51
- def self.create(args) # steep:ignore
51
+ def self.create(args)
52
52
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
53
- return new(**symbolized_args) # steep:ignore
53
+ return new(**symbolized_args)
54
54
  end
55
55
 
56
56
  # @param other [Object] Object to compare
@@ -34,7 +34,7 @@ module Line
34
34
  )
35
35
 
36
36
  @image_url = image_url
37
- @action = action.is_a?(Line::Bot::V2::MessagingApi::Action) || action.nil? ? action : Line::Bot::V2::MessagingApi::Action.create(**action) # steep:ignore
37
+ @action = action.is_a?(Line::Bot::V2::MessagingApi::Action) || action.nil? ? action : Line::Bot::V2::MessagingApi::Action.create(**action)
38
38
  @type = type
39
39
 
40
40
  dynamic_attributes.each do |key, value|
@@ -53,9 +53,9 @@ module Line
53
53
  # Create an instance of the class from a hash
54
54
  # @param args [Hash] Hash containing all the required attributes
55
55
  # @return [Line::Bot::V2::MessagingApi::QuickReplyItem] Instance of the class
56
- def self.create(args) # steep:ignore
56
+ def self.create(args)
57
57
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
58
- return new(**symbolized_args) # steep:ignore
58
+ return new(**symbolized_args)
59
59
  end
60
60
 
61
61
  # @param other [Object] Object to compare
@@ -41,9 +41,9 @@ module Line
41
41
  # Create an instance of the class from a hash
42
42
  # @param args [Hash] Hash containing all the required attributes
43
43
  # @return [Line::Bot::V2::MessagingApi::QuotaConsumptionResponse] Instance of the class
44
- def self.create(args) # steep:ignore
44
+ def self.create(args)
45
45
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
46
- return new(**symbolized_args) # steep:ignore
46
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
47
47
  end
48
48
 
49
49
  # @param other [Object] Object to compare
@@ -41,11 +41,11 @@ module Line
41
41
  # Create an instance of the class from a hash
42
42
  # @param args [Hash] Hash containing all the required attributes
43
43
  # @return [Line::Bot::V2::MessagingApi::Recipient] Instance of the class
44
- def self.create(args) # steep:ignore
44
+ def self.create(args)
45
45
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
46
46
  klass = detect_class(type: symbolized_args[:type])
47
- return klass.new(**symbolized_args) if klass # steep:ignore
48
- return new(**symbolized_args) # steep:ignore
47
+ return klass.new(**symbolized_args) if klass # steep:ignore UnannotatedEmptyCollection
48
+ return new(**symbolized_args)
49
49
  end
50
50
 
51
51
  # @param other [Object] Object to compare
@@ -46,9 +46,9 @@ module Line
46
46
  # Create an instance of the class from a hash
47
47
  # @param args [Hash] Hash containing all the required attributes
48
48
  # @return [Line::Bot::V2::MessagingApi::RedeliveryRecipient] Instance of the class
49
- def self.create(args) # steep:ignore
49
+ def self.create(args)
50
50
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
51
- return new(**symbolized_args) # steep:ignore
51
+ return new(**symbolized_args)
52
52
  end
53
53
 
54
54
  # @param other [Object] Object to compare
@@ -40,9 +40,9 @@ module Line
40
40
  # Create an instance of the class from a hash
41
41
  # @param args [Hash] Hash containing all the required attributes
42
42
  # @return [Line::Bot::V2::MessagingApi::ReferralAcquisitionConditionResponse] Instance of the class
43
- def self.create(args) # steep:ignore
43
+ def self.create(args)
44
44
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
45
- return new(**symbolized_args) # steep:ignore
45
+ return new(**symbolized_args)
46
46
  end
47
47
 
48
48
  # @param other [Object] Object to compare
@@ -36,7 +36,7 @@ module Line
36
36
  @reply_token = reply_token
37
37
  @messages = messages.map do |item|
38
38
  if item.is_a?(Hash)
39
- Line::Bot::V2::MessagingApi::Message.create(**item) # steep:ignore InsufficientKeywordArguments
39
+ Line::Bot::V2::MessagingApi::Message.create(**item)
40
40
  else
41
41
  item
42
42
  end
@@ -59,9 +59,9 @@ module Line
59
59
  # Create an instance of the class from a hash
60
60
  # @param args [Hash] Hash containing all the required attributes
61
61
  # @return [Line::Bot::V2::MessagingApi::ReplyMessageRequest] Instance of the class
62
- def self.create(args) # steep:ignore
62
+ def self.create(args)
63
63
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
64
- return new(**symbolized_args) # steep:ignore
64
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
65
65
  end
66
66
 
67
67
  # @param other [Object] Object to compare
@@ -25,7 +25,7 @@ module Line
25
25
 
26
26
  @sent_messages = sent_messages.map do |item|
27
27
  if item.is_a?(Hash)
28
- Line::Bot::V2::MessagingApi::SentMessage.create(**item) # steep:ignore InsufficientKeywordArguments
28
+ Line::Bot::V2::MessagingApi::SentMessage.create(**item)
29
29
  else
30
30
  item
31
31
  end
@@ -47,9 +47,9 @@ module Line
47
47
  # Create an instance of the class from a hash
48
48
  # @param args [Hash] Hash containing all the required attributes
49
49
  # @return [Line::Bot::V2::MessagingApi::ReplyMessageResponse] Instance of the class
50
- def self.create(args) # steep:ignore
50
+ def self.create(args)
51
51
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
52
- return new(**symbolized_args) # steep:ignore
52
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
53
53
  end
54
54
 
55
55
  # @param other [Object] Object to compare
@@ -25,7 +25,7 @@ module Line
25
25
 
26
26
  @aliases = aliases.map do |item|
27
27
  if item.is_a?(Hash)
28
- Line::Bot::V2::MessagingApi::RichMenuAliasResponse.create(**item) # steep:ignore InsufficientKeywordArguments
28
+ Line::Bot::V2::MessagingApi::RichMenuAliasResponse.create(**item)
29
29
  else
30
30
  item
31
31
  end
@@ -47,9 +47,9 @@ module Line
47
47
  # Create an instance of the class from a hash
48
48
  # @param args [Hash] Hash containing all the required attributes
49
49
  # @return [Line::Bot::V2::MessagingApi::RichMenuAliasListResponse] Instance of the class
50
- def self.create(args) # steep:ignore
50
+ def self.create(args)
51
51
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
52
- return new(**symbolized_args) # steep:ignore
52
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
53
53
  end
54
54
 
55
55
  # @param other [Object] Object to compare
@@ -46,9 +46,9 @@ module Line
46
46
  # Create an instance of the class from a hash
47
47
  # @param args [Hash] Hash containing all the required attributes
48
48
  # @return [Line::Bot::V2::MessagingApi::RichMenuAliasResponse] Instance of the class
49
- def self.create(args) # steep:ignore
49
+ def self.create(args)
50
50
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
51
- return new(**symbolized_args) # steep:ignore
51
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
52
52
  end
53
53
 
54
54
  # @param other [Object] Object to compare
@@ -28,8 +28,8 @@ module Line
28
28
  **dynamic_attributes
29
29
  )
30
30
 
31
- @bounds = bounds.is_a?(Line::Bot::V2::MessagingApi::RichMenuBounds) || bounds.nil? ? bounds : Line::Bot::V2::MessagingApi::RichMenuBounds.create(**bounds) # steep:ignore
32
- @action = action.is_a?(Line::Bot::V2::MessagingApi::Action) || action.nil? ? action : Line::Bot::V2::MessagingApi::Action.create(**action) # steep:ignore
31
+ @bounds = bounds.is_a?(Line::Bot::V2::MessagingApi::RichMenuBounds) || bounds.nil? ? bounds : Line::Bot::V2::MessagingApi::RichMenuBounds.create(**bounds)
32
+ @action = action.is_a?(Line::Bot::V2::MessagingApi::Action) || action.nil? ? action : Line::Bot::V2::MessagingApi::Action.create(**action)
33
33
 
34
34
  dynamic_attributes.each do |key, value|
35
35
  self.class.attr_accessor key
@@ -47,9 +47,9 @@ module Line
47
47
  # Create an instance of the class from a hash
48
48
  # @param args [Hash] Hash containing all the required attributes
49
49
  # @return [Line::Bot::V2::MessagingApi::RichMenuArea] Instance of the class
50
- def self.create(args) # steep:ignore
50
+ def self.create(args)
51
51
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
52
- return new(**symbolized_args) # steep:ignore
52
+ return new(**symbolized_args)
53
53
  end
54
54
 
55
55
  # @param other [Object] Object to compare
@@ -53,9 +53,9 @@ module Line
53
53
  # Create an instance of the class from a hash
54
54
  # @param args [Hash] Hash containing all the required attributes
55
55
  # @return [Line::Bot::V2::MessagingApi::RichMenuBatchLinkOperation] Instance of the class
56
- def self.create(args) # steep:ignore
56
+ def self.create(args)
57
57
  symbolized_args = Line::Bot::V2::Utils.deep_symbolize(args)
58
- return new(**symbolized_args) # steep:ignore
58
+ return new(**symbolized_args) # steep:ignore InsufficientKeywordArguments
59
59
  end
60
60
 
61
61
  # @param other [Object] Object to compare