lusid-sdk 2.1.435__py3-none-any.whl → 2.1.449__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 (180) hide show
  1. lusid/__init__.py +18 -0
  2. lusid/api/abor_api.py +118 -117
  3. lusid/api/abor_configuration_api.py +46 -45
  4. lusid/api/address_key_definition_api.py +28 -27
  5. lusid/api/aggregation_api.py +37 -36
  6. lusid/api/allocations_api.py +37 -36
  7. lusid/api/amortisation_rule_sets_api.py +55 -54
  8. lusid/api/application_metadata_api.py +28 -27
  9. lusid/api/blocks_api.py +37 -36
  10. lusid/api/calendars_api.py +127 -126
  11. lusid/api/chart_of_accounts_api.py +289 -288
  12. lusid/api/complex_market_data_api.py +37 -36
  13. lusid/api/compliance_api.py +136 -135
  14. lusid/api/configuration_recipe_api.py +100 -99
  15. lusid/api/conventions_api.py +109 -108
  16. lusid/api/corporate_action_sources_api.py +82 -81
  17. lusid/api/counterparties_api.py +73 -72
  18. lusid/api/custom_entities_api.py +100 -99
  19. lusid/api/custom_entity_definitions_api.py +37 -36
  20. lusid/api/custom_entity_types_api.py +37 -36
  21. lusid/api/cut_label_definitions_api.py +46 -45
  22. lusid/api/data_types_api.py +82 -81
  23. lusid/api/derived_transaction_portfolios_api.py +19 -18
  24. lusid/api/entities_api.py +260 -55
  25. lusid/api/executions_api.py +37 -36
  26. lusid/api/fee_types_api.py +55 -54
  27. lusid/api/fund_configuration_api.py +221 -45
  28. lusid/api/funds_api.py +163 -162
  29. lusid/api/group_reconciliations_api.py +91 -90
  30. lusid/api/instrument_event_types_api.py +64 -63
  31. lusid/api/instrument_events_api.py +46 -45
  32. lusid/api/instruments_api.py +181 -180
  33. lusid/api/legacy_compliance_api.py +73 -72
  34. lusid/api/legal_entities_api.py +163 -162
  35. lusid/api/order_graph_api.py +28 -27
  36. lusid/api/order_instructions_api.py +37 -36
  37. lusid/api/order_management_api.py +91 -90
  38. lusid/api/orders_api.py +37 -36
  39. lusid/api/packages_api.py +37 -36
  40. lusid/api/participations_api.py +37 -36
  41. lusid/api/persons_api.py +163 -162
  42. lusid/api/placements_api.py +37 -36
  43. lusid/api/portfolio_groups_api.py +235 -234
  44. lusid/api/portfolios_api.py +280 -279
  45. lusid/api/property_definitions_api.py +100 -99
  46. lusid/api/queryable_keys_api.py +10 -9
  47. lusid/api/quotes_api.py +82 -81
  48. lusid/api/reconciliations_api.py +136 -135
  49. lusid/api/reference_lists_api.py +37 -36
  50. lusid/api/reference_portfolio_api.py +46 -45
  51. lusid/api/relation_definitions_api.py +28 -27
  52. lusid/api/relations_api.py +19 -18
  53. lusid/api/relationship_definitions_api.py +46 -45
  54. lusid/api/relationships_api.py +19 -18
  55. lusid/api/schemas_api.py +37 -36
  56. lusid/api/scopes_api.py +19 -18
  57. lusid/api/scripted_translation_api.py +73 -72
  58. lusid/api/search_api.py +37 -36
  59. lusid/api/sequences_api.py +37 -36
  60. lusid/api/staged_modifications_api.py +37 -36
  61. lusid/api/staging_rule_set_api.py +46 -45
  62. lusid/api/structured_result_data_api.py +82 -81
  63. lusid/api/system_configuration_api.py +64 -63
  64. lusid/api/tax_rule_sets_api.py +46 -45
  65. lusid/api/transaction_configuration_api.py +100 -99
  66. lusid/api/transaction_fees_api.py +46 -45
  67. lusid/api/transaction_portfolios_api.py +325 -324
  68. lusid/api/translation_api.py +19 -18
  69. lusid/api/workspace_api.py +181 -180
  70. lusid/api_client.py +26 -17
  71. lusid/configuration.py +87 -2
  72. lusid/extensions/api_client.py +25 -17
  73. lusid/extensions/api_client_factory.py +14 -5
  74. lusid/extensions/api_configuration.py +50 -1
  75. lusid/extensions/configuration_loaders.py +39 -11
  76. lusid/extensions/configuration_options.py +67 -0
  77. lusid/extensions/rest.py +78 -26
  78. lusid/extensions/retry.py +109 -37
  79. lusid/models/__init__.py +18 -0
  80. lusid/models/accounting_method.py +7 -0
  81. lusid/models/accumulation_event.py +3 -3
  82. lusid/models/amortisation_event.py +3 -3
  83. lusid/models/basket.py +3 -3
  84. lusid/models/bond.py +3 -3
  85. lusid/models/bond_coupon_event.py +3 -3
  86. lusid/models/bond_default_event.py +3 -3
  87. lusid/models/bond_principal_event.py +3 -3
  88. lusid/models/bonus_issue_event.py +166 -0
  89. lusid/models/cap_floor.py +3 -3
  90. lusid/models/capital_distribution_event.py +3 -3
  91. lusid/models/cash.py +3 -3
  92. lusid/models/cash_dividend_event.py +3 -3
  93. lusid/models/cash_flow_event.py +3 -3
  94. lusid/models/cash_perpetual.py +3 -3
  95. lusid/models/cds_credit_event.py +3 -3
  96. lusid/models/cds_index.py +3 -3
  97. lusid/models/cdx_credit_event.py +3 -3
  98. lusid/models/change_interval.py +123 -0
  99. lusid/models/change_interval_with_order_management_detail.py +3 -3
  100. lusid/models/close_event.py +3 -3
  101. lusid/models/complex_bond.py +3 -3
  102. lusid/models/contract_for_difference.py +3 -3
  103. lusid/models/create_derived_transaction_portfolio_request.py +3 -3
  104. lusid/models/create_transaction_portfolio_request.py +3 -3
  105. lusid/models/credit_default_swap.py +3 -3
  106. lusid/models/credit_premium_cash_flow_event.py +3 -3
  107. lusid/models/dividend_option_event.py +3 -3
  108. lusid/models/dividend_reinvestment_event.py +3 -3
  109. lusid/models/effective_range.py +71 -0
  110. lusid/models/equity.py +3 -3
  111. lusid/models/equity_option.py +3 -3
  112. lusid/models/equity_swap.py +3 -3
  113. lusid/models/exchange_traded_option.py +3 -3
  114. lusid/models/exercise_event.py +3 -3
  115. lusid/models/exotic_instrument.py +3 -3
  116. lusid/models/expiry_event.py +3 -3
  117. lusid/models/fixed_leg.py +3 -3
  118. lusid/models/flexible_loan.py +3 -3
  119. lusid/models/floating_leg.py +3 -3
  120. lusid/models/forward_rate_agreement.py +3 -3
  121. lusid/models/fund_share_class.py +23 -8
  122. lusid/models/funding_leg.py +3 -3
  123. lusid/models/future.py +3 -3
  124. lusid/models/future_expiry_event.py +3 -3
  125. lusid/models/fx_forward.py +3 -3
  126. lusid/models/fx_forward_settlement_event.py +3 -3
  127. lusid/models/fx_option.py +3 -3
  128. lusid/models/fx_swap.py +3 -3
  129. lusid/models/inflation_leg.py +3 -3
  130. lusid/models/inflation_linked_bond.py +3 -3
  131. lusid/models/inflation_swap.py +3 -3
  132. lusid/models/informational_error_event.py +3 -3
  133. lusid/models/informational_event.py +3 -3
  134. lusid/models/instrument_event.py +8 -5
  135. lusid/models/instrument_event_holder.py +9 -1
  136. lusid/models/instrument_event_type.py +3 -0
  137. lusid/models/instrument_leg.py +3 -3
  138. lusid/models/instrument_type.py +1 -0
  139. lusid/models/interest_rate_swap.py +3 -3
  140. lusid/models/interest_rate_swaption.py +3 -3
  141. lusid/models/lapse_election.py +73 -0
  142. lusid/models/lusid_instrument.py +6 -5
  143. lusid/models/mastered_instrument.py +139 -0
  144. lusid/models/maturity_event.py +3 -3
  145. lusid/models/mbs_coupon_event.py +3 -3
  146. lusid/models/mbs_interest_deferral_event.py +97 -0
  147. lusid/models/mbs_principal_event.py +3 -3
  148. lusid/models/mbs_principal_write_off_event.py +97 -0
  149. lusid/models/merger_event.py +3 -3
  150. lusid/models/open_event.py +3 -3
  151. lusid/models/portfolio.py +3 -3
  152. lusid/models/portfolio_details.py +3 -3
  153. lusid/models/portfolio_without_href.py +3 -3
  154. lusid/models/raw_vendor_event.py +3 -3
  155. lusid/models/reference_instrument.py +3 -3
  156. lusid/models/repo.py +3 -3
  157. lusid/models/reset_event.py +3 -3
  158. lusid/models/resource_list_of_change_interval.py +113 -0
  159. lusid/models/reverse_stock_split_event.py +3 -3
  160. lusid/models/scrip_dividend_event.py +3 -3
  161. lusid/models/share_class_details.py +18 -1
  162. lusid/models/simple_cash_flow_loan.py +3 -3
  163. lusid/models/simple_instrument.py +3 -3
  164. lusid/models/simple_rounding_convention.py +76 -0
  165. lusid/models/spin_off_event.py +3 -3
  166. lusid/models/staged_modification_effective_range.py +2 -2
  167. lusid/models/stock_dividend_event.py +3 -3
  168. lusid/models/stock_split_event.py +3 -3
  169. lusid/models/swap_cash_flow_event.py +3 -3
  170. lusid/models/swap_principal_event.py +3 -3
  171. lusid/models/term_deposit.py +3 -3
  172. lusid/models/total_return_swap.py +3 -3
  173. lusid/models/transition_event.py +3 -3
  174. lusid/models/trigger_event.py +3 -3
  175. lusid/models/valuation_point_data_query_parameters.py +3 -3
  176. lusid/models/valuation_point_data_response.py +8 -13
  177. lusid/rest.py +70 -20
  178. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/METADATA +12 -1
  179. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/RECORD +180 -170
  180. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.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,7 @@ 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'),
3951
3952
  collection_formats=_collection_formats,
3952
3953
  _request_auth=_params.get('_request_auth'))
3953
3954
 
@@ -3978,10 +3979,9 @@ class ChartOfAccountsApi:
3978
3979
  :type operation: List[Operation]
3979
3980
  :param async_req: Whether to execute the request asynchronously.
3980
3981
  :type async_req: bool, optional
3981
- :param _request_timeout: timeout setting for this request.
3982
- If one number provided, it will be total request
3983
- timeout. It can also be a pair (tuple) of
3984
- (connection, read) timeouts.
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
3985
  :return: Returns the result object.
3986
3986
  If the method is called asynchronously,
3987
3987
  returns the request thread.
@@ -4022,10 +4022,9 @@ class ChartOfAccountsApi:
4022
4022
  :param _return_http_data_only: response data instead of ApiResponse
4023
4023
  object with status code, headers, etc
4024
4024
  :type _return_http_data_only: bool, optional
4025
- :param _request_timeout: timeout setting for this request. If one
4026
- number provided, it will be total request
4027
- timeout. It can also be a pair (tuple) of
4028
- (connection, read) timeouts.
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
4029
4028
  :param _request_auth: set to override the auth_settings for an a single
4030
4029
  request; this effectively ignores the authentication
4031
4030
  in the spec for a single request.
@@ -4052,7 +4051,8 @@ class ChartOfAccountsApi:
4052
4051
  '_request_timeout',
4053
4052
  '_request_auth',
4054
4053
  '_content_type',
4055
- '_headers'
4054
+ '_headers',
4055
+ 'opts'
4056
4056
  ]
4057
4057
  )
4058
4058
 
@@ -4122,6 +4122,7 @@ class ChartOfAccountsApi:
4122
4122
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4123
4123
  _preload_content=_params.get('_preload_content', True),
4124
4124
  _request_timeout=_params.get('_request_timeout'),
4125
+ opts=_params.get('opts'),
4125
4126
  collection_formats=_collection_formats,
4126
4127
  _request_auth=_params.get('_request_auth'))
4127
4128
 
@@ -4154,10 +4155,9 @@ class ChartOfAccountsApi:
4154
4155
  :type operation: List[Operation]
4155
4156
  :param async_req: Whether to execute the request asynchronously.
4156
4157
  :type async_req: bool, optional
4157
- :param _request_timeout: timeout setting for this request.
4158
- If one number provided, it will be total request
4159
- timeout. It can also be a pair (tuple) of
4160
- (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
4161
4161
  :return: Returns the result object.
4162
4162
  If the method is called asynchronously,
4163
4163
  returns the request thread.
@@ -4200,10 +4200,9 @@ class ChartOfAccountsApi:
4200
4200
  :param _return_http_data_only: response data instead of ApiResponse
4201
4201
  object with status code, headers, etc
4202
4202
  :type _return_http_data_only: bool, optional
4203
- :param _request_timeout: timeout setting for this request. If one
4204
- number provided, it will be total request
4205
- timeout. It can also be a pair (tuple) of
4206
- (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
4207
4206
  :param _request_auth: set to override the auth_settings for an a single
4208
4207
  request; this effectively ignores the authentication
4209
4208
  in the spec for a single request.
@@ -4231,7 +4230,8 @@ class ChartOfAccountsApi:
4231
4230
  '_request_timeout',
4232
4231
  '_request_auth',
4233
4232
  '_content_type',
4234
- '_headers'
4233
+ '_headers',
4234
+ 'opts'
4235
4235
  ]
4236
4236
  )
4237
4237
 
@@ -4304,6 +4304,7 @@ class ChartOfAccountsApi:
4304
4304
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4305
4305
  _preload_content=_params.get('_preload_content', True),
4306
4306
  _request_timeout=_params.get('_request_timeout'),
4307
+ opts=_params.get('opts'),
4307
4308
  collection_formats=_collection_formats,
4308
4309
  _request_auth=_params.get('_request_auth'))
4309
4310
 
@@ -4336,10 +4337,9 @@ class ChartOfAccountsApi:
4336
4337
  :type operation: List[Operation]
4337
4338
  :param async_req: Whether to execute the request asynchronously.
4338
4339
  :type async_req: bool, optional
4339
- :param _request_timeout: timeout setting for this request.
4340
- If one number provided, it will be total request
4341
- timeout. It can also be a pair (tuple) of
4342
- (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
4343
4343
  :return: Returns the result object.
4344
4344
  If the method is called asynchronously,
4345
4345
  returns the request thread.
@@ -4382,10 +4382,9 @@ class ChartOfAccountsApi:
4382
4382
  :param _return_http_data_only: response data instead of ApiResponse
4383
4383
  object with status code, headers, etc
4384
4384
  :type _return_http_data_only: bool, optional
4385
- :param _request_timeout: timeout setting for this request. If one
4386
- number provided, it will be total request
4387
- timeout. It can also be a pair (tuple) of
4388
- (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
4389
4388
  :param _request_auth: set to override the auth_settings for an a single
4390
4389
  request; this effectively ignores the authentication
4391
4390
  in the spec for a single request.
@@ -4413,7 +4412,8 @@ class ChartOfAccountsApi:
4413
4412
  '_request_timeout',
4414
4413
  '_request_auth',
4415
4414
  '_content_type',
4416
- '_headers'
4415
+ '_headers',
4416
+ 'opts'
4417
4417
  ]
4418
4418
  )
4419
4419
 
@@ -4486,6 +4486,7 @@ class ChartOfAccountsApi:
4486
4486
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4487
4487
  _preload_content=_params.get('_preload_content', True),
4488
4488
  _request_timeout=_params.get('_request_timeout'),
4489
+ opts=_params.get('opts'),
4489
4490
  collection_formats=_collection_formats,
4490
4491
  _request_auth=_params.get('_request_auth'))
4491
4492
 
@@ -4518,10 +4519,9 @@ class ChartOfAccountsApi:
4518
4519
  :type cleardown_module_details: CleardownModuleDetails
4519
4520
  :param async_req: Whether to execute the request asynchronously.
4520
4521
  :type async_req: bool, optional
4521
- :param _request_timeout: timeout setting for this request.
4522
- If one number provided, it will be total request
4523
- timeout. It can also be a pair (tuple) of
4524
- (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
4525
4525
  :return: Returns the result object.
4526
4526
  If the method is called asynchronously,
4527
4527
  returns the request thread.
@@ -4564,10 +4564,9 @@ class ChartOfAccountsApi:
4564
4564
  :param _return_http_data_only: response data instead of ApiResponse
4565
4565
  object with status code, headers, etc
4566
4566
  :type _return_http_data_only: bool, optional
4567
- :param _request_timeout: timeout setting for this request. If one
4568
- number provided, it will be total request
4569
- timeout. It can also be a pair (tuple) of
4570
- (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
4571
4570
  :param _request_auth: set to override the auth_settings for an a single
4572
4571
  request; this effectively ignores the authentication
4573
4572
  in the spec for a single request.
@@ -4595,7 +4594,8 @@ class ChartOfAccountsApi:
4595
4594
  '_request_timeout',
4596
4595
  '_request_auth',
4597
4596
  '_content_type',
4598
- '_headers'
4597
+ '_headers',
4598
+ 'opts'
4599
4599
  ]
4600
4600
  )
4601
4601
 
@@ -4668,6 +4668,7 @@ class ChartOfAccountsApi:
4668
4668
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4669
4669
  _preload_content=_params.get('_preload_content', True),
4670
4670
  _request_timeout=_params.get('_request_timeout'),
4671
+ opts=_params.get('opts'),
4671
4672
  collection_formats=_collection_formats,
4672
4673
  _request_auth=_params.get('_request_auth'))
4673
4674
 
@@ -4700,10 +4701,9 @@ class ChartOfAccountsApi:
4700
4701
  :type cleardown_module_rule: List[CleardownModuleRule]
4701
4702
  :param async_req: Whether to execute the request asynchronously.
4702
4703
  :type async_req: bool, optional
4703
- :param _request_timeout: timeout setting for this request.
4704
- If one number provided, it will be total request
4705
- timeout. It can also be a pair (tuple) of
4706
- (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
4707
4707
  :return: Returns the result object.
4708
4708
  If the method is called asynchronously,
4709
4709
  returns the request thread.
@@ -4746,10 +4746,9 @@ class ChartOfAccountsApi:
4746
4746
  :param _return_http_data_only: response data instead of ApiResponse
4747
4747
  object with status code, headers, etc
4748
4748
  :type _return_http_data_only: bool, optional
4749
- :param _request_timeout: timeout setting for this request. If one
4750
- number provided, it will be total request
4751
- timeout. It can also be a pair (tuple) of
4752
- (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
4753
4752
  :param _request_auth: set to override the auth_settings for an a single
4754
4753
  request; this effectively ignores the authentication
4755
4754
  in the spec for a single request.
@@ -4777,7 +4776,8 @@ class ChartOfAccountsApi:
4777
4776
  '_request_timeout',
4778
4777
  '_request_auth',
4779
4778
  '_content_type',
4780
- '_headers'
4779
+ '_headers',
4780
+ 'opts'
4781
4781
  ]
4782
4782
  )
4783
4783
 
@@ -4850,6 +4850,7 @@ class ChartOfAccountsApi:
4850
4850
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4851
4851
  _preload_content=_params.get('_preload_content', True),
4852
4852
  _request_timeout=_params.get('_request_timeout'),
4853
+ opts=_params.get('opts'),
4853
4854
  collection_formats=_collection_formats,
4854
4855
  _request_auth=_params.get('_request_auth'))
4855
4856
 
@@ -4882,10 +4883,9 @@ class ChartOfAccountsApi:
4882
4883
  :type general_ledger_profile_mapping: List[GeneralLedgerProfileMapping]
4883
4884
  :param async_req: Whether to execute the request asynchronously.
4884
4885
  :type async_req: bool, optional
4885
- :param _request_timeout: timeout setting for this request.
4886
- If one number provided, it will be total request
4887
- timeout. It can also be a pair (tuple) of
4888
- (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
4889
4889
  :return: Returns the result object.
4890
4890
  If the method is called asynchronously,
4891
4891
  returns the request thread.
@@ -4928,10 +4928,9 @@ class ChartOfAccountsApi:
4928
4928
  :param _return_http_data_only: response data instead of ApiResponse
4929
4929
  object with status code, headers, etc
4930
4930
  :type _return_http_data_only: bool, optional
4931
- :param _request_timeout: timeout setting for this request. If one
4932
- number provided, it will be total request
4933
- timeout. It can also be a pair (tuple) of
4934
- (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
4935
4934
  :param _request_auth: set to override the auth_settings for an a single
4936
4935
  request; this effectively ignores the authentication
4937
4936
  in the spec for a single request.
@@ -4959,7 +4958,8 @@ class ChartOfAccountsApi:
4959
4958
  '_request_timeout',
4960
4959
  '_request_auth',
4961
4960
  '_content_type',
4962
- '_headers'
4961
+ '_headers',
4962
+ 'opts'
4963
4963
  ]
4964
4964
  )
4965
4965
 
@@ -5032,6 +5032,7 @@ class ChartOfAccountsApi:
5032
5032
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5033
5033
  _preload_content=_params.get('_preload_content', True),
5034
5034
  _request_timeout=_params.get('_request_timeout'),
5035
+ opts=_params.get('opts'),
5035
5036
  collection_formats=_collection_formats,
5036
5037
  _request_auth=_params.get('_request_auth'))
5037
5038
 
@@ -5064,10 +5065,9 @@ class ChartOfAccountsApi:
5064
5065
  :type posting_module_details: PostingModuleDetails
5065
5066
  :param async_req: Whether to execute the request asynchronously.
5066
5067
  :type async_req: bool, optional
5067
- :param _request_timeout: timeout setting for this request.
5068
- If one number provided, it will be total request
5069
- timeout. It can also be a pair (tuple) of
5070
- (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
5071
5071
  :return: Returns the result object.
5072
5072
  If the method is called asynchronously,
5073
5073
  returns the request thread.
@@ -5110,10 +5110,9 @@ class ChartOfAccountsApi:
5110
5110
  :param _return_http_data_only: response data instead of ApiResponse
5111
5111
  object with status code, headers, etc
5112
5112
  :type _return_http_data_only: bool, optional
5113
- :param _request_timeout: timeout setting for this request. If one
5114
- number provided, it will be total request
5115
- timeout. It can also be a pair (tuple) of
5116
- (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
5117
5116
  :param _request_auth: set to override the auth_settings for an a single
5118
5117
  request; this effectively ignores the authentication
5119
5118
  in the spec for a single request.
@@ -5141,7 +5140,8 @@ class ChartOfAccountsApi:
5141
5140
  '_request_timeout',
5142
5141
  '_request_auth',
5143
5142
  '_content_type',
5144
- '_headers'
5143
+ '_headers',
5144
+ 'opts'
5145
5145
  ]
5146
5146
  )
5147
5147
 
@@ -5214,6 +5214,7 @@ class ChartOfAccountsApi:
5214
5214
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5215
5215
  _preload_content=_params.get('_preload_content', True),
5216
5216
  _request_timeout=_params.get('_request_timeout'),
5217
+ opts=_params.get('opts'),
5217
5218
  collection_formats=_collection_formats,
5218
5219
  _request_auth=_params.get('_request_auth'))
5219
5220
 
@@ -5246,10 +5247,9 @@ class ChartOfAccountsApi:
5246
5247
  :type posting_module_rule: List[PostingModuleRule]
5247
5248
  :param async_req: Whether to execute the request asynchronously.
5248
5249
  :type async_req: bool, optional
5249
- :param _request_timeout: timeout setting for this request.
5250
- If one number provided, it will be total request
5251
- timeout. It can also be a pair (tuple) of
5252
- (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
5253
5253
  :return: Returns the result object.
5254
5254
  If the method is called asynchronously,
5255
5255
  returns the request thread.
@@ -5292,10 +5292,9 @@ class ChartOfAccountsApi:
5292
5292
  :param _return_http_data_only: response data instead of ApiResponse
5293
5293
  object with status code, headers, etc
5294
5294
  :type _return_http_data_only: bool, optional
5295
- :param _request_timeout: timeout setting for this request. If one
5296
- number provided, it will be total request
5297
- timeout. It can also be a pair (tuple) of
5298
- (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
5299
5298
  :param _request_auth: set to override the auth_settings for an a single
5300
5299
  request; this effectively ignores the authentication
5301
5300
  in the spec for a single request.
@@ -5323,7 +5322,8 @@ class ChartOfAccountsApi:
5323
5322
  '_request_timeout',
5324
5323
  '_request_auth',
5325
5324
  '_content_type',
5326
- '_headers'
5325
+ '_headers',
5326
+ 'opts'
5327
5327
  ]
5328
5328
  )
5329
5329
 
@@ -5396,6 +5396,7 @@ class ChartOfAccountsApi:
5396
5396
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5397
5397
  _preload_content=_params.get('_preload_content', True),
5398
5398
  _request_timeout=_params.get('_request_timeout'),
5399
+ opts=_params.get('opts'),
5399
5400
  collection_formats=_collection_formats,
5400
5401
  _request_auth=_params.get('_request_auth'))
5401
5402
 
@@ -5428,10 +5429,9 @@ class ChartOfAccountsApi:
5428
5429
  :type request_body: Dict[str, ModelProperty]
5429
5430
  :param async_req: Whether to execute the request asynchronously.
5430
5431
  :type async_req: bool, optional
5431
- :param _request_timeout: timeout setting for this request.
5432
- If one number provided, it will be total request
5433
- timeout. It can also be a pair (tuple) of
5434
- (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
5435
5435
  :return: Returns the result object.
5436
5436
  If the method is called asynchronously,
5437
5437
  returns the request thread.
@@ -5474,10 +5474,9 @@ class ChartOfAccountsApi:
5474
5474
  :param _return_http_data_only: response data instead of ApiResponse
5475
5475
  object with status code, headers, etc
5476
5476
  :type _return_http_data_only: bool, optional
5477
- :param _request_timeout: timeout setting for this request. If one
5478
- number provided, it will be total request
5479
- timeout. It can also be a pair (tuple) of
5480
- (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
5481
5480
  :param _request_auth: set to override the auth_settings for an a single
5482
5481
  request; this effectively ignores the authentication
5483
5482
  in the spec for a single request.
@@ -5505,7 +5504,8 @@ class ChartOfAccountsApi:
5505
5504
  '_request_timeout',
5506
5505
  '_request_auth',
5507
5506
  '_content_type',
5508
- '_headers'
5507
+ '_headers',
5508
+ 'opts'
5509
5509
  ]
5510
5510
  )
5511
5511
 
@@ -5578,6 +5578,7 @@ class ChartOfAccountsApi:
5578
5578
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5579
5579
  _preload_content=_params.get('_preload_content', True),
5580
5580
  _request_timeout=_params.get('_request_timeout'),
5581
+ opts=_params.get('opts'),
5581
5582
  collection_formats=_collection_formats,
5582
5583
  _request_auth=_params.get('_request_auth'))
5583
5584
 
@@ -5608,10 +5609,9 @@ class ChartOfAccountsApi:
5608
5609
  :type account: List[Account]
5609
5610
  :param async_req: Whether to execute the request asynchronously.
5610
5611
  :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.
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
5615
5615
  :return: Returns the result object.
5616
5616
  If the method is called asynchronously,
5617
5617
  returns the request thread.
@@ -5652,10 +5652,9 @@ class ChartOfAccountsApi:
5652
5652
  :param _return_http_data_only: response data instead of ApiResponse
5653
5653
  object with status code, headers, etc
5654
5654
  :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.
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
5659
5658
  :param _request_auth: set to override the auth_settings for an a single
5660
5659
  request; this effectively ignores the authentication
5661
5660
  in the spec for a single request.
@@ -5682,7 +5681,8 @@ class ChartOfAccountsApi:
5682
5681
  '_request_timeout',
5683
5682
  '_request_auth',
5684
5683
  '_content_type',
5685
- '_headers'
5684
+ '_headers',
5685
+ 'opts'
5686
5686
  ]
5687
5687
  )
5688
5688
 
@@ -5752,6 +5752,7 @@ class ChartOfAccountsApi:
5752
5752
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5753
5753
  _preload_content=_params.get('_preload_content', True),
5754
5754
  _request_timeout=_params.get('_request_timeout'),
5755
+ opts=_params.get('opts'),
5755
5756
  collection_formats=_collection_formats,
5756
5757
  _request_auth=_params.get('_request_auth'))
5757
5758
 
@@ -5782,10 +5783,9 @@ class ChartOfAccountsApi:
5782
5783
  :type request_body: Dict[str, ModelProperty]
5783
5784
  :param async_req: Whether to execute the request asynchronously.
5784
5785
  :type async_req: bool, optional
5785
- :param _request_timeout: timeout setting for this request.
5786
- If one number provided, it will be total request
5787
- timeout. It can also be a pair (tuple) of
5788
- (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
5789
5789
  :return: Returns the result object.
5790
5790
  If the method is called asynchronously,
5791
5791
  returns the request thread.
@@ -5826,10 +5826,9 @@ class ChartOfAccountsApi:
5826
5826
  :param _return_http_data_only: response data instead of ApiResponse
5827
5827
  object with status code, headers, etc
5828
5828
  :type _return_http_data_only: bool, optional
5829
- :param _request_timeout: timeout setting for this request. If one
5830
- number provided, it will be total request
5831
- timeout. It can also be a pair (tuple) of
5832
- (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
5833
5832
  :param _request_auth: set to override the auth_settings for an a single
5834
5833
  request; this effectively ignores the authentication
5835
5834
  in the spec for a single request.
@@ -5856,7 +5855,8 @@ class ChartOfAccountsApi:
5856
5855
  '_request_timeout',
5857
5856
  '_request_auth',
5858
5857
  '_content_type',
5859
- '_headers'
5858
+ '_headers',
5859
+ 'opts'
5860
5860
  ]
5861
5861
  )
5862
5862
 
@@ -5926,5 +5926,6 @@ class ChartOfAccountsApi:
5926
5926
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5927
5927
  _preload_content=_params.get('_preload_content', True),
5928
5928
  _request_timeout=_params.get('_request_timeout'),
5929
+ opts=_params.get('opts'),
5929
5930
  collection_formats=_collection_formats,
5930
5931
  _request_auth=_params.get('_request_auth'))