lusid-sdk 2.1.405__py3-none-any.whl → 2.1.537__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) hide show
  1. lusid/__init__.py +142 -8
  2. lusid/api/__init__.py +2 -2
  3. lusid/api/abor_api.py +126 -133
  4. lusid/api/abor_configuration_api.py +46 -45
  5. lusid/api/address_key_definition_api.py +28 -27
  6. lusid/api/aggregation_api.py +37 -36
  7. lusid/api/allocations_api.py +39 -38
  8. lusid/api/amortisation_rule_sets_api.py +55 -54
  9. lusid/api/application_metadata_api.py +28 -27
  10. lusid/api/blocks_api.py +37 -36
  11. lusid/api/calendars_api.py +469 -111
  12. lusid/api/chart_of_accounts_api.py +454 -279
  13. lusid/api/complex_market_data_api.py +37 -36
  14. lusid/api/compliance_api.py +136 -135
  15. lusid/api/configuration_recipe_api.py +100 -99
  16. lusid/api/conventions_api.py +109 -108
  17. lusid/api/corporate_action_sources_api.py +82 -81
  18. lusid/api/counterparties_api.py +73 -72
  19. lusid/api/custom_entities_api.py +102 -101
  20. lusid/api/custom_entity_definitions_api.py +37 -36
  21. lusid/api/custom_entity_types_api.py +37 -36
  22. lusid/api/cut_label_definitions_api.py +46 -45
  23. lusid/api/data_types_api.py +248 -72
  24. lusid/api/derived_transaction_portfolios_api.py +19 -18
  25. lusid/api/entities_api.py +431 -46
  26. lusid/api/executions_api.py +37 -36
  27. lusid/api/fee_types_api.py +55 -54
  28. lusid/api/{fund_configurations_api.py → fund_configuration_api.py} +222 -46
  29. lusid/api/funds_api.py +337 -162
  30. lusid/api/group_reconciliations_api.py +2182 -63
  31. lusid/api/instrument_event_types_api.py +64 -63
  32. lusid/api/instrument_events_api.py +46 -45
  33. lusid/api/instruments_api.py +374 -186
  34. lusid/api/legacy_compliance_api.py +73 -72
  35. lusid/api/legal_entities_api.py +167 -166
  36. lusid/api/order_graph_api.py +32 -31
  37. lusid/api/order_instructions_api.py +37 -36
  38. lusid/api/order_management_api.py +251 -90
  39. lusid/api/orders_api.py +37 -36
  40. lusid/api/packages_api.py +37 -36
  41. lusid/api/participations_api.py +37 -36
  42. lusid/api/persons_api.py +163 -162
  43. lusid/api/placements_api.py +37 -36
  44. lusid/api/portfolio_groups_api.py +235 -234
  45. lusid/api/portfolios_api.py +307 -309
  46. lusid/api/property_definitions_api.py +100 -99
  47. lusid/api/queryable_keys_api.py +10 -9
  48. lusid/api/quotes_api.py +82 -81
  49. lusid/api/reconciliations_api.py +136 -135
  50. lusid/api/reference_lists_api.py +39 -38
  51. lusid/api/reference_portfolio_api.py +213 -36
  52. lusid/api/relation_definitions_api.py +28 -27
  53. lusid/api/relations_api.py +19 -18
  54. lusid/api/relationship_definitions_api.py +46 -45
  55. lusid/api/relationships_api.py +19 -18
  56. lusid/api/schemas_api.py +37 -36
  57. lusid/api/scopes_api.py +19 -18
  58. lusid/api/scripted_translation_api.py +73 -72
  59. lusid/api/search_api.py +37 -36
  60. lusid/api/sequences_api.py +37 -36
  61. lusid/api/staged_modifications_api.py +37 -36
  62. lusid/api/staging_rule_set_api.py +46 -45
  63. lusid/api/structured_result_data_api.py +82 -81
  64. lusid/api/system_configuration_api.py +64 -63
  65. lusid/api/tax_rule_sets_api.py +46 -45
  66. lusid/api/transaction_configuration_api.py +100 -99
  67. lusid/api/transaction_fees_api.py +46 -45
  68. lusid/api/transaction_portfolios_api.py +771 -328
  69. lusid/api/translation_api.py +19 -18
  70. lusid/api/workspace_api.py +181 -180
  71. lusid/api_client.py +26 -17
  72. lusid/configuration.py +87 -2
  73. lusid/extensions/api_client.py +25 -17
  74. lusid/extensions/api_client_factory.py +14 -5
  75. lusid/extensions/api_configuration.py +50 -1
  76. lusid/extensions/configuration_loaders.py +39 -11
  77. lusid/extensions/configuration_options.py +67 -0
  78. lusid/extensions/rest.py +78 -26
  79. lusid/extensions/retry.py +109 -37
  80. lusid/models/__init__.py +140 -6
  81. lusid/models/access_metadata_value.py +1 -1
  82. lusid/models/accounting_method.py +7 -0
  83. lusid/models/accumulation_event.py +3 -3
  84. lusid/models/address_key_list.py +3 -3
  85. lusid/models/amortisation_event.py +3 -3
  86. lusid/models/amount.py +69 -0
  87. lusid/models/applicable_instrument_event.py +7 -2
  88. lusid/models/asset_leg.py +1 -1
  89. lusid/models/basket.py +3 -3
  90. lusid/models/batch_update_user_review_for_comparison_result_request.py +81 -0
  91. lusid/models/batch_update_user_review_for_comparison_result_response.py +146 -0
  92. lusid/models/batch_upsert_dates_for_calendar_response.py +146 -0
  93. lusid/models/batch_upsert_portfolio_access_metadata_request.py +27 -17
  94. lusid/models/batch_upsert_portfolio_access_metadata_response.py +56 -16
  95. lusid/models/{metadata_key_value.py → batch_upsert_portfolio_access_metadata_response_item.py} +15 -9
  96. lusid/models/bond.py +3 -3
  97. lusid/models/bond_coupon_event.py +10 -5
  98. lusid/models/bond_default_event.py +3 -3
  99. lusid/models/bond_principal_event.py +10 -5
  100. lusid/models/bonus_issue_event.py +166 -0
  101. lusid/models/{component_rule.py → break_code_source.py} +17 -21
  102. lusid/models/call_on_intermediate_securities_event.py +139 -0
  103. lusid/models/cancel_order_and_move_remaining_result.py +84 -0
  104. lusid/models/cancel_orders_and_move_remaining_request.py +83 -0
  105. lusid/models/cancel_orders_and_move_remaining_response.py +153 -0
  106. lusid/models/cap_floor.py +3 -3
  107. lusid/models/capital_distribution_event.py +3 -3
  108. lusid/models/cash.py +3 -3
  109. lusid/models/cash_dividend_event.py +3 -3
  110. lusid/models/cash_flow_event.py +3 -3
  111. lusid/models/cash_perpetual.py +3 -3
  112. lusid/models/cds_credit_event.py +6 -6
  113. lusid/models/cds_index.py +3 -3
  114. lusid/models/cdx_credit_event.py +6 -6
  115. lusid/models/change_interval.py +123 -0
  116. lusid/models/change_interval_with_order_management_detail.py +3 -3
  117. lusid/models/close_event.py +3 -3
  118. lusid/models/comparison_attribute_value_pair.py +71 -0
  119. lusid/models/complex_bond.py +3 -3
  120. lusid/models/component_transaction.py +10 -3
  121. lusid/models/contract_for_difference.py +3 -3
  122. lusid/models/create_derived_transaction_portfolio_request.py +3 -3
  123. lusid/models/create_group_reconciliation_definition_request.py +113 -0
  124. lusid/models/create_staging_rule_set_request.py +1 -6
  125. lusid/models/create_transaction_portfolio_request.py +3 -3
  126. lusid/models/credit_default_swap.py +3 -3
  127. lusid/models/credit_premium_cash_flow_event.py +3 -3
  128. lusid/models/custodian_account_request.py +1 -1
  129. lusid/models/custom_entity_entity.py +146 -0
  130. lusid/models/custom_entity_response.py +7 -1
  131. lusid/models/decimal_list.py +3 -3
  132. lusid/models/delete_instrument_properties_response.py +7 -1
  133. lusid/models/delete_instrument_response.py +7 -1
  134. lusid/models/delete_instruments_response.py +22 -1
  135. lusid/models/deleted_entity_response.py +7 -1
  136. lusid/models/diary_entry_request.py +10 -1
  137. lusid/models/dividend_option_event.py +3 -3
  138. lusid/models/dividend_reinvestment_event.py +9 -4
  139. lusid/models/effective_range.py +71 -0
  140. lusid/models/equity.py +3 -3
  141. lusid/models/equity_option.py +22 -7
  142. lusid/models/equity_swap.py +3 -3
  143. lusid/models/exchange_traded_option.py +3 -3
  144. lusid/models/exchange_traded_option_contract_details.py +1 -1
  145. lusid/models/exercise_event.py +3 -3
  146. lusid/models/exotic_instrument.py +3 -3
  147. lusid/models/expiry_event.py +3 -3
  148. lusid/models/fee.py +17 -10
  149. lusid/models/fee_request.py +20 -13
  150. lusid/models/fee_type.py +4 -4
  151. lusid/models/fee_type_request.py +3 -3
  152. lusid/models/fixed_leg.py +3 -3
  153. lusid/models/fixed_schedule.py +3 -3
  154. lusid/models/flexible_loan.py +3 -3
  155. lusid/models/float_schedule.py +4 -4
  156. lusid/models/floating_leg.py +3 -3
  157. lusid/models/flow_conventions.py +7 -1
  158. lusid/models/forward_rate_agreement.py +3 -3
  159. lusid/models/fund_configuration.py +44 -17
  160. lusid/models/fund_configuration_request.py +31 -19
  161. lusid/models/fund_id_list.py +99 -0
  162. lusid/models/fund_share_class.py +23 -8
  163. lusid/models/funding_leg.py +3 -3
  164. lusid/models/future.py +3 -3
  165. lusid/models/future_expiry_event.py +3 -3
  166. lusid/models/fx_forward.py +3 -3
  167. lusid/models/fx_forward_settlement_event.py +3 -3
  168. lusid/models/fx_option.py +3 -3
  169. lusid/models/fx_swap.py +3 -3
  170. lusid/models/group_reconciliation_aggregate_attribute_rule.py +2 -2
  171. lusid/models/group_reconciliation_aggregate_attribute_values.py +86 -0
  172. lusid/models/group_reconciliation_aggregate_comparison_rule_operand.py +1 -1
  173. lusid/models/group_reconciliation_comparison_result.py +148 -0
  174. lusid/models/group_reconciliation_core_attribute_values.py +86 -0
  175. lusid/models/group_reconciliation_core_comparison_rule_operand.py +1 -1
  176. lusid/models/group_reconciliation_date_pair.py +81 -0
  177. lusid/models/group_reconciliation_dates.py +78 -0
  178. lusid/models/group_reconciliation_definition.py +136 -0
  179. lusid/models/group_reconciliation_definition_comparison_ruleset_ids.py +83 -0
  180. lusid/models/group_reconciliation_definition_currencies.py +71 -0
  181. lusid/models/group_reconciliation_definition_portfolio_entity_ids.py +86 -0
  182. lusid/models/group_reconciliation_definition_recipe_ids.py +78 -0
  183. lusid/models/group_reconciliation_instance_id.py +71 -0
  184. lusid/models/group_reconciliation_result_statuses.py +89 -0
  185. lusid/models/group_reconciliation_result_types.py +96 -0
  186. lusid/models/group_reconciliation_review_statuses.py +96 -0
  187. lusid/models/group_reconciliation_run_details.py +76 -0
  188. lusid/models/group_reconciliation_run_request.py +75 -0
  189. lusid/models/{metadata_key_value_response.py → group_reconciliation_run_response.py} +20 -29
  190. lusid/models/group_reconciliation_summary.py +121 -0
  191. lusid/models/group_reconciliation_user_review.py +112 -0
  192. lusid/models/group_reconciliation_user_review_add.py +88 -0
  193. lusid/models/group_reconciliation_user_review_break_code.py +80 -0
  194. lusid/models/group_reconciliation_user_review_comment.py +80 -0
  195. lusid/models/group_reconciliation_user_review_match_key.py +80 -0
  196. lusid/models/group_reconciliation_user_review_remove.py +88 -0
  197. lusid/models/holding_contributor.py +11 -4
  198. lusid/models/holding_ids_request.py +69 -0
  199. lusid/models/inflation_leg.py +3 -3
  200. lusid/models/inflation_linked_bond.py +3 -3
  201. lusid/models/inflation_swap.py +3 -3
  202. lusid/models/informational_error_event.py +3 -3
  203. lusid/models/informational_event.py +3 -3
  204. lusid/models/instrument.py +7 -1
  205. lusid/models/instrument_definition.py +8 -2
  206. lusid/models/instrument_event.py +17 -5
  207. lusid/models/instrument_event_holder.py +9 -1
  208. lusid/models/instrument_event_type.py +12 -0
  209. lusid/models/instrument_leg.py +3 -3
  210. lusid/models/instrument_list.py +3 -3
  211. lusid/models/instrument_type.py +2 -0
  212. lusid/models/interest_rate_swap.py +3 -3
  213. lusid/models/interest_rate_swaption.py +3 -3
  214. lusid/models/intermediate_securities_distribution_event.py +140 -0
  215. lusid/models/lapse_election.py +73 -0
  216. lusid/models/loan_facility.py +97 -0
  217. lusid/models/lusid_instrument.py +7 -5
  218. lusid/models/market_data_key_rule.py +5 -3
  219. lusid/models/market_data_specific_rule.py +5 -3
  220. lusid/models/mastered_instrument.py +139 -0
  221. lusid/models/maturity_event.py +3 -3
  222. lusid/models/mbs_coupon_event.py +102 -0
  223. lusid/models/mbs_interest_deferral_event.py +102 -0
  224. lusid/models/mbs_interest_shortfall_event.py +102 -0
  225. lusid/models/mbs_principal_event.py +102 -0
  226. lusid/models/mbs_principal_write_off_event.py +102 -0
  227. lusid/models/merger_event.py +22 -22
  228. lusid/models/new_instrument.py +1 -1
  229. lusid/models/open_event.py +3 -3
  230. lusid/models/option_exercise_cash_event.py +144 -0
  231. lusid/models/option_exercise_election.py +73 -0
  232. lusid/models/option_exercise_physical_event.py +149 -0
  233. lusid/models/output_transaction.py +9 -2
  234. lusid/models/paged_resource_list_of_group_reconciliation_comparison_result.py +113 -0
  235. lusid/models/paged_resource_list_of_group_reconciliation_comparison_ruleset.py +113 -0
  236. lusid/models/paged_resource_list_of_group_reconciliation_definition.py +113 -0
  237. lusid/models/portfolio.py +3 -3
  238. lusid/models/portfolio_details.py +3 -3
  239. lusid/models/portfolio_group_id_list.py +3 -3
  240. lusid/models/portfolio_id_list.py +3 -3
  241. lusid/models/portfolio_without_href.py +3 -3
  242. lusid/models/pricing_options.py +8 -2
  243. lusid/models/property_list.py +3 -3
  244. lusid/models/protection_payout_cash_flow_event.py +102 -0
  245. lusid/models/raw_vendor_event.py +3 -3
  246. lusid/models/reference_instrument.py +3 -3
  247. lusid/models/reference_list.py +6 -5
  248. lusid/models/reference_list_type.py +1 -0
  249. lusid/models/repo.py +3 -3
  250. lusid/models/reset_event.py +3 -3
  251. lusid/models/resource_list_of_change_interval.py +113 -0
  252. lusid/models/resource_list_of_output_transaction.py +113 -0
  253. lusid/models/return_zero_pv_options.py +69 -0
  254. lusid/models/reverse_stock_split_event.py +21 -7
  255. lusid/models/scrip_dividend_event.py +3 -3
  256. lusid/models/settlement_cycle.py +79 -0
  257. lusid/models/share_class_dealing_breakdown.py +3 -2
  258. lusid/models/share_class_details.py +18 -1
  259. lusid/models/simple_cash_flow_loan.py +3 -3
  260. lusid/models/simple_instrument.py +3 -3
  261. lusid/models/simple_rounding_convention.py +76 -0
  262. lusid/models/spin_off_event.py +3 -3
  263. lusid/models/staged_modification_effective_range.py +2 -2
  264. lusid/models/stock_dividend_event.py +20 -6
  265. lusid/models/stock_split_event.py +3 -3
  266. lusid/models/string_list.py +3 -3
  267. lusid/models/swap_cash_flow_event.py +3 -3
  268. lusid/models/swap_principal_event.py +3 -3
  269. lusid/models/target_tax_lot.py +23 -2
  270. lusid/models/target_tax_lot_request.py +23 -2
  271. lusid/models/tender_event.py +172 -0
  272. lusid/models/term_deposit.py +3 -3
  273. lusid/models/total_return_swap.py +4 -4
  274. lusid/models/transaction.py +9 -2
  275. lusid/models/transaction_date_windows.py +85 -0
  276. lusid/models/transaction_price.py +3 -3
  277. lusid/models/transaction_price_type.py +2 -0
  278. lusid/models/transaction_request.py +9 -2
  279. lusid/models/transition_event.py +3 -3
  280. lusid/models/trigger_event.py +3 -3
  281. lusid/models/update_fee_type_request.py +4 -4
  282. lusid/models/update_group_reconciliation_comparison_ruleset_request.py +91 -0
  283. lusid/models/update_group_reconciliation_definition_request.py +107 -0
  284. lusid/models/update_reference_data_request.py +87 -0
  285. lusid/models/update_staging_rule_set_request.py +1 -6
  286. lusid/models/upsert_custom_entities_response.py +20 -1
  287. lusid/models/upsert_reference_portfolio_constituent_properties_request.py +84 -0
  288. lusid/models/upsert_reference_portfolio_constituent_properties_response.py +115 -0
  289. lusid/models/valuation_point_data_query_parameters.py +3 -3
  290. lusid/models/valuation_point_data_response.py +8 -13
  291. lusid/rest.py +70 -20
  292. {lusid_sdk-2.1.405.dist-info → lusid_sdk-2.1.537.dist-info}/METADATA +118 -26
  293. {lusid_sdk-2.1.405.dist-info → lusid_sdk-2.1.537.dist-info}/RECORD +294 -226
  294. {lusid_sdk-2.1.405.dist-info → lusid_sdk-2.1.537.dist-info}/WHEEL +0 -0
@@ -63,6 +63,7 @@ from lusid.exceptions import ( # noqa: F401
63
63
  ApiTypeError,
64
64
  ApiValueError
65
65
  )
66
+ from lusid.extensions.configuration_options import ConfigurationOptions
66
67
 
67
68
 
68
69
  class ChartOfAccountsApi:
@@ -102,10 +103,9 @@ class ChartOfAccountsApi:
102
103
  :type chart_of_accounts_request: ChartOfAccountsRequest
103
104
  :param async_req: Whether to execute the request asynchronously.
104
105
  :type async_req: bool, optional
105
- :param _request_timeout: timeout setting for this request.
106
- If one number provided, it will be total request
107
- timeout. It can also be a pair (tuple) of
108
- (connection, read) timeouts.
106
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
107
+ :param opts: Configuration options for this request
108
+ :type opts: ConfigurationOptions, optional
109
109
  :return: Returns the result object.
110
110
  If the method is called asynchronously,
111
111
  returns the request thread.
@@ -144,10 +144,9 @@ class ChartOfAccountsApi:
144
144
  :param _return_http_data_only: response data instead of ApiResponse
145
145
  object with status code, headers, etc
146
146
  :type _return_http_data_only: bool, optional
147
- :param _request_timeout: timeout setting for this request. If one
148
- number provided, it will be total request
149
- timeout. It can also be a pair (tuple) of
150
- (connection, read) timeouts.
147
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
148
+ :param opts: Configuration options for this request
149
+ :type opts: ConfigurationOptions, optional
151
150
  :param _request_auth: set to override the auth_settings for an a single
152
151
  request; this effectively ignores the authentication
153
152
  in the spec for a single request.
@@ -173,7 +172,8 @@ class ChartOfAccountsApi:
173
172
  '_request_timeout',
174
173
  '_request_auth',
175
174
  '_content_type',
176
- '_headers'
175
+ '_headers',
176
+ 'opts'
177
177
  ]
178
178
  )
179
179
 
@@ -240,6 +240,7 @@ class ChartOfAccountsApi:
240
240
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
241
241
  _preload_content=_params.get('_preload_content', True),
242
242
  _request_timeout=_params.get('_request_timeout'),
243
+ opts=_params.get('opts'),
243
244
  collection_formats=_collection_formats,
244
245
  _request_auth=_params.get('_request_auth'))
245
246
 
@@ -270,10 +271,9 @@ class ChartOfAccountsApi:
270
271
  :type cleardown_module_request: CleardownModuleRequest
271
272
  :param async_req: Whether to execute the request asynchronously.
272
273
  :type async_req: bool, optional
273
- :param _request_timeout: timeout setting for this request.
274
- If one number provided, it will be total request
275
- timeout. It can also be a pair (tuple) of
276
- (connection, read) timeouts.
274
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
275
+ :param opts: Configuration options for this request
276
+ :type opts: ConfigurationOptions, optional
277
277
  :return: Returns the result object.
278
278
  If the method is called asynchronously,
279
279
  returns the request thread.
@@ -314,10 +314,9 @@ class ChartOfAccountsApi:
314
314
  :param _return_http_data_only: response data instead of ApiResponse
315
315
  object with status code, headers, etc
316
316
  :type _return_http_data_only: bool, optional
317
- :param _request_timeout: timeout setting for this request. If one
318
- number provided, it will be total request
319
- timeout. It can also be a pair (tuple) of
320
- (connection, read) timeouts.
317
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
318
+ :param opts: Configuration options for this request
319
+ :type opts: ConfigurationOptions, optional
321
320
  :param _request_auth: set to override the auth_settings for an a single
322
321
  request; this effectively ignores the authentication
323
322
  in the spec for a single request.
@@ -344,7 +343,8 @@ class ChartOfAccountsApi:
344
343
  '_request_timeout',
345
344
  '_request_auth',
346
345
  '_content_type',
347
- '_headers'
346
+ '_headers',
347
+ 'opts'
348
348
  ]
349
349
  )
350
350
 
@@ -414,6 +414,7 @@ class ChartOfAccountsApi:
414
414
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
415
415
  _preload_content=_params.get('_preload_content', True),
416
416
  _request_timeout=_params.get('_request_timeout'),
417
+ opts=_params.get('opts'),
417
418
  collection_formats=_collection_formats,
418
419
  _request_auth=_params.get('_request_auth'))
419
420
 
@@ -444,10 +445,9 @@ class ChartOfAccountsApi:
444
445
  :type general_ledger_profile_request: GeneralLedgerProfileRequest
445
446
  :param async_req: Whether to execute the request asynchronously.
446
447
  :type async_req: bool, optional
447
- :param _request_timeout: timeout setting for this request.
448
- If one number provided, it will be total request
449
- timeout. It can also be a pair (tuple) of
450
- (connection, read) timeouts.
448
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
449
+ :param opts: Configuration options for this request
450
+ :type opts: ConfigurationOptions, optional
451
451
  :return: Returns the result object.
452
452
  If the method is called asynchronously,
453
453
  returns the request thread.
@@ -488,10 +488,9 @@ class ChartOfAccountsApi:
488
488
  :param _return_http_data_only: response data instead of ApiResponse
489
489
  object with status code, headers, etc
490
490
  :type _return_http_data_only: bool, optional
491
- :param _request_timeout: timeout setting for this request. If one
492
- number provided, it will be total request
493
- timeout. It can also be a pair (tuple) of
494
- (connection, read) timeouts.
491
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
492
+ :param opts: Configuration options for this request
493
+ :type opts: ConfigurationOptions, optional
495
494
  :param _request_auth: set to override the auth_settings for an a single
496
495
  request; this effectively ignores the authentication
497
496
  in the spec for a single request.
@@ -518,7 +517,8 @@ class ChartOfAccountsApi:
518
517
  '_request_timeout',
519
518
  '_request_auth',
520
519
  '_content_type',
521
- '_headers'
520
+ '_headers',
521
+ 'opts'
522
522
  ]
523
523
  )
524
524
 
@@ -588,6 +588,7 @@ class ChartOfAccountsApi:
588
588
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
589
589
  _preload_content=_params.get('_preload_content', True),
590
590
  _request_timeout=_params.get('_request_timeout'),
591
+ opts=_params.get('opts'),
591
592
  collection_formats=_collection_formats,
592
593
  _request_auth=_params.get('_request_auth'))
593
594
 
@@ -618,10 +619,9 @@ class ChartOfAccountsApi:
618
619
  :type posting_module_request: PostingModuleRequest
619
620
  :param async_req: Whether to execute the request asynchronously.
620
621
  :type async_req: bool, optional
621
- :param _request_timeout: timeout setting for this request.
622
- If one number provided, it will be total request
623
- timeout. It can also be a pair (tuple) of
624
- (connection, read) timeouts.
622
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
623
+ :param opts: Configuration options for this request
624
+ :type opts: ConfigurationOptions, optional
625
625
  :return: Returns the result object.
626
626
  If the method is called asynchronously,
627
627
  returns the request thread.
@@ -662,10 +662,9 @@ class ChartOfAccountsApi:
662
662
  :param _return_http_data_only: response data instead of ApiResponse
663
663
  object with status code, headers, etc
664
664
  :type _return_http_data_only: bool, optional
665
- :param _request_timeout: timeout setting for this request. If one
666
- number provided, it will be total request
667
- timeout. It can also be a pair (tuple) of
668
- (connection, read) timeouts.
665
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
666
+ :param opts: Configuration options for this request
667
+ :type opts: ConfigurationOptions, optional
669
668
  :param _request_auth: set to override the auth_settings for an a single
670
669
  request; this effectively ignores the authentication
671
670
  in the spec for a single request.
@@ -692,7 +691,8 @@ class ChartOfAccountsApi:
692
691
  '_request_timeout',
693
692
  '_request_auth',
694
693
  '_content_type',
695
- '_headers'
694
+ '_headers',
695
+ 'opts'
696
696
  ]
697
697
  )
698
698
 
@@ -762,6 +762,7 @@ class ChartOfAccountsApi:
762
762
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
763
763
  _preload_content=_params.get('_preload_content', True),
764
764
  _request_timeout=_params.get('_request_timeout'),
765
+ opts=_params.get('opts'),
765
766
  collection_formats=_collection_formats,
766
767
  _request_auth=_params.get('_request_auth'))
767
768
 
@@ -794,10 +795,9 @@ class ChartOfAccountsApi:
794
795
  :type delete_mode: str
795
796
  :param async_req: Whether to execute the request asynchronously.
796
797
  :type async_req: bool, optional
797
- :param _request_timeout: timeout setting for this request.
798
- If one number provided, it will be total request
799
- timeout. It can also be a pair (tuple) of
800
- (connection, read) timeouts.
798
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
799
+ :param opts: Configuration options for this request
800
+ :type opts: ConfigurationOptions, optional
801
801
  :return: Returns the result object.
802
802
  If the method is called asynchronously,
803
803
  returns the request thread.
@@ -840,10 +840,9 @@ class ChartOfAccountsApi:
840
840
  :param _return_http_data_only: response data instead of ApiResponse
841
841
  object with status code, headers, etc
842
842
  :type _return_http_data_only: bool, optional
843
- :param _request_timeout: timeout setting for this request. If one
844
- number provided, it will be total request
845
- timeout. It can also be a pair (tuple) of
846
- (connection, read) timeouts.
843
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
844
+ :param opts: Configuration options for this request
845
+ :type opts: ConfigurationOptions, optional
847
846
  :param _request_auth: set to override the auth_settings for an a single
848
847
  request; this effectively ignores the authentication
849
848
  in the spec for a single request.
@@ -871,7 +870,8 @@ class ChartOfAccountsApi:
871
870
  '_request_timeout',
872
871
  '_request_auth',
873
872
  '_content_type',
874
- '_headers'
873
+ '_headers',
874
+ 'opts'
875
875
  ]
876
876
  )
877
877
 
@@ -944,6 +944,7 @@ class ChartOfAccountsApi:
944
944
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
945
945
  _preload_content=_params.get('_preload_content', True),
946
946
  _request_timeout=_params.get('_request_timeout'),
947
+ opts=_params.get('opts'),
947
948
  collection_formats=_collection_formats,
948
949
  _request_auth=_params.get('_request_auth'))
949
950
 
@@ -972,10 +973,9 @@ class ChartOfAccountsApi:
972
973
  :type code: str
973
974
  :param async_req: Whether to execute the request asynchronously.
974
975
  :type async_req: bool, optional
975
- :param _request_timeout: timeout setting for this request.
976
- If one number provided, it will be total request
977
- timeout. It can also be a pair (tuple) of
978
- (connection, read) timeouts.
976
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
977
+ :param opts: Configuration options for this request
978
+ :type opts: ConfigurationOptions, optional
979
979
  :return: Returns the result object.
980
980
  If the method is called asynchronously,
981
981
  returns the request thread.
@@ -1014,10 +1014,9 @@ class ChartOfAccountsApi:
1014
1014
  :param _return_http_data_only: response data instead of ApiResponse
1015
1015
  object with status code, headers, etc
1016
1016
  :type _return_http_data_only: bool, optional
1017
- :param _request_timeout: timeout setting for this request. If one
1018
- number provided, it will be total request
1019
- timeout. It can also be a pair (tuple) of
1020
- (connection, read) timeouts.
1017
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1018
+ :param opts: Configuration options for this request
1019
+ :type opts: ConfigurationOptions, optional
1021
1020
  :param _request_auth: set to override the auth_settings for an a single
1022
1021
  request; this effectively ignores the authentication
1023
1022
  in the spec for a single request.
@@ -1043,7 +1042,8 @@ class ChartOfAccountsApi:
1043
1042
  '_request_timeout',
1044
1043
  '_request_auth',
1045
1044
  '_content_type',
1046
- '_headers'
1045
+ '_headers',
1046
+ 'opts'
1047
1047
  ]
1048
1048
  )
1049
1049
 
@@ -1103,6 +1103,7 @@ class ChartOfAccountsApi:
1103
1103
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1104
1104
  _preload_content=_params.get('_preload_content', True),
1105
1105
  _request_timeout=_params.get('_request_timeout'),
1106
+ opts=_params.get('opts'),
1106
1107
  collection_formats=_collection_formats,
1107
1108
  _request_auth=_params.get('_request_auth'))
1108
1109
 
@@ -1133,10 +1134,9 @@ class ChartOfAccountsApi:
1133
1134
  :type cleardown_module_code: str
1134
1135
  :param async_req: Whether to execute the request asynchronously.
1135
1136
  :type async_req: bool, optional
1136
- :param _request_timeout: timeout setting for this request.
1137
- If one number provided, it will be total request
1138
- timeout. It can also be a pair (tuple) of
1139
- (connection, read) timeouts.
1137
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1138
+ :param opts: Configuration options for this request
1139
+ :type opts: ConfigurationOptions, optional
1140
1140
  :return: Returns the result object.
1141
1141
  If the method is called asynchronously,
1142
1142
  returns the request thread.
@@ -1177,10 +1177,9 @@ class ChartOfAccountsApi:
1177
1177
  :param _return_http_data_only: response data instead of ApiResponse
1178
1178
  object with status code, headers, etc
1179
1179
  :type _return_http_data_only: bool, optional
1180
- :param _request_timeout: timeout setting for this request. If one
1181
- number provided, it will be total request
1182
- timeout. It can also be a pair (tuple) of
1183
- (connection, read) timeouts.
1180
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1181
+ :param opts: Configuration options for this request
1182
+ :type opts: ConfigurationOptions, optional
1184
1183
  :param _request_auth: set to override the auth_settings for an a single
1185
1184
  request; this effectively ignores the authentication
1186
1185
  in the spec for a single request.
@@ -1207,7 +1206,8 @@ class ChartOfAccountsApi:
1207
1206
  '_request_timeout',
1208
1207
  '_request_auth',
1209
1208
  '_content_type',
1210
- '_headers'
1209
+ '_headers',
1210
+ 'opts'
1211
1211
  ]
1212
1212
  )
1213
1213
 
@@ -1270,6 +1270,7 @@ class ChartOfAccountsApi:
1270
1270
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1271
1271
  _preload_content=_params.get('_preload_content', True),
1272
1272
  _request_timeout=_params.get('_request_timeout'),
1273
+ opts=_params.get('opts'),
1273
1274
  collection_formats=_collection_formats,
1274
1275
  _request_auth=_params.get('_request_auth'))
1275
1276
 
@@ -1300,10 +1301,9 @@ class ChartOfAccountsApi:
1300
1301
  :type general_ledger_profile_code: str
1301
1302
  :param async_req: Whether to execute the request asynchronously.
1302
1303
  :type async_req: bool, optional
1303
- :param _request_timeout: timeout setting for this request.
1304
- If one number provided, it will be total request
1305
- timeout. It can also be a pair (tuple) of
1306
- (connection, read) timeouts.
1304
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1305
+ :param opts: Configuration options for this request
1306
+ :type opts: ConfigurationOptions, optional
1307
1307
  :return: Returns the result object.
1308
1308
  If the method is called asynchronously,
1309
1309
  returns the request thread.
@@ -1344,10 +1344,9 @@ class ChartOfAccountsApi:
1344
1344
  :param _return_http_data_only: response data instead of ApiResponse
1345
1345
  object with status code, headers, etc
1346
1346
  :type _return_http_data_only: bool, optional
1347
- :param _request_timeout: timeout setting for this request. If one
1348
- number provided, it will be total request
1349
- timeout. It can also be a pair (tuple) of
1350
- (connection, read) timeouts.
1347
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1348
+ :param opts: Configuration options for this request
1349
+ :type opts: ConfigurationOptions, optional
1351
1350
  :param _request_auth: set to override the auth_settings for an a single
1352
1351
  request; this effectively ignores the authentication
1353
1352
  in the spec for a single request.
@@ -1374,7 +1373,8 @@ class ChartOfAccountsApi:
1374
1373
  '_request_timeout',
1375
1374
  '_request_auth',
1376
1375
  '_content_type',
1377
- '_headers'
1376
+ '_headers',
1377
+ 'opts'
1378
1378
  ]
1379
1379
  )
1380
1380
 
@@ -1437,6 +1437,7 @@ class ChartOfAccountsApi:
1437
1437
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1438
1438
  _preload_content=_params.get('_preload_content', True),
1439
1439
  _request_timeout=_params.get('_request_timeout'),
1440
+ opts=_params.get('opts'),
1440
1441
  collection_formats=_collection_formats,
1441
1442
  _request_auth=_params.get('_request_auth'))
1442
1443
 
@@ -1467,10 +1468,9 @@ class ChartOfAccountsApi:
1467
1468
  :type posting_module_code: str
1468
1469
  :param async_req: Whether to execute the request asynchronously.
1469
1470
  :type async_req: bool, optional
1470
- :param _request_timeout: timeout setting for this request.
1471
- If one number provided, it will be total request
1472
- timeout. It can also be a pair (tuple) of
1473
- (connection, read) timeouts.
1471
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1472
+ :param opts: Configuration options for this request
1473
+ :type opts: ConfigurationOptions, optional
1474
1474
  :return: Returns the result object.
1475
1475
  If the method is called asynchronously,
1476
1476
  returns the request thread.
@@ -1511,10 +1511,9 @@ class ChartOfAccountsApi:
1511
1511
  :param _return_http_data_only: response data instead of ApiResponse
1512
1512
  object with status code, headers, etc
1513
1513
  :type _return_http_data_only: bool, optional
1514
- :param _request_timeout: timeout setting for this request. If one
1515
- number provided, it will be total request
1516
- timeout. It can also be a pair (tuple) of
1517
- (connection, read) timeouts.
1514
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1515
+ :param opts: Configuration options for this request
1516
+ :type opts: ConfigurationOptions, optional
1518
1517
  :param _request_auth: set to override the auth_settings for an a single
1519
1518
  request; this effectively ignores the authentication
1520
1519
  in the spec for a single request.
@@ -1541,7 +1540,8 @@ class ChartOfAccountsApi:
1541
1540
  '_request_timeout',
1542
1541
  '_request_auth',
1543
1542
  '_content_type',
1544
- '_headers'
1543
+ '_headers',
1544
+ 'opts'
1545
1545
  ]
1546
1546
  )
1547
1547
 
@@ -1604,6 +1604,7 @@ class ChartOfAccountsApi:
1604
1604
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1605
1605
  _preload_content=_params.get('_preload_content', True),
1606
1606
  _request_timeout=_params.get('_request_timeout'),
1607
+ opts=_params.get('opts'),
1607
1608
  collection_formats=_collection_formats,
1608
1609
  _request_auth=_params.get('_request_auth'))
1609
1610
 
@@ -1640,10 +1641,9 @@ class ChartOfAccountsApi:
1640
1641
  :type property_keys: List[str]
1641
1642
  :param async_req: Whether to execute the request asynchronously.
1642
1643
  :type async_req: bool, optional
1643
- :param _request_timeout: timeout setting for this request.
1644
- If one number provided, it will be total request
1645
- timeout. It can also be a pair (tuple) of
1646
- (connection, read) timeouts.
1644
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1645
+ :param opts: Configuration options for this request
1646
+ :type opts: ConfigurationOptions, optional
1647
1647
  :return: Returns the result object.
1648
1648
  If the method is called asynchronously,
1649
1649
  returns the request thread.
@@ -1690,10 +1690,9 @@ class ChartOfAccountsApi:
1690
1690
  :param _return_http_data_only: response data instead of ApiResponse
1691
1691
  object with status code, headers, etc
1692
1692
  :type _return_http_data_only: bool, optional
1693
- :param _request_timeout: timeout setting for this request. If one
1694
- number provided, it will be total request
1695
- timeout. It can also be a pair (tuple) of
1696
- (connection, read) timeouts.
1693
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1694
+ :param opts: Configuration options for this request
1695
+ :type opts: ConfigurationOptions, optional
1697
1696
  :param _request_auth: set to override the auth_settings for an a single
1698
1697
  request; this effectively ignores the authentication
1699
1698
  in the spec for a single request.
@@ -1723,7 +1722,8 @@ class ChartOfAccountsApi:
1723
1722
  '_request_timeout',
1724
1723
  '_request_auth',
1725
1724
  '_content_type',
1726
- '_headers'
1725
+ '_headers',
1726
+ 'opts'
1727
1727
  ]
1728
1728
  )
1729
1729
 
@@ -1799,6 +1799,7 @@ class ChartOfAccountsApi:
1799
1799
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1800
1800
  _preload_content=_params.get('_preload_content', True),
1801
1801
  _request_timeout=_params.get('_request_timeout'),
1802
+ opts=_params.get('opts'),
1802
1803
  collection_formats=_collection_formats,
1803
1804
  _request_auth=_params.get('_request_auth'))
1804
1805
 
@@ -1833,10 +1834,9 @@ class ChartOfAccountsApi:
1833
1834
  :type property_keys: List[str]
1834
1835
  :param async_req: Whether to execute the request asynchronously.
1835
1836
  :type async_req: bool, optional
1836
- :param _request_timeout: timeout setting for this request.
1837
- If one number provided, it will be total request
1838
- timeout. It can also be a pair (tuple) of
1839
- (connection, read) timeouts.
1837
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1838
+ :param opts: Configuration options for this request
1839
+ :type opts: ConfigurationOptions, optional
1840
1840
  :return: Returns the result object.
1841
1841
  If the method is called asynchronously,
1842
1842
  returns the request thread.
@@ -1881,10 +1881,9 @@ class ChartOfAccountsApi:
1881
1881
  :param _return_http_data_only: response data instead of ApiResponse
1882
1882
  object with status code, headers, etc
1883
1883
  :type _return_http_data_only: bool, optional
1884
- :param _request_timeout: timeout setting for this request. If one
1885
- number provided, it will be total request
1886
- timeout. It can also be a pair (tuple) of
1887
- (connection, read) timeouts.
1884
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1885
+ :param opts: Configuration options for this request
1886
+ :type opts: ConfigurationOptions, optional
1888
1887
  :param _request_auth: set to override the auth_settings for an a single
1889
1888
  request; this effectively ignores the authentication
1890
1889
  in the spec for a single request.
@@ -1913,7 +1912,8 @@ class ChartOfAccountsApi:
1913
1912
  '_request_timeout',
1914
1913
  '_request_auth',
1915
1914
  '_content_type',
1916
- '_headers'
1915
+ '_headers',
1916
+ 'opts'
1917
1917
  ]
1918
1918
  )
1919
1919
 
@@ -1986,6 +1986,7 @@ class ChartOfAccountsApi:
1986
1986
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1987
1987
  _preload_content=_params.get('_preload_content', True),
1988
1988
  _request_timeout=_params.get('_request_timeout'),
1989
+ opts=_params.get('opts'),
1989
1990
  collection_formats=_collection_formats,
1990
1991
  _request_auth=_params.get('_request_auth'))
1991
1992
 
@@ -2018,10 +2019,9 @@ class ChartOfAccountsApi:
2018
2019
  :type as_at: datetime
2019
2020
  :param async_req: Whether to execute the request asynchronously.
2020
2021
  :type async_req: bool, optional
2021
- :param _request_timeout: timeout setting for this request.
2022
- If one number provided, it will be total request
2023
- timeout. It can also be a pair (tuple) of
2024
- (connection, read) timeouts.
2022
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2023
+ :param opts: Configuration options for this request
2024
+ :type opts: ConfigurationOptions, optional
2025
2025
  :return: Returns the result object.
2026
2026
  If the method is called asynchronously,
2027
2027
  returns the request thread.
@@ -2064,10 +2064,9 @@ class ChartOfAccountsApi:
2064
2064
  :param _return_http_data_only: response data instead of ApiResponse
2065
2065
  object with status code, headers, etc
2066
2066
  :type _return_http_data_only: bool, optional
2067
- :param _request_timeout: timeout setting for this request. If one
2068
- number provided, it will be total request
2069
- timeout. It can also be a pair (tuple) of
2070
- (connection, read) timeouts.
2067
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2068
+ :param opts: Configuration options for this request
2069
+ :type opts: ConfigurationOptions, optional
2071
2070
  :param _request_auth: set to override the auth_settings for an a single
2072
2071
  request; this effectively ignores the authentication
2073
2072
  in the spec for a single request.
@@ -2095,7 +2094,8 @@ class ChartOfAccountsApi:
2095
2094
  '_request_timeout',
2096
2095
  '_request_auth',
2097
2096
  '_content_type',
2098
- '_headers'
2097
+ '_headers',
2098
+ 'opts'
2099
2099
  ]
2100
2100
  )
2101
2101
 
@@ -2164,6 +2164,7 @@ class ChartOfAccountsApi:
2164
2164
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2165
2165
  _preload_content=_params.get('_preload_content', True),
2166
2166
  _request_timeout=_params.get('_request_timeout'),
2167
+ opts=_params.get('opts'),
2167
2168
  collection_formats=_collection_formats,
2168
2169
  _request_auth=_params.get('_request_auth'))
2169
2170
 
@@ -2196,10 +2197,9 @@ class ChartOfAccountsApi:
2196
2197
  :type as_at: datetime
2197
2198
  :param async_req: Whether to execute the request asynchronously.
2198
2199
  :type async_req: bool, optional
2199
- :param _request_timeout: timeout setting for this request.
2200
- If one number provided, it will be total request
2201
- timeout. It can also be a pair (tuple) of
2202
- (connection, read) timeouts.
2200
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2201
+ :param opts: Configuration options for this request
2202
+ :type opts: ConfigurationOptions, optional
2203
2203
  :return: Returns the result object.
2204
2204
  If the method is called asynchronously,
2205
2205
  returns the request thread.
@@ -2242,10 +2242,9 @@ class ChartOfAccountsApi:
2242
2242
  :param _return_http_data_only: response data instead of ApiResponse
2243
2243
  object with status code, headers, etc
2244
2244
  :type _return_http_data_only: bool, optional
2245
- :param _request_timeout: timeout setting for this request. If one
2246
- number provided, it will be total request
2247
- timeout. It can also be a pair (tuple) of
2248
- (connection, read) timeouts.
2245
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2246
+ :param opts: Configuration options for this request
2247
+ :type opts: ConfigurationOptions, optional
2249
2248
  :param _request_auth: set to override the auth_settings for an a single
2250
2249
  request; this effectively ignores the authentication
2251
2250
  in the spec for a single request.
@@ -2273,7 +2272,8 @@ class ChartOfAccountsApi:
2273
2272
  '_request_timeout',
2274
2273
  '_request_auth',
2275
2274
  '_content_type',
2276
- '_headers'
2275
+ '_headers',
2276
+ 'opts'
2277
2277
  ]
2278
2278
  )
2279
2279
 
@@ -2342,6 +2342,7 @@ class ChartOfAccountsApi:
2342
2342
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2343
2343
  _preload_content=_params.get('_preload_content', True),
2344
2344
  _request_timeout=_params.get('_request_timeout'),
2345
+ opts=_params.get('opts'),
2345
2346
  collection_formats=_collection_formats,
2346
2347
  _request_auth=_params.get('_request_auth'))
2347
2348
 
@@ -2374,10 +2375,9 @@ class ChartOfAccountsApi:
2374
2375
  :type as_at: datetime
2375
2376
  :param async_req: Whether to execute the request asynchronously.
2376
2377
  :type async_req: bool, optional
2377
- :param _request_timeout: timeout setting for this request.
2378
- If one number provided, it will be total request
2379
- timeout. It can also be a pair (tuple) of
2380
- (connection, read) timeouts.
2378
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2379
+ :param opts: Configuration options for this request
2380
+ :type opts: ConfigurationOptions, optional
2381
2381
  :return: Returns the result object.
2382
2382
  If the method is called asynchronously,
2383
2383
  returns the request thread.
@@ -2420,10 +2420,9 @@ class ChartOfAccountsApi:
2420
2420
  :param _return_http_data_only: response data instead of ApiResponse
2421
2421
  object with status code, headers, etc
2422
2422
  :type _return_http_data_only: bool, optional
2423
- :param _request_timeout: timeout setting for this request. If one
2424
- number provided, it will be total request
2425
- timeout. It can also be a pair (tuple) of
2426
- (connection, read) timeouts.
2423
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2424
+ :param opts: Configuration options for this request
2425
+ :type opts: ConfigurationOptions, optional
2427
2426
  :param _request_auth: set to override the auth_settings for an a single
2428
2427
  request; this effectively ignores the authentication
2429
2428
  in the spec for a single request.
@@ -2451,7 +2450,8 @@ class ChartOfAccountsApi:
2451
2450
  '_request_timeout',
2452
2451
  '_request_auth',
2453
2452
  '_content_type',
2454
- '_headers'
2453
+ '_headers',
2454
+ 'opts'
2455
2455
  ]
2456
2456
  )
2457
2457
 
@@ -2520,6 +2520,7 @@ class ChartOfAccountsApi:
2520
2520
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2521
2521
  _preload_content=_params.get('_preload_content', True),
2522
2522
  _request_timeout=_params.get('_request_timeout'),
2523
+ opts=_params.get('opts'),
2523
2524
  collection_formats=_collection_formats,
2524
2525
  _request_auth=_params.get('_request_auth'))
2525
2526
 
@@ -2560,10 +2561,9 @@ class ChartOfAccountsApi:
2560
2561
  :type property_keys: List[str]
2561
2562
  :param async_req: Whether to execute the request asynchronously.
2562
2563
  :type async_req: bool, optional
2563
- :param _request_timeout: timeout setting for this request.
2564
- If one number provided, it will be total request
2565
- timeout. It can also be a pair (tuple) of
2566
- (connection, read) timeouts.
2564
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2565
+ :param opts: Configuration options for this request
2566
+ :type opts: ConfigurationOptions, optional
2567
2567
  :return: Returns the result object.
2568
2568
  If the method is called asynchronously,
2569
2569
  returns the request thread.
@@ -2614,10 +2614,9 @@ class ChartOfAccountsApi:
2614
2614
  :param _return_http_data_only: response data instead of ApiResponse
2615
2615
  object with status code, headers, etc
2616
2616
  :type _return_http_data_only: bool, optional
2617
- :param _request_timeout: timeout setting for this request. If one
2618
- number provided, it will be total request
2619
- timeout. It can also be a pair (tuple) of
2620
- (connection, read) timeouts.
2617
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2618
+ :param opts: Configuration options for this request
2619
+ :type opts: ConfigurationOptions, optional
2621
2620
  :param _request_auth: set to override the auth_settings for an a single
2622
2621
  request; this effectively ignores the authentication
2623
2622
  in the spec for a single request.
@@ -2649,7 +2648,8 @@ class ChartOfAccountsApi:
2649
2648
  '_request_timeout',
2650
2649
  '_request_auth',
2651
2650
  '_content_type',
2652
- '_headers'
2651
+ '_headers',
2652
+ 'opts'
2653
2653
  ]
2654
2654
  )
2655
2655
 
@@ -2731,6 +2731,7 @@ class ChartOfAccountsApi:
2731
2731
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2732
2732
  _preload_content=_params.get('_preload_content', True),
2733
2733
  _request_timeout=_params.get('_request_timeout'),
2734
+ opts=_params.get('opts'),
2734
2735
  collection_formats=_collection_formats,
2735
2736
  _request_auth=_params.get('_request_auth'))
2736
2737
 
@@ -2769,10 +2770,9 @@ class ChartOfAccountsApi:
2769
2770
  :type property_keys: List[str]
2770
2771
  :param async_req: Whether to execute the request asynchronously.
2771
2772
  :type async_req: bool, optional
2772
- :param _request_timeout: timeout setting for this request.
2773
- If one number provided, it will be total request
2774
- timeout. It can also be a pair (tuple) of
2775
- (connection, read) timeouts.
2773
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2774
+ :param opts: Configuration options for this request
2775
+ :type opts: ConfigurationOptions, optional
2776
2776
  :return: Returns the result object.
2777
2777
  If the method is called asynchronously,
2778
2778
  returns the request thread.
@@ -2821,10 +2821,9 @@ class ChartOfAccountsApi:
2821
2821
  :param _return_http_data_only: response data instead of ApiResponse
2822
2822
  object with status code, headers, etc
2823
2823
  :type _return_http_data_only: bool, optional
2824
- :param _request_timeout: timeout setting for this request. If one
2825
- number provided, it will be total request
2826
- timeout. It can also be a pair (tuple) of
2827
- (connection, read) timeouts.
2824
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2825
+ :param opts: Configuration options for this request
2826
+ :type opts: ConfigurationOptions, optional
2828
2827
  :param _request_auth: set to override the auth_settings for an a single
2829
2828
  request; this effectively ignores the authentication
2830
2829
  in the spec for a single request.
@@ -2855,7 +2854,8 @@ class ChartOfAccountsApi:
2855
2854
  '_request_timeout',
2856
2855
  '_request_auth',
2857
2856
  '_content_type',
2858
- '_headers'
2857
+ '_headers',
2858
+ 'opts'
2859
2859
  ]
2860
2860
  )
2861
2861
 
@@ -2935,6 +2935,7 @@ class ChartOfAccountsApi:
2935
2935
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2936
2936
  _preload_content=_params.get('_preload_content', True),
2937
2937
  _request_timeout=_params.get('_request_timeout'),
2938
+ opts=_params.get('opts'),
2938
2939
  collection_formats=_collection_formats,
2939
2940
  _request_auth=_params.get('_request_auth'))
2940
2941
 
@@ -2973,10 +2974,9 @@ class ChartOfAccountsApi:
2973
2974
  :type filter: str
2974
2975
  :param async_req: Whether to execute the request asynchronously.
2975
2976
  :type async_req: bool, optional
2976
- :param _request_timeout: timeout setting for this request.
2977
- If one number provided, it will be total request
2978
- timeout. It can also be a pair (tuple) of
2979
- (connection, read) timeouts.
2977
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2978
+ :param opts: Configuration options for this request
2979
+ :type opts: ConfigurationOptions, optional
2980
2980
  :return: Returns the result object.
2981
2981
  If the method is called asynchronously,
2982
2982
  returns the request thread.
@@ -3025,10 +3025,9 @@ class ChartOfAccountsApi:
3025
3025
  :param _return_http_data_only: response data instead of ApiResponse
3026
3026
  object with status code, headers, etc
3027
3027
  :type _return_http_data_only: bool, optional
3028
- :param _request_timeout: timeout setting for this request. If one
3029
- number provided, it will be total request
3030
- timeout. It can also be a pair (tuple) of
3031
- (connection, read) timeouts.
3028
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3029
+ :param opts: Configuration options for this request
3030
+ :type opts: ConfigurationOptions, optional
3032
3031
  :param _request_auth: set to override the auth_settings for an a single
3033
3032
  request; this effectively ignores the authentication
3034
3033
  in the spec for a single request.
@@ -3059,7 +3058,8 @@ class ChartOfAccountsApi:
3059
3058
  '_request_timeout',
3060
3059
  '_request_auth',
3061
3060
  '_content_type',
3062
- '_headers'
3061
+ '_headers',
3062
+ 'opts'
3063
3063
  ]
3064
3064
  )
3065
3065
 
@@ -3137,6 +3137,7 @@ class ChartOfAccountsApi:
3137
3137
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3138
3138
  _preload_content=_params.get('_preload_content', True),
3139
3139
  _request_timeout=_params.get('_request_timeout'),
3140
+ opts=_params.get('opts'),
3140
3141
  collection_formats=_collection_formats,
3141
3142
  _request_auth=_params.get('_request_auth'))
3142
3143
 
@@ -3175,10 +3176,9 @@ class ChartOfAccountsApi:
3175
3176
  :type sort_by: List[str]
3176
3177
  :param async_req: Whether to execute the request asynchronously.
3177
3178
  :type async_req: bool, optional
3178
- :param _request_timeout: timeout setting for this request.
3179
- If one number provided, it will be total request
3180
- timeout. It can also be a pair (tuple) of
3181
- (connection, read) timeouts.
3179
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3180
+ :param opts: Configuration options for this request
3181
+ :type opts: ConfigurationOptions, optional
3182
3182
  :return: Returns the result object.
3183
3183
  If the method is called asynchronously,
3184
3184
  returns the request thread.
@@ -3227,10 +3227,9 @@ class ChartOfAccountsApi:
3227
3227
  :param _return_http_data_only: response data instead of ApiResponse
3228
3228
  object with status code, headers, etc
3229
3229
  :type _return_http_data_only: bool, optional
3230
- :param _request_timeout: timeout setting for this request. If one
3231
- number provided, it will be total request
3232
- timeout. It can also be a pair (tuple) of
3233
- (connection, read) timeouts.
3230
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3231
+ :param opts: Configuration options for this request
3232
+ :type opts: ConfigurationOptions, optional
3234
3233
  :param _request_auth: set to override the auth_settings for an a single
3235
3234
  request; this effectively ignores the authentication
3236
3235
  in the spec for a single request.
@@ -3261,7 +3260,8 @@ class ChartOfAccountsApi:
3261
3260
  '_request_timeout',
3262
3261
  '_request_auth',
3263
3262
  '_content_type',
3264
- '_headers'
3263
+ '_headers',
3264
+ 'opts'
3265
3265
  ]
3266
3266
  )
3267
3267
 
@@ -3340,6 +3340,7 @@ class ChartOfAccountsApi:
3340
3340
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3341
3341
  _preload_content=_params.get('_preload_content', True),
3342
3342
  _request_timeout=_params.get('_request_timeout'),
3343
+ opts=_params.get('opts'),
3343
3344
  collection_formats=_collection_formats,
3344
3345
  _request_auth=_params.get('_request_auth'))
3345
3346
 
@@ -3378,10 +3379,9 @@ class ChartOfAccountsApi:
3378
3379
  :type sort_by: List[str]
3379
3380
  :param async_req: Whether to execute the request asynchronously.
3380
3381
  :type async_req: bool, optional
3381
- :param _request_timeout: timeout setting for this request.
3382
- If one number provided, it will be total request
3383
- timeout. It can also be a pair (tuple) of
3384
- (connection, read) timeouts.
3382
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3383
+ :param opts: Configuration options for this request
3384
+ :type opts: ConfigurationOptions, optional
3385
3385
  :return: Returns the result object.
3386
3386
  If the method is called asynchronously,
3387
3387
  returns the request thread.
@@ -3430,10 +3430,9 @@ class ChartOfAccountsApi:
3430
3430
  :param _return_http_data_only: response data instead of ApiResponse
3431
3431
  object with status code, headers, etc
3432
3432
  :type _return_http_data_only: bool, optional
3433
- :param _request_timeout: timeout setting for this request. If one
3434
- number provided, it will be total request
3435
- timeout. It can also be a pair (tuple) of
3436
- (connection, read) timeouts.
3433
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3434
+ :param opts: Configuration options for this request
3435
+ :type opts: ConfigurationOptions, optional
3437
3436
  :param _request_auth: set to override the auth_settings for an a single
3438
3437
  request; this effectively ignores the authentication
3439
3438
  in the spec for a single request.
@@ -3464,7 +3463,8 @@ class ChartOfAccountsApi:
3464
3463
  '_request_timeout',
3465
3464
  '_request_auth',
3466
3465
  '_content_type',
3467
- '_headers'
3466
+ '_headers',
3467
+ 'opts'
3468
3468
  ]
3469
3469
  )
3470
3470
 
@@ -3543,6 +3543,7 @@ class ChartOfAccountsApi:
3543
3543
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3544
3544
  _preload_content=_params.get('_preload_content', True),
3545
3545
  _request_timeout=_params.get('_request_timeout'),
3546
+ opts=_params.get('opts'),
3546
3547
  collection_formats=_collection_formats,
3547
3548
  _request_auth=_params.get('_request_auth'))
3548
3549
 
@@ -3581,10 +3582,9 @@ class ChartOfAccountsApi:
3581
3582
  :type filter: str
3582
3583
  :param async_req: Whether to execute the request asynchronously.
3583
3584
  :type async_req: bool, optional
3584
- :param _request_timeout: timeout setting for this request.
3585
- If one number provided, it will be total request
3586
- timeout. It can also be a pair (tuple) of
3587
- (connection, read) timeouts.
3585
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3586
+ :param opts: Configuration options for this request
3587
+ :type opts: ConfigurationOptions, optional
3588
3588
  :return: Returns the result object.
3589
3589
  If the method is called asynchronously,
3590
3590
  returns the request thread.
@@ -3633,10 +3633,9 @@ class ChartOfAccountsApi:
3633
3633
  :param _return_http_data_only: response data instead of ApiResponse
3634
3634
  object with status code, headers, etc
3635
3635
  :type _return_http_data_only: bool, optional
3636
- :param _request_timeout: timeout setting for this request. If one
3637
- number provided, it will be total request
3638
- timeout. It can also be a pair (tuple) of
3639
- (connection, read) timeouts.
3636
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3637
+ :param opts: Configuration options for this request
3638
+ :type opts: ConfigurationOptions, optional
3640
3639
  :param _request_auth: set to override the auth_settings for an a single
3641
3640
  request; this effectively ignores the authentication
3642
3641
  in the spec for a single request.
@@ -3667,7 +3666,8 @@ class ChartOfAccountsApi:
3667
3666
  '_request_timeout',
3668
3667
  '_request_auth',
3669
3668
  '_content_type',
3670
- '_headers'
3669
+ '_headers',
3670
+ 'opts'
3671
3671
  ]
3672
3672
  )
3673
3673
 
@@ -3745,6 +3745,7 @@ class ChartOfAccountsApi:
3745
3745
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3746
3746
  _preload_content=_params.get('_preload_content', True),
3747
3747
  _request_timeout=_params.get('_request_timeout'),
3748
+ opts=_params.get('opts'),
3748
3749
  collection_formats=_collection_formats,
3749
3750
  _request_auth=_params.get('_request_auth'))
3750
3751
 
@@ -3783,10 +3784,9 @@ class ChartOfAccountsApi:
3783
3784
  :type sort_by: List[str]
3784
3785
  :param async_req: Whether to execute the request asynchronously.
3785
3786
  :type async_req: bool, optional
3786
- :param _request_timeout: timeout setting for this request.
3787
- If one number provided, it will be total request
3788
- timeout. It can also be a pair (tuple) of
3789
- (connection, read) timeouts.
3787
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3788
+ :param opts: Configuration options for this request
3789
+ :type opts: ConfigurationOptions, optional
3790
3790
  :return: Returns the result object.
3791
3791
  If the method is called asynchronously,
3792
3792
  returns the request thread.
@@ -3835,10 +3835,9 @@ class ChartOfAccountsApi:
3835
3835
  :param _return_http_data_only: response data instead of ApiResponse
3836
3836
  object with status code, headers, etc
3837
3837
  :type _return_http_data_only: bool, optional
3838
- :param _request_timeout: timeout setting for this request. If one
3839
- number provided, it will be total request
3840
- timeout. It can also be a pair (tuple) of
3841
- (connection, read) timeouts.
3838
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3839
+ :param opts: Configuration options for this request
3840
+ :type opts: ConfigurationOptions, optional
3842
3841
  :param _request_auth: set to override the auth_settings for an a single
3843
3842
  request; this effectively ignores the authentication
3844
3843
  in the spec for a single request.
@@ -3869,7 +3868,8 @@ class ChartOfAccountsApi:
3869
3868
  '_request_timeout',
3870
3869
  '_request_auth',
3871
3870
  '_content_type',
3872
- '_headers'
3871
+ '_headers',
3872
+ 'opts'
3873
3873
  ]
3874
3874
  )
3875
3875
 
@@ -3948,6 +3948,181 @@ class ChartOfAccountsApi:
3948
3948
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3949
3949
  _preload_content=_params.get('_preload_content', True),
3950
3950
  _request_timeout=_params.get('_request_timeout'),
3951
+ opts=_params.get('opts'),
3952
+ collection_formats=_collection_formats,
3953
+ _request_auth=_params.get('_request_auth'))
3954
+
3955
+ @overload
3956
+ async def patch_chart_of_accounts(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ChartOfAccounts: # noqa: E501
3957
+ ...
3958
+
3959
+ @overload
3960
+ def patch_chart_of_accounts(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=True, **kwargs) -> ChartOfAccounts: # noqa: E501
3961
+ ...
3962
+
3963
+ @validate_arguments
3964
+ def patch_chart_of_accounts(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], async_req: Optional[bool]=None, **kwargs) -> Union[ChartOfAccounts, Awaitable[ChartOfAccounts]]: # noqa: E501
3965
+ """[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts. # noqa: E501
3966
+
3967
+ Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description. # noqa: E501
3968
+ This method makes a synchronous HTTP request by default. To make an
3969
+ asynchronous HTTP request, please pass async_req=True
3970
+
3971
+ >>> thread = api.patch_chart_of_accounts(scope, code, operation, async_req=True)
3972
+ >>> result = thread.get()
3973
+
3974
+ :param scope: The scope of the Chart of Accounts. (required)
3975
+ :type scope: str
3976
+ :param code: The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. (required)
3977
+ :type code: str
3978
+ :param operation: The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. (required)
3979
+ :type operation: List[Operation]
3980
+ :param async_req: Whether to execute the request asynchronously.
3981
+ :type async_req: bool, optional
3982
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3983
+ :param opts: Configuration options for this request
3984
+ :type opts: ConfigurationOptions, optional
3985
+ :return: Returns the result object.
3986
+ If the method is called asynchronously,
3987
+ returns the request thread.
3988
+ :rtype: ChartOfAccounts
3989
+ """
3990
+ kwargs['_return_http_data_only'] = True
3991
+ if '_preload_content' in kwargs:
3992
+ message = "Error! Please call the patch_chart_of_accounts_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
3993
+ raise ValueError(message)
3994
+ if async_req is not None:
3995
+ kwargs['async_req'] = async_req
3996
+ return self.patch_chart_of_accounts_with_http_info(scope, code, operation, **kwargs) # noqa: E501
3997
+
3998
+ @validate_arguments
3999
+ def patch_chart_of_accounts_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the Chart of Accounts.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts.")], operation : Annotated[conlist(Operation), Field(..., description="The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902.")], **kwargs) -> ApiResponse: # noqa: E501
4000
+ """[EXPERIMENTAL] PatchChartOfAccounts: Patch a Chart of Accounts. # noqa: E501
4001
+
4002
+ Update fields on a Chart of Accounts. The behaviour is defined by the JSON Patch specification. Currently supported fields are: DisplayName, Description. # noqa: E501
4003
+ This method makes a synchronous HTTP request by default. To make an
4004
+ asynchronous HTTP request, please pass async_req=True
4005
+
4006
+ >>> thread = api.patch_chart_of_accounts_with_http_info(scope, code, operation, async_req=True)
4007
+ >>> result = thread.get()
4008
+
4009
+ :param scope: The scope of the Chart of Accounts. (required)
4010
+ :type scope: str
4011
+ :param code: The code of the Chart of Accounts. Together with the scope this uniquely identifies the Chart of Accounts. (required)
4012
+ :type code: str
4013
+ :param operation: The json patch document. For more information see: https://datatracker.ietf.org/doc/html/rfc6902. (required)
4014
+ :type operation: List[Operation]
4015
+ :param async_req: Whether to execute the request asynchronously.
4016
+ :type async_req: bool, optional
4017
+ :param _preload_content: if False, the ApiResponse.data will
4018
+ be set to none and raw_data will store the
4019
+ HTTP response body without reading/decoding.
4020
+ Default is True.
4021
+ :type _preload_content: bool, optional
4022
+ :param _return_http_data_only: response data instead of ApiResponse
4023
+ object with status code, headers, etc
4024
+ :type _return_http_data_only: bool, optional
4025
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4026
+ :param opts: Configuration options for this request
4027
+ :type opts: ConfigurationOptions, optional
4028
+ :param _request_auth: set to override the auth_settings for an a single
4029
+ request; this effectively ignores the authentication
4030
+ in the spec for a single request.
4031
+ :type _request_auth: dict, optional
4032
+ :type _content_type: string, optional: force content-type for the request
4033
+ :return: Returns the result object.
4034
+ If the method is called asynchronously,
4035
+ returns the request thread.
4036
+ :rtype: tuple(ChartOfAccounts, status_code(int), headers(HTTPHeaderDict))
4037
+ """
4038
+
4039
+ _params = locals()
4040
+
4041
+ _all_params = [
4042
+ 'scope',
4043
+ 'code',
4044
+ 'operation'
4045
+ ]
4046
+ _all_params.extend(
4047
+ [
4048
+ 'async_req',
4049
+ '_return_http_data_only',
4050
+ '_preload_content',
4051
+ '_request_timeout',
4052
+ '_request_auth',
4053
+ '_content_type',
4054
+ '_headers',
4055
+ 'opts'
4056
+ ]
4057
+ )
4058
+
4059
+ # validate the arguments
4060
+ for _key, _val in _params['kwargs'].items():
4061
+ if _key not in _all_params:
4062
+ raise ApiTypeError(
4063
+ "Got an unexpected keyword argument '%s'"
4064
+ " to method patch_chart_of_accounts" % _key
4065
+ )
4066
+ _params[_key] = _val
4067
+ del _params['kwargs']
4068
+
4069
+ _collection_formats = {}
4070
+
4071
+ # process the path parameters
4072
+ _path_params = {}
4073
+ if _params['scope']:
4074
+ _path_params['scope'] = _params['scope']
4075
+
4076
+ if _params['code']:
4077
+ _path_params['code'] = _params['code']
4078
+
4079
+
4080
+ # process the query parameters
4081
+ _query_params = []
4082
+ # process the header parameters
4083
+ _header_params = dict(_params.get('_headers', {}))
4084
+ # process the form parameters
4085
+ _form_params = []
4086
+ _files = {}
4087
+ # process the body parameter
4088
+ _body_params = None
4089
+ if _params['operation'] is not None:
4090
+ _body_params = _params['operation']
4091
+
4092
+ # set the HTTP header `Accept`
4093
+ _header_params['Accept'] = self.api_client.select_header_accept(
4094
+ ['text/plain', 'application/json', 'text/json']) # noqa: E501
4095
+
4096
+ # set the HTTP header `Content-Type`
4097
+ _content_types_list = _params.get('_content_type',
4098
+ self.api_client.select_header_content_type(
4099
+ ['application/json-patch+json', 'application/json', 'text/json', 'application/*+json']))
4100
+ if _content_types_list:
4101
+ _header_params['Content-Type'] = _content_types_list
4102
+
4103
+ # authentication setting
4104
+ _auth_settings = ['oauth2'] # noqa: E501
4105
+
4106
+ _response_types_map = {
4107
+ '200': "ChartOfAccounts",
4108
+ '400': "LusidValidationProblemDetails",
4109
+ }
4110
+
4111
+ return self.api_client.call_api(
4112
+ '/api/chartofaccounts/{scope}/{code}', 'PATCH',
4113
+ _path_params,
4114
+ _query_params,
4115
+ _header_params,
4116
+ body=_body_params,
4117
+ post_params=_form_params,
4118
+ files=_files,
4119
+ response_types_map=_response_types_map,
4120
+ auth_settings=_auth_settings,
4121
+ async_req=_params.get('async_req'),
4122
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4123
+ _preload_content=_params.get('_preload_content', True),
4124
+ _request_timeout=_params.get('_request_timeout'),
4125
+ opts=_params.get('opts'),
3951
4126
  collection_formats=_collection_formats,
3952
4127
  _request_auth=_params.get('_request_auth'))
3953
4128
 
@@ -3980,10 +4155,9 @@ class ChartOfAccountsApi:
3980
4155
  :type operation: List[Operation]
3981
4156
  :param async_req: Whether to execute the request asynchronously.
3982
4157
  :type async_req: bool, optional
3983
- :param _request_timeout: timeout setting for this request.
3984
- If one number provided, it will be total request
3985
- timeout. It can also be a pair (tuple) of
3986
- (connection, read) timeouts.
4158
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4159
+ :param opts: Configuration options for this request
4160
+ :type opts: ConfigurationOptions, optional
3987
4161
  :return: Returns the result object.
3988
4162
  If the method is called asynchronously,
3989
4163
  returns the request thread.
@@ -4026,10 +4200,9 @@ class ChartOfAccountsApi:
4026
4200
  :param _return_http_data_only: response data instead of ApiResponse
4027
4201
  object with status code, headers, etc
4028
4202
  :type _return_http_data_only: bool, optional
4029
- :param _request_timeout: timeout setting for this request. If one
4030
- number provided, it will be total request
4031
- timeout. It can also be a pair (tuple) of
4032
- (connection, read) timeouts.
4203
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4204
+ :param opts: Configuration options for this request
4205
+ :type opts: ConfigurationOptions, optional
4033
4206
  :param _request_auth: set to override the auth_settings for an a single
4034
4207
  request; this effectively ignores the authentication
4035
4208
  in the spec for a single request.
@@ -4057,7 +4230,8 @@ class ChartOfAccountsApi:
4057
4230
  '_request_timeout',
4058
4231
  '_request_auth',
4059
4232
  '_content_type',
4060
- '_headers'
4233
+ '_headers',
4234
+ 'opts'
4061
4235
  ]
4062
4236
  )
4063
4237
 
@@ -4130,6 +4304,7 @@ class ChartOfAccountsApi:
4130
4304
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4131
4305
  _preload_content=_params.get('_preload_content', True),
4132
4306
  _request_timeout=_params.get('_request_timeout'),
4307
+ opts=_params.get('opts'),
4133
4308
  collection_formats=_collection_formats,
4134
4309
  _request_auth=_params.get('_request_auth'))
4135
4310
 
@@ -4162,10 +4337,9 @@ class ChartOfAccountsApi:
4162
4337
  :type operation: List[Operation]
4163
4338
  :param async_req: Whether to execute the request asynchronously.
4164
4339
  :type async_req: bool, optional
4165
- :param _request_timeout: timeout setting for this request.
4166
- If one number provided, it will be total request
4167
- timeout. It can also be a pair (tuple) of
4168
- (connection, read) timeouts.
4340
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4341
+ :param opts: Configuration options for this request
4342
+ :type opts: ConfigurationOptions, optional
4169
4343
  :return: Returns the result object.
4170
4344
  If the method is called asynchronously,
4171
4345
  returns the request thread.
@@ -4208,10 +4382,9 @@ class ChartOfAccountsApi:
4208
4382
  :param _return_http_data_only: response data instead of ApiResponse
4209
4383
  object with status code, headers, etc
4210
4384
  :type _return_http_data_only: bool, optional
4211
- :param _request_timeout: timeout setting for this request. If one
4212
- number provided, it will be total request
4213
- timeout. It can also be a pair (tuple) of
4214
- (connection, read) timeouts.
4385
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4386
+ :param opts: Configuration options for this request
4387
+ :type opts: ConfigurationOptions, optional
4215
4388
  :param _request_auth: set to override the auth_settings for an a single
4216
4389
  request; this effectively ignores the authentication
4217
4390
  in the spec for a single request.
@@ -4239,7 +4412,8 @@ class ChartOfAccountsApi:
4239
4412
  '_request_timeout',
4240
4413
  '_request_auth',
4241
4414
  '_content_type',
4242
- '_headers'
4415
+ '_headers',
4416
+ 'opts'
4243
4417
  ]
4244
4418
  )
4245
4419
 
@@ -4312,6 +4486,7 @@ class ChartOfAccountsApi:
4312
4486
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4313
4487
  _preload_content=_params.get('_preload_content', True),
4314
4488
  _request_timeout=_params.get('_request_timeout'),
4489
+ opts=_params.get('opts'),
4315
4490
  collection_formats=_collection_formats,
4316
4491
  _request_auth=_params.get('_request_auth'))
4317
4492
 
@@ -4344,10 +4519,9 @@ class ChartOfAccountsApi:
4344
4519
  :type cleardown_module_details: CleardownModuleDetails
4345
4520
  :param async_req: Whether to execute the request asynchronously.
4346
4521
  :type async_req: bool, optional
4347
- :param _request_timeout: timeout setting for this request.
4348
- If one number provided, it will be total request
4349
- timeout. It can also be a pair (tuple) of
4350
- (connection, read) timeouts.
4522
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4523
+ :param opts: Configuration options for this request
4524
+ :type opts: ConfigurationOptions, optional
4351
4525
  :return: Returns the result object.
4352
4526
  If the method is called asynchronously,
4353
4527
  returns the request thread.
@@ -4390,10 +4564,9 @@ class ChartOfAccountsApi:
4390
4564
  :param _return_http_data_only: response data instead of ApiResponse
4391
4565
  object with status code, headers, etc
4392
4566
  :type _return_http_data_only: bool, optional
4393
- :param _request_timeout: timeout setting for this request. If one
4394
- number provided, it will be total request
4395
- timeout. It can also be a pair (tuple) of
4396
- (connection, read) timeouts.
4567
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4568
+ :param opts: Configuration options for this request
4569
+ :type opts: ConfigurationOptions, optional
4397
4570
  :param _request_auth: set to override the auth_settings for an a single
4398
4571
  request; this effectively ignores the authentication
4399
4572
  in the spec for a single request.
@@ -4421,7 +4594,8 @@ class ChartOfAccountsApi:
4421
4594
  '_request_timeout',
4422
4595
  '_request_auth',
4423
4596
  '_content_type',
4424
- '_headers'
4597
+ '_headers',
4598
+ 'opts'
4425
4599
  ]
4426
4600
  )
4427
4601
 
@@ -4494,6 +4668,7 @@ class ChartOfAccountsApi:
4494
4668
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4495
4669
  _preload_content=_params.get('_preload_content', True),
4496
4670
  _request_timeout=_params.get('_request_timeout'),
4671
+ opts=_params.get('opts'),
4497
4672
  collection_formats=_collection_formats,
4498
4673
  _request_auth=_params.get('_request_auth'))
4499
4674
 
@@ -4526,10 +4701,9 @@ class ChartOfAccountsApi:
4526
4701
  :type cleardown_module_rule: List[CleardownModuleRule]
4527
4702
  :param async_req: Whether to execute the request asynchronously.
4528
4703
  :type async_req: bool, optional
4529
- :param _request_timeout: timeout setting for this request.
4530
- If one number provided, it will be total request
4531
- timeout. It can also be a pair (tuple) of
4532
- (connection, read) timeouts.
4704
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4705
+ :param opts: Configuration options for this request
4706
+ :type opts: ConfigurationOptions, optional
4533
4707
  :return: Returns the result object.
4534
4708
  If the method is called asynchronously,
4535
4709
  returns the request thread.
@@ -4572,10 +4746,9 @@ class ChartOfAccountsApi:
4572
4746
  :param _return_http_data_only: response data instead of ApiResponse
4573
4747
  object with status code, headers, etc
4574
4748
  :type _return_http_data_only: bool, optional
4575
- :param _request_timeout: timeout setting for this request. If one
4576
- number provided, it will be total request
4577
- timeout. It can also be a pair (tuple) of
4578
- (connection, read) timeouts.
4749
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4750
+ :param opts: Configuration options for this request
4751
+ :type opts: ConfigurationOptions, optional
4579
4752
  :param _request_auth: set to override the auth_settings for an a single
4580
4753
  request; this effectively ignores the authentication
4581
4754
  in the spec for a single request.
@@ -4603,7 +4776,8 @@ class ChartOfAccountsApi:
4603
4776
  '_request_timeout',
4604
4777
  '_request_auth',
4605
4778
  '_content_type',
4606
- '_headers'
4779
+ '_headers',
4780
+ 'opts'
4607
4781
  ]
4608
4782
  )
4609
4783
 
@@ -4676,6 +4850,7 @@ class ChartOfAccountsApi:
4676
4850
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4677
4851
  _preload_content=_params.get('_preload_content', True),
4678
4852
  _request_timeout=_params.get('_request_timeout'),
4853
+ opts=_params.get('opts'),
4679
4854
  collection_formats=_collection_formats,
4680
4855
  _request_auth=_params.get('_request_auth'))
4681
4856
 
@@ -4708,10 +4883,9 @@ class ChartOfAccountsApi:
4708
4883
  :type general_ledger_profile_mapping: List[GeneralLedgerProfileMapping]
4709
4884
  :param async_req: Whether to execute the request asynchronously.
4710
4885
  :type async_req: bool, optional
4711
- :param _request_timeout: timeout setting for this request.
4712
- If one number provided, it will be total request
4713
- timeout. It can also be a pair (tuple) of
4714
- (connection, read) timeouts.
4886
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4887
+ :param opts: Configuration options for this request
4888
+ :type opts: ConfigurationOptions, optional
4715
4889
  :return: Returns the result object.
4716
4890
  If the method is called asynchronously,
4717
4891
  returns the request thread.
@@ -4754,10 +4928,9 @@ class ChartOfAccountsApi:
4754
4928
  :param _return_http_data_only: response data instead of ApiResponse
4755
4929
  object with status code, headers, etc
4756
4930
  :type _return_http_data_only: bool, optional
4757
- :param _request_timeout: timeout setting for this request. If one
4758
- number provided, it will be total request
4759
- timeout. It can also be a pair (tuple) of
4760
- (connection, read) timeouts.
4931
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4932
+ :param opts: Configuration options for this request
4933
+ :type opts: ConfigurationOptions, optional
4761
4934
  :param _request_auth: set to override the auth_settings for an a single
4762
4935
  request; this effectively ignores the authentication
4763
4936
  in the spec for a single request.
@@ -4785,7 +4958,8 @@ class ChartOfAccountsApi:
4785
4958
  '_request_timeout',
4786
4959
  '_request_auth',
4787
4960
  '_content_type',
4788
- '_headers'
4961
+ '_headers',
4962
+ 'opts'
4789
4963
  ]
4790
4964
  )
4791
4965
 
@@ -4858,6 +5032,7 @@ class ChartOfAccountsApi:
4858
5032
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4859
5033
  _preload_content=_params.get('_preload_content', True),
4860
5034
  _request_timeout=_params.get('_request_timeout'),
5035
+ opts=_params.get('opts'),
4861
5036
  collection_formats=_collection_formats,
4862
5037
  _request_auth=_params.get('_request_auth'))
4863
5038
 
@@ -4890,10 +5065,9 @@ class ChartOfAccountsApi:
4890
5065
  :type posting_module_details: PostingModuleDetails
4891
5066
  :param async_req: Whether to execute the request asynchronously.
4892
5067
  :type async_req: bool, optional
4893
- :param _request_timeout: timeout setting for this request.
4894
- If one number provided, it will be total request
4895
- timeout. It can also be a pair (tuple) of
4896
- (connection, read) timeouts.
5068
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5069
+ :param opts: Configuration options for this request
5070
+ :type opts: ConfigurationOptions, optional
4897
5071
  :return: Returns the result object.
4898
5072
  If the method is called asynchronously,
4899
5073
  returns the request thread.
@@ -4936,10 +5110,9 @@ class ChartOfAccountsApi:
4936
5110
  :param _return_http_data_only: response data instead of ApiResponse
4937
5111
  object with status code, headers, etc
4938
5112
  :type _return_http_data_only: bool, optional
4939
- :param _request_timeout: timeout setting for this request. If one
4940
- number provided, it will be total request
4941
- timeout. It can also be a pair (tuple) of
4942
- (connection, read) timeouts.
5113
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5114
+ :param opts: Configuration options for this request
5115
+ :type opts: ConfigurationOptions, optional
4943
5116
  :param _request_auth: set to override the auth_settings for an a single
4944
5117
  request; this effectively ignores the authentication
4945
5118
  in the spec for a single request.
@@ -4967,7 +5140,8 @@ class ChartOfAccountsApi:
4967
5140
  '_request_timeout',
4968
5141
  '_request_auth',
4969
5142
  '_content_type',
4970
- '_headers'
5143
+ '_headers',
5144
+ 'opts'
4971
5145
  ]
4972
5146
  )
4973
5147
 
@@ -5040,6 +5214,7 @@ class ChartOfAccountsApi:
5040
5214
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5041
5215
  _preload_content=_params.get('_preload_content', True),
5042
5216
  _request_timeout=_params.get('_request_timeout'),
5217
+ opts=_params.get('opts'),
5043
5218
  collection_formats=_collection_formats,
5044
5219
  _request_auth=_params.get('_request_auth'))
5045
5220
 
@@ -5072,10 +5247,9 @@ class ChartOfAccountsApi:
5072
5247
  :type posting_module_rule: List[PostingModuleRule]
5073
5248
  :param async_req: Whether to execute the request asynchronously.
5074
5249
  :type async_req: bool, optional
5075
- :param _request_timeout: timeout setting for this request.
5076
- If one number provided, it will be total request
5077
- timeout. It can also be a pair (tuple) of
5078
- (connection, read) timeouts.
5250
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5251
+ :param opts: Configuration options for this request
5252
+ :type opts: ConfigurationOptions, optional
5079
5253
  :return: Returns the result object.
5080
5254
  If the method is called asynchronously,
5081
5255
  returns the request thread.
@@ -5118,10 +5292,9 @@ class ChartOfAccountsApi:
5118
5292
  :param _return_http_data_only: response data instead of ApiResponse
5119
5293
  object with status code, headers, etc
5120
5294
  :type _return_http_data_only: bool, optional
5121
- :param _request_timeout: timeout setting for this request. If one
5122
- number provided, it will be total request
5123
- timeout. It can also be a pair (tuple) of
5124
- (connection, read) timeouts.
5295
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5296
+ :param opts: Configuration options for this request
5297
+ :type opts: ConfigurationOptions, optional
5125
5298
  :param _request_auth: set to override the auth_settings for an a single
5126
5299
  request; this effectively ignores the authentication
5127
5300
  in the spec for a single request.
@@ -5149,7 +5322,8 @@ class ChartOfAccountsApi:
5149
5322
  '_request_timeout',
5150
5323
  '_request_auth',
5151
5324
  '_content_type',
5152
- '_headers'
5325
+ '_headers',
5326
+ 'opts'
5153
5327
  ]
5154
5328
  )
5155
5329
 
@@ -5222,6 +5396,7 @@ class ChartOfAccountsApi:
5222
5396
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5223
5397
  _preload_content=_params.get('_preload_content', True),
5224
5398
  _request_timeout=_params.get('_request_timeout'),
5399
+ opts=_params.get('opts'),
5225
5400
  collection_formats=_collection_formats,
5226
5401
  _request_auth=_params.get('_request_auth'))
5227
5402
 
@@ -5254,10 +5429,9 @@ class ChartOfAccountsApi:
5254
5429
  :type request_body: Dict[str, ModelProperty]
5255
5430
  :param async_req: Whether to execute the request asynchronously.
5256
5431
  :type async_req: bool, optional
5257
- :param _request_timeout: timeout setting for this request.
5258
- If one number provided, it will be total request
5259
- timeout. It can also be a pair (tuple) of
5260
- (connection, read) timeouts.
5432
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5433
+ :param opts: Configuration options for this request
5434
+ :type opts: ConfigurationOptions, optional
5261
5435
  :return: Returns the result object.
5262
5436
  If the method is called asynchronously,
5263
5437
  returns the request thread.
@@ -5300,10 +5474,9 @@ class ChartOfAccountsApi:
5300
5474
  :param _return_http_data_only: response data instead of ApiResponse
5301
5475
  object with status code, headers, etc
5302
5476
  :type _return_http_data_only: bool, optional
5303
- :param _request_timeout: timeout setting for this request. If one
5304
- number provided, it will be total request
5305
- timeout. It can also be a pair (tuple) of
5306
- (connection, read) timeouts.
5477
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5478
+ :param opts: Configuration options for this request
5479
+ :type opts: ConfigurationOptions, optional
5307
5480
  :param _request_auth: set to override the auth_settings for an a single
5308
5481
  request; this effectively ignores the authentication
5309
5482
  in the spec for a single request.
@@ -5331,7 +5504,8 @@ class ChartOfAccountsApi:
5331
5504
  '_request_timeout',
5332
5505
  '_request_auth',
5333
5506
  '_content_type',
5334
- '_headers'
5507
+ '_headers',
5508
+ 'opts'
5335
5509
  ]
5336
5510
  )
5337
5511
 
@@ -5404,6 +5578,7 @@ class ChartOfAccountsApi:
5404
5578
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5405
5579
  _preload_content=_params.get('_preload_content', True),
5406
5580
  _request_timeout=_params.get('_request_timeout'),
5581
+ opts=_params.get('opts'),
5407
5582
  collection_formats=_collection_formats,
5408
5583
  _request_auth=_params.get('_request_auth'))
5409
5584
 
@@ -5434,10 +5609,9 @@ class ChartOfAccountsApi:
5434
5609
  :type account: List[Account]
5435
5610
  :param async_req: Whether to execute the request asynchronously.
5436
5611
  :type async_req: bool, optional
5437
- :param _request_timeout: timeout setting for this request.
5438
- If one number provided, it will be total request
5439
- timeout. It can also be a pair (tuple) of
5440
- (connection, read) timeouts.
5612
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5613
+ :param opts: Configuration options for this request
5614
+ :type opts: ConfigurationOptions, optional
5441
5615
  :return: Returns the result object.
5442
5616
  If the method is called asynchronously,
5443
5617
  returns the request thread.
@@ -5478,10 +5652,9 @@ class ChartOfAccountsApi:
5478
5652
  :param _return_http_data_only: response data instead of ApiResponse
5479
5653
  object with status code, headers, etc
5480
5654
  :type _return_http_data_only: bool, optional
5481
- :param _request_timeout: timeout setting for this request. If one
5482
- number provided, it will be total request
5483
- timeout. It can also be a pair (tuple) of
5484
- (connection, read) timeouts.
5655
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5656
+ :param opts: Configuration options for this request
5657
+ :type opts: ConfigurationOptions, optional
5485
5658
  :param _request_auth: set to override the auth_settings for an a single
5486
5659
  request; this effectively ignores the authentication
5487
5660
  in the spec for a single request.
@@ -5508,7 +5681,8 @@ class ChartOfAccountsApi:
5508
5681
  '_request_timeout',
5509
5682
  '_request_auth',
5510
5683
  '_content_type',
5511
- '_headers'
5684
+ '_headers',
5685
+ 'opts'
5512
5686
  ]
5513
5687
  )
5514
5688
 
@@ -5578,6 +5752,7 @@ class ChartOfAccountsApi:
5578
5752
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5579
5753
  _preload_content=_params.get('_preload_content', True),
5580
5754
  _request_timeout=_params.get('_request_timeout'),
5755
+ opts=_params.get('opts'),
5581
5756
  collection_formats=_collection_formats,
5582
5757
  _request_auth=_params.get('_request_auth'))
5583
5758
 
@@ -5608,10 +5783,9 @@ class ChartOfAccountsApi:
5608
5783
  :type request_body: Dict[str, ModelProperty]
5609
5784
  :param async_req: Whether to execute the request asynchronously.
5610
5785
  :type async_req: bool, optional
5611
- :param _request_timeout: timeout setting for this request.
5612
- If one number provided, it will be total request
5613
- timeout. It can also be a pair (tuple) of
5614
- (connection, read) timeouts.
5786
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5787
+ :param opts: Configuration options for this request
5788
+ :type opts: ConfigurationOptions, optional
5615
5789
  :return: Returns the result object.
5616
5790
  If the method is called asynchronously,
5617
5791
  returns the request thread.
@@ -5652,10 +5826,9 @@ class ChartOfAccountsApi:
5652
5826
  :param _return_http_data_only: response data instead of ApiResponse
5653
5827
  object with status code, headers, etc
5654
5828
  :type _return_http_data_only: bool, optional
5655
- :param _request_timeout: timeout setting for this request. If one
5656
- number provided, it will be total request
5657
- timeout. It can also be a pair (tuple) of
5658
- (connection, read) timeouts.
5829
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5830
+ :param opts: Configuration options for this request
5831
+ :type opts: ConfigurationOptions, optional
5659
5832
  :param _request_auth: set to override the auth_settings for an a single
5660
5833
  request; this effectively ignores the authentication
5661
5834
  in the spec for a single request.
@@ -5682,7 +5855,8 @@ class ChartOfAccountsApi:
5682
5855
  '_request_timeout',
5683
5856
  '_request_auth',
5684
5857
  '_content_type',
5685
- '_headers'
5858
+ '_headers',
5859
+ 'opts'
5686
5860
  ]
5687
5861
  )
5688
5862
 
@@ -5752,5 +5926,6 @@ class ChartOfAccountsApi:
5752
5926
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5753
5927
  _preload_content=_params.get('_preload_content', True),
5754
5928
  _request_timeout=_params.get('_request_timeout'),
5929
+ opts=_params.get('opts'),
5755
5930
  collection_formats=_collection_formats,
5756
5931
  _request_auth=_params.get('_request_auth'))