plaid-python 11.5.0__tar.gz → 11.6.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1190) hide show
  1. {plaid-python-11.5.0/plaid_python.egg-info → plaid-python-11.6.0}/PKG-INFO +2 -2
  2. {plaid-python-11.5.0 → plaid-python-11.6.0}/README.md +1 -1
  3. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/__init__.py +1 -1
  4. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/api/plaid_api.py +375 -126
  5. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/api_client.py +1 -1
  6. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/configuration.py +2 -2
  7. plaid-python-11.6.0/plaid/model/asset_report_add_ons.py +181 -0
  8. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_create_request_options.py +5 -0
  9. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/counterparty.py +3 -0
  10. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_individual_name_voa24.py +3 -2
  11. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_reports_get_response.py +4 -5
  12. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_verification_of_employment_voe25.py +1 -1
  13. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_results.py +1 -1
  14. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_metadata.py +1 -1
  15. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/enrichments.py +3 -0
  16. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_initiation_consent_options.py +0 -6
  17. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_options.py +0 -6
  18. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_status.py +2 -2
  19. plaid-python-11.6.0/plaid/model/link_callback_metadata.py +193 -0
  20. plaid-python-11.6.0/plaid/model/link_delivery_account.py +194 -0
  21. plaid-python-11.6.0/plaid/model/link_delivery_callback_webhook.py +200 -0
  22. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_create_request.py +2 -2
  23. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_create_response.py +1 -1
  24. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_get_request.py +1 -1
  25. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_get_response.py +4 -4
  26. plaid-python-11.6.0/plaid/model/link_delivery_institution.py +173 -0
  27. plaid-python-11.6.0/plaid/model/link_delivery_metadata.py +181 -0
  28. plaid-python-11.6.0/plaid/model/link_delivery_verification_status.py +185 -0
  29. plaid-python-11.6.0/plaid/model/link_delivery_webhook_communication_method.py +181 -0
  30. plaid-python-11.6.0/plaid/model/link_delivery_webhook_delivery_status.py +181 -0
  31. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request.py +1 -1
  32. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_income_verification_bank_income.py +1 -1
  33. plaid-python-11.6.0/plaid/model/link_user_delivery_status_webhook.py +195 -0
  34. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ownership_type.py +2 -2
  35. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_risk_signals_item.py +1 -1
  36. plaid-python-11.6.0/plaid/model/processor_signal_decision_report_request.py +207 -0
  37. plaid-python-11.6.0/plaid/model/processor_signal_decision_report_response.py +173 -0
  38. plaid-python-11.6.0/plaid/model/processor_signal_evaluate_request.py +213 -0
  39. plaid-python-11.6.0/plaid/model/processor_signal_evaluate_response.py +188 -0
  40. plaid-python-11.6.0/plaid/model/processor_signal_return_report_request.py +188 -0
  41. plaid-python-11.6.0/plaid/model/processor_signal_return_report_response.py +173 -0
  42. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_evaluate_request.py +2 -2
  43. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction.py +2 -2
  44. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_all_of.py +2 -2
  45. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_category_rule.py +1 -1
  46. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_sync_response.py +3 -3
  47. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_capabilities_get_rtp.py +1 -1
  48. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_mode.py +2 -2
  49. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_network.py +2 -2
  50. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_status.py +2 -2
  51. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_network.py +2 -2
  52. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/models/__init__.py +16 -0
  53. {plaid-python-11.5.0 → plaid-python-11.6.0/plaid_python.egg-info}/PKG-INFO +2 -2
  54. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/SOURCES.txt +16 -0
  55. {plaid-python-11.5.0 → plaid-python-11.6.0}/setup.py +1 -1
  56. {plaid-python-11.5.0 → plaid-python-11.6.0}/LICENSE +0 -0
  57. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/api/__init__.py +0 -0
  58. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/apis/__init__.py +0 -0
  59. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/exceptions.py +0 -0
  60. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/__init__.py +0 -0
  61. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_access.py +0 -0
  62. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_assets.py +0 -0
  63. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_assets_all_of.py +0 -0
  64. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_balance.py +0 -0
  65. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_base.py +0 -0
  66. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_filter.py +0 -0
  67. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_filter_subtypes.py +0 -0
  68. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_filters_response.py +0 -0
  69. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity.py +0 -0
  70. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity_all_of.py +0 -0
  71. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity_match_score.py +0 -0
  72. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_identity_match_score_all_of.py +0 -0
  73. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_ids_with_updated_identity.py +0 -0
  74. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_product_access.py +0 -0
  75. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_product_access_nullable.py +0 -0
  76. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_selection_cardinality.py +0 -0
  77. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_subtype.py +0 -0
  78. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_subtypes.py +0 -0
  79. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/account_type.py +0 -0
  80. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_balance_get_request.py +0 -0
  81. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_balance_get_request_options.py +0 -0
  82. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_get_request.py +0 -0
  83. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_get_request_options.py +0 -0
  84. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/accounts_get_response.py +0 -0
  85. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ach_class.py +0 -0
  86. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/action_state.py +0 -0
  87. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/activity.py +0 -0
  88. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/activity_type.py +0 -0
  89. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address.py +0 -0
  90. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_data.py +0 -0
  91. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_data_nullable.py +0 -0
  92. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_match_score.py +0 -0
  93. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_nullable.py +0 -0
  94. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/address_purpose_label.py +0 -0
  95. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/application.py +0 -0
  96. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/application_get_request.py +0 -0
  97. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/application_get_response.py +0 -0
  98. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/apr.py +0 -0
  99. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset.py +0 -0
  100. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_detail.py +0 -0
  101. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_holder.py +0 -0
  102. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_holder_name.py +0 -0
  103. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_owner.py +0 -0
  104. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_owners.py +0 -0
  105. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report.py +0 -0
  106. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_create_request.py +0 -0
  107. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_create_response.py +0 -0
  108. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_get_request.py +0 -0
  109. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_remove_request.py +0 -0
  110. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_audit_copy_remove_response.py +0 -0
  111. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_create_request.py +0 -0
  112. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_create_response.py +0 -0
  113. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_filter_request.py +0 -0
  114. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_filter_response.py +0 -0
  115. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_freddie.py +0 -0
  116. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_freddie_get_request.py +0 -0
  117. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_freddie_get_response.py +0 -0
  118. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_get_request.py +0 -0
  119. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_get_request_options.py +0 -0
  120. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_get_response.py +0 -0
  121. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_item.py +0 -0
  122. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_pdf_get_request.py +0 -0
  123. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_pdf_get_request_options.py +0 -0
  124. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_refresh_request.py +0 -0
  125. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_refresh_request_options.py +0 -0
  126. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_refresh_response.py +0 -0
  127. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_remove_request.py +0 -0
  128. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_remove_response.py +0 -0
  129. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_transaction.py +0 -0
  130. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_transaction_all_of.py +0 -0
  131. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_report_user.py +0 -0
  132. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction.py +0 -0
  133. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_category_type.py +0 -0
  134. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_description.py +0 -0
  135. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_detail.py +0 -0
  136. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transaction_type.py +0 -0
  137. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_transactions.py +0 -0
  138. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/asset_type.py +0 -0
  139. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/assets.py +0 -0
  140. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/assets_error_webhook.py +0 -0
  141. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/assets_product_ready_webhook.py +0 -0
  142. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_numbers.py +0 -0
  143. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_request.py +0 -0
  144. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_request_options.py +0 -0
  145. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_get_response.py +0 -0
  146. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_metadata.py +0 -0
  147. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/auth_supported_methods.py +0 -0
  148. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/automatically_verified_webhook.py +0 -0
  149. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_initiated_return_risk.py +0 -0
  150. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_initiated_risk_tier.py +0 -0
  151. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer.py +0 -0
  152. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_balance.py +0 -0
  153. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_balance_get_request.py +0 -0
  154. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_balance_get_response.py +0 -0
  155. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_cancel_request.py +0 -0
  156. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_cancel_response.py +0 -0
  157. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_create_request.py +0 -0
  158. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_create_response.py +0 -0
  159. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_direction.py +0 -0
  160. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event.py +0 -0
  161. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_bank_transfer_type.py +0 -0
  162. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_direction.py +0 -0
  163. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_request.py +0 -0
  164. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_list_response.py +0 -0
  165. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_sync_request.py +0 -0
  166. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_sync_response.py +0 -0
  167. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_event_type.py +0 -0
  168. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_failure.py +0 -0
  169. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_get_request.py +0 -0
  170. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_get_response.py +0 -0
  171. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_idempotency_key.py +0 -0
  172. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_list_request.py +0 -0
  173. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_list_response.py +0 -0
  174. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_metadata.py +0 -0
  175. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_migrate_account_request.py +0 -0
  176. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_migrate_account_response.py +0 -0
  177. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_network.py +0 -0
  178. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_status.py +0 -0
  179. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep.py +0 -0
  180. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_get_request.py +0 -0
  181. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_get_response.py +0 -0
  182. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_list_request.py +0 -0
  183. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_sweep_list_response.py +0 -0
  184. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_type.py +0 -0
  185. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfer_user.py +0 -0
  186. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfers_events_update_webhook.py +0 -0
  187. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/bank_transfers_events_update_webhook_for_auth.py +0 -0
  188. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/categories_get_response.py +0 -0
  189. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/category.py +0 -0
  190. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/cause.py +0 -0
  191. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/cause_all_of.py +0 -0
  192. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_enhanced_transaction.py +0 -0
  193. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_enriched_transaction.py +0 -0
  194. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_raw_transaction.py +0 -0
  195. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_transaction.py +0 -0
  196. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_provided_transaction_location.py +0 -0
  197. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_user_id.py +0 -0
  198. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/client_user_id_nullable.py +0 -0
  199. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/connected_application.py +0 -0
  200. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/consent_payment_idempotency_key.py +0 -0
  201. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/counterparty_type.py +0 -0
  202. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/country_code.py +0 -0
  203. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099.py +0 -0
  204. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099_filer.py +0 -0
  205. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099_payer.py +0 -0
  206. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit1099_recipient.py +0 -0
  207. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_account_subtype.py +0 -0
  208. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_account_subtypes.py +0 -0
  209. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_amount_with_currency.py +0 -0
  210. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_create_request.py +0 -0
  211. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_create_response.py +0 -0
  212. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_remove_request.py +0 -0
  213. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_remove_response.py +0 -0
  214. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_update_request.py +0 -0
  215. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_audit_copy_token_update_response.py +0 -0
  216. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employer.py +0 -0
  217. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment.py +0 -0
  218. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_get_request.py +0 -0
  219. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_get_response.py +0 -0
  220. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_item.py +0 -0
  221. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_report.py +0 -0
  222. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_warning.py +0 -0
  223. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_employment_warning_type.py +0 -0
  224. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income.py +0 -0
  225. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_account.py +0 -0
  226. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_account_type.py +0 -0
  227. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_category.py +0 -0
  228. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_cause.py +0 -0
  229. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_error_type.py +0 -0
  230. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_get_request.py +0 -0
  231. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_get_request_options.py +0 -0
  232. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_get_response.py +0 -0
  233. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_historical_summary.py +0 -0
  234. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_item.py +0 -0
  235. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_pay_frequency.py +0 -0
  236. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_pdf_get_request.py +0 -0
  237. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_refresh_request.py +0 -0
  238. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_refresh_request_options.py +0 -0
  239. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_refresh_response.py +0 -0
  240. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_source.py +0 -0
  241. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_summary.py +0 -0
  242. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_transaction.py +0 -0
  243. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_warning.py +0 -0
  244. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_warning_code.py +0 -0
  245. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_bank_income_warning_type.py +0 -0
  246. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_card_liability.py +0 -0
  247. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_category.py +0 -0
  248. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_document_metadata.py +0 -0
  249. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employer_verification.py +0 -0
  250. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_get_request.py +0 -0
  251. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_get_response.py +0 -0
  252. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_item.py +0 -0
  253. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_employment_verification.py +0 -0
  254. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_filter.py +0 -0
  255. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_detail_voe25.py +0 -0
  256. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transaction_detail_voe25.py +0 -0
  257. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transaction_voa24.py +0 -0
  258. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transaction_voe25.py +0 -0
  259. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transactions_voa24.py +0 -0
  260. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_transactions_voe25.py +0 -0
  261. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_voa24.py +0 -0
  262. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_asset_voe25.py +0 -0
  263. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_assets_voa24.py +0 -0
  264. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_assets_voe25.py +0 -0
  265. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_loan_identifiers_voa24.py +0 -0
  266. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_loan_voa24.py +0 -0
  267. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_loans_voa24.py +0 -0
  268. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_parties_voa24.py +0 -0
  269. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_party_individual_voa24.py +0 -0
  270. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_party_voa24.py +0 -0
  271. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_reporting_information_voa24.py +0 -0
  272. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_reports_get_request.py +0 -0
  273. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_service_voa24.py +0 -0
  274. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_service_voe25.py +0 -0
  275. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_services_voa24.py +0 -0
  276. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_services_voe25.py +0 -0
  277. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_response_voa24.py +0 -0
  278. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_response_voe25.py +0 -0
  279. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_voa24.py +0 -0
  280. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_asset_voe25.py +0 -0
  281. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_assets_deal_voa24.py +0 -0
  282. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_mac_verification_of_assets_voa24.py +0 -0
  283. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_freddie_verification_of_employment_deal_voe25.py +0 -0
  284. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub.py +0 -0
  285. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_address.py +0 -0
  286. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_deductions.py +0 -0
  287. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_earnings.py +0 -0
  288. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_employee.py +0 -0
  289. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_employer.py +0 -0
  290. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_net_pay.py +0 -0
  291. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_pay_stub_pay_basis_type.py +0 -0
  292. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_get_request.py +0 -0
  293. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_get_response.py +0 -0
  294. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_precheck_request.py +0 -0
  295. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_precheck_response.py +0 -0
  296. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_refresh_request.py +0 -0
  297. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_refresh_response.py +0 -0
  298. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_risk_signals_get_request.py +0 -0
  299. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_payroll_income_risk_signals_get_response.py +0 -0
  300. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_platform_ids.py +0 -0
  301. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_create_request.py +0 -0
  302. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_create_response.py +0 -0
  303. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_get_request.py +0 -0
  304. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_refresh_request.py +0 -0
  305. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_refresh_response.py +0 -0
  306. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_remove_request.py +0 -0
  307. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_relay_remove_response.py +0 -0
  308. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session.py +0 -0
  309. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_bank_income_result.py +0 -0
  310. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_bank_income_status.py +0 -0
  311. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_document_income_result.py +0 -0
  312. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_error.py +0 -0
  313. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_item_add_result.py +0 -0
  314. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_session_payroll_income_result.py +0 -0
  315. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_sessions_get_request.py +0 -0
  316. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_sessions_get_response.py +0 -0
  317. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/credit_w2.py +0 -0
  318. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/customer_initiated_return_risk.py +0 -0
  319. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/customer_initiated_risk_tier.py +0 -0
  320. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user.py +0 -0
  321. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_get_request.py +0 -0
  322. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_get_response.py +0 -0
  323. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_list_request.py +0 -0
  324. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_list_response.py +0 -0
  325. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/dashboard_user_status.py +0 -0
  326. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/date_range.py +0 -0
  327. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deductions.py +0 -0
  328. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deductions_breakdown.py +0 -0
  329. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deductions_total.py +0 -0
  330. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/default_update_webhook.py +0 -0
  331. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_address_data.py +0 -0
  332. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_alt_create_request.py +0 -0
  333. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_alt_create_response.py +0 -0
  334. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_create_request.py +0 -0
  335. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_create_request_options.py +0 -0
  336. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_create_response.py +0 -0
  337. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_get_request.py +0 -0
  338. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_get_response.py +0 -0
  339. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_state_update_webhook.py +0 -0
  340. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_target_account.py +0 -0
  341. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_target_user.py +0 -0
  342. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_token_create_request.py +0 -0
  343. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/deposit_switch_token_create_response.py +0 -0
  344. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/depository_account_subtype.py +0 -0
  345. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/depository_account_subtypes.py +0 -0
  346. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/depository_filter.py +0 -0
  347. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/detailed_originator.py +0 -0
  348. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/distribution_breakdown.py +0 -0
  349. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/doc_type.py +0 -0
  350. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_analysis.py +0 -0
  351. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_authenticity_match_code.py +0 -0
  352. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_date_of_birth_match_code.py +0 -0
  353. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_name_match_code.py +0 -0
  354. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_signal.py +0 -0
  355. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_signal_institution_metadata.py +0 -0
  356. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_signals_object.py +0 -0
  357. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_risk_summary.py +0 -0
  358. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/document_status.py +0 -0
  359. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/documentary_verification.py +0 -0
  360. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/documentary_verification_document.py +0 -0
  361. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings.py +0 -0
  362. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings_breakdown.py +0 -0
  363. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings_breakdown_canonical_description.py +0 -0
  364. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/earnings_total.py +0 -0
  365. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/email.py +0 -0
  366. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/email_address_match_score.py +0 -0
  367. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employee.py +0 -0
  368. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employee_income_summary_field_string.py +0 -0
  369. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employer.py +0 -0
  370. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employer_income_summary_field_string.py +0 -0
  371. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employer_verification.py +0 -0
  372. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employers_search_request.py +0 -0
  373. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employers_search_response.py +0 -0
  374. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_details.py +0 -0
  375. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_source_type.py +0 -0
  376. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification.py +0 -0
  377. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification_get_request.py +0 -0
  378. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification_get_response.py +0 -0
  379. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/employment_verification_status.py +0 -0
  380. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/enhancements.py +0 -0
  381. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/enrich_transaction_direction.py +0 -0
  382. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_document.py +0 -0
  383. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_document_type.py +0 -0
  384. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_analysis.py +0 -0
  385. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_data.py +0 -0
  386. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_documents_items.py +0 -0
  387. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_emails.py +0 -0
  388. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_emails_items.py +0 -0
  389. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_names.py +0 -0
  390. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_names_items.py +0 -0
  391. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_phone_numbers.py +0 -0
  392. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_urls.py +0 -0
  393. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hit_urls_items.py +0 -0
  394. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_hits_phone_number_items.py +0 -0
  395. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_screening_status_updated_webhook.py +0 -0
  396. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_code.py +0 -0
  397. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_program.py +0 -0
  398. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening.py +0 -0
  399. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_hit.py +0 -0
  400. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_name.py +0 -0
  401. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_program_name.py +0 -0
  402. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_review.py +0 -0
  403. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_screening_search_terms.py +0 -0
  404. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/entity_watchlist_search_terms.py +0 -0
  405. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/expiration_date.py +0 -0
  406. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_refund_details.py +0 -0
  407. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_schedule_base.py +0 -0
  408. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_schedule_get.py +0 -0
  409. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/external_payment_schedule_request.py +0 -0
  410. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fallback_auth_microdeposit_auto_verified_webhook.py +0 -0
  411. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fallback_auth_microdeposit_verification_expired_webhook.py +0 -0
  412. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_content_types.py +0 -0
  413. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_hateoas_link.py +0 -0
  414. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_hateoas_link_action.py +0 -0
  415. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification.py +0 -0
  416. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_category.py +0 -0
  417. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_payload.py +0 -0
  418. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_payload_id_type.py +0 -0
  419. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_priority.py +0 -0
  420. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_severity.py +0 -0
  421. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_notification_type.py +0 -0
  422. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_party.py +0 -0
  423. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_party_registry.py +0 -0
  424. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdx_party_type.py +0 -0
  425. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/fdxfi_attribute.py +0 -0
  426. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/form1099_type.py +0 -0
  427. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/freddie_report_type.py +0 -0
  428. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/generic_country_code.py +0 -0
  429. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/generic_country_code_nullable.py +0 -0
  430. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/generic_screening_hit_location_items.py +0 -0
  431. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/health_incident.py +0 -0
  432. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/historical_balance.py +0 -0
  433. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/historical_update_webhook.py +0 -0
  434. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/holding.py +0 -0
  435. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/holdings_default_update_webhook.py +0 -0
  436. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/holdings_override.py +0 -0
  437. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/id_number_type.py +0 -0
  438. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_default_update_webhook.py +0 -0
  439. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_get_request.py +0 -0
  440. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_get_request_options.py +0 -0
  441. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_get_response.py +0 -0
  442. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_request.py +0 -0
  443. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_request_options.py +0 -0
  444. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_response.py +0 -0
  445. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_match_user.py +0 -0
  446. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_update_types.py +0 -0
  447. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification.py +0 -0
  448. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_create_request.py +0 -0
  449. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_create_response.py +0 -0
  450. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_get_request.py +0 -0
  451. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_get_response.py +0 -0
  452. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_list_request.py +0 -0
  453. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_list_response.py +0 -0
  454. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_request_user.py +0 -0
  455. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retried_webhook.py +0 -0
  456. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retry_request.py +0 -0
  457. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retry_request_steps_object.py +0 -0
  458. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_retry_response.py +0 -0
  459. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_status_updated_webhook.py +0 -0
  460. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_step_status.py +0 -0
  461. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_step_summary.py +0 -0
  462. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_step_updated_webhook.py +0 -0
  463. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_template_reference.py +0 -0
  464. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_user_address.py +0 -0
  465. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/identity_verification_user_data.py +0 -0
  466. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/image_quality.py +0 -0
  467. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/incident_update.py +0 -0
  468. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_breakdown.py +0 -0
  469. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_breakdown_type.py +0 -0
  470. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_override.py +0 -0
  471. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_summary.py +0 -0
  472. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_summary_field_number.py +0 -0
  473. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_summary_field_string.py +0 -0
  474. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_create_request.py +0 -0
  475. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_create_request_options.py +0 -0
  476. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_create_response.py +0 -0
  477. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_documents_download_request.py +0 -0
  478. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_payroll_flow_type.py +0 -0
  479. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_paystubs_get_request.py +0 -0
  480. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_paystubs_get_response.py +0 -0
  481. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_confidence.py +0 -0
  482. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_employer.py +0 -0
  483. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_employer_address.py +0 -0
  484. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_employer_address_data.py +0 -0
  485. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_military_info.py +0 -0
  486. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_payroll_institution.py +0 -0
  487. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_request.py +0 -0
  488. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_response.py +0 -0
  489. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_precheck_user.py +0 -0
  490. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_source_type.py +0 -0
  491. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_status_webhook.py +0 -0
  492. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_taxforms_get_request.py +0 -0
  493. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_taxforms_get_response.py +0 -0
  494. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/income_verification_webhook_status.py +0 -0
  495. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_name.py +0 -0
  496. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_screening_hit_names.py +0 -0
  497. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_watchlist_code.py +0 -0
  498. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_watchlist_program.py +0 -0
  499. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/individual_watchlist_screening_program_name.py +0 -0
  500. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/inflow_model.py +0 -0
  501. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/initial_update_webhook.py +0 -0
  502. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institution.py +0 -0
  503. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institution_status.py +0 -0
  504. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institution_supported_networks.py +0 -0
  505. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_by_id_request.py +0 -0
  506. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_by_id_request_options.py +0 -0
  507. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_by_id_response.py +0 -0
  508. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_request.py +0 -0
  509. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_request_options.py +0 -0
  510. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_get_response.py +0 -0
  511. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_account_filter.py +0 -0
  512. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_payment_initiation_options.py +0 -0
  513. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_request.py +0 -0
  514. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_request_options.py +0 -0
  515. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/institutions_search_response.py +0 -0
  516. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_account_subtype.py +0 -0
  517. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_account_subtypes.py +0 -0
  518. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_filter.py +0 -0
  519. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_holdings_get_request_options.py +0 -0
  520. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_transaction.py +0 -0
  521. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_transaction_subtype.py +0 -0
  522. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investment_transaction_type.py +0 -0
  523. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_default_update_webhook.py +0 -0
  524. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_holdings_get_request.py +0 -0
  525. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_holdings_get_response.py +0 -0
  526. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_get_request.py +0 -0
  527. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_get_request_options.py +0 -0
  528. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_get_response.py +0 -0
  529. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/investments_transactions_override.py +0 -0
  530. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/issuing_country.py +0 -0
  531. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item.py +0 -0
  532. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_access_token_invalidate_request.py +0 -0
  533. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_access_token_invalidate_response.py +0 -0
  534. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_activity_list_request.py +0 -0
  535. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_activity_list_response.py +0 -0
  536. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_list_request.py +0 -0
  537. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_list_response.py +0 -0
  538. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_list_user_auth.py +0 -0
  539. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_scopes_update_request.py +0 -0
  540. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_application_scopes_update_response.py +0 -0
  541. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_error_webhook.py +0 -0
  542. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_get_request.py +0 -0
  543. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_get_response.py +0 -0
  544. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_request.py +0 -0
  545. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_request_options.py +0 -0
  546. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_request_user_auth.py +0 -0
  547. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_import_response.py +0 -0
  548. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_product_ready_webhook.py +0 -0
  549. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_create_request.py +0 -0
  550. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_create_response.py +0 -0
  551. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_exchange_request.py +0 -0
  552. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_public_token_exchange_response.py +0 -0
  553. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_remove_request.py +0 -0
  554. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_remove_response.py +0 -0
  555. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status.py +0 -0
  556. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_investments.py +0 -0
  557. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_last_webhook.py +0 -0
  558. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_nullable.py +0 -0
  559. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_status_transactions.py +0 -0
  560. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_webhook_update_request.py +0 -0
  561. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/item_webhook_update_response.py +0 -0
  562. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/jwk_public_key.py +0 -0
  563. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/jwt_header.py +0 -0
  564. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_address_summary.py +0 -0
  565. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_date_of_birth_summary.py +0 -0
  566. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_details.py +0 -0
  567. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_id_number_summary.py +0 -0
  568. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_name_summary.py +0 -0
  569. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/kyc_check_phone_summary.py +0 -0
  570. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_account_ids_with_updated_liabilities.py +0 -0
  571. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_default_update_webhook.py +0 -0
  572. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_get_request.py +0 -0
  573. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_get_request_options.py +0 -0
  574. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_get_response.py +0 -0
  575. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liabilities_object.py +0 -0
  576. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/liability_override.py +0 -0
  577. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_communication_method.py +0 -0
  578. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_delivery_method.py +0 -0
  579. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_delivery_session_status.py +0 -0
  580. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_o_auth_correlation_id_exchange_request.py +0 -0
  581. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_o_auth_correlation_id_exchange_response.py +0 -0
  582. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_account_filters.py +0 -0
  583. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_credit_filter.py +0 -0
  584. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_depository_filter.py +0 -0
  585. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_institution_data.py +0 -0
  586. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_investment_filter.py +0 -0
  587. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_loan_filter.py +0 -0
  588. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_account_subtypes.py +0 -0
  589. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_auth.py +0 -0
  590. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_deposit_switch.py +0 -0
  591. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_employment.py +0 -0
  592. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_employment_bank_income.py +0 -0
  593. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_identity_verification.py +0 -0
  594. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_income_verification.py +0 -0
  595. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_income_verification_payroll_income.py +0 -0
  596. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_payment_initiation.py +0 -0
  597. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_transfer.py +0 -0
  598. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_update.py +0 -0
  599. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_user.py +0 -0
  600. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_request_user_stated_income_source.py +0 -0
  601. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_create_response.py +0 -0
  602. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_eu_config.py +0 -0
  603. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_get_metadata_response.py +0 -0
  604. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_get_request.py +0 -0
  605. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_get_response.py +0 -0
  606. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/link_token_investments.py +0 -0
  607. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan.py +0 -0
  608. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_account_subtype.py +0 -0
  609. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_account_subtypes.py +0 -0
  610. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_filter.py +0 -0
  611. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_identifier.py +0 -0
  612. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_identifier_type.py +0 -0
  613. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loan_identifiers.py +0 -0
  614. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/loans.py +0 -0
  615. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/location.py +0 -0
  616. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/match_summary.py +0 -0
  617. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/match_summary_code.py +0 -0
  618. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/meta.py +0 -0
  619. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mfa.py +0 -0
  620. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mortgage_interest_rate.py +0 -0
  621. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mortgage_liability.py +0 -0
  622. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/mortgage_property_address.py +0 -0
  623. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/multi_document_risk_signal.py +0 -0
  624. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/name_match_score.py +0 -0
  625. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/net_pay.py +0 -0
  626. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/new_accounts_available_webhook.py +0 -0
  627. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers.py +0 -0
  628. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_ach.py +0 -0
  629. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_ach_nullable.py +0 -0
  630. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_bacs.py +0 -0
  631. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_bacs_nullable.py +0 -0
  632. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_eft.py +0 -0
  633. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_eft_nullable.py +0 -0
  634. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_iban.py +0 -0
  635. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_iban_nullable.py +0 -0
  636. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_international.py +0 -0
  637. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_international_iban.py +0 -0
  638. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/numbers_international_nullable.py +0 -0
  639. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/originator.py +0 -0
  640. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/override_account_type.py +0 -0
  641. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/override_accounts.py +0 -0
  642. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/owner.py +0 -0
  643. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/owner_override.py +0 -0
  644. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/parties.py +0 -0
  645. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_create_request.py +0 -0
  646. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_create_response.py +0 -0
  647. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_enable_request.py +0 -0
  648. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_enable_response.py +0 -0
  649. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_get_request.py +0 -0
  650. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_get_response.py +0 -0
  651. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_o_auth_institutions_get_request.py +0 -0
  652. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_o_auth_institutions_get_response.py +0 -0
  653. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_remove_request.py +0 -0
  654. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_customer_remove_response.py +0 -0
  655. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer.py +0 -0
  656. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_address.py +0 -0
  657. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_assets_under_management.py +0 -0
  658. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_billing_contact.py +0 -0
  659. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_customer_support_info.py +0 -0
  660. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_flowdown_status.py +0 -0
  661. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_institution.py +0 -0
  662. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_institution_application_status.py +0 -0
  663. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_institution_environments.py +0 -0
  664. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_status_updated_values.py +0 -0
  665. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_o_auth_status_updated_webhook.py +0 -0
  666. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_questionnaire_status.py +0 -0
  667. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_secrets.py +0 -0
  668. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_status.py +0 -0
  669. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_technical_contact.py +0 -0
  670. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_with_secrets.py +0 -0
  671. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/partner_end_customer_with_secrets_all_of.py +0 -0
  672. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/party.py +0 -0
  673. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/party_individual.py +0 -0
  674. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/party_role_type.py +0 -0
  675. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay.py +0 -0
  676. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_frequency.py +0 -0
  677. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_frequency_value.py +0 -0
  678. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_period_details.py +0 -0
  679. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_deductions_breakdown.py +0 -0
  680. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_deductions_total.py +0 -0
  681. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_distribution_breakdown.py +0 -0
  682. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_earnings_breakdown.py +0 -0
  683. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_earnings_total.py +0 -0
  684. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_pay_period_details.py +0 -0
  685. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pay_stub_taxpayer_id.py +0 -0
  686. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount.py +0 -0
  687. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_currency.py +0 -0
  688. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_nullable.py +0 -0
  689. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_refunded.py +0 -0
  690. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_amount_to_refund.py +0 -0
  691. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_channel.py +0 -0
  692. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_max_payment_amount.py +0 -0
  693. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_alignment.py +0 -0
  694. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_amount.py +0 -0
  695. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_amount_amount.py +0 -0
  696. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_periodic_interval.py +0 -0
  697. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_consent_valid_date_time.py +0 -0
  698. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_address.py +0 -0
  699. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent.py +0 -0
  700. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_constraints.py +0 -0
  701. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_create_request.py +0 -0
  702. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_create_response.py +0 -0
  703. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_get_request.py +0 -0
  704. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_get_response.py +0 -0
  705. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_payment_execute_request.py +0 -0
  706. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_payment_execute_response.py +0 -0
  707. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_revoke_request.py +0 -0
  708. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_revoke_response.py +0 -0
  709. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_scope.py +0 -0
  710. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_consent_status.py +0 -0
  711. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_maximum_payment_amount.py +0 -0
  712. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_metadata.py +0 -0
  713. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_optional_restriction_bacs.py +0 -0
  714. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment.py +0 -0
  715. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_create_request.py +0 -0
  716. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_create_response.py +0 -0
  717. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_create_status.py +0 -0
  718. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_get_request.py +0 -0
  719. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_get_response.py +0 -0
  720. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_list_request.py +0 -0
  721. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_list_response.py +0 -0
  722. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_reverse_request.py +0 -0
  723. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_reverse_response.py +0 -0
  724. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_status.py +0 -0
  725. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_token_create_request.py +0 -0
  726. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_payment_token_create_response.py +0 -0
  727. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient.py +0 -0
  728. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_create_request.py +0 -0
  729. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_create_response.py +0 -0
  730. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_get_request.py +0 -0
  731. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_get_response.py +0 -0
  732. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_get_response_all_of.py +0 -0
  733. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_list_request.py +0 -0
  734. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_recipient_list_response.py +0 -0
  735. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_initiation_standing_order_metadata.py +0 -0
  736. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_meta.py +0 -0
  737. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_create_request.py +0 -0
  738. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_create_response.py +0 -0
  739. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_get_request.py +0 -0
  740. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_get_response.py +0 -0
  741. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_remove_request.py +0 -0
  742. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_remove_response.py +0 -0
  743. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_profile_status.py +0 -0
  744. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_schedule_interval.py +0 -0
  745. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_scheme.py +0 -0
  746. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payment_status_update_webhook.py +0 -0
  747. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_income_account_data.py +0 -0
  748. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_income_object.py +0 -0
  749. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_income_rate_of_pay.py +0 -0
  750. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_item.py +0 -0
  751. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/payroll_item_status.py +0 -0
  752. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub.py +0 -0
  753. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_address.py +0 -0
  754. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_deduction.py +0 -0
  755. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_details.py +0 -0
  756. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_employer.py +0 -0
  757. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override.py +0 -0
  758. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override_employee.py +0 -0
  759. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override_employee_address.py +0 -0
  760. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_override_employer.py +0 -0
  761. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_pay_frequency.py +0 -0
  762. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/paystub_ytd_details.py +0 -0
  763. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pending_expiration_webhook.py +0 -0
  764. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/personal_finance_category.py +0 -0
  765. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/phone_number.py +0 -0
  766. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/phone_number_match_score.py +0 -0
  767. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/phone_type.py +0 -0
  768. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_category.py +0 -0
  769. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_extracted_data.py +0 -0
  770. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_extracted_data_analysis.py +0 -0
  771. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/physical_document_images.py +0 -0
  772. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/plaid_error.py +0 -0
  773. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/plaid_error_type.py +0 -0
  774. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/platform_ids.py +0 -0
  775. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/po_box_status.py +0 -0
  776. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_apex_processor_token_create_request.py +0 -0
  777. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_auth_get_request.py +0 -0
  778. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_auth_get_response.py +0 -0
  779. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_balance_get_request.py +0 -0
  780. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_balance_get_request_options.py +0 -0
  781. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_balance_get_response.py +0 -0
  782. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_bank_transfer_create_request.py +0 -0
  783. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_bank_transfer_create_response.py +0 -0
  784. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_identity_get_request.py +0 -0
  785. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_identity_get_response.py +0 -0
  786. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_number.py +0 -0
  787. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_stripe_bank_account_token_create_request.py +0 -0
  788. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_stripe_bank_account_token_create_response.py +0 -0
  789. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_token_create_request.py +0 -0
  790. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/processor_token_create_response.py +0 -0
  791. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/product_access.py +0 -0
  792. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/product_status.py +0 -0
  793. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/product_status_breakdown.py +0 -0
  794. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/products.py +0 -0
  795. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/program_name_sensitivity.py +0 -0
  796. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/projected_income_summary_field_number.py +0 -0
  797. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/pslf_status.py +0 -0
  798. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recaptcha_required_error.py +0 -0
  799. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recipient_bacs.py +0 -0
  800. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recipient_bacs_nullable.py +0 -0
  801. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_cancelled_webhook.py +0 -0
  802. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_new_transfer_webhook.py +0 -0
  803. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transaction_frequency.py +0 -0
  804. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transactions_update_webhook.py +0 -0
  805. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transfer.py +0 -0
  806. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transfer_nullable.py +0 -0
  807. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/recurring_transfer_skipped_webhook.py +0 -0
  808. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/removed_transaction.py +0 -0
  809. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/report_type.py +0 -0
  810. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/reporting_information.py +0 -0
  811. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/review_comment.py +0 -0
  812. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/risk_signal_document_reference.py +0 -0
  813. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/role.py +0 -0
  814. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/role_detail.py +0 -0
  815. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/roles.py +0 -0
  816. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_fire_webhook_request.py +0 -0
  817. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_fire_webhook_response.py +0 -0
  818. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_simulate_request.py +0 -0
  819. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_bank_transfer_simulate_response.py +0 -0
  820. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_income_fire_webhook_request.py +0 -0
  821. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_income_fire_webhook_response.py +0 -0
  822. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_fire_webhook_request.py +0 -0
  823. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_fire_webhook_response.py +0 -0
  824. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_reset_login_request.py +0 -0
  825. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_reset_login_response.py +0 -0
  826. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_set_verification_status_request.py +0 -0
  827. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_item_set_verification_status_response.py +0 -0
  828. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_oauth_select_accounts_request.py +0 -0
  829. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_oauth_select_accounts_response.py +0 -0
  830. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_payment_profile_reset_login_request.py +0 -0
  831. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_payment_profile_reset_login_response.py +0 -0
  832. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_processor_token_create_request.py +0 -0
  833. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_processor_token_create_request_options.py +0 -0
  834. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_processor_token_create_response.py +0 -0
  835. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request.py +0 -0
  836. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_income_verification_bank_income.py +0 -0
  837. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_options.py +0 -0
  838. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_options_income_verification.py +0 -0
  839. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_request_options_transactions.py +0 -0
  840. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_public_token_create_response.py +0 -0
  841. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_fire_webhook_request.py +0 -0
  842. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_fire_webhook_response.py +0 -0
  843. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_repayment_simulate_request.py +0 -0
  844. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_repayment_simulate_response.py +0 -0
  845. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_simulate_request.py +0 -0
  846. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_simulate_response.py +0 -0
  847. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_sweep_simulate_request.py +0 -0
  848. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_sweep_simulate_response.py +0 -0
  849. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_advance_request.py +0 -0
  850. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_advance_response.py +0 -0
  851. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_create_request.py +0 -0
  852. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_create_response.py +0 -0
  853. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_get_request.py +0 -0
  854. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_get_response.py +0 -0
  855. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_list_request.py +0 -0
  856. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sandbox_transfer_test_clock_list_response.py +0 -0
  857. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/scopes.py +0 -0
  858. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/scopes_context.py +0 -0
  859. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/scopes_nullable.py +0 -0
  860. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_analysis.py +0 -0
  861. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_data.py +0 -0
  862. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_date_of_birth_item.py +0 -0
  863. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_documents_items.py +0 -0
  864. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_hit_names_items.py +0 -0
  865. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/screening_status_updated_webhook.py +0 -0
  866. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/security.py +0 -0
  867. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/security_override.py +0 -0
  868. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sender_bacs_nullable.py +0 -0
  869. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service.py +0 -0
  870. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service_product_fulfillment.py +0 -0
  871. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service_product_fulfillment_detail.py +0 -0
  872. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/service_product_fulfillment_identifier.py +0 -0
  873. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/servicer_address_data.py +0 -0
  874. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/services.py +0 -0
  875. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_address_data.py +0 -0
  876. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_decision_outcome.py +0 -0
  877. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_decision_report_request.py +0 -0
  878. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_decision_report_response.py +0 -0
  879. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_device.py +0 -0
  880. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_evaluate_core_attributes.py +0 -0
  881. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_evaluate_response.py +0 -0
  882. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_payment_method.py +0 -0
  883. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_person_name.py +0 -0
  884. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_prepare_request.py +0 -0
  885. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_prepare_response.py +0 -0
  886. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_return_report_request.py +0 -0
  887. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_return_report_response.py +0 -0
  888. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_score.py +0 -0
  889. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_scores.py +0 -0
  890. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/signal_user.py +0 -0
  891. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/simulated_transfer_sweep.py +0 -0
  892. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/single_document_risk_signal.py +0 -0
  893. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/source.py +0 -0
  894. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/source_uid.py +0 -0
  895. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/standalone_account_type.py +0 -0
  896. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/standalone_currency_code_list.py +0 -0
  897. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/standalone_investment_transaction_type.py +0 -0
  898. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/status.py +0 -0
  899. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/statuses.py +0 -0
  900. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/strategy.py +0 -0
  901. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_loan.py +0 -0
  902. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_loan_repayment_model.py +0 -0
  903. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_loan_status.py +0 -0
  904. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/student_repayment_plan.py +0 -0
  905. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/sync_updates_available_webhook.py +0 -0
  906. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxform.py +0 -0
  907. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_id.py +0 -0
  908. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_identifier.py +0 -0
  909. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_identifier_type.py +0 -0
  910. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/taxpayer_identifiers.py +0 -0
  911. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/total.py +0 -0
  912. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/total_canonical_description.py +0 -0
  913. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_base.py +0 -0
  914. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_code.py +0 -0
  915. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_counterparty.py +0 -0
  916. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_data.py +0 -0
  917. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_override.py +0 -0
  918. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_stream.py +0 -0
  919. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_stream_amount.py +0 -0
  920. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transaction_stream_status.py +0 -0
  921. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enhance_get_request.py +0 -0
  922. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enhance_get_response.py +0 -0
  923. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enrich_get_request.py +0 -0
  924. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enrich_get_response.py +0 -0
  925. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_enrich_request_options.py +0 -0
  926. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_get_request.py +0 -0
  927. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_get_request_options.py +0 -0
  928. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_get_response.py +0 -0
  929. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_recurring_get_request.py +0 -0
  930. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_recurring_get_request_options.py +0 -0
  931. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_recurring_get_response.py +0 -0
  932. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_refresh_request.py +0 -0
  933. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_refresh_response.py +0 -0
  934. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_removed_webhook.py +0 -0
  935. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rule_details.py +0 -0
  936. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rule_field.py +0 -0
  937. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rule_type.py +0 -0
  938. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_create_request.py +0 -0
  939. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_create_response.py +0 -0
  940. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_list_request.py +0 -0
  941. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_list_response.py +0 -0
  942. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_remove_request.py +0 -0
  943. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_rules_remove_response.py +0 -0
  944. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_sync_request.py +0 -0
  945. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transactions_sync_request_options.py +0 -0
  946. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer.py +0 -0
  947. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization.py +0 -0
  948. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_create_request.py +0 -0
  949. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_create_response.py +0 -0
  950. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_decision.py +0 -0
  951. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_decision_rationale.py +0 -0
  952. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_decision_rationale_code.py +0 -0
  953. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_device.py +0 -0
  954. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_guarantee_decision.py +0 -0
  955. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_guarantee_decision_rationale.py +0 -0
  956. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_guarantee_decision_rationale_code.py +0 -0
  957. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_idempotency_key.py +0 -0
  958. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_proposed_transfer.py +0 -0
  959. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_authorization_user_in_request.py +0 -0
  960. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_cancel_request.py +0 -0
  961. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_cancel_response.py +0 -0
  962. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_capabilities_get_request.py +0 -0
  963. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_capabilities_get_response.py +0 -0
  964. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_create_idempotency_key.py +0 -0
  965. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_create_request.py +0 -0
  966. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_create_response.py +0 -0
  967. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_device.py +0 -0
  968. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_diligence_status.py +0 -0
  969. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event.py +0 -0
  970. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_list_request.py +0 -0
  971. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_list_response.py +0 -0
  972. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_list_transfer_type.py +0 -0
  973. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_sync_request.py +0 -0
  974. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_sync_response.py +0 -0
  975. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_event_type.py +0 -0
  976. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_events_update_webhook.py +0 -0
  977. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_failure.py +0 -0
  978. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_get_request.py +0 -0
  979. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_get_response.py +0 -0
  980. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_authorization_decision.py +0 -0
  981. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create.py +0 -0
  982. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_request.py +0 -0
  983. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_create_response.py +0 -0
  984. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get.py +0 -0
  985. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get_failure_reason.py +0 -0
  986. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get_request.py +0 -0
  987. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_intent_get_response.py +0 -0
  988. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_list_request.py +0 -0
  989. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_list_response.py +0 -0
  990. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_metadata.py +0 -0
  991. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_migrate_account_request.py +0 -0
  992. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_migrate_account_response.py +0 -0
  993. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_create_request.py +0 -0
  994. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_create_response.py +0 -0
  995. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_get_request.py +0 -0
  996. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_get_response.py +0 -0
  997. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_list_request.py +0 -0
  998. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_originator_list_response.py +0 -0
  999. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_questionnaire_create_request.py +0 -0
  1000. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_questionnaire_create_response.py +0 -0
  1001. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_cancel_request.py +0 -0
  1002. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_cancel_response.py +0 -0
  1003. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_create_request.py +0 -0
  1004. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_create_response.py +0 -0
  1005. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_get_request.py +0 -0
  1006. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_get_response.py +0 -0
  1007. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_idempotency_key.py +0 -0
  1008. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_list_request.py +0 -0
  1009. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_list_response.py +0 -0
  1010. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_schedule.py +0 -0
  1011. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_recurring_status.py +0 -0
  1012. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund.py +0 -0
  1013. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_cancel_request.py +0 -0
  1014. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_cancel_response.py +0 -0
  1015. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_create_request.py +0 -0
  1016. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_create_response.py +0 -0
  1017. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_get_request.py +0 -0
  1018. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_get_response.py +0 -0
  1019. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_idempotency_key.py +0 -0
  1020. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_refund_status.py +0 -0
  1021. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment.py +0 -0
  1022. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_list_request.py +0 -0
  1023. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_list_response.py +0 -0
  1024. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_return.py +0 -0
  1025. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_return_list_request.py +0 -0
  1026. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_repayment_return_list_response.py +0 -0
  1027. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_schedule_interval_unit.py +0 -0
  1028. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_status.py +0 -0
  1029. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep.py +0 -0
  1030. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_get_request.py +0 -0
  1031. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_get_response.py +0 -0
  1032. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_list_request.py +0 -0
  1033. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_list_response.py +0 -0
  1034. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_sweep_status.py +0 -0
  1035. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_test_clock.py +0 -0
  1036. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_type.py +0 -0
  1037. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_address_in_request.py +0 -0
  1038. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_address_in_response.py +0 -0
  1039. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_in_request.py +0 -0
  1040. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_in_request_deprecated.py +0 -0
  1041. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/transfer_user_in_response.py +0 -0
  1042. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/update_entity_screening_request_search_terms.py +0 -0
  1043. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/update_individual_screening_request_search_terms.py +0 -0
  1044. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_address.py +0 -0
  1045. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_create_request.py +0 -0
  1046. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_create_response.py +0 -0
  1047. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_custom_password.py +0 -0
  1048. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_id_number.py +0 -0
  1049. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_name.py +0 -0
  1050. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_permission_revoked_webhook.py +0 -0
  1051. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_stated_income_source_category.py +0 -0
  1052. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_stated_income_source_frequency.py +0 -0
  1053. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/user_stated_income_source_pay_type.py +0 -0
  1054. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/validation_source.py +0 -0
  1055. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/validation_sources.py +0 -0
  1056. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_expired_webhook.py +0 -0
  1057. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_of_asset.py +0 -0
  1058. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_of_asset_response.py +0 -0
  1059. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_refresh_status.py +0 -0
  1060. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/verification_status.py +0 -0
  1061. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/w2.py +0 -0
  1062. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/w2_box12.py +0 -0
  1063. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/w2_state_and_local_wages.py +0 -0
  1064. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet.py +0 -0
  1065. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_balance.py +0 -0
  1066. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_create_request.py +0 -0
  1067. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_create_response.py +0 -0
  1068. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_get_request.py +0 -0
  1069. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_get_response.py +0 -0
  1070. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_iso_currency_code.py +0 -0
  1071. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_list_request.py +0 -0
  1072. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_list_response.py +0 -0
  1073. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_numbers.py +0 -0
  1074. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_status.py +0 -0
  1075. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction.py +0 -0
  1076. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_amount.py +0 -0
  1077. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty.py +0 -0
  1078. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty_bacs.py +0 -0
  1079. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty_international.py +0 -0
  1080. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_counterparty_numbers.py +0 -0
  1081. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_execute_request.py +0 -0
  1082. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_execute_response.py +0 -0
  1083. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_get_request.py +0 -0
  1084. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_get_response.py +0 -0
  1085. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_idempotency_key.py +0 -0
  1086. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_list_request.py +0 -0
  1087. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_list_request_options.py +0 -0
  1088. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_list_response.py +0 -0
  1089. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_status.py +0 -0
  1090. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transaction_status_update_webhook.py +0 -0
  1091. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/wallet_transactions_list_request.py +0 -0
  1092. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/warning.py +0 -0
  1093. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_audit_trail.py +0 -0
  1094. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document.py +0 -0
  1095. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document_type.py +0 -0
  1096. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document_value.py +0 -0
  1097. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_document_value_nullable.py +0 -0
  1098. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_create_request.py +0 -0
  1099. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_create_response.py +0 -0
  1100. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_get_request.py +0 -0
  1101. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_get_response.py +0 -0
  1102. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_history_list_request.py +0 -0
  1103. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_history_list_response.py +0 -0
  1104. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_hit_list_request.py +0 -0
  1105. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_hit_list_response.py +0 -0
  1106. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_list_request.py +0 -0
  1107. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_list_response.py +0 -0
  1108. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_get_request.py +0 -0
  1109. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_get_response.py +0 -0
  1110. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_list_request.py +0 -0
  1111. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_program_list_response.py +0 -0
  1112. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_create_request.py +0 -0
  1113. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_create_response.py +0 -0
  1114. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_list_request.py +0 -0
  1115. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_review_list_response.py +0 -0
  1116. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_request.py +0 -0
  1117. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_request_resettable_field.py +0 -0
  1118. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_request_resettable_field_list.py +0 -0
  1119. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_entity_update_response.py +0 -0
  1120. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_hit.py +0 -0
  1121. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_hit_locations.py +0 -0
  1122. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_hit_status.py +0 -0
  1123. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual.py +0 -0
  1124. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_create_request.py +0 -0
  1125. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_create_response.py +0 -0
  1126. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_get_request.py +0 -0
  1127. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_get_response.py +0 -0
  1128. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_history_list_request.py +0 -0
  1129. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_history_list_response.py +0 -0
  1130. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_hit_list_request.py +0 -0
  1131. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_hit_list_response.py +0 -0
  1132. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_list_request.py +0 -0
  1133. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_list_response.py +0 -0
  1134. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_name.py +0 -0
  1135. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_get_request.py +0 -0
  1136. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_get_response.py +0 -0
  1137. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_list_request.py +0 -0
  1138. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_program_list_response.py +0 -0
  1139. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_create_request.py +0 -0
  1140. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_create_response.py +0 -0
  1141. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_list_request.py +0 -0
  1142. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_review_list_response.py +0 -0
  1143. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_request.py +0 -0
  1144. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_request_resettable_field.py +0 -0
  1145. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_request_resettable_field_list.py +0 -0
  1146. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_individual_update_response.py +0 -0
  1147. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_request_search_terms.py +0 -0
  1148. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_review.py +0 -0
  1149. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_search_terms.py +0 -0
  1150. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/watchlist_screening_status.py +0 -0
  1151. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/weak_alias_determination.py +0 -0
  1152. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_environment_values.py +0 -0
  1153. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_type.py +0 -0
  1154. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_update_acknowledged_webhook.py +0 -0
  1155. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_verification_key_get_request.py +0 -0
  1156. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/webhook_verification_key_get_response.py +0 -0
  1157. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ytd_gross_income_summary_field_number.py +0 -0
  1158. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model/ytd_net_income_summary_field_number.py +0 -0
  1159. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/model_utils.py +0 -0
  1160. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid/rest.py +0 -0
  1161. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/dependency_links.txt +0 -0
  1162. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/not-zip-safe +0 -0
  1163. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/requires.txt +0 -0
  1164. {plaid-python-11.5.0 → plaid-python-11.6.0}/plaid_python.egg-info/top_level.txt +0 -0
  1165. {plaid-python-11.5.0 → plaid-python-11.6.0}/setup.cfg +0 -0
  1166. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/__init__.py +0 -0
  1167. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/__init__.py +0 -0
  1168. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_accounts.py +0 -0
  1169. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_assets.py +0 -0
  1170. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_auth.py +0 -0
  1171. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_bank_transfer.py +0 -0
  1172. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_categories.py +0 -0
  1173. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_deposit_switch.py +0 -0
  1174. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_enrich.py +0 -0
  1175. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_holdings.py +0 -0
  1176. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_identity.py +0 -0
  1177. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_identity_verification.py +0 -0
  1178. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_income_verification.py +0 -0
  1179. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_institutions.py +0 -0
  1180. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_investment_transactions.py +0 -0
  1181. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_item.py +0 -0
  1182. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_liabilities.py +0 -0
  1183. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_link_token.py +0 -0
  1184. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_monitor.py +0 -0
  1185. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_payment_initiation.py +0 -0
  1186. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_processor.py +0 -0
  1187. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_sandbox.py +0 -0
  1188. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_transactions.py +0 -0
  1189. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/test_webhooks.py +0 -0
  1190. {plaid-python-11.5.0 → plaid-python-11.6.0}/tests/integration/util.py +0 -0
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plaid-python
3
- Version: 11.5.0
3
+ Version: 11.6.0
4
4
  Summary: Python client library for the Plaid API and Link
5
5
  Home-page: https://github.com/plaid/plaid-python
6
- Download-URL: https://github.com/plaid/plaid-python/tarball/v11.5.0
6
+ Download-URL: https://github.com/plaid/plaid-python/tarball/v11.6.0
7
7
  Author: Plaid Inc.
8
8
  Author-email: developers@plaid.com
9
9
  License: MIT
@@ -284,7 +284,7 @@ Please see [Contributing](CONTRIBUTING.md) for guidelines and instructions for l
284
284
  [1]: https://plaid.com
285
285
  [2]: https://plaid.com/docs/api
286
286
  [3]: https://plaid.com/docs/api#errors
287
- [4]: https://github.com/plaid/link
287
+ [4]: https://plaid.com/docs/link/
288
288
  [5]: https://github.com/plaid/plaid-python/issues/new
289
289
  [6]: https://github.com/plaid/plaid-python/blob/master/LICENSE
290
290
  [7]: https://plaid.github.io/plaid-python/contents.html
@@ -8,7 +8,7 @@
8
8
  """
9
9
 
10
10
 
11
- __version__ = "11.5.0"
11
+ __version__ = "11.6.0"
12
12
 
13
13
  # import ApiClient
14
14
  from plaid.api_client import ApiClient
@@ -227,6 +227,12 @@ from plaid.model.processor_bank_transfer_create_request import ProcessorBankTran
227
227
  from plaid.model.processor_bank_transfer_create_response import ProcessorBankTransferCreateResponse
228
228
  from plaid.model.processor_identity_get_request import ProcessorIdentityGetRequest
229
229
  from plaid.model.processor_identity_get_response import ProcessorIdentityGetResponse
230
+ from plaid.model.processor_signal_decision_report_request import ProcessorSignalDecisionReportRequest
231
+ from plaid.model.processor_signal_decision_report_response import ProcessorSignalDecisionReportResponse
232
+ from plaid.model.processor_signal_evaluate_request import ProcessorSignalEvaluateRequest
233
+ from plaid.model.processor_signal_evaluate_response import ProcessorSignalEvaluateResponse
234
+ from plaid.model.processor_signal_return_report_request import ProcessorSignalReturnReportRequest
235
+ from plaid.model.processor_signal_return_report_response import ProcessorSignalReturnReportResponse
230
236
  from plaid.model.processor_stripe_bank_account_token_create_request import ProcessorStripeBankAccountTokenCreateRequest
231
237
  from plaid.model.processor_stripe_bank_account_token_create_response import ProcessorStripeBankAccountTokenCreateResponse
232
238
  from plaid.model.processor_token_create_request import ProcessorTokenCreateRequest
@@ -359,7 +365,6 @@ from plaid.model.wallet_transaction_get_request import WalletTransactionGetReque
359
365
  from plaid.model.wallet_transaction_get_response import WalletTransactionGetResponse
360
366
  from plaid.model.wallet_transaction_list_request import WalletTransactionListRequest
361
367
  from plaid.model.wallet_transaction_list_response import WalletTransactionListResponse
362
- from plaid.model.wallet_transactions_list_request import WalletTransactionsListRequest
363
368
  from plaid.model.watchlist_screening_entity_create_request import WatchlistScreeningEntityCreateRequest
364
369
  from plaid.model.watchlist_screening_entity_create_response import WatchlistScreeningEntityCreateResponse
365
370
  from plaid.model.watchlist_screening_entity_get_request import WatchlistScreeningEntityGetRequest
@@ -10055,7 +10060,7 @@ class PlaidApi(object):
10055
10060
  link_delivery_create_request,
10056
10061
  **kwargs
10057
10062
  ):
10058
- """Create link delivery session # noqa: E501
10063
+ """Create Link Delivery session # noqa: E501
10059
10064
 
10060
10065
  Use the `/link_delivery/create` endpoint to create a Link Delivery session. # noqa: E501
10061
10066
  This method makes a synchronous HTTP request by default. To make an
@@ -10177,7 +10182,7 @@ class PlaidApi(object):
10177
10182
  link_delivery_get_request,
10178
10183
  **kwargs
10179
10184
  ):
10180
- """Get link delivery session # noqa: E501
10185
+ """Get Link Delivery session # noqa: E501
10181
10186
 
10182
10187
  Use the `/link_delivery/get` endpoint to get the status of a Link Delivery session. # noqa: E501
10183
10188
  This method makes a synchronous HTTP request by default. To make an
@@ -13588,6 +13593,372 @@ class PlaidApi(object):
13588
13593
  callable=__processor_identity_get
13589
13594
  )
13590
13595
 
13596
+ def __processor_signal_decision_report(
13597
+ self,
13598
+ processor_signal_decision_report_request,
13599
+ **kwargs
13600
+ ):
13601
+ """Report whether you initiated an ACH transaction # noqa: E501
13602
+
13603
+ After calling `/processor/signal/evaluate`, call `/processor/signal/decision/report` to report whether the transaction was initiated. This endpoint will return an [`INVALID_FIELD`](/docs/errors/invalid-request/#invalid_field) error if called a second time with a different value for `initiated`. # noqa: E501
13604
+ This method makes a synchronous HTTP request by default. To make an
13605
+ asynchronous HTTP request, please pass async_req=True
13606
+
13607
+ >>> thread = api.processor_signal_decision_report(processor_signal_decision_report_request, async_req=True)
13608
+ >>> result = thread.get()
13609
+
13610
+ Args:
13611
+ processor_signal_decision_report_request (ProcessorSignalDecisionReportRequest):
13612
+
13613
+ Keyword Args:
13614
+ _return_http_data_only (bool): response data without head status
13615
+ code and headers. Default is True.
13616
+ _preload_content (bool): if False, the urllib3.HTTPResponse object
13617
+ will be returned without reading/decoding response data.
13618
+ Default is True.
13619
+ _request_timeout (float/tuple): timeout setting for this request. If one
13620
+ number provided, it will be total request timeout. It can also
13621
+ be a pair (tuple) of (connection, read) timeouts.
13622
+ Default is None.
13623
+ _check_input_type (bool): specifies if type checking
13624
+ should be done one the data sent to the server.
13625
+ Default is True.
13626
+ _check_return_type (bool): specifies if type checking
13627
+ should be done one the data received from the server.
13628
+ Default is True.
13629
+ _host_index (int/None): specifies the index of the server
13630
+ that we want to use.
13631
+ Default is read from the configuration.
13632
+ async_req (bool): execute request asynchronously
13633
+
13634
+ Returns:
13635
+ ProcessorSignalDecisionReportResponse
13636
+ If the method is called asynchronously, returns the request
13637
+ thread.
13638
+ """
13639
+ kwargs['async_req'] = kwargs.get(
13640
+ 'async_req', False
13641
+ )
13642
+ kwargs['_return_http_data_only'] = kwargs.get(
13643
+ '_return_http_data_only', True
13644
+ )
13645
+ kwargs['_preload_content'] = kwargs.get(
13646
+ '_preload_content', True
13647
+ )
13648
+ kwargs['_request_timeout'] = kwargs.get(
13649
+ '_request_timeout', None
13650
+ )
13651
+ kwargs['_check_input_type'] = kwargs.get(
13652
+ '_check_input_type', True
13653
+ )
13654
+ kwargs['_check_return_type'] = kwargs.get(
13655
+ '_check_return_type', True
13656
+ )
13657
+ kwargs['_host_index'] = kwargs.get('_host_index')
13658
+ kwargs['processor_signal_decision_report_request'] = \
13659
+ processor_signal_decision_report_request
13660
+ return self.call_with_http_info(**kwargs)
13661
+
13662
+ self.processor_signal_decision_report = _Endpoint(
13663
+ settings={
13664
+ 'response_type': (ProcessorSignalDecisionReportResponse,),
13665
+ 'auth': [
13666
+ 'clientId',
13667
+ 'plaidVersion',
13668
+ 'secret'
13669
+ ],
13670
+ 'endpoint_path': '/processor/signal/decision/report',
13671
+ 'operation_id': 'processor_signal_decision_report',
13672
+ 'http_method': 'POST',
13673
+ 'servers': None,
13674
+ },
13675
+ params_map={
13676
+ 'all': [
13677
+ 'processor_signal_decision_report_request',
13678
+ ],
13679
+ 'required': [
13680
+ 'processor_signal_decision_report_request',
13681
+ ],
13682
+ 'nullable': [
13683
+ ],
13684
+ 'enum': [
13685
+ ],
13686
+ 'validation': [
13687
+ ]
13688
+ },
13689
+ root_map={
13690
+ 'validations': {
13691
+ },
13692
+ 'allowed_values': {
13693
+ },
13694
+ 'openapi_types': {
13695
+ 'processor_signal_decision_report_request':
13696
+ (ProcessorSignalDecisionReportRequest,),
13697
+ },
13698
+ 'attribute_map': {
13699
+ },
13700
+ 'location_map': {
13701
+ 'processor_signal_decision_report_request': 'body',
13702
+ },
13703
+ 'collection_format_map': {
13704
+ }
13705
+ },
13706
+ headers_map={
13707
+ 'accept': [
13708
+ 'application/json'
13709
+ ],
13710
+ 'content_type': [
13711
+ 'application/json'
13712
+ ]
13713
+ },
13714
+ api_client=api_client,
13715
+ callable=__processor_signal_decision_report
13716
+ )
13717
+
13718
+ def __processor_signal_evaluate(
13719
+ self,
13720
+ processor_signal_evaluate_request,
13721
+ **kwargs
13722
+ ):
13723
+ """Evaluate a planned ACH transaction # noqa: E501
13724
+
13725
+ Use `/processor/signal/evaluate` to evaluate a planned ACH transaction as a processor to get a return risk assessment (such as a risk score and risk tier) and additional risk signals. In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If `/processor/signal/evaluate` is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to our error documentation on [item errors](/docs/errors/item/) and [Link in Update Mode](/docs/link/update-mode/). Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time. # noqa: E501
13726
+ This method makes a synchronous HTTP request by default. To make an
13727
+ asynchronous HTTP request, please pass async_req=True
13728
+
13729
+ >>> thread = api.processor_signal_evaluate(processor_signal_evaluate_request, async_req=True)
13730
+ >>> result = thread.get()
13731
+
13732
+ Args:
13733
+ processor_signal_evaluate_request (ProcessorSignalEvaluateRequest):
13734
+
13735
+ Keyword Args:
13736
+ _return_http_data_only (bool): response data without head status
13737
+ code and headers. Default is True.
13738
+ _preload_content (bool): if False, the urllib3.HTTPResponse object
13739
+ will be returned without reading/decoding response data.
13740
+ Default is True.
13741
+ _request_timeout (float/tuple): timeout setting for this request. If one
13742
+ number provided, it will be total request timeout. It can also
13743
+ be a pair (tuple) of (connection, read) timeouts.
13744
+ Default is None.
13745
+ _check_input_type (bool): specifies if type checking
13746
+ should be done one the data sent to the server.
13747
+ Default is True.
13748
+ _check_return_type (bool): specifies if type checking
13749
+ should be done one the data received from the server.
13750
+ Default is True.
13751
+ _host_index (int/None): specifies the index of the server
13752
+ that we want to use.
13753
+ Default is read from the configuration.
13754
+ async_req (bool): execute request asynchronously
13755
+
13756
+ Returns:
13757
+ ProcessorSignalEvaluateResponse
13758
+ If the method is called asynchronously, returns the request
13759
+ thread.
13760
+ """
13761
+ kwargs['async_req'] = kwargs.get(
13762
+ 'async_req', False
13763
+ )
13764
+ kwargs['_return_http_data_only'] = kwargs.get(
13765
+ '_return_http_data_only', True
13766
+ )
13767
+ kwargs['_preload_content'] = kwargs.get(
13768
+ '_preload_content', True
13769
+ )
13770
+ kwargs['_request_timeout'] = kwargs.get(
13771
+ '_request_timeout', None
13772
+ )
13773
+ kwargs['_check_input_type'] = kwargs.get(
13774
+ '_check_input_type', True
13775
+ )
13776
+ kwargs['_check_return_type'] = kwargs.get(
13777
+ '_check_return_type', True
13778
+ )
13779
+ kwargs['_host_index'] = kwargs.get('_host_index')
13780
+ kwargs['processor_signal_evaluate_request'] = \
13781
+ processor_signal_evaluate_request
13782
+ return self.call_with_http_info(**kwargs)
13783
+
13784
+ self.processor_signal_evaluate = _Endpoint(
13785
+ settings={
13786
+ 'response_type': (ProcessorSignalEvaluateResponse,),
13787
+ 'auth': [
13788
+ 'clientId',
13789
+ 'plaidVersion',
13790
+ 'secret'
13791
+ ],
13792
+ 'endpoint_path': '/processor/signal/evaluate',
13793
+ 'operation_id': 'processor_signal_evaluate',
13794
+ 'http_method': 'POST',
13795
+ 'servers': None,
13796
+ },
13797
+ params_map={
13798
+ 'all': [
13799
+ 'processor_signal_evaluate_request',
13800
+ ],
13801
+ 'required': [
13802
+ 'processor_signal_evaluate_request',
13803
+ ],
13804
+ 'nullable': [
13805
+ ],
13806
+ 'enum': [
13807
+ ],
13808
+ 'validation': [
13809
+ ]
13810
+ },
13811
+ root_map={
13812
+ 'validations': {
13813
+ },
13814
+ 'allowed_values': {
13815
+ },
13816
+ 'openapi_types': {
13817
+ 'processor_signal_evaluate_request':
13818
+ (ProcessorSignalEvaluateRequest,),
13819
+ },
13820
+ 'attribute_map': {
13821
+ },
13822
+ 'location_map': {
13823
+ 'processor_signal_evaluate_request': 'body',
13824
+ },
13825
+ 'collection_format_map': {
13826
+ }
13827
+ },
13828
+ headers_map={
13829
+ 'accept': [
13830
+ 'application/json'
13831
+ ],
13832
+ 'content_type': [
13833
+ 'application/json'
13834
+ ]
13835
+ },
13836
+ api_client=api_client,
13837
+ callable=__processor_signal_evaluate
13838
+ )
13839
+
13840
+ def __processor_signal_return_report(
13841
+ self,
13842
+ processor_signal_return_report_request,
13843
+ **kwargs
13844
+ ):
13845
+ """Report a return for an ACH transaction # noqa: E501
13846
+
13847
+ Call the `/processor/signal/return/report` endpoint to report a returned transaction that was previously sent to the `/processor/signal/evaluate` endpoint. Your feedback will be used by the model to incorporate the latest risk trend in your portfolio. # noqa: E501
13848
+ This method makes a synchronous HTTP request by default. To make an
13849
+ asynchronous HTTP request, please pass async_req=True
13850
+
13851
+ >>> thread = api.processor_signal_return_report(processor_signal_return_report_request, async_req=True)
13852
+ >>> result = thread.get()
13853
+
13854
+ Args:
13855
+ processor_signal_return_report_request (ProcessorSignalReturnReportRequest):
13856
+
13857
+ Keyword Args:
13858
+ _return_http_data_only (bool): response data without head status
13859
+ code and headers. Default is True.
13860
+ _preload_content (bool): if False, the urllib3.HTTPResponse object
13861
+ will be returned without reading/decoding response data.
13862
+ Default is True.
13863
+ _request_timeout (float/tuple): timeout setting for this request. If one
13864
+ number provided, it will be total request timeout. It can also
13865
+ be a pair (tuple) of (connection, read) timeouts.
13866
+ Default is None.
13867
+ _check_input_type (bool): specifies if type checking
13868
+ should be done one the data sent to the server.
13869
+ Default is True.
13870
+ _check_return_type (bool): specifies if type checking
13871
+ should be done one the data received from the server.
13872
+ Default is True.
13873
+ _host_index (int/None): specifies the index of the server
13874
+ that we want to use.
13875
+ Default is read from the configuration.
13876
+ async_req (bool): execute request asynchronously
13877
+
13878
+ Returns:
13879
+ ProcessorSignalReturnReportResponse
13880
+ If the method is called asynchronously, returns the request
13881
+ thread.
13882
+ """
13883
+ kwargs['async_req'] = kwargs.get(
13884
+ 'async_req', False
13885
+ )
13886
+ kwargs['_return_http_data_only'] = kwargs.get(
13887
+ '_return_http_data_only', True
13888
+ )
13889
+ kwargs['_preload_content'] = kwargs.get(
13890
+ '_preload_content', True
13891
+ )
13892
+ kwargs['_request_timeout'] = kwargs.get(
13893
+ '_request_timeout', None
13894
+ )
13895
+ kwargs['_check_input_type'] = kwargs.get(
13896
+ '_check_input_type', True
13897
+ )
13898
+ kwargs['_check_return_type'] = kwargs.get(
13899
+ '_check_return_type', True
13900
+ )
13901
+ kwargs['_host_index'] = kwargs.get('_host_index')
13902
+ kwargs['processor_signal_return_report_request'] = \
13903
+ processor_signal_return_report_request
13904
+ return self.call_with_http_info(**kwargs)
13905
+
13906
+ self.processor_signal_return_report = _Endpoint(
13907
+ settings={
13908
+ 'response_type': (ProcessorSignalReturnReportResponse,),
13909
+ 'auth': [
13910
+ 'clientId',
13911
+ 'plaidVersion',
13912
+ 'secret'
13913
+ ],
13914
+ 'endpoint_path': '/processor/signal/return/report',
13915
+ 'operation_id': 'processor_signal_return_report',
13916
+ 'http_method': 'POST',
13917
+ 'servers': None,
13918
+ },
13919
+ params_map={
13920
+ 'all': [
13921
+ 'processor_signal_return_report_request',
13922
+ ],
13923
+ 'required': [
13924
+ 'processor_signal_return_report_request',
13925
+ ],
13926
+ 'nullable': [
13927
+ ],
13928
+ 'enum': [
13929
+ ],
13930
+ 'validation': [
13931
+ ]
13932
+ },
13933
+ root_map={
13934
+ 'validations': {
13935
+ },
13936
+ 'allowed_values': {
13937
+ },
13938
+ 'openapi_types': {
13939
+ 'processor_signal_return_report_request':
13940
+ (ProcessorSignalReturnReportRequest,),
13941
+ },
13942
+ 'attribute_map': {
13943
+ },
13944
+ 'location_map': {
13945
+ 'processor_signal_return_report_request': 'body',
13946
+ },
13947
+ 'collection_format_map': {
13948
+ }
13949
+ },
13950
+ headers_map={
13951
+ 'accept': [
13952
+ 'application/json'
13953
+ ],
13954
+ 'content_type': [
13955
+ 'application/json'
13956
+ ]
13957
+ },
13958
+ api_client=api_client,
13959
+ callable=__processor_signal_return_report
13960
+ )
13961
+
13591
13962
  def __processor_stripe_bank_account_token_create(
13592
13963
  self,
13593
13964
  processor_stripe_bank_account_token_create_request,
@@ -16157,7 +16528,7 @@ class PlaidApi(object):
16157
16528
  ):
16158
16529
  """Evaluate a planned ACH transaction # noqa: E501
16159
16530
 
16160
- Use `/signal/evaluate` to evaluate a planned ACH transaction to get a return risk assessment (such as a risk score and risk tier) and additional risk signals. In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If `/signal/evaluate` is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to our error documentation on [item errors](/docs/errors/item/) and [Link in Update Mode](/docs/link/update-mode/). Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time. # noqa: E501
16531
+ Use `/signal/evaluate` to evaluate a planned ACH transaction to get a return risk assessment (such as a risk score and risk tier) and additional risk signals. In order to obtain a valid score for an ACH transaction, Plaid must have an access token for the account, and the Item must be healthy (receiving product updates) or have recently been in a healthy state. If the transaction does not meet eligibility requirements, an error will be returned corresponding to the underlying cause. If `/signal/evaluate` is called on the same transaction multiple times within a 24-hour period, cached results may be returned. For more information please refer to the error documentation on [Item errors](/docs/errors/item/) and [Link in Update Mode](/docs/link/update-mode/). Note: This request may take some time to complete if Signal is being added to an existing Item. This is because Plaid must communicate directly with the institution when retrieving the data for the first time. # noqa: E501
16161
16532
  This method makes a synchronous HTTP request by default. To make an
16162
16533
  asynchronous HTTP request, please pass async_req=True
16163
16534
 
@@ -21641,128 +22012,6 @@ class PlaidApi(object):
21641
22012
  callable=__wallet_transaction_list
21642
22013
  )
21643
22014
 
21644
- def __wallet_transactions_list(
21645
- self,
21646
- wallet_transactions_list_request,
21647
- **kwargs
21648
- ):
21649
- """List e-wallet transactions # noqa: E501
21650
-
21651
- This endpoint lists the latest transactions of the specified e-wallet. Transactions are returned in descending order by the `created_at` time. # noqa: E501
21652
- This method makes a synchronous HTTP request by default. To make an
21653
- asynchronous HTTP request, please pass async_req=True
21654
-
21655
- >>> thread = api.wallet_transactions_list(wallet_transactions_list_request, async_req=True)
21656
- >>> result = thread.get()
21657
-
21658
- Args:
21659
- wallet_transactions_list_request (WalletTransactionsListRequest):
21660
-
21661
- Keyword Args:
21662
- _return_http_data_only (bool): response data without head status
21663
- code and headers. Default is True.
21664
- _preload_content (bool): if False, the urllib3.HTTPResponse object
21665
- will be returned without reading/decoding response data.
21666
- Default is True.
21667
- _request_timeout (float/tuple): timeout setting for this request. If one
21668
- number provided, it will be total request timeout. It can also
21669
- be a pair (tuple) of (connection, read) timeouts.
21670
- Default is None.
21671
- _check_input_type (bool): specifies if type checking
21672
- should be done one the data sent to the server.
21673
- Default is True.
21674
- _check_return_type (bool): specifies if type checking
21675
- should be done one the data received from the server.
21676
- Default is True.
21677
- _host_index (int/None): specifies the index of the server
21678
- that we want to use.
21679
- Default is read from the configuration.
21680
- async_req (bool): execute request asynchronously
21681
-
21682
- Returns:
21683
- WalletTransactionListResponse
21684
- If the method is called asynchronously, returns the request
21685
- thread.
21686
- """
21687
- kwargs['async_req'] = kwargs.get(
21688
- 'async_req', False
21689
- )
21690
- kwargs['_return_http_data_only'] = kwargs.get(
21691
- '_return_http_data_only', True
21692
- )
21693
- kwargs['_preload_content'] = kwargs.get(
21694
- '_preload_content', True
21695
- )
21696
- kwargs['_request_timeout'] = kwargs.get(
21697
- '_request_timeout', None
21698
- )
21699
- kwargs['_check_input_type'] = kwargs.get(
21700
- '_check_input_type', True
21701
- )
21702
- kwargs['_check_return_type'] = kwargs.get(
21703
- '_check_return_type', True
21704
- )
21705
- kwargs['_host_index'] = kwargs.get('_host_index')
21706
- kwargs['wallet_transactions_list_request'] = \
21707
- wallet_transactions_list_request
21708
- return self.call_with_http_info(**kwargs)
21709
-
21710
- self.wallet_transactions_list = _Endpoint(
21711
- settings={
21712
- 'response_type': (WalletTransactionListResponse,),
21713
- 'auth': [
21714
- 'clientId',
21715
- 'plaidVersion',
21716
- 'secret'
21717
- ],
21718
- 'endpoint_path': '/wallet/transactions/list',
21719
- 'operation_id': 'wallet_transactions_list',
21720
- 'http_method': 'POST',
21721
- 'servers': None,
21722
- },
21723
- params_map={
21724
- 'all': [
21725
- 'wallet_transactions_list_request',
21726
- ],
21727
- 'required': [
21728
- 'wallet_transactions_list_request',
21729
- ],
21730
- 'nullable': [
21731
- ],
21732
- 'enum': [
21733
- ],
21734
- 'validation': [
21735
- ]
21736
- },
21737
- root_map={
21738
- 'validations': {
21739
- },
21740
- 'allowed_values': {
21741
- },
21742
- 'openapi_types': {
21743
- 'wallet_transactions_list_request':
21744
- (WalletTransactionsListRequest,),
21745
- },
21746
- 'attribute_map': {
21747
- },
21748
- 'location_map': {
21749
- 'wallet_transactions_list_request': 'body',
21750
- },
21751
- 'collection_format_map': {
21752
- }
21753
- },
21754
- headers_map={
21755
- 'accept': [
21756
- 'application/json'
21757
- ],
21758
- 'content_type': [
21759
- 'application/json'
21760
- ]
21761
- },
21762
- api_client=api_client,
21763
- callable=__wallet_transactions_list
21764
- )
21765
-
21766
22015
  def __watchlist_screening_entity_create(
21767
22016
  self,
21768
22017
  watchlist_screening_entity_create_request,
@@ -74,7 +74,7 @@ class ApiClient(object):
74
74
  self.default_headers[header_name] = header_value
75
75
  self.cookie = cookie
76
76
  # Set default User-Agent.
77
- self.user_agent = 'Plaid Python v11.5.0'
77
+ self.user_agent = 'Plaid Python v11.6.0'
78
78
 
79
79
  def __enter__(self):
80
80
  return self
@@ -427,8 +427,8 @@ conf = plaid.Configuration(
427
427
  return "Python SDK Debug Report:\n"\
428
428
  "OS: {env}\n"\
429
429
  "Python Version: {pyversion}\n"\
430
- "Version of the API: 2020-09-14_1.229.2\n"\
431
- "SDK Package Version: 11.5.0".\
430
+ "Version of the API: 2020-09-14_1.334.0\n"\
431
+ "SDK Package Version: 11.6.0".\
432
432
  format(env=sys.platform, pyversion=sys.version)
433
433
 
434
434
  def get_host_settings(self):